html {
    background: #fff;
    color: #161616;
    font-family: 'Open Sans', sans-serif;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    color: #0086c0;
    text-decoration: none;
    outline: 0;
}

a:active, a:hover {
    outline: 0;
}

p {
    color: #363636;
    font-size: 14px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

input[type="checkbox"] {
    accent-color: #0086c0;
}

input[type="file"] {
    display: none;
}

input[type="text"]:disabled, input[type="date"]:disabled, select:disabled {
    background: #d6d6d6;
    border: 1px solid #b2b2b2;
}

textarea:read-only {
    background: #d6d6d6 !important;
    border: 1px solid #b2b2b2 !important;
}

.blue {
    color: #0086c0;
}

.flash.error {
    color: red;
}

.no-margin {
    margin: 0 !important;
}

.center-cropped {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.swal-text {
    font-size: 16px;
}

.swal2-validation-message {
    margin-top: 20px !important;
    font-size: 16px !important;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    width: 12px !important;
    height: 12px !important;
    margin-left: 12px !important;
    margin-right: -6px !important;
    margin-bottom: -4px !important;
}

.swal2-header {
    transform: scale(0.75);
}

.swal2-icon {
    margin: 0.5em auto 0.5em !important;
}

.swal2-confirm, .swal2-cancel {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.button.cancel {
    background: rgba(0, 0, 0, 0.33);
    margin-left: 15px;
}

/********************************** STYLES  **********************************/

#main-wrapper {
    min-height: 100vh;
    position: relative;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#wrapper-anim {
    transition: margin-top 0.3s ease-out;
}

#header {
    min-height: 78px;
    margin: 0 auto;
    color: #383d43;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 90;
    border-bottom: #e6e6e6 solid 1px;
}

#header-wrapper {
    overflow: hidden;
    min-height: 78px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #6f6f6f;
}

#header-logo {
    float: left;
    padding-top: 18px;
    padding-left: 16px;
    padding-right: 16px;
    width: 167px;
    height: 47px;
    text-decoration: none;
}

#header-text {
    z-index: -10;
    position: absolute;
    float: left;
    overflow: hidden;
    font-size: 20px;
    margin: 1px auto;
    padding-top: 17px;
    text-align: center;
    padding-left: 0;
    color: #434343;
    text-transform: uppercase;
    width: 100%;
}

#header-last-login {
    text-align: right;
    overflow: hidden;
    padding-top: 17px;
    padding-right: 15px;
    color: #6c6c6c;
    width: auto;
}

.header-last-login-mobile {
    display: none;
}

.header-tariff a {
    color: #6f6f6f;
    text-decoration: underline;
}

#header-user {
    float: right;
    font-size: 16px;
    font-weight: normal;
    margin: 1px auto;
    /*padding-top: 48px;*/
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 15px;
    text-align: center;
    line-height: 24px;
}

#header-user-email, #header-user-logout {
    white-space: nowrap;
}

#header-language {
    float: right;
    font-size: 16px;
    font-weight: normal;
    margin: 1px auto;
    padding-top: 48px;
    padding-right: 15px;
    text-align: center;
    line-height: 24px;
}

#header-language img {
    overflow: hidden;
    margin-left: 4px;
    filter: grayscale(75%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0.75) drop-shadow(0 0 1px #000000);
}

#header-language img:hover {
    cursor: pointer;
    filter: grayscale(0%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0) drop-shadow(0 0 1px #000000);
}

#header-language img.language-selected {
    margin-left: 4px;
    filter: grayscale(0%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0) drop-shadow(0 0 1px #000000);
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: #e6e6e6 solid 1px;
    padding-bottom: 25px;
}

#footer-wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
    color: #6f6f6f;
}

#footer-logo {
    float: left;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

#footer-text {
    float: left;
    padding-left: 10px;
    line-height: 32px;
    vertical-align: middle;
    font-size: 13px;
}

.app-list {
    display: table;
    text-align: center;
    padding: 10px 10px 57px;
    margin: 0 auto 67px;
}

