#stripoEditorCont .esdev-app .form-control {
    border-radius: 17px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

#stripoEditorCont .esdev-app .btn {
    border-radius: 17px !important;
}

#stripoEditorCont .esdev-app .esdev-count-range input {
    border-radius: 0 !important;
}

#stripoEditorCont .esdev-app .input-group .form-control:first-child,
#stripoEditorCont .esdev-app .input-group-addon:first-child,
#stripoEditorCont .esdev-app .input-group-btn:first-child>.btn,
#stripoEditorCont .esdev-app .input-group-btn:first-child>.btn-group>.btn,
#stripoEditorCont .esdev-app .input-group-btn:first-child>.dropdown-toggle,
#stripoEditorCont .esdev-app .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
#stripoEditorCont .esdev-app .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#stripoEditorCont .esdev-app .input-group .form-control:last-child,
#stripoEditorCont .esdev-app .input-group-addon:last-child,
#stripoEditorCont .esdev-app .input-group-btn:last-child>.btn,
#stripoEditorCont .esdev-app .input-group-btn:last-child>.btn-group>.btn,
#stripoEditorCont .esdev-app .input-group-btn:last-child>.dropdown-toggle,
#stripoEditorCont .esdev-app .input-group-btn:first-child>.btn:not(:first-child),
#stripoEditorCont .esdev-app .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

#stripoEditorCont .esdev-app .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 !important;
}

#stripoEditorCont .esdev-app .btn-group>.btn:last-child:not(:first-child),
#stripoEditorCont .esdev-app .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

#stripoEditorCont .esdev-app .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#stripoEditorCont .esdev-app .input-group dropdown-input:last-child .btn.dropdown-toggle,
#stripoEditorCont .esdev-app .input-group-btn dropdown-input .btn.dropdown-toggle {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#stripoEditorCont .esdev-app .input-group dropdown-input:first-child:not(:last-child) .btn.dropdown-toggle,
#stripoEditorCont .esdev-app .input-group .input-group-btn:first-child:not(:last-child) dropdown-input .btn.dropdown-toggle {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#stripoEditorCont .esdev-app .outline-control-no-width .dropdown-toggle {
    border-bottom-left-radius: 17px !important;
    border-top-left-radius: 17px !important;
}

#stripoEditorCont .esdev-app .btn-group.bootstrap-select,
#stripoEditorCont .esdev-app .input-group-btn:first-child .btn-group.bootstrap-select>button:first-child {
    border-bottom-left-radius: 17px !important;
    border-top-left-radius: 17px !important;
}

#stripoEditorCont .esdev-app .input-group .form-control.esd-merge-tag-input-container {
    border-bottom-right-radius: 17px !important;
    border-top-right-radius: 17px !important;
}

#stripoEditorCont .esdev-app .bootstrap-select.form-control {
    padding: 6px 12px !important;
    border: none !important;
}

#stripoEditorCont .esdev-app .esdev-option-panel .esdev-count-range input,
#stripoEditorCont .esdev-app .bootstrap-select.form-control {
    padding: 0 !important;
}

#stripoEditorCont .esdev-app .dropdown-menu>li {
    padding: 0;
}

#stripoEditorCont .esdev-app .dropdown-menu>li>a:hover,
#stripoEditorCont .esdev-app .dropdown-menu>li>a:focus {
    background-color: #f5f5f5 !important;
    color: #484848 !important;
}

.esdev-app .bootstrap-select.btn-group .dropdown-menu.inner {
    width: 100% !important;
}

.esdev-app .bootstrap-select.btn-group .dropdown-menu li {
    padding: 0 !important;
    margin-bottom: 0;
}

.esdev-app .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 6px 15px !important;
}

.esdev-app .bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #555555 !important;
    font-size: 12px;
    letter-spacing: normal;
}

.esdev-app .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: #f5f5f5 !important;
}

.esdev-app .bootstrap-select.btn-group .dropdown-menu li.selected.active a,
.esdev-app .bootstrap-select.btn-group .dropdown-menu li.selected.active a:hover {
    background: #32cb4b !important;
}

.esdev-app .bootstrap-select.btn-group .dropdown-menu li.selected.active a span,
.esdev-app .bootstrap-select.btn-group .dropdown-menu li.selected.active a:hover span {
    color: #ffffff !important;
}

