.form-control-color {
    width: 100% !important;
    height: 50px;
    border-radius: var(--radius);
    cursor: pointer;
    border: none !important;
    background: transparent;
    outline: none !important;
}

.form-control-color:focus {
    background: transparent;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}


