@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

.add-list .clr-field {
    display: flex !important;
    position: relative;
    color: transparent;
}

.flash-msg {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1;
}

.menu_page_table {
    width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 300px;
    border: 1px solid #f5f5f5;
}

.allowed_type {
    font-size: 14px;
    font-weight: 100;
    color: #007bff;
}

.action_button {
    margin-top: 5px;
}


.website {
    color: #0f17e7;
}

.social_media {
    color: #0dd5e7
}

.select2-selection__choice {

    color: white !important;
}

.select2-selection__choice__remove {
    color: white !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    height: 38px !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    cursor: text;
}

/*20-07-2021*/
.latest-billing-request td.table_col_amount,
.latest-payment-request td.table_col_amount {
    text-align: left;
}

.latest-payment-reques td.table_col_amount {
    text-align: left;
}

.latest-billing-request td:nth-child(1),
.latest-payment-request td:nth-child(1) {
    width: 246px;
}

.latest-billing-request td:nth-child(2),
.latest-payment-request td:nth-child(2) {
    width: 448px;
}

.latest-billing-request td:nth-child(3),
.latest-payment-request td:nth-child(3) {
    width: 291px;
}

.latest-billing-request td:nth-child(4),
.latest-payment-request td:nth-child(4) {
    width: 282px;
}

.latest-billing-request td:nth-child(5),
.latest-payment-request td:nth-child(5) {
    width: 176px;
}



@media (min-width: 992px) {

    /* START SWITCH TOGGLE */
    .opening-list {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .listing-input-width {
        width: calc(100% - 80px);
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
        margin-right: 10px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked+.slider {
        background-color: #2196F3;
    }

    input:focus+.slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    /* END SWITCH TOGGLE */
    .sidebar-mini.sidebar-collapse .main-sidebar,
    .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-left: 0;
        width: 4.6rem !important;
    }

    .note-editable {
        min-height: 100px;
        font-family: Avante Garde !important;
    }

    .select2-container {
        width: 100% !important;
    }

    .blockGroup {
        background-color: #dee2e6;
        padding: 5px;
        margin-bottom: 20px;
    }

    label {
        margin-bottom: 0px;
    }

    .datepicker.datepicker-dropdown .table tr td,
    .datepicker.datepicker-dropdown .table tr th {
        cursor: pointer;
    }

    span.single-image-wrap,
    .after-add-more .single-image-wrap {
        width: 200px;
        position: relative;
        height: 100%;
        display: inline-block;
    }

    span.single-image-wrap span.delImg,
    .after-add-more .single-image-wrap p.delImg {
        position: absolute;
        top: -5px;
        background: #ac0c29;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        text-align: center;
        right: -5px;
        display: block;
        color: #fff;
    }

    .after-add-more .single-image-wrap {
        width: 100px;
        position: relative;
        height: 100%;
        display: inline-block;
    }

    .after-add-more .single-image-wrap p.delImg {
        position: absolute;
        top: -5px;
        background: #ac0c29;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        text-align: center;
        right: -5px;
        display: block;
        color: #fff !important;
        padding: 0 !important;
    }

    .tab-pane .form-group .pad-row {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .showfilter p {
        display: flex;
        align-items: center;
    }

    .showfilter p input {
        margin: 0 8px;
    }

    .showfilter p input:first-child {
        margin-left: 0;
    }

    .card-body label.control-label {
        margin-bottom: 15px;
    }

    /*.note-editable { font-family: Avante Garde !important; }*/
    .layout-fixed .brand-link {
        height: 77px;
    }

    .green {
        color: green;
    }

    .red {
        color: red;
    }

    .dtr-control {
        margin: 0px;
    }

    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before,
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
        top: 34% !important;
    }

    #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details {
        width: 100%;
        max-height: 250px;
        overflow: auto !important;
    }

    #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details li {
        width: 50%;
        float: left;
        min-height: 60px
    }

    #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details li span.dtr-title {
        width: 25%;
        float: left;
    }

    #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details li span.dtr-data {
        width: 75%;
        float: left;
    }

    .modal-header-primary {
        color: #fff;
        padding: 9px 15px;
        border-bottom: 1px solid #eee;
        background-color: #007bff;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

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

    .url_brack {
        white-space: nowrap;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .tooltip.bottom .tooltip-inner {
        background-color: #007bff;
        color: white;
    }

    .tooltip.bottom .tooltip-arrow {
        border-top-color: #007bff;
        color: white;
    }

    .alert-message i {
        display: inline;
    }

    .breadcrumb {
        background-color: white;
        padding: 7px 5px 0px 4px;
        margin-bottom: 0px;
    }

    .modal-dialog .modal-content .modal-header {
        padding: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        font-size: 23px;
        line-height: 21px;
    }

    /* Center the loader */
    #loader {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    .btn-group-sm>.btn,
    .btn-sm {
        font-size: 8pt !important;
    }

    body {
        font-size: 10pt !important;
    }

    .main-sidebar,
    .main-sidebar::before {
        width: 200px !important;
    }

    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
        margin-left: 200px !important;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /* Add animation to "page content" */
    .animate-bottom {
        position: relative;
        -webkit-animation-name: animatebottom;
        -webkit-animation-duration: 1s;
        animation-name: animatebottom;
        animation-duration: 1s
    }

    @-webkit-keyframes animatebottom {
        from {
            bottom: -100px;
            opacity: 0
        }

        to {
            bottom: 0px;
            opacity: 1
        }
    }

    @keyframes animatebottom {
        from {
            bottom: -100px;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }

    input[type="file"] {
        margin-top: -3px;
    }

    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.53);
    }

    a#notification-icon {
        color: black;
    }

    a.notification-comment:hover {
        background-color: #0056b3;
        color: white;
    }

    .notification_count {
        position: absolute;
        top: 0px;
        right: 7px;
        text-align: center;
        font-size: 9px;
        padding: 2px 3px !important;
        line-height: .9;
        background-color: #ffc107;
        border-radius: 10px;
        width: fit-content;
        height: fit-content;
        line-height: 12px;
        min-width: 15px;
        min-height: 15px;
    }

    i.fas.fa-bell.fa-lg {
        font-size: 24px;
    }

    i.fas.fa-thumbs-up {
        color: #007bff;
    }

    i.fas.fa-thumbs-down {
        color: #dc3545;
    }

    .table_heading_row {
        text-align: left;
    }

    .table_col_amount {
        text-align: right;
    }
}


