.btn-theme {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3250ef;
    --bs-btn-border-color: #3250ef;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2946d3;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3250ef;
    --bs-btn-disabled-border-color: #3250ef;
}

.btn-outline-theme {
    --bs-btn-color: #3250ef;
    --bs-btn-border-color: #3250ef;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3250ef;
    --bs-btn-hover-border-color: #3250ef;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3250ef;
    --bs-btn-active-border-color: #3250ef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3250ef;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3250ef;
    --bs-gradient: none;
}

.form-outline.required .form-label:after {
    content:"*";
    color:red;
}

.text-theme {
    color: #A4040A !important;
}

.border-theme {
    border-color: #A4040A;
}

.header-shadow {
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.2);
}
.bg-theme {
    background-color: #A4040A !important;
}

.h-10 {
    height: 10% !important;
}

.h-15 {
    height: 15% !important;
}

.h-85 {
    height: 85% !important;
}

.h-95 {
    height: 95% !important;
}

.footer .btn.btn-social {
    border-radius: 5px !important;
}

.text-unset {
    text-transform: unset !important;
}

.text-initial {
    text-transform: initial !important;
}

.text-black {
    color: #000 !important;
}

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

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

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

.form-control {
    background-color: #f4f4f4 !important;
    border: 0px !important;
    border-radius: 5px;
}

.form-control:focus {
    /* color: #212529; */
    /* background-color: #fff; */
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}


.border-start-theme {
    border-left: 3px solid #921f26 !important;
}

.border-end-theme {
    border-right: 3px solid #921f26 !important;
}


body {
    margin: 0;
    font-family: "nexabook", Arial, sans-serif;
    color: #000;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "nexaheavy", Arial, sans-serif;
    color: #000;
}


button {
    font-family: "nexa_boldregular", Arial, sans-serif;
}

.nexablack {
    font-family: "nexablack", Arial, sans-serif;
}

.nexabook {
    font-family: "nexabook", Arial, sans-serif;
}

.nexabold {
    font-family: "nexa_boldregular", Arial, sans-serif;
}

.nexalight {
    font-family: "nexa_lightregular", Arial, sans-serif;
}

.nexaheavy {
    font-family: "nexaheavy", Arial, sans-serif;
}


.form-check-input-theme {
    width: 2em;
    height: 2em;
}

.form-check-input-theme:checked {
    background-color: #f7c003;
    border-color: #f7c003;
}

.form-check-input-theme:focus {
    border-color: #ecec89;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(186 216 19 / 25%);
}

.text-justify {
    text-align: justify;
}

