/*------------------------------------*\
    Custom CSS must be included in last
    @CreatedBy Salman SHER Khan
    @CreatedOn 26 Jan 2024
\*------------------------------------*/
.navbar--nav .nav--user img {
    object-fit: cover !important;
    height: 50px;
}

.alert.notification_alerts_class {
    /*margin-top: -15px !important;*/
}

.main--footer {
    text-align: right !important;
    padding: 15px 30px;
}

.required-error {
    color: #ff2600;
    font-weight: 600;
}

.form-control.is-invalid {
    border-color: #ff0018;
}

span.is-invalid {
    color: #ff2600;
    font-weight: 600;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgb(217 73 6 / 25%);
}

thead.table-theme-color {
    background: #0e6779;
    color: #ffffFF;
}

.table-responsive {
    color: #000000;
}

.btn-view {
    background: #fdae1f !important;
    color: #ffffff !important;
}

.label-view {
    background-color: #fdae1f !important
}

.label-purple {
    background-color: #931aff !important
}

.label-turquoise {
    background-color: #3ad3c4 !important
}

.btn-assign {
    background: #342bc0 !important;
    color: #ffffff !important;
}

.btn-report {
    background: #50c02b !important;
    color: #ffffff !important;
}

.btn-chat-send {
    background: #00ad85 !important;
    color: #ffffff !important;
}

.created-by-main-div {
    color: #ff0000;
    padding: 15px;
    font-weight: 600;
}

.created-by-sub-div {
    border: 1px solid #ccc;
    padding: 15px;
}

.cus-pagination {
    margin-top: 20px;
}

.cus-pagination-links nav {
    float: right;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff !important;
}

.cus-img-div {
    max-width: -webkit-fill-available;
    width: -webkit-fill-available;
}

.no-records {
    border: 1px solid #d7d7d7;
    border-radius: 0.25rem;
    padding: 15px;
    background: #e9e9e9;
    font-weight: bold;
}

.cus_sr_no_col {
    width: 50px !important;
}

.cus_chk_box_col {
    width: 50px !important;
}

.cus_action_btns_1_col {
    width: 75px !important;
}

.cus_action_btns_2_col {
    width: 100px !important;
}

.cus_action_btns_3_col {
    width: 160px !important;
}

.cus_action_btns_4_col {
    width: 285px !important;
}

.cus_action_btns_with_a_d_col {
    width: 315px !important;
    text-align: center !important;
}

.cus_td_btns_with_a_d_col {
    text-align: right !important;
}


.cus_status_col {
    width: 111px !important;
}

.cus_created_on_col {
    width: 115px !important;
}

.cus_sort_order_col {
    width: 100px !important;
}

.cus_img_col {
    width: 70px !important;
}

.custome_page_title {
    display: inherit;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
}

.main-page-loader {
    background: none repeat scroll 0 0 #00000080;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000001;
    left: 0;
    top: 0;
}

.image-upload-loader {
    background: none repeat scroll 0 0 #00000080;
    width: 94%;
    height: 100% !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000001;
    left: 0;
    top: 0;
    margin: 0 10px;
}

.select2-selection.select2-selection--single {
    height: 40px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.login_credential_delete_btn_outer_div {
    position: absolute !important;
    right: 30px !important;
}

.login_credential_delete_btn_inner_div {
    position: relative;
    top: -15px;
}

.cus-help-block {
    font-weight: 600 !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.is-unseen {
    font-weight: bold;
}

tr.is-seen {
    background: #f2f6fc !important;
}

.navbar--nav .dropdown.notification-bell-container > a {
    color: unset;
    font-size: 18px;
}

.assignment_msg_emp1 {
    font-weight: bold;
    color: #a547bc;
}

.assignment_msg_emp2 {
    font-weight: bold;
    color: #47bc5b;
}

.assignment_msg_module {
    font-weight: bold;
    color: #000000;
}

.assignment_msg_mode {
    font-weight: bold;
    color: #ff0000;
}

.cus-approved-disapproved-label-div {
    position: absolute !important;
    right: 30px !important;
}

.show-approve-disapprove-history {
    cursor: pointer;
    font-weight: bold;
}

.extra_desc_td {
    border-top: none !important;
}

.extra_desc_created_div {
    overflow-x: hidden;
}

/*toggle switch big start*/

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

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

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

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

input:checked + .cus-slider {
    background-color: #2079bb;
}

input:focus + .cus-slider {
    box-shadow: 0 0 1px #28f321;
}

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

/* Rounded sliders */
.cus-slider.round {
    border-radius: 34px;
}

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

/*toggle switch big ends*/

/*press switch start*/
.cus-press-switch {
    height: 50px;
    width: 50px;
    -webkit-appearance: none;
    box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.5),
    10px 10px 15px rgba(70, 70, 70, 0.12);
    border-radius: 50%;
    border: 3px solid #b4c9cb;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #dde5e7;
}

.cus-press-switch::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f011";
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 900;
}

