

.shedule-a-call.offcanvas-end{
    max-width: 530px;
    width: 100%;
}

.shedule-a-call .offcanvas-body{
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: var(--greenshade);
    position: relative;
}

.shedule-a-call .offcanvas-body .btnclosecanvas{
    position: absolute;
    top: 3.8rem;
    right: 5rem;
    z-index: 3;
    transform: scale(0.8);
}

.detail-form {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    border-left: 1px solid var(--primaryblue4);
    padding-left: 5rem;
}

#userFeedbackForm .enter-details{
    font-size: 3rem;
    line-height: normal;
    font-weight: 600;
}

.detail-form .form-label {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: var(--textblack2);
    margin: 0
}

.detail-form .input-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .2rem
}

.detail-form .input-container label.error {
    position: absolute;
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
}

.select2-container--default .select2-selection--single{
    background: transparent;
}

.select2-selection__rendered{
    padding-left: 0 !important;
}


.detail-form .form-fields,
.detail-form .user-comments{
    width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: var(--text-black);
    background-color: transparent;
    border-top: none;
    border-left: none;
    padding-bottom: .8rem;
    border-right: none;
    border-bottom: 1px solid var(--primaryblue4)
}

.detail-form .form-fields::placeholder,
.detail-form .user-comments::placeholder {
    color: #a0a0a0
}

.detail-form .user-comments{
    height: 40px;
    padding-bottom: 0;
}

.submit-feedback-btn{
    font-weight: 600;
    line-height: 2.8rem;
    margin-top: 2.6rem;
    padding: 1.2rem 3rem;
    width: fit-content;
    border: none;
}

.select2-results__option.select2-results__option--disabled{
    opacity: 0.5;
}

@media (max-width: 520px) {
    .detail-form .form-fields,
    .vision-main .vision-content .vision-content {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media (max-width:425px) {

    .shedule-a-call.offcanvas-end .time-zone.mt-24{
        margin-top: 1.6rem;
    }

    .shedule-a-call .offcanvas-body .btnclosecanvas{
        right: 1rem;
        top: 3.5rem;
    }

}