.app-list-language {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

.app-list-language img {
    overflow: hidden;
    margin-left: 6px;
    filter: grayscale(75%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0.75) drop-shadow(0 0 1px #000000);
}

.app-list-language img:hover {
    cursor: pointer;
    filter: grayscale(30%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0.33) drop-shadow(0 0 1px #000000);
}

.app-list-language img.language-selected {
    filter: grayscale(0%) drop-shadow(0 0 1px #000000);
    -webkit-filter: grayscale(0) drop-shadow(0 0 1px #000000);
}

#disabled-apps-toggle {
    background: #ffffff !important;
    user-select: none;
}

#disabled-apps-toggle td {
    font-size: 14px;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    margin: 10px auto;
}

.menu div {
    float: left;
    width: 232px;
    margin: 10px 15px;
    flex: 1 1 220px;
    border-radius: 10px;
    text-align: center;
    padding: 8px 16px;
    background-color: #0086c0;
}

.menu div:hover {
    cursor: pointer;
    box-shadow: 3px 3px 10px rgb(180, 180, 180);
}

.menu .active {
    box-shadow: 3px 3px 10px rgb(180 180 180);
}

.menu .active span {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #bcbcbc;
    padding-bottom: 8px;
}

.menu div i {
    font-size: 15px;
    color: #ffffff;
}

.menu div a {
    font-size: 15px;
    color: #ffffff;
}

.menu-secondary {
    display: block !important;
}

.menu-secondary div {
    background-color: #f1f1f1;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.menu-secondary div a {
    font-size: 15px;
    color: #333333;
}

.menu-secondary .active span {
    border-bottom: 2px solid #ffffff;
}

.menu-secondary .active {
    background-color: #0086c0;
}

.menu-secondary .active i {
    color: #ffffff !important;
}

.menu-secondary .active a {
    color: #ffffff !important;
}

.active i {
    color: #bcbcbc !important;
}

.active a {
    color: #bcbcbc !important;
}

.cleaner {
    clear: both;
}

.content {
    padding-left: 20px;
    display: block;
    width: 100%;
    float: left;
}

.content-form {
    padding-left: 0;
    display: block;
    width: 100%;
}

.content-wrapper {
    float: left;
    height: 100%;
    width: 66%;
}

.title {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0;
}

.center {
    display: table;
    margin: 0 auto;
}

.pt-0 {
    padding-top: 0 !important;
}

.small {
    padding-top: 20px;
}

.small h2 {
    font-size: 13px !important;
}

.smaller h2 {
    font-size: 12px !important;
    line-height: 22px !important;
    padding-bottom: 5px;
}

.small i {
    background: url(../images/circle_small.png) no-repeat center center !important;
    height: 28px !important;
    width: 28px !important;
    line-height: 28px !important;
}

.smaller i {
    background: url(../images/circle_smaller.png) no-repeat center center !important;
    height: 24px !important;
    width: 24px !important;
    line-height: 24px !important;
}

.title h2 {
    color: #2a2a2a;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
}

.title i {
    background: url(../images/circle.png) no-repeat center center;
    color: white;
    font-size: 14px;
    margin-right: 6px;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    float: left;
    margin-top: -4px;
}

.info {
    width: 16px;
    height: 16px;
}

.info:after {
    content: "";
    opacity: 0.5;
    background: url("../images/icon_info_green.png");
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

.info-text {
    margin-left: 22px;
    line-height: 18px;
}

.text-info {
    margin-left: 5px;
    margin-top: 8px;
    font-size: 12px;
}

.text {
    color: #393939;
}

.text-small {
    font-size: 15px;
}

.text-smaller {
    font-size: 14px;
}

.text-70 {
    max-width: 70%;
}

.text-95 {
    max-width: 95%;
}

#agreement h3 {
    padding-top: 15px;
}

#agreement ul {
    padding-left: 2px;
    margin-top: 0;
}

#agreement ul li {
    font-size: 14px;
}

#agreement p {
    padding: 2px 0 0;
    margin: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button {
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    border-radius: 6px;
    border: none;
    background: rgba(3, 3, 3, .08);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    cursor: pointer;
    background: rgb(0, 134, 192) !important;
    color: rgb(240, 240, 240) !important;
    padding: 8px 20px !important;
    -webkit-appearance: none;
}

.button:focus {
    outline: none;
    box-shadow: 3px 3px 10px #333;
    background: rgba(3, 3, 3, .2);
}

.button:hover {
    opacity: 0.8;
    color: rgb(235, 235, 235);
}

.button span {
    line-height: 24px;
}

.small-button {
    padding: 5px 12px !important;
}

.big-button {
    background: rgb(0, 83, 119) !important;
    font-weight: bold;
    font-size: 15px;
    padding: 14px 34px !important;
}

div.apple, div.google {
    display: inline-block;
    margin: 10px;
}

.app-image {
    max-width: 400px;
    display: inline-block;
}

.color-picker-box {
    height: 100%;
    padding-top: 25px;
    padding-left: 20px;
}

.color-picker {
    position: absolute;
    background-color: #ffffff;
}

#css-editor {
    position: relative;
    height: 200px;
    min-height: 200px;
    width: 72%;
    font-size: 15px;
    margin-top: 15px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #bcbcbc;
    /*resize: vertical;*/
    -webkit-transition: box-shadow 2s ease-in-out;
    -moz-transition: box-shadow 2s ease-in-out;
    -o-transition: box-shadow 2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.function-desc {
    padding-left: 25px;
    font-size: 14px;
    padding-top: 5px;
    display: block;
}

#photo-reporter-email-box, #pin-code-box {
    padding-top: 15px;
    padding-left: 25px;
}

