span#cke_12_text {
    width: 2.4vw;
    font-size: 0.9vw !important;
    margin-top: 0;
}

.cke_combo__fontsize .cke_combo_text {
  font-size: 0.9vw;
  width: 2.4vw;
  margin-top: 0;
}

span.cke_toolbar_end {
    position: relative;
    /* bottom: 6px; */
    margin-right: 4px !important;
    margin-left: 4px !important;
    border: 0;
    border-left: 1px solid #BAC0C9;
    background: unset;
}

a#cke_18 {
    position: relative;
    height: 1vw !important;
    width: 1.5vw !important;
}
a#cke_18:hover {
    position: relative;
    height: 1vw !important;
    width: 1.5vw !important;
}
span.cke_toolbar_break {
    display: none;
}

span#cke_29 .cke_toolbar_end {
    position: relative;
    top: 0.1vw;
}

span#cke_34 .cke_toolbar_end {
    position: relative;
    top: 0.1vw;
}

span#cke_36 .cke_toolbar_end {
    position: relative;
    top: 0.1vw;
}
#EmailPOPUP div#cke_1_contents {
    height: 39vh !important;
    max-height: 39vh;
}
span#cke_1_bottom {
    display: none;
}

span#cke_40 .cke_toolbar_end {
    position: relative;
    top: 0.1vw;
}
.cke_button__removeformatcustom_icon {
    margin-top: 1px !important;
    background-size: 13px !important;
}

iframe.cke_wysiwyg_frame.cke_reset {
    margin-left: 1px;
    width: 100% !important;
    height: 39vh !important;
    box-shadow: none;
}
.cke_inner {
    background-color: #F0ECE2;
    height: 48.6vh;
}

.btn{
    width: 1%; 
    height: 0px; 
}

.cke_chrome {
    border: 1px solid #D7CFC7;
}

.cke_top {
    padding: 0;
}

.cke_toolgroup {
    margin: 0 0px 2px 0;
}

.cke_combo_button {
    margin-bottom: 0;
}

.cke_toolbar {
    float: left;
    margin-top: 4px;
}

span.cke_combo_arrow {
    position: relative;
    top: 0.4vw;
}

@media only screen and (min-height: 900px) and (max-height:1020px) {
    span#cke_12_text {
      width: 2vw;
    }
  
    .cke_combo__fontsize .cke_combo_text {
      width: 2vw;
     }

    iframe.cke_wysiwyg_frame.cke_reset {
        height: 42vh !important;
    }

    #EmailPOPUP div#cke_1_contents {
        height: 42vh !important;
        max-height: 42vh;
    }
}