body {
    background: #eaedf7;
    outline: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif !important;
    font-style: normal;
    font-weight: bold;
}

a {
    color: #1f3e81;
    font-family: 'Inter', sans-serif !important;
}

.card {
    box-shadow: 0 10px 30px 0 rgb(24 28 33 / 5%);
    border: 0;
}

tr {
    transition: all ease-in 0.3s;
    font-family: 'Inter', sans-serif !important;
}

tbody>tr:hover {
    box-shadow: 0 5px 15px 5px rgba(51, 51, 51, .08)!important;
}

.table>thead {
    background: #e8ebf5;
    font-family: 'Inter', sans-serif !important;
}

#sidebar-menu li {
    border-bottom: 1px solid #eaedf7;
}

#sidebar-menu .menuitem-active .active {
    background: #fafafa;
    border-left: 4px solid #1F3E81;
    color: #1F3E81;
}

#sidebar-menu .menuitem-active>a,
#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
    color: #1F3E81;
}

#sidebar-menu li a {
    font-family: 'Inter', sans-serif !important;
    border-left: 4px solid #fff;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    vertical-align: middle;
}

.header-logo {
    max-width: 90%;
    margin-left: 20px;
}

body[data-sidebar-size=condensed] .header-logo {
    max-width: 50px;
    margin-left: 0;
}

body[data-sidebar-size=condensed] .left-side-menu {
    padding-top: 20 px;
}

.badge {
    font-weight: 500;
    padding: 5px;
    font-family: 'Inter', sans-serif !important;
}

.left-side-menu {
    width: 200px;
}

.content-page {
    margin-left: 200px;
    background: #f7f9fb;
}

#sidebar-menu>ul>li>a i {
    box-shadow: 0rem 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%), 0rem 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%);
    width: max-content;
    font-size: 18px;
    padding: 7px;
    border-radius: 10px;
}

#sidebar-menu>ul>li.menuitem-active>a i {
    background-color: #1F3E81;
    color: #fff;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a {
    color: #1F3E81;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li>a {
    padding-left: 12px;
}

.logo-box {
    width: 200px;
}

.apply-filter.btn-primary {
    background-color: #1F3E81;
    box-shadow: 0rem 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%), 0rem 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%) !important;
    border-radius: 2px!important;
    border-color: #1F3E81;
}

.btn-primary {
    background-color: #1F3E81;
    box-shadow: 0rem 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%), 0rem 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%) !important;
    border-radius: 2px!important;
    border-width: 2px;
    border-color: #1F3E81;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: #1F3E81 !important;
    background-color: #fff !important;
    border-width: 2px;
    color: #1F3E81 !important;
}

.apply-filter.btn-primary:hover,
.apply-filter.btn-primary:focus,
.btn-primary {
    border-color: #1F3E81 !important;
}

button#submit_user_btn,
button#submit_product_btn,
button#update_user_btn,
button#assign_admin_btn {
    background-color: #1F3E81;
    box-shadow: 0rem 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%), 0rem 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%) !important;
    border-radius: 2px!important;
    border-color: #1F3E81;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 1px;
}

.custom-dropdown .dropdown,
.custom-dropdown .select2{
    border-radius: 0;
    border: 2px solid #ced4da;
    box-shadow: 0rem 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%), 0rem 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%) !important;
}
.custom-dropdown .select2 .select2-selection{
    border: 0px;
    border-radius:0px;
    height: unset;
    padding: 0.2rem 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}
.custom-dropdown .dropdown button {
    background: #fff !important;
    outline: 0!important;
}

.form-control,
.form-select {
    border-radius: 0;
    border: 2px solid #ced4da;
    box-shadow: 0rem 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%), 0rem 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%) !important;
}

#add_product_claim_form .form-select{
    padding: 0 1.7rem 0 0;
}

#add_product_claim_form .custom-dropdown .btn:focus{
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

#add_product_claim_form .custom-dropdown .btn{
    border: none;
}

#add_user_form .custom-dropdown .btn:focus{
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

#add_user_form .form-select{
    padding: 0 1.7rem 0 0;
}

.footer {
    left: 200px;
}