.ad-visibility-box-banner {
    padding-top: 10px;
    padding-left: 38px;
}

#presentation-link {
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
}

.section-types {
    display: block;
}

.section-types {
    margin-top: 15px;
    margin-bottom: 10px;
}

.section-types li {
    font-family: 'Open Sans Condensed', sans-serif;
    float: left;
    background-color: #ddd;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    border-radius: 6px;
    border: none;
    background: rgba(3, 3, 3, .08);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    cursor: pointer;
    background: rgb(0, 134, 192) !important;
    color: rgb(240, 240, 240) !important;
    padding: 8px 14px;
    -webkit-appearance: none;
}

.section-types li:hover {
    opacity: 0.8;
    color: rgb(235, 235, 235);
    outline: none;
    box-shadow: 3px 3px 10px #bdbdbd;
    background: rgba(3, 3, 3, .07);
}

#sections {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0;
    width: 66%;
}

#sections li {
    border: none;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: move;
    line-height: 24px;
    vertical-align: middle;
    font-size: 15px;
}

#sections li .section {
    overflow: hidden;
    padding: 6px 8px;
}

#sections li:nth-child(even) {
    background-color: #e2e2e2;
}

#sections li:nth-child(odd) {
    background-color: #c2c2c2;
}

.section-icon {
    padding-top: 2px;
    height: 22px;
    width: 22px;
}

.section-icon img {
    height: 22px;
    width: 22px;
    opacity: 0.8;
}

.section-icon {
    float: left;
}

.section-name {
    float: left;
    padding-left: 12px;
    font-size: 15px;
    color: rgb(0, 83, 119);
    text-decoration: underline;
    cursor: pointer;
    max-width: 82.5%;
}

.section-name:hover {
    color: black !important;
}

.section-name a {
    color: rgb(0, 83, 119);
}

.section-name a:hover {
    color: black !important;
}

.section-type {
    float: right;
    font-size: 14px;
    padding-right: 20px;
}

.section-article-type, .section-region {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
}

#section-type-link, #section-type-link a {
    color: #0058cf !important;
}

#section-type-program, #section-type-program a {
    color: #0058cf !important;
}

#section-type-my-program, #section-type-my-program a {
    color: #0058cf !important;
}

.section-remove {
    display: flex;
    float: right;
    cursor: pointer;
    padding-top: 2px;
    height: 20px;
    margin-left: 15px;
    /*width: 20px;*/
}

.section-remove img {
    height: 20px;
    width: 20px;
    opacity: 0.7;
}

.section-remove img:hover {
    opacity: 1;
}

.article-show, .section-show {
    float: right;
    cursor: pointer;
    padding-top: 2px;
    height: 20px;
    width: 20px;
    padding-right: 10px;
}

.fa-times {
    color: red;
    padding-left: 2px;
}

.fa-check, .fa-plus {
    color: green;
}

.section-swap {
    display: none;
    float: right;
    padding-left: 10px;
    height: 28px;
    width: 28px;
}

.section-swap img {
    height: 28px;
    width: 28px;
    opacity: 1;
}

.section-contents {
    width: 86%;
}

