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

.sidebar--profile .profile--img img {
    object-fit: cover !important;
    width: 80px;
    height: 80px;
}

.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: 100%;
    width: 70%;
}

.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: 50px !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: #28f321;
}

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;
}
.tab-content {
    padding: 21px 10px 12px; !important
}

.btn-reassign {
    background: #03662f !important;
    color: #ffffff !important;
}

.analysis-icon {
    color: #646e0ff5;
}
.report-icon {
    color: #009191;
}

.shared-access-label-pulse {
    padding: 0 5px;
    border-radius: 4px;
    animation: bgPulse 2s ease-in-out infinite;
}
@keyframes bgPulse {
    0%, 100% {
        background-color: rgba(255, 0, 0, 0.14);
    }
    50% {
        background-color: rgba(255, 0, 0, 0.42);
    }
}

.active > a {
    background: #2f3e4d !important;
    color: #fff !important;
}
.sidebar--nav ul ul a:hover, .sidebar--nav ul ul .open > a, .sidebar--nav ul ul .active > a, .sidebar--nav ul ul .active > a:before, .sidebar--nav ul ul .active > a:after {
    background: #2f3e4d !important;
    color: #fff !important;
}
