* {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

/* ============================
   A
   ============================ */
.accordion .accordion-item .accordion-button.collapsed {
    border-radius: 20px !important;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9ucy11cC1pY29uIGx1Y2lkZS1jaGV2cm9ucy11cCI+PHBhdGggZD0ibTE3IDExLTUtNS01IDUiLz48cGF0aCBkPSJtMTcgMTgtNS01LTUgNSIvPjwvc3ZnPg==");
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9ucy1kb3duLWljb24gbHVjaWRlLWNoZXZyb25zLWRvd24iPjxwYXRoIGQ9Im03IDYgNSA1IDUtNSIvPjxwYXRoIGQ9Im03IDEzIDUgNSA1LTUiLz48L3N2Zz4=");
    transform: rotate(0deg);
}

.accordion-button::after {
    transition: transform 0.2s ease-in-out;
}

.accordion-custom-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.accordion-desc-text {
    color: #ffffffa6 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em !important;
}

.accordion-txt-header {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff !important;
}

.account-alert {
    font-size: 14px !important;
    color: #6c757d !important;
}

.account-profile {
    position: absolute;
    margin-top: -30px;
    margin-left: 60px;
    z-index: 2;
}

.animate__custom_delay__0p5s {
    animation-delay: 0.4s;
    animation-duration: 2s;
}

.animate__custom_delay__1s {
    animation-delay: 0.8s;
    animation-duration: 2s;
}

.animate__custom_delay__1p5s {
    animation-delay: 1.2s;
    animation-duration: 2s;
}

.animate__custom_delay__2s {
    animation-delay: 1.6s;
    animation-duration: 2s;
}

.animate__custom_delay__2p5s {
    animation-delay: 2s;
    animation-duration: 2s;
}

.animate__custom_delay__3s {
    animation-delay: 2.4s;
    animation-duration: 2s;
}

.animate__custom_delay__3p5s {
    animation-delay: 2.8s;
    animation-duration: 2s;
}

.animate__custom_delay__4s {
    animation-delay: 3.2s;
    animation-duration: 2s;
}

.avatar-container {
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d1d1d3;
}

.avatar-icon-circle-initials {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 1px solid #f8b344;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
    font-weight: 600;
}

.avatar-icon-initials {
    border: 1px solid #f8b344;
    padding: 25px;
    font-size: 32px !important;
    font-weight: 600;
}

.avatar-img {
    width: 20px;
    height: 20px;
    color: #000000;
    object-fit: contain;
}

/* ============================
   B
   ============================ */
.bg-gcb-amber {
    background: var(--gcb-amber) !important;
}

.bg-gcb-dark {
    background-color: #2f434e !important;
}

.bg-gcb-highlight {
    border: 2px dashed #007bff;
    background-color: #f0f8ff;
}

.bg-gcb-lemonchiffon {
    background-color: #fffad04d !important;
}

.bg-gcb-lemonchiffon-2 {
    background-color: rgba(255, 250, 208, 0.6) !important;
}

.bg-gcb-light {
    background-color: #f6f4f4 !important;
}

.bg-gcb-light-02 {
    background-color: #f8f8f8 !important;
}

.bg-gcb-light-03 {
    background-color: #f6f6f6 !important;
}

.bg-gcb-light-grey {
    background: #f3f3f3 !important;
}

.bg-gcb-yellow {
    background-color: #ffc52a !important;
}

.bg-info-2 {
    background-color: #f1f8ff;
}

.bg-light-gray {
    background-color: #f6f6f654 !important;
}

.bg-profile-img {
    background-color: #d9d9d9 !important;
}

.bg-tb-info {
    background-color: #f0f5fe !important;
}

.border-info-2 {
    border-color: #0e88fb;
    border-width: 1px;
}

.border.border-0p5px {
    border-width: 0.5px !important;
}

.btn-gcb-black {
    background-color: #0a0a0a !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}

.btn-gcb-black:hover {
    background-color: #ffc52a !important;
    border-color: #ffc52a !important;
    color: #0a0a0a !important;
    transition: all 0.3s ease-in-out;
}

.btn-gcb-dark {
    background-color: #4a4a4a !important;
    color: #ffffff !important;
}

.btn-gcb-dark-02 {
    background-color: #36464d !important;
    color: #ffffff !important;
}

.btn-gcb-dark-03 {
    background-color: #737373 !important;
    color: #ffffff !important;
}

.btn-gcb-dark-04 {
    background-color: #2f434e !important;
    color: #ffffff !important;
}

.btn-gcb-dark-04:hover,
.btn-gcb-dark-04:focus {
    background-color: #1f2f38 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(47, 67, 78, 0.25);
}

.btn-gcb-davyGray-80 {
    background-color: #50505080 !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}

.btn-gcb-davyGray-80:hover {
    background-color: #2f434e !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}

.btn-gcb-yellow {
    background-color: rgba(255, 197, 42, 0.85) !important;
    border-color: rgba(255, 197, 42, 0.85) !important;
    color: #0a0a0a !important;
    transition: all 0.3s ease-in-out;
}

.btn-gcb-yellow:hover {
    background-color: #ffc52a !important;
    border-color: #ffc52a !important;
    color: #0a0a0a !important;
}

.btn-group-reg .btn-sm {
    min-height: unset !important;
}

.btn-outline-gcb-dark {
    color: #2f434e;
    border-color: #2f434e;
}

.btn-outline-gcb-dark:hover {
    color: #fff;
    background-color: #2f434e;
    border-color: #2f434e;
    transform: translateY(-1px);
}

.btn-outline-gcb-dark:active {
    color: #fff;
    background-color: #2f434e;
    border-color: #2f434e;
    box-shadow: inset 0 3px 5px rgba(47, 67, 78, 0.125);
}

.btn-outline-gcb-dark:focus {
    box-shadow: 0 0 0 3px rgba(47, 67, 78, 0.2);
}

.btn-outline-gcb-yellow {
    color: #0a0a0a;
    border-color: #ffc52a !important;
}

.btn-outline-gcb-yellow.active,
.btn-outline-gcb-yellow:hover {
    color: #0a0a0a;
    border-color: #ffc52a !important;
}

.btn-outline-gcb-yellow-02 {
    color: #2f434e;
    border-color: #2f434e !important;
}

.btn-outline-gcb-yellow-02.active,
.btn-outline-gcb-yellow-02:hover {
    color: white;
    background-color: #2f434e !important;
    border-color: #2f434e !important;
    transform: translateY(-1px);
}

.btn-w-150px {
    min-width: 150px !important;
}

.btn.btn-rounded {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px !important;
}

/* ============================
   C
   ============================ */
.capture-size-1 {
    width: 180px;
    height: 300px;
    border-radius: 150px;
    object-fit: cover;
    border: 4px solid #ffc52a;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    max-width: 400px !important;
    max-height: 400px !important;
    transform: scaleX(-1);
}

.card.custom-card-rounded {
    border-radius: 1rem;
}

.card.custom-card-rounded .card-header {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.circle-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d1d1d3;
    color: #717182;
    font-size: 20px;
}

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

.circle-icon-sm {
    width: 30px !important;
    height: 30px !important;
}

.custom-dropdown-toggle::after {
    display: none;
}

.custom-form-check {
    display: block;
    padding-left: 0 !important;
}

.custom-icon-100px {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.custom-icon-md {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.custom-icon-sm {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.custom-radio-input {
    display: none;
}

.custom-radio-input:checked + .custom-radio-label {
    background-color: #0a0a0a;
    color: #ffffff;
}

.custom-radio-label {
    padding: 0.35rem 0.75rem;
    font-size: 12px;
    color: #4b5563;
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
    user-select: none;
    font-weight: 400;
}

.custom-radio-label:hover {
    background-color: #e6e6e8;
}

.custom-radio-label:active {
    transform: scale(0.98);
}

.customer-tab {
    padding: 5px 30px;
}

.customer-tab.active {
    border-bottom: 4px solid #ffc52a;
}

/* ============================
   D
   ============================ */
.disabled .select2-container .select2-selection--single {
    background-color: #f3f4f6;
    cursor: not-allowed;
}

.disability-item .small {
    color: #ffffff91 !important;
}

/* ============================
   F
   ============================ */
.fas.feature-icon,
.fab.feature-icon {
    display: flex !important;
}

.form-check-input.preview:disabled,
.form-check-label.preview {
    opacity: 1 !important;
}

.form-check-input:checked {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
}

.form-control, .select2-container--default .select2-selection--single {
    background-color: #f6f6f6 !important;
    border: none !important;
    padding: 0.5rem 1rem !important;
}

.form-label {
    display: block;
    font-weight: 400;
    color: #1f2937;
    margin-bottom: 1rem;
}

.fs-12-px {
    font-size: 12px !important;
}

.fs-13-px {
    font-size: 13px !important;
}

.fs-14-px {
    font-size: 14px !important;
}

.fs-18-px {
    font-size: 18px !important;
}

.fs-20-px {
    font-size: 20px !important;
}

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

.fs-24-px {
    font-size: 24px !important;
}

/* ============================
   G
   ============================ */
.gcb .nav-pills .nav-link {
    color: #a1a1a1 !important;
}

.gcb .nav-pills .nav-link.active {
    color: #0a0a0a !important;
    background-color: #ffc52a !important;
}

.gcb ul {
    padding: 5px 5px;
    background: #e3e3e3;
    border-radius: 10px;
}

.gcb-h1 {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -1px;
}

.gcb-h1-subtitle {
    font-size: 24px;
    letter-spacing: 0;
    color: #565656 !important;
}

.gcb-yellow-gradient {
    background: linear-gradient(
        93.06deg,
        #ffcd29 2.54%,
        #f6bf36 58.23%
    ) !important;
}

/* ============================
   H
   ============================ */
.h-100px {
    height: 100px !important;
}

.h-115px {
    height: 115px !important;
}

.h-120px {
    height: 120px !important;
    border-radius: 10px;
}

.h-40px {
    height: 40px !important;
}

.h-60px {
    height: 60px !important;
}

.h-80px {
    height: 80px !important;
}

.harvest-gold-card {
    background: #fffad04d;
    border: 1px solid #dd8e18;
    border-radius: 20px;
}

.hero-title.text-white {
    -webkit-text-fill-color: white;
}

/* ============================
   I
   ============================ */
.icon-overlay-left {
    mix-blend-mode: color-burn;
    position: absolute;
    z-index: 0;
    bottom: 0;
    height: 100px;
    left: -30px;
    opacity: 0.8;
}

.icon-overlay-right {
    mix-blend-mode: color-burn;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 130px;
    right: 0;
    opacity: 0.8;
}

img.img-fluid.object-cover {
    object-fit: cover !important;
}

.img-preview {
    width: 200px;
    height: 300px;
    padding: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    border: 2px #c8b8b8 dashed;
}

.info-header {
    padding: 60px 20px 40px;
    text-align: center;
    position: relative;
}

.info-icon {
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: pulse 1s ease infinite;
}

.info-icon i {
    font-size: 60px;
}

.input-group-custom {
    padding: 0 10px;
    background-color: #f7f7f7;
    border-radius: 6px;
}

.input-group-custom .input-group-text {
    background-color: #f7f7f7;
    border: none;
}

.input-group-custom .readonly-select,
.input-group-custom .input-group-text {
    background: none !important;
}

input.parsley-success {
    color: #212529 !important;
}

.iti {
    width: 100%;
}

.iti .form-control.phone-input {
    padding-left: 6rem !important;
}

.iti__search-input {
    padding: 0.5rem 0.6rem !important;
}

/* ============================
   L
   ============================ */
.list-gcb-bullet {
    list-style-type: disc;
}

.list-gcb-bullet::marker {
    color: #ffc52a !important;
}

/* ============================
   M
   ============================ */
.mb-7 {
    margin-bottom: 7rem !important;
}

.min-height-1 {
    min-height: 1rem !important;
}

/* ============================
   N
   ============================ */
.nav-link.active .circle-icon {
    color: #000000 !important;
    border: 1px solid #ffc52a !important;
}

.no-rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* ============================
   O
   ============================ */
.otp-container {
    max-width: 400px;
}

.otp-input-field {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 0.5rem;
}

/* ============================
   P
   ============================ */
p.md-small,
.md-small {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
}

p.x-small,
.x-small {
    font-size: 0.85rem !important;
    line-height: 1.4rem !important;
}

p.xs-small,
.xs-small {
    font-size: 0.75rem !important;
    line-height: 1.2rem !important;
}
p.xxs-small,
.xxs-small {
    font-size: 0.65rem !important;
    line-height: 1rem !important;
}
.padding-login {
    padding: 50px !important;
}

.parsley-errors-list.filled {
    margin-top: 6px !important;
}

.pb-100px,
.py-100px,
.p-100px {
    padding-bottom: 100px !important;
}

.pb-120px,
.py-120px,
.p-120px {
    padding-bottom: 120px !important;
}

.pb-50px,
.py-50px,
.p-50px {
    padding-bottom: 50px !important;
}

.pl-100px,
.px-100px,
.p-100px {
    padding-left: 100px !important;
}

.pl-120px,
.px-120px,
.p-120px {
    padding-left: 120px !important;
}

.pl-50px,
.px-50px,
.p-50px {
    padding-left: 50px !important;
}

.pr-100px,
.px-100px,
.p-100px {
    padding-right: 120px !important;
}

.pr-120px,
.px-120px,
.p-120px {
    padding-right: 120px !important;
}

.pr-50px,
.px-50px,
.p-50px {
    padding-right: 120px !important;
}

.product-card {
    position: relative;
    overflow: hidden;
}

.product-card-link.is-inactive .product-card,
.residency-card.is-inactive {
    opacity: 0.6;
    filter: grayscale(80%);
    box-shadow: none;
    transform: none;
}

.product-card-link.is-inactive,
.residency-card.is-inactive {
    pointer-events: none;
    cursor: not-allowed;
}

.pt-100px,
.py-100px,
.p-100px {
    padding-top: 100px !important;
}

.pt-120px,
.py-120px,
.p-120px {
    padding-top: 120px !important;
}

.pt-50px,
.py-50px,
.p-50px {
    padding-top: 50px !important;
}

.py-0p8rem {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}

/* ============================
   R
   ============================ */
.readonly-label {
    pointer-events: none !important;
    color: #555;
    cursor: not-allowed;
}

.readonly-select,
.readonly-select .select2-selection--single,
.input-group-custom.readonly-select {
    pointer-events: none !important;
    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 3%)),
        url("../assets/non-editable-field.png") !important;
    background-position: center !important;
    color: #555;
    background-size: cover !important;
    background-blend-mode: multiply;
    cursor: not-allowed !important;
    background-repeat: no-repeat;
}

.referral-valid-feedback {
    display: flex;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-valid-color);
}

.requirements-section {
    padding: 16px;
}

.requirements-section .requirement-item {
    display: inline-flex;
    gap: 0;
    font-size: 13px;
    color: #6c757d;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.requirements-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.5rem;
    letter-spacing: 0.045em;
}

.rounded-4 .rounded-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.rounded-bx {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.rounded-tx {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

/* ============================
   S
   ============================ */
.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-search.select2-search--inline {
    width: 90% !important;
}

/* .select2.select2-container {
    width: 100% !important;
} */

.signature-img {
    height: 200px;
    max-height: 120px !important;
    width: 100% !important;
    object-fit: contain;
    object-position: center;
}

.signature-pad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 245, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004085;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 0.25rem;
    cursor: not-allowed;
    z-index: 10;
}

.signature-pad-size {
    width: 100%;
    height: 220px;
}

.sm-icon {
    height: 40px;
    width: 40px;
}

.subtitle-style-1 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4e5f69;
}

.subtitle-style-2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4c4f50;
}

/* ============================
   T
   ============================ */
.title-options {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.txt-gcb-black {
    color: var(--gcb-black) !important;
}

.txt-gcb-blue {
    color: #02438d !important;
}

.txt-gcb-dark {
    color: #4a4a4a !important;
}

.txt-gcb-dark-02 {
    color: #36464d !important;
}

.txt-gcb-dark-03 {
    color: #0a0a0a !important;
}

.txt-gcb-muted {
    color: #6c757d !important;
}

.txt-gcb-yellow {
    color: #ffc52a !important;
}

/* ============================
   U
   ============================ */
.unavailable-badge {
    background-color: #6c757d;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.user-account-nav {
    background: #748c9933;
    border-radius: 8px;
    padding: 10px 20px;
}

.user-files {
    transition: all 0.7s ease-in-out !important;
}

.user-profile-img {
    height: 300px !important;
    width: 200px !important;
    object-fit: cover;
    object-position: center;
}

/* ============================
   V
   ============================ */
video#cameraFeed {
    transform: scaleX(-1) !important;
}

/* ============================
   W
   ============================ */
.w-18 {
    width: 18% !important;
}

.w-65p {
    width: 65% !important;
}

.w-80p {
    width: 80% !important;
}
