﻿.error-text {
    text-align: left !important;
    font-size: 12px;
    color: #ff5050;
    margin-top: 4px;
    transition: .5s;
}

/* .top-50 {
        top: 62.80% !important;
    } */
/* .endeye-0 {
        right: 33px !important;
    } */

.input-group {
    position: relative;
    width: 100%; /* Adjust as needed */
}

.position-absolute {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 6;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.cursor-pointer {
    cursor: pointer;
}