.esdev-app .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
    color: #555555 !important;
}

.esdev-app .bootstrap-select.btn-group .dropdown-menu li.selected.active a span.text {
    color: #fff !important;
}

.esdev-app .tooltip-inner,
#headerContainer .tooltip-inner {
    padding: 3px 8px !important;
    border-radius: 17px !important;
    box-shadow: none !important;
}

.esdev-app .tooltip .tooltip-arrow {
    margin-left: auto !important;
    border-width: inherit !important;
}

#headerContainer button.btn[disabled]+.tooltip {
    display: none !important;
}

.esdev-app .dropdown-header {
    font-size: 12px !important;
    color: #777777 !important;
}

.esdev-app .dropdown-menu>.disabled>a,
.esdev-app .dropdown-menu>.disabled>a:hover,
.esdev-app .dropdown-menu>.disabled>a:focus {
    color: #777777 !important;
}

.esdev-app .btn {
    font-weight: normal !important;
}

.esdev-app .btn-sm,
.esdev-app .btn-group-sm>.btn {
    font-size: 12px !important;
}

.esdev-app .bootstrap-select.btn-group .dropdown-menu li a:hover,
.esdev-app .bootstrap-select.btn-group .dropdown-menu li a:focus,
.esdev-app .bootstrap-select.btn-group .dropdown-menu li a:hover span,
.esdev-app .bootstrap-select.btn-group .dropdown-menu li a:focus span {
    color: #484848 !important;
    outline: 0 !important;
}

.esdev-app .esdev-option-panel .caret {
    float: none;
    top: auto;
}

.esdev-app .input-group {
    margin-bottom: auto;
}

#stripoEditorCont .esdev-app :not(.colorpicker):not(.datepicker).dropdown-menu {
    padding: 9px 0 !important;
    overflow: auto hidden !important;
}

.esdev-app .dropdown-menu li a:hover .check-mark:before {
    color: #484848 !important;
}

#externalSystemContainer {
    background-color: darkgrey;
    padding: 5px 0 5px 20px;
}

.esdev-app .nav-pills>li.active>a,
.esdev-app .nav-pills>li.active>a:hover,
.esdev-app .nav-pills>li.active>a:focus {
    background-color: #32cb4b !important;
}

#stripoEditorCont .nav.nav-tabs a {
    text-transform: inherit;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 500 !important;
}

#stripoSettingsContainer {
    width: 400px;
    float: left;
}

#stripoPreviewContainer {
    width: calc(100% - 400px);
    float: left;
}

.notification-zone {
    position: fixed;
    width: 400px;
    z-index: 99999;
    right: 20px;
    bottom: 80px;
}

.control-button {
    border-radius: 17px;
    padding: 5px 10px;
    border-color: grey;
}

#changeHistoryLink {
    cursor: pointer;
}

body {
    margin: 0;
}

#headerContainer {
    background: #ffffff;
    padding: 10.5px 24px;
    border-bottom: 1px solid #E7ECFA;
}

.logo-container a {
    display: inline-block;
    margin-right: 40px;
}

.template-name .template-name span {
    display: block;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stripoContainerLoader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#stripoSettingsContainer {
    border-top: 1px solid #DDDCDD;
    ;
    border-right: 1px solid #DDDCDD;
    ;
}

#stripoSettingsContainer .tab-content {
    padding-right: 0 !important;
}

.template-name-edit-icon {
    cursor: pointer;
}

#undoButton,
#redoButton {
    display: block !important;
}

.quick-action-button .control-button {
    background: transparent;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    box-shadow: none;
}

.quick-action-button button.btn:hover {
    background: #F1F5FE;
}

.quick-action-button button.btn:focus {
    box-shadow: none;
}

.sendtest-box.send-test a.btn {
    line-height: 14px !important;
}

.quick-action-button .sendtest-box .sendtest-content,
.sendtest-box.send-test .sendtest-content {
    position: absolute;
    top: 45px;
    right: 0;
    min-width: max-content;
    background: #FFFFFF;
    padding: 24px !important;
    display: none;
    border: 1px solid #E9E9ED;
    border-radius: 6px;
    z-index: 99;
    box-shadow: 0px 14px 14px -7px rgba(0, 38, 135, 0.08);
}

