@import "components/colors.css";
@import "components/icons.css";
@import "components/spaces.css";
@import "components/notifications.css";
@import "components/sweetalert2.css";
@import "components/typography.css";
@import "components/popups.css";
@import "components/forms.css?v=2";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
html {
    font-size: min(1.247vw, 16px);
    -webkit-tap-highlight-color:transparent;
}
body {
    margin: 0;
    color: var(--main-color);
    font-size: var(--h7);
    background: var(--app-bg);
    font-weight: normal;
    position: relative;
    letter-spacing: normal;
    line-height: normal;
    display: flex;
    overflow: hidden;
    max-width: 100vw;
    flex-direction: column;
    max-height: 100%;
    height: 100vh;
}
.bg-trasparent{
    background: transparent !important;
}
header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 0.8em 2.813em;
    min-height: 60px;
    transition: all 0.5s ease;
    font-size: var(--h5);
    color: var(--white-color);
    background: var(--app-bg);
    width: 100%;
    display: flex;
    text-transform: none;
}
header:before {
    content: '';
    background: var(--admin-blue-color);
    background: -moz-linear-gradient(top, #1688ea 0%, #1069B4 100%);
    background: -webkit-linear-gradient(top, #1688ea 0%, #1069B4 100%);
    background: linear-gradient(to bottom, #1688ea 0%, #1069B4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1688ea', endColorstr='#1069B4',GradientType=0 );
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    border-radius: 0 0 80% 80%;
}
header.white:before {
    background: var(--white-color);
    /*background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e4e4e4 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e4e4e4 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 );*/
}
header.simple_parameters:before {
    background: #0D4B63;
    background: -moz-linear-gradient(top, #105B78 0%, #0D4B63 100%);
    background: -webkit-linear-gradient(top, #105B78 0%, #0D4B63 100%);
    background: linear-gradient(to bottom, #105B78 0%, #0D4B63 100%);
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.header-home .header-content {
    flex-direction: column;
}
.header-inner h6 {
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.header-icon {
    margin-right: 1.5em;
}
.header-nav-icons {
    font-size: var(--h3);
}
.shrinked-header header .header-content {
    display: none;
}
.shrinked-header header {
    position: fixed;
    background: none;
    min-height: 20px;
}
main {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: unset;
    position: relative;
    overflow: hidden;
}
.page-content {
    flex: 1;
    overflow-x: hidden;
    overflow-y: hidden; /*scroll*/
    min-height: unset;
    display: flex;
    flex-direction: column;
}
.content-block {
    padding: 0.750em 3.5em 2em;
}
.octopus-logo {
    position: absolute;
    right: 1.5em;
    top: 0;
    width: 4em;
}
.header-dashboard .header-content {
    justify-content: center;
}
.inner-page-header {
    min-height: 4rem;
    display: flex;
    align-items: center;
    color: var(--white-color);
}
.inner-page-header:before {
    border-radius: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 45px);
}
header h6, header h3 {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
}
.inner-page-content .content-block {
    padding-bottom: 2em;
    padding-top: 2em;
}
.inner-page-content {
    border-radius: 45px 45px 0 0;
    background: var(--app-bg);
    z-index: 999;
}

.link-block, .has-link, .has-popup-link, .period_label, .action {
    cursor: pointer;
}
.link-block {
    height: 60px;
}
.field-box {
    background: var(--white-color);
    border-radius: 1em;
    padding: 10px 1em;
    font-size: var(--h6);
    height: 3rem;
    display: flex;
    justify-content: space-between;
}
.field-box .title {
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.field-box:not(.action-box) {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.field-box.action-box {
    border: var(--gray-inactive) 1px solid;
}
.title-icon {
    margin-right: 0.4em;
    font-size: var(--h3);
    color: var(--main-color);
}
.title-icon.rounded-icon {
    font-size: calc(var(--h5) - 0.6rem);
    /*line-height: 1;   For filters panel */
    /*min-width: auto;  For filters panel */
}
.title-icon.small {
    font-size: var(--h6);
}
.title-icon.small.rounded-icon {
    font-size: calc(var(--h6) - 0.5rem);
}
.new-popup-title em.rounded-icon {
    font-size: var(--h8);
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
}

.rounded-icon {
    border-radius: 50%;
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.125rem;
}
.rounded-icon.inline {
    /*aspect-ratio: 1 / 1;
    height: 100%;*/
    display: inline-block;
    text-align: center;
    min-width: 1.125rem;
}
.select {
    padding: 10px;
}
.select span {
    padding: 0.4em 0.7em;
    border-radius: 1em;
}
.select span.selected {
    background-color: var(--app-bg);
}
.select .title {
    height: 100%;
}

.no-wrap-text {
    text-wrap: nowrap;
}

.module_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lazy-load-element {
    width: 32%;
    height: 100px;
}
.module-data-block {
    background: var(--white-color);
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 32%;
}
.module-data-block:not(.day-block) {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    /*max-height: 100px;*/
    min-height: 100px;
    transition: max-height 0.5s ease-in-out;
}
.module-data-block.settings {
    min-height: auto;
}
.module-data-block.extanded {
    max-height: 10000px;
    transition: max-height 0.5s ease-in-out;
}
.module-data-block > * {
    min-height: 50px;
}
.module-data-block.day-block {
    border: var(--gray-inactive) 1px solid;
}
.kpi {
    background-color: var(--main-color);
    padding: 0.1em 0.4em;
    border-radius: 0.4em;
    font-size: var(--h7);
    margin: 10px 0;
}
.secondary-kpi {
    background-color: var(--white-color);
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 0.1em 0.4em;
    border-radius: 0.4em;
    font-size: var(--h7);
    width: auto !important;
    margin-right: 1rem;
}
.secondary-kpi.alert {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
.kpi.small {
    padding: 0 0.4em;
}
.module-data-block > div,
.module-data-block > a {
    /*flex-grow: 1;*/
    display: flex;
    align-items: stretch;
    padding: 0.4em 1em;
    box-sizing: border-box;
}
.module-data-block .title {
    justify-content: space-between;
}
.module-data-block.day-block .kpi {
    padding: 0.2em 0.4em;
}

.module-data-block .title .main {
    font-size: var(--h7);
    display: flex;
}

.subdata_block_wrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    font-size: var(--h8);
}
.day_subdata_block {
    border-radius: 1em;
    flex-direction: column;
    align-items: stretch !important;
    position: relative;
    display: flex;
    padding: 0.4em 1em;
    box-sizing: border-box;
    margin-bottom: 1em;
    width: 32%;
    -webkit-box-shadow: 0px 0.188rem 0.375rem 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0.188rem 0.375rem 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0.188rem 0.375rem 0px rgba(0,0,0,0.16);
    border: 1px solid var(--gray-inactive);
    font-size: var(--h7);
}
.day_subdata_block > div {
    margin: 0.4em 0;
}
.day_subdata_block .link-arrow {
    position: absolute;
    right: 0.5em;
}
.day_subdata_block > .title {
    margin-right: 2em;
    font-size: var(--h8);
    font-weight: 400;
}
.subdata_block_wrap_title {
    color: var(--main-color);
    font-size: var(--h6);
    margin-bottom: 0.6em;
    margin-right: 2em;
    width: calc(100% - 2em);
}
.day_subdata_block .landscape_columns {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.day_subdata_block .landscape_columns > div:not(:first-child) {
    margin-left: 2em;
}
.day_subdata_block .content > span:not(.kpi) {
    width: auto;
    margin-right: 0.4em;
}

.title {
    font-weight: 500;
}
.title span,
.title a {
    display: flex;
    align-items: center;
}

.items_data_block .main {
    color: var(--main-color);
}
.items_data_block .main {
    font-weight: 700;
    font-size: var(--h5);
    margin-top: 1em;
}
.items_data_block .main .content {
    width: 100%;
    margin-top: 0.6em;
}
.content span.filterContent {
    cursor: pointer;
    padding: 0.1em 0.4em;
    border-radius: 10px;
}
.content span.filterContent.active {
    background-color: var(--app-bg);
}
.underlined,
.content span.filterContent span {
    text-decoration: underline;
}

.content {
    font-size: var(--h5);
    padding-top: 0;
    flex-wrap: wrap;
}
.content > span:not(.kpi) {
    display: flex;
    align-items: center;
    /*margin-right: 18%;*/
    width: 25%;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-right: 0.5em;
}
.content > span:not(.kpi):has(em.large) {
    width: 50%;
}
.content > span:not(.kpi) em.large + span {
    width: 80%;
}
.content.small span:not(.kpi) {
    width: auto;
    margin-right: 1em;
}
.content:not(.no-link) > span:not(.no-link) {
    cursor: pointer;
}
.content:not(.no-link) span:not(.no-link) span, .action {
    text-decoration: underline;
}
.module-data-block .title:not(.no-link) {
    cursor: pointer;
}

.link-arrow {
    position: relative;
    font-size: var(--h3);
}

.link-arrow.expanded img {
    transform: rotate(-90deg);
    transition: transform 0.5s ease-in-out;
}
.link-arrow.collapsed img {
    transform: rotate(90deg);
    transition: transform 0.5s ease-in-out;
}

.nav_arrow {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    background-color: var(--main-color);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_arrow.inactive {
    opacity: 50%;
    cursor: default;
}
.nav_arrow img {
    vertical-align: sub;
    height: 14px;
    width: 10px;
}
.nav_arrow.left img {
    margin-left: -1px;
}
.nav_arrow.right img {
    margin-left: 1px;
}

.animate.pop {
    opacity: 0;
    transform: scale(0.5, 0.5);
    animation-duration: 0.2s;
    animation-name: animate-pop;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    animation-fill-mode: forwards;
}
.animate.depop {
    animation-duration: 0.5s;
    animation-name: animate-depop;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    animation-fill-mode: forwards;
}
.animate.delay1 { animation-delay: 0.12s; }
.animate.delay2 { animation-delay: 0.24s; }
.animate.delay3 { animation-delay: 0.36s; }
.animate.delay4 { animation-delay: 0.48s; }

.animate.fadein {
    opacity: 0;
    animation-duration: 0.4s;
    animation-name: animate-fade-in;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    animation-fill-mode: forwards;
}

@keyframes animate-pop {
    0% { opacity: 0; transform: scale(0.5, 0.5); }
    90% { opacity: 0.9; transform: scale(1.05, 1.05); }
    100% { opacity: 1; transform: scale(1, 1); }
}
@keyframes animate-depop {
    0% { opacity: 1; transform: scale(1, 1); }
    50% { opacity: 0.9; transform: scale(0.9, 0.9); }
    99% { opacity: 0; transform: scale(0.25, 0.25); }
    100% { display: none; }
}
@keyframes animate-fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


.link-block:hover .link-arrow,
.day_subdata_block:hover .link-arrow,
.module-data-block .title:hover .link-arrow:not(.blue-bg),
.module-data-block .content:not(.no-link) span:not(.no-link):hover span,
.blue-hover:hover, .blue-hover:hover * {
    color: var(--light-blue-color);
    transition: color 0.2s ease-in-out;
}
.white-text-color.blue-hover:hover, .white-text-color.blue-hover:hover * {
    background-color: var(--main-color) !important;
    color: var(--white-color) !important;
    transition: color 0.2s ease-in-out;
}
.module-data-block .title:hover .link-arrow.blue-bg {
    color: var(--main-color);
    transition: color 0.2s ease-in-out;
}
.module-data-block .content:not(.no-link) span:not(.no-link):hover span {
    font-weight: 500;
}
.link-block:active .link-arrow,
.day_subdata_block:active .link-arrow,
.module-data-block .title:active .link-arrow:not(.expand,.collapse),
.module-data-block .content:not(.no-link) span:not(.no-link):active span {
    transform: scale(1.2);
}
.nav_arrow:not(.inactive):hover {
    background-color: var(--light-blue-color);
    transition: background-color 0.2s ease-in-out;
}
.nav_arrow:not(.inactive):active {
    transform: scale(1.2);
}


.new-popup h7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-popup h7 .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details_block {
    display: flex;
    flex-direction: column;
    font-size: var(--h7);
}
.details_block .title {
    font-weight: 700;
    /*line-height: 25px;*/
    color: var(--main-color);
}
.details_block > .title {
    margin-top: 1em;
    margin-bottom: 0.4em;
}
.module_table ul,
.details_block ul {
    list-style-type: disc;
    display: block;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.module_table ul li,
.details_block ul li {
    margin-left: 2em;
}
.photos_block_wrap {
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: repeat(auto-fill, calc((100% - 4.5em)/4));
    grid-auto-flow: dense;
}
.photo_block.tall {
    grid-column: span 2;
}
.photo_block {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.photo_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo_block .bottom_right {
    position: absolute;
    bottom: 1.5em;
    right: 1em;
}
.photos_full_wrap .photo {
    margin: 0.4em;
}
.photo img {
    border-radius: 10px;
}
.comment_block {
    border: var(--gray-inactive) 1px solid;
    border-radius: 1em;
    color: var(--main-color);
    background: var(--white-color);
    font-size: var(--h7);
    line-height: 18px;
    padding: 0.8em;
    display: flex;
    flex-direction: column;
    margin: 0.4em 0;
    position: relative;
}
.comment_block .text {
    margin-bottom: 0.6em;
    line-height: 1;
}
.comment_block .author {
    font-weight: 700;
}
.delete_comment {
    position: absolute;
    right: -17px;
    top: -17px;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.delete_comment em {
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    color: var(--white-color);
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}
.new-popup .add-comment-wrap {
    display: flex;
    margin-top: 0.4em;
    flex-direction: column;
}
.new-popup .add-comment-wrap textarea {
    border: 1px solid var(--main-color);
    border-radius: 10px;
    margin-bottom: 0.5em;
}
.new-popup .add-comment-wrap .btn {
    flex-grow: 1;
}
.new-popup .user_div {
    margin-top: 0.4em;
}
.main-btn-wrap {
    border-top: 1px solid var(--gray-inactive);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.4em;
    display: flex;
    justify-content: space-around;
    background-color: var(--white-color);
    
    /* Try fix for iOS InAppBrowser : fixed elements disappearing */
    z-index: 1;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
}
.main-btn-wrap .btn {
    width: 100%;
    font-size: var(--h2);
    text-transform: none;
}
.period_label {
    flex-grow: 1;
    justify-content: center;
    height: 100%;
    margin: 0 10px;
    text-decoration: underline;
}

.filter_box {
    margin-bottom: 1em;
    font-size: var(--h7);
}
.filter_box .title {
    margin-bottom: 0.3em;
    font-size: var(--h6);
    color: var(--main-color);
}

.top_buttons_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.top_buttons_wrap > * {
    margin-bottom: 0.4em;
}

.buttons_sub_wrap {
    display: flex;
    flex-direction: row;
}
.buttons_sub_wrap > * {
    margin: 0 0.4em;
}
.buttons_sub_wrap > *:first-child {
    margin-left: 0;
}
.buttons_sub_wrap > *:last-child {
    margin-right: 0;
}

.row-icon {
    display: flex;
    flex-direction: row;
}
.row-icon > span {
    display: flex;
    align-items: flex-start;
    padding: 0.2em;
    padding-top: 0.8em;
}
.row-icon > div {
    display: flex;
    flex-direction: column;
    padding: 0.4em;
    padding-top: 0.6em;
}
.row-icon > div > * {
    margin-bottom: 0.2em;
}

.action {
    color: var(--main-color);
}

.cards_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em;
}
.cards_wrap > div {
    margin: 1em;
    width: calc(25% - 2em);
}

/* TABLE */
.module_table {
    margin-top: 1em;
    color: var(--main-color);
}
.module_table table {
    width: 100%;
    border-collapse: initial;
}
.module_table th {
    text-align: center;
    vertical-align: middle;
}
.module_table th a.arrow {
    position: absolute;
    padding: 1rem;
}
.module_table th a.arrow.left {
    left: -1.7em;
}
.module_table th a.arrow.right {
    right: -2em;
}
.module_table th .h3.rounded-icon {
    font-size: 0.869rem;
}
.module_table th:first-child {
    width: 8.5em;
}
.module_table th,
.module_table td {
    border: 1px solid var(--app-bg);
    padding: 0.6em 0.8em;
    font-size: var(--h6);
}
.module_table tr.large-top-border td {
    border-top: 5px solid var(--app-bg);
}
.module_table td .center_td {
    align-items: center; 
    flex-direction: column; 
    justify-content: space-evenly; 
    text-align: center;
}
.module_table td .center_td > span {
    display: flex;
    align-items: center;
}
.module_table table th > *,
.module_table table td > * {
    display: flex;
    align-items: center;
}
.module_table.items_view table td span:not(:first-child) {
    margin-top: 0.6em;
}
.items_data_block .content span,
.module_table .content span {
    margin-left: 4%;
    margin-right: 4%;
    width: auto;
}
.new-popup .items_data_block .content span {
    margin-left: 0;
}
.items_data_block .content span:first-child  {
    margin-left: 0;
}
.module_table .kpi {
    background: none;
    border: 1px solid var(--main-color)
}
.module_table .kpi.alert {
    background: none;
    border: 1px solid var(--secondary-color)
}
.module_table table thead tr {
    font-weight: 700;
    line-height: 2;
}
.module_table table thead th span {
    justify-content: center;
}
.module_table table tr {
    background-color: var(--white-color);
}
.module_table table tr td.main,
.module_table table tr th.main {
    background-color: var(--blue-very-light);
}
.module_table table tbody tr:nth-child(odd) {
    background-color: var(--light-gray);
}
.module_table table tbody tr:nth-child(odd) td.main {
    background-color: var(--blue-light);
}
.module_table table tbody th.align_center,
.module_table table tbody td.align_center,
.module_table table tbody th.align_center > *,
.module_table table tbody td.align_center > * {
    vertical-align: middle;
    justify-content: center;
}
.module_table th.sortAsc:after {
    content: ' ';
    background: url("../../img/upArrow.svg") no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: calc(50% - 10px);
}
.module_table th.sortDesc:after,
.module_table th.sortable:not(.sortAsc):not(.sortDesc):hover:after {
    content: ' ';
    background: url("../../img/downArrow.svg") no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: calc(50% - 10px);
}
.module_table th.sortable {
    cursor: pointer;
}
.module_table table thead {
    font-size: var(--h7);
}
.module_table:not(.items_view) .kpi, 
.module_table:not(.items_view) .title-icon {
    font-size: var(--h5);
}
.module_table:not(.items_view) .title-icon.rounded-icon {
    font-size: calc(var(--h5) - 0.5rem);
}
.module_table .align_center .title-icon {
    margin: 0 0.5rem;
}
.module_table .left-align {
    align-items: flex-start;
    margin-left: 0.5em;
    margin-top: 0.2em;
}

.module_table.items_view .kpi, 
.module_table.items_view .title-icon {
    font-size: var(--h6);
}
.module_table.items_view .title-icon.rounded-icon {
    font-size: calc(var(--h6) - 0.5rem);
}
.module_table.items_view table tbody,
.module_table.items_view .content {
    font-size: var(--h9);
}

.module_table:not(.items_view) table tr,
.module_table:not(.items_view) table th > *,
.module_table:not(.items_view) table td > * {
    min-height: 2.5em;
}


.module_table table tr > *.has-popup-link:hover,
.module_table table tr > *.has-link:hover {
    border-color: var(--light-blue-color);
    transition: border-color 0.3s ease-in-out;
}

/* Help button */
.aide-button {
    position: fixed;
    right: 0.875rem;
    bottom: 4.875rem;
    font-size: 2.5rem;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0.188rem 0.375rem 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0.188rem 0.375rem 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0.188rem 0.375rem 0px rgba(0,0,0,0.16);
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    color: var(--white-color);
    font-family: var(--font-bold);
    text-align: center;
    font-weight: 500;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: transform 0.1s linear;
    -moz-transition: transform 0.1s linear;
    -ms-transition: transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    
    /* Try fix for iOS InAppBrowser : fixed elements disappearing */
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
}
.search-button {
    position: fixed;
    right: 0.875rem;
    bottom: 9.875rem;
    font-size: 2rem;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0.188rem 0.375rem 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0.188rem 0.375rem 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0.188rem 0.375rem 0px rgba(0,0,0,0.16);
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: var(--white-color);
    font-family: var(--font-bold);
    text-align: center;
    font-style: normal;
    z-index: 1000;
    cursor: pointer;
    padding: 0.5rem 0.7rem;
    
    /* Try fix for iOS InAppBrowser : fixed elements disappearing */
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
}
.top-popup .hide-popup-icon {
    display: flex;
    justify-content: center;
    font-size: var(--h3);
    margin: 1rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
}
#aide-popup {
    z-index: 1000;
}
.aide-button:hover {
    transform: scale(1.1);
}
.circle-icon {
    background: var(--main-color);
    font-style: normal;
    text-align: center;
    min-width: 3rem;
    height: 3rem;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    border-radius: 50%;
}
.popup-button {
    font-size: var(--h5);
    color: var(--white-color);
    background: var(--main-color);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 7rem;
    max-width: 20rem;
    font-family: var(--font-medium);
    text-align: center;
    padding: 1.5rem 2rem;
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    cursor: pointer;
}
.popup-button.secondary-button {
    background: var(--secondary-color);
    color: var(--white-color);
}
.popup-button span {
    flex: 1;
    font-weight: 500;
}
.button-icon, .popup-button em {
    font-size: 2.5rem;
}
.popup-column-button em {
    font-size: 3.5rem;
}
.popup-button .button-icon, .popup-button em {
    margin-right: 1.25rem;
}
.popup-column-button {
    font-size: var(--h5);
    color: var(--white-color);
    background: var(--main-color);
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 7rem;
    max-width: 20rem;
    font-family: var(--font-medium);
    text-align: center;
    padding: 1.5rem 1rem;
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    cursor: pointer;
}
.popup-column-button .button-icon, .popup-column-button em {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    min-height: 3.438rem;
    justify-content: center;
    align-items: center;
}
.popup-column-button .button-icon:first-child, .popup-column-button em:first-child {
    margin-top: 0;
}
.popup-small-button {
    max-width: 12rem;
}

.notifications{
    right: 7.5vw;
}

.chart_div {
    width: 50%;
}

.help-version {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
}
.help-version > * {
    cursor: pointer;
    color: black;
    font-size: var(--h7);
}

.area_div.empty {
    border: 2px var(--disabled-color) dashed;
    border-radius: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--h3);
    color: var(--disabled-color);
    font-weight: 500;
    padding: 12rem 0;
}

.module_table tr.has-popup-link:hover td {
    border-top-color: var(--light-blue-color);
    border-bottom-color: var(--light-blue-color);
    transition: border-color 0.3s ease-in-out;
}
.module_table tr.has-popup-link:hover :first-child {
    border-left-color: var(--light-blue-color);
    transition: border-color 0.3s ease-in-out;
}
.module_table tr.has-popup-link:hover :last-child {
    border-right-color: var(--light-blue-color);
    transition: border-color 0.3s ease-in-out;
}

.wrap-cell {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.br-15 {
    border-radius: 15px;
}
#period-filter-popup .filter_box{
    flex: 1;
    display: flex;
    flex-direction: column;
}
#period-filter-popup form {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#period-filter-popup .period-settings {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Clients part */
.main_wrap {
    display: flex;
    padding: 0rem 2rem 1rem 2rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_wrap > * {
    margin: 1.6rem 2rem;
    width: 40%;
}
.show-popup {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.mobile_only {
    display: none !important;
}

.dashboard_section {
    width: 49%;
}

.activity_box {
    margin-bottom: 0.5rem;
    font-size: var(--h7);
}
.rank_box {
    width: 49%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--gray-inactive);
    background: var(--light-gray);
    cursor: pointer;
}
.rank_box:hover {
    border: 1px solid var(--light-blue-color);
    -webkit-transition: border 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out;
    -ms-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}
.restaurants_block {
    display: flex;
    row-gap: 0.6rem;
    column-gap: 0.6rem;
    flex-wrap: wrap;
}
.restaurants_block > a {
    border-radius: 15px;
    border: 1px solid var(--gray-inactive);
    background: var(--white-color);
    padding: 20px;
    text-wrap-mode: nowrap;
}

/* Tooltips */
.tooltip {
    position: relative;
    display: inline-block;
    width: fit-content;
    /* height: fit-content; */
}
.tooltip[title].no-link:hover,
.tooltip.no-link:has(.tooltiptext):hover {
    color: var(--light-blue-color);
}
.tooltiptext {
    width: fit-content;
    height: fit-content;
    padding-block: 5px;
    padding-inline: 10px;
    box-shadow: 2px 2px 5px rgba(68, 68, 68, 0.6);
}
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: var(--light-gray);
    color: var(--main-color);
    font-weight: 300;
    text-align: center;
    border-radius: 6px;
    width: fit-content;
    bottom: 100%;
    left: 50%;
    margin-left: -30px;
    margin-right: -30px;
    position: absolute;
    z-index: 4;
    min-width: 8rem;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext {
    opacity: 0;
    transition: opacity 0.5s;
}
.tooltip:hover .tooltiptext {
    opacity: 1;
}

/* Sticky table part */
.sticky_table_wrapper {
    width: 100%;
    max-height: 98vh;
    overflow: auto;
}
.sticky_table_wrapper > table {
    table-layout: fixed;
}

.sticky_table_wrapper > table thead th {
    position: sticky !important;
    top: 0;
    z-index: 1;
    background: white;
}
.sticky_table_wrapper > table thead th:first-child {
    left: 0;
    z-index: 2;
}

.sticky_table_wrapper > table tbody th {
    position: sticky !important;
    left: 0;
    z-index: 1;
    background: white;
}
.sticky_table_wrapper > table tbody tr:nth-child(odd) th {
    background: var(--light-gray);
}



/* Advanced params start */
.header-tag {
    background: var(--app-bg);
    color: #3B6D80;
    border-radius: 5px;
    font-size: 0.75rem;
    padding: 0.35rem 0.5rem;
    text-transform: uppercase;
    margin-left: 0.938rem;
    font-family: var(--font-bold);
    font-style: normal;
}
.parameters-block {
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(66, 68, 90, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(66, 68, 90, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(66, 68, 90, 0.1);
    width: 100% !important;
    border-radius: 15px;
}
.parameters-block > div {
    padding: 1.25rem;
}
.parameters-block-header {
    border-bottom: 1px solid #DAE5E9;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.parameters-block-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    border-radius: 15px;
    border: 1px solid #DAE5E9;
    display: flex;
    align-items: flex-start;
}
.parameters-block-tabs-nav li {
    cursor: pointer;
    color: var(--card-color-local);
    font-size: 0.875rem;
    font-family: var(--font-medium);
    display: flex;
    align-items: center;
    padding: 0.625rem 1.25rem;
    min-height: 2.813rem;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.parameters-block-tabs-nav li em {
    background: #DAE5E9;
    min-width: 1.563rem;
    height: 1.563rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: var(--font-black);
    font-style: normal;
    margin-left: 0.625rem;
    transition: all 0.5s ease;
}
.parameters-block-tabs-nav li.active {
    font-weight: 700;
    background: #F3F3F3;
}
.parameters-block-tabs-nav li.active em{
    color: #fff;
    background: var(--card-color-local);
}
.parameters-block-actions, .parameters-block-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.parameters-btn {
    border: 2px solid var(--card-color-local);
    padding: 0.85rem 0.938rem;
    min-height: 3.438rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 15px;
    color: var(--card-color-local);
    background: #fff;
    font-weight: 700;
    transition: all 0.5s ease;
}
.parameters-btn > em {
    margin-right: 0.625rem;
}
.parameters-btn.icon-right > em {
    margin-left: 0.625rem;
}
.parameters-btn:hover {
    color: #fff;
    background: var(--card-color-local);
}
.parameters-block-actions > * {
    margin-left: 0.938rem;
}
.parameters-add-btn {
    padding: 0.85rem 1.25rem;
    min-height: 3.438rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 15px;
    color: #fff;
    background: #1F96F2;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(66, 68, 90, 0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(66, 68, 90, 0.15);
    box-shadow: 0px 2px 10px 0px rgba(66, 68, 90, 0.15);
}
.parameters-add-btn > em {
    margin-left: 0.625rem;
}
.parameters-block-content {
    padding-top: 0;
}
.parameters-filters {
    display: flex;
    align-items: flex-start;
}
.parameters-filters > * {
    margin-left: 0.938rem;
}
.parameters-filter-btn {
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid var(--gray-inactive);
    font-weight: 700;
    color: var(--card-color-local);
    display: flex;
    align-items: center;
    min-height: 3rem;
    font-size: 0.938rem;
    padding: 0.6rem 1.25rem;
    background: #fff;
}
.parameters-filter-btn em {
    margin-right: 0.625rem;
}
.parameters-search-filter {
    position: relative;
}
.parameters-search-filter:before {
    content: "\e902";
    font-family: 'icomoon';
    position: absolute;
    left: 1.25rem;
    top: 0;
    height: 100%;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}
.parameters-search-filter > input{
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid var(--gray-inactive) !important;
    font-weight: 700;
    color: var(--card-color-local);
    min-height: 3rem;
    height: 3rem;
    font-size: 0.938rem; 
    padding: 0.85rem 1.25rem 0.85rem 3.438rem;
    background: #fff;
    box-shadow: none;
    outline: none !important;
}
.parameters-filter-select {
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid var(--gray-inactive);
    font-weight: 700;
    color: var(--card-color-local);
    display: flex;
    align-items: center;
    min-height: 3rem;
    font-size: 0.938rem;
    padding: 0.85rem 1.25rem;
    background: #fff;
    position: relative;
    transition: all 0.5s ease;
    width: 14.375rem;
}
.parameters-filter-select > span {
    position: relative;
    display: inline-block;
    padding-right: 1.25rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.parameters-filter-select > span:after {
    content: "\e966";
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.parameters-filter-select ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    left: -1px;
    top: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--gray-inactive);
    border-top: 0;
    width: calc(100% + 2px);
    transition: all 0.5s ease;
    display: none;
    z-index: 999;
}
.parameters-filter-select ul li {
    display: block;
    cursor: pointer;
    border-top: 1px solid var(--gray-inactive);
    padding: 0.85rem 1.25rem;
}
.parameters-filter-select.open {
    border-radius: 10px 10px 0 0;
}
.parameters-filter-select.open ul {
    display: block;
}
.parameters-advanced-actions {
    display: flex;
    align-items: flex-start;
}
.parameters-advanced-action {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--gray-inactive);
    font-weight: 700;
    color: var(--card-color-local);
    min-height: 3rem;
    font-size: 0.938rem;
    padding: 0.6rem 1.25rem;
    background: #fff;
    transition: all 0.5s ease;
    position: relative;
    margin-right: 0.938rem;
}
.parameters-advanced-action input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -999;
    opacity: 0;
}
.parameters-advanced-action span {
    display: none;
    align-items: center;
}
.parameters-advanced-action span:first-of-type {
    display: flex;
}
.parameters-advanced-action.active span:last-child {
    display: flex;
}
.parameters-advanced-action.active span:first-of-type {
    display: none;
}
.parameters-advanced-action span em {
    font-style: normal;
    font-size: 1.25rem;
    margin-right: 0.625rem;
}
.parameters-block-tab {
    display: none;
}
.zone-list .zone {
    display: flex;
    align-items: center;
    position: relative;
}
.zone-list > .zone {
    margin: 0 0 0.938rem 0;
}
.zone-box {
    background: var(--light-gray);
    border-radius: 10px;
    margin-bottom: 5px;
    border: 1px solid var(--gray-inactive);
    border-left: 10px solid var(--card-color-local);
    position: relative;
}
.zone .zone-drag {
    font-size: 1.5rem;
    padding: 0.3rem;
    cursor: pointer;
    position: absolute;
    left: -2.4rem;
    top: 50%;
    margin-top: -1.04rem;
}
.zone-box-drag {
    padding-left: 2.2rem;
}
.zone .zone-wrap {
    flex: 1;
    position: relative;
}
.zone-wrap-line {
    position: absolute;
    left: 4px;
    top: 0;
    width: 1px;
    height: 0;
    transition: all 0.5s ease;
    background: var(--gray-inactive);
}
.zone-open .zone-sub-list > .zone:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    height: 1px;
    margin-top: -4px;
    width: 0.5rem;
    transition: all 0.5s ease;
    background: var(--gray-inactive);
}
.zone-box .zone-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 3.438rem;
}
.zone-box .zone-box-top-info {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0.625rem 0;
}
.zone-box .zone-box-top-info .zone-box-top-select:first-child {
    margin-left: 1rem;
}
.zone-box-fold-button {
    transform: rotate(-90deg);
    padding: 0.5rem;
    margin: 0 1rem;
    background: none;
    transition: all 0.5s ease;
}
.zone-box-fold-button.active {
    transform: rotate(0deg);
}
.zone-box-top-select {
    position: relative;
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
}
.zone-box-top-select input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -999;
    opacity: 0s;
    height: 100%;
    width: 100%;
    margin: 0;
}
.zone-box-top-select span {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    border: 3px solid var(--card-color-local);
    color: var(--card-color-local);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
} 
.zone-box-top-select input:checked ~ span:after {
    content: "\e92d";
    font-family: 'icomoon';
    font-size: 0.7rem;
}
.zone-box-top-select strong {
    margin-left: 0.938rem;
    font-size: 0.875rem;
    font-weight: 500;
}
.zone-box .zone-box-top-line {
    display: flex;
    align-items: center;
}
.zone-box .zone-box-title {
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.zone-box .zone-box-title em {
    margin-right: 0.625rem;
    min-width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zone-box .zone-box-tag {
    border-radius: 5px;
    background: var(--gray-inactive);
    padding: 0.2rem 0.5rem;
    font-size: 0.625rem;
    font-weight: 700;
    margin: 0 0.625rem;
}
.zone-box .zone-box-tag.national {
    color: #fff;
    background: var(--card-color-local);
}
.zone-box-child {
    border: 1px solid var(--gray-inactive);
    background: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 5px 7px;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-radius: 5px;
    color: #3B6D80;
    margin-left: 5px;
}
.zone-box-child em {
    margin-right: 5px;
}
.zone-box-top-actions {
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
}
.zone-box-top-actions > * {
    margin-left: 1.25rem;
    font-size: 1.25rem;
    background: none;
}
.zone-box label.switch {
    min-width: 45px;
    width: 45px;
    height: 25px;
}
.zone-box label.switch:after {
    width: 19px;
    height: 19px;
}
.zone-box-bottom-line {
    font-size: 0.875rem;
    display: flex;
}
.zone-box-bottom-line span {
    margin: 0.312rem 1.563rem 0 0;
    display: flex;
    align-items: center;
}
.zone-box-bottom-line span em {
    margin-right: 5px;
}
.zone-box-top-info > div .zone-box-bottom-line:not(.zone-box-bottom-line ~ .zone-box-bottom-line) {
    padding-top: 0.312rem;
}
.zone-calendar-el {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
    margin-left: 5px;
    border-radius: 50%;
}
.zone-calendar-el.active {
    background: var(--card-color-local);
    color: #fff;
}
.zone-box .error {
    color: #FA1212;
}
.zone-box  .valid {
    color: #448600;
}
.zone-box  .warning {
    color: #FF9E02;
}
.zone-box-content {
    padding: 0.938rem 1.25rem 0.938rem 0;
    border-top: 1px solid #DAE5E9;
    display: none;
}
.zone-box-content .zone-box {
    background: #fff;
}
.zone .zone-box-content .zone {
    display: block !important;
}
.zone-box-content-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0.625rem 0;
    padding: 0 0 0 3.85rem;
    width: 100%;
}
.zone-box-add-action {
    color: #1F96F2;
    font-size: 0.938rem;
    font-weight: 700;
    background: none;
    cursor: pointer;
    border: 0;
}
.zone-box-add-action span {
    margin-right: 0.625rem;
}
.zone-sub-list {
    display: none;
}
.zone-box.disabled:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 9;
}
.zone-box.disabled {
    background: -webkit-repeating-linear-gradient(-45deg, #DAE5E9, #DAE5E9 2px, transparent 2px, transparent 8px) !important;
    background: -moz-repeating-linear-gradient(-45deg, #DAE5E9, #DAE5E9 2px, transparent 2px, transparent 8px) !important;
    background: -ms-repeating-linear-gradient(-45deg, #DAE5E9, #DAE5E9 2px, transparent 2px, transparent 8px) !important;
    background: -o-repeating-linear-gradient(-45deg, #DAE5E9, #DAE5E9 2px, transparent 2px, transparent 8px) !important;
    background: repeating-linear-gradient(-45deg, #DAE5E9, #DAE5E9 2px, transparent 2px, transparent 8px) !important;
    border-left-color: #9EB5BE !important;
    color: #9EB5BE;
}
.zone-box.disabled .zone-box-top-select span {
    border-color: #9EB5BE;
    color: #9EB5BE;
}
.zone-box.disabled .zone-box-top-actions > *, .zone-box.disabled .zone-box-child, .zone-box.disabled .zone-box-fold-button {
    color: #9EB5BE;
}
.zone-box.disabled .zone-box-switch {
    position: relative;
    z-index: 10;
}
.zone-box.disabled .zone-calendar-el.active {
    background: #9EB5BE;
}
.zone-box.disabled .zone-box-tag.national {
    background: var(--gray-inactive);
    color: #9EB5BE;
}
.zone-section {
    margin: 0 0 1.875rem 0;
    border-bottom: 1px solid #DAE5E9;
    padding-bottom: 0.875rem;
}
.zone-section-title {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    margin: 0 0 1.063rem;
}
.zone-section-title strong {
    margin-right: 0.938rem;
}
.zone-section .zone-list {
    display: none;
}
.parameters-block-tab .zone-section:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.zone-more-actions, .parameters-add-btn {
    position: relative;
    cursor: pointer;
}
.zone-more-actions ul, .parameters-add-btn ul {
    position: absolute;
    right: -1.25rem;
    top: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(66, 68, 90, 0.15);
    -moz-box-shadow: 0px 10px 30px 0px rgba(66, 68, 90, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(66, 68, 90, 0.15);
    background: #fff;
    z-index: 10;
    border-radius: 15px;
    display: none;
}
.parameters-add-btn ul {
    right: 0;
    min-width: 100%;
}
.zone-more-actions ul li, .parameters-add-btn ul li {
    border-top: 1px solid #DAE5E9;
}
.zone-more-actions ul li:first-child, .parameters-add-btn ul li:first-child {
    border: 0;
}
.zone-more-actions ul li > a, .zone-more-actions ul li > span, .parameters-add-btn ul li > a, .parameters-add-btn ul li > span {
    display: flex;
    color: #0D4B63;
    font-size: 1.125rem;
    font-weight: 700;
    align-items: center;
    padding: 1rem 1.25rem;
}
.zone-more-actions ul li em, .parameters-add-btn ul ul li em {
    margin-right: 0.625rem;
}
.filter-box-section-title {
    margin-bottom: 2.188rem;
    font-weight: 700;
}
.filter-box-separator {
    width: 100%;
    display: block;
    border-top: 1px solid #DAE5E9;
    padding-bottom: 2.188rem;
}
.advanced-params-filters .filter_box {
    margin-bottom: 2.188rem;
} 
.advanced-params-filters .filter_box .title {
    font-size: var(--h8);
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
}
.advanced-params-filters .filter_box .title em {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}
.advanced-params-filters .checkbox-field-label {
    font-size: 0.875rem;
    font-weight: 500;
}
.advanced-params-filters .custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.88rem;
}
.advanced-params-filters .custom-select .select2-container--default .select2-selection--single, .advanced-params-filters .custom-select .select2-container--default .select2-selection--multiple {
    height: 3.88rem;
    box-shadow: none;
    font-size: 0.875rem;
    border-radius: 0.938rem;
}
.advanced-params-filters .select2-dropdown, .advanced-params-filters .select2-results {
    border-radius: 0.938rem;
    font-size: 0.875rem;
}
.advanced-params-filters .select2-container--open .select2-dropdown--below {
    border-radius: 0.938rem;
}
.advanced-params-filters .select2-dropdown .select2-results__option {
    font-size: 0.875rem;
    border-radius: 0.938rem;
    padding: 0.47rem 1.438rem;
}
.advanced-params-filters .checkbox-set .element_block {
    border-radius: 0.938rem;
}
.filter-fieldset {
    display: flex;
    align-items: center;
}
.filter-fieldset label {
    font-size: 0.875rem;
    margin: 0 1.25rem;
    font-weight: 500;
}
.filter-fieldset label:first-of-type {
    margin-left: 0;
}
.advanced-params-filters input[type="text"], .advanced-params-filters input[type="tel"] {
    border-radius: 0.938rem;
    box-shadow: none;
    font-size: 0.875rem;
    border-color: #DAE5E9;
    height: 3.875rem;
}
.filter-fieldset .small-field {
    max-width: 7.5rem;
}
.advanced-params-filters .main-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 3.5rem;
}
.advanced-params-filters .main-btn-wrap > div {
    display: flex;
    align-items: center;
}
.advanced-params-filters .main-btn-wrap .btn {
    font-size: var(--h6);
    border-radius: 0.938rem;
    padding: 0.91rem 1rem;
    margin: 0 0.313rem;
    opacity: 1 !important;
    color: #fff !important;
    background: #9EB5BE !important;
}
.advanced-params-filters .main-btn-wrap .btn.active {
    background: #C7DBB3 !important;
}
.advanced-params-filters .main-btn-wrap .btn:last-of-type {
    margin-right: 0;
}
.advanced-params-filters .main-btn-wrap a {
    font-size: var(--h6);
    font-weight: 700;
}
.advanced-params-filters textarea {
    border-radius: 0.938rem;
    box-shadow: none;
    font-size: 0.875rem;
}
.advanced-params-filters .radio-field {
    padding-left: 0;
}
.advanced-params-filters .radio-field-label:before {
    position: relative;
    width: 1.375rem;
    min-width: 1.375rem;
    height: 1.375rem;
    border: 3px solid #0D4B63;
    margin-top: 0;
    top: 0;
    margin-right: 1.25rem;
}
.advanced-params-filters .radio-field-label {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.875rem;
}
.advanced-params-filters .radio-field input:checked ~ .radio-field-label:not(.check):before {
    box-shadow: none;
    -webkit-box-shadow: inset 0px 0px 0px 0.313rem var(--main-color);
    -moz-box-shadow: inset 0px 0px 0px 0.313rem var(--main-color);
    box-shadow: inset 0px 0px 0px 0.313rem var(--main-color);
}
.filter-color {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    border-radius: 50%;
    background: #0D4B63;
    margin-right: 0.625rem;
}
.parameters-radio-icon {
    padding: 0;
    margin: 0 0.313rem 3rem 0.313rem;
}
.radio-set .parameters-radio-icon:first-child {
    margin-left: 0;
}
.parameters-radio-icon .radio-field {
    position: relative;
    padding: 0.5rem;
    min-width: 4.063rem;
    height: 4.063rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.parameters-radio-icon .radio-field-label {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.parameters-radio-icon .radio-icon {
    font-size: 1.6rem;
}
.advanced-params-filters .parameters-radio-icon .radio-field-label:before {
    margin-right: 0;
}
.filter-box-row {
    display: flex;
}
.filter-box-row {
    margin: 0 -1.063rem;
}
.filter-box-row > div {
    padding-left: 1.063rem;
    padding-right: 1.063rem;
}
.filter-box-counter {
    position: relative;
}
.filter-box-counter input {
    padding-left: 2.9rem;
    padding-right: 2.9rem;
    text-align: center;
}
.filter-box-counter button {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 1.563rem;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    height: 1.563rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0D4B63;
    border-radius: 50%;
    margin-top: -0.7815rem;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(13, 75, 99, 0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(13, 75, 99, 0.15);
    box-shadow: 0px 2px 10px 0px rgba(13, 75, 99, 0.15);
}
.filter-counter-down {
    left: 1.125rem;
}
.filter-counter-up {
    right: 1.125rem;
}
/* Advanced params end */