.select2-container--default .select2-selection--single {
    width: 100%;
    height: 52px;
    border-radius: 8px;
    border: 2px solid #E6DAFA;
    background-color: #fff;
    font-family: var(--tt-font);
    font-size: 20px;
    font-weight: 500;
    padding: 0 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
}


.select2-container--default .select2-selection--single:focus {
    outline: none;
    border-color: #B28DFF;
    box-shadow: 0 0 5px rgba(178, 141, 255, 0.5);
}


#select2-breeds-results {
    overflow-y: auto;
}


#select2-breeds-results::-webkit-scrollbar {
    width: 4px;
}

#select2-breeds-results::-webkit-scrollbar-track {
    background: transparent;
}

#select2-breeds-results::-webkit-scrollbar-thumb {
    background-color: #383E6E;
    border-radius: 10px;
}


#select2-breeds-results {
    scrollbar-width: thin;
    scrollbar-color: #383E6E transparent;
}

.error {
    border: 2px solid red;
}
.normal {
    border: 2px solid #ccc;
}

.invalid-date {
    border: 2px solid red;
    background-color: #ffe6e6;
}