.section-contents li {
    border: none;
    border-radius: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: move;
    line-height: 24px;
    vertical-align: middle;
    font-size: 15px;
}

.section-contents li .section-content {
    overflow: hidden;
    padding: 6px 8px;
}

.section-contents li:nth-child(even) {
    background-color: #e2e2e2;
}

.section-contents li:nth-child(odd) {
    background-color: #e2e2e2;
}

.section-content-remove {
    margin: 0 auto;
    cursor: pointer;
    padding-top: 10px;
    height: 20px;
    width: 20px;
}

.section-content-remove img {
    height: 20px;
    width: 20px;
    opacity: 0.7;
}

.section-content-remove img:hover {
    opacity: 1;
}

.section-content-swap {
    margin: 0 auto;
    display: none;
    padding-top: 20px;
    height: 28px;
    width: 28px;
}

.section-content-swap img {
    height: 28px;
    width: 28px;
    opacity: 0.7;
}

.section-content-main {
    float: left;
    width: 90%;
}

.section-content-control {
    float: left;
    width: 10%;
    text-align: center;
}

.content-text {
    width: 99%;
    height: 340px;
}

.main-text, .my-program-text, .qr-text, .favorites-text {
    width: 99%;
    height: 340px;
}

.section-field-input {
    padding: 3px 0 0 6px;
    float: left;
}

.section-field-type {
    padding: 3px 8px 2px 8px;
    float: right;
    line-height: 36px;
    vertical-align: middle;
    font-size: 14px;
    /*width: 40%;*/
}

.section-field-required {
    float: left;
    padding: 3px 0 4px 6px;
    line-height: 36px;
    vertical-align: middle;
    /*width: 100%;*/
}

.field-add {
    cursor: pointer;
    float: right;
    padding: 4px 8px 4px 6px;
    line-height: 36px;
    vertical-align: middle;
}

.field-items {
    float: left;
    margin-left: 50px;
}

.field-items-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.field-items-list li {
    border: none;
    border-radius: 6px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
    vertical-align: middle;
    font-size: 15px;
    overflow: hidden;
    padding: 12px 8px;
    cursor: pointer;
}

.field-item-name {
    float: left;
}

.field-item-name input {
    margin-top: 0;
    margin-bottom: 0;
}

.field-item-swap {
    float: left;
    padding-left: 15px;
    padding-top: 2px;
    height: 24px;
    width: 24px;
    cursor: move;
}

.field-item-swap img {
    height: 24px;
    width: 24px;
    opacity: 0.7;
}

.field-item-swap img:hover {
    opacity: 1;
}

.field-item-remove {
    float: left;
    cursor: pointer;
    padding-left: 8px;
    padding-top: 4px;
    height: 20px;
    width: 20px;
}

.field-item-remove img {
    height: 20px;
    width: 20px;
    opacity: 0.7;
}

.field-item-remove img:hover {
    opacity: 1;
}

.border-radius {
    border-radius: 6px !important;
}

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -127px;
    opacity: 0;
    transition: opacity 0.3s;
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal !important;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #555;
}

.tooltip .tooltiptext-left::after {
    left: 10% !important;
}

.tooltip .tooltiptext-right::after {
    left: 90% !important;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.message {
    width: auto;
    height: auto;
    position: fixed;
    left: 50%;
    margin-left: -55px;
    bottom: 30px;
    background-color: rgb(0, 134, 192);
    color: rgb(240, 240, 240);
    font-size: 15px;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 12px -1px rgb(118, 118, 118);
    -moz-box-shadow: 0 0 24px -1px rgba(118, 118, 118, 1);
    box-shadow: 0 0 12px -1px rgba(118, 118, 118, 1);
}

.gone {
    display: none;
}

#icon-select {
    width: 87%;
}

#icon-select img {
    width: 30px;
    height: 30px;
    opacity: 0.75;
    padding: 4px;
    cursor: pointer;
}

#icon-select img:hover, #icon-select .selected {
    opacity: 0.9;
    background-color: rgba(0, 134, 192, 0.95) !important;
    border-radius: 10px;
}

#back-to-app {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 5px;
    width: 100%;
}

#map {
    width: 86%;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#map div {
    cursor: crosshair !important;
}

.publish-box {
    float: left;
    margin-left: 50px;
}

.publish-button {
    background-color: #cf0000 !important;
}