/* Custom css for dropdown font size and button spacing */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
}

.content-header .breadcrumb,
.content-header .breadcrumb a {
    width: auto;
}

.content-wrap,
.billing-wrap,
.expenses-wrap,
.expenses-wrap .expenses-select-wrap,
.content-dropdown-wrap,
.contracts-wrap,
.request-payment-wrap,
.request-billing-wrap,
.purchase_select_wrap {
    display: flex;
    align-items: center;
}

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

.content-wrap .content-title,
.billing-wrap .billing-title,
.expenses-title,
.expenses-select-1,
.content-dropdown-1,
.content-dropdown-2,
.contracts-title-wrap,
.request-payment-title,
.request-billing-title,
.purchase_select_1 {
    margin-right: 15px;
}

.content-wrap .content-dropdown-1,
.content-wrap .content-dropdown-2,
.content-wrap .content-dropdown-3 {
    min-width: 275px;
    max-width: 275px;
}

table.dataTable {
    width: 100% !important;
}

.content-header .breadcrumb {
    margin: 0 5px;
}

@media screen and (min-width:992px) {
    #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details li {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 15px;
        text-align: justify;
    }

    .custom-table #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details li:nth-child(1),
    .custom-table #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details li:nth-child(2) {
        width: 50%;
    }

    .custom-table #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details li:nth-child(1) .dtr-title,
    .custom-table #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details li:nth-child(2) .dtr-title {
        width: 50%;
    }

    #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details li span.dtr-title {
        width: 20%;
    }

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

    }
}

@media screen and (max-width:991px) {
    table.dataTable {
        display: block;
        overflow: auto;
    }

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }

    table.dataTable>tbody>tr.child span.dtr-data {
        width: 70%;
        float: left;
    }

    table.dataTable>tbody>tr.child span.dtr-title {
        width: 30%;
        float: left;
    }

    table.dataTable>tbody>tr.child ul.dtr-details>li {
        display: inline-block;
        width: 100%;
    }

    table.dataTable>tbody>tr.child span.dtr-title,
    table.dataTable>tbody>tr.child span.dtr-data {
        padding: 0 15px;
    }

    .content-wrap .content-title,
    .content-wrap .content-dropdown-1 {
        margin: 10px 0;
    }
}

@media screen and (max-width: 767px) {

    .content-wrap .content-title,
    .content-dropdown {
        margin: 10px 0;
    }

    .content-header .breadcrumb {
        display: inline-block;
    }

    .content-wrap .content-dropdown-1,
    .content-wrap .content-dropdown-2,
    .content-wrap .content-dropdown-3 {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .content-wrap {
        flex-direction: column;
        justify-content: start;
        align-items: end;
    }

    .content-dropdown-wrap {
        flex-wrap: wrap;
    }

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }

    table.dataTable>tbody>tr.child span.dtr-title,
    table.dataTable>tbody>tr.child span.dtr-data {
        width: 100%;
        padding: 0;
    }

    #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details li:nth-child(1) .dtr-title,
    #data_table_wrapper table.dataTable tr.child td.child ul.dtr-details li:nth-child(2) .dtr-title {
        width: 20%;
    }
}

