/*------------------------------------*\
    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: 5px;
    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_title_col {
    width: 300px !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: #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;
}

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


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

.page-content {
    min-height: 100vh !important;
    padding: 5px 20px 33px !important;
}

.list-two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.filter-toggle .icon::after {
    content: "−";
}

.filter-toggle.collapsed .icon::after {
    content: "+";
}

.filter-border {
    border-left: 1px solid #ebebea;
    border-right: 1px solid #ebebea;
    border-bottom: 1px solid #ebebea;
}

.front-dash-header {
    background-color: #92278F;
    color: white !important;
    border: 2px solid #92278F;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

label.form-label {
    font-weight: 600;
    color: #6c757d;
}

:root {
    --primary-theme-color: #92278F;
    --secondary-theme-color: #491448;
    --background-theme-color: #d3a9d2;
}

/*Custom Themes Components*/
/*Background*/
.bg-primary-theme {
    background-color: var(--primary-theme-color) !important;
}

.bg-secondary-theme {
    background-color: var(--secondary-theme-color) !important;
}

.bg-bgc {
    background-color: var(--background-theme-color) !important;
}

/*Texts*/
.text-primary-theme {
    color: var(--primary-theme-color) !important;
}

.text-secondary-theme {
    color: var(--secondary-theme-color) !important;
}

.text-bgc {
    color: var(--background-theme-color) !important;
}

/*Buttons*/
.btn-empty-theme {
    background-color: white !important;
    color: var(--primary-theme-color) !important;
    border: var(--primary-theme-color) 2px solid !important;
    font-weight: bold !important;
}

.btn-empty-theme:hover {
    background-color: var(--primary-theme-color) !important;
    color: white !important;
}

.btn-empty-secondary-theme {
    background-color: white !important;
    color: var(--secondary-theme-color) !important;
    border: var(--secondary-theme-color) 2px solid !important;
    font-weight: bold !important;
}

.btn-empty-secondary-theme:hover {
    background-color: var(--secondary-theme-color) !important;
    color: white !important;
}

.btn-primary-theme {
    background-color: var(--primary-theme-color) !important;
    color: white !important;
    font-weight: bold !important;
}

.btn-secondary-theme {
    background-color: var(--secondary-theme-color) !important;
    color: white !important;
    font-weight: bold !important;
}

.btn-bgc-theme {
    background-color: var(--background-theme-color) !important;
    color: var(--secondary-theme-color) !important;
    font-weight: bold !important;
}

.btn-bgc-theme:hover {
    background-color: var(--primary-theme-color) !important;
    color: white !important;
}

.btn-course, .btn-course-active {
    border-color: var(--secondary-theme-color) !important;
    border-width: 1px !important;
    border-bottom-width: 3px !important;
    border-style: solid !important;
}

.btn-course:hover, .btn-course:active, .btn-course-active {
    background-color: var(--background-theme-color) !important;
    border-bottom-width: 1px !important;
}

/*Borders*/
.border-primary-theme {
    border-color: var(--primary-theme-color) !important;
    border-width: 2px;
}

.border-secondary-theme {
    border: 1px solid var(--secondary-theme-color) !important;
}

.link-theme {
    color: white !important;
}

.link-theme:after {
    color: white !important;
}

.link-theme:hover {
    color: var(--background-theme-color) !important;
}

.theme-overlay::before {
    background-color: var(--primary-theme-color) !important;
}

/*Custom Themes End*/
.head-back {
    background: linear-gradient(to right, #F0D0E6, #CECCEB);
    padding: 10px;
    border-radius: 5px;
    color: black;
}

.circle-profile-img {
    object-fit: cover;
}

.circle-80 {
    height: 80px !important;
    width: 80px !important;
}

/*Styles for No Record Found for Front Dashboard*/

/* Floating Animation */
@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.animate-float {
    animation: float 4s ease-in-out infinite;
}

/* Text Letter Spacing */
.ls-2 {
    letter-spacing: 2px;
}

/* Button Hover Interaction */
.transform-hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.transform-hover:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Custom Theme colors (Fallback if not defined) */
.text-primary-theme {
    color: #5e72e4;
}

/* Replace with your actual hex */
.bg-primary-theme {
    background-color: #5e72e4;
}

.text-secondary-theme {
    color: #f5365c;
}

/* Smooth Floating Animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.animate-float {
    animation: float 4s ease-in-out infinite;
}

/* Button "Pop" Interaction */
.transform-hover {
    transition: all 0.3s ease;
}

.transform-hover:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Text spacing */
.ls-2 {
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .front-dash-header {
        border-radius: unset;
    }

}

@media (max-width: 575px) {
    .header-wrapper .menu-area .cart-button a .cart-amount {
        top: -15px;
        font-size: 9px;
        left: 35px;
        width: 18px;
        height: 18px;
        line-height: 20px;
        font-weight: 400;
    }

    .header-wrapper .menu-area .cart-button {
        padding: 0px 20px;
        border: none;
        position: relative;
        top: 0px;
    }
    .header-wrapper .menu-area .cart-button a i{
        margin: 0px;
    }
    .footer-widget.widget-about .contact li a, .footer-widget p, .footer-widget li{
        color: white;
    }

}



