@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700,800");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,600,800");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

html,
body {
    -webkit-font-smoothing: antialiased;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #2d3047;
    background-color: #f0f0f2;
    background: linear-gradient(
        90deg,
        rgb(56, 179, 185) 0%,
        rgb(45, 47, 72) 100%,
        rgb(55, 182, 187) 0%
    );
    background: linear-gradient(
        90deg,
        rgb(54, 135, 148) 0%,
        rgb(45, 47, 72) 100%,
        rgb(55, 182, 187) 0%
    );
}

body.-mm {
    overflow-y: hidden;
}

a,
button {
    color: inherit;
    text-decoration: none !important;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    outline: 0;
    cursor: pointer;
}

a:hover,
button:hover,
a:active,
button:active,
a:focus,
button:focus {
    outline: 0;
    color: inherit;
}

a:active,
button:active {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

input::-moz-focus-inner {
    border: 0;
}

.container-fluid {
    padding-right: 16px;
    padding-left: 16px;
}

@media (min-width: 767px) {
    .container-fluid {
        padding-right: 48px;
        padding-left: 48px;
    }

    .add-margin-top {
        margin-top: 25px;
    }
}

.container {
    padding-right: 16px;
    padding-left: 16px;
}

@media (min-width: 767px) {
    .container {
        padding-right: 16px;
        padding-left: 16px;
    }
}

.shadow {
    box-shadow: 0px 0px 2px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
}

.big-shadow {
    box-shadow: 0px 0px 16px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
}

.huge-shadow {
    box-shadow: 0px 4px 24px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1);
}

.radius {
    border-radius: 4px;
}

.big-radius {
    border-radius: 12px;
}

.-ts {
    margin-top: 48px;
}

.-bs {
    margin-bottom: 48px;
}

.-small-ts {
    margin-top: 16px;
}

.-small-bs {
    margin-bottom: 16px;
}

@media (min-width: 767px) {
    .-ts {
        margin-top: 72px;
    }

    .-bs {
        margin-bottom: 72px;
    }

    .-small-ts {
        margin-top: 48px;
    }

    .-small-bs {
        margin-bottom: 48px;
    }
}

.fz-5 {
    font-size: 4em;
}

.fz-4 {
    font-size: 2.8em;
}

.fz-3 {
    font-size: 2em;
}

.fz-2 {
    font-size: 1.4em;
}

.fz-1 {
    font-size: 1em;
}

.fz-0 {
    font-size: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}

h5 {
    text-transform: uppercase;
}

