/*====== Page Style ======*/

.login-page {
  height: 100%;
  background: #f0f3f5 !important;
 
}




.login-page .form-c{
background: #fff;
border: 1.5px solid #D9D9D9;
box-sizing: border-box;
border-radius: 5px;
width: 100%;
padding: 11px 10px;

}

.login-page p.footer-badge.text-center {
    position: relative;
    bottom: 0;
    left: 0;
    color: #333;
    right: 0;
}
.login-page .btn-next{
background: #2857FF;
border-radius: 5px;
border: 0;
width: 100%; 
padding: 10px 25px;
color: #fff;
float: right;
transition: 0.8s;
}


.login-page .btn-next:hover{
    background: linear-gradient(271.57deg, #191e5c 0%, #193075 100%);
	transition: 0.8s;
}

.col-sm-12.actionBar {
    padding: 0;
}


a:hover {
    color: #222;

}


.btn-book{
    background: linear-gradient(180deg, #35AAFF 0%, #3576FF 100%);
    color: #fff;
    border-radius: 7px;
    text-align: center;
    padding: 8px 0px;
    
}

.btn-book:hover {
    background: linear-gradient(180deg, #1a8cde 0%, #3576FF 100%);
    color: #fff;
    
}

.bg-feef {
background: #e9eff6;
}

.bor-b{
    border-bottom: 1px dashed #ccc !important;   
    
}

.table-sm th, .table-sm td {
    padding: 0.3rem !important;
    font-size: 12px;
}



.ale{
    right: 0;
    bottom: 50px;
   
}


.t-fix{
    
    table-layout: fixed;
}

.card-header p {
    text-transform: uppercase;
    font-size: 14px;
}


.fh{
    
    height:30px;
}

.toast {
    width: 270px;
}
.w50{
 width:50%;   
}

.w-40{
 width: 40px;   
}

.cir2 {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 10px solid #E9EFF6;
    margin: 0 auto;
    box-shadow: inset 0px 0px 9.33547px rgb(0 0 0 / 10%);
    text-align: center;
    vertical-align: center;
}


.table>thead>tr>th {
   color: #707A89; 
    
    
}
#overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.heii p{
    
    margin-bottom: 0px;
}

#overlay .spinner-border{
    
    margin-top: 20%;
    
}

.tx-13{
    
    font-size: 12.2px !important;
}

.nav.nav-tabs  li a.active {
background: #2e3092;

    color: #fff;
    text-decoration: none;
}

.inner-body .col-lg-10 {
    max-width: 100% !important;
    flex: 100% !important;
    width: 100%;
        margin-top: 10px;

}

.row.btn-box-row.row-fluid{
     margin-left: 0px;
    
}

.table>thead>tr>th {
    vertical-align: middle !important ;
}

label {

    font-weight: 400;
    font-size: 12px !important;
}

.form-inline {
    display: block;
   
}

.actions.btn-group {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 5px 0px;
}

.module-body.table .btn {
    margin-top: 15px;
}

.module-body.table {
    padding: 0px 0;
}

.bg-f8{
  background: #5A57F8;
}

.bg-f4{
  background: #F4896B;
}

.bg-8B{
 background: #8BB7A2;
}

.bg-46{
 background: #46BB83;
}

.bg-12{
 background: #121E49;
}




.bg-4b{
 background: #4BAAEE;
}

.bg-FD{
 background: #FD6D6D;
}

.bg-fe{
 background: #fef1ed;
}

.bg-fef{
 background: #FEF3F1;
}

.opacity-6{
    opacity: 0.6;
}

.bg-f2{
 background: #F2E8FF;
}


.text-FD{
color: #FD6D6D;
}

.bor-gra{
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.05) !important;
}

.w-40 {
    width: 40%;
}

.w-33 {
    width: 20%;
}


.bg-67{
    background: #6764f5;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.text-a6{
   color: #a6a5f5; 
}

.text-26{
   color: #264EE2; 
}

.text-op{
color: #FFFFFF;
opacity: 0.7;
line-height: 16px;
}


 .tx-ov{

    width: 98px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    }

.bl-c1{
border-left: 2px solid #5A57F8 !important;
}
.bl-c2{
border-left: 2px solid #6DC0FD !important;
}
.tx-38 {
    font-size: 38px;
    line-height: 38px;
}

.bl-c3{
border-left: 2px solid #F4896B !important;
}

.bl-c1{
border-left: 2px solid #5A57F8 !important;
}







@media (max-width: 767.98px) {
    
   .inner-body .col-lg-10 {

        margin-top: 80px;

}

.w-40 {
    width: 100%;
}

.w-33 {
    width: 50%;
}

}

.bg-theme2{
    background: #2e3092;
}
.bg-theme{
    background: #2857FF;
}
.text-gold{
  color: #F0E944;
}

#form-forex .input-group-text {
    border: 1.5px solid #cccccc;
}


#form-forex .form-control{
    
    height: 36px;
}


.fileUpload input.uploadlogo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
.blue-btn {
    border: 1px dashed #242631;
    box-shadow: 0px 0px 34px rgba(255, 233, 217, 0.64);
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 20px;
}


.h-25{
    height: 25px 
    
}


label.newbtn {
    background: #19b159;
    height: 120px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 122px;

}

.h-k{ height: 100px !important;}



.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: 8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: 8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}