.published-button {
    background-color: green !important;
}

.user-enabled-button {
    background-color: #00000054 !important;
}

.user-disabled-button {
    background-color: #005277 !important;
}

.no-premium-button {
    background-color: #cf0000 !important;
}

.premium-button {
    background-color: #f0ee00 !important;
    color: #555555 !important;
}

.presentation-span {
    color: #b00000;
    font-size: 14px;
}

.presentation-link {
    color: #ce0000;
    text-decoration: underline;
}

.presentation-span.disabled-all {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

#agreement-content {
    padding-bottom: 67px;
    margin-bottom: 67px;
}

.image-content {
    max-width: 100%;
}

.main-image-remove, .thumbnail-image-remove {
    float: left;
    cursor: pointer;
    padding-left: 15px;
    padding-top: 15px;
    height: 30px;
    width: 30px;
}

.main-image-remove img, .thumbnail-image-remove img {
    height: 30px;
    width: 30px;
    opacity: 0.7;
}

.main-image-remove img:hover, .thumbnail-image-remove img:hover {
    opacity: 1;
}

.image-link {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.premium {
    color: #d4b77f;
}

.new {
    color: #cf0000;
}

.premium-app {
    font-weight: bold;
    color: black;
}

.premium-space::before {
    content: "  ";
    white-space: pre;
}

.premium-star::before {
    content: "\f005";
    white-space: pre;
    font-size: 10px;
    color: #f0ee00;
    vertical-align: middle;
}

.vouchers {
    list-style-type: none;
    width: 760px;
}

.vouchers li {
    padding: 12px;
    border: none;
    border-radius: 6px;
    margin-top: 12px;
    margin-bottom: 7px;
    line-height: 24px;
    vertical-align: middle;
    font-size: 14px;
}

.vouchers li:nth-child(odd) {
    background-color: #c2c2c2;
}

.vouchers li:nth-child(even) {
    background-color: #e2e2e2;
}

.vouchers-box {
    padding-bottom: 100px
}

.banner-box {
    padding-bottom: 100px
}

.banner-enabled {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0);
}

.banner-disabled {
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}

#voucher-container {
    overflow: hidden;
}

#voucher-left {
    float: left;
    vertical-align: middle;
    line-height: 115px;
}

#voucher-left img {
    max-height: 90px;
    max-width: 90px;
    vertical-align: middle;
    line-height: 90px;
}

#voucher-center {
    float: left;
    height: 120px;
    width: auto;
    max-width: 60%;
    padding-left: 15px;
    text-align: left;
    overflow: hidden;
}

#voucher-center-name {
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#voucher-center-description {
    font-size: 13px;
    height: 50px;
}

#voucher-right {
    float: right;
}

#voucher-right div {
    padding-top: 5px;
}

.voucher-repeat-use {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.voucher-region-names {
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

#top-button {
    width: 36px;
    height: 36px;
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    text-align: center;
    margin-left: 750px;
    position: fixed;
    bottom: 135px;
    font-size: 12px;
    border-radius: 12px;
    line-height: 16px;
    display: none;
}

#top-button:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
}

.full {
    height: 100%;
    width: 100%;
}

.stat-sync {
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
}

.stat-sum {
    font-size: 18px;
}

#statistics-sum {
    padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 10px;
    line-height: 22px;
}

#region-type-choose-box {
    margin-left: -8px !important;
}

#region-type-choose-box br {
    display: none;
}

.notification-region-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap !important;
    font-size: 14px !important;
    display: inline-block !important;
    vertical-align: middle;
}

.notification-region {
    display: inline !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    margin-left: 12px !important;
}

.notification-region-text {
    font-size: 11px;
    color: #4b4b4b;
}

.notification-region-add {
    cursor: pointer;
    padding: 4px 8px 4px 6px;
    line-height: 36px;
    vertical-align: middle;
    white-space: nowrap;
}

.notification-region-add a {
    font-size: 14px;
    color: #333333;
}

