/* .......custom css...... */
.action-btn{
    justify-content: center;
    text-align: center;
    display: flex;
}
.delete-btn{
    background: #d90606;
    padding: 5px 15px 7px;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #d90606;
      transition: 0.2s;
        margin-bottom: 5px;
        float: left;
}
.delete-btn:hover{
    border: 1px solid #d90606;
    color: #d90606;
    background: #fff;

}
.upgrade-btn{
    background: #4aa133;
    padding: 5px 15px 7px;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #4aa133;
      transition: 0.2s;
        float: left;

}
.upgrade-btn:hover {
    border: 1px solid #4aa133;
    color: #4aa133;
    background: #fff;
}

.add-new-btn{
position: relative !important;
writing-mode: horizontal-tb !important;
border-radius: 3px !important;
padding: 5px 10px !important;
line-height: 20px !important;
bottom: 28px !important;
}
.rightbar-title {
background: #003055;
}
.btn-success, .btn-danger, .btn-warning {
min-width: 22px;
}
.uplod-icon{
display: block;
width: 100%;
border: 1px solid #fc931d !important;

}
.icon-body{
justify-content: center;
}
.icon-body a {

float: left;
margin: 10px;
padding: 10px 9px 5px;
border: 5px solid #ffddc9;
background-color: #fff3eb;
text-align: center;
transition: .1s ease-in;
}
.icon-body a:hover {
background: #33a18696;
}
.icon-body a span{
display: flex;
/*    justify-content: center;*/
color: #333;
}
.icon-body .select-item{
    border: 4px solid #359880ad;
    background: #33a18696;
}
.icon-body .select-item img{
    /* filter: invert(); */
}
.icon-body .select-item span{
    color: #fff;
}
.radio-btn-label {
        min-height: 60px;
/*            border-radius: 3px;*/
       border: 5px solid #afccc3;
background-color: #d7e9e3;
        padding: 4px 10px;
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    }
    .time:checked~.radio-btn-label {
        border: 2px solid #7bab9c;
        background-color: #7bab9c;
        color: #fff;
    }
    .radio-btn {
            display: inline-block;
            margin-right: 2%;
        }

.input-nobg{
background: transparent;
border: none;
}
.paid-btn button{
float: left;
}
.input-srch{
min-width: 247px;
}
.rcpt-h4{
text-align: center;
background: #666;
padding: 9px;
color: #f5f5f5;
}

/*data table css*/
.dataTables_paginate {
float: right;
margin-bottom: 1rem;
margin-top: 1rem;
}

.dataTables_info {
float: left;
}

.dataTables_filter {
float: right;
}
.dataTables_filter input[type="search"] {
border: 1px solid #ccc;
margin-left: 5px;
outline: none;
}
.dataTables_length {
float: left;
}
.dataTables_length select {
outline: none;
border: 1px solid #ccc;
margin: 0 4px;
width: 60px;
}
.paginate_button {
border: 1px solid #eee;
padding: 4px 10px 6px;
}
.paginate_button.current {
background: #999;
color: #fff;
}


label.error{
    color: #f80a0a;
}
.status-switch{
    margin-right: 1rem;
}
.actionbtn{
    margin-right: 0.5rem;
}
body[data-sidebar-size=md] #sidebar-menu ul li a {
    display: block;
    padding: 0.75rem 1.1rem;
}
#sidebar-menu ul li.mm-active>a {
    /* background-color: #262e35; */
    /* color: #fff !important; */
}
body[data-sidebar-size=md] #sidebar-menu ul li a .nav-icon {
    margin-bottom: 5px !important;
    font-size: 45px;
    height: 40px !important;
    width: 40px !important;
}
#sidebar-menu ul li.mm-active>a .nav-icon {
    /* color: #fff !important; */
}
#sidebar-menu ul li ul.sub-menu {
    padding: 0;
    margin: 0;
    background: #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
#sidebar-menu ul li ul.sub-menu li a {
    background-color: transparent;
    color: #557e8c;
    font-family: Be Vietnam, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0.5rem;
    text-align: left;
}
input:read-only {
    background-color: #eff0f2;
    border: none;
  }
