@keyframes cr-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cr-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.admin__menu .item-cleverreach-menu.level-0 > a:before {
    background-size: 30px auto !important;
    background: url(../images/envelope.svg) no-repeat 50% 50%;
    content: '';
    opacity: 0.65;
}

.admin__menu .item-cleverreach-menu.level-0 > a:hover::before {
    opacity: 1;
}

body[class^="cleverreach-content"] .page-title-wrapper {
    display: none;
}

.cr-logo-content {
    display: flex;
    transform: translateY(-50px);
    margin-bottom: -40px
}

.cr-logo-content h1 {
    margin: 3px 0 0 0;
}

.cr-logo {
    margin-right: 5px;
    width: 200px;
}

.hidden {
    display: none;
}

.cr-container {
    min-height: calc(105vh - 310px);
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.cr-container .page-actions-buttons button {
    padding: 11px 16px;
}

.cr-container .page-actions-buttons button.action-secondary {
    padding: 6px 14px;
}

#cr-iframe {
    width: 100%;
    height: 630px;
    border: none;
}

.cr-container .cr-help {
    background-color: #495057;
    color: #fff;
    display: inline-block;
    height: 13px;
    width: 13px;
    min-width: 13px;
    max-width: 13px;
    position: relative;
    border-radius: 50%;
}

.cr-container .cr-help::after {
    speak: never;
    line-height: 0.95;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "?";
    cursor: help;
    font-size: 0.9em;
    font-weight: bold;
}

.cr-container .cr-help .cr-help-tooltip {
    visibility: hidden;
    position: absolute;
    border-radius: 4px;
    background-color: #333333;
    color: #ffffff;
    min-width: 200px;
    left: 50%;
    top: 150%;
    transform: translateX(-50%);
    padding: 5px;
    text-align: center;
    z-index: 100001;
}

.cr-container .cr-help .cr-help-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333333 transparent;
}

.cr-container .cr-help:active .cr-help-tooltip,
.cr-container .cr-help:hover .cr-help-tooltip {
    visibility: visible;
}

.cr-container .cr-form {
    width: 100%;
}

.cr-container .cr-help .cr-help-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333333 transparent;
}

.cr-container .cr-help:active .cr-help-tooltip,
.cr-container .cr-help:hover .cr-help-tooltip {
    visibility: visible;
}

.cr-container .cr-input-group {
    margin-bottom: 30px;
}

.cr-container .cr-flex {
    display: flex;
}

.cr-container .cr-input-group label {
    display: flex;
    align-items: center;
    cursor: default;
}

.cr-container .cr-input-group label span.label {
    cursor: pointer;
    width: 200px;
    text-align: left;
    line-height: 1.3;
    font-weight: 600;
    color: #1d2327;
}

.cr-container .cr-input-group label .cr-help {
    margin-left: 10px;
}

.cr-container .cr-input-group label .cr-help + * {
    margin-left: 20px;
}

.cr-container .cr-input-group label input:not([type=checkbox]) {
    width: 367px;
    height: 33px;
}

.cr-container .cr-input-group label select {
    width: 367px;
    height: 33px;
}

.cr-container .cr-input-group label input:not([type=checkbox]).small-number-input, .cr-container .cr-input-group label select.small-number-input {
    width: 100px;
}

.cr-container .cr-input-group label {
    margin-top: 0;
}

.cr-container .cr-input-group.cr-wide-group label span.label {
    width: 300px;
}

.cr-container .cr-input-group.cr-wide-group button {
    width: 150px;
}

.cr-container .cr-input-group textarea {
    width: 367px;
    height: 100px;
}

.configure-email-filter {
    font-size: 16px;
}

.section {
    padding: 10px 10px 10px 0;
    width: 635px;
}

.toggle-button {
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
}

.triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin-right: 5px;
    transition: transform 0.3s;
}

.toggle-button {
    display: flex;
    align-items: center;
}

.cr-content {
    display: none;
    padding: 10px;
}

.active .triangle {
    transform: rotate(180deg);
}

.active .cr-content {
    display: block;
}

.no-border-radius {
    border-radius: 0;
    border: 1px solid #a8a8a8;
}

.filter-width {
    width: 367px;
}

.emails-filter-configuration {
    width: 400px;
}

.cr-hr {
    border: none;
    border-top: 1px solid #7e7d7d;
    height: 1px;
}

.configure-email-label {
    padding-top: 10px
}

.configure-email-settings-page {
    padding-top: 0;
    padding-left: 0;
}

#cr-notifications {
    padding-bottom: 15px;
}