.billing-wrap .billing-select {
    min-width: 400px;
    max-width: 400px;
}

.billing-wrap .billing-payment-select {
    padding-left: 20px;
    min-width: 235px;
    max-width: 235px;
}

.expenses-select-1,
.contracts-select-wrap,
.request-payment-select,
.request-billing-select,
.purchase_select_1 {
    min-width: 500px;
    max-width: 500px;
}

/* (13-7-2021) */

.content-dropdown-2 {
    min-width: 200px;
    max-width: 200px;
}

.save-btn-wrap {
    display: flex;
    align-items: center;
}

.save-btn-wrap .apply-btn {
    margin-right: 15px;
}

/* (19-7-2021) */

.expenses-select-wrap .expenses-select-2,
.purchase_select_2,
.content-dropdown {
    min-width: 175px;
}

h4 span.required-fields {
    font-size: 12px;
    color: #dc3545 !important;
}


/*style added by laxmi-29/07/21*/

body:not(.sidebar-mini-md) .content-wrapper,
body:not(.sidebar-mini-md) .main-footer,
body:not(.sidebar-mini-md) .main-header {
    margin-left: 230px !important;
}

@media screen and (max-width: 768px) {

    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
        margin-left: unset !important;
    }

}

nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
    background-color: #ff0000;
    padding: 0;
    height: 50px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    background: #ef6d64;
    height: 48px;
    justify-content: center;
    padding: 15px 32px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #ff0000;
}

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

.main-sidebar .aside_title .brand-link {
    border-bottom: none;
}

.layout-fixed .main-sidebar {
    width: 230px !important;
    bottom: 0;
    float: none;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
}

.main-sidebar .aside_title a {
    height: 50px !important;
}

.nav-item .nav-link img {
    height: 25px;
}

.elevation-4 {
    box-shadow: none !important;
}

.navbar-light .navbar-nav .bg_blue {
    background: #ff0000;
}

#notification-icon {
    background: #ff0000;
}

#notification-icon:hover {
    background: #ff0000;
}

.main-sidebar .aside_title span b {
    color: #ffffff;
}

.user-panel .pull-left p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 14px;
}

.user-panel .pull-left span {
    color: #fff;
    font-size: 11px;
}

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

.user-panel .image {
    display: inline-block !important;
    padding-left: 0;
}

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

.main-sidebar {
    background-color: #222d32;
}

li.nav-item.header {
    color: #4b646f;
    background: #1a2226;
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}

.user-panel .info {
    display: inline-block;
    padding: 0 0 0 16px;
    /*max-width: initial;*/
    width: calc(100% - 45px);
    white-space: initial;
    word-break: break-word;
}

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

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

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

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

}

.nav-sidebar>.nav-item .nav-icon.fas {
    font-size: 0.9rem !important;
    width: 20px;
}

.nav-sidebar>.nav-item .nav-icon {
    font-size: 1rem;
    /*margin-right: 0.7rem;*/
    text-align: center;
    width: 1rem;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px !important;
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    appearance: auto !important;
    background-image: none;
}

/*span.select2-selection.select2-selection--single {
    height: 30px !important;
    padding: 5px 10px;
    margin-right: 10px;
}*/

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: -24%;
    position: absolute;
    top: 50%;
    width: 0;
}

/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px !important;
}*/
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    height: 30px !important;
    border-radius: none !important;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px !important;
    right: 11px !important;
    width: 20px;
}

.card-header.border-transparent {
    background-color: #ff0000 !important;
}

.btn {
    font-size: 12px;
}

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

tr:nth-child(odd) {
    background-color: #f9f9f9;
}

tr {
    display: table-row;
    vertical-align: inherit;
    /*border-color: inherit;*/
}

tr.table_heading_row {
    background: white;
    height: 45px;
}

.table td,
.table th {
    padding: 6px;
    vertical-align: top;
    line-height: 1.42857143;
    border-top: 1px solid #f4f4f4;
}

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

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #f4f4f4;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f4f4f4;
}

th {
    background-color: white;
}

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

.card-margin {
    margin-top: 15px;
}

.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%);
}

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

.navbar-nav>.dropdown>.dropdown-menu,
{
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.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;*/
}

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

.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: 17px;
    margin: 10px 0;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0;
    margin: 1px;
}

.dropdown-menu>.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.dropdown-menu>.user-footer:before,
.dropdown-menu>.user-footer:after {
    content: " ";
    display: table;
}

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

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

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

a#notification-icon {
    padding: 18px 10px;
}

a#show_user {
    padding: 15px 12px;
}