.notification-region-remove {
    display: inline-block;
    cursor: pointer;
    padding-top: 2px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.notification-region-remove img {
    height: 16px;
    width: 16px;
    opacity: 0.3;
}

.notification-region-remove img:hover {
    opacity: 0.9;
}

.notification-custom-repeat {
    margin-top: 15px;
}

.notification-custom-repeat div {
    float: left;
    padding-right: 11px;
    white-space: nowrap;
    font-size: 14px;
}

.check {
    margin-bottom: 10px;
}

.disabled-icons {
    pointer-events: none;
    opacity: 0.66;
}

.disabled {
    pointer-events: none;
    /*filter: grayscale(1);*/
}

.enabled {
    pointer-events: auto !important;
}

.enabled-bg-color {
    background-color: #359ac6 !important;
}

#campaigns-add {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    line-height: 60px;
    vertical-align: middle;
}

#campaigns-add img:hover {
    -webkit-filter: drop-shadow(2px 2px 4px #c9c9c9);
    filter: drop-shadow(2px 2px 4px #c9c9c9);
}

.campaign-box {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    width: 740px;
}

.campaign-box.long {
    width: 780px;
}

.campaign-inner-box {
    width: 100%;
    /*display: flex;*/
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: #e2e2e2;
}

.campaign-header {
    float: left;
    height: auto;
    width: 100px;
    text-align: center;
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.campaign-main {
    float: left;
    font-size: 15px;
    padding-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    max-width: 80%;
    overflow: hidden;
}

.campaign-main div {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
}

.campaign-main .name {
    margin-bottom: 0;
}

.campaign-main .domain {
    font-size: 13px;
    margin-bottom: 4px;
}

.campaign-main .title {
    font-size: 14px;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.campaign-main .regions {
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 0;
    font-style: italic;
}

.campaign-main .repeat {
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 0;
    font-style: italic;

}

.campaign-info {
    float: left;
    margin: 0 auto;
    padding: 8px 10px;
    text-align: center;
    color: #82c312;
    font-size: 14px;
    font-weight: bold;
}

.campaign-sent {
    color: #86a4b4;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 14px;
}

.campaign-clicks {
    color: #82c312;
    font-weight: normal;
    margin-top: 1px;
    font-size: 13px;
}

.campaign-repeat {
    color: #6c6c6c;
    font-weight: normal;
    margin-top: 5px;
    font-size: 13px;
}

.campaign-conversion {
    color: #505050;
    font-weight: normal;
    margin-top: 2px;
    font-size: 12px;
}

.campaign-conversion strong {
    color: #848484;
}

.campaign-actions {
    float: right;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 4px;
}

.campaign-action {
    font-size: 12px;
    width: 55px;
    text-align: center;
    border-radius: 6px;
    padding: 2px 12px;
    margin: 6px;
    cursor: pointer;
}

.notifications {
    padding-bottom: 97px;
}

#search-app-users {
    margin-bottom: 15px;
    width: 250px;
}

#tariff-price-text {
    font-weight: bold;
}

.payment-element-img {
    margin-top: 40px;
}

.loader {
    border: 12px solid #f3f3f3;
    border-top: 12px solid #0086c0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    animation: spin 1s linear infinite;
}

.affiliate-wrapper {
    max-width: 75%;
    padding-bottom: 120px;
}

.affiliate-wrapper ul {
    list-style-type: disc;
    padding-left: 45px;
}

.affiliate-wrapper ol {
    padding-left: 45px;
}

.affiliate-wrapper ul li {
    padding-left: 15px;
}

.affiliate-wrapper ol li {
    padding-left: 15px;
}

.affiliate-button {
    background-image: linear-gradient(to right, #ff9860 0%, #fe5050 100%) !important;
}

.affiliate-button:hover {
    background-position: right center !important;

}

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

@font-face {
    font-family: 'BluuNext Bold';
    src: url('/fonts/BluuNext-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: bold;
}

@media (max-width: 1200px) {

    .content-wrapper {
        width: 100%;
    }

    #footer-wrapper {
        width: 100%;
    }

    #footer-logo {
        padding-left: 10px;
    }

    #footer-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    #icon-select {
        width: 60%;
    }

    #map {
        width: 60%;
    }

    .section-contents {
        width: 60%;
    }

    .vouchers-box {
        padding-bottom: 20px
    }

    .banner-box {
        padding-bottom: 20px
    }

    #top-button {
        margin-left: 65%;
    }

    .notifications {
        padding-bottom: 17px;
    }

}

