ClosePageBtn.scss 682 Bytes
@import "../../scss/bootstrap/variables";
 
.close_modal_btn{
	position: absolute;
    top: 3rem;
    width: 4rem;
    height: 4rem;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    color: #9e9ea6;
    font-size: .8rem;
    line-height: 1.5rem;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 3rem; 
    padding: 10px;
    text-decoration: none;
}
.close_modal_btn:hover{
	text-decoration: none;
	color: #555459;
	background: #e8e8e8;

}

.dailog_close_bt{
	display: block;
	font-size: 22px;
}

.key_label{ 
	margin-top: -5px;
    position: absolute;
    right: 11px;
}