.notification_count {
    position: absolute;
    top: 2px;
    right: 0px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px !important;
    line-height: .9;
    background-color: #ffc107;
    border-radius: 10px;
    width: fit-content;
    height: fit-content;
    line-height: 12px;
    min-width: 15px;
    min-height: 15px;
}

.expenses-wrap .expenses-select-1 {
    /*min-width: 450px; */
    max-width: 450px;
}

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

.nav-link span {
    font-size: 14px;
}

body {
    font-size: 14px !important;
}

.h4,
h4 {
    font-size: 18px;
}

h4.m-0.text-dark {
    font-size: 24px;
}

.card-primary:not(.card-outline)>.card-header {
    background-color: unset;
}

.custom-tabs-style ul.nav-tabs {
    margin-top: 7px;
}

.custom-tabs-style ul.nav-tabs a.nav-link.active {
    color: #555;
}

.custom-tabs-style ul.nav-tabs a.nav-link {
    color: #ff0000;
}

.card.card-tabs:not(.card-outline)>.card-header .nav-item:first-child .nav-link {
    margin-left: 8px;
}

.card-primary:not(.card-outline)>.card-header {}

.login-box h1 {
    margin-top: 25px;
    font-size: 31px !important;
    text-align: center !important;
}

.login-box p {
    font-size: 18px !important;
    text-align: center !important;
}

.login-box .login-form .input-group.mb-3 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;
}

#general_settings_save_changes_button {
    padding: 10px;
}

.login-page,
.register-page {
    background: #f3f3f4 !important;
}

@media (min-width: 768px) {
    .main-sidebar .aside_title {
        display: block;
    }
}

@media (min-width: 992px) {

    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .main-sidebar::before {
        margin-left: 0;
        width: 75px !important;
    }

    .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;
    }

    .nav-pills .nav-link:not(.active):hover {
        color: #c2c7d0 !important;
    }

    .nav-sidebar:hover {
        overflow: visible !important;
    }

    .content-wrapper {
        min-height: 1063px;
        margin: 0px !important;
        padding: 3px;
    }

    .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%);
    }

    .navbar-expand.navbar-nav.nav-item.nav-link i {
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }

    .nav-sidebar>.nav-item>.nav-link.active {
        box-shadow: unset !important;
    }

    .os-host-overflow {
        overflow: visible !important;
    }

    .main-sidebar .brand-text,
    .main-sidebar .logo-xl,
    .main-sidebar .logo-xs,
    .sidebar .nav-link span,
    .sidebar .user-panel .info {
        transition: unset;
        font-size: 16px;
        padding-left: 5px;
    }

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

    .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar>.nav-item>.nav-link>span {
        display: none;
    }

    .sidebar-collapse .os-padding .nav .nav-pills .nav-item:hover>span,
    .sidebar-collapse .os-padding .nav :hover>span {
        display: none !important;
    }

    .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: -19px;
        left: 72px;
        padding: 13px 0;
        border-top-right-radius: 4px;
    }

    .nav-item {
        overflow: visible !important;
    }

}

.forgot-link {
    text-align: end !important;
    font-size: 15px !important;
    margin-top: 6px;
}

.login-box,
.register-box {
    width: 100% !important;
    max-width: 470px;
    margin: 0 auto 100px;
}

.login-box .card {
    box-shadow: none !important;
    background-color: #f3f3f4 !important;
}

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

.login-box p {
    font-size: 18px !important;
    text-align: center !important;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
    border-bottom-right-radius: unset !important;
    border-top-right-radius: unset !important;
}

.login-form input[type="submit"] {
    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-form input[type="submit"]:hover,
.login-form input[type="submit"]:focus {
    background: #ed1c24;
    color: #FFF;
    border-color: #ed1c24;
    box-sizing: inherit;
    outline: none;
}

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

.action_button.btn.color-btn {
    background-color: #3e8dbc;
    color: #fff;
}

.required-color {
    background-color: #e8dede;
}

.os-viewport.os-viewport-native-scrollbars-invisible {
    overflow-y: scroll !important;
    height: 100%;
}

.os-padding {
    overflow-y: scroll !important;
    height: 100vh;
}

.sidebar {
    height: calc(100% - 8rem);
}

/* ::-webkit-scrollbar {
    display: none !important;
} */

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    display: none !important;
}

body.mobie-task-body .content-wrapper {
    max-width: 100%;
    margin-left: 0 !important;
}

@media screen and (max-width:767px) {
    .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
    }
}

@media (min-width: 992px) {
    .form-control {
        font-size: 12px;
    }
}

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

.scrollable-textarea {
    max-height: 200px; 
    overflow-y: scroll;
    overflow-x: auto; 
    word-wrap: break-word;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}