.quick-action-button .sendtest-box.open .sendtest-content,
.sendtest-box.send-test.open .sendtest-content {
    display: block;
}

.group-btn:not(.default_radius) a.btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.dropdown.multy-temp-option {
    width: auto;
}

.multy-temp-option .btn.dropdown-toggle {
    width: auto;
    padding: 9px 9px 10px !important;
    border-left-color: transparent !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.multy-temp-option .btn.dropdown-toggle:hover svg path {
    fill: #1a73e8;
}

.dropdown.multy-temp-option ul.dropdown-menu {
    left: auto;
    right: 0;
    padding: 12px 8px !important;
}

.dropdown.multy-temp-option ul.dropdown-menu li {
    padding: 0 !important;
}

.multy-temp-option ul.dropdown-menu li a {
    color: #4A566B;
    padding: 12px !important;
    border-radius: 6px;
}

.multy-temp-option ul.dropdown-menu li a:hover,
.multy-temp-option ul.dropdown-menu li a:focus,
.multy-temp-option ul.dropdown-menu li a.active {
    background: #F1F6FD !important;
    color: #4D8CFF !important;
}

#stripoSettingsContainer {
    background: #F6F6F6;
    min-height: calc(100vh - 60px);
    margin-top: -1px;
}

.esdev-app .esdev-option-panel .panel-group {
    background: #F6F6F6;
}

.esdev-app .tab-content>.tab-pane {
    padding: 0;
}

#externalPreviewPopup {
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    font-family: sans-serif;
}

.modal-container {
    background-color: #f6f6f6;
    border-radius: 17px 17px 30px 30px;
    width: 1120px;
    margin: 10px auto;
}

.modal-header-container {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    font-size: 18px;
    color: rgb(85, 85, 85);
}

.modal-close-button {
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: bold;
    opacity: .2;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.preview-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.preview-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.preview-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.preview-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.preview-col-sm-4,
.preview-col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.preview-row.old-editor-temp .preview-col-sm-4 {
    display: none;
}

.esdev-desktop-device-screen,
.esdev-mobile-device-screen {
    background-color: #ffffff;
}

.esdev-desktop-device {
    background: #ffffff;
    border: 2px solid #e8e8e8;
    font-size: 0;
    position: relative;
    border-radius: 10px 10px 3px 3px;
}

.esdev-desktop-device:before {
    content: "";
    display: block;
    background: #e8e8e8;
    position: absolute;
    margin-top: 16px;
    border-radius: 10px;
    margin-left: 47px;
    font-size: 73px;
    color: #e8e8e8;
    line-height: 0;
    font-family: sans-serif;
}

.esdev-email-window-panel {
    padding: 15px 15px 12px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
}

.esdev-email-user-avatar {
    float: left;
    color: #e8e8e8 !important;
    text-shadow: none !important;
    font-size: 16px !important;
}

.esdev-email-subject {
    padding-left: 13px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.esdev-mobile-device {
    position: relative;
    height: 698px;
    width: 344px;
    border-radius: 40px;
    padding: 50px 10px 60px;
    background: #fff;
    border: 2px solid #e8e8e8;
}

.esdev-mobile-device-screen {
    box-shadow: 0 0 0 1px #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
    height: 568px;
}

.esdev-mobile-device-screen .esdev-mail-bottom-bar {
    margin-top: -5px;
}

.esdev-mobile-device:after {
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -24px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #e8e8e8;
    content: " ";
    display: block;
}

.esdev-mobile-device:before {
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    background: #e8e8e8;
    height: 8px;
    border-radius: 20px;
    content: " ";
    display: block;
}

.save-email-modal .page_heading {
    font-size: 24px !important;
    line-height: 28px;
}

.save-email-modal .modal-header .close {
    opacity: 1;
}

.save-email-modal .modal-body form {
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto;
}

.save-email-modal .form-group .filled-error {
    position: absolute;
}

.save-email-modal .btns .btn {
    width: calc(50% - 8px);
}

#externalPreviewPopup .modal-container {
    background: #FAFCFF;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: 0;
    border-radius: 0;
}

#externalPreviewPopup .modal-header-container {
    background: #FFFFFF;
    padding: 10px 24px;
    border-bottom: 1px solid #EAEBED;
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px 4px 8px rgba(46, 70, 112, 0.03);
}

