.functionbutton {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    user-select: none;
    color: white;
    /* content: ''; */
    /* width:110%;
    height:30px; */
    background: #5d5e79;
    /* transition: box-shadow .1s ease, transform .2s ease; */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, .2); */
    /* margin: 3px 0 3px 0; */
    overflow: hidden;
}
.functionbutton:hover {
        /* box-shadow: 3px 3px 5px white; */
        /* margin: 3px 0 3px 7px; */
        background-color: #4b4c66;
        overflow: hidden;
}

.functionbutton:active {
    background-color:#3a3b5f;
    overflow: hidden;
  }

.functionbutton.active
{
  background-color:#3a3b5f;
}


  /* Style the active class, and buttons on mouse-over */
/* .active, .functionbutton:hover {
    background-color:#3a3b5f;
    overflow: hidden;
  } */
.btn-group{
    margin-top: 2px;
}

  .btn-group .functionbutton{
    color: white;
    /* padding: 15px 32px; */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    /* width: 50px; */
    display: block;
    /* display:inline-block; */
  }

  .btnfullScreen {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    user-select: none;
    color: white;
    /* content: ''; */
    /* width:110%;
    height:30px; */
    background: #5d5e79;
    /* transition: box-shadow .1s ease, transform .2s ease; */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, .2); */
    /* margin: 3px 0 3px 0; */
    overflow: hidden;
}
.btnfullScreen:hover {
        /* box-shadow: 3px 3px 5px white; */
        /* margin: 3px 0 3px 7px; */
        background-color: #4b4c66;
        overflow: hidden;
}

.btnfullScreen:active {
    background-color:#3a3b5f;
    overflow: hidden;
  }

.btnfullScreen.active
{
  background-color:#3a3b5f;
}
.btn-group .btnfullScreen{
    color: white;
    /* padding: 15px 32px; */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    /* width: 50px; */
    display: block;
    /* display:inline-block; */
  }

.bodertop{
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
    /* border-radius: 8px; */
    
    border-radius: 3px 3px 0px 0px;
}
.boderselect{
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
    /* border-radius: 8px; */
    background-color:#3a3b5f;
    margin-bottom: 2%;
    border-radius: 3px 3px 3px 3px;
}

.boderfunc{
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
    /* border-radius: 8px; */
    /* background-color:#3a3b5f; */
    margin-bottom: 2%;
    border-radius: 3px 3px 3px 3px;
}

.bodertopnumber{
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
    /* border-radius: 8px; */
    margin-top: 5%;
    border-radius: 3px 3px 0px 0px;
}

.boderbotnumber{
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
    /* border-radius: 8px; */
    margin-bottom: 2%;
    border-radius: 0px 0px 3px 3px;
}

