#status {
    width: 100% !important;
    display: block !important;
    margin: 0px !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.error {
    color: #ed4343;
    font-size: 13px;
}

.iti .error {
    position: absolute;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border-color: #dfdfdf !important;
    height: 40px;
    color: #0f0f12;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 10px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--in-primary) !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #e3e3e3 !important;
}

.custom-img {
    max-width: 200px;
}

.navbar-menu .navbar-nav .nav-link {
    padding: 5px 4px !important;
    font-size: 15px !important;
}

.navbar-menu .navbar-nav .nav-link i {
    font-size: 15px !important;
}

.navbar-menu .navbar-nav .nav-sm {
    padding-left: 20px !important;
}

.navbar-menu .navbar-nav .nav-sm .nav-link {
    padding: 3px 20px !important;
}

.navbar-menu .navbar-nav .nav-sm .nav-link:before {
    top: 10px !important;
    left: 6px !important;
}

#toast-container>div {
    opacity: 1 !important;
}

.navbar-brand-box {
    background-color: #f2fbff !important;
}

#page-topbar {
    background-color: #1674ad !important;
}

.navbar-header .user-name-text {
    color: white !important;
}

.navbar-menu .navbar-nav .nav-link:hover
{
    background-color: #eff3f7 !important;
}

.navbar-menu .navbar-nav .nav-sm .nav-item.active
{
    background-color: #eff3f7 !important;
}

.navbar-menu .navbar-nav .nav-sm .nav-item.active .nav-link {
    color: #056cb0;
}

.navbar-menu .navbar-nav .nav-sm .nav-item.active .nav-link::before {
    background-color: #056cb0 !important;
    opacity: 1;
    border: 0;
}

.navbar-menu .navbar-nav .nav-item.active .nav-link {
    color: #056cb0;
}

.navbar-menu .navbar-nav .nav-item.active .nav-link {
    background-color: #eff3f7 !important;
}

.navbar-menu {
    background-color: white !important;
}

body {
    background-color: #eff3f7 !important;
}

.form-control:disabled {
    background: #efefef !important;
}

.__disabled {
    background: #efefef !important;
}

.star {
    color: red;
    font-size: 15px;
    font-weight: bold;
}

.sl-wrapper {
    z-index: 9999 !important;
}

.sl-overlay {
    z-index: 9998 !important;
}


.select2-container--default .select2-selection--multiple {
    background-color: #fff !important;
    border-color: #dfdfdf !important;
    min-height: 40px;
    color: #0f0f12;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--in-primary) !important;
    border-color: var(--in-primary) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    border-color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #0056a9 !important;
}

.text-green {
    color: rgb(0, 158, 0);
}

.cursor-pointer {
    cursor: pointer;
}

/* #pagination table tfoot tr td {
    display: block !important;
} */

.cke_notifications_area {
    display: none;
}
.visitor_type[disabled] {
    cursor: not-allowed;
}
