
.div-select-horario .selection .select2-selection {
    height: 40px !important;
    border-radius: 50px !important;
    padding: 5px 30px;
}
.select2-container {
    z-index: 10000 !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid var(--e-global-color-247641d);
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    min-width:270px !important;
    text-align: center;
    text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--e-global-color-247641d);
    line-height: 28px;
}

.elementor-popup-modal .div-select-horario span{
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 95%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}