
#newsletter-form .newsletter-form input,
.newsletter-form .select2-selection {
    height: auto;
}

.newsletter-form input,
.newsletter-form .select2-selection {
    border: 1px solid #c5c5c5;
    font-weight: 600;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 0;
    padding: 0 8px;
}

.newsletter-form .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 48px;
}

.newsletter-form .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    margin-top: 12px;
}

.newsletter-form .has-success .control-label {
    color: #44ad98;
}

.newsletter-form .redactor {
    display: none;
}

.newsletter-form .has-error .mce-tinymce > div {
    border: 1px solid #a94442;
}

.newsletter-form .has-error:before {
    content: '!';
    position: absolute;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #1ccc78;
    right: 18px;
    color: white;
    top: 12px;
    font-size: 19px;
    font-weight: 600;
    z-index: 1;
}


.newsletter-form .select2-selection {
    min-height: 40px;
}

.newsletter-form .select2-selection__arrow {
    height: 40px !important;
}

.newsletter-form .select2-search__field {
    height: 34px !important;
    font-size: 13px !important;
    font-weight: normal;
}

.newsletter-form input {
    height: 40px;
}

.newsletter-form input,
.newsletter-form .control-label,
.newsletter-form .select2-selection__placeholder {
    font-size: 13px;
}

.newsletter-form input.file-caption-name {
    height: 34px;
}

.newsletter-form .alert,
.newsletter-form .form-group {
    margin-bottom: 8px;
}

.newsletter-form .alert {
    padding: 8px 15px;
}

.newsletter-form .select2-search__field {
    padding: 0 !important;
}

.newsletter-form .kv-fileinput-caption {
    border-radius: 0;
}

.newsletter-form .kv-fileinput-caption input {
    height: auto;
}

.toggle-emoji,
.toggle-emoji:visited,
.toggle-emoji:hover,
.toggle-emoji:focus {
    color: black;
    border-bottom: 1px dashed black;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 5px;
    vertical-align: top;
}

.download-emoji-instr,
.download-emoji-instr:visited,
.download-emoji-instr:hover,
.download-emoji-instr:focus {
    color: #28a68d;

    text-decoration: none;
}

.download-emoji-instr:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(/images/icon_season_info.png);
    margin: 0 5px 0 0;
}


.btn-add-recipients,
.btn-list-recipients {
    margin-bottom: 8px;
}

.btn-list-recipients {
    background: #efefef;
}

.btn-list-recipients.highlight {
    background: #1ccc78;
    color: white !important;
}

.toggle-newsletter-buttons,
.toggle-newsletter-buttons:visited,
.toggle-newsletter-buttons:hover,
.toggle-newsletter-buttons:focus {
    color: black;
    border-bottom: 1px dashed black;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    vertical-align: top;
}

#newsletter_buttons_cont,
#emoji_cont {
    margin-bottom: 15px;
}

.toggle-newsletter-buttons-cont,
.toggle-emoji-cont {
    margin: 0 0 15px 0;
}

.toggle-newsletter-buttons-cont:before,
.toggle-emoji-cont:before {
    content: '';
    display: inline-block;
    margin-right: 3px;
}

.toggle-newsletter-buttons-cont:before {
    background-image: url(/images/link_icon.png);
    width: 17px;
    height: 16px;
}

.toggle-emoji-cont:before {
    background-image: url(/images/emoji_icon.png);
    width: 17px;
    height: 17px;
}

.recipients-cont {
    position: relative;
}
.recipients-cont .summary {
    margin-bottom: 10px;
}
.lnk-clear-recipients {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
}

.page-newsletter .instruction-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #8b8b8b;
    border-bottom: 1px solid #8b8b8b;
    padding: 30px 0;
}

.page-newsletter .instruction-block .site-btn {
    width: 200px;
    line-height: 40px;
    height: 40px;
    background: #25866d;
    margin-left: 20px
}

.wrapper-main .page-newsletter .nav-tabs {
    margin-bottom: 10px;
}

.wrapper-main .page-newsletter h3 {
    margin-top: 30px;
}

.page-newsletter .btn-copy {
    display: flex;
    justify-content: flex-end;
}

.page-newsletter .help-block {
    margin-bottom: 15px;
}

.page-newsletter .btn-sm {
    padding: 10px 15px;
    border: none;
    font-size: 13px;
    border-radius: 5px;
}

.page-newsletter .btn-sm.btn-warning {
    background-color: #ff9b0b;
}

.page-newsletter .submit-btn {
    display: flex;
    justify-content: center;
    margin: 20px 0 50px;
}

.page-newsletter .submit-btn button {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.page-newsletter .read-more-link {
    margin-top: 8px;
}

.page-newsletter .read-more-link a {
    color: inherit;
}

@media (max-width: 767px) {

    .page-newsletter .instruction-block {
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-newsletter .instruction-block .site-btn {
        margin-left: 0;
        margin-top: 20px;
    }
    .field-newsletterform-image .file-preview {
        display: none;
    }
    .newsletter-form .field-country_id .control-label,
    .newsletter-form .field-region_id .control-label,
    .newsletter-form .field-agency_id .control-label,
    .newsletter-form .field-tourist_id  .control-label {
        display: none;
    }
    .newsletter-form .btn-send-newsletter {
        margin: 25px auto;
        display: block;
    }
    .download-emoji-instr {
        display: block;
    }
    .newsletter-date {
        display: none;
    }
    .newsletter-column-image video {
        display: block;
        margin-bottom: 5px;
    }

    .wrapper-main .page-newsletter h3 {
        font-size: 15px;
    }
}