.emailTemplates__wrapper {
    padding: 1rem;
}

.ql-editor {
    background: white;
}

.emailTemplates__catgoriesTitle {
    color: #707070;
    margin: 0 0 1rem 1rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.emailTemplates__editor {
    padding: 1rem;
}

.emailTemplates__editorWrapper {
    width: calc(100% - 2rem);
    margin: 1rem;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.emailTemplates__addButtons > * {
    display: inline-block;
    margin-bottom: 2rem;
    width: 50%;
    vertical-align: top;
}

.email-template-btn {
    background: grey;
    color: white;
    padding: 8px;
    border-radius: 9px;
    display: inline;
    margin: 2rem 0 1rem 1rem;
    cursor: pointer;
}

.email-template-btn:hover {
    background: gainsboro;
    color: black;
}

.emailTemplates__backButton {
    color: white;
    position: absolute;
    left: 1rem;
    line-height: 50px;
    font-size: 1.9rem;
}

.emailTemplates__list {
    padding: 1rem 0;
}

.emailttemplate-toggle-filters {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1rem;
}

.emailTemplateCategoryHeader {
    width:25%;
    text-align:center;
    margin: 1rem 0 .25rem 0;
    font-weight: 600;
    font-size: 1.6rem;
    color:white;
}

@media screen and (max-width: 991px) {
    .emailTemplates__addButtons > * {
        width: 100%;
    }

    .emailTemplates__backButton {
        font-size: 2.7rem;
    }
}
