.btn-news-modal {
    font-family: GraphikBold;
    display: flex;
    border: none;
    background: #19f7eb;
    color: black;
    width: 100%;
    justify-content: center;
    font-size: 1.25rem;
    padding: 10px;
}

.checkbox-news-modal {
    background: transparent;
    border: 1px solid #aeaece;
    color: #adaecf;
    font-family: "AbelRegular";
    font-style: normal;
    padding: 1rem;
    line-height: 55px;
}

.label-news-modal {
    background: transparent;
    background-color: transparent;
    color: #adaecf;
    font-family: "AbelRegular";
    font-style: normal;
}

.div-input-news-modal {
    padding: 5px;
}

/* Teléfono + bandera unificados */
.modalletstalk .select-box {
    z-index: 6;
}

.modalletstalk .select-box .selected-option {
    min-height: 3rem;
}

.modalletstalk .select-box .options.active {
    z-index: 40;
}

.inputnews-modal {
    width: 100%;
    background: transparent;
    border: 1px solid #aeaece;
    height: 3rem;
    color: #adaecf;
    font-family: "AbelRegular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0 1rem;
    line-height: 3rem;
    border-radius: 0;
    box-sizing: border-box;
}

/* Select de país: misma altura/borde que los inputs */
select.inputnews-modal {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 2.75rem;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ADAECF' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 8px;
}

select.inputnews-modal:focus {
    outline: none;
    border-color: #19f7eb;
}

select.inputnews-modal option {
    background-color: #5e5f7e;
    color: #e6fffe;
}

::placeholder {
    color: #adaecf;
    opacity: 1;
}

.textarea-news {
    background: transparent;
    border: 1px solid #aeaece;
    width: 100%;
    min-height: 4rem;
    height: auto;
    color: #adaecf;
    font-family: "AbelRegular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0.75rem 1rem;
    line-height: 1.4;
    border-radius: 0;
    box-sizing: border-box;
}

.select-news {
    background: transparent;
    border: 1px solid #aeaece;
    width: 100%;
    height: 3rem;
    color: #adaecf;
    font-family: "AbelRegular" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 1rem;
    line-height: 3rem;
    border-radius: 0;
}

/* Select2 de servicios: alinear con inputs del modal */
.modalletstalk .select2-container {
    width: 100% !important;
}

.modalletstalk .select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border: 1px solid #aeaece !important;
    border-radius: 0 !important;
    min-height: 3rem;
    height: auto;
    color: #adaecf;
    cursor: text;
    padding: 0.35rem 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: "AbelRegular" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box;
}

.modalletstalk .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    padding: 0;
    margin: 0;
    width: auto;
    max-width: 100%;
    min-height: 0;
    flex: 0 1 auto;
}

.modalletstalk .select2-container--default.select2-container--focus .select2-selection--multiple,
.modalletstalk .select2-container--default.select2-container--open .select2-selection--multiple {
    border: 1px solid #19f7eb !important;
    outline: 0;
}

.modalletstalk .select2-selection--multiple .select2-search--inline {
    display: flex;
    align-items: center;
    flex: 1 1 120px;
    min-width: 120px;
    height: 2.2rem;
    margin: 0;
    float: none;
}

.modalletstalk .select2-container .select2-search--inline .select2-search__field {
    font-family: "AbelRegular" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #e6fffe !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 2.2rem !important;
    line-height: 2.2rem !important;
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
}

.modalletstalk .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(25, 247, 235, 0.12);
    border: 1px solid #19f7eb;
    color: #e6fffe;
    border-radius: 0;
    margin: 0.15rem 0.25rem 0.15rem 0;
    padding: 0.15rem 0.45rem;
    font-family: "AbelRegular";
}

.modalletstalk .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #19f7eb;
    margin-right: 0.35rem;
}

.modalletstalk .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.modalletstalk .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #adaecf;
    margin-top: 0;
    line-height: 2.2rem;
}

.modalletstalk .select2-dropdown {
    background: #5e5f7e;
    border: 1px solid #aeaece;
    border-radius: 0;
    color: #e6fffe;
    font-family: "AbelRegular";
}

.modalletstalk .select2-container--default .select2-results__option {
    padding: 0.65rem 1rem;
}

.modalletstalk .select2-container--default .select2-results__option--highlighted[aria-selected],
.modalletstalk .select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
    background: #19f7eb;
    color: #17182c;
}

.modalletstalk .select2-container--default .select2-results__option[aria-selected="true"] {
    background: rgba(25, 247, 235, 0.2);
    color: #e6fffe;
}

.modalletstalk .select2-search--dropdown .select2-search__field {
    background: transparent;
    border: 1px solid #aeaece;
    color: #adaecf;
    border-radius: 0;
    outline: none;
}

.button-sticky {
    z-index: 99999;
    background: rgb(94 95 126 / 95%);
    position: fixed;
    bottom: 50px;
    left: 1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: GraphikBold;
    border: none;
    color: #19f7eb;
    justify-content: center;
    font-size: 1.25rem;
    padding: 15px 1px 15px 1px;
}

.modalletstalk {
    height: 90%;
    width: 100%;
    overflow-y: auto;
}

@media (max-width: 1050px) {
    .button-sticky {
        z-index: 99999;
        background: rgb(94 95 126 / 95%);
        position: fixed;
        bottom: 100px;
        left: 1px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-family: GraphikBold;
        border: none;
        color: #19f7eb;
        justify-content: center;
        font-size: 1.25rem;
        padding: 8px;
    }
}
