body {
    background-color: var(--gray-50) !important;
}

html, body, .main-content {
    overflow-x: hidden;
    max-width: 100%;
    justify-content: center;
    display: flex;

}

.link-grey {
    color: var(--color-primary-001);

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    cursor: pointer;
}

.back-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    color: var(--color-primary-001);
}

.border-red {
    position: relative;
    border-bottom: 1px solid var(--border-red) !important; /* Red bottom border */
}

.border-red::before,
.border-red::after {
    content: '';
    position: absolute;
    width: 1px;
    bottom: 0;
    background-color: var(--border-red);
}

.border-red::before {
    left: 0;
    height: 42%; /* Red for the bottom 50% of the left border */
}

.border-red::after {
    right: 0;
    height: 42%; /* Red for the bottom 50% of the right border */
}


.select2-results__option {
    color: #101828 !important;
}

.border-box {
    box-sizing: border-box;
}

.c-pointer {
    cursor: pointer;
}

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

.w-30px {
    width: 30px !important;
}

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

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

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

.w-min-content {
    width: min-content !important;
}

.show-hide-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-left: 3px;
    color: var(--color-primary-001);
    cursor: pointer;
}

.z-index-100 {
    z-index: 100;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    transform: none;
}

.empty-state {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