#externalPreviewPopup .top-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#externalPreviewPopup .preview-row {
    justify-content: center;
}

#externalPreviewPopup .top-head .close {
    opacity: 1;
}

#externalPreviewPopup .esdev-desktop-device,
#externalPreviewPopup .esdev-mobile-device {
    max-width: 100%;
    max-height: calc(100vh - 110px);
}

#externalPreviewPopup .esdev-desktop-device-screen {
    max-height: calc(100vh - 160px);
}

.esdev-desktop-device-screen iframe#iframeDesktop {
    max-height: calc(100vh - 162px);
}

#externalPreviewPopup .esdev-mobile-device-screen {
    max-height: calc(100vh - 240px);
}

.esdev-mobile-device-screen iframe#iframeMobile {
    height: calc(100vh - 348px) !important;
}

#externalPreviewPopup .esdev-mobile-device-screen>img {}

.atteched-btn {
    background: #FFFFFF;
    display: flex;
    padding: 4px;
    border: 1px solid #D3D6DB;
    border-radius: 6px;
}

.atteched-btn .btn {
    background: transparent;
    color: #6E809D;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 16px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.atteched-btn .btn:hover {
    color: #6E809D;
}

.atteched-btn .btn:focus {
    box-shadow: none;
}

.atteched-btn .btn:last-child {
    margin-left: 4px;
}

.atteched-btn .btn.active {
    background: #4D8CFF;
    color: #FFFFFF;
    border-radius: 4px;
    box-shadow: none;
}

.atteched-btn .btn.active svg {
    filter: brightness(0) invert(1) !important;
}
label.control-label.control-label-custom {
    margin-bottom: 3px !important;
}

@media only screen and (min-width: 500px) {
    .btns.multi-btns {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .btns.multi-btns .btn {
        width: auto;
        flex: 1;
    }
}

@media only screen and (max-width: 991.98px) {
    #headerContainer {
        padding: 10.5px 10px;
    }
    .logo-container a {
        margin-right: 10px;
    }
    .save-email-modal .modal-body form {
        padding-right: 5px;
    }
    .preview-row.old-editor-temp .preview-col-sm-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    #externalPreviewPopup .modal-header-container {
        padding: 10px;
    }
    #externalPreviewPopup .top-head .modal-title {
        font-size: 20px;
    }
    #headerContainer .quick-action-button .btn.mar-left-20,
    #headerContainer .quick-action-button .btn.mar-left-10 {
        margin-left: 5px !important;
    }
    #headerContainer .quick-action-button a.btn {
        padding: 12px 10px !important;
    }
    #headerContainer .quick-action-button button.btn.control-button {
        display: none !important;
    }
    .getSuggestionsModal .ai_modal_popup .modal-dialog {
        top: auto !important;
    }
    #externalPreviewPopup .preview-row {
        max-height: calc(100vh - 110px);
        overflow-y: auto; 
    }
    .preview-col-sm-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .preview-col-sm-4 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 575.98px) {
    .quick-action-button .sendtest-box .sendtest-content,
    .sendtest-box.send-test .sendtest-content {
        width: calc(100vw - 20px);
        min-width: 300px;
        right: -91px;
    }
    .sendtest-box.send-test a.btn {
        width: 82px;
        padding: 12px 8px !important;
        margin-left: 5px !important;
    }
}

@media only screen and (max-width: 499.98px) {
    #headerContainer .quick-action-button .sendtest-box {
        width: 50%;
        margin-right: 5px;
    }
    #headerContainer .quick-action-button .group-btn {
        width: 50%;
        margin-left: 5px;
    }
    #headerContainer .quick-action-button .btn.mar-left-20,
    #headerContainer .quick-action-button .btn.mar-left-12,
    #headerContainer .quick-action-button .btn.mar-left-10 {
        margin-left: 0 !important;
    }
    .quick-action-button .sendtest-box .sendtest-content button.btn:first-child {
        width: 50%;
        margin-right: 5px;
    }
    .quick-action-button .sendtest-box .sendtest-content button.btn:last-child {
        width: 50%;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 419.98px) {
    .preview-col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}