.badge{
    border-radius: 30px;
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    font-weight: 600;
    line-height: 1rem;
}
.table thead th {
    vertical-align: bottom !important;
    border-bottom: 2px solid #dbdfea !important;
    background-color: #edf2f9 !important;
    padding: 1rem 0 1rem 0.7 0 !important;
}
.table th {
    font-weight: 700 !important;
}
.select2-container .selection .select2-selection{
	min-height: 38px;
    padding-top: 5px;
    border: 1px solid #e2e5e8;
}  
body[data-sidebar-size=md] .navbar-brand-box {
    width: 160px;
}
.avatar span i {
    font-size: 55px;
}
.avatar {
    height: 5rem;
    width: 5rem;
}
.circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
    text-decoration: none;
    height: 50px;
    width: 50px;  
    font-size: 20px;
  }
  .circle-text{
    display: inline-block;
    margin: 0 0 15px 15px;
  }

  .circle-text-p{
    display: table-cell;
    vertical-align: middle; 
    text-align: left;
  }
  .circle {
    display: inline-block;
      background-color: #434543;
      margin: 0 0 10px 10px;
      border-radius: 50%;
  }
  .layout-setting-btn,.customer-add {
    color: #fff;
    background-color: #003055;
    border-color: #003055;
    border-radius: 30px !important;
    padding: 0.47rem 0.75rem !important;
   
}
.btn-success{
    background-color: #2f9c61;
    
}
.btn-success:hover{
    background-color: #025e2c;
}
.btn-danger{
    background-color: #d13a2f;
}
.btn-danger:hover{
    background-color: #8e2820;
}
.btn-primary{
    background-color: #175c9b;
}
.btn-primary:hover{
    background-color: #174d7e;
}
.dot-circle{
    height: 30px;
    width: 30px;
    background-color: #fee4c6;
    border-radius: 50%;
    display: inline-block;
    padding-left: 10px;
    padding-top: 2px;
    color: #fc931d;
}
#sidebar-menu ul li a:hover, #sidebar-menu ul li a:hover .nav-icon {
    /* color: #fff !important; */
}
#sidebar-menu ul li a {
    color: #557e8c;
    margin: 5px 0 0;
    font-weight: 700;
}
#sidebar-menu ul li a .nav-icon {
    color: #557e8c;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #333;
}
.logo-text {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 3px;
    font-family: 'Aleo', Georgia, "Times New Roman", serif;
}
.logo-p{
    margin-top: 0.75rem;
    margin-bottom: 1.2rem;
    padding-left: 0.2rem;
   
}
body[data-sidebar-size=md] #sidebar-menu ul li.menu-title {
    background-color: #fafafa;
    margin-top: 0.7rem !important;
}
.login-logo-text{
   
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 3px;
        font-family: 'Aleo', Georgia, "Times New Roman", serif;
}
.navbar-header {
    height: 91px !important;
}
.page-content {
    padding: 130px 10px 60px !important;
}
.logo {
    line-height: 20px !important;
}
.span1{
    color: #f66c11;
}
.span2{
    color: #0677a4;
}
.span3{
    color: #094f89;
}

.submit-btn {
    background: #0677a4;
    color: #fff;
}

.submit-btn:hover {
    background: #094f89;
    color: #fff;
}
.avatar-title {
    color: #fff !important;
}
.card-body h1{
    color: #fff !important;
}
.pos1{
    background-color: #1b7ed2;
    min-width: 105px;
    color: #fff;
}
.pos2{
    background-color: #2dc5a0;
    min-width: 105px;
    color: #fff;
}
#sidebar-menu {
    padding: 10px 0 30px;
    background: #c2d1d5 !important;
}

#sidebar-menu ul li a:hover {
    /* color: #fff !important; */
}
body[data-sidebar=light] .navbar-brand-box {
    background-color: #688690 !important;
}
#page-topbar {
    background-color: #688690 !important;
}
.sidebar-menu-scroll {
    /* background: #38414a; */
}
body[data-sidebar=light] .vertical-menu {
    background: #c2d1d5;
    /* border-right: 1px solid #38414a; */
}
#sidebar-menu ul li.mm-active .mm-show .mm-active>a {
    color: #22343a !important;
}
.authentication-bg .bg-overlay {
    /* background-color: #091617; */
}
body[data-sidebar=light] .header-item {
    color: #cccccc !important;
}


.badge-soft-info {
    color: #1c6489 !important;
    background-color: rgb(75 175 225 / 21%) !important;
}
.badge-soft-success {
    color: #22944e !important;
    background-color: rgb(24 226 178 / 22%) !important;
}
.avatar-md {
    margin-left: 41% !important;
}
.profile-user {
    background-image: url(../images/auth-bg-1.jpg) !important;
}
/*.............*/
.radio-btn-label {
    min-height: 60px;
/*            border-radius: 3px;*/
   border: 5px solid #afccc3;
background-color: #d7e9e3;
    padding: 4px 10px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 10px;
font-weight: 600;
font-size: 15px;
}
/* .time:checked~.radio-btn-label {
    border: 2px solid #7bab9c;
    background-color: #7bab9c;
    color: #fff;
} */
.time:checked~.radio-btn-label {
    border: 2px solid #4bafe1;
    background-color: #4bafe1;
    color: #fff;
}
.radio-btn {
        display: inline-block;
        margin-right: 2%;
    }

.radio-btn-label2 {
    min-height: 60px;
    border: 3px solid #ea8080;
    background-color: #ea8080;
    padding: 4px 10px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #fff
}
.time2:checked~.radio-btn-label2 {
    border: 3px solid #4bafe1;
    background-color: #4bafe1;
    color: #fff;
}
.radio-btn2 {
        display: inline-block;
        margin:0;
    }

    .customer-add:hover {
        color: #fff;
    }

    .image-buttons{
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }
    
    #sidebar-menu ul li.mm-active>a {
        color: #557e8c !important;
    }
    