html {
    font-size: 80% !important;
}

.header {
    box-shadow: 0px 5px 10px rgb(120 130 140 / 39%);
}

body {
    font-size: 1rem;
}

table.dataTable thead th, .table thead th {
    font-size: 1rem;
}

table.dataTable tbody td, .table tbody td {
    font-size: 0.95rem;
}

.header-left .dashboard_bar {
    font-size: 1.8rem;
}

[data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li {
    padding: 0 0 0 .5rem;
}

    [data-sidebar-style=full][data-layout=vertical] .deznav .metismenu > li > a {
        font-size: 1rem;
    }

.deznav .metismenu ul a {
    font-size: 1rem;
}

.sharp.btn-xs {
    padding: 0.4rem;
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
}

.mt-4, .my-4 {
    margin-top: 2.1rem !important;
}

input[type=checkbox]:checked:after {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    font-size: 1rem;
    padding-top: 0px;
    padding-left: 2px;
}

.form-control {
    height: 3.2rem;
}

.btn {
    padding: 0.75rem;
}

div.is-invalid .invalid-feedback {
    display: block;
}


.form-control.is-invalid {
    border: 1px solid #ff0000 !important;
}

.form-group.is-invalid .input-group-text {
    border: 1px solid #ff0000 !important;
}


.hv-100 {
    height: 100vh;
}

.auth-form {
    padding: 30px;
}

[data-theme-version=dark] .widget-stat .media > span {
    background: rgba(255, 255, 255, 0.25);
}

#loading-wrapper {
    position: fixed;
    background: none;
    width: 100%;
    height: 100%;
    z-index: 2000;
    text-align: center;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #B20E0F;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 40%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.loading-overlay {
    display: table;
    opacity: 0.7;
}

.loading-overlay-content {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 1.15em;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.loading-overlay.loading-theme-light {
    background-color: #fff;
    color: #000;
}

[data-theme-version=dark] .loading-overlay.loading-theme-light {
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
}


.deznav {
    box-shadow: 0px 0px 10px rgb(120 130 140);
}

[data-sidebar-position=fixed][data-layout=vertical] .menu-toggle .deznav {
    box-shadow: 0px 0px 10px rgba(120, 130, 140, 0.13);
}

.plan-list .list-row .list-icon {
    height: 60px;
    min-width: 50px;
    width: 60px;
}

#toast-container {
    min-width: 20rem;
}

    #toast-container > div {
        max-width: 20rem;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #666 !important;
    cursor: not-allowed;
    background: #dadada !important;
}

span.field-validation {
    color: #ff0000;
    margin-top: 0.25rem;
    display: block;
}


.form-control:disabled, .form-control[readonly] {
    background: #e9ecef;
    opacity: 1;
}

.v-policy-detail-tab {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d9d9da;
}

    .select2-container--default .select2-selection--single:hover,
    .select2-container--default .select2-selection--single:focus,
    .select2-container--default .select2-selection--single.active {
        border-color: #828690;
    }

.select2-dropdown {
    border-color: #d9d9da;
}

.select2-container .select2-selection--multiple {
    border: 1px solid #d9d9da;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px;
    margin-left: 7px;
}

.header-company-name {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}


/*Summer Note Styling*/
.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
    padding: 15px;
}

.note-editable li, #featuretext-content li {
    margin-left: 20px;
    list-style: inherit;
    line-height: 1.8em;
}

.note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {
    min-width: 180px;
}

.note-dropdown-menu li {
    padding: 2px 10px;
}

.note-dropdown-menu p, .note-dropdown-menu blockquote {
    color: #3d4465;
}

.sn-checkbox-open-in-new-window input, .sn-checkbox-use-protocol input {
    margin-right: 5px;
}

.note-editor.note-frame .panel-heading {
    padding: 0.6rem;
    border-bottom: 1px solid #d9d9da;
}

/*Summer Note Styling*/

.email-body .footer {
    margin-left: 0 !important;
    padding-left: 0 !important;
    position: relative;
    background-color: transparent;
    border: none;
}

header .header, header .nav-header {
    border-top: 1px solid #F4F5F9;
}

.recent-policies {
    max-height: 323px;
    overflow-x: auto;
}

.footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #9f9f9f61;
}

.content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl {
    padding-bottom: 30px;
}

.card {
    height: auto
}


.role-menu-permission-check input[type=checkbox], .role-menu-permission-child-check input[type=checkbox] {
    margin-top: -0.5rem;
}

.sticky {
    position: sticky;
}

.cursor-pointer {
    cursor: pointer !important;
}

.form-lable {
    width: 100%;
    display: block;
}


.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}

    .form-check .form-check-input {
        float: left;
    }

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

    .form-check-reverse .form-check-input {
        float: right;
        margin-right: -1.5em;
        margin-left: 0
    }

.form-check-input {
    --bs-form-check-bg: #fff;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: .25em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #a9a9a9;
    print-color-adjust: exact
}

    .form-check-input[type="checkbox"] {
        border-radius: .25em;
        border: 1px solid #a9a9a9;
    }

    .form-check-input[type="radio"] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #8f9fda;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(30,63,180,0.25)
    }

    .form-check-input:checked {
        background-color: #B20E0F;
        border-color: #B20E0F
    }

        .form-check-input:checked[type="checkbox"] {
            --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
        }

        .form-check-input:checked[type="radio"] {
            --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
        }

    .form-check-input[type="checkbox"]:indeterminate {
        background-color: #B20E0F;
        border-color: #B20E0F;
        --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            cursor: default;
            opacity: .5
        }

.form-check-label {
    margin-left: 6px !important;
    margin-top: 3px !important;
    padding-right: 10px;
}

#accordion-product-desc .accordion__body--text {
    border-top: 0.1rem solid #eee;
}

.role-menu-permission-check input[type=checkbox], .role-menu-permission-child-check input[type=checkbox] {
    margin-top: 0;
}

input[type=checkbox]:after {
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 0;
    background: #fff;
}

.config-label {
    font-size: 1.3rem;
    font-weight: 600;
}

.widget-stat .media-body {
    min-height: 81px;
}


@media only screen and (max-width: 1199px) {
    .nav-header .logo-abbr {
        display: block;
    }
    .nav-header .brand-logo{
        padding-left:10px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-header .brand-logo {
        padding-left: 5px;
    }
}


.table-no-wrap  td {
    white-space: nowrap;
}