@import url(https://fonts.googleapis.com/css?family=Gudea);
@media only screen and (max-width: 720px) {
    .titling{
        font-size: 20px !important;
    }
    .radioholder{
        width: 90% !important;
    }

    .radioele{
        display: flex;
        align-items: center;
        margin: 0% 15% 0% 15%;
        justify-content: center;
        flex-direction: column;
    }

    .wall_Clock{
        padding-top: 25% !important;
    }



}

body, html {
    color: black;
    font-family: 'Roboto', sans-serif !important;
    min-width:  100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.titling{
    width: 50%;
    cursor: pointer;
}
.reqF {
    color: red;
}
h1:not(.showboxHeader){
    font-size:32px;
    font-weight: 300;
    color: #343c3e;
    margin:15px;
}
.main_header{
    position:sticky;
    border-style: solid;
    border-color: #868686;
    width:100%;
    z-index: 10;
    top:0;
    left:0;
    background-color: #868686;
    color: white;
}
.main_header h1{
    color: white;
}
.main_header .user_name{
    position: absolute;
    display: block;
    top: 12px;
    right: 0;
    margin-right: 300px;
}
.main_header .log-role{
    position: absolute;
    display: block;
    top: 28px;
    right: 0;
    margin-right: 300px;
}
.main_header .logout{
    position:absolute;
    display: block;
    line-height: 40px;
    height:40px;
    width:80px;
    text-align: center;
    top:10px;
    right:0;
    margin-right: 10px;
    cursor: pointer;
    color:white;
    background-color:#1DAFEC;
}
.main_header .logout:hover{
    background-color:#21c0ff
}

.main_header .Role-Changer{
    position:absolute;
    display: block;
    line-height: 40px;
    height:40px;
    width:80px;
    text-align: center;
    top:10px;
    right:0;
    margin-right: 190px;
    cursor: pointer;
    color:white;
    background-color:#1DAFEC;
}

.main_header .Role-Changer:hover{
    background-color:#21c0ff
}

.main_header .menu_btn{
    position:absolute;
    display: block;
    line-height: 40px;
    height:40px;
    width:80px;
    text-align: center;
    top:10px;
    right:0;
    margin-right: 100px;
    cursor: pointer;
    color:white;
    background-color:#1DAFEC;
}

.main_header .menu_btn:hover{
    background-color:#21c0ff
}


.btn{
    /*position:relative;
    display:inline-block;
    cursor: pointer;
    color:black;
    width: 100px;
    background-color:#F6F6F6;
    -webkit-border-radius: 0px;
    padding: 0 35px;
    line-height: 40px;
    text-align: center; */
}
.btn:hover:not(.btn_long){
    background-color:#E9E9E9;
}
.btn_long{
    width: 150px;
}
.red{
    color:white!important;
    background-color: #ea6153!important;
}
.red:hover{
    background-color: #f4675a!important;
}
.blue{
    color:white!important;
    background-color: #1DAFEC!important;
}
.blue:hover{
    background-color: #21c0ff;
}
.green{
    color:white!important;
    background: #27ae60!important;
}
.green:hover{
    background: #2bbc67!important;
}
.orange{
    color:white!important;
    background: #ecac1d!important;
}
.orange:hover{
    background: #fbc345!important;
}




/*NAVI*/
.navi{
    position: relative;
    font-weight: 100;
    width: 200px;
    display: inline-block;
    left: 0;
    transition: left 1s;
    transition: width 1s;
}
.navi ul{
    position: absolute;
    list-style: none;
    padding-left: 0px;
    width: 153.44px;
}
@media (max-width: 768px) {
    .navi{
        width: 100%;
        border-bottom: 1px solid #dddddd;
    }
    .navi ul{
        position: relative;
    }
}
.navi ul li{
    margin-bottom:3px;
}
.navi ul li a{
    font-size: 20px;
    text-decoration:  none;
    color: #343c3e;
    background-color:white;
    padding:5px;
    display:block;
}
.navi ul ._on a{
    color: white;
    background-color:#1DAFEC;
}
.navi ul li a:hover{
    color: white;
    background-color:#1DAFEC;
}





/*new*/
.landing_page{
    z-index: 9; 
    text-align:center;
    width: 200px;
    height: 100%;
    position: fixed;
    background-color: #00000054;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    
}
.landing_page .side-navbar{
    margin-top: 100px;
    
}
.landing_page .side-navbar h1{
    font-size: 20px !important;
    font-weight: bold;
}
.landing_page .nav a{
    color :white;
    border-inline:none;
}
.landing_page .nav a:link { text-decoration: none; }
.landing_page .nav a:visited { text-decoration: none; }
.landing_page .nav a:active { text-decoration: none; }
.landing_page .nav a:hover { 
    text-decoration: none; 
    color:white;
    background-color: #ffffff26;
}
/*new*/
.landing_page ul li a{
    width:110px;
    height:38px;
}
/*new*/
.landing_page_box{
    margin-top: 85px;
    margin-left: 220px;
    height:auto;
    width: 1080;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly; 
}
/*new*/
.rankingSquare {
    height: 340px;
    width: 350px;
    border-style: solid;    
    border-radius:1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
	border-radius: 6px;
    background-color:linear-gradient(45deg, #BCD3EE 10%, #ABD9DF 100%);
    border-color: #51cedf;
    box-shadow: 0 20px 50px rgba(77, 200, 209, 0.7);
  }
/*new*/
.TopRank{
	width: 24px;
	height: 24px;
	font-size: 13px;
	text-align: center;
	line-height: 26px;
	margin-right: -5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
/*new*/
  .rankingRect{
    /*height: 600px;*/
    width: 360px;
    border-style: solid;    
    border-radius:1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: center;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
    background-color:linear-gradient(45deg, #BCD3EE 10%, #ABD9DF 100%);
    border-color: #51cedf;
    box-shadow: 0 20px 50px rgba(77, 200, 209, 0.7);
}
/*new*/
.rankingRect td{
    padding: 7px;
}
.rankingRect h1,.rankingSquare h1{
    font-size: 24px;
}
.landing_page .btn_epp{
    text-decoration:none;
}
.landing_page .btn_loan{
    text-decoration:none;
}

.hder{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile{
    display: flex;
    justify-content: center;
    align-items: center;
  }
.fas{
    color: gold;
    z-index: 1;
}
.profile .person{
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 80px;
    height: 210px;
}
.profile .second, .profile .third{
    transform: translateY(+25%);
}
.person .link{
    display: block;
    transition: all 0.2s linear;
    min-width: 60px;
    max-width: 85px;
    height: 50px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.person .name:focus,
.person .name:hover {
    color: transparent;
    white-space: nowrap;
}
.person .name:focus:after,
.person .name:hover:after {
    z-index: 6;
    content: attr(data-text);
    overflow: visible;
    text-overflow: inherit;
    background: #fff;
    position: absolute;
    width: auto; 
    max-width: 16rem;
    padding-left: 4px;
    padding-right: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
    white-space: normal;
    word-wrap: break-word;
    display: block;
    color: black;
    margin-top: -1.25rem;
} 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.photo{
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid cyan;
    box-shadow: 0 0 20px cyan;
    object-fit: cover;
}
.photo.fstM{
    width: 85px;
    height: 85px;
}

#edit_profile_img{
    object-fit: cover;
    border-radius: 50%;
}
#edit_profile_img2{
    object-fit: cover;
    border-radius: 50%;
}


/*new*/
@media only screen and (max-width: 1180px) {
    .landing_page{
        width: 150px;
    }
    .landing_page h1{
        font-weight: bold;
        font-size: 14px;
    }
    .landing_page a{
        font-size: 10px;
    }
    .landing_page_box{
        margin-left: 150px;
    }
    .rankingSquare{
        width: 200px;
        height: 270px;
    }
    .rankingRect{
        width: 200px;
    }
    .rankingSquare h1{
        font-weight: bold;
        font-size: 16px;
    }
    .rankingRect h1{
        font-weight: bold;
        font-size: 16px;
    }
    .rankingSquare td{
        font-size: 10px;
    }
    .rankingRect td{
        font-size: 10px;
    }
    .person .link{
        max-width: 60px;
    }
    .photo{
        width: 45px;
        height: 45px;
    }
    .photo.fstM{
        width: 55px;
        height: 55px;
    }
    .num,.link .name{
        font-size: 10px;
    }
}

.keep{
    display:none;
}
.thumbnailValue{
    display:none;
}


.content{
    display: inline-block;
    position:absolute;
    margin: auto;
    height: 100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
label:not(.flex-tabs label){
    width: 100%;
    font-size: 18px;
    color:#343c3e;
    margin-bottom: 5px;
    display: inline-block;
}
input, textarea:not(.r_pass input,.r_pass2 input, textarea,.form-control-sm) {
    width: 85%;
    line-height: 52px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 0.875em;
    color: #343c3e;
    margin-bottom:10px;
    padding-left:2.5%;
    padding-right:2.5%;
}
#attdlist_filter>label{
display: -webkit-inline-box !important;
}
#attdlist_filter>label>input{
    line-height: 20px !important;
    width:70% !important;
}

.error_label{
    color:red !important;
}

.error{
    padding-top: 5px;
    padding-bottom: 15px;
    color:red;
    width: 100%;
}

.wrapper {
    background-color:white;
    position: relative;
    display: inline-block;
    width: calc(90% - 200px);
    max-width: 1500px;
    top: 15px;
}
@media (max-width: 768px) { 
    .wrapper {
        position:relative;
        display: block;
        margin: auto;
        left:0;
        right:0;
        top: 0;
        width:90%;
        max-width: 1200px;
    }
}
.content_holder{    
    display: inline-block;
    position: absolute;
    width:1200px;
}
/*POPUP*/
.popup{
    top: 0;
    left: 0;
    position:absolute;
    display: none;
    width:100%;
    height:100%;
    z-index:1000;
}
.sub_popup{
    z-index:1001;
}
.popup .ID{
    display:none;
}
.popup .bg{
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:99;
}
.popup_holder{
    position:absolute;
    width:1200px;
    height:auto;
    z-index:100;
    padding:10px;
    margin:auto;
    margin-top: 10%;
    left:0;
    right:0;
}
.btn_close{
    position:absolute;
    cursor:pointer;
    width:30px;
    height:30px;
    line-height: 30px;
    text-align: center;
    color:white;
    background-color:#1DAFEC;
    z-index:100;
    right:-15px;
    top:-15px;
}
.btn_close:hover{
    background-color:#21c0ff
}
.popup_content{
    display: inline-block;
    position: relative;
    margin:auto;
    right:0;
    left:0;
    width:94%;
    background-color:white;
    border:1px solid #1DAFEC;
    padding:3%;
}
.tabs.flex-tabs .edit_content{
    display: inline-block;
    position: relative;
    right:0;
    left:0;
    width:94%;
    background-color:white;
    padding: 20px 20px 20px 10px;
}
.popup input{
    line-height: 32px;
}
.popup_content h2{
    padding:0px;
    margin:0px;
    margin-bottom:15px;
}
.input_group{
    margin-bottom:10px;
    background-color:#F6F6F6;
    overflow-x:auto;
    overflow-y:hidden;
}
.input_group h3{
    padding:5px;
    margin:0px;
    margin-bottom:5px;
    background-color:#E9E9E9;
}
._1column{
    position:relative;
    display:inline-block;
    width:96%;
    margin:5px;
    margin-left:2%;
    margin-right:2%;
    padding:0;
    vertical-align:top;
}
._2column:not(.r_pass2){
    position:relative;
    display:inline-block;
    width:40%;
    margin:5px;
    margin-left:2%;
    margin-right:2%;
    padding:0;
    vertical-align:top;
}
._3column{
    position:relative;
    display:inline-block;
    width:28%;
    margin:5px;
    margin-left:2%;
    margin-right:2%;
    padding:0;
    vertical-align:top;
}

._3column .usr{
    width: 25% !important;
}
._3column input{
    width: 70%;
}
._3column .select2-container{
    width: 70% !important;
}
.select2-selection__arrow{
    height: 35px !important;
}


._2column_Remark{
    width:60% !important;
}

._1column ._2column, ._2column ._2column{
    width:49.4%;
    margin-left:0%;
    margin-right:0%;
}

.selector{
    width:100%!important;
}

.select2-container .select2-selection--single{
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}

.select2-container:not(._3column .select2-container){
    width:85%!important;
}
.thumbnail{
    position:relative;
    display:inline-block;
    width:80px;
    margin-right:3px;
    border:1px solid #d3d3d3;
    vertical-align: top;
}
.thumbnail .btn_close{    
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 5px;
    right: 0px;
    top: 0px;
}
.thumbnail ._images{
    position:relative;
    width: 100%;
}
.other_file{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #E9E9E9;
    text-align: center;
    text-decoration: none;
    color: black;
}


.main_status{
    position: absolute;
    width: 300px!important;
    top: 0;
    right: 0;
    margin-top: 20px;
    margin-right: 20px;
}
.remark_holder{
    width: 33%;
    float: left;
}
.summary_holder{
    margin-top:20px;
    margin-bottom:20px;
}
.settlement_txt_holder{
    position:absolute;
    display:inline-block;
    margin-left:43%;
}
.collect_txt_holder{
    position:absolute;
    display:inline-block;
    margin-left:73%;
}
.merchant1_txt_holder{
    position:absolute;
    display:inline-block;
    margin-left:11%;
}
.merchant2_txt_holder{
    position:absolute;
    display:inline-block;
    margin-left:72%;
}
.loanapproved_txt_holder{
    position:absolute;
    display:inline-block;
    margin-left:47%;
}
.bankerfee_txt_holder{
    position:absolute;
    display:inline-block;
    margin-left:44%;
}



.member_holder .thumbnail .btn_close{
    display:none;
}

.search_filter{
    position:absolute;
    width: 280px;
    margin:auto;
    top: 0;
    right:0;
}
.search_filter input{    
    /* width: 180px!important; */
}
.search_filter .btn{
    width: 80px;
    padding: 0px;
}
._from{
    color: #ea6153;
    font-weight: 700;
}

._to{
    color: #1DAFEC;
    font-weight: 700;
}
.txt_green{
    color: #27ae60;
}
.txt_red{
    color: #ea6153;
}

.password_policy{
    font-size: 12px;
    color: #878787;
}
.password_req{
    color: red;
}







/*TABLE*/
.table {
    margin: 5px 0 5px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
    margin-top:10px;
    font-size:14px;
}
div>.table>.row {
    display: table-row !important;
    background: #f6f6f6;
}
#closed_loan_wrapper>.row, #closed_epp_wrapper>.row{
    background: #ffffff00 !important;
}
.row {
    display: table-row;
    background: #f6f6f6;
}
.row:nth-of-type(odd) {
    background: #ffffff;
}
.row .header {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background: #ea6153;
}
.row .green {
    background: #27ae60;
}
.row .blue {
    background: #1DAFEC;
}
.cell {
    padding: 1% 15px 1% 1%;
    display: table-cell;
    border-right:1px solid #dddddd;
    vertical-align:top;
}
.header .cell{
}
.header .cell:hover{
}
.header ._none{
    cursor: auto;
}
.header ._none:hover{
    cursor: auto;
    background-color:#1DAFEC
}
.header .cell span{
    font-size: 10px;
}
.highlight_row{
    background-color: #ea6153 !important;
}

._image_cell{
    text-align:left;
}
.table .thumbnail{
    width:80px;
    margin:0;
}
.main_table{
    margin-bottom:30px;
}
._epp_ .main_table ._r1{
    width:5%;
}
._epp_ .main_table ._r2{
    width:10%;
}
._epp_ .main_table ._r3{
    width:10%;
}
._epp_ .main_table ._r4{
    width:11%;
}
._epp_ .main_table ._r5{
    width:7%;
}
._epp_ .main_table ._r6{
    width:13%;
}
._epp_ .main_table ._r7{
    width:8%;
}
._epp_ .main_table ._r8{
    width:8%;
}
._epp_ .main_table ._r9{
    width:10%;
}

._epp_ .settlement_table ._r1{
    width:5%;
}
._epp_ .settlement_table ._r2{
    width:12%;
}
._epp_ .settlement_table ._r3{
    width:16%;
}
._epp_ .settlement_table ._r4{
    width:6%;
}
._epp_ .settlement_table ._r5{
    width:8%;
}
._epp_ .settlement_table ._r6{
    width:9%;
}
._epp_ .settlement_table ._r7{
    width:4%;
}
._epp_ .settlement_table ._r8{
    width:12%;
}
._epp_ .settlement_table ._r9{
    width:10%;
}

._epp_ .collect_table ._r1{
    width:10%;
}
._epp_ .collect_table ._r2{
    width:20%;
}
._epp_ .collect_table ._r3{
    width:32%;
}
._epp_ .collect_table ._r4{
    width:10%;
}
._epp_ .collect_table ._r5{
    width:10%;
}

._epp_ .merchant_table ._r1{
    width:13%;
}
._epp_ .merchant_table ._r2{
    width:11%;
}
._epp_ .merchant_table ._r3{
    width:7%;
}
._epp_ .merchant_table ._r4{
    width:10%;
}
._epp_ .merchant_table ._r5{
    width:7%;
}
._epp_ .merchant_table ._r6{
    width:13%;
}
._epp_ .merchant_table ._r7{
    width:11%;
}
._epp_ .merchant_table ._r8{
    width:10%;
}



._loan_ .main_table ._r1{
    width:5%;
}
._loan_ .main_table ._r2{
    width:14%;
}
._loan_ .main_table ._r3{
    width:14%;
}
._loan_ .main_table ._r4{
    width:10%;
}
._loan_ .main_table ._r5{
    width:13%;
}
._loan_ .main_table ._r6{
    width:8%;
}
._loan_ .main_table ._r7{
    width:8%;
}
._loan_ .main_table ._r8{
    width:10%;
}

._loan_ .loanapproved_table ._r1{
    width:10%;
}
._loan_ .loanapproved_table ._r2{
    width:15%;
}
._loan_ .loanapproved_table ._r3{
    width:16%;
}
._loan_ .loanapproved_table ._r4{
    width:11%;
}
._loan_ .loanapproved_table ._r5{
    width:8%;
}
._loan_ .loanapproved_table ._r6{
    width:12%;
}
._loan_ .loanapproved_table ._r7{
    width:10%;
}

._loan_ .collect_table ._r1{
    width:10%;
}
._loan_ .collect_table ._r2{
    width:20%;
}
._loan_ .collect_table ._r3{
    width:32%;
}
._loan_ .collect_table ._r4{
    width:10%;
}
._loan_ .collect_table ._r5{
    width:10%;
}

._loan_ .settlement_table ._r1{
    width:11%;
}
._loan_ .settlement_table ._r2{
    width:7%;
}
._loan_ .settlement_table ._r3{
    width:15%;
}
._loan_ .settlement_table ._r4{
    width:6%;
}
._loan_ .settlement_table ._r5{
    width:8%;
}
._loan_ .settlement_table ._r6{
    width:9%;
}
._loan_ .settlement_table ._r7{
    width:4%;
}
._loan_ .settlement_table ._r8{
    width:12%;
}
._loan_ .settlement_table ._r9{
    width:10%;
}

._loan_ .bankerfee_table ._r1{
    width:11%;
}
._loan_ .bankerfee_table ._r2{
    width:13%;
}
._loan_ .bankerfee_table ._r3{
    width:6%;
}
._loan_ .bankerfee_table ._r4{
    width:9%;
}
._loan_ .bankerfee_table ._r5{
    width:8%;
}
._loan_ .bankerfee_table ._r6{
    width:13%;
}
._loan_ .bankerfee_table ._r7{
    width:12%;
}
._loan_ .bankerfee_table ._r8{
    width:10%;
}









/*LOG IN*/
.log_in{
    height:250px;
    width: 280px;
}
.log_in input{
    width: 255px;
}

/*PASSWORD*/
.done_holder{
    font-size: 24px;
    color: #343c3e;
}

/*MANAGE ADMIN*/
.btn_edit{
    float:left;
    display:none;
    width: 40px;
    line-height:16px;
    font-size: 10px;
    margin:5px;
    color:white;
    cursor:pointer;
    background-color:#1DAFEC;
    text-align: center;
}
.btn_edit:hover{
    background-color:#21c0ff
}

.btn_close_case{
    float:left;
    width: 40px;
    line-height:16px;
    font-size: 10px;
    margin:5px;
    color:white;
    cursor:pointer;
    background-color:#1DAFEC;
    text-align: center;
}
.btn_close_case:hover{
    background-color:#21c0ff
}


.btn_edit_user{
    float:left;
    width: 40px;
    line-height:16px;
    font-size: 10px;
    margin:5px;
    color:white;
    cursor:pointer;
    background-color:#1DAFEC;
    text-align: center;
}
.btn_edit_user:hover{
    background-color:#21c0ff
}

.btn_hide{
    display: none ;
}


.long_btn_edit{
    width: 80px;
}
.popup .adminID,.popup .quotationID{
    display: none;
}
.popup .lockField{
    display:inline-block;
    color:#1DAFEC;
}
.popup .popup_name{
    display:inline-block;
    color:#1DAFEC;
}

/*QUOATATION*/
.filter{
    background-color:white;
    padding-bottom: 20px;
}
.each_filter{
    margin-bottom:10px;
}
.filter #from_date{
    line-height: 32px;
    width: 120px;
    margin-bottom: 0px;
}
.filter #to_date{
    line-height: 32px;
    width: 120px;
    margin-bottom: 0px;
}
.filter input{
    line-height: 32px;
    width: 170px;
    margin-bottom: 0px;
}
.bottom_padding{
    position:relative;
    height:50px;
}
.sales_person_selector{
    width:200px;
}
.popup_sales_person_selector{
    width:200px;
}
.popup_status_selector{
    width:200px;
}
.popup_source_selector{
    width:200px;
}
#remarks{
    height:200px;
    width: 100%;
    line-height: 18px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left:0px;
    font-size: 16px;
    color: #343c3e;
    margin-bottom:0px;
    vertical-align: top;
}
.select2-container input{
    line-height: 32px;
}
.selector{
    width:200px;
}
.btn_reset{
    background-color: #ea6153;
}
.btn_reset:hover{
    background-color: #f4675a;
}
.btn_export{
    background-color:#1DAFEC;
}
.btn_export:hover{
    background-color:#21c0ff;
}
.btn_add_admin{
    background-color: #1DAFEC;
}
.btn_add_admin:hover{
    background-color: #21c0ff;
}
.btn_add_runner{
    background-color: #1DAFEC;
}
.btn_add_runner:hover{
    background-color: #21c0ff;
}
.popup_sales_person,.popup_status,.popup_source{
    width:50%;
    padding:30px;
    margin-left:25%;
}
.popup_remarks{
    width:70%;
    padding:30px;
    margin-left:15%;
}
.popup_ce{
    width:90%;
    padding:30px;
    margin-left:5%;
}
.popup_sales_person>div{
    margin-bottom:10px;
}
.popup_status>div{
    margin-bottom:10px;
}
.popup_remarks>div{
    margin-bottom:10px;
}
.popup_source>div{
    margin-bottom:10px;
}
.popup_ce>div{
    margin-bottom:10px;
}
.popup_ce table{
    width:100%;
    border: 1px solid #dddddd;
}
.popup_ce table tr{
    width:100%;
    text-align:left;
}
.popup_ce table th,.popup_ce table td{
    height:20px;
    padding:2px;
    border: 0.5px solid #dddddd;
}
.popup_ce .file_URL{
    width:80%;
}
.popup_ce .date{
    width:20%;
}