h1 {
    font-size: 4em;
    font-weight: 100;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

h2 {
    font-size: 2.8em;
    font-weight: 900;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 2em;
    font-weight: 900;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

h4 {
    font-size: 1.4em;
    font-weight: 900;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

h5 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

h6 {
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 2em;
    }
}

p {
    font-size: 1em;
    font-weight: normal;
}

.-title {
    margin-bottom: 0;
    line-height: 1.5em;
}

.-title span {
    font-weight: 400;
}

.-dash {
    color: #37b6bb;
    font-weight: 100;
}

.-dash span {
    font-weight: 900;
}

@font-face {
    font-family: "cheicon";
    src: url("../fonts/cheicon.eot?t6p7hr");
    src: url("../fonts/cheicon.eot?t6p7hr#iefix") format("embedded-opentype"),
        url("../fonts/cheicon.ttf?t6p7hr") format("truetype"),
        url("../fonts/cheicon.woff?t6p7hr") format("woff"),
        url("../fonts/cheicon.svg?t6p7hr#cheicon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "cheicon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-left:before {
    content: "\e90d";
}

.ico-right:before {
    content: "\e90e";
}

.ico-back:before {
    content: "\e90c";
}

.ico-search:before {
    content: "\e900";
}

.ico-cat-1:before {
    content: "\e905";
}

.ico-cat-2:before {
    content: "\e902";
}

.ico-cat-3:before {
    content: "\e903";
}

.ico-cat-4:before {
    content: "\e904";
}

.ico-cat-5:before {
    content: "\e906";
}

.ico-cat-6:before {
    content: "\e907";
}

.ico-cat-7:before {
    content: "\e908";
}

.ico-cat-8:before {
    content: "\e901";
}

.ico-flash:before {
    content: "\e909";
}

.ico-hot:before {
    content: "\e90a";
}

.ico-enterprise:before {
    content: "\e90b";
}

.ico-logout:before {
    content: "\e90f";
}

.ico-update:before {
    content: "\e910";
}

.ico-add:before {
    content: "\e911";
}

.ico-list-add:before {
    content: "\e911";
    font-size: 40px;
}

.ico-menu:before {
    content: "\e912";
}

.ico-close:before {
    content: "\e913";
}

.ico-star:before {
    content: "\e914";
}

.ico-edit:before {
    content: "\e915";
}

.ico-delete:before {
    content: "\e916";
}

.ico-clock:before {
    content: "\e917";
}

.ico-test:before {
    content: "\e918";
}

.ico-face1:before {
    content: "\e919";
}

.ico-face2:before {
    content: "\e91a";
}

.ico-telegram:before {
    content: "\e91b";
}

.ico-instagram:before {
    content: "\e91c";
}

.ico-mailbox:before {
    content: "\e91d";
}

.spinner {
    background: url("../img/spinner.gif") no-repeat center center;
    background-size: 300px;
    height: 300px;
    width: 300px;
    margin: 24px auto;
}

.logo {
    background: url("../img/logo.svg") no-repeat center center;
    background-size: 60px;
    height: 60px;
    width: 60px;
    /* margin: 24px auto; */
}

.sidenav li:hover {
    /* background: #37b6bb;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color:white; */
}

@media (min-width: 767px) {
    .logo {
        /* margin-left: 100px !important; */
    }
}

.page-wrapper {
    position: inherit;
    margin: 0 16px;
}

@media (min-width: 767px) {
    .page-wrapper {
        /* margin: 0 48px 48px 288px; */
        margin: 0px 9px 0px 295px;
    }
}

.page-wrapper.-fullwidth {
    margin: 0 16px 16px 16px;
}

@media (min-width: 767px) {
    .page-wrapper.-fullwidth {
        margin: 0 48px 48px 48px;
    }
}

.content {
    /* padding: 16px 0;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 4px 24px rgba(52, 58, 67, 0.18), 0px 1px 4px rgba(52, 58, 67, 0.1);
    color: #2d3047;
    min-height: 480px; */
    color: #2d3047;
    background: white;
    box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.45);
    border-radius: 8px;
    margin-left: 32px;
    margin-right: 28px;
    box-shadow: 2px 4px 22px -1px rgba(0, 0, 0, 0.17);
    padding-bottom: 30px;
    padding-top: 10px;
    margin-bottom: 60px;
}

@media (min-width: 767px) {
    .content {
        /* padding: 48px 0; */
    }
}

ul.pagination {
    color: #aaaec9;
    margin: 0;
    padding: 0;
}

ul.pagination li {
    border: 1px solid #d7e2e2;
    margin-left: -1px;
    padding: 12px;
    height: 48px;
    min-width: 48px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -o-transition: 200ms all;
    transition: 200ms all;
}

ul.pagination li.disabled {
    background: #ccc;
    cursor: not-allowed;
    background-color: rgb(229, 229, 229) !important;
    cursor: not-allowed;
    pointer-events: none;
    /*Button disabled - CSS color class*/
    color: #c0c0c0;
    background-color: #ffffff;
}

ul.pagination li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 0;
}

ul.pagination li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.pagination li.-middle {
    cursor: auto;
    color: #2d3047;
    background: none !important;
}

ul.pagination li.-current,
ul.pagination li:hover {
    color: #37b6bb;
    background-color: #eff3f3;
}

ul.pagination li:active a {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    display: block;
}

.info-box {
    border: 1px solid #ecf8f8;
    background-color: #ecf8f8;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 24px;
}

.info-box label {
    font-weight: 400;
    display: block;
    clear: both;
    margin-bottom: 0;
}

.info-box h4 {
    font-weight: 100;
    margin-bottom: 0;
}

.fab {
    color: #ffffff;
    float: right;
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    padding: 2px;
    /* background-color:     background-color: #37b6bbb3; */
    border-radius: 50em;
    box-shadow: 0px 0px 2px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
}

.fab:hover,
.fab:active,
.fab:visited,
.fab:focus {
    opacity: 1 !important;
    color: #ffffff;
    box-shadow: 0px 0px 16px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
}

.fab-list {
    color: #ffffff;
    float: right;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 5px;
    background-color: #37b6bb;
    border-radius: 50em;
    box-shadow: 0px 0px 2px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
    margin-bottom: -15px;
}

.fab-list:hover,
.fab-list:active,
.fab-list:visited,
.fab-list:focus {
    opacity: 1 !important;
    color: #ffffff;
    box-shadow: 0px 0px 16px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
}

/* hr {
    border: none;
    height: 0;
    width: 100%;
    clear: both;
    display: block;
    margin: 24px 0;
} */

@media (min-width: 767px) {
    hr {
        margin: 48px 0;
    }
}

hr.-border {
    border-top: 1px solid #d7e2e2;
}

.flag {
    color: #2d3047;
    font-weight: 900;
    line-height: 6em;
    display: block;
    margin-right: 24px;
}

@media (min-width: 767px) {
    .flag {
        display: inline-block;
        width: 300px;
    }
}

.flag:before {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    box-shadow: 0px 0px 16px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
    margin: 16px;
    margin-left: 0;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
}

.flag span {
    font-weight: 100;
}

.flag.-ita:before {
    background-image: url("../img/flag-ita.svg");
}

.flag.-esp:before {
    background-image: url("../img/flag-esp.svg");
}

.flag.-deu:before {
    background-image: url("../img/flag-deu.svg");
}

.flag.-eng:before {
    background-image: url("../img/flag-eng.svg");
}

.flag.-fra:before {
    background-image: url("../img/flag-fra.svg");
}

.table tr.-notvisible {
    color: rgba(45, 48, 71, 0.36);
}

.table td,
.table th {
    border-color: #d7e2e2;
    vertical-align: middle;
    line-height: 1.3em;
    /* padding: 1.2em 0; */
}

.table td.-expendables,
.table th.-expendables {
    display: none;
}

@media (min-width: 991px) {
    .table td.-expendables,
    .table th.-expendables {
        display: table-cell;
    }
}

.table td i,
.table th i {
    display: inline-block;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.table .td-exp {
    font-size: 0.8em;
    display: block;
    line-height: 1.1em;
    color: #37b6bb;
    letter-spacing: -0.01em;
}

.table .td-date {
    font-size: 0.8em;
    line-height: 1.9em;
}

.table .td-ab {
    font-size: 0.8em;
    line-height: 1.9em;
    border-radius: 4px;
    color: #ffffff;
    padding: 8px;
}

.table .td-ab.-test-ongoing {
    background-color: #f08332;
}

.table .td-ab.-test-done {
    background-color: #37b6bb;
}

@media (max-width: 991px) {
    .table .td-ab {
        display: block;
        text-indent: -9999px;
        height: 24px;
        width: 24px;
        border-radius: 50em;
    }
}

.hiddenSite,
.hiddenPixel {
    position: absolute;
    left: -9999px;
}

.ico-face1:hover,
.ico-face2:hover,
.ico-telegram:hover,
.ico-instagram:hover,
.ico-mailbox:hover {
    cursor: pointer;
}

.table a.edit {
    display: block;
    color: #37b6bb;
    opacity: 0.2;
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -o-transition: 200ms all;
    transition: 200ms all;
}

.table a.edit:hover {
    opacity: 1;
}

::-webkit-input-placeholder {
    color: rgba(45, 48, 71, 0.24) !important;
}

::-moz-placeholder {
    color: rgba(45, 48, 71, 0.24) !important;
}

:-ms-input-placeholder {
    color: rgba(45, 48, 71, 0.24) !important;
}

:-moz-placeholder {
    color: rgba(45, 48, 71, 0.24) !important;
}

.form-control {
    height: 44px;
    border-color: #d7e2e2;
}

.form-control:hover,
.form-control:focus {
    border-color: rgba(55, 182, 187, 0.24);
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 182, 187, 0.24);
}

.form-group .uploaded-image {
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
    margin: 24px;
}

label {
    display: block;
    clear: both;
    float: none;
}

select.form-control:not([size]):not([multiple]) {
    height: 48px;
}

textarea {
    height: 96px !important;
}

input[type="file"] {
    padding-top: 9px;
    font-size: 0.8em;
    line-height: 1.2em;
}

a.btn {
    line-height: 28px;
    font-weight: 600;
}

.btn {
    height: 40px;
    border-radius: 50em;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -o-transition: 200ms all;
    transition: 200ms all;
    box-shadow: none !important;
    display: block;
    clear: both;
    margin-bottom: 16px;
    width: 100%;
}

@media (min-width: 767px) {
    .btn {
        display: inline-block;
        margin-bottom: 0;
        width: auto;
    }
}

.btn i {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    display: inline-block;
    margin-right: 8px;
}

.btn-group > .btn {
    line-height: 2.2;
}

.btn-group .btn-secondary {
    background-color: rgba(215, 226, 226, 0.5);
    border-color: #37b6bb;
    color: #37b6bb;
}

.btn-group .btn-secondary:not(:disabled):not(.disabled).active,
.btn-group .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #37b6bb;
    border-color: #37b6bb;
}

.btn-outline-primary {
    color: #37b6bb;
    background-color: transparent;
    border-color: #37b6bb;
    font-weight: 900;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #2d3048;
    border-color: #2d2f49;
    box-shadow: none;
    color: #ffffff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:active {
    background-color: #24797c;
    border-color: #24797c;
}

.btn-outline-secondary {
    background-color: #2d2e47;
    border: #2d2e47;
    color: #ffffff;
    font-weight: 900;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: #24797c;
    border-color: #24797c;
    box-shadow: none;
    color: #ffffff;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:active {
    background-color: #24797c;
    border-color: #24797c;
}

.btn-light {
    background-color: #d7e2e2;
    border-color: #d7e2e2;
    color: #2d3047;
    font-weight: 900;
}

.btn-light:hover,
.btn-light:focus {
    background-color: #bfd1d1;
    border-color: #bfd1d1;
    box-shadow: none;
    color: #2d3047;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:active {
    background-color: #a8c0c0;
    border-color: #a8c0c0;
}

.form-text {
    color: #aaaec9;
}

.form-text a {
    color: #e84855;
    text-decoration: underline !important;
}

.slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 8px;
    background: #d7e2e2;
    outline: none;
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -o-transition: 200ms all;
    transition: 200ms all;
    border-radius: 50em;
    width: 100%;
    position: relative;
    z-index: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50em;
    box-shadow: 0px 0px 16px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
    cursor: pointer;
}

.slider::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50em;
    box-shadow: 0px 0px 16px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
    cursor: pointer;
}

span.track {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 12px;
    z-index: 0;
}

span.track div {
    height: 8px;
    width: 1px;
    background-color: #d7e2e2;
    position: relative;
}

span.track div small {
    text-align: center;
    width: 48px;
    position: absolute;
    display: block;
    top: 10px;
    left: -24px;
}

.single-select .select-pure__select {
    padding: 8px;
}

.multi-select .select-pure__select {
    padding: 8px 8px 0 8px;
}

.select-pure__select {
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 4px;
    color: #2d3047;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #d7e2e2;
    min-height: 48px;
    width: 100%;
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -o-transition: 200ms all;
    transition: 200ms all;
    position: relative;
}

.select-pure__options {
    border-radius: 4px;
    box-shadow: 0px 4px 24px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1);
    color: #2d3047;
    display: none;
    z-index: 5;
    position: absolute;
    top: 48px;
    left: 0;
    max-height: 240px;
    overflow-y: scroll;
    width: 100%;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    background: #ffffff;
    color: #2d3047;
    border-bottom: 1px solid #d7e2e2;
    height: 48px;
    line-height: 2em;
    padding: 8px 24px;
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -o-transition: 200ms all;
    transition: 200ms all;
}

.select-pure__option:hover {
    background-color: #eff3f3;
}

.select-pure__option--selected {
    color: rgba(45, 48, 71, 0.36);
    cursor: initial;
    pointer-events: none;
}

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    background: #37b6bb;
    border-radius: 4px;
    color: #ffffff;
    cursor: initial;
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 4px 8px;
}

