/*responsive Compose MV*/

.rs-componse-email .fullscreen .note-editing-area {
    background: #ffffff !important;
    height: 99vh !important;
}

@media screen and (max-width: 1300px) {

    .rs-componse-email .edjei select,
    .rs-componse-email .edjei input {
        height: 26px !important;
        padding: 0px 0.7rem !important;
    }

    .rs-componse-email .ts-wrapper .ts-control {
        height: 26px;
        padding: 0px 0.7rem !important;
    }

    .rs-componse-email .btn-small {
        padding: 0.25rem 0.5rem;
        font-size: 0.7109375rem;
        border-radius: 0.2rem;
    }

    .rs-componse-email .btn-small-icon {
        height: calc(.5rem + 1.5em + 2px);
        width: calc(.5rem + 1.5em + 2px);
        font-size: 0.7109375rem;
    }

    .rs-componse-email .rs-tab-content {
        padding-top: unset !important;
    }


    .rs-componse-email .fullscreen .note-editing-area {
        background: #ffffff !important;
        height: 99vh !important;
    }












}