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


.dataTables_wrapper .dt-buttons {
    /* float:none;  
    text-align:center; */

    position: relative;
    float: left;
    text-align: right;
    /* margin-left: 75px; */
    width: 65%;
  }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px !important;
    margin-top: 5px !important;
    padding: 0;
    padding-left: 25px !important;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    color: #000 !important;

}

.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-search--inline .select2-search__field:focus {
    outline: 0;
    border: none !important;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.main-sidebar-logo {
    background-color: red !important;
    color: white;
}

.danger {
    color: red;
}

#user-info-main-div img {
    max-width: 30px;
}

.main-header li.user-header {
    background-color: #ff0000;
}

.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 120px;
    width: 120px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.div_readonly {
    background-color: pink;
}

/*====07-12-2023=========*/
.navbar-nav>.dropdown>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}

.btn.btn-flat {
    border-radius: 0;
    border-width: 1px;
    box-shadow: none;
    margin: 10px;
    margin-bottom: 20px;
    font-size: 12px;
}

.dropdown-menu>.user-footer>.pull-right {
    float: right !important;
}

.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin: 10px 0;
}

#user-info-main-div {
    color: #fff;
}

.main-header.navbar-expand .navbar-nav .dropdown-menu {
    right: -5px;
    top: 46px;
}

.login-card-body {
    background-color: transparent !important;
    padding: 0;
}

.login-box .card {
    background-color: transparent;
    box-shadow: none;
}

.login-card-body input#submit {
    width: 100%;
    display: block;
    width: 100%;
    text-align: center;
    background: #0a1720;
    color: #fff;
    height: 45px;
    padding: 5px 15px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #0a1720;
    box-sizing: inherit;
    outline: none;
}

.login-box,
.register-box {
    width: 100%;
    max-width: 470px;
}

/*.login-box .card label { display: none; }*/
.login-box .card .input-group.mb-3 input {
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
    display: block;
    background-clip: padding-box;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
}

.login-box .card .input-group .input-group-append {
    background-color: transparent !important;
    position: absolute;
    right: 0;
    top: 0;
    right: 18px;
    transform: translate3d(10px, 10px, 10px);
    padding: .375rem .75rem;
    z-index: 9;
    pointer-events: none;
}

.login-box .card .input-group.mb-3 .input-group-text {
    border: none;
    padding: 0;
}

.nav-pills .nav-link.active {
    border-left: 3px solid #ff0000 !important;
    background-color: #1e282c !important;
    padding: 13px 20px 14px 22px !important;
    font-size: 14px !important;
    color: #1e282c;
    width: 100%;
}

.os-content {
    padding: 0 !important;
}

.login-card-body input#submit:hover {
    background: #ed1c24;
    color: #FFF;
    border-color: #ed1c24;
    box-sizing: inherit;
    outline: none;
}

.nav-pills .nav-link {
    border-radius: unset;
    box-shadow: unset;
    padding: 13px 20px 14px 25px !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

ul.pagination li {
    padding: 0 !important;
}

.table span,
.table tr td {
    font-size: 13px !important;
}

.card {
    border-top: 3px solid #d2d6de;
    margin: 0 7px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 12px;
}

table.dataTable thead th,
table.dataTable thead td {
    font-size: 14px;
}

.sidebar-collapse .os-padding nav .nav-pills .nav-link:hover>span {
    display: block !important;
    background-color: #1a2226 !important;
    color: #fff;
    width: 180px;
    position: fixed;
    margin-top: -12px;
    left: 72px;
    padding: 13px 0;
    border-top-right-radius: 4px;
}

.sidebar-collapse .user-panel .info,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .user-panel>.info {
    display: none !important;
}

.sidebar-collapse .user-panel .image {
    margin: 0 auto;
}

#profileListTable_wrapper select.custom-select {
    width: 60px;
}

.select2-container--default .select2-selection--single {
    height: auto !important;
}

.os-content-glue {
    width: 73px !important;
    max-width: 73px !important;
    overflow: hidden;
}

.input-group-append .input-group-text {
    background-color: #fff !important;
}

.login-card-body .input-group input {
    height: 50px;
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
    display: block;
    background-clip: padding-box;
    font-weight: 400;
    line-height: 1.5;
}

.input-group {
    flex-wrap: wrap;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link.active {
    width: 100%;
}

.input-group label#password-error,
.input-group label#website-error {
    width: 100%;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-size: 16px;
}