.select-pure__selected-label i {
    cursor: pointer;
    display: block;
    margin-left: 8px;
    display: inline-block;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.select-pure__selected-label i:hover {
    opacity: 0.7;
}

.select-pure__selected-label:last-of-type {
    margin-right: 0;
}

.header {
    position: relative;
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    clear: both;
    float: none;
}

.main-header {
    padding: 30px;
    height: 125px;
}

@media (min-width: 767px) {
    .header {
        height: 144px;
    }
}

.header h3 {
    margin: 0 24px 0 0;
}

.user-logged {
    display: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.24);
    height: 48px;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 8px 0 auto;
    background-color: rgb(54, 135, 148);
}

.user-logged h6 {
    line-height: 1.3;
    font-weight: 700;
}

.user-logged h6 span {
    display: block;
    text-transform: uppercase;
    opacity: 0.5;
}

@media (min-width: 767px) {
    .user-logged {
        display: block;
    }
}

.logout,
.menumobile {
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 48px;
    width: 48px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.24);
    border: none;
    outline: none;
    text-align: center;
    padding: 13px;
    margin-left: auto;
    background-color: rgba(53, 124, 138, 0.6);
}

@media (min-width: 767px) {
    .logout,
    .menumobile {
        margin-left: 0;
    }
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay.-visible {
    display: block;
}

@media (min-width: 767px) {
    .overlay {
        display: none !important;
    }
}

.close-mm {
    background-color: transparent;
    outline: 0;
    border: none;
    display: none;
    width: 15%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -15%;
}

.close-mm.-working {
    display: block;
}

@media (min-width: 767px) {
    .close-mm {
        display: none;
    }
}

.open-mm {
    display: block;
    margin-left: 8px;
}

@media (min-width: 767px) {
    .open-mm {
        display: none;
    }
}

.sidebar {
    position: fixed !important;
    top: 0;
    right: 0;
    z-index: 999;
    display: block;
    width: 90%;
    height: 100%;
    background-color: #2d3047;
    padding: 16px;
    border-top-left-radius: 80px;
    /* border-bottom-right-radius: 32px; */
    padding-bottom: 30px;
    margin-top: 7px;
    margin-bottom: 12px;
    margin-left: 5px;
    box-shadow: 0px 4px 8px -2px rgb(0, 0, 0);
    background: rgb(45, 47, 71) !important;
    /* min-height: 850px; */
    overflow: scroll;
    height: 100%;
    box-shadow: 1px 1px 2px 7px black;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 600ms cubic-bezier(0.54, 0.1, 0, 0.92);
    -moz-transition: all 600ms cubic-bezier(0.54, 0.1, 0, 0.92);
    -o-transition: all 600ms cubic-bezier(0.54, 0.1, 0, 0.92);
    transition: all 600ms cubic-bezier(0.54, 0.1, 0, 0.92);
}

.sidebar.-showed {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media (min-width: 767px) {
    .sidebar {
        background-color: transparent;
        padding: 0 48px;
        z-index: 999;
        position: absolute;
        width: 288px;
        padding: 0 16px;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        border-top-left-radius: 0px;
        border-top-right-radius: 80px;
    }
}

.label_separator {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background-color: #37b6bb;
    padding: 5px;
    border-radius: 6px;
    padding-left: 12px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(
        90deg,
        rgb(45, 46, 71) 0%,
        rgb(55, 182, 187) 100%,
        rgb(45, 46, 71) 0%
    );
    border: 1px solid;
}

.add-margin-bottom {
    margin-bottom: 30px;
}

.close-icon-style {
    font-size: 20px !important;
    margin-top: 5px !important;
}

.open-icon-syle {
    font-size: 26px !important;
    margin-top: 2px !important;
}

/* a.router-link-exact-active.router-link-active {
background: #37b6bb;
color: white;
font-weight: 900;
padding: 13px;
width:60px;
}
a.fab.router-link-exact-active.router-link-active{
    padding: 0;
   
    width: auto;
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 2px;
    background: white;
    color: black;
} */

/* a.fab:hover{
    padding: 0;
   
    width: auto;
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 2px;
    background: white;
    color: black;
}
.sidenav li a:hover{
    background: #37b6bb;
    color: white;
    font-weight: 900;
    padding: 13px;
    width:60px;
} */

ul.sidenav {
    margin: 0;
    padding: 0;
    padding: 5px;
}

ul.sidenav li {
    list-style: none;
    display: block;
    padding: 12px 0;
    /* border-bottom: 1px solid #5f5f5f; */
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

ul.sidenav li a:hover {
    opacity: 0.7;
}

ul.sidenav li a:active {
    opacity: 1;
}

ul.sidenav li.-active {
    color: #37b6bb;
}

ul.sidenav + ul.sidenav li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.header select {
    display: block;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background: url("../img/select-bg.svg") no-repeat center right 8px;
    height: 42px;
    padding: 8px 24px 8px 8px;
    margin-right: 8px;
    border: 1px solid #37b6bb;
    border-radius: 4px;
    color: #37b6bb;
    outline: none;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.sidenav li {
    font-weight: 700;
}

/* 
@media (min-width: 767px) {
    .header select {
        width: auto;
    }
} */

.page-wrapper.-fullwidth select {
    margin-right: 24px;
}

.cta {
    display: block;
    width: 100%;
    height: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #ffffff;
    border-radius: 50em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1em;
    text-decoration: none !important;
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -o-transition: 200ms all;
    transition: 200ms all;
}

.cta:hover,
.cta:active {
    color: #2d3047;
    background-color: #ffffff;
}

.cta.-short {
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 767px) {
    .cta.-short {
        width: auto;
    }
}

@media (max-width: 767px) {
    .cta.-goto {
        position: fixed;
        z-index: 996;
        bottom: 16px;
        left: 16px;
        right: 16px;
        width: auto;
    }

    .close-mm {
        padding: 30px;
        font-size: 30px;
        cursor: pointer;
        background-image: url(../img/cancel.png);
        background-repeat: no-repeat;
        background-size: 26px;
        z-index: 1111111;
        color: white;
        /* width: 5px; */
        /* height: 20px; */
        position: absolute;
        top: 8px;
        right: -18px;
    }
}

.cta.-mid {
    height: 48px;
    padding-top: 15px;
}

.cta.-boss {
    height: 64px;
    padding-top: 15px;
    padding-left: 48px;
    padding-right: 48px;
}

.cta.-basic {
    color: #e84855;
    border-color: #e84855;
}

.cta.-basic:hover,
.cta.-basic:active {
    color: #ffffff;
    background-color: #e84855;
}

.cta.-filled {
    color: #ffffff;
    border-color: #e84855;
    background-color: #e84855;
}

.cta.-filled:hover,
.cta.-filled:active {
    color: #ffffff;
    background-color: #e53140;
}

.cta.-light {
    color: #ffffff;
    border-color: #ffffff;
}

.cta.-light:hover,
.cta.-light:active {
    color: #2d3047;
    background-color: #ffffff;
}

.cta.-green {
    color: #37b6bb;
    border-color: #37b6bb;
}

.cta.-green:hover,
.cta.-green:active {
    color: #ffffff;
    background-color: #37b6bb;
}

.cta:active {
    -webkit-transform: translateY(-2);
    -moz-transform: translateY(-2);
    -ms-transform: translateY(-2);
    -o-transform: translateY(-2);
    transform: translateY(-2);
}

.cta span {
    font-weight: 400;
    text-transform: none;
    clear: both;
}

.cta span::before {
    content: "\A";
    white-space: pre;
}

.accordion-btn {
    display: block;
    padding: 16px;
    margin-bottom: 16px;
    background-color: rgba(45, 48, 71, 0.12);
    border-radius: 4px;
}

.user-redirect {
    width: 100%;
    height: auto;
    z-index: 999;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 16px;
    background: url("../img/illo-redirect.png") no-repeat;
    background-position: bottom left -20%;
    background-size: 120px 120px;
    background-color: #37b6bb;
    color: #ffffff;
}

.user-redirect .content {
    flex-basis: 50%;
}

.user-redirect p {
    margin-bottom: 0;
}

.user-redirect a {
    color: #ffffff;
    font-weight: 900;
}

.user-redirect .cta {
    margin: 48px 0 0 0;
}

@media (min-width: 767px) {
    .user-redirect {
        height: 144px;
        padding: 48px;
        flex-direction: row;
        background-size: 350px 350px;
        background-position: center right;
    }

    .user-redirect .cta {
        width: auto;
        margin: 0 0 0 48px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

#cookiebar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
    padding: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#cookiebar p {
    font-size: 0.8em;
    margin-bottom: 0;
}

#cookiebar .cta {
    margin: 24px 0 0 0;
}

@media (min-width: 767px) {
    #cookiebar {
        padding: 24px;
        flex-direction: row;
    }

    #cookiebar p {
        padding-right: 72px;
    }

    #cookiebar .cta {
        width: auto;
        margin: 0 0 0 48px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

.banner.-full {
    margin: 24px 0;
    display: none;
}

@media (min-width: 767px) {
    .banner.-full {
        display: block;
    }
}

.banner.-leaderboard,
.banner.-medium {
    background-color: #eff3f3;
    padding: 24px 0;
    text-align: center;
    margin: 72px 0;
    display: none;
}

@media (min-width: 767px) {
    .banner.-leaderboard,
    .banner.-medium {
        display: block;
    }
}

.banner.-medium {
    display: block;
}

@media (min-width: 767px) {
    .banner.-medium {
        display: none;
    }
}

code {
    display: block;
    background-color: #d7e2e2;
    border: none;
}

.modal-backdrop {
    background: rgba(45, 48, 71, 0.92);
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-content {
    border-radius: 12px;
}

.modal-content h3 {
    color: #37b6bb;
}

.modal-content .modal-body {
    padding: 16px;
}

@media (min-width: 767px) {
    .modal-content .modal-body {
        padding: 48px;
    }
}

.modalFooter h3 {
    text-align: center;
    margin-top: 8px;
}

.modalFooter .image-modal {
    display: flex;
    justify-content: center;
}

.button-close {
    display: flex;
    justify-content: center;
}

.modalFooter .image-modal img {
    width: 100px;
    height: 100px;
}

.modalFooter .image-modal-warning img {
    width: 150px;
    height: 150px;
}

.modalFooter .confirm-buttons {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
}

.modalFooter .confirm-buttons button {
    background-color: transparent;
}

.btn {
    border-radius: 5px;
}

.modalFooter .btn-close {
    background-color: #2eb6bc;
    border-color: #2eb6bc;
    color: white;
}

.modalFooter .btn-close :hover {
    color: #2eb6bc;
    background-color: white;
    border-color: white;
}

.modal-content .modal-footer {
    padding: 16px;
    border: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: #ecf8f8;
    justify-content: flex-start;
}

@media (min-width: 767px) {
    .modal-content .modal-footer {
        padding: 24px 48px;
    }
}

.modal-content .modal-footer .close {
    font-size: 1em;
    font-weight: 400;
    opacity: 1;
    color: rgba(45, 48, 71, 0.24);
    outline: 0;
    text-decoration: underline;
}

.login-window {
    color: #2d3047;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 24px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1);
    padding: 24px;
}

.login-window h4 {
    color: #37b6bb;
}

.tile {
    position: relative;
    display: block;
    max-width: 100%;
    min-height: 320px;
    padding: 16px;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 0px 0px 2px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -o-transition: 200ms all;
    transition: 200ms all;
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    border-radius: 4px;
    white-space: normal;
    background-color: #ffffff;
    color: #2d3047;
}

@media (min-width: 767px) {
    .tile {
        width: 240px;
    }

    .tile:hover ~ .tile {
        -webkit-transform: translate3d(24px, 0, 0);
        -moz-transform: translate3d(24px, 0, 0);
        -ms-transform: translate3d(24px, 0, 0);
        -o-transform: translate3d(24px, 0, 0);
        transform: translate3d(24px, 0, 0);
        opacity: 0.8;
    }

    .tile > .thumb-img img {
        -webkit-transform: translate3d(0, -20%, 0);
        -moz-transform: translate3d(0, -20%, 0);
        -ms-transform: translate3d(0, -20%, 0);
        -o-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
}

.tile > .thumb-img {
    overflow: hidden;
    width: 100%;
    border-radius: 2px;
    height: 128px;
}

.tile > .thumb-img img {
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(0, -27%, 0);
    -moz-transform: translate3d(0, -27%, 0);
    -ms-transform: translate3d(0, -27%, 0);
    -o-transform: translate3d(0, -27%, 0);
    transform: translate3d(0, -27%, 0);
}

@media (min-width: 767px) {
    .tile > .thumb-img img {
        -webkit-transform: translate3d(0, -20%, 0);
        -moz-transform: translate3d(0, -20%, 0);
        -ms-transform: translate3d(0, -20%, 0);
        -o-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
}

.tile > p {
    display: block;
    width: 100%;
    font-weight: 700;
    line-height: 1.2em;
    padding: 16px 0;
    margin: 0;
    min-height: 96px;
}

.tile.-discount > .thumb-img {
    height: 80px;
}

.tile.-discount > .thumb-img img {
    -webkit-transform: translate3d(0, -36%, 0);
    -moz-transform: translate3d(0, -36%, 0);
    -ms-transform: translate3d(0, -36%, 0);
    -o-transform: translate3d(0, -36%, 0);
    transform: translate3d(0, -36%, 0);
}

@media (min-width: 767px) {
    .tile.-discount > .thumb-img img {
        -webkit-transform: translate3d(0, -30%, 0);
        -moz-transform: translate3d(0, -30%, 0);
        -ms-transform: translate3d(0, -30%, 0);
        -o-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }
}

.tile.-ad {
    min-height: auto;
    width: auto;
}

.tile.-ad a.feat-ad {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    border-radius: 2px;
    height: 288px;
    width: 208px;
    display: block;
}

.tile.-ad a.feat-ad:active {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

.tile.-fidelity {
    position: relative;
    width: 170px;
    height: 240px;
    min-height: auto;
    border-radius: 12px;
    box-shadow: 0px 0px 16px rgba(52, 58, 67, 0.18),
        0px 1px 4px rgba(52, 58, 67, 0.1), 0px 1px 2px rgba(52, 58, 67, 0.1);
    padding: 96px 16px 16px 16px;
    text-align: center;
    background: url("../img/qr.svg") no-repeat top 16px left 16px;
}

.tile.-fidelity:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    background: linear-gradient(
        241.06deg,
        rgba(255, 255, 255, 0.35) 0%,
        rgba(255, 255, 255, 0) 51.26%
    );
}

.tile.-fidelity:after {
    content: "Expiring date: 03.18";
    display: block;
    width: 80px;
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 0.6em;
    line-height: 1.1em;
    text-align: right;
    color: rgba(45, 48, 71, 0.18);
}

.tile.-fidelity img {
    width: 135px;
    height: 24px;
}

.tile.-fidelity p {
    padding-top: 8px;
    color: #ffffff;
    height: auto;
}

@media (min-width: 767px) {
    .tile.-fidelity {
        width: 225px;
        height: 130px;
        padding: 48px 24px;
    }
}

.scarcity {
    position: relative;
    margin-top: 16px;
    padding-left: 32px;
}

.scarcity.-flash {
    color: #b31723;
}

.scarcity.-hot {
    color: #ee751a;
}

.scarcity.-single {
    margin-top: 48px;
}

.scarcity i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4em;
}

.scarcity p,
.scarcity h6 {
    margin-bottom: 0;
}

.scarcity p span,
.scarcity h6 span {
    text-transform: uppercase;
    font-weight: 900;
    float: none;
    display: block;
    margin-bottom: 4px;
}

.scarcity p {
    line-height: 1.1em;
}

.box {
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 12px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 192px;
    color: #ffffff !important;
}

.box:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.box h4,
.box p {
    margin: 0;
    z-index: 1;
}

.box.-hurry {
    justify-content: flex-end;
}

.box.-highlight {
    justify-content: space-between;
}

.box.-selection {
    justify-content: flex-start;
}

.date-input {
    width: 300px !important;
    margin-right: 50px;
    margin-left: 20px;
}

.pvc-search-button {
    margin-left: -26px;
    background: #3697a0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-color: black;
    height: 38px;
    color: white;
    margin-top: 1px;
    max-width: 100px;
}

.pie-chart-back {
    margin-bottom: 33px;
    background-color: #eaeaea;
    padding-top: 37px;
    box-shadow: 0px 0px 8px 0px black;
    margin-bottom: 38px;
    background-color: #ffffff;
    padding-top: 37px;
    box-shadow: 0px 11px 10px 4px #2d2e47;
}

.display-inline {
    display: inline;
}

.apexcharts-legend {
    display: inline-table !important;
}

.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip .tooltip-inner {
    font-size: 18px;
    background: #37b6bb;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: #37b6bb;
    z-index: 1;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(black, 0.1);
}

.tooltip.popover .popover-arrow {
    border-color: #f9f9f9;
}

.tooltip[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s;
}

.overlay-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-mask {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    position: relative;
    overflow: auto;
    height: 100%;
    /* max-height: 560px; */
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.modal-container {
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 999;
    box-shadow: 0px 1px 4px 3px white;
    border: 2px solid black;
    width: 100%;
    max-width: 800px;
}

@media (max-width: 700px) {
    .modal-container {
        width: 100%;
        max-width: 560px;
    }
}

@media (max-width: 561px) {
    .modal-container {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 380px) {
    .modal-container {
        width: 100%;
        max-width: 350px;
    }
}

.modal-container-info {
    max-height: auto !important;
    height: auto !important;
}

.modal-header h3 {
    margin-top: 0;
}

.modal-body {
    text-align: center;
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pixelImage {
    width: 30px;
}

.error {
    color: #2d3047;
    font-weight: 900;
    text-align: center;
    font-size: medium;
}

.invalid {
    color: red;
    border-color: red;
}

/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 26px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.tab .tabselected {
    background-color: #2d2e47 !important;
    color: white !important;
}

.new-wrapper {
    border-radius: 4px;
    /* padding: 8px; */
    width: inherit;
    /* padding-left: 10px;
    padding-right: 10px; */
    padding-top: 5px;
    /* border: 1px solid #2d2e47; */
    margin-bottom: 15px;
    /* box-shadow: 0px 1px 8px 0px #2d2e47;
    box-shadow: 0px 1px 3px 0px #2d2e47; */
}

.with-border {
    box-shadow: 0px 1px 3px 0px #2d2e47;
    padding: 15px;
}

/* Change background color of buttons on hover */

/* .tab button:hover {
    background-color: #ddd;
} */

.tab .tabselected {
    background-color: #ccc;
}

.space {
    margin-top: 10px;
}

.modal-body {
    /* height: 300px; */
    max-height: 300px;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.modal-spinner .spinner {
    margin: 0px auto;
    padding: 0px;
    height: 300px;
    width: 300px;
}

.restore-pass {
    float: right;
}

.expire {
    background-color: rgba(255, 0, 0, 0.1);
}

/* Css per la gestione del modale Wizard delle Landing */

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul > li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul > li > a {
    display: -webkit-inline-box;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.bs-vertical-wizard ul > li > a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul > li > a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul > li > a:after {
    content: "";
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul > li > a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
}

.bs-vertical-wizard ul > li.complete > a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul > li.complete > a:after {
    display: none;
}

.bs-vertical-wizard ul > li.locked > a:after {
    display: none;
}

.bs-vertical-wizard ul > li:last-child > a:before {
    display: none;
}

.bs-vertical-wizard ul > li.complete > a .ico {
    left: 8px;
}

.bs-vertical-wizard ul > li > a .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul > li > a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul > li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul > li.current > a:before {
    background-color: #37b6bb;
    opacity: 1;
}

.bs-vertical-wizard ul > li.current > a:after {
    border-color: #37b6bb;
    background-color: #37b6bb;
    opacity: 1;
}

.bs-vertical-wizard ul > li.current:after,
.bs-vertical-wizard ul > li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-vertical-wizard ul > li.current:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.promotion-description {
    height: 320px;
    padding-left: 0px;
}

.hidden {
    position: absolute;
    left: -9999px;
}

.ico-star {
    cursor: pointer;
}

.search-text {
    width: 500px;
    margin-right: 20px;
}

.consent_title {
    margin-left: 10px;
}

#consent_newsletter {
    margin-top: 4px;
}

.download-pdf {
    margin-left: 15px;
}

/* gestione tabella Bilancio */

.color1 {
    color: #37b6bb;
    font-weight: 600;
}

.color2 {
    color: #377cbb;
    font-weight: 600;
}

.bilance-slc-toggle {
    background: linear-gradient(
        90deg,
        rgb(45, 46, 71) 0%,
        rgb(55, 182, 187) 100%,
        rgb(45, 46, 71) 0%
    ) !important;
    color: white !important;
    font-weight: bold;
}

th.none {
    background-color: black;
}

th.under {
    background-color: white;
}

th.over {
    background-color: red;
}

.add-big-spaces {
    margin-bottom: 70px;
    margin-top: 40px;
}

.table-bordered td,
.table-bordered th {
    padding: 0.65rem;
    height: 40px;
    border: 1px solid #dee2e6;
    padding: 5px;
}

.fixed-data {
    background: border-box !important;
}

/* .table-border2 th{
    display: flex;
} */

.fixed-data tbody {
    background: #3dcfd8;
    color: white;
    font-weight: bold;
}

th.light {
    font-weight: 900;
}

.table thead th {
    /* border-bottom: 2px solid black; */
}

.light {
    font-weight: 300;
}

table {
    color: #2d3047;
}

th.light {
    min-width: 164px;
}

.real-data {
    margin-left: 150px;
    width: calc(100% - 150px);
    text-align: center;
}

.table-border2 {
    box-shadow: 1px -7px 2px 2px #2d2c47 !important;
}

.fixed-data {
    position: absolute;
    width: 151px;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 3;
}

.tables-cont {
    position: relative;
}

.new-wrapper input::placeholder {
    color: white;
}

.new .tabselected {
    background-color: #2d2f47;
    color: white;
    background: linear-gradient(
        90deg,
        rgb(54, 135, 148) 0%,
        rgb(45, 47, 72) 100%,
        rgb(55, 182, 187) 0%
    );
}

.arrow-image-new {
    width: 35px;
}

.center {
    text-align: center;
}

.new .tab button {
    height: 50px;
    padding: 0;
    /* width: -webkit-fill-available; */
    width: 97px;
    border: none;
    border-radius: inherit;
    box-shadow: 0px 2px 9px -2px #2d2e47;
}

.new .tab {
    display: flex;
    width: inherit;
}

.new-wrapper .form-control {
    height: 40px;
    background-color: #2d2f47;
    color: white;
    font-weight: 500;
    background: linear-gradient(
        90deg,
        rgb(54, 135, 148) 0%,
        rgb(45, 47, 72) 100%,
        rgb(55, 182, 187) 0%
    );
}

.new-wrapper input.multiselect__input {
    height: 40px;
    background-color: white;
    color: black;
    border: 4px solid #2f3b53;
    font-weight: 500;
}

.new-wrapper .multiselect__tags {
    background-color: #2d2f47;
    color: white;
    font-weight: 500;
    background: linear-gradient(
        90deg,
        rgb(54, 135, 148) 0%,
        rgb(45, 47, 72) 100%,
        rgb(55, 182, 187) 0%
    );
}

.new-wrapper select.form-control:not([size]):not([multiple]) {
    height: 40px;
    background-color: #2d2f47;
    color: white;
    font-weight: 500;
    background: linear-gradient(
        90deg,
        rgb(54, 135, 148) 0%,
        rgb(45, 47, 72) 100%,
        rgb(55, 182, 187) 0%
    );
}

.new-wrapper .form-row {
    padding-bottom: 5px;
    padding-top: 5px;
}

.content {
    /* padding: 32px 0; */
}
.marginTop {
    margin-top: 35px;
}
.iframeArray {
    width: 100%;
    height: 500px !important;
    background-color: rgb(27, 27, 27);
    color: #f0f0f0;
}
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
.apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
    margin-bottom: 10px !important;
}
.positionAbsoulteIntoChart {
    position: absolute;
    background: rgb(45, 47, 71);
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgb(48, 48, 48);
    z-index: 15000;
    right: 5px;
    top: 5px;
    width: 100px !important;
    height: 50px !important;
    color: #fff;
    padding: 10px;
    display: block !important;
}
.positionAbsoulteIntoChart:hover,
.zoomBtn:hover {
    color: #fff;
}
.leftPositionAbsoulteIntoChart {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    z-index: 13000;
    width: 100%;
    justify-content: center;
    text-align: center;
    top: 0px;
    /* box-shadow: 1px 1px 4px rgb(48, 48, 48); */
}
.leftPositionAbsoulteIntoChart .col-lg-3 {
    flex: 0 0 10%;
}
.leftPositionAbsoulteIntoChart label {
    font-size: 10px;
}
.leftPositionAbsoulteIntoChart .form-control {
    font-size: 10px;
    width: 100%;
}
.zoomBtn {
    color: #fff;
    padding: 10px;
    background: rgb(45, 47, 71);
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgb(48, 48, 48);
    float: right;
    margin-right: 50px;
    position: relative;
    z-index: 2;
}
.btnUnZoom {
    width: 0;
    height: 0;
    display: none;
}
.chartCustom {
    position: absolute;
    background: #fff;
    z-index: 10000;
    left: 0;
    top: 0px;
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1240px) {
    .costum-height {
        font-size: 12px !important;
    }

    .new-wrapper .form-group label {
        height: 40px !important;
        font-size: 15px;
    }

    .add-margin-top-bg {
        margin-top: 44px;
    }
}

@media screen and (max-width: 1002) {
    .costum-height {
        font-size: 12px !important;
    }
}

@media (min-width: 1241px) {
    .costum-height {
        font-size: 13px !important;
    }

    .new-wrapper .form-group label {
        height: 30px !important;
    }
}

.-table-header {
    padding: 0;
    border-radius: unset;
    background-color: #2d2d47;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    font-weight: bold;
    text-align: center;
    /* height: 62px !important; */
    border-top-left-radius: 10px;
    /* border: 1px solid black; */
    /* display: flex; */
    /* overflow: scroll; */
    hyphens: auto;
    height: 53px !important;
    overflow: scroll;
}

.unset-border {
    border: unset !important;
}

.red {
    background: yellow;
    color: black;
}

.pvc-buttons {
    padding: 7px;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.new-wrapper li {
    height: 50px !important;
}

table {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
}

/* Fine Wizard delle Landing */

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    margin-left: 20px;
}

.material-pagination {
    list-style: none;
    display: flex;
    padding: 0;
}

.change-size {
    max-width: 200px;
}

.main-wrapper {
    border-radius: 4px;
    background-color: white;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: relative;
}

i.material-iconss {
    font-size: 1.5rem;
    color: white;
    position: relative;
    border-radius: 50%;
    padding: 5px;
    margin: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}

i.material-iconss:after {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 2px;
    transform: scale(0.8);
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

i.material-iconss:hover:after {
    transform: scale(1);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}

i.material-iconss:nth-of-type(4) {
    background-color: #88b999;
}

i.material-iconss:nth-of-type(4):hover {
    color: #88b999;
}

i.material-iconss:nth-of-type(4):after {
    border-color: #88b999;
}

i.material-iconss:nth-of-type(5) {
    background-color: #88b2b9;
}

i.material-iconss:nth-of-type(5):hover {
    color: #88b2b9;
}

i.material-iconss:nth-of-type(5):after {
    border-color: #88b2b9;
}

i.material-iconss:nth-of-type(6) {
    background-color: #8897b9;
}

i.material-iconss:nth-of-type(6):hover {
    color: #8897b9;
}

i.material-iconss:nth-of-type(6):after {
    border-color: #8897b9;
}

i.material-iconss:nth-of-type(7) {
    background-color: #af88b9;
}

i.material-iconss:nth-of-type(7):hover {
    color: #af88b9;
}

i.material-iconss:nth-of-type(7):after {
    border-color: #af88b9;
}

i.material-iconss:nth-of-type(8) {
    background-color: #d59acb;
}

i.material-iconss:nth-of-type(8):hover {
    color: #d59acb;
}

i.material-iconss:nth-of-type(8):after {
    border-color: #d59acb;
}

i.material-iconss:nth-of-type(1) {
    background-color: #cd8484;
}

i.material-iconss:nth-of-type(1):hover {
    color: #cd8484;
}

i.material-iconss:nth-of-type(1):after {
    border-color: #cd8484;
}

i.material-iconss:nth-of-type(2) {
    background-color: #ec9f83;
}

i.material-iconss:nth-of-type(2):hover {
    color: #ec9f83;
}

i.material-iconss:nth-of-type(2):after {
    border-color: #ec9f83;
}

i.material-iconss:nth-of-type(3) {
    background-color: #cdb274;
}

i.material-iconss:nth-of-type(3):hover {
    color: #cdb274;
}

i.material-iconss:nth-of-type(3):after {
    border-color: #cdb274;
}

i.material-iconss:hover {
    background-color: transparent;
    transform: rotate(90deg);
    cursor: pointer;
    box-shadow: none;
}

p {
    color: #999;
    font-weight: 300;
    margin-top: 20px;
}

.table-border {
    border-radius: 17px;
    border-top: 3px solid;
    box-shadow: 0px -1px 1px 0px;
}

@media (min-width: 601px) {
    i.material-iconss {
        padding: 10px;
        margin: 5px;
        font-size: 2rem;
    }
}

@media (min-width: 993px) {
    i.material-iconss {
        padding: 6px;
        margin: 14px;
        font-size: 39px;
        margin-top: 23px;
    }

    i.material-iconss:after {
        border-width: 3px;
        top: -3px;
        left: -3px;
    }
}

.add-space {
    padding-top: 20px;
    padding-bottom: 10px;
}

.answer-button {
    padding: 5px 10px;
    color: white;
    font-weight: 600;
    background-color: #37b6bb;
    border-radius: 4px;
    border: none;
}

.overflow-scroll {
    overflow: scroll;
    width: 100%;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 35px;
}

.execute-button {
    display: flex;
    justify-content: center;
    padding-bottom: 25px !important;
    padding-top: 15px !important;
}

.report-div {
    display: flex;
    justify-content: center;
    padding-bottom: 25px !important;
    padding-top: 15px !important;
    gap: 20px;
}

.tabulator-row.tabulator-group {
    background: linear-gradient(
        90deg,
        rgb(54, 135, 148) 0%,
        rgb(45, 47, 72) 100%,
        rgb(55, 182, 187) 0%
    ) !important;
    color: #f0f0f0 !important;
}

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
    margin-right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgb(255, 255, 255) !important;
    border-bottom: 0;
}

.tabulator-row.tabulator-group span {
    color: #f0f0f0 !important;
}

.statis .box {
    position: relative;
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
    background-color: #2d2e47;
    height: 100%;
    max-height: 190px;
}

.box:before {
    background-color: transparent;
}

.lead {
    font-size: 1.25rem;
    font-weight: 700;
    color: #37b6bb;
}

.tabulator-table {
    /* padding-bottom: 0px!important; */
}

.sum {
    padding: 10px;
}

.sum span {
    font-weight: bold;
    font-style: normal;
}

.sum h1 {
    font-size: 16px;
    color: #1f1f1f;
    font-style: italic;
}

.d-flex {
    gap: 10px;
}

.no-border {
    border-top-left-radius: 0px;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.show-more {
    font-weight: bold;
    margin-top: 6px;
    font-size: 14px;
    color: #2d2f47;
}

.report-button {
    color: white !important;
    font-weight: bold;
    height: 40px;
    line-height: 28px !important;
    background-color: #37b6bb;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.search-checkbox {
    margin-left: 26px;
    margin-top: 4px;
    margin-right: 5px;
}

.div-btns {
    margin-top: 35px;
    margin-bottom: 35px;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.logo-title {
    padding-left: 15px;
    color: white;
    font-size: 28px;
}

.logo-on-login {
    margin: 24px auto;
}

.title-on-sidebar {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 28px;
    color: white;
}

.logo-on-sidebar {
    margin-top: 31px;
    background-size: 44px;
    margin-bottom: -20px;
}

.delete-border {
    box-shadow: none;
}

.align-elements {
    text-align: center;
    margin-top: 35px;
}

.template-header {
    border: 10px solid #37b6bb;
    box-shadow: 0px 3px 3px 5px #2d2f47;
    border-radius: 4px;
}

.tg-list {
    list-style-type: none;
}

.tgl {
    display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
    box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
    background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
    background: none;
}

.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 7em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl + .tgl-btn:after {
    left: 0;
}

.tgl + .tgl-btn:before {
    display: none;
}

.tgl:checked + .tgl-btn:after {
    left: 50%;
}

.tgl-light + .tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
}

.tgl-light + .tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}

.tgl-light:checked + .tgl-btn {
    background: #9fd6ae;
}

.tgl-skewed + .tgl-btn {
    overflow: hidden;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #e84855;
}

.tgl-skewed + .tgl-btn:after,
.tgl-skewed + .tgl-btn:before {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.add-padding-bottom-on-create {
    padding-bottom: 90px;
}

.tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
}

.tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
}

.tgl-skewed + .tgl-btn:active {
    background: #888;
}

.tgl-skewed + .tgl-btn:active:before {
    left: -10%;
}

.tgl-skewed:checked + .tgl-btn {
    background: #3ab54d;
}

.tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
}

.tgl-skewed:checked + .tgl-btn:after {
    left: 0;
}

.tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
}

.prism-editor-wrapper.form-control {
    padding: 6px;
}

.new-wrapper span.multiselect__single {
    background: #2d2d47;
    margin-left: -4px;
    margin-right: -4px;
    background: linear-gradient(
        90deg,
        rgb(54, 135, 148) 0%,
        rgb(45, 47, 72) 100%,
        rgb(55, 182, 187) 0%
    );
}

.new-wrapper .add-padding-top {
    padding-top: 20px;
}

.add-padding {
    padding: 50px;
}

.new-wrapper .ql-container {
    height: fit-content !important;
}

.padding-bottom-top {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* NEW BUTTON TODO */

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat-Regular"),
        url(https://themes.googleusercontent.com/static/fonts/montserrat/v4/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff)
            format("woff");
}

.button-pro {
    /* box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      position: relative;
      display: inline-block;
      overflow: hidden;
      height: 53px;
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      line-height: 30px;
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0px 1px 1px #888; */
    font-weight: bold;
    color: white !important;
}

.button-pro span.icon,
.button-pro span.title {
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.button-pro span.left {
    float: left;
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
}

.button-pro span.right {
    float: right;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
}

.button-pro span.icon {
    font-size: 23px;
    background-color: #00967f;
    -webkit-box-shadow: 0 3px 0 0 #007261;
    box-shadow: 0 3px 0 0 #007261;
    text-shadow: 0px 1px 1px #888;
}

.button-pro span.title {
    -webkit-box-shadow: 0 3px 0 0 #00ae94;
    box-shadow: 0 3px 0 0 #00ae94;
    background-color: #00cdae;
}

.button-pro span.arrow-left,
.bbutton-pro span.arrow-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 15px solid transparent;
    -webkit-transition: all 0.15s;
    -transition: all 0.15s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
}

.button-pro .left span.arrow-left {
    right: 0;
    -webkit-box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
    box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
    border-right: 10px solid #00cdae;
}

.button-pro .right span.arrow-left {
    right: 0;
    -webkit-box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
    box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
    border-right: 10px solid #00967f;
}

.button-pro .left span.arrow-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    border-left: 10px solid #00967f;
}

.button-pro .right span.arrow-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    border-left: 10px solid #00cdae;
}

.button-pro span.slant-left,
.button-pro span.slant-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 50px solid transparent;
    -webkit-transition: all 0.15s;
    -transition: all 0.15s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
}

.button-pro .left span.slant-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    border-left: 10px solid #00967f;
}

.button-pro .right span.slant-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    border-left: 10px solid #00cdae;
}

.button-pro .left span.slant-left {
    right: 0;
    -webkit-box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
    box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
    border-right: 10px solid #00cdae;
}

.button-pro .right span.slant-left {
    right: 0;
    -webkit-box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
    box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
    border-right: 10px solid #00967f;
}

.button-pro :active,
.button-pro .active {
    height: 51px;
}

.button-pro :hover {
}

.button-pro:hover span.arrow-left {
    right: 10px;
}

.button-pro:hover span.arrow-right {
    left: 10px;
}

.button-pro:hover span.slant-left {
    right: 10px;
}

.button-pro:hover span.slant-right {
    left: 10px;
}

.button-pro-small {
    height: 30px;
    font-size: 12px;
    line-height: 10px;
}

a.button-pro-small span.button-pro {
    height: 30px;
}

/* NEW BUTTON END CSS */

.new-wrapper .quillWrapper {
    background: white;
}

.new-wrapper p {
    color: black;
}

.self-evaluation-rows {
    margin-bottom: 20px;
}

input::placeholder {
    color: lightgray !important;
    font-size: 15px;
    font-style: italic;
}

hr {
    margin: 20px 0;
}

.rv-pd-top {
    padding-top: 0px;
}

.remove-padding {
    padding: 0;
}

.flex-evenly {
    display: flex;
    justify-content: space-evenly;
    margin-top: 38px;
}

.lf-align {
    text-align: left;
}

.pie-chart-back h4 {
    margin-bottom: 54px;
}

.apexcharts-graphical {
    transform: translate(0) !important;
    transform: translateX(26px) !important;
}

.apexcharts-legend {
    transform: translate(10px, 10px) !important;
}

label.tgl-btn {
    padding-bottom: 32px;
}

/* .bg-color-charts{
    background: linear-gradient(90deg, rgb(54, 135, 148) 0%, rgb(45, 47, 72) 100%, rgb(55, 182, 187) 0%);
} */

.remove-img-md {
    text-align: right;
    /* padding-bottom:20px; */
}

.remove-img-md img {
    width: 25px;
    cursor: pointer;
}

.delete-btn {
    background-color: #e41d1d !important;
    color: white;
}

.safe-button {
    background-color: #2ec32e !important;
    color: white;
}

.add-md-mg-top {
    margin-top: 15px;
}

option {
    color: rgb(107, 107, 107) !important;
    background-color: white !important;
    font-weight: 600;
}

.current {
    padding-bottom: 30px;
    display: flex !important;
}

.btn-coreg-min {
    min-width: 158px;
}

.add-margin-big {
    margin-top: 44px;
}

/* .create-button{
    background-color: #2d2e47;
    border: none;
    box-shadow: -4px 4px 0px #359aa3;
}
.back-button{
    box-shadow: 4px 4px 0px black;
}
.grey-button{
    box-shadow: 4px 4px 7px black;
    background: linear-gradient(-41deg, rgb(255, 255, 255) 20%, rgb(95, 95, 95) 21%, rgb(255, 255, 255) 92%);
    color: white;
    font-weight: bold;
}
.gw-button{
    background-color: #2d2e47;
    border: none;
    box-shadow: -4px 4px 0px #ffffff;
    background: linear-gradient(57deg, rgb(55, 174, 181) 20%, rgb(54, 149, 159) 16%, rgb(45, 46, 71) 36%);
    box-shadow: 3px 3px -1px 5px #36a0a8;
    box-shadow: 4px 7px 6px 1px #30586b;

} */

.btn-ch-color {
    background-color: #37b6bb;
}

.preview-button {
    color: #1ad47f;
    background-color: #89ff0700;
    background-image: none;
    border-color: #0fea94;
    font-weight: 600;
    border: 2px solid;
}

.preview-button:hover {
    background-color: #0fea94;
    color: white;
    font-weight: bold;
    border-color: black;
}

select {
    cursor: pointer;
}

i {
    cursor: pointer;
}

.switchTheme {
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -95px;
    border: 2px solid #fff;
    padding: 3px;
    border-radius: 40px;
    width: 188px;
    height: 40px;
    font-family: Arial;
    background: transparent;
}

.switchTheme:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 3px;
    border-radius: 30px;
    width: 54px;
    background: #fff;
    transition: left 0.2s;
}

