* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    /* font-family: 'Roboto Flex', sans-serif !important; */
    overflow-x: hidden !important;

}

/* .poetsenOne-family {
    font-family: 'Poetsen One', sans-serif;
} */

.dashboard_card .btn{
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

.container {
    padding-right: 4% !important;
    padding-left: 4% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

:root {
    --primary-bg-color: #1B86C8;
    --white-color: #FFFFFF;
    --label-color: #414042;
    --anker-color: #1B86C8;
    --blue: #166DA3;
    --table-header-bg: #166da3;
    --border-color: #646464;
    --filter-btn: #D8EBF7;
    /* --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100;
    --header-bg: #35a265; */
}

.mt-35 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 5px;
}

.mx_4 {
    margin: 0px 40px;
}

.-mt-5 {
    margin-top: -5px;
}

.p-75 {
    padding: 75px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-75 {
    margin-top: 75px;
}

.-mt-2 {
    margin-top: -7px;
}

.mt-40 {
    margin-top: 20px;
}

.w-85 {
    width: 100%;
}

.pr-4 {
    padding-right: 10px;
}

.-mt-4 {
    margin-top: -15px !important;
}

.login_page_background_image_lower {
    background-image: url("../images/login_bg.png");
    background-size: 100% 100%;
    background-position: center;
    min-height: 100vh;
    width: 100vw;
}

.login_page_backgrund_overlay {
    background-image: url("../images/login_overlay.png");
    background-size: 100% 100%;
    background-position: center;
    min-height: 100vh;
    width: 100vw;
}

.align_vertically_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.custom_login_card {
    background-color: var(--white-color);
    border-radius: 30px;
}

.login_page_logo {
    width: 300px;
    height: 110px;
}


.form_control_custom_group {
    display: block;
    width: 100%;
    padding: 15px 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    background-clip: padding-box;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input_group_custom {
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
}

.form-control:focus {
    border-color: none !important;
    outline: 0;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
}

.input_icon {
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
    margin-left: 0px !important;
}

.custom_label {
    color: var(--label-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    margin-left: 4px;
}

.lock_img {
    width: 20px;
    height: 24px;
}

.check_box_custom {
    width: 24px !important;
    height: 24px !important;
}

.check_box_custom:focus {
    box-shadow: none !important;
}

.check_box_custom_table {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #166da3 !important;
}

.check_box_custom_table:focus {
    box-shadow: none !important;
}

.mt-40 {
    margin-top: 37px;
}

.small_text {
    color: var(--label-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.capitalize {
    text-transform: capitalize;
}

.anker a {
    text-decoration: none;
    color: var(--label-color);
}

.btn_login {
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: var(--primary-bg-color) !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset;
    color: var(--white-color) !important;
    padding: 12px 20px !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.btn_login:focus {
    outline: none !important;
    box-shadow: none !important;
}

.anker_register a {
    text-decoration: none !important;
    color: var(--anker-color);
}

.form_control_custom {
    display: block;
    width: 100%;
    padding: 15px 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;

}

.custome_select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e) !important;
    display: block;
    width: 100%;
    padding: 15px 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    background-image: var(--bs-form-select-bg-img) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    /* Position the icon on the right */
    background-size: 16px 16px !important;
    /* Adjust the size of the icon */
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;
    -webkit-appearance: none;
    /* Remove default appearance for WebKit browsers */
    -moz-appearance: none;
    /* Remove default appearance for Mozilla browsers */
    appearance: none;
}

.form_control_custom_color {
    display: block;
    width: 100% !important;
    padding: 15px 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;
    height: 50px !important;
}

.form_control_custom:focus {

    border: 1px solid #1B86C8 !important;
}

.form_control_custom_search:focus {

    border: 1px solid #1B86C8 !important;
}

.form_select_custom:focus {

    border: 1px solid #1B86C8 !important;
}

.change-status-select:focus {

    border: 1px solid #1B86C8 !important;
}

.form-select:focus {

    border: 1px solid #1B86C8 !important;
}

.form-form_switch:focus {

    border: 1px solid #1B86C8 !important;
}

.form_control_custom_search {
    display: block;
    width: 100%;
    padding: 13px 40px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form_control_custom_filter {
    display: block;
    width: 100% !important;
    padding: 15px 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    border: 1px solid #166DA3 !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form_select_custom {
    display: block;
    width: 80px !important;
    padding: 13px 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;

}

.form_select_custom_row {
    display: block;
    width: 80px !important;
    padding: 11px 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;
}

.change-status-select {
    display: block;
    width: 80px !important;
    padding: 13px 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;

}

.form_select_custom_w_100 {
    display: block;
    width: 100% !important;
    padding: 15px 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;
}

.custom_page_number_form {
    display: block;
    width: 40px !important;
    padding: 5px 15px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 6px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn_save_profile {
    border-radius: 8px !important;
    background: var(--primary-bg-color) !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    text-transform: capitalize !important;
    width: 194px;
    height: 52px;
    color: var(--white-color) !important;
}

.btn_save_profile:focus {
    box-shadow: none !important;
}

.user_name {
    color: var(--label-color);
    font-size: 28px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    font-family: 'Roboto Medium', sans-serif !important;
}

.user_designation {
    color: var(--label-color);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.profile_image_size {
    width: 194px;
    height: 194px;
    border-radius: 50%;
    /* border: 3px solid rgb(232, 196, 50); */
    border: 3px solid #FFA500;
    /* padding: 2px; */
}

.profile_edit_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -40px;
    margin-left: 150px !important;
    cursor: pointer;
}

/* header */
.bg_primary {
    background-color: var(--primary-bg-color) !important;
    height: 80px !important;
}

.header_logo {
    width: 155px;
    height: 42px !important;
    margin-top: -7px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    object-fit: contain;
    margin-left: -7px;
}

.header_logo_sidebar {
    width: 155px;
    height: 42px !important;
    margin-top: -7px;
    object-fit: contain;
}

.profle_icon_header {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 50px;
}

.profile_container {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #FFA500;
    /* padding: 2px; */
}

.header_toggle {
    width: 40px;
    height: 26px !important;
    cursor: pointer;
}

.hidden-logo {
    opacity: 0;
}

/* shared css */

.dark_black {
    color: var(--label-color) !important;
}

.font_weight_400 {
    font-weight: 400 !important;
}

.font_size_36 {
    font-size: 36px !important;
}

.font_size_22 {
    font-size: 22px !important;
}

.line_height_normal {
    line-height: normal !important;
}

.color_blue {
    color: var(--blue);
}

.dashboard-link {
    text-decoration: none;
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.dashboard-link .underline-text:hover {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

.font_weight_700 {
    font-weight: 700 !important;
}

.input-group-append {
    cursor: pointer;

}

.datepicker {
    margin-top: 20px;
}

.datepicker-switch {
    color: var(--primary-bg-color) !important;
    text-transform: uppercase !important;
}



.datepicker table tr td.new,
.datepicker table tr td.old {
    visibility: hidden;
}

.date-picker-img {
    width: 20px;
    height: 20px;
    margin-top: 8px;
}

.height-50 {
    height: 52px !important;
}

.date_icon_container {
    font-size: 20px;
    position: absolute;
    top: 6px;
    right: 6%;
    cursor: pointer;
}

/* table */
.collapsible-content {
    display: none;
    background-color: var(--white-color) !important;
}

.collaps_tr_bg {
    background-color: var(--white-color) !important;
}

.rotate {
    transform: rotate(180deg);
    /* Rotate 90 degrees when open */
}


.table-responsive {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden !important;
}

.table thead {
    background-color: var(--table-header-bg);
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: capitalize;
    font-size: 24px;
    position: sticky;
    top: 0;
    z-index: 2;
    flex-wrap: wrap !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    box-sizing: unset !important;
}

.dataTable {
    width: 100% !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    box-sizing: unset !important;
}

.table thead th {
    font-size: 16px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.20) !important;
    text-transform: capitalize;
    vertical-align: middle !important;
    font-weight: 600 !important;
    padding: 10px 8px !important;

}

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

.slider_section_bg {
    background-color: rgba(148, 129, 1, 0.10);
    height: 1000px;
    padding: 100px 30px 0px 30px !important;
}
    .table thead th {
        font-size: 14px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.20) !important;
        text-transform: capitalize;
        vertical-align: middle !important;
        font-weight: 500 !important;
        padding: 10px 25px !important;
    }
}

table.dataTable thead th,
table.dataTable thead td {
    height: 50px !important;

}


.table tbody td {
    font-size: 13px;
    padding: 18px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.20) !important;
    /* text-transform: capitalize; */
    word-break: break-all !important;
    font-weight: 500 !important;
}


.table thead th:first-child {
    border-top-left-radius: 10px;
}

.table thead th:last-child {
    border-top-right-radius: 10px;
}

.my-custom-class {
    text-transform: lowercase !important;
    text-wrap: nowrap !important;
}

.carot_size {
    width: 12px;
    height: 6px;
    margin-left: 20px;
    display: none;
}

.double_carot_size {
    width: 12px;
    height: 20px;
    margin-left: 20px;
    display: none;
}

.double_carot_size_static {
    width: 12px;
    height: 15px;
    margin-left: 10px;
}

.carot_size_static {
    width: 12px;
    height: 6px;
    margin-left: 10px;
}

.action_carot_size {
    width: 15px;
    height: 10px;
    cursor: pointer;
    margin-top: 5px;
}

.text-no-wrap {
    text-wrap: nowrap;
}

.action_edit_size {
    width: 17px;
    height: 18px;
    cursor: pointer;
}

.action_delete_size {
    width: 19px;
    height: 18px;
    cursor: pointer;
}


.entries_text {
    color: var(--label-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
}

.custom_pagination .page-link {
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    color: var(--label-color);
    border-radius: 4.75px;
    border: 0.594px solid var(--border-color);
    width: 38px;
    height: 38px;
    margin: 0px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px !important;
    text-align: center !important;
}

.custom_pagination .previous_link {

    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    color: var(--label-color);
    border-radius: 4.75px;
    border: 0.594px solid var(--anker-color);
    width: 38px;
    height: 38px;
    margin: 0px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px !important;
    text-align: center !important;
}

.custom_pagination .page-link:hover {
    color: var(--white-color) !important;
    background-color: var(--anker-color) !important;
}

.pagination.custom_pagination .page-link:hover svg path {
    fill: #fff;
}


.custom_pagination .page_dot {
    width: 8px;
    height: 38px;
    margin: 0px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




/* yajra data table */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0.594px solid var(--border-color) !important;
    border-radius: 5px !important;
    height: 35px !important;
    padding: 0.3em 0.8em !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0.594px solid var(--border-color) !important;
    border-radius: 5px !important;
    height: 35px !important;
    padding: 0.3em 0.8em !important;
    background: var(--anker-color) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: 0.594px solid var(--border-color) !important;
    border-radius: 5px !important;
    height: 35px !important;
    padding: 0.3em 0.8em !important;
    color: var(--white-color) !important;
    background: var(--anker-color) !important;
    font-weight: 700 !important;


}

.paginate_button.current {
    border: 0.594px solid var(--border-color) !important;
    border-radius: 5px !important;
    height: 35px !important;
    padding: 0.3em 0.8em !important;
    color: var(--white-color) !important;
    background: var(--anker-color) !important;
    font-weight: 700 !important;


}

.dataTables_wrapper .dataTables_paginate .first {
    border: 1px solid var(--anker-color) !important;
    color: var(--anker-color) !important;
    border-radius: 5px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0em 0.5em !important;
    font-size: 20px !important;
}

.dataTables_wrapper .dataTables_paginate .first.disabled:hover svg path {
    fill: var(--label-color) !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: var(--white-color) !important;

}

.dataTables_wrapper .dataTables_paginate .last.disabled:hover svg path {
    fill: var(--label-color) !important;
}

.dataTables_wrapper .dataTables_paginate .first:hover {
    border: 1px solid var(--anker-color) !important;
    color: var(--white-color) !important;
    border-radius: 5px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0em 0.5em !important;
    font-size: 20px !important;
    background: var(--anker-color) !important;
}

.dataTables_wrapper .dataTables_paginate .first:hover svg path {
    fill: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .last:hover svg path {
    fill: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .previous:hover svg path {
    fill: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .previous {
    border: 1px solid var(--anker-color) !important;
    color: var(--anker-color) !important;
    border-radius: 5px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0em 0.5em !important;
    font-size: 20px !important;
}

.dataTables_wrapper .dataTables_paginate .previous:hover {
    border: 1px solid var(--anker-color) !important;
    color: var(--white-color) !important;
    border-radius: 5px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0em 0.5em !important;
    font-size: 20px !important;
    background: var(--anker-color) !important;
}

.dataTables_wrapper .dataTables_paginate .next {
    border: 1px solid var(--anker-color) !important;
    color: var(--anker-color) !important;
    border-radius: 5px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0em 0.5em !important;
    font-size: 20px !important;
}

.dataTables_wrapper .dataTables_paginate .next:hover {
    border: 1px solid var(--anker-color) !important;
    color: var(--white-color) !important;
    border-radius: 5px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0em 0.5em !important;
    font-size: 20px !important;
    background: var(--anker-color) !important;
}

.dataTables_wrapper .dataTables_paginate .last:hover {
    border: 1px solid var(--anker-color) !important;
    color: var(--white-color) !important;
    border-radius: 5px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0em 0.5em !important;
    font-size: 20px !important;
    background: var(--anker-color) !important;
}

.dataTables_wrapper .dataTables_paginate .last {
    border: 1px solid var(--anker-color) !important;
    color: var(--anker-color) !important;
    border-radius: 5px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0em 0.5em !important;
    font-size: 20px !important;
}


div.dataTables_wrapper div.dataTables_info {
    color: var(--label-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize !important;
    padding-top: 30px !important;
    margin-left: 10px !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-right: 20px !important;
    margin-top: 20px !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: none !important;
}



table.dataTable.no-footer {
    border-bottom: none !important;
}

.active_page {
    color: var(--white-color) !important;
    background-color: var(--anker-color) !important;
    font-size: 18.5px !important;
    font-weight: 600 !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #dee2e6 !important;
    border-style: solid;
    border-width: 0;
}



.no-collaps tbody tr:nth-child(odd) {
    background-color: #f6fbff !important;
}

.no-collaps tbody tr:nth-child(even) {
    background-color: #e9f3f9 !important;
}


.table tbody tr:nth-child(odd) {
    background-color: #e9f3f9;
}

.table tbody tr:nth-child(even) {
    background-color: #f6fbff;
}

/* Ensure collapsible content rows are not affected by the background colors */
.table tbody tr.collapsible-content {
    background-color: inherit;
}

.table_card {
    border-radius: 20px !important;
    background: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10) !important;
}

.table {
    margin-bottom: 0px !important;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    /* Adjust radius as needed */
}

tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
    /* Adjust radius as needed */
}

tr:nth-last-child(1) td:first-child {
    border-bottom-left-radius: 10px;
    /* Adjust radius as needed */
}

tr:nth-last-child(1) td:last-child {
    border-bottom-right-radius: 10px;
    /* Adjust radius as needed */
}

tr:nth-last-child(1) td {
    border-bottom: none;
    /* Remove bottom border */
}

tbody td {
    vertical-align: middle;
}

.align-top td {
    vertical-align: top !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "" !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "" !important;
}




.enter_page_number {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: var(--label-color);
}

.btn-outline-primary-custome {
    color: var(--anker-color) !important;
    border-color: var(--anker-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    width: 120px !important;
    text-wrap: nowrap;
    padding: 10px !important;
}

.btn-outline-primary-custome-ssl {
    color: var(--anker-color) !important;
    border-color: var(--anker-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    width: 180px !important;
    text-wrap: nowrap;
    padding: 10px !important;
}

.btn-outline-primary-custome-ssl:hover,
.btn-outline-primary-custome-ssl:focus,
.btn-outline-primary-custome-ssl:active,
.btn-outline-primary-custome-ssl.active {
    background-color: var(--anker-color) !important;
    color: #fff !important;
    border-color: var(--anker-color) !important;
}

.btn-primary-custome-faq {
    color: var(--white-color) !important;
    border-color: var(--anker-color);
    background-color: var(--anker-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    /* width: 120px !important; */
    text-wrap: nowrap;
    padding: 10px !important;
    padding: 10px 25px !important;
}

.btn-primary-custome-faq:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary-custom {
    background-color: var(--anker-color) !important;
    color: var(--white-color) !important;
    border-color: var(--anker-color);
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-transform: capitalize;
    /* width: 120px !important; */
    text-wrap: nowrap;
    padding: 10px !important;
    padding: 5px 16px !important;
}

.btn_danger_custom {
    background-color: red !important;
    color: var(--white-color) !important;
    border-color: var(--anker-color);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    /* width: 120px !important; */
    text-wrap: nowrap;
    padding: 10px 16px !important;
}

.btn-primary-custome {
    color: var(--white-color) !important;
    border-color: var(--anker-color);
    background-color: var(--anker-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    /* width: 120px !important; */
    width: 130px !important;
    text-wrap: nowrap;
    padding: 10px !important;

}

.btn-primary-custom-padding {
    color: var(--white-color) !important;
    border-color: var(--anker-color);
    background-color: var(--anker-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    text-wrap: nowrap;
    padding: 10px 15px !important;

}

.btn-primary-custom-padding:focus {
    box-shadow: none !important;
    outline: none !important;
}


.btn-primary-status {
    color: var(--white-color) !important;
    border-color: var(--anker-color);
    background-color: var(--anker-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    width: 160px !important;
    text-wrap: nowrap;
    padding: 10px !important;
}

.btn-primary-custome:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary-paid-status {
    color: var(--white-color) !important;
    border-color: var(--anker-color);
    background-color: var(--anker-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    width: 200px !important;
    text-wrap: nowrap;
    padding: 10px !important;
}

.btn-primary-status:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary-paid-status:focus {
    box-shadow: none !important;
    outline: none !important;

}


.btn-primary-custome-modal-dynamic {
    color: var(--white-color) !important;
    border-color: var(--anker-color);
    background-color: var(--anker-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    width: 120px;
    text-wrap: nowrap;
    padding: 10px !important;
}

.btn-primary-custome-modal-dynamic:focus {
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #000000 !important;
}

.btn-primary-custom-generate {
    color: var(--white-color) !important;
    border-color: var(--anker-color);
    background-color: var(--anker-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    width: 220px;
    text-wrap: nowrap;
    padding: 10px !important;
}


.btn-primary-custom-generate:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary-custome-modal {
    color: var(--white-color) !important;
    border-color: var(--anker-color);
    background-color: var(--anker-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    width: 160px !important;
    text-wrap: nowrap;
    padding: 10px !important;
}

.btn-primary-custome-modal:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-outline-primary-custome:focus {
    box-shadow: none !important;
    outline: none !important;
    text-wrap: nowrap;
}

.btn.btn-primary-custom-generate:focus {
    border: 2px solid black !important;
    /* Adds a black border */
}

.btn.btn-primary-custome-modal:focus {
    border: 2px solid black !important;
    /* Adds a black border */
}

.retailer_name {
    color: var(--anker-color) !important;
}

.column_theme_color {
    color: var(--anker-color) !important;
}

.samll_text_table {
    color: var(--label-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.btn_filter {
    border-radius: 10px;
    background: var(--filter-btn) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: capitalize !important;
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    text-wrap: nowrap;
}

.btn_date_filter {
    border-radius: 10px;
    background: var(--filter-btn) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: capitalize !important;
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    text-wrap: nowrap;
    margin-left: 10px;
    color: var(--label-color) !important;
}

.btn_date_filter:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn_filter:focus {
    outline: none !important;
    box-shadow: none !important;
}

.d_flex_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.modal_export_title {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 152.381% */
    text-transform: capitalize;
    color: var(--label-color);
}



.custom_theme_radio {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--anker-color);
    border-radius: 50%;
    margin-right: 10px;
    background-color: transparent;
    position: relative;
    top: 6px;
}

.custom_theme_radio:checked::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--anker-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: appear 0.8s;
}

.custom_grey_radio {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #A7A9AC;
    border-radius: 50%;
    margin-right: 10px;
    background-color: transparent;
    position: relative;
    top: 6px;
}

.custom_grey_radio:checked {
    border-color: #1B86C8;
    /* Change border color when checked */
}

.custom_grey_radio:checked::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--anker-color);
    border: 1px solid #1B86C8 !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: appear 0.8s;
}


.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0.5em !important;
    margin-bottom: .125rem;
}

.form-check-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: var(--label-color) !important;
}

.export_date_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: var(--label-color)
}

.btn-no-caret::after {
    display: none !important;
}

.text_color {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: var(--label-color);
    padding: 5px 20px !important;
}

.profile-drop-down[data-bs-popper] {
    margin-left: -70px;
}

.drop_down_link {
    font-size: 18px;
    font-weight: 500;
}

.popover {
    border: 1px solid #D8EBF7 !important;
    z-index: 1060 !important;
    box-shadow: 1px 1px 5px 1px lightblue !important;
}

/* Style the text inside the popover */
.popover-body {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--label-color) !important;
}

.cross_img {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.tooltip .tooltip-inner {
    background-color: #fff;
    color: #000;
    box-shadow: 1px 1px 5px 1px lightblue;
    padding: 14px 10px !important;
    border: 1px solid lightblue;
    white-space: nowrap;
    min-width: fit-content !important;
}


.tooltip.bs-tooltip-top>.tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^=top]>.tooltip-arrow::before {
    border-top-color: #fff !important;
}

.tooltip {
    position: absolute;
    display: inline-block;
}

.tooltiptext {
    visibility: hidden;
    width: fit-content !important;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.modal_new_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: var(--anker-color);
}

.btn_small {
    width: 35.119px;
    height: 35.12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px !important;
    background-color: var(--anker-color) !important;

}

.ml__4 {
    margin-left: -3px;
}

.plus_icon_btn {
    z-index: 100;
    width: 15px;
    height: 15px;
    margin-top: -5px;
}

.btn_small:focus {
    border: 1px solid rgb(6, 12, 14) !important
}

.btn_cancle {
    border-radius: 8px !important;
    background: #A7A9AC !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    color: var(--white-color) !important;
    height: 45px;
    width: 120px;
}

.btn_cancle:focus {
    border: 2px solid #1B86C8 !important;
    box-shadow: none !important;
}

.btn_cancle_grey {
    border-radius: 8px !important;
    background: #A7A9AC !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: capitalize;
    color: var(--white-color) !important;
    height: 42px;
    width: 100%;
}

.btn_cancle_grey:focus {
    /* box-shadow: none !important; */
    /* outline: none !important; */
    border: 2px solid #1B86C8 !important;
}


.btn_apply_theme {
    border-radius: 8px !important;
    background: var(--anker-color) !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: capitalize;
    color: var(--white-color) !important;
    width: 100%;
    height: 42px;
}

.btn_apply_theme:focus {
    box-shadow: none !important;
    outline: none !important;
}

.search {
    position: relative;
}


.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
    z-index: 1;
}

.search .fa-chevron-down {
    display:none;
    position: absolute;
    top: 19px;
    right: 20px;
    height: 50px;
    width: 10px;
    z-index: 1;
}

.d_flex_custome {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.search ul {
    padding: 0px !important;
}

.dropdown_custom {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.175);
    max-height: 150px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    border-radius: 10px;

}

.dropdown_custom li {
    cursor: pointer;
    list-style: none;
    padding: 5px 20px;
}

.dropdown_custom li:hover {
    background: #f0f0f0;
}

.deleting_confimation_text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: var(--label-color);
}

.btn_theme {
    border-radius: 8px !important;
    background: var(--anker-color) !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: capitalize;
    color: var(--white-color) !important;
    height: 42px;
    width: 100px;
}

.btn_theme:focus {
    border: 2px solid #000000 !important;
}

.w_100 {
    width: 100px;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    display: none !important;
}

.input-field {
    display: none;
    margin: 10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu-id {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    display: none;
    /* Initially hidden */
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-item-id .dropdown-menu-id {
    display: none;
    /* Initially hidden */
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* select 2 */

/* Ensure the dropdown is always below the input */
.select2-container--open .select2-dropdown--below {
    top: 100% !important;
    bottom: auto !important;
    margin-top: 30px !important;
    margin-bottom: 100px !important;
}

/* Ensure dropdown width matches the input width */
.select2-container .select2-dropdown {
    position: absolute;
    height: 100px !important;
}



.select2-selection__rendered {
    position: relative !important;
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    padding: 13px 20px !important;
    min-height: 50px;

}

.select2-selection__rendered:focus {

    border: 1px solid #1B86C8 !important;
}

.select2-selection--single {

    border: none !important;

}

.select2-selection--single:focus {
    border: none !important;
    /* border: 1px solid #1B86C8 !important; */

}

/* Style for when .select2-selection--single or any of its descendants (including .select2-selection__rendered) have focus */
.select2-selection--single:focus-within .select2-selection__rendered {
    border: 1px solid #1B86C8 !important;
}

/* Additional style when dropdown is opened */
.select2-container--open .select2-selection__rendered {
    border: 1px solid #1B86C8 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 17px;
    right: 1px;
    width: 20px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    margin-bottom: 32px;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 27px;
    position: relative;
}



.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #07202f !important;
    color: white !important;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    border: 1px solid #f1f8fb !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    background-color: #7ad9ea !important;
}

.select2-container--open .select2-dropdown--above {
    display: block !important;
    position: absolute !important;
    margin-top: 160px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 0px !important;
    padding: 10px 20px !important;
    gap: 10px !important;
    box-shadow: unset !important;
    margin-bottom: 20px;
    border-radius: 5px !important;
}


span.select2-selection.select2-selection--single {
    outline: none;
}

.select2-results {
    padding-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 10px !important;
}

.select2-results__option {
    background: #7ad9ea !important;
    border-top: 1px solid #07202f;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px !important;

}

.mt-45 {
    margin-top: 38px;
}

/* check box */
.form_switch {
    display: block;
    width: 100%;
    padding: 15px 20px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--label-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form_switch:focus {
    border: 1px solid #1B86C8 !important;
}

.checkbox-label {
    margin-right: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a8a9ac;
    transition: .4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.switch_input:checked+.slider {
    background-color: #02c407;
}

.switch_input:checked+.slider:before {
    transform: translateX(20px);
}

.switch_input:focus+.slider {
    outline: 2px solid #007bff;
    /* Change the color to your desired focus color */
}

.switch_input:focus-visible+.slider {
    outline: 2px solid #007bff;
    /* Change the color to your desired focus color */
    outline-offset: 2px;
    /* Adjust the outline offset if needed */
}

.switch_input:focus+.slider {
    outline: 2px solid #007bff;
    /* Change the color to your desired focus color */
}

.switch_input:focus-visible+.slider {
    outline: 2px solid #007bff;
    /* Change the color to your desired focus color */
}

.modal-title {
    text-transform: uppercase;
}


.dashboard_card {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.10);
}

.dashboard_card_header {
    background: rgba(27, 134, 200, 0.30);
    height: 75px;
    flex-shrink: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.card_header_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 75px;
    color: #166DA3;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.btn_irc {
    color: #FFF !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #1AB6D2 0%, #84BA87 100%) !important;
    width: 100%;
    border: 1px solid white !important;
    min-height: 60px !important;
}

.btn_irc:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn_builder {
    color: var(--white-color) !important;
    border-color: var(--anker-color);
    background-color: var(--anker-color) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-transform: capitalize;
    width: 160px !important;
    text-wrap: nowrap;
    padding: 10px !important;
}

.btn_mir {
    color: #FFF !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #38B6E7 0%, #9785B6 100%) !important;
    width: 100%;
    border: 1px solid white !important;
    min-height: 60px !important;
}

.btn_mir:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn_dr {
    color: #FFF !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #E96C5B 0%, #F6B485 100%) !important;
    width: 100%;
    border: 1px solid white !important;
    min-height: 60px !important;
}

.btn_dr:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn_sweep {
    color: #FFF !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #E7685B 0%, #CD93BB 100%) !important;
    width: 100%;
    border: 1px solid white !important;
    min-height: 60px !important;
}

.btn_sweep:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn_report {
    color: #FFF !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #E7685B 0%, #CD93BB 100%) !important;
    width: 100%;
    border: 1px solid white !important;
    min-height: 60px !important;
}


.btn_report:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn_sweep:focus {
    outline: none !important;
    box-shadow: none !important;
}


.btn_admin {
    color: #000 !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #F5D942 0%, #F6B841 100%) !important;
    width: 100%;
    border: 1px solid white !important;
    min-height: 60px !important;
    padding: 2px !important;
}


.btn_admin:focus {
    outline: none !important;
    box-shadow: none !important;
}

.card_body {
    padding: 30px 50px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.card_body_admin {
    padding: 30px 40px !important;
    width: 100%;
    margin-bottom: 20px;
}

.carot_hidden::after {
    display: none !important;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    /* border-top: .3em solid; */
    /* border-right: .3em solid transparent; */
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.current_page_number {
    width: 80px !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    border: 1px solid #166da3 !important;
    background: #FFF !important;
    /* box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10), 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;  */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important; */
    margin-right: 5px !important;
    margin-left: 15px !important;
    text-align: center !important;
}

.current_page_text {
    color: #000 !important;
    text-decoration: none !important;

}

textarea {
    resize: none !important;
}

/* custom select 2 drop down */


.inputbtn {
    width: 100% !important;
    color: black;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;
}


.search_input_drop_dwon {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding: 10px !important;
    border-radius: 10px;
    width: 96%;
    margin: 1% 2%;
}

.search_input_drop_dwon:focus {
    outline: none !important;
    box-shadow: none !important;
}

.inputbtn:hover,
.inputbtn:focus {
    background-color: #f6f6f6;
}

.icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 100%;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    z-index: 1;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #f6f6f6;
}

.show {
    display: block;
}

.dropdown-menu {
    display: none;
}

.dropdown-menu.show {
    display: block;
}

@keyframes appear {
    0% {
        transform: translate(-50%, -50%) scale(0);
        background-color: #fff;
    }

    45% {
        transform: translate(-50%, -50%) scale(1.6);
        background-color: #64aedf;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.7);
        background-color: var(--anker-color);
    }

    55% {
        transform: translate(-50%, -50%) scale(1.6);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        background-color: var(--anker-color);
    }
}

@media only screen and (max-width: 768px) {
    .sm_end_date_mt_8 {
        margin-top: 8px;
    }
}



@media only screen and (min-width: 1025px) {

    .margin-50 {
        margin: 30px;
    }

    .modal-sm {
        --bs-modal-width: 630px !important;
        max-width: 630px !important;
    }

    .modal-lg {
        --bs-modal-width: 1100px !important;
    }

    .modal-lg,
    .modal-xl {
        max-width: 1100px !important;
    }



}

@media only screen and (max-width: 1024px) {
    .d_flex_custome {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .modal-sm {
        --bs-modal-width: 70vw !important;
        max-width: 100vw !important;
    }

    .modal-lg {
        --bs-modal-width: 90vw !important;
    }
}

@media only screen and (max-width: 768px) {
    .table-responsive {
        margin-top: -30px !important;
    }

    .dataTables_filter {
        display: none !important;
        visibility: hidden !important;
    }

    .sm-mb-2 {
        margin-bottom: 5px;
    }

    .d_flex_custome {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .d_flex_row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sm_text_center {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .custom_pagination .page-link {
        margin-top: 20px !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: capitalize;
        color: var(--label-color);
        border-radius: 4.75px;
        border: 0.594px solid var(--border-color);
        width: 20px;
        height: 20px;
        margin: 0px 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px !important;
        text-align: center !important;
    }

    .custom_pagination .previous_link {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: capitalize;
        color: var(--label-color);
        border-radius: 4.75px;
        border: 0.594px solid var(--anker-color);
        width: 20px;
        height: 20px;
        margin: 0px 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px !important;
        text-align: center !important;
    }

    .custom_pagination .page_dot {
        margin-top: 20px !important;
        width: 8px;
        height: 20px;
        margin: 0px 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .active_page {
        color: var(--white-color) !important;
        background-color: var(--anker-color) !important;
        font-size: 18.5px !important;
    }

    .py-sm-3 {
        margin-bottom: 10px;
    }

    .py-sm-mt-3 {
        margin-top: 20px;
    }

    .form_select_custom {
        display: block;
        width: 180px !important;
        padding: 13px 20px !important;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--label-color) !important;
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        background: #FFF;
        box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
        border-radius: 10px !important;

    }


    .entries_text {
        color: var(--label-color);
        font-size: 16px;
        font-style: normal;
        font-weight: 400 !important;
        line-height: normal;
        text-transform: capitalize;
    }
}

/* ck editor */

.ck.ck-editor {
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: 10px !important;
}

.ck-editor__editable_inline {
    min-height: calc(1.5em * 10) !important;
    /* Adjust based on desired height */
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
    background: rgb(235, 235, 235) !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    border: none !important;
    padding: 4px !important;
}

.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
    border: none !important;
}

.ck.ck-dropdown .ck-dropdown__panel {
    z-index: 9999 !important;
    /* Increase z-index to ensure it shows on top of modal */
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
    border-radius: .375rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    border: 1px solid transparent !important;
    /* Initially transparent border */
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable:focus,
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners:focus {
    border-color: #166DA3 !important;
    outline: none;
}

.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
    left: 0 !important;
    /* Align the dropdown to the right */
    right: auto !important;
    /* Reset left to auto to avoid conflicts */
    background-color: white !important;
    overflow-x: auto !important;
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
    right: 0 !important;
    left: auto !important;
    /* Reset left to auto to avoid conflicts */
    background-color: white !important;
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
    border-radius: 5px !important;
}

.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list,
.ck.ck-dropdown .ck-dropdown__panel .ck-list.ck-rounded-corners {
    padding: 3px !important;
    background-color: #b5c2ca !important;
}

.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
    margin-bottom: 3px !important;
}

#sortable {
    padding-left: 0px !important;
}

#sortable li {
    list-style: none !important;
}

#sortable .ui-state-default {
    margin: 5px 0px;
    padding: 8px;
    background-color: #D8EBF7;
    border-radius: 5px;
    border: 1px solid grey;
    cursor: pointer;
}

.reorder_modal_body {
    max-height: 60vh;
    overflow-y: auto;
}

.column_theme_color ul {
    padding-left: 20px !important;
}

/* hide datatable empty header on scrollY */
.dataTables_scrollBody thead tr[role="row"] {
    visibility: collapse !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

:root {
    --ck-z-default: 100 !important;
    --ck-z-panel: calc(var(--ck-z-default) + 999) !important;
}

.ck input.ck-input.ck-input-text {
    box-shadow: var(--ck-inner-shadow), 0 0;
    background: var(--ck-color-input-background);
    border: 1px solid var(--ck-color-input-border);
    padding: var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);
    transition-property: box-shadow, border;
    transition: .2s ease-in-out;
    height: inherit;
    width: inherit;
    font-size: inherit;
    margin: 0;
    box-sizing: border-box;

}

.ck input.ck-input.ck-input-text:focus {
    border: var(--ck-focus-ring) !important;
    box-shadow: var(--ck-focus-outer-shadow), var(--ck-inner-shadow) !important;

}

.cursor-pointer {
    cursor: pointer;
}

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

.dataTables_scrollBody::-webkit-scrollbar-track {
    border: 1px solid gainsboro !important;
    padding: 2px 0 !important;
    background-color: gainsboro !important;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 2px !important;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
}



/* DR entries  */


.eye-icon {
    width: 50px;
    height: 50px;
}

.viewImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}


.zoom-buttons {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.zoom-buttons button {
    margin: 0 5px;
}

.modal-content {
    transition: width 0.3s, height 0.3s;
}

.btn-secondary-pills {
    background-color: grey !important;
    border-radius: 50px !important;
    height: 40px !important;
    width: 40px !important;
    color: #fff !important;
}

.btn-primary-pills {
    background-color: #166DA3 !important;
    border-radius: 50px !important;
    height: 40px !important;
    width: 40px !important;
    color: #fff !important;
}

.image-box {
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;

}

.image-box img {
    width: 50px;
    height: 50px;
}

.image-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.image-list li {
    position: relative;
    display: inline-block;
    margin: 10px;
}

.image-list-item-entry {
    width: 300px;
    padding: 0px 10px;
    height: 240px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
}

.image-list-item {
    width: 220px;
    padding: 0px 10px;
    height: 150px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
}

.position-label {
    margin: 4px 5px;
    font-size: 12px !important;
    color: #0e4c72 !important;
}

.image-list-item-sweep {
    width: 300px !important;
    height: 240px !important;
    border-radius: 8px;
    padding-bottom: 10%;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #FFF !important;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.05) inset !important;
}

.image-list-item-sweep img {
    margin-left: 15px !important;
    width: 270px !important;
    height: 200px !important;
    object-fit: contain !important;
}

.image-list-item-entry img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.image-list-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.delete-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: #fff;
    color: #b6afaf;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    padding: 2px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #b6afaf;
}

.delete-icon:hover {
    background: #cc0000;
    color: white;
    border: 1px solid #cc0000;
}

#fileUPCInput {
    display: none;
}

#editfileUPCInput {
    display: none;
}

#fileRECInput {
    display: none;
}


#editfileRECInput {
    display: none;
}

.images-formate {
    color: #414042;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.mt__455 {
    margin-top: 20px !important;
}

.faqs-container {
    border-radius: 10px;
    border: 1px solid #A7A9AC;
    margin: 0px -10px !important;
    padding: 10px !important;
}

.faqs-container-sidebar {
    border-radius: 10px;
    border: 1px solid #A7A9AC;
    padding: 10px !important;
}

.btn-add-primary {
    background: var(--primary-bg-color) !important;
    color: #fff !important;
}

.form-control-color {
    width: 100% !important;
    max-width: 100% !important;
}

.form-control-custom-width {
    width: 100% !important;
}

.ck-editor__editable_inline {
    max-height: 300px !important;
    overflow-y: auto;
}

.clone_img_action {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.eye-image-size {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 5px;
}

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

    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: center;
        display: flex !important;
        flex-wrap: wrap !important;
    }
}

.m-left-5 {
    margin-left: 10px;
}

.action_images_sweeps {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.action_images_sweeps_domain {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.custom-toggle .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0px !important;
    transform: translateY(-50%);
}

.report-builder-toggle .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px !important;
    transform: translateY(-50%);
}

.report-builder-toggle-sweep .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2px !important;
    transform: translateY(-50%);
}

.report-builder-list-items {
    font-size: 14px !important;
}

.program-builder-list-items {
    font-size: 17px !important;
    cursor: pointer;
}

.report-builder-list-items:hover {
    background: linear-gradient(90deg, #1AB6D2 0%, #84BA87 100%) !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.loading {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

/* colse icon css */
.close-container {
    display: flex;
    align-items: center;
    background-color: black;
    color: white;
    padding: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 50px;
}

.close-container:hover,
.close-container:focus {
    background-color: white;
}

.close-container:hover .close-text,
.close-container:focus .close-text {
    visibility: hidden;
    /* Instead of display: none */
    opacity: 0;
    /* Fade out text smoothly */
    transition: opacity 0.3s;
}

.cross-img {
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
}

.close-text {
    margin-right: 0.5rem;
    /* Space between text and icon */
}

.cross-icon-title {
    font-size: 12px;
    font-family: 'Poetsen One', sans-serif;
}


/* dr loader */
.dr-loader {
    width: 100px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: #25b09b;
    animation: l15 1s infinite linear;
}

.dr-loader::before,
.dr-loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
    animation: l15 2s infinite;
}

.dr-loader::after {
    margin: 8px;
    animation-duration: 3s;
}

@keyframes l15 {
    100% {
        transform: rotate(1turn)
    }
}


/* qr code styles */

.w-120 {
    width: 120px;
}

.w-160 {
    width: 160px;
}

.fixed-footer {
    background-color: white;
    position: absolute;
    bottom: 10px;
}

.btn_toggle {
    background-color: unset !important;
    border: none !important;
    color: #414042 !important;
    padding: 10px !important;
    cursor: pointer !important;
    width: fit-content !important;
    text-align: left !important;
    margin: 0px 5px;
}

.btn_toggle:focus {
    border-bottom: 2px solid #4e845e !important;
    outline: none !important;
    box-shadow: none !important;
}

.cursor_pointer {
    cursor: pointer;
}

.w-95 {
    width: 95% !important;
}

.font-size-10 {
    font-size: 10px;
}



/* compaign builder css */

@import url('https://fonts.cdnfonts.com/css/sail');

@font-face {
    font-family: "Nexa Bold";
    src: url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.eot");
    src: url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.svg#Nexa Bold")format("svg");
}

.logo_compaign_builder {
    font-size: 30px !important;
    font-weight: 600;
    color: #fff !important;
    margin-left: 30px;
}

.nexa_bold {
    font-family: 'Nexa Bold';
}

.sail_family {
    font-family: 'Sail' !important;
}

.text_capitalize {
    text-transform: capitalize !important;
}

.expert_section_bg_img {
    background-image: url('../images/Frame\ 29.jpg');
    background-size: 100% 100%;
    background-position: center;
    min-height: 90vh !important;
    width: 100vw;
}

.temp_two_expert_section_bg_img {
    background-image: url('../images/compaign-temp-two.png');
    background-size: 100% 100%;
    background-position: center;
    min-height: 90vh !important;
    width: 100vw;
}

.height_100 {
    height: 100vh;
}

.content_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 90vh;
}

.color_theme {
    color: #948101;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'inter'
}

.color_theme_temp_two {
    color: #4024be;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'inter'
}

.responsive_img {
    width: 100%;
    height: 550px;
}

.responsive_img_temp_2{
    width: 100%;
    height: 500px !important;
}

.overlay_footer {
    /* background-color: #948101; */
    background: linear-gradient(90deg, #948101, #b1b624, #948101);
}

.overlay_footer_temp {
    background: linear-gradient(90deg, #001f3f, #16528e, #001f3f);
}

.font-weight-bold {
    font-weight: 600;
}

.sm_text_15 {
    font-size: 50px !important;
}

.sm_text_10 {
    font-size: 27px !important;
}

.journey_img_response {
    width: 100%;
    height: 90vh;
}

.bg_theme_compaign {
    background-color: #948101;
    min-height: 97vh;
}

.bg_theme_compaign_template_two {
    background-color: #001f3f;
    min-height: 97vh;
}

.bg_theme_compaign_template_three{
    background-color: #ff8000;
    min-height: 97vh;
}

.align_vertically_center_97 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 97vh;
}

.px-25 {
    padding: 0px 80px;
    font-family: 'Inter', sans-serif;
}

.journey_description {
    color: #F5F5F5;
    font-weight: 400;
    font-size: 25px;
}

.journey_title {
    color: #fff;
    font-weight: 700 !important;
    font-size: 45px;
}

.sub_title {
    color: #D0D530;
    font-weight: 500;
    font-size: 25px;
}


.compaign_builder_header_bg {
    background-color: #948101 !important;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.compaign_template_header_bg {
    background-color: #001f3f !important;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.compaign_template_3_header_bg{
    background-color: #ff8000 !important;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.custom_checbox {
    background-color: #948101 !important;
    border: 1px solid #948101 !important;
}

.custom_checbox-temp-two {
    background-color: #001f3f !important;
    border: 1px solid #001f3f !important;
}

.section_contacts_temp_2{
    background-color: rgba(148, 129, 1, 0.10);
    padding: 50px 30px;
}

@media only screen and (max-width: 1050px) {
    .px-25 {
        padding: 0px 20px !important;
        font-family: 'Inter', sans-serif;
    }

    .logo_compaign_builder {
        font-size: 30px !important;
        font-weight: 600;
        color: #fff !important;
        margin-left: 0px;
    }
}

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

    .section_contacts_temp_2{
        background-color: rgba(148, 129, 1, 0.10);
        padding: 10px 10px;
    }

    .logo_compaign_builder {
        font-size: 30px !important;
        font-weight: 600;
        color: #fff !important;
        margin-left: 0px;
    }

    .px-25 {
        padding: 0px 10px !important;
        font-family: 'Inter', sans-serif;
    }

    .sub_title {
        color: #D0D530;
        font-weight: 500;
        font-size: 10px;
    }

    .journey_title {
        color: #fff;
        font-weight: 600;
        font-size: 15px;
    }

    .journey_img_response {
        width: 100%;
        height: 300px !important;
    }

    .align_vertically_center_97 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 348px !important;
    }

    .bg_theme_compaign {
        background-color: #948101;
        min-height: 348px !important;
    }

    .bg_theme_compaign_template_two {
        background-color: #001f3f;
        min-height: 348px !important;
    }
    .bg_theme_compaign_template_three{
        background-color: #ff8000;
        min-height: 348px;
    }

    .journey_description {
        color: #F5F5F5;
        font-weight: 400;
        font-size: 10px;
    }

    .sm_text_15 {
        font-size: 15px !important;
    }

    .sm_text_10 {
        font-size: 10px !important;
    }

    .expert_section_bg_img {
        background-image: url('../images/Frame\ 29.jpg');
        background-size: 100% 100%;
        background-position: center;
        min-height: 30vh !important;
        width: 100vw;
    }

    .temp_two_expert_section_bg_img {
        background-image: url('../images/compaign-temp-two.png');
        background-size: 100% 100%;
        background-position: center;
        min-height: 30vh !important;
        width: 100vw;
    }

    .content_center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 30vh;
    }

    .responsive_img {
        width: 100%;
        height: 300px;
    }
    .responsive_img_temp_2{
        width: 100%;
        height: 300px !important;
    }

    .font_size_10 {
        font-size: 8px !important;
    }
}

.btn-theme {
    background-color: #948101 !important;
    color: #fff !important;
    padding: 10px 40px !important;
}

.btn-theme-temp-two {
    background-color: #001f3f !important;
    color: #fff !important;
    padding: 10px 40px !important;
}

.btn-theme-entry-modal {
    background-color: #948101 !important;
    color: #fff !important;
    padding: 10px 40px !important;
    width: 200px;
}

.btn-theme-entry-modal-temp-2 {
    background-color: #001f3f !important;
    color: #fff !important;
    padding: 10px 40px !important;
    width: 200px;
}

.date-formate-title {
    text-align: center;
    color: #414042;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.date-formate-title-template-2 {
    text-align: center;
    color: #414042;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}


/* slider */

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateY(120%) !important;
    z-index: 15;
}



.carousel-indicators button.thumbnail {
    width: 100px;
    height: 100px;
    height: auto;
    border: none;
    background: none;
    padding: 0;
}

.carousel-indicators button.thumbnail img {
    width: 100% !important;
    height: 100px !important;
    height: auto;
    display: block;
    opacity: 1;
    transition: opacity 0.3s;
}

.carousel-indicators button.thumbnail.active img,
.carousel-indicators button.thumbnail:hover img {
    opacity: 1;
}

.carousel-indicators button.thumbnail.active {
    padding: 2px;
    border-bottom: 3px solid #948101;
}

.temp-two-indicators button.thumbnail.active {
    padding: 2px;
    border-bottom: 3px solid #001f3f;
}

.carousel-indicators {
    position: static;
    display: flex;
    justify-content: center;
}

.b-20 {
    border-radius: 20px;
}

.b-10 {
    border-radius: 10px;

}


.align_vertically_center_icon {
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    /* Adjust as necessary */
    position: absolute;
}

.align_vertically_center_icon_temp_2{
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    /* Adjust as necessary */
    position: absolute;
}

.align_vertically_center_icon_right {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: -30px !important;
    /* Adjust as necessary */
    position: absolute;
}

.align_vertically_center_icon_right_temp_2{
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 0px !important;
    /* Adjust as necessary */
    position: absolute;
}

.carousel-icon-left {
    opacity: 1 !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #fff !important;
}

.carousel-icon-left-temp-2{
    opacity: 1 !important;
    background-color: #001f3f !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #001f3f !important;
}

.carousel-icon-temp-2 {
    opacity: 1 !important;
    background-color: #001f3f !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
}


.carousel-icon {
    opacity: 1 !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 20px !important;
    border-radius: 50% !important;
    background-size: 100% !important;
}

.carousel-control-prev-icon {
    background-image: none !important;
}

.carousel-control-next-icon {
    background-image: none !important;
}

@media screen and (min-width: 992px) {
    .carousel {
        max-width: 70%;
        margin: 0 auto;
    }

    .temp-3 .carousel {
        max-width: 100%;
        margin: 0 auto;
    }
}

.slider_section_bg {
    background-color: rgba(148, 129, 1, 0.10);
    height: 1000px;
    padding-top: 100px;
}

.slider_section_bg_temp_two {
    background-color: rgba(205, 121, 19, 0.1);
    height: 1000px;
    padding-top: 100px;
}

.temp-1 .carousel-item {
    height: 700px !important;
}

.temp-3 .carousel-item {
    height: 80vh !important;
    width: 100% !important;
}

.compaign-page-title {
    color: #000;
    font-family: 'Nexa Bold', sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.compaign-builder-sub-title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.compaign-builder-descriptions {
    color: #414042;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.compaign-active {
    font-weight: 600 !important;
}

.header-link {
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 20px !important;
}

.header-link-active {
    font-size: 16px;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    padding: 0px 20px !important;
}

.entry-modal-header {
    text-align: center;
    color: #948101;
    font-family: "Nexa Bold", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.entry-modal-header_temp_2 {
    text-align: center;
    color: #001f3f;
    font-family: "Nexa Bold", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}


.contact-winner {
    color: #414042;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.footer-icons {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.footer-icons-temp-two {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.footer-icons:hover {
    font-size: 28px;
    color: #6868df;
    cursor: pointer;
}

.footer-icons-temp-two:hover {
    font-size: 28px;
    color: #2b8595;
    cursor: pointer;
}


.compain-pages {
    overflow-x: hidden !important;
}

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

    .compaign-page-title {
        color: #000;
        font-family: 'Nexa Bold', sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
    }

    .compaign-builder-sub-title {
        color: #000;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }

    .compaign-builder-descriptions {
        color: #414042;
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: capitalize;
    }

    .carousel {
        max-width: 80%;
        margin: 0 auto;
    }
    .temp-3 .carousel {
        max-width: 100%;
        margin: 0 auto;
    }

    .slider_section_bg {
        background-color: rgba(148, 129, 1, 0.10);
        height: 390px !important;
        padding-top: 50px !important;
    }

    .slider_section_bg_temp_two {
        background-color: rgba(205, 121, 19, 0.1);
        height: 390px;
        padding-top: 50px !important;
    }

    .temp-1 .carousel-item {
        height: 250px !important;
    }

    .temp-3 .carousel-item {
        height: 80vh !important;
    }


    .align_vertically_center_icon {
        top: 50%;
        transform: translateY(-50%);
        left: -30px;
        /* Adjust as necessary */
        position: absolute;
    }

    .align_vertically_center_icon_temp_2{
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        /* Adjust as necessary */
        position: absolute;
    }

    .align_vertically_center_icon_right {
        top: 50% !important;
        transform: translateY(-50%) !important;
        right: -30px !important;
        /* Adjust as necessary */
        position: absolute;
    }

    .align_vertically_center_icon_right_temp_2 {
        top: 50% !important;
        transform: translateY(-50%) !important;
        right: 0px !important;
        /* Adjust as necessary */
        position: absolute;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateY(150%) !important;
        z-index: 15;
    }

    .carousel-indicators button.thumbnail img {
        width: 100% !important;
        height: 50px !important;
        height: auto;
        display: block;
        opacity: 1;
        transition: opacity 0.3s;

    }
}


/* compaign template two slider */

@media (max-width: 991px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .temp-2 .carousel-item {
        width: 100% !important;
        height: 300px !important;
    }

    .temp-2 .carousel-item {
        width: 100% !important;
        height: 300px !important;
    }

    .slider-img {
        width: 100%;
        height: 270px !important; /* Matches the height of the carousel item */
        object-fit: cover !important; /* Ensures the image covers the area without distortion */
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.temp-2 .carousel-item {
    width: 100% !important;
    height: 450px;
}

.card-img {
    width: 100%;
    height: 100%;
    overflow: hidden; /* Ensures the image stays within the container */
    border-radius: 20px !important;
    border: 10px solid #fff;
}

.slider-img {
    width: 100%;
    height: 450px; /* Matches the height of the carousel item */
    object-fit: cover !important; /* Ensures the image covers the area without distortion */
}