.openNavBtn{
    margin-left: 155px;
    font-size: 18px;
    border: none;
    outline: none;
}

.openNavBtn:active{
    border: none;
    color: white;
}

/* ---------------------Login Page Editor Start ---------------------- */

.loginBody:not(.content){
    background: linear-gradient(45deg, rgba(66, 183, 245, 0.8) 0%, rgba(66, 245, 189, 0.4) 100%);
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loginBody .overlay, .form-panel.one:before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.loginBody .form {
    z-index: 15;
    position: relative;
    background: #fff;
    width: 600px;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin: 100px auto 10px;
    overflow: hidden;
}

.loginBody .form-toggle {
    z-index: 10;
    position: absolute;
    top: 60px;
    right: 60px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    transform-origin: center;
    transform: translate(0, -25%) scale(0);
    opacity: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .loginBody .form-toggle:before, .form-toggle:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 4px;
        background: #4285f4;
        transform: translate(-50%, -50%);
    }

    .loginBody .form-toggle:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .loginBody .form-toggle:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .loginBody .form-toggle.visible {
        transform: translate(0, -25%) scale(1);
        opacity: 1;
    }

.loginBody .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
}

    .loginBody .form-group:last-child {
        margin: 0;
    }

    .loginBody .form-group label {
        display: block;
        margin: 0 0 10px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }

.loginBody .two .form-group label {
    color: #fff;
}

.loginBody .form-group input {
    outline: none;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 20px;
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    transition: 0.3s ease;
}

    .loginBody .form-group input:focus {
        color: rgba(0, 0, 0, 0.8);
    }

.loginBody .two .form-group input {
    color: #fff;
}

    .loginBody .two .form-group input:focus {
        color: #fff;
    }

.loginBody .form-group button {
    outline: none;
    background: #4285f4;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 12px 20px;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: uppercase;
    cursor: pointer;
}

.loginBody .two .form-group button {
    background: #fff;
    color: #4285f4;
}

.loginBody .form-group .form-remember {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

    .loginBody .form-group .form-remember input[type='checkbox'] {
        display: inline-block;
        width: auto;
        margin: 0 10px 0 0;
    }

.loginBody .form-group .form-recovery {
    color: #4285f4;
    font-size: 12px;
    text-decoration: none;
}

.loginBody .form-panel {
    padding: 60px calc(5% + 60px) 60px 60px;
    box-sizing: border-box;
}

    .loginBody .form-panel.one:before {
        content: '';
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
    }

    .loginBody .form-panel.one.hidden:before {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .loginBody .form-panel.two {
        z-index: 5;
        position: absolute;
        top: 0;
        left: 95%;
        background: #4285f4;
        width: 100%;
        min-height: 120%;
        padding: 60px calc(10% + 60px) 60px 60px;
        transition: 0.3s ease;
        cursor: pointer;
    }

        .loginBody .form-panel.two:before, .form-panel.two:after {
            content: '';
            display: block;
            position: absolute;
            top: 60px;
            left: 1.5%;
            background: rgba(255, 255, 255, 0.2);
            height: 30px;
            width: 2px;
            transition: 0.3s ease;
        }

        .loginBody .form-panel.two:after {
            left: 3%;
        }

        .loginBody .form-panel.two:hover {
            left: 93%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

            .loginBody .form-panel.two:hover:before, .form-panel.two:hover:after {
                opacity: 0;
            }

        .loginBody .form-panel.two.active {
            left: 10%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            cursor: default;
        }

            .loginBody .form-panel.two.active:before, .form-panel.two.active:after {
                opacity: 0;
            }

.loginBody .form-header {
    margin: 0 0 40px;
}

    .loginBody .form-header h1 {
        padding: 4px 0;
        color: #4285f4;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

.loginBody .two .form-header h1 {
    position: relative;
    z-index: 40;
    color: #fff;
}

.loginBody .cp-fab {
    background: #fff !important;
    color: #4285f4 !important;
}

.form-group .loginFailun{
    background-color: #ED4337 ;
    padding: 10px 0px 0px 0px;
    text-align: center;
    width: 100%;
    display: none;
}

.form-group .loginFailpw{
    background-color: #ED4337 ;
    padding: 10px 0px 0px 0px;
    text-align: center;
    width: 100%;
    display: none;
}
 
.form-group .loginFailun label{
    color: white;
}
.form-group .loginFailpw label{
    color: white;
}

.loginError{
    text-align: center;
    font-size: 15px !important;
    color: #ED4337 !important;
}
 
/* ---------------------Login Page Editor End ---------------------- */
/* ---------------------Loading Screen Editor Start ---------------------- */
.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}
    .loader:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
  
.circular {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
  
.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}
  
@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-webkit-keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%, 90% {
        stroke: #ffa700;
    }
}
@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%, 90% {
        stroke: #ffa700;
    }
}

.showbox {
    display: none;
    background-color: #00000059;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    z-index: 999;
}

/* ---------------------Popup Editor Start ---------------------- */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}
.cnt223 a{
    text-decoration: none;
}
.ChangeRoleNotice{
    width: 90%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}
