
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
body{
    background-color: #f7f9fb;
    min-height: 100vh;
    padding: 15px;
}
*{ 
    font-family: "Outfit", sans-serif;
}
.bg-body-tertiary
{
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 3px 12px;
    border-radius: 10px;
    padding: 10px 30px; 
    padding-right: 0px;
    margin-bottom: 30px;
}

.profile_dropdown button{
    padding: 0px 15px;
    background-color:transparent;
    border-radius:50px;
    color: rgb(101 101 101);
    border: 0px solid #efefef;
}
.profile_dropdown button img{
    width: 26px;
}
.profile_dropdown li{
    font-size: 14px;
}
.profile_dropdown svg{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.profile_dropdown .dropdown-toggle::after{
    color: #dbdbdb;
}
.navbar-brand{
    border-right: 1px solid #ebebeb;
    padding-right: 20px;
}
.navbar-brand img{
    width: 215px;
}
.nav-link{
    color: rgb(101 101 101);
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.nav-link svg{
    margin-right: 6px;
    color: #f6c01c;
}
.menu_head{
    margin: 20px 0;
}
.humburger{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 3px 12px;
    margin-right: 15px;
    background-color: #fff;
}
.menu_head h1{
    font-size: 20px;
    margin-bottom: 0;
}
.list_count{
    width: 100%;
    padding: 15px 0;
}
.count_grid{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 3px 12px; 
    background-color: #fff;
    margin-bottom:0px;
    padding: 15px;
    border-radius: 10px;
    text-align:center ;
}
.count_img {
    width: 30%;
    margin: auto;
    margin-bottom: 15px;
}
.count_img img{
    width:64px;
}
.count_text{
    width: 100%;
}
.count_text h5 {
    color: #b6b6b6;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}
.count_text h2{
    font-size: 22px;
}
.list_summery{
    width: 100%;
    padding: 15px 0;
}

.grid_head{
    margin-bottom: 20px;
}
.grid_head h4{
    font-size: 20px;
}
.table_card{
    padding:30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 16px rgba(142,134,171,.05);
}
.table_card thead tr th{
    background-color: #f7f7f7;
    font-size: 14px;
    font-weight: 400;
    border: 0;
}
.table_card tbody tr td{
    font-size: 14px !important;
    font-weight: 400;
    border-bottom: 1px solid #f2f2f2;
}
.table_card tbody tr th{
    font-size: 14px !important;
    font-weight: 400;
    border-bottom: 1px solid #f2f2f2;
}
.table_card thead th:first-child {
    border-radius: 8px 0 0 8px; 
}
table.dataTable thead th, table.dataTable thead td { 
    border-bottom: 0px solid rgba(0, 0, 0, 0.3) !important;
}
.table_card thead th:last-child {
    border-radius: 0 8px 8px 0; 
}
.dataTables_wrapper .dataTables_length {
    float: left;
    margin-bottom: 15px !important;
}
.action_dropdown button{
    padding: 0; 
    border: 0;
} 
.action_dropdown li{
    font-size: 14px;
}
.action_dropdown .dropdown-toggle::after{
    color: #cfcfcf;
    vertical-align: .15em;
}
.form-grid{
    margin-bottom: 25px;
}
.form-grid label {
    color: #404040;
    margin-bottom: 5px;
    font-size: 14px;
}
.form-grid input{
    padding:10px 15px;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #dfdfdf;
    width: 100%;
    font-size: 14px;
}
.form-grid input::placeholder{
    color: #a6a6a6;
}

/* login */
.login_form img{
    width: 75%;
    margin: auto;
    margin-bottom: 20px;
}
.login_form{
    background-color: white;
    box-shadow: 0 3px 16px rgba(142,134,171,.05);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}
.login-form input{
    padding:10px 15px;
    border-radius: 8px;
    box-shadow: none;
    border:1px solid #dfdfdf;
    width: 100%;
    font-size: 14px;
}
.login-submit input{
    background-color: #4257ff;
    color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 16px rgba(142,134,171,.05);
    border: 0;
    padding: 10px 15px;
    font-weight: 400;
    border: 0;
    width: 100%;
}
.login-form p{
    text-align: right;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 15px;
}
.btn-primary{
    background-color: #281CA6;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #e6e6e6 !important;
    border-radius: 50px !important;
    padding: 5px;
    background-color: transparent;
    padding: 4px 10px !important;
    margin-right: 10px;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #e6e6e6 !important;
    border-radius: 50px !important;
    padding: 5px 10px !important;
    background-color: transparent;
    margin-left: 3px;
}
.dataTables_wrapper .dataTables_info { 
    font-size: 13px !important;
    color: #979797 !important;
}
table.dataTable.no-footer {
    border-bottom: 0px solid rgba(0, 0, 0, 0.3) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 5px 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: transparent !important;
    border: 1px solid rgb(0 0 0 / 11%);
}