.boderbottom{
    /* border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px; */
    margin-bottom: 2%;
    border-radius: 0px 0px 3px 3px;
}
.iconMouthOpen{
    background-image: url("../../../assets/images/icon/CloseJaw_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color:#5d5e79;
}
.iconMouthOff{
    background-image: url("../../../assets/images/icon/OpenJaw_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color:#5d5e79;
}

.iconShowhide{
    z-index: 6;
    position: absolute;
    background-image: url("../../../assets/images/icon/LogOut_ICO.png");
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-size: 20px;
    background-repeat:no-repeat;
    background-position: center;
    /* background-color:#3a3b5f; */
}
.iconDimensionShow{
    background-image: url("../../../assets/images/icon/Measurement_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color:#3a3b5f;
}
.iconDimensionHide{
    background-image: url("../../../assets/images/icon/Measurement_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color: #5d5e79;
}
.iconSplitShow{
    background-image: url("../../../assets/images/icon/CutFace_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color:#3a3b5f;
}
.iconSplitHide{
    background-image: url("../../../assets/images/icon/CutFace_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color: #5d5e79;
}
.iconSurgeryShow{
    background-image: url("../../../assets/images/icon/Details_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color:#3a3b5f;
}
.iconSurgeryHide{
    background-image: url("../../../assets/images/icon/Details_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color: #5d5e79;
}

.iconDirectlineShow{
    background-image: url("../../../assets/images/icon/DirectionLine_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color:#3a3b5f;
    /* background-position-x: 6px; */
    /* padding-left: 10%; */
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
}
.iconDirectlineHide{
    background-image: url("../../../assets/images/icon/DirectionLine_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color: #5d5e79;
    /* background-position-x: 6px; */
    /* padding-left: 10%; */
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
}


.iconfullscreenShow{
    background-image: url("../../../assets/images/icon/ZoomOut_ICO.png");
    width: 34px;
    height: 34px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color:#3a3b5f;
    /* background-position-x: 6px; */
    /* padding-left: 10%; */
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
}
.iconfullscreenHide{
    background-image: url("../../../assets/images/icon/ZoomIn_ICO.png");
    width: 34px;
    height: 34px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color: #5d5e79;
    /* background-position-x: 6px; */
    /* padding-left: 10%; */
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
}

.iconToothIdShow{
    background-image: url("../../../assets/images/icon/ToothID.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color:#3a3b5f;
    /* background-position-x: 6px; */
    /* padding-left: 10%; */
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
}
.iconToothIdHide{
    background-image: url("../../../assets/images/icon/ToothID.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    background-color: #5d5e79;
    /* background-position-x: 6px; */
    /* padding-left: 10%; */
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
}
.iconselectsingle{
    
    background-image: url("../../../assets/images/icon/Sigle-Select_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    /* background-position-x: 6px; */
    /* padding-left: 10%; */
    /* border: 2px solid rgba(0, 0, 0, 0.2); */

}

.iconselectMuti{
    
    background-image: url("../../../assets/images/icon/Multi-Select_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    /* background-position-x: 6px; */
    /* padding-left: 10%; */
    /* border: 2px solid rgba(0, 0, 0, 0.2); */

}

.iconhideShowslide{
    
    background-image: url("../../../assets/images/icon/Hide_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    /* background-position-x: 6px; */
    /* padding-left: 10%; */
    /* border: 2px solid rgba(0, 0, 0, 0.2); */

}
.iconhide{
    
    background-image: url("../../../assets/images/icon/Hide_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    /* background-position-x: 6px; */
    /* padding-left: 10%; */
    /* border: 2px solid rgba(0, 0, 0, 0.2); */

}
.iconhideOther{
    background-image: url("../../../assets/images/icon/HideAll_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
    /* background-position-x: 6px;
    padding-left: 28%; */

}
.iconShowAll{
    background-image: url("../../../assets/images/icon/ShowAll_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
}
.iconFade{
    background-image: url("../../../assets/images/icon/Opacity_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
}
.iconFadeOther{
    background-image: url("../../../assets/images/icon/OpacityAll_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
}
.iconUnFade{
    background-image: url("../../../assets/images/icon/CancelOpacityAll_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
}
.iconReset{
    background-image: url("../../../assets/images/icon/Reset_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
}
.iconResetTransform{
    background-image: url("../../../assets/images/icon/Reset_Transform_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
}

.iconTooth{
    background-image: url("../../../assets/images/icon/Tooth_Single_Select_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
}
.iconGroup{
    background-image: url("../../../assets/images/icon/Tooth_GRP_Select_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
}
.iconphantu{
    background-image: url("../../../assets/images/icon/Tooth_BoRang_Select_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
}
.iconelement{
    background-image: url("../../../assets/images/icon/Variations_ICO.png");
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position: center;
}

.buttonSetting {

    /* background-color:white; */
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-image: url("../../../assets/images/icon/Setting_ICO_02.png");
    background-size: 34px;
    background-repeat:no-repeat;
    width: 34px; 
    height: 34px;
}
  
  .buttonSetting:hover {background-color: #5252520a}
  
  .buttonSetting:active {
   
    transform: translateY(3px);
  }


.button3 {
    border-radius: 8px;
    width: 300px;
    height: 50px;
}

.button4 {
    border-radius: 8px;
    width: 150px;
    height: 30px;
}

.button2 {
    background-image: linear-gradient(#3499FF, #3A3985);
    border-radius: 8px;
    width: 300px;
    height: 50px;
}

.button1 {
    background-image: linear-gradient(#00FFED, #00B8BA);
    border-radius: 8px;
    width: 100px;
    height: 30px;
}

.buttonlogin {
    background-image: linear-gradient(#FF6CAB, #7366FF);
    border-radius: 8px;
    width: 100px;
    height: 40px;
}

.imagebutton {
    align-content: center;
    width: 10%;
    height: 85%;
    color: rgba(204, 204, 204, 0);
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* resize: horizontal; */
    /* background-image: url("../../../assets/images/icon/BoRangSua_ICO.png"); */
    background-color:#5D5E79 ;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    margin: 10px 10px 0px 10px;
/*         top right     left                                    */
}

.imagebutton:hover{
    /* background-color: #8a8cc7 */
    opacity: .7;
    color:#ffffff;
  
}
  
.imagebutton:active {
  transform: translateY(-10px);
}

.imageTooth_1{
    background-image: url("../../../assets/images/icon/menu/BoRangSua_03_ICO.png");
    background-size: 55%;
    /* margin-bottom: 10px; */
}


.imageTooth_1:hover {
    /* opacity: .7; */
    color:#ffffff;
    /* background-image: url("../../../assets/images/icon/Primary_Big_ICO.png"); */
    /* background-size: %; */
    /* margin-bottom: 10px; */

}
.imagevrdental{
    background-image: url("../../../assets/images/icon/Dental_Anatomy.png");
    /* background-size: 80%; */
    background-repeat: no-repeat;
    background-position: center;
}
.fonttitle{
    /* font-family: Georgia, serif; */
    font-family: "Arial Black", Gadget, sans-serif;
    text-transform: uppercase;
    font-size: 5em;
    color: white;
    text-shadow: 0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.25),
    0 10px 10px rgba(0,0,0,.2),
    0 20px 20px rgba(0,0,0,.15);

}
.fontcenter{
    margin-top: 5%;
    margin: 50px auto;
	text-align: center;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.507), 1px 1px 0px rgba(0,0,0,0.8);
	color: rgb(56, 56, 56);
	opacity: 0.4;
	font: 700 2em 'Bitter';
}

.imagecenter{
    background-image: url("../../../assets/images/icon/CVS_name.png");
    background-repeat: no-repeat;
    background-position: center;
}

.imageTooth_2{
    background-image: url("../../../assets/images/icon/menu/BoRangVinhVien_03_ICO.png");
    background-size: 55%;
    /* margin-bottom: 10px; */
}
.imageTooth_2:hover{
    /* opacity: .7; */
    color:#ffffff;
}
.imageTooth_3{
    background-image: url("../../../assets/images/icon/BoRangHonHop_ICO_02.png");
    background-size: 55%;
    /* margin-bottom: 10px; */
}
.imageTooth_4{
    background-image: url("../../../assets/images/icon/BoRangTren75_02_ICO.png");
    background-size: 55%;
    /* margin-bottom: 10px; */
}

.imageTooth_5{
    background-image: url("../../../assets/images/icon/menu/BoRangThayThe_03_ICO.png");
    background-size: 55%;
    /* margin-bottom: 10px; */
}
.imageTooth_5:hover{
    opacity: .7;
    color:#ffffff;
}
.imageTooth_6{
    background-image: url("../../../assets/images/icon/menu/Dicom_ICO.png");
    background-size: 55%;
    /* margin-bottom: 10px; */
}
.imageTooth_6:hover{
    opacity: .7;
    color:#ffffff;
}
.imageTooth_7{
    background-image: url("../../../assets/images/icon/menu/VR_MODE_ICO.png");
    background-size: 55%;
    /* margin-bottom: 10px; */
}
.imageTooth_7:hover{
    opacity: .7;
    color:#ffffff;
}

/* .overlay_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .1;
    transition: .5s ease;
    background-color: #58cef5;
    display: none;
    text-align: center;
    width: 7%;
    height: 85%;
    margin: 10px;
  } */
  
 
  
  /* .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  } */


/* .imagebutton:hover {
    width: 150px;
    height: 90%;
    background-image: url("../../../assets/images/defaultimage.jpg");
    background-position: center; /* Center the image */
    /* background-repeat: no-repeat; /* Do not repeat the image */
    /* background-size: //cover; Resize the background image to cover the entire container */
    /* margin: 5px 5px 5px 5px; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
/* }  */

/* .slidetop{ */
    /* width: 300px;
    top: 40px;
    margin-left: 80px;
    height: 50px; 
    background: #5d5e7962;
    vertical-align: middle;
    position: absolute; */
/* } */




.rcorners {
    margin-left: 100px;
    border-radius: 10px;
    padding: 15px; 
    width: 600px;
    height: 10px; 
    background: #5D5E79;
    font-weight: 150;
    margin-left: 10px;
    vertical-align: middle;
  } 



.thin {

    margin-left: 2px;
   font-weight: 300;
   vertical-align: middle;
}

.thick {

    font-weight: 600;
    margin-left: 2px;

}
.linktopbar {
    text-transform: uppercase;
    margin-left: auto;
    font-size: 20px;
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
    top:5px;
    white-space: nowrap;
}

.nameUser {
    font-size: 15px;
    position: absolute;
    width: max-content;
    color: white; 
    z-index: 3;
    right: 80px;
    margin-top: 10px;
}
.imgUser {
    background-image: url("../../../assets/images/icon/Person_ICO.png");
    /* background-color: #5D5E79; */
    background-size: 34px;
    background-repeat:no-repeat;
    background-position: center;
    position: absolute;
    height: 34px;
    width: 34px;
    z-index: 3;
    right: 40px;
    margin-top: 1px;
    border-radius: 50%;
    /* border: double; */
    box-shadow: 1px 1px 5px 1px #191946, 0px 0px 5px 1px #07073a;
}
.triangle-down {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 50px solid #555;
}

[class^="link-"] {
    display: inline-block;
    margin: auto;
}

.homebtn {
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 5px;
  }
  
  .homebtn:hover {background-color: #5252520a}
  
  .homebtn:active {
   
    transform: translateY(3px);
  }

/* linkone */
.link-1 a:before, .link-1 a:after {
    content: '';
    border-bottom: solid 1px white;
    position: absolute;
    bottom: 0;
    width: 0;
}

.link-1 a:before {
    left: 0;
    display: inline-block;
}

.link-1 a:after {
    right: 0;
    display: inline-block;
}

.link-1 a:hover:before, .link-1 a:hover:after {
    width: 50%;
    color: #5CAAEF;
}

.link-1 a:before, .link-1 a:after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #5CAAEF;
}

/* linktwo */
.link-2 a:hover {
    color: #5CAAEF;
}

.link-2 a:before {
    content: '';
    border-bottom: solid 1px #5CAAEF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.link-2 a:hover:before {
    opacity: 1.0;
}

.link-2 a, .link-2 a:before {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.link-6 a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    color: #5CAAEF;
}

.link-6 a {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: #5CAAEF;
}


#mydropdown {
    position: relative;
    /* background-image: url("../../../assets/images/icon/ComboBox_AccountInfo_ICO.png"); */
    background-color: #5D5E79;
    /* background-size: 34px; */
    /* background-repeat:no-repeat; */
    color: #eee;
    width: 100px; 
    height: 34px;
    border: hidden;
    bottom: 0px;
    margin: 2px 4px;
    top:0px; 
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .1s;
    transition: .1s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .1s;
        transition: .1s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.containerLogin {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 11px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

}

/* The container */
.container {
    /* display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 12px;
    margin-left: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
  }
  
  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.pingbutton{
    padding: 5px 12px;
    width: 100%;
    height: 14%;
    list-style-type: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-style: double;
}
.pingbuttonactive{
    background-color: #3d5e72;
}
.pingbutton :hover{ 
    font-size: larger;
    color: darkorchid;
}

.pingbutton :active{
    color: rgb(65, 21, 185);
}
.cycleid{
    width: 30px;
    height: 30px;
    background-color: rgba(100, 100, 100, 0.3);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    display: inline-block;  
    color: white;

}
.pingbutton li{
    text-align: center;
    margin-left: 1%;
    display: inline-block;
}

    /* custom checkbox and radio buttom */

.customchoose {
        height:100%;
        margin:0px;
}
.customchooseslide {
    height:100%;
    margin:5px 0px 10px 80px;
}
.label{
    left: 10px;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#f2f2f2;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:auto;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../../../assets/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
    padding: 0 0 0 19px;
}

input[type="checkbox"]:checked + label span {
    background:url(../../../assets/check_radio_sheet.png) -19px top no-repeat;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
}

input[type="radio"] + label span {
    display:inline;
    width:auto;
    height:19px;
    margin:0px 50px 0 0;
    vertical-align:middle;
    /* background:url(../../../assets/check_radio_sheet.png) -38px top no-repeat; */
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    /* background:url(../../../assets/check_radio_sheet.png) -57px top no-repeat; */
    background-color: #52525200;
}

.custombtn_tonge {
    height:100%;
    margin:0;
    padding: 10px 60px 10px 0px;
}
/* .btn_first {
    background-color: #e21833 !important;
    border-color: #e21833 !important;
    color: yellow !important;
  } */
/* .btn .btn-secondary, .active {
    background-color: #e21833 !important;
    border-color: #e21833 !important;
    color: yellow !important;
  }
  
  .btn .btn-secondary, .active:hover {
    background-color: #900900 !important;
    border-color: #900900 !important;
    color: white !important;
  
  } */

  /* slide tabbar */
  #s_menuright {
    width: 20%;
    top: 150px;

    right: 15px;
    position: absolute;
    /*background: #32334B;*/
    background: rgba(50, 51, 75, 0.4);
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, .2); */
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
    opacity: 1;
    padding: 20px;

}

.s_menuright-in {
    background-color: rgba(50, 51, 75, 0.4);
    animation: s_menuright-in 0.2s forwards;
    -webkit-animation: s_menuright-in 0.2s forwards;
}

.s_menuright-out {
    background-color: #5D5E79;
    animation: s_menuright-out 0.2s forwards;
    -webkit-animation: s_menuright-out 0.2s forwards;
}
    
@keyframes s_menuright-in {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0%);   
        background-color: rgba(50, 51, 75, 0.4); 
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1; 
     }
}

@-webkit-keyframes s_menuright-in {
    0% { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(0%);   
        background-color: rgba(50, 51, 75, 0.4); 
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1;
     }
    
}
    
@keyframes s_menuright-out {
    0% { transform: translateX(40%); }
    100% { transform: translateX(100%); 
        background-color: #5D5E79;  
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1;
    }
}

@-webkit-keyframes s_menuright-out {
    0% { -webkit-transform: translateX(40%); }
    100% { -webkit-transform: translateX(100%);  
        background-color: #5D5E79; 
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1;
    }
}

/* ---------------------------- */
#m_menuright {
    width: 25%;
    top: 150px;
    height: fit-content;
    right: 15px;
    position: absolute;
    /*background: #32334B;*/
    background: rgba(50, 51, 75, 0.4);
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, .2); */
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
    opacity: 1;
    padding: 20px;

}

.m_menuright-in {
    background: rgba(50, 51, 75, 0.4);
    animation: m_menuright-in 0.2s forwards;
    -webkit-animation: m_menuright-in 0.2s forwards;
}

.m_menuright-out {
    background: #5D5E79;
    animation: m_menuright-out 0.2s forwards;
    -webkit-animation: m_menuright-out 0.2s forwards;
}
    
@keyframes m_menuright-in {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0%);   
        background-color: rgba(50, 51, 75, 0.4); 
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1; 
     }
}

@-webkit-keyframes m_menuright-in {
    0% { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(0%);   
        background-color: rgba(50, 51, 75, 0.4); 
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1;
     }
    
}
    
@keyframes m_menuright-out {
    0% { transform: translateX(40%); }
    100% { transform: translateX(100%); 
        background-color: #5D5E79;  
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1;
    }
}

@-webkit-keyframes m_menuright-out {
    0% { -webkit-transform: translateX(40%); }
    100% { -webkit-transform: translateX(100%);  
        background-color: #5D5E79; 
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1;
    }
}
/* ------------------------------------- */
#contentview {
    width: 30%;
    height: 25%;
    left: 0;
    bottom: 0;
    position: absolute;
    /* background-color: #2D2D44; */
    /*background: #32334B;*/
    background: rgba(50, 51, 75, 0.4);
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, .2); */
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
    opacity: 1;
    /* padding: 20px; */

}
.contentview-in {
    background: rgba(50, 51, 75, 0.4);
    animation: contentview-in 0.5s forwards;
    -webkit-animation: contentview-in 0.5s forwards;
}

.contentview-out {
    background: #5D5E79;
    animation: contentview-out 0.5s forwards;
    -webkit-animation: contentview-out 0.5s forwards;
}
    
@keyframes contentview-in {
    0% { transform: translateY(100%); }
    100% { transform: translateY(0%);   
        background-color: rgb(50, 51, 75); 
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1; 
     }
}

@-webkit-keyframes contentview-in {
    0% { -webkit-transform: translateY(100%); }
    100% { -webkit-transform: translateY(0%);   
        background-color: rgb(50, 51, 75); 
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1;
     }
    
}
    
@keyframes contentview-out {
    0% { transform: translateY(0%); }
    100% { transform: translateY(100%); 
        background-color: #5D5E79;  
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1;
    }
}

@-webkit-keyframes contentview-out {
    0% { -webkit-transform: translateY(0%); }
    100% { -webkit-transform: translateY(100%);  
        background-color: #5D5E79; 
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
        opacity: 1;
    }
}

/* -------------top slide--------------- */
/* ------------------------------------- */
#topslide {
    /* width: 30%;
    left: 0;
    bottom: 0;
    position: absolute; */
    background: rgba(48, 49, 82, 0.541);
    /* box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19); */
    width: 100%;
    top: 40px;
    /* margin-left: 80px; */
    /* height: 50px;  */
    vertical-align: middle;
    position: absolute;
    opacity: 1;

}
.topslide-in {
    /* background: rgba(50, 51, 75, 0.4); */
    animation: topslide-in 0.5s forwards;
    -webkit-animation: topslide-in 0.5s forwards;
}

.topslide-out {
    /* background: #5D5E79; */
    animation: topslide-out 0.5s forwards;
    -webkit-animation: topslide-out 0.5s forwards;
}
    
@keyframes topslide-in {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0%);   
        /* background-color: rgb(50, 51, 75);  */
        /* box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19); */
        opacity: 1; 
     }
}

@-webkit-keyframes topslide-in {
    0% { -webkit-transform: translateY(-100%); }
    100% { -webkit-transform: translateY(0%);   
        /* background-color: rgb(50, 51, 75);  */
        /* box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19); */
        opacity: 1;
     }
    
}
    
@keyframes topslide-out {
    0% { transform: translateY(0%); }
    100% { transform: translateY(-100%); 
        /* background-color: #5D5E79;   */
        /* box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19); */
        opacity: 1;
    }
}

@-webkit-keyframes topslide-out {
    0% { -webkit-transform: translateY(0%); }
    100% { -webkit-transform: translateY(-100%);  
        /* background-color: #5D5E79;  */
        /* box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2), 0px 0px 5px 1px rgba(0, 0, 0, 0.19); */
        opacity: 1;
    }
}

.monthbutton{
    width: 10px;
}

.popupinput{
    width: 80%;
    margin: auto;
    height: 40px;
    border-radius: 3px;
}

.loginbutton{
    border: solid;
    border-radius: 5px;
    width: 20%;
    height: 40px;
    color: white;
    margin-top: 3%;
    margin-left: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0px 0px 0px, 0px 0px 4px;
}
.loginbutton:hover{
    background-image: linear-gradient(
        180deg
        , #2da2cf00,#1d4d94,#32ace6,#1d4d94,#2da2cf00);
}

.forgotpass{
    margin-top: 5% !important;
}


.pass_show{position: relative} 

.pass_show .ptxt { 

position: absolute; 

top: 50%; 

right: 10px; 

z-index: 1; 

color: #f36c01; 

margin-top: -10px; 

cursor: pointer; 

transition: .3s ease all; 

} 



.pass_show .ptxt:hover{color: #333333;} 

.forgotpasswordbutton{
    position: absolute;
    right: 0em;
    color: white;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top-style: double;
    border-bottom-style: double;
    width: 150px;
    height: 30px;
}
.forgotpasswordbutton:hover{
    background-image: linear-gradient(
        180deg
        , #2da2cf00,#1d4d94,#32ace6,#1d4d94,#2da2cf00);
}
.tabButtomrigister{
    border-bottom: 2px solid #4a4a61!important;
    margin-top: 5%;
    padding-bottom: 1%;
    width: 90%;
    transform: translate(6%, -40%);
}

.registerbutton{
    color: white;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top-style: double;
    border-bottom-style: double;
    width: 150px;
    height: 30px;
}
.registerbutton:hover{
    background-image: linear-gradient(
        180deg
        , #2da2cf00,#1d4d94,#32ace6,#1d4d94,#2da2cf00);
}

.loginstatusnotification{
    margin-left: 20%;
    color: #ff7c00;
}


.policy_private{
    color: #33a0ff;
    text-decoration: underline;
}
.policy_private:hover{
    color: #ccc;
    text-decoration: underline;
}

.text_policy_private{
    /* color: #fdfdfd; */
    position: relative;
    /* margin-left: 4em; */
    margin-right: 3em;
    left: 7%;
    /* padding-left: 2em; */
    /* text-align: center;
    text-overflow: ellipsis;
    font-size: 14px; */
}

.bodycenter{
    margin: auto;
    width: 30%;
    padding-top: 10%;
}
.bodychangepass{
    background-color: #3c3c59;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20;
    color: white;
}
.inpitchangepass{
    float: right;
    width: 70%;
    height: 30px;
    border-radius: 3px;
}

.linechangepass{
    margin-top: 50px;;
}
.buttonchangepass{
    border: solid;
    border-radius: 5px;
    width: 130px;
    height: 50px;
    color: white;
    margin-top: 5%;
    margin-left: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0px 0px 0px, 0px 0px 4px;
    background-color: teal;
}
.saveavatarbutton{
    position: absolute;
    background-color: #5D5E79;
    height: 26px;
    width: 100%;
    color: white;
    transform-origin: center;
    bottom: 0;
    margin: auto;
}
.choseavatar{
    position: fixed;
    background-color: aqua;
    height: 180px;
    opacity: 0.001;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  width: 12em;
  height: 12em;
  margin: auto;
}

.btn_upload {
    border: 2px solid white;
    background-color: white;
    border-radius: 50%;
    width: 12em;
    height: 12em;
}

.upload-btn-wrapper input[type=file] {
    background-color: white;
    border-radius: 50%;
    width: 12em;
    height: 12em;
}


.searchInput{
    font-size: x-large;
    margin-top: 10px;
    background-color: #7fffd400;
    color: white;
}
.searchbutton{
    color: #33a0ff;
    text-decoration: underline;
    /* font-size: 20px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 50px;
    width: 100px;
    background: blanchedalmond;
    right: 0px;
    position: absolute;
}