.cnt223{
    min-width: 600px;
    width: 600px;
    min-height: 150px;
    margin: 100px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 30px 40px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}
.cnt223 p:not(.p){
    clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 18px;
    font-family: sans-serif;
}
.cnt223 p a:not(.p){
    color: #d91900;
    font-weight: bold;
}
.cnt223 .x{
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}
.cnt223 .x:hover{
    cursor: pointer;
}

.showboxHeader{
    font-family: "Times New Roman", Times, serif;
    font-size: 35px;
    font-weight: 400;
}
/* ---------------------Popup Editor End ---------------------- */
/* ---------------------Loading Screen Editor End ---------------------- */
/* ---------------------Checkbox Assign as Runner Editor Start ---------------------- */

.tgl-flat + .tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    background: #fff;
    border: 4px solid #f2f2f2;
    border-radius: 2em;
  }
  .tgl-flat + .tgl-btn:after {
    transition: all 0.2s ease;
    background: #f2f2f2;
    content: "";
    border-radius: 1em;
  }
  .tgl-flat:checked + .tgl-btn {
    border: 4px solid #7FC6A6;
  }
  .tgl-flat:checked + .tgl-btn:after {
    left: 50%;
    background: #7FC6A6;
  }

  .tgl {
    display: none;
  }
  .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
    background: none;
  }
  .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
  }
  .tgl + .tgl-btn {
    outline: 0;
    display: inline-block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .tgl + .tgl-btn:after {
    left: 0;
  }
  .tgl + .tgl-btn:before {
    display: none;
  }
  .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  /*Tranfer Form Admin Check-Box*/

  .tgl-skewed + .tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #21c0ff;
  }
  .tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }
  .tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
  }
  .tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
  }
  .tgl-skewed + .tgl-btn:active {
    background: #888;
  }
  .tgl-skewed + .tgl-btn:active:before {
    left: -10%;
  }
  .tgl-skewed:checked + .tgl-btn {
    background: #86d993;
  }
  .tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
  }
  .tgl-skewed:checked + .tgl-btn:after {
    left: 0;
  }
  .tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
  }
  .skewed{
    position: absolute !important;
    margin-left: 1em;
  }
  
  