.switchTheme .btn {
    float: left;
    position: relative;
    width: 33.333%;
    height: 30px;
    cursor: pointer;
}

.switchTheme .btn span {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s;
}

.switchTheme .btn.active span {
    transform: scale(1.2);
}

.switchTheme.active0:before {
    left: 0;
}

.switchTheme.active1:before {
    left: 33.333%;
}

.switchTheme.active2:before {
    left: 66.666%;
}

.bilance-switch-button {
    display: flex;
    width: inherit;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-color: black;
    padding: 4px;
    width: 100%;
}

.bilance-switch-button button {
    width: 100%;
    height: 40px;
    background-color: #37b6bb;
    color: white;
    font-weight: bold;
    border-radius: 20px;
    padding: 0;
    border: none;
}

.bilance-switch-button button:active {
    background-color: grey;
    color: black;
}

.table-wrapper table {
    width: 100%;
    table-layout: fixed;
}

.table-wrapper .tbl-header {
    background-color: rgba(255, 255, 255, 0.3);
}

.table-wrapper .tbl-content {
    height: 300px;
    overflow-x: auto;
    margin-top: 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.table-wrapper th {
    padding: 20px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.table-wrapper td {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.pointer-curs {
    cursor: pointer;
}

/* demo styles */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);

/* body{
    background: -webkit-linear-gradient(left, #25c481, #25b7c4);
    background: linear-gradient(to right, #25c481, #25b7c4);
    font-family: 'Roboto', sans-serif;
  } */

.table-wrapper section {
    margin: 50px;
}

/* follow me template */

.table-wrapper .made-with-love {
    margin-top: 40px;
    padding: 10px;
    clear: left;
    text-align: center;
    font-size: 10px;
    font-family: arial;
    color: #fff;
}

.table-wrapper .made-with-love i {
    font-style: normal;
    color: #f50057;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.table-wrapper .made-with-love a {
    color: #fff;
    text-decoration: none;
}

.made-with-love a:hover {
    text-decoration: underline;
}

/* for custom scrollbar for webkit browser*/

.table-wrapper ::-webkit-scrollbar {
    width: 6px;
}

.table-wrapper ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.table-wrapper ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.bar-charts .apexcharts-graphical {
    transform: translateX(61px) !important;
}

#chart {
    max-width: 650px;
    margin: 8px auto;
}

#chart,
.chart-box {
    padding-top: 20px;
    padding-left: 10px;
    background: #fff;
    box-shadow: 0px 0px 4px 5px rgb(44, 47, 70);
}

@media (max-width: 1100px) {
    .box h3 {
        /* max-height: 300px; */
        /* font-size:14px; */
        font-size: 20px !important;
    }

    .lead {
        font-size: 16px !important;
    }
}

@media (max-width: 860px) {
    .logo {
        background-size: 45px;
    }
}

@media (max-width: 767px) {
    .box h3 {
        /* max-height: 300px; */
        /* font-size:14px; */
        font-size: 25px !important;
    }

    .scroll-on-mobile {
        overflow: scroll;
        width: 100%;
    }

    .header-on-sidebar {
        padding-top: 30px;
    }

    .logo-on-sidebar {
        display: none;
    }

    .title-on-sidebar {
        display: none;
    }

    .lead {
        font-size: 20px !important;
    }

    .content {
        margin-left: 0;
        margin-right: 0;
        /* padding-bottom: 90px; */
    }

    .logo-title {
        padding: 0;
        font-size: 28px;
    }
    
    

    .logo {
        margin-right: -40px !important;
        background-size: 44px;
        height: 70px;
        width: 70px;
        margin: 24px auto;
        margin-left: 0 !important;
    }

    .title-on-sidebar {
        color: white;
        left: 43px;
        /* padding-bottom: 24px; */
        margin-top: 0;
        top: 51px !important;
    }

    .logo-on-sidebar {
        margin-top: 5px;
    }

    .header-on-sidebar {
        margin-bottom: 20px;
    }

    header {
        padding: 0 !important;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
        -webkit-text-fill-color: black !important;
    }
}

.tooltip {
    /* display: inline !important; */
}

.outContainer {
    position: relative !important;
    margin-top: -39px;
}

#Out {
    line-height: 22px;
    color: white;
    margin-top: 30px;
    overflow: scroll;
    padding: 10px;
}