.cus-press-switch:checked {
    box-shadow: -10px -10px 15px rgba(255, 255, 255, 0.5),
    10px 10px 15px rgba(70, 70, 70, 0.12),
    inset -10px -10px 15px rgba(255, 255, 255, 0.5),
    inset 10px 10px 15px rgba(70, 70, 70, 0.12);
}

.cus-press-switch:checked::after {
    color: #15e38a;
}

/*press switch ends*/

.hidden_text_box_for_validation {
    width: 0;
    margin-left: -5px;
    border: 0;
}

.hidden_text_box_for_validation:focus-visible {
    outline: none;
}

#package_category_div {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin: 15px 0;
}

#package_category_sub_div {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin: 15px 15px;
    width: 98% !important;
}

.campaign_main_title_div {
    width: 100%;
    background: #0e6779;
    padding: 4px 10px;
    color: #fff;
}

.extra_contact_remove_btn_child_div {
    margin-top: 35px;
}

.extra_contact_add_btn_child_div {
    margin-bottom: 20px;
}

.extra_contact_child_div {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#selected_packages {
    background: #fcff3e;
}

#general_modules_modal_main_div, #approve_disapprove_history_main_div {
    z-index: 9999 !important;
}

#general_modules_modal_body {
    color: #696969;
}

.cus-label-pending {
    background: #888888;
}

.no-chat-msg {
    margin-top: 15px;
    font-weight: 700;
}

.click-hi-start-msg {
    font-weight: bold;
}

.cus_is_done {
    text-decoration: line-through;
}

.card-header .btn-link {
    z-index: 2;
}

.disabled-background {
    background: none repeat scroll 0 0 #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: x-large;
    text-align: center;
    line-height: 50px;
}

.chat--content {
    color: #000000;
    background-color: #c8e5eb;
}

.chat--left .chat--content {
    color: #ffffff;
    background-color: #0e353c;
}

.chat--time {
    color: #0e353c;
    font-weight: 600;
}

.chat--left .chat--time {
    color: #c8e5eb;
    font-weight: 600;
}

.chat--user {
    font-weight: bold;
}

.cus-message-text-area {
    overflow-y: hidden;
    height: 40px !important;
    min-height: 10px !important;
    resize: none;
}

.cus-bulk-task-assignment-btn-div-cls {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 9;
    text-align: right;
    background: #fff;
    padding: 5px 0;
}

.cus-bulk-task-assignment-btn-div-disabled-cls {
    z-index: 0 !important;
}

.cus-cat-label {
    margin: 0 0 5px 10px;
    padding: 0 7px;
}

#collapse_project_info .task_value_val {
    padding: 5px 5px;
    height: 25px;
    margin-bottom: 5px;
}

.text-black {
    color: #333333;
}

