.user-card .main-card {
    /* border-radius: 1.25rem;
    background: white; */
    overflow: hidden;
}

.span-color {
    color: #8CD6F8;
}

.user-card .carousel-item img {
    border-radius: 0.625rem;
    max-height: 20rem;
    object-fit: contain;
    width: 100%;
    z-index: 2;
}

.user-card .bottom-left-image {
    position: absolute;
    left: 0;
    width: 37.5rem !important;
    z-index: 1;
}

.user-card .carousel-indicators [data-bs-target] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;

    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: +999;
}

.user-card .carousel-indicators .active {
    background-color: #343C6A;
    width: 1.25rem;
    border-radius: 0.25rem;
}

.user-card .carousel-indicators .indicators {
    background-color: #343C6A;
}

.user-card .form-label {
    color: var(--heading-text-color);
}

.user-card .form-label img.icon-img {
    width: 1.125rem;
    height: 1.125rem;
}

.user-card .carousel-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.user-card .form-control {
    border-radius: 0.3125rem;
    background-color: #EDF2F6;
    border: 0.0625rem solid #EDF2F6;
    font-size: 0.8rem;
}

.user-card .form-control:focus {
    border-color: var(--span-color);
    box-shadow: none;
}

.user-card .left-side {
    position: relative;
    padding: 0;
}

.user-card .carousel-wrapper {
    padding: 1rem;
    height: 100%;
    position: relative;
    z-index: +999;
}