.form-check-input-theme:disabled {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.disabled, button:disabled {
    cursor: not-allowed;
    pointer-events: inherit !important;
}

.h-55px {
    height: 55px;
}

.text-transform-unset {
    text-transform: unset !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.rounded-4 {
    border-radius: 0.4rem !important;
}

.rounded-5 {
    border-radius: 0.5rem !important;
}

.carousel-item.active {
    background-color: unset !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.50 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: unset !important;
}

.border-theme {
    border-color: #A4040A !important;
}

.carousel-item img {
    max-height: 30rem;
}

.photo-gallery {
    line-height: 205px;
}

.photo-gallery img {
   margin: auto;
   vertical-align: middle;
   display: inline-block;
   max-height: 13rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #d81324 !important;
}

.vh-50 {
    height: 50vh !important;
}


.dropdown-item {
    color: #d81324;
}

.hidden {
    display: none;
}


.navbar .dropdown-toggle::after {
    float: right;
}

.form-control {
    font-family: 'nexa_boldregular';
    color: #000;
}

.pe-wait {
    cursor: wait !important;
}


button.rpt:hover {
    border: solid 2px #A4040A !important;
    /* border-color: #A4040A !important;
    border-width: 2px !important;
    border-style: inset; */
}


.progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.progresses {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 78%;
    max-width: 100%;
    border-bottom: unset;
}

.line {
    flex-grow: 1; /* Expands to fill available space */
    height: 6px;
    /* background: #ff0000 !important; */
    background: gray !important;
    /* margin: 0 10px; */ /* Space between steps */
    transition: background 0.3s ease-in-out !important;
    font-family:
}

.steps {
    display: flex;
    background-color: #ffffff !important;
    color: #A4040A !important;
    font-size: 14px;
    border: 3px solid #A4040A !important;
    width: 45px;
    height: 45px;
    align-items: center !important;
    justify-content: center;
    border-radius: 50% !important;
    font-weight: bold;
    flex-shrink: 0; /* Prevent shrinking */
    transition: background 0.3s ease-in-out !important;
    font-family: "nexablack", Arial, sans-serif;
    font-size: 1.2em;
}

.step-labels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.step-label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    word-wrap: break-word;
}

.steps.completed {
    background-color: #A4040A !important; /* Completed steps turn red */
    color:#fff !important;
}

.line.completed {
    background-color: #A4040A !important; /* Completed lines turn red */
}

.btn-back-header {
    margin-left: 3rem !important;
}

.btn-action-container > a {
    float: right !important;
}
.ongoing-area-text {
    display: block;
}
.ongoing-area-text-mobile {
    display: none;
}
.desktop-container {
    display: block;
}
.mobile-container {
    display: none;
}
.sub-header-text {
    text-align: center;
    transform: translateX(-18%);
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .mobile-text-password {
        font-size: 14px;
    }
    .desktop-container {
        display: none;
    }
    .mobile-container {
        display: block;
    }
    
    span.input-group-text.cb-pw-show-btn {
        padding-left:0px !important;
    }
    .unset-alignment-mobile {
        align-items: unset !important;
    }
    .terms-condition-area > div > input {
        margin-top: 3px !important;
    }
    .terms-condition-area > div {
        align-items: unset !important;
    }
    .terms-condition-text {
        padding-left: 10px;
    }
    .ongoing-area-text-mobile {
        margin-top: 20px;
        display: block;
    }
    .two-actions-area {
        justify-content: center !important;
        width: 100% !important;
    }
    .ongoing-area-text {
        display: none;
    }
    .btn-action-container {
        text-align: center !important;
    }
    .btn-action-container > a {
        float: unset !important;
    }
    .btn-back-header {
        margin-left: -1rem !important;
    }
    .steps {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    .line {
        height: 4px;
        /* margin: 0 5px; */
    }
    .step-label {
        font-size: 12px;
    }
}


.fs-7 {
    font-size: 0.5rem !important;
}


.fancybox__container {
    z-index: 9999 !important;
}


.filepond--credits {
    display: none !important;
}

.filepond--root {
    margin-bottom: unset !important
}

.text-break-all {
    /* word-break: break-all; */
}

.unset-text-transform {
    text-transform: unset !important;
}

a.rounded-anchor {
    border-radius: 5px !important;
}

.solid-border {
    border: 2px solid !important;
}

.hr-theme {
    opacity: 0.6;
    color: #A4040A;
    padding-bottom: 1px;
    border: 1px solid #A4040A !important;
}

.btn-cancel {
    border-color: #ffc107;
    background-color: white;
}

.success-status {
    color: green;
    font-size: 10px;
    padding-right: 10px;
}

.warning-status {
    color: #ffc107;
    font-size: 10px;
    padding-right: 10px;
}

.danger-status {
    color: red;
    font-size: 10px;
    padding-right: 10px;
}

.btn-view-requirements {
    width: 250px;
}


.plus-icon {
    padding-top: 4px;
    padding-left: 10px;
    float: left;
}

#assessorsOngoingTable_filter, #assessorsHistoryTable_filter {
    display: none;
}

.list-group-flush-all > .list-group-item {
    border-width: 0 0 0 0 !important;
}

button.btn-footer-close {
    text-transform: unset !important;
    width: 30% !important;
}

.btn-filter-year {
    color: #A4040A;
    background: #f8d7da !important;
    max-width: 115px;
    height: 45px;
}
.btn-filter-year > i {
    padding-left: 15px;
}

/* PAYMENT FORMS */
.nexa_bold {
    font-family: 'nexa_boldregular' !important;
}

.unset-font {
    font-family: unset !important;
}



.summary-box {
    width: 100%;
    margin: 50px auto;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}

.section-divider {
    border-top: 2px solid #c00;
    margin: 20px 0;
}

.dotted-line {
    border-top: 2px dotted #c00;
    margin-top: 20px;
}

.total-label {
    font-weight: 600;
    color: #b30000;
}

.btn-payment {
    width: 350px;
    text-transform: none;
    background-color: #ffc107 !important;
    color: black !important;
    font-weight: 500;
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 18px;
    border: none;
}

.btn-payment:hover {
    background-color: #e6ac00;
    color: #000;
}

.cost-payment-table>* {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}







.payment-button {
    border-radius: 10px;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    border-width: 2px;
}

.payment-button:hover {
    transform: scale(1.02);
}

.payment-button.active {
    border-color: #b30000;
    color: #000;
}

.payment-button.inactive {
    border-color: #eee;
    color: #000;
}

.payment-icon {
    font-size: 2rem;
}

/* END OF PAYMENT FORMS */

.pr-3 {
    padding-right: 1rem;
}

/* data tables */

select.form-select.form-select-sm {
    background-color: #f8d7da; 
    color: #842029;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding: 5px 20px 6px 12px;
    border: none;
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23842029" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 25px;
}

.dataTables_length > label {
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    color: #b31b1b !important;
}


/* for date picker */

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
  background: #b31b1b !important;
  border-color: #b31b1b !important;
  color: #fff !important;
}