/* ---------------------Checkbox Assign as Runner Editor End ---------------------- */

/* ---------------------Setting Tab Editor Start ---------------------- */
/* Android 2.3 :checked fix */
@-webkit-keyframes fake {
    from {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fake {
    from {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }
  /*body {
    -webkit-animation: fake 1s infinite;
            animation: fake 1s infinite;
  }*/
  
  .worko-tabs {
    margin: 20px;
    width: 90%;
  }
  .worko-tabs .state {
    position: absolute;
    left: -10000px;
  }
  .worko-tabs .flex-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .worko-tabs .flex-tabs .tab {
    flex-grow: 1;
    max-height: 40px;
  }
  .worko-tabs .flex-tabs .panel {
    background-color: #fff;
    padding: 20px 20px 20px 10px;
    min-height: 300px;
    display: none;
    width: 100%;
    flex-basis: auto;
  }
  .worko-tabs .tab {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    background-color: #eee;
    cursor: hand;
    cursor: pointer;
    border-left: 10px solid #ccc;
  }
  .worko-tabs .tab:hover {
    background-color: #fff;
  }
  
  #tab-zero:checked ~ .tabs #tab-zero-label,
  #tab-one:checked ~ .tabs #tab-one-label,
  #tab-two:checked ~ .tabs #tab-two-label,
  #tab-three:checked ~ .tabs #tab-three-label,
  #tab-four:checked ~ .tabs #tab-four-label,
  #tab-five:checked ~ .tabs #tab-five-label {
    background-color: #fff;
    cursor: default;
    border-left-color: #1dafec;
  }
  
  #tab-zero:checked ~ .tabs #tab-zero-panel,
  #tab-one:checked ~ .tabs #tab-one-panel,
  #tab-two:checked ~ .tabs #tab-two-panel,
  #tab-three:checked ~ .tabs #tab-three-panel,
  #tab-four:checked ~ .tabs #tab-four-panel,
  #tab-five:checked ~ .tabs #tab-five-panel {
    display: block;
  }
  
  @media (max-width: 600px) {
    .flex-tabs {
      flex-direction: column;
    }
    .flex-tabs .tab {
      background: #fff;
      border-bottom: 1px solid #ccc;
    }
    .flex-tabs .tab:last-of-type {
      border-bottom: none;
    }
    .flex-tabs #tab-one-label {
      order: 1;
    }
    .flex-tabs #tab-two-label {
      order: 3;
    }
    .flex-tabs #tab-three-label {
      order: 5;
    }
    .flex-tabs #tab-four-label {
      order: 7;
    }
    .flex-tabs #tab-five-label {
      order: 9;
    }

    .flex-tabs #tab-one-panel {
      order: 2;
    }
    .flex-tabs #tab-two-panel {
      order: 4;
    }
    .flex-tabs #tab-three-panel {
      order: 6;
    }
    .flex-tabs #tab-four-panel {
      order: 8;
    }
    .flex-tabs #tab-five-panel {
      order: 10;
    }
  
    #tab-zero:checked ~ .tabs #tab-zero-label,
    #tab-one:checked ~ .tabs #tab-one-label,
  #tab-two:checked ~ .tabs #tab-two-label,
  #tab-three:checked ~ .tabs #tab-three-label,
  #tab-four:checked ~ .tabs #tab-four-label,
  #tab-five:checked ~ .tabs #tab-five-label  {
      border-bottom: none;
    }
  
    #tab-zero:checked ~ .tabs #tab-zero-panel,
    #tab-one:checked ~ .tabs #tab-one-panel,
  #tab-two:checked ~ .tabs #tab-two-panel,
  #tab-three:checked ~ .tabs #tab-three-panel,
  #tab-four:checked ~ .tabs #tab-four-panel,
  #tab-five:checked ~ .tabs #tab-five-panel {
      border-bottom: 1px solid #ccc;
    }
  }
  .r_pass input, .r_pass2 input, textarea{
    width: 82%;
    line-height: 45px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.25em;
    color: #343c3e;
    margin-bottom:10px;
    padding-left:2.5%;
    padding-right:2.5%;
}
.r_pass2 input{
    padding-left: 5%;
    padding-right: 5%;
}