.cus-cover-image-cls {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.text-box-nlrp {
    padding: 0 5px;
}

.diagonal-strike-through {
    font-size: smaller;
    font-weight: 700;
}

.diagonal-strike-through del {
    color: red;
}

/*color pallate legend section*/
.cus-legend-wrapper-main-div {
    margin: -15px 0;
}

.cus-legend-wrapper {
    background: #fff;
    border: 1px solid #dddddd;
    padding: 15px 15px 5px 15px;
    margin-bottom: 25px;
}

.cus-legend-wrapper .cus-legend-key {
    height: 20px;
    margin-right: 5px;
}

.cus-legend-wrapper .cus-legend-value {
    margin-right: 10px;
    vertical-align: middle;
}

.cus-legend-wrapper .cus-legend-key, .cus-legend-wrapper .cus-legend-value {
    display: inline-flex;
}

.logo-lg {
    width: 230px !important;
    height: 66px !important;
}

.created-updated-div {
    border: 2px solid #d3c8c8;
    padding: 10px;
    color: red;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 20px;
}

/*.page-content{*/
/*    z-index: -1;*/
/*}*/
.app-topbar {
    position: fixed;
    width: 100%;
}

.logo-box .logo-sm {
    max-width: 100px !important;
    margin-right: auto;
    height: unset !important;
}

.logo-box {
    padding: 0px;
}

/* remove this line */
.card-single {
    height: 350px !important;
}

/* remove this line */
.custom-container {
    margin-top: 85px;
}

html[data-sidebar-size=condensed] .app-sidebar {
    position: fixed !important;
    width: var(--minimia-sidebar-width-sm);
    min-width: var(--minimia-sidebar-width-sm);
}

a.custom-button.theme-one {
    color: white !important;
}

a.custom-button {
    color: white;
}

.class-single-content ul li {
    list-style: disc;
}

ul#submenu-indicate {
    left: -50px !important;
}

.menu li .submenu {
    width: 190px;
}

.event-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    margin: 0 auto 30px;
    height: 525px !important;
}

img.logo-sm {
    max-width: 65px !important;
    height: 25px;
}

.logo-box {
    padding: 0px !important;
}

.close {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    cursor: pointer;
    float: right !important;
}


img.view-image {
    background-color: #fff;
    border: none !important;
    border-radius: .25rem;
    max-width: 60% !important;
    height: auto;
}

img.view-image {
    max-width: 100% !important;
    width: 160px !important;
    height: 140px !important;
}

img.image-update {
    max-width: 100%;
    width: 130px;
    height: 80px !important;
}

.label-text {
    display: inline-block;
    margin-bottom: 8px;
    color: #333333;
    font-weight: 700;
}

.label {
    display: inline-block;
    padding: 1px 15px;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    white-space: nowrap;
    cursor: default;
}

.label-default {
    background-color: #151515;
}

.label-primary {
    background-color: #2bb3c0;
}

.label-success {
    background-color: #009378;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #e16123;
}

.label-danger {
    background-color: #ff4040;
}

.label-blue {
    background-color: #2bb3c0;
}

.label-orange {
    background-color: #e16123;
}

.label-green {
    background-color: #009378;
}

.label-red {
    background-color: #ff4040;
}

.label-black {
    background-color: #353535;
}

.label-gray {
    background-color: #ccc;
}

/* 2.6. TEXT COLORS */
.text-blue {
    color: #2bb3c0;
}

.text-green {
    color: #009378;
}

.text-lightergray {
    color: #999;
}

.text-orange {
    color: #e16123;
}

.text-red {
    color: #ff4040;
}

/* 2.7. BORDER COLORS */
.border-blue {
    border-color: #2bb3c0 !important;
}

.border-green {
    border-color: #009378 !important;
}

.border-orange {
    border-color: #e16123 !important;
}

.border-red {
    border-color: #ff4040 !important;
}


.btn-icon {
    margin: 3px 3px 0 0;
}

/*due to the bootstrap css get override in login page that's why these classes get put here*/
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

/************************************/
.tab-card {
    border: 1px solid #dee2e6 !important;
    border-top: none !important;
    border-radius: 0 0 8px 8px;
}

.meta-add-btn {
    margin: 0 10px;
    padding: 15px 24px;
}

#general_modules_modal_main_div, #approve_disapprove_history_main_div {
    z-index: 9999 !important;
}

#general_modules_modal_body {
    color: #696969;
}

.search-btns {
    align-self: center;
    margin-top: 36px !important;
}
