.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;
}

.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: 1rem;
    line-height: 55px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adaecf;
    opacity: 1; /* Firefox */
}

.textarea-news {
    background: transparent;
    border: 1px solid #aeaece;
    width: 100%;
    height: 4rem;
    color: #adaecf;
    font-family: "AbelRegular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 1rem;
    line-height: 55px;
}

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

.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border: 1px solid #aeaece;
    width: 100%;
    /* height: 3rem; */
    color: #adaecf;
    border-radius: 0px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;

    font-family: "AbelRegular" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 1rem;
    /* line-height: 55px; */
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: "AbelRegular" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #aeaece !important;
    outline: 0;
}

.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;
    /* display: flex; */
    border: none;
    /* background: ; */
    color: #19f7eb;
    /* width: 100%; */
    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;
        /* display: flex; */
        border: none;
        /* background: ; */
        color: #19f7eb;
        /* width: 100%; */
        justify-content: center;
        font-size: 1.25rem;
        padding: 8px;
    }
}