.r_pass2{
    position:relative;
    display:inline-block;
    width: 40%;
    margin:5px;
    margin-left:2%;
    margin-right:2%;
    padding:0;
    vertical-align:top;
}

/*Disable link underline*/
#tab-two-label:link, #tab-one-label:link { text-decoration: none;color:black }
#tab-two-label:visited, #tab-one-label:visited  { text-decoration: none;color:black }
#tab-two-label:hover, #tab-one-label:hover { text-decoration: none;color:black }
#tab-two-label:active, #tab-one-label:active  { text-decoration: none;color:black }




/* ---------------------Setting Tab Editor End ---------------------- */
/* ---------------------PopUp Notification Start---------------------- */
/*
.main{
    width: 100%;
    height: auto;
    display: none;
    background: rgba(0,0,0,0.4);
    overflow: hidden;
    position: fixed;
    z-index: 999;
}
    .container{
    display: block;
    width: 800px;
    height: 500px;
    background: none;
    margin: 20px auto;
    position: relative;
    padding-top: 50px;
    overflow: hidden;
    transition: 0.7s ease;

}
    .container .popup1{
    display: block;
    width: 100px;
    height: 200px;
    background: #fff;
    border: 1px solid #CCC;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    transition: 0.85s ease;
    margin: auto;
    z-index: -2;
}

    .container .close{
     position: absolute;
     top: 10px;
     left: 10px;
     display: none;
     font-family: tahoma;
     font-size: 20px;
     cursor: pointer;
     z-index: 1;
}

    .container .popuph1 {
    display: none;
    position: absolute;
    color: #333;
    top: 30px;
    left: 195px;
    margin-top: 15%;
    margin-left: -10px;

}

    .container .p {
    display: none;
    position: absolute;
    top: 70px;
    color: #01b388;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-left: -10px;

}

.btn_close_noti{
    position:absolute;
    cursor:pointer;
    width:30px;
    height:30px;
    line-height: 30px;
    text-align: center;
    color:white;
    background-color:#1DAFEC;
    z-index:100;
    right:150px;
    top:10px;
    text-align: center;
}

.field-icon {
    cursor: pointer;
  }*/




    .main{
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.4);
    overflow: hidden;
    position: fixed;
    z-index: 999;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    .container{
    display: block;
    width: 800px;
    height: 500px;
    background: none;
    margin: 100px auto;
    position: relative;
    padding-top: 50px;
    overflow: hidden;
    transition: 0.7s ease;

}
    .container .popup{
    display: block;
    width: 100px;
    height: 200px;
    background: #fff;
    border: 1px solid #CCC;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    transition: 0.85s ease;
    margin: auto;
    z-index: -2;
}

    .container .close{
     position: relative;
     top: -35px;
     left: -15px;
     display: none;
     font-family: tahoma;
     font-size: 30px;
     cursor: pointer;
     z-index: 1;
    
}