table.dataTable tbody tr.odd {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

table.dataTable tbody tr:hover {
    background-color: rgb(0 0 0 / 3%);
}

.content-header.user-content>.card>.row {
    align-items: center;
}

#ticketsListTable_length select.custom-select {
    width: 60px;
}

.content-header.user-content h4.custom-heading {
    margin-bottom: 0;
}

section.content-header.user-content .form-group {
    margin-bottom: 0;
}

.span_text {
    font-size: 16px !important;
}

.nav-sidebar>.nav-item .nav-icon {
    text-align: left !important;
    margin-right: 0.7rem;
    font-size: 14px !important;
    width: 14px;
}

.nav-pills .nav-link:hover {
    background-color: #1e282c !important;
    color: #b8c7ce;
}

.nav-pills .nav-link.active {
    border-left: 3px solid #ff0000 !important;
    background-color: #1e282c !important;
    padding: 10px 20px 10px 22px !important;
    font-size: 14px !important;
    color: #1e282c;
}

.nav-sidebar .nav-item>.nav-link {
    width: 100%;
}

.nav-sidebar>.nav-item span.span_text {
    padding-left: 5px;
}

h4.custom-heading {
    padding-top: 8px;
}

/*.h4, h4 { font-size: 18px; }*/
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
    font-size: 12px;
}

.aside_title {
    background-color: #ff0000;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}

.user-panel>.image>img {
    height: 45px !important;
    object-fit: cover !important;
    width: 45px;
}

.user-panel {
    display: flex;
    flex-wrap: wrap;
    padding: 22px 25px;
}

.user-panel .image {
    padding-left: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    /* background: #ef6d64;*/
    height: 48px;
    justify-content: center;
    padding: 10px 12px;
}

.layout-fixed .main-sidebar,
.main-sidebar {
    box-shadow: none !important;
}

.profile_photo_img {
    margin-top: 2.2rem !important;
}

.main-header {
    padding-top: 2px;
    padding-bottom: 2px;
}

.content-header .breadcrumb,
.content-header .breadcrumb a {
    width: auto;
    font-size: 12px;
}

i.nav-icon.fas.fa-tachometer-alt.mt-2 {
    color: #007bff;
}

.main-header .navbar-nav .nav-item span {
    text-transform: uppercase;
    font-size: 14px;
}

.small-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: 0.25rem;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    background-color: #fff !important;
}

.small-box .icon i {
    position: initial !important;
    color: #ff0031;
    font-size: 55px !important;
    transform: scale(0.9) !important;
}

.small-box .icon {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.275rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
    height: 70px;
}

.small-box .inner h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.small-box .inner p {
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    margin: 0;
}

.custom-tabs-style .col-sm-1.mt-4 {
    margin-top: 1.8rem !important;
    text-align: right;
    padding-right: 20px !important;
}

.loader-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(139 139 139 / 58%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-wrap #loader img {
    width: 35px;
}

.loader-wrap>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav-pills .nav-link.active i.far.fa-circle.nav-icon {
    color: #fff;
}

.nav-pills .nav-link.active span.span_text {
    color: #fff;
}



@media (min-width:992px) {

    .sidebar-collapse .main-sidebar .aside_title,
    .sidebar-collapse .main-sidebar .user-panel,
    .sidebar-collapse .os-content .tab-content .tab-pane .nav .header,
    .sidebar-collapse .brand-text {
        display: none !important;
    }

    .content-header {
        padding: 15px .5rem;
        border-radius: 3px;
        background: #ffffff;
        border-top: 3px solid #d2d6de;
        margin-bottom: 20px;
        margin-top: 15px;
        margin-left: 15px;
        width: calc(100% - 30px);
        box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        box-shadow: inset 0 0 0 transparent;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        overflow: hidden;
    }

    .sidebar-collapse .nav .nav-item a span {
        display: none !important;
        padding-left: 25px !important;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar,
    .sidebar-mini.sidebar-collapse .main-sidebar::before {
        width: auto !important;
    }
}

@media (max-width:991px) {
    .content-header {
        padding: 15px .5rem;
        border-radius: 3px;
        background: #ffffff;
        border-top: 3px solid #d2d6de;
        margin-bottom: 20px;
        margin-top: 15px;
        margin-left: 15px;
        width: calc(100% - 30px);
        box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    }

    .profileListTable__list .row:nth-child(2) .col-sm-12 {
        overflow: auto;
    }
}

.os-viewport {
    margin-bottom: 70px !important;
}

.custom-file-input:disabled{
    opacity: 0;
}