@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
body{background-color:#f6f6f6 !important;
    font-family: 'Poppins', sans-serif !important;

}
.box-shadow{
    /* -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
    -o-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
    -ms-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px; */
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)
    
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active
 {
    color: #fff;
    background-color: #D94559;
}
.sidebar .nav-link.active .nav-icon {color: #fff;}
.page-title{font-size: 18px; font-weight:500}
.page-bar .page-breadcrumb>li>i {font-size:8px}
.page-bar .page-breadcrumb>li>span{color:#2e3091;}
.search-btn{
    color:#ffffff;
    background-color: #085bb5;
    border-color: #085bb5;
}
.search-btn:hover, .search-btn:active, .search-btn:focus{
    color:#085bb5;
    background-color: transparent;
    border-color: #085bb5;
}
.sidebar .nav-link,.btn{
    font-weight: 500;
    font-family: 'Poppins', sans-serif;

}
.sidebar .nav-link{
    padding: 8px 16px;
}
.btn{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: white;
}
.sidebar .nav {
    width: 225px;
    -ms-flex-direction: column;
    flex-direction: column;
   min-height: auto;
    padding: 0;
    gap: 2px;
      height: calc(100vh - 20px);
    flex-flow: column;
    overflow: auto;
   
}
.sidebar .nav-item .nav-link i {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 1.09375rem;
    margin: 0 0.5rem 0 0;
    margin-right: 16px;
}

.view-btn{
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}

.edit-btn{
    background-color: #085bb5;
    color: #fff;
    border: 1px solid #085bb5;
}

.delete-btn, .btn-danger{
    background-color: #D94559;
    color: #fff;
    border: 1px solid #D94559;
    margin-top: 20px;
}



.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

/* .app-header{height: 100px;} */
.app-header h6{ font-size: 16px; font-weight: 600; font-family: 'Poppins', sans-serif;padding: 0 10px;}
.date-custom-col .form-group{position: relative;}
.date-custom-col .form-group span.input-group-addon{
    position: absolute;
    right: 2%;
    top: 55%;
}
.main .card-header{
    background-color: #ffffff;
    color:#000000;
    border-radius: 0 !important;
}
.form-control{
    font-size: 12px;
    /* border-radius: 7px !important; */
    /* border: 1px solid #797979; */
    background-color: transparent;
    color: #797979;
    height: calc(2.25rem + 2px);

}
label{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.input-group{border-radius: 7px !important;}
.form-control:focus{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #D94559;
    outline-width: 0
}
.app-header .navbar-toggler{
    background-color: #ffffff;
    border-radius: 3px !important;
    min-width:40px
}
#msform .submit-btn{border-radius: 0px;}

.submit-btn{
    background-color: #D94559;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 13px;
    font-weight: 700;
    /* border-radius: 30px !important; */
    border-color: #D94559 ;
}

.submit-btn:hover, .submit-btn:focus, .submit-btn:active
{
    border: 1px solid #D94559;
    color:#D94559;
    background-color: transparent;
    box-shadow: none;
}

.verify-btn{
    background-color: #797979;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 13px;
    border-radius: 30px !important;
    border-color: #797979 !important;
}

.verify-btn:hover, .verify-btn:focus, .verify-btn:active{
    border: 1px solid #797979;
    color:#797979;
    background-color: transparent;
    box-shadow: none;
}

/* .login-text{font-size: 16px;} */

.search-btn, .btn-dark{
    background-color: #797979;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 18px;
    border-radius: 30px;
    border-color: #797979;
    font-weight: 600;
}
.search-btn:hover, .btn-dark:hover{
    background-color: #D94559;
    border-color: #D94559;
    color:#ffffff !important
}
button.dt-button, div.dt-button, a.dt-button{
    background-color: #797979a1;
    border: 1px solid #797979a1;
    color: #ffffff !important;
    font-weight: 600;
}


button.dt-button:hover, div.dt-button:hover, a.dt-button:hover,
button.dt-button:focus, div.dt-button:focus, a.dt-button:focus,
button.dt-button:active, div.dt-button:active, a.dt-button:active
{
    background-color: #D94559;
    border: 1px solid #D94559;
    color: #ffffff !important;
}
.card{border:none;}

.btn-group-sm>.btn, .btn-sm{margin-bottom: 8px;}
/* New CSS */
.fs-12{
    font-size: 12px;
    margin-bottom: 0;
}
.error {
    font-size: 12px;
    color: red;
}
.nav-link[data-toggle]:not(.collapsed):after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 30px;
}
.nav-link[data-toggle].collapsed:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 30px;
}
.loginForm .bg-Blue{
    background-color: #52A1FA;
    height: 100%;
}
.textprimary{
    color: #195494;
}
.bgprimary{
    background-color: #195494;
}
.bgred{
    background-color: #D94559;
}
.textred{
    color: #D94559;
}
.loginForm{
    min-height: 518px;
}
.login-form .form-control{
border-radius: 0 !important;
font-size: 16px;
}
.login-form .form-group{height: 70px;}
.input-group-text{
    padding: 10px;
    border: none;
}
.sidebar-fixed .sidebar{
    width: 225px;
}
.sidebar .sidebar-nav {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    width: 225px;
}
.header-fixed .app-header{
    height: 75px;
}
.header-fixed .app-body {
    margin-top: 75px;
}
.card-header h5{
    font-size: 22px;
    font-weight: bold;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #D94559;
    border-color: #D94559;
}
.forgotForm{
    min-height: 450px;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
.profBox {
    position: absolute;
    top: 30%;
    right: 5%;
    display: flex;
     align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
.profBox a{
    text-decoration: none;
}
.profBox img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.app-header .dropdown-item {
    min-width: auto;
}
.profBox .dropdown-item i {
    color: #D94559;
}
.profBox hr{
    border-color: inherit;
    margin: 0;
}
.dashBoxBlue{
    border-left: 5px solid #195494;
    border-radius: 5px !important;
    margin-bottom: 16px;
    height: 100px;
}
.dashBoxRed{
    border-left: 5px solid #D94559;
    border-radius: 5px !important;
    margin-bottom: 16px;
    height: 100px;
}
.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: auto;
    right: 9px;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}
.btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: auto;
    right: 9px;
    display: inline-block!important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}
.dropdown-menu {
    position: absolute;
    right: 0%;
    top: 100%;
    left: -6rem;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #23282c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c8ced3;
    border-radius: 0.25rem;
}

.btn:not(.btn-sm):not(.btn-lg) {
    line-height: normal;
}
.table .btn.edit-btn,.table .btn.delete-btn, .table .btn.view-btn{
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
}
.fs-20 {
    font-size: 20px;
}
.fs-14{
    font-size: 14px;
}
html:not([dir="rtl"]) .sidebar {
    margin-left: -225px;
}
.card-header {

    border-bottom: 0;
}
/* New CSS */

select.form-control.valid[size] {
height:calc(2.25rem + 2px)!important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .loginForm {
        min-height: 546px;
    }
    .forgotForm{
        min-height: 410px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
 
    .main .container-fluid {
        padding: 0;
    }
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: start;
    }
    .table .btn.edit-btn, .table .btn.delete-btn,.table .btn.view-btn {
        width: 25px;
        height: 25px;
        margin-bottom: 5px;
    }
    .table .btn.edit-btn i,.table .btn.delete-btn i{
        font-size: 12px;
    }
    .profBox {
    top: 20%;
    display: flex;
     flex-direction: column;
    gap: 0px;

}
.app-header h6 {
    font-size: 14px;}
}
@media (min-width: 992px){
/* .header-fixed .app-body {
    margin-top: 100px;
} */
}
@media (max-width: 767px){
.aside-menu-show .main::before, .sidebar-show .main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    -webkit-animation: opacity 0.25s;
    animation: opacity 0.25s;

}}
label.error {
    color: red;
    margin: 0;
}
.select2-container {border: 1px solid #e4e7ea;}