.container .h1 {
    display: none;
    position: relative;
    color: #333;
    top: 0px;
    left: 0px;

}

    .container .p {
    display: none;
    position: relative;
    color: #01b388;
    left: 16px;
    font-size: 20px;
    font-weight: bold

}

    button:not(.dt-buttons button,.dtsb-button){
    width: 150px;
    height: 60px;
    background: #01b388;
    margin: 10px;
    border: none;
    border-radius: 5px;
    font-family: tahoma;
    font-size: 20px;
    outline: none;
    color: #fff;
    cursor: pointer
}

/* ---------------------PopUp Notification End---------------------- */
.error-g{
    border-style: solid;
}

/* ---------------------Clock START---------------------- */
:root {
	--main-bg-color: #fff;
	--main-text-color: #888888;
}

[data-theme="dark"] {
	--main-bg-color: #1e1f26;
	--main-text-color: #ccc;
}

* {
	box-sizing: border-box;
	/* 		transition: all ease 0.2s; */
}
.e_clock_body:not(.location){
    padding: 2.5em 1em 0.5em 1em;
    font-size: 12px;
    text-align: center;
}
.location{
    font-size: 25px;
    font-family: 'Noto Sans', sans-serif;
}
.location{
    text-align: center !important;
}
.wall_Clock {
	padding-top: 4%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	background-color: var(--main-bg-color);
	position: relative;
	transition: all ease 0.2s;
}
.page-header {
	font-size: 2rem;
	color: var(--main-text-color);
	padding: 2rem 0;
	font-family: monospace;
	text-transform: uppercase;
	letter-spacing: 4px;
	transition: all ease 0.2s;
}

.clock {
	min-height: 18em;
	min-width: 18em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--main-bg-color);
	background-image: url("https://imvpn22.github.io/analog-clock/clock.png");
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	border: 4px solid var(--main-bg-color);
	box-shadow: 0 -15px 15px rgba(255, 255, 255, 0.05),
		inset 0 -15px 15px rgba(255, 255, 255, 0.05), 0 15px 15px rgba(0, 0, 0, 0.3),
		inset 0 15px 15px rgba(0, 0, 0, 0.3);
	transition: all ease 0.2s;
}
.clock:before {
	content: "";
	height: 0.75rem;
	width: 0.75rem;
	background-color: var(--main-text-color);
	border: 2px solid var(--main-bg-color);
	position: absolute;
	border-radius: 50%;
	z-index: 1000;
	transition: all ease 0.2s;
}
.hour,
.min,
.sec {
	position: absolute;
	display: flex;
	justify-content: center;
	border-radius: 50%;
}
.hour {
	height: 10em;
	width: 10em;
}
.hour:before {
	content: "";
	position: absolute;
	height: 50%;
	width: 6px;
	background-color: var(--main-text-color);
	border-radius: 6px;
}
.min {
	height: 12em;
	width: 12em;
}
.min:before {
	content: "";
	height: 50%;
	width: 4px;
	background-color: var(--main-text-color);
	border-radius: 4px;
}
.sec {
	height: 13em;
	width: 13em;
}
.sec:before {
	content: "";
	height: 60%;
	width: 2px;
	background-color: #f00;
	border-radius: 2px;
}

/* Style for theme switch btn */
.switch-cont {
	margin: 2em auto;
	/* position: absolute; */
	bottom: 0;
}
.switch-cont .switch-btn {
	font-family: monospace;
	text-transform: uppercase;
	outline: none;
	padding: 0.5rem 1rem;
	background-color: var(--main-bg-color);
	color: var(--main-text-color);
	border: 1px solid var(--main-text-color);
	border-radius: 0.25rem;
	cursor: pointer;
	transition: all ease 0.3s;
}

/* ----------------------Wall Clock END----------------------- */

.datee{
    margin: 1em;
    /*font-family: 'liquid_crystalregular', sans-serif;*/
    font-family: 'Noto Sans', sans-serif;
    font-size: 28px;
}