.out {
    line-height: 22px;
    color: white;
    margin-top: 30px;
    overflow: scroll;
    padding: 10px;
}

.hover-div {
    cursor: pointer;
    background: white;
    color: #333;
    margin: 8px 0px;
}

.hover-div-bg {
    margin: 16px 0px;
}

.hover-div:hover .tooltip {
    display: block;
}

.small-img-arrow {
    width: 19px;
    background-color: white;
    border-radius: 50%;
    padding: 3px;
    margin-left: 5px;
}

.create-btn-ln {
    height: 42px;
    padding: 8px 24px 8px 8px;
    margin-right: 8px;
    border: 1px solid #2c2f46;
    color: #2c2f46;
    outline: none;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    background: #2c2f46;
    color: white;
    box-shadow: 0px 0px 2px 0px black;
}

.create-btn-ln:hover {
    color: white;
}

.title-on-table-cosponsor {
    text-align: center;
}

.text-center {
    vertical-align: top !important;
}

.bg-custom {
    background-color: rgb(55, 182, 187);
    border-right: 1px solid #333;
    color: #fff;
    border-top: none !important;
    font-size: 13px !important;
}

.bg-custom-green {
    background-color: rgb(23, 201, 23);
    color: #fff;
    border-right: 1px solid #eee;
    font-size: 13px !important;
}