@media (max-width: 800px) {

    #header-text {
        float: right;
        text-align: right;
        padding-right: 15px;
        padding-left: 0;
        width: 98.5%;
        right: 110px;
    }

    .text {
        max-width: 90%;
    }

    #icon-select {
        width: 90%;
    }

    #map {
        width: 90%;
    }

    .section-contents {
        width: 88%;
    }

    .vouchers {
        width: 92.5%;
    }

    #voucher-center {
        max-width: 50%;
    }

    #top-button {
        display: none !important;
    }

    #statistics-sum {
        padding-left: 0;
    }

    .campaign-box {
        width: 93%;
    }

    .campaign-box.long {
        width: 99%;
    }

}

@media (max-width: 730px) {

    #header-text {
        display: none;
    }

    .campaign-main {
        max-width: 70%;
    }

}

@media (max-width: 600px) {

    #css-editor {
        width: 90%;
    }

    #sections {
        width: 90%;
    }

    #voucher-center {
        max-width: 40%;
    }

}

@media (max-width: 520px) {

    .content {
        width: 90%;
    }

    .content-form {
        width: 100%;
    }

    #header-text {
        position: relative;
        font-size: 15px;
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        float: left;
        right: 0;
    }

    #header-logo {
        float: none;
        top: inherit;
        left: inherit;
        margin: 0 auto;
    }

    #header-last-login {
        display: none;
        text-align: center;
        padding-top: 0;
        padding-bottom: 4px;
    }

    .header-last-login-mobile {
        display: inline-block;
    }

    #header-user {
        float: left;
        margin: 0 auto;
        padding-top: 0 !important;
        padding-bottom: 10px;
        padding-right: 10px;
        width: 96%;
    }

    #header-user-email::before {
        content: "\00a0\00a0";
    }

    #header-user-logout::after {
        content: "\00a0\00a0";
    }

    #header-language {
        float: left;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 6px;
        padding-right: 0;
        width: 100%;
    }

    #footer {
        padding-bottom: 10px;
    }

    #footer-text {
        font-size: 12px;
    }

    .text-70 {
        max-width: 100%;
    }

    .text-95 {
        max-width: 100%;
    }

    .app-list {
        padding: 10px 10px 17px;
    }

    .menu {
        padding-top: 10px;
        display: table;
        margin: 0 auto;
        width: 80%;
        float: none;
    }

    .menu div {
        margin: 10px auto;
        padding: 10px 0;
        width: 100%;
    }

    .app-image {
        max-width: 100%;
    }

    .color-picker-box {
        width: 100%;
        height: 200px;
        padding-left: 0;
    }

    .color-picker {
        width: 90%;
    }

    .color-picker-box div {
        margin: 0 auto;
    }

    .pt-0 {
        padding-top: 20px !important;
    }

    #css-editor {
        width: 93%;
    }

    #section-box {
        margin-bottom: 10px;
    }

    #sections {
        width: 100%;
    }

    #icon-select {
        width: 100%;
    }

    #map {
        width: 100%;
    }

    #back-to-app {
        text-align: center;
        margin-left: 0;
    }

    .section-contents {
        width: 100%;
    }

    .section-name {
        max-width: 65%;
    }

    .field-remove {
        padding-top: 10px;
    }

    .field-swap {
        padding-top: 15px;
    }

    #field-items {
        margin-left: 0;
    }

    .publish-box {
        margin-left: 0;
    }

    #agreement-content {
        padding-bottom: 27px;
    }

    #full-desc {
        padding-bottom: 15px;
    }

    .image-content {
        max-width: 95%;
    }

    .vouchers {
        width: 100%;
    }

    #voucher-center {
        width: 65%;
        max-width: 65%;
    }

    #voucher-right {
        float: none;
    }

    .campaign-box {
        width: 100%;
    }

    .campaign-main {
        width: 95%;
        max-width: 60%;
    }

    .campaign-info {
        text-align: left;
        margin-left: 0;
    }

    #search-app-users {
        width: 96%;
    }

    .affiliate-wrapper {
        max-width: 100%;
        padding-bottom: 100px;
    }

    .affiliate-text {
        text-align: center;
    }

    .affiliate-button {
        margin: 30px auto 0;
    }

}

@media (max-width: 400px) {

    .campaign-main {
        max-width: 55%;
    }

}

@media (max-width: 370px) {

    .campaign-main {
        max-width: 50%;
    }

}