/*Radio*/
@import url(https://fonts.googleapis.com/css?family=Gudea);
.radioholder{
    font-family: 'Gudea', Helvetica, sans-serif;
}
*, *:before, *:after:not(#attdlist_wrapper) {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.radioholder {
	width: 25%;
	background: #fff;
	font-size: 1.3em;
	height: 2.4em;
	color: #666;
	-o-transition: .1s ease-out;
	-ms-transition: .1s ease-out;
	-moz-transition: .1s ease-out;
	-webkit-transition: .1s ease-out;
	transition: .1s ease-out;
	cursor: pointer;
}


.activeradioholder {
	background: #1DAFEC;
	color: #fff;
}

.radioholder .desc {
	display: inline-block;
	vertical-align: middle;
	padding-left: .6em;
	line-height: 2.4em;
}

.radioholder .tick {
	display: inline-block;
	vertical-align: middle;
	width: 2.4em;
	height: 100%;
	background-color: #eee;
	background-image: none;
	-o-transition: .1s ease-out;
	-ms-transition: .1s ease-out;
	-moz-transition: .1s ease-out;
	-webkit-transition: .1s ease-out;
	transition: .1s ease-out;
}

.activeradioholder .tick {
	background-color: #1292ca;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAJFBMVEX////////////////////////////////////////////////Vd7HLAAAAC3RSTlMAESIzRGaZu8zd7m0smEwAAAGRSURBVHja7dtLioQwAADRsW0dP/e/7zCrgl4IgtCWVJ0gLxBCSPJTVVVVVVVVVVVVVVVVVVVVVVVVVVWfzcvwDMe+I3E7kLgdSNwOJG4HErsDidvhlwy/GMySYUGAxO5AYncgsTuQ2B1I5A4kL7eDttHuQGJ3ILE7kNgdSOwOJHYHErkDidtBU44cOXLkyPHf6yGOcburY3iKY5nlDlYuErcDiduBxO1Acq1je3/BgeQ6x/gFBxKzA4ndgUTuoGWwO5DYHUjsDiR2BxKDg5PRkUTgYGSHErsDid2BxO5AYncgsTuQ2B1Ipv1mDjo1w+vtHDTt14fDLcHhluCwS3D4JSsOqYQdxy3B4ZbgcEtwuCU4BBKBA4nWgcTuQGJ3IJE76L3ZHZwY7Q4kdgcSuwOJ3YHE7kBidyCxO5DYHUjsDiR2BxK74/z9j18yCxRIzA4kdgcSuwOJ3YHE70DidyA57xBIcFglOKySVes4ftfsluCQS3DYJTjsEr+DH0tVVVVVVVVVVVVVVVVVVVVVVVXX9Aekh8txA/HicgAAAABJRU5ErkJggg==);
	background-size: cover;
}

.radioholder:nth-child(odd) {
	float: right;
}

.radioholder:nth-child(even) {
	float: left;
}

.radioholder:hover {
	background-color: #eee;
}

.radioholder:hover .tick {
	background-color: #ddd;
}

.activeradioholder:hover {
	background-color: #2aa9df;
}

.activeradioholder:hover .tick {
	background-color: #1890c3;
}

.radioele{
    display: flex;
	align-items: center;
    margin: 0% 15% 0% 15%;
    justify-content: center;
    /*flex-direction: column;*/
}

.attsubmit{
    margin: 1em 0em;
    display: flex;
	align-items: center;
    justify-content: center;
}

.ui-timepicker-container{
    z-index: 1000 !important;
}

.grey{
    background-color: grey;
    color: #a1a1a1;
}

/*Radio*/

.submm:hover{
    color: #a1a1a1 !important;
}

.cttmn{
    cursor: context-menu;
}

.redd{
    color:red;
}


.dtsb-add, .dtsb-delete, .dtsb-right,.dtsb-clearAll,.dtsb-logicContainer,.dtsb-titleRow{
    display: none !important;
}

.close_btn{
    background-color:#1DAFEC;
}


.nav-link { transition: all .2s ease-in-out; }
.nav-link:hover { transform: scale(1.2); }
.name{
    font-size: 14px;
    overflow: hidden;
}

#manage_user_list > thead > tr > th{
    background-color: #1DAFEC;
    color: white;
}
.profilePic{
    width: 85%;
}
.profilePic > img{
    border: dashed 1px grey;
    border-radius: 50%;
    align-items: center;
    object-fit: cover;

}
.created_holder > img{
    border: dashed 1px grey;
    border-radius: 50%;
    align-items: center;
    object-fit: cover;

}
.arrow{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.change_profile_pic{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.current_img{
    text-align: center;
}

/* .new_profile_picture_place{    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 1em 0;

    border: dashed 1px grey;
    border-radius: 1.5em;
    
} */
/** Upload image (profile picture)*/
.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .uploader label:hover {
    border-color: #454cad;
  }
  .uploader label.hover {
    border: 3px solid #454cad;
    box-shadow: inset 0 0 0 6px #eee;
  }
  .uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
  }
  .uploader #start {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #start.hidden {
    display: none;
  }
  .uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
  }
  .uploader #response {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #response.hidden {
    display: none;
  }
  .uploader #response #messages {
    margin-bottom: 0.5rem;
  }
  .uploader #file-image {
    display: inline;
    border-radius: 50%;
    margin: 0 auto 0.5rem auto;
    /* width: auto;
    height: auto; */
    max-width: 200px;
    object-fit: cover;
  }
  .uploader #file-image.hidden {
    display: none;
  }
  .uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #notimage.hidden {
    display: none;
  }
  .uploader progress,
  .uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
  }
  .uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
  }
  .uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
  }
  .uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
  }
  .uploader input[type=file] {
    display: none;
  }
  .uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
  }
  .uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #454cad;
    border-color: #454cad;
    cursor: pointer;
  }
/* Close */

/**edit profile Upload image (profile picture)*/
.uploader2 {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .uploader2 label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .uploader2 label:hover {
    border-color: #454cad;
  }
  .uploader2 label.hover {
    border: 3px solid #454cad;
    box-shadow: inset 0 0 0 6px #eee;
  }
  .uploader2 label.hover #start2 i.fa {
    transform: scale(0.8);
    opacity: 0.3;
  }
  .uploader2 #start2 {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader2 #start2.hidden {
    display: none;
  }
  .uploader2 #start2 i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
  }
  .uploader2 #response2 {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader2 #response2.hidden {
    display: none;
  }
  .uploader2 #response2 #messages {
    margin-bottom: 0.5rem;
  }
  .uploader2 #pic-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
  }
  .uploader2 #pic-image.hidden {
    display: none;
  }
  .uploader2 #notimage2 {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader2 #notimage2.hidden {
    display: none;
  }
  .uploader2 progress,
  .uploader2 .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
  }
  .uploader2 .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
  }
  .uploader2 .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
  }
  .uploader2 .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
  }
  .uploader2 input[type=file] {
    display: none;
  }
  .uploader2 div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
  }
  .uploader2 .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #454cad;
    border-color: #454cad;
    cursor: pointer;
  }
/* Close */