.modal-header {
    background: linear-gradient( 91.28deg, #1F3E81 0.26%, #0E1930 99.76%);
}

.modal-header h4 {
    color: #fff;
}

.modal-header i {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

#products_table a.btn.btn-light,
#users_table_wrapper a.btn.btn-light {
    margin-right: 10px;
}

.page-item.active .page-link {
    background: linear-gradient( 91.28deg, #1F3E81 0.26%, #0E1930 99.76%);
}

.navbar-custom {
    /* background-color: #08132a; */
    background-color: #fff;
    height: 80px;
}

.navbar-custom span,
.navbar-custom a,
.navbar-custom p {
    color: #6e768e;
}

.add-user-btn a {
    background-color: #09081c;
    border-color: #09081c;
    border-width: 2px;
    box-shadow: 0 2px 6px 0 #09081c80 !important;
}

.add-user-btn a:hover,
.add-user-btn a:focus,
.add-user-btn a:focus {
    color: #09081c;
    background-color: #fff;
    border-color: #09081c;
    border-width: 2px;
}

#claims_table>tbody>tr>td:nth-child(4) {
    max-width: 80px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.custom-dropdown .form-group,
.password-user.update-password-form .form-group {
    position: relative;
}

.custom-dropdown .form-group i.mdi-calendar-range,
.password-user.update-password-form .form-group i.mdi-eye,
.password-user.update-password-form .form-group i.mdi-eye-off {
    position: absolute;
    top: 40%;
    right: 2%;
    font-size: 18px;
}

.edit-product-from{
    position: relative;
}
.edit-product-from .form-group i.mdi-calendar-range{
    position: absolute;
    top: 40%;
    right: 51%;
    font-size: 18px;
}
.edit-user-product-form{
    position: relative;
}
.edit-user-product-form .form-group i.mdi-calendar-range{
    position: absolute;
    top: 34%;
    right: 52%;
    font-size: 18px;
}

.password-user.update-password-form .form-group i.mdi-eye,
.password-user.update-password-form .form-group i.mdi-eye-off {
    top: 50%;
}

html table.dataTable.nowrap th,
html table.dataTable.nowrap td {
    white-space: unset;
}


/* login page css */

.login-from-page {
    height: 100vh;
    align-items: center;
}

.login-from-page input {
    display: block;
    height: 50px;
    width: 100% !important;
    margin: 0 auto;
    border: none;
}

.login-from-page .input-group-text {
    background-color: transparent;
    border: 0;
}

.login-from-page .password-eye {
    position: absolute;
    top: 17px;
    right: 3%;
}

.login-from-page input::placeholder {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-from-page input:hover,
.login-from-page input:focus,
.login-from-page input:active:focus {
    color: #2B5190;
    outline: none;
    border-bottom: 1px solid #2B5190;
}

.login-from-page input:hover::placeholder,
.login-from-page input:focus::placeholder,
.login-from-page input:active:focus::placeholder {
    color: #2B5190;
    position: relative;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
}


/*Checkboxes styles*/

.login-from-page input[type="checkbox"] {
    display: none;
}

.login-from-page input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #5d5d5d;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.login-from-page input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.login-from-page input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #2B5190;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.login-from-page input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-from-page {
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-size: cover;
    position: relative;
    margin: 0;
}

.login-from-page::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(40, 57, 101, .9) !important;
    z-index: 1;
    opacity: 0.7;
}

.login-from-page .col-md-6 {
    z-index: 9999;
}

.login-logo {
    width: 60%;
    margin-bottom: 30px;
}

.login-from-page .card {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

.invoice_download {
    margin-left: 15px;
}

.new_schedule_date_style {
    background-color: #fff !important;
}

.mdi-calendar-custm {
    top: 52% !important;
}




/***************** Responsive css Start *********************/

@media only screen and (max-width: 768px) {
    .claims-table-card .col-sm-12.col-md-6,
    .product-table-card .col-sm-12.col-md-6,
    .user-product-table .col-sm-12.col-md-6,
    .user-card-table .col-sm-12.col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .claims-table-card .dataTables_length,
    .product-table-card .dataTables_length,
    .user-product-table .dataTables_length,
    .user-card-table .dataTables_length {
        text-align: left !important;
    }
    .claims-table-card .dataTables_filter,
    .product-table-card .dataTables_filter,
    .user-product-table .dataTables_filter,
    .user-card-table .dataTables_filter {
        text-align: right !important;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-custom .topnav-menu>li {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .claims-table-card .col-sm-12.col-md-6,
    .product-table-card .col-sm-12.col-md-6,
    .user-product-table .col-sm-12.col-md-6,
    .user-card-table .col-sm-12.col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .claims-table-card .dataTables_length,
    .product-table-card .dataTables_length,
    .user-product-table .dataTables_length,
    .user-card-table .dataTables_length {
        margin-bottom: 15px;
    }
    .claims-table-card .dataTables_length,
    .claims-table-card .dataTables_filter,
    .product-table-card .dataTables_length,
    .product-table-card .dataTables_filter,
    .user-product-table .dataTables_length,
    .user-card-table .dataTables_length,
    .user-product-table .dataTables_filter,
    .user-card-table .dataTables_filter {
        text-align: left !important;
    }
    .add-user-btn a {
        font-size: 12px;
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .claims-table-card .col-12 {
        padding: 0;
    }
    table.dataTable>tbody>tr.child span.dtr-title {
        margin-right: 15px !important;
        min-width: auto !important;
    }
    #claims_table tbody>tr.child ul.dtr-details>li:last-child {
        text-align: left !important;
    }
    #add_product_form .col-sm-4 {
        margin-top: 10px;
    }
}

#update_password_form .error.invalid-feedback {
    position: absolute;
    bottom: -20px;
    left: 0px;
}