.font-size-13 {
    font-size: 13px !important;
    vertical-align: top !important;
}

.flex-table {
    display: flex;
    overflow: auto !important;
}

.allDays {
    display: inline-table !important;
    margin-right: 10px !important;
    border: 1px solid #eee;
}

.allDays td {
    vertical-align: top !important;
    border-bottom: 1px dotted #eee !important;
}

.table-day {
    border: 1px solid #eee;
}

.table-day td {
    vertical-align: top !important;
    border-bottom: 1px dotted #eee !important;
}

.custom-table {
    overflow: auto;
}

.is_sticky {
    position: sticky;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /* width: 100%; */
    -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.rp {
    padding: 0px !important;
}

.updateUserCosponsor {
    font-size: 15px;
    font-family: Arial;
    padding: 10px 20px;
    color: #494949;

    font-weight: bold;
    border-radius: 6px;
    border: 1px solid #377cbb;
    /* background:linear-gradient(#74ad5a, #68a54b); */
    background: transparent;

    transition: all 0.3s;
}

.updateUserCosponsor:hover {
    background-color: #17a2b8;
    color: #fff;
    border: 1px solid #17a2b8;
    box-shadow: #d1d1d1 0px 0px 10px 0px;
}

.noCosponsorPhrase {
    font-size: 22px;
    font-weight: 500;
}

.flex-div {
    display: flex;
    justify-content: center;
}

.countries-uppercase {
    text-transform: uppercase;
}

.stats {
    overflow: auto !important;
    margin: 0 auto !important;
}

.allDays {
    display: inline-table !important;
    margin-right: 10px !important;
}

.static-table {
    /* margin:0px 0px 10px 0px!important;
    display: flex;
    width: max-content; */
    margin-bottom: 10px !important;
}

.flex-d {
    /* display: flex;
    flex-direction: column; */
}

.stats-td-vertical {
    vertical-align: center !important;
    background-color: #ffffff;
}

.stats .stats-td {
    /* border: none!important; */
    vertical-align: sub !important;
    background-color: #e7e7e7;
}

.stats td {
    border-color: #000;
}

.stats .stats-td-active {
    /* border: none!important; */
    height: 70px !important;
    border: none !important;
}

.stats-td-active {
    border: none !important;
    height: 70px !important;
    border: none !important;
}

.removeBorder {
    border: none !important;
    display: block;
}

.table-responsive {
    overflow-x: initial !important;
}

.leftTable {
    margin-right: 20px !important;
    border: 1px solid #eee;
}

.leftTable td {
    background-color: #fff !important;
    vertical-align: sub !important;
}

.headLeftTable {
    width: 100%;
    text-align: center;
    padding: 11px;
    background: #eee;
}

.stats-border {
    border-color: #eee !important;
}

.d-block {
    display: block;
}

@media screen and(min-width:1200px) {
    .stats {
        display: inline-table !important;
    }
}

.tabulator .tabulator-col-resize-handle {
    background: #f9fafb;
    width: 1px !important;
}

.tabulator-cell ol {
    list-style: none !important;
    padding-left: 0px !important;
}


.tabulator-cell  {
    background-color: #fff !important;
}