﻿@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700|Montserrat:300,400,500,700,800');

/*@keyframes ink_anim{from{transform:scale(0); r:0; opacity:.7}to{opacity:0}}*/
/*@keyframes logo_anim {from{transform: translateY(100%)} }*/
@font-face {
    font-family: 'loader';
    src: url('./font/loader.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'media'; /*icon;*/
    src: url(./font/media.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'toggle-on';
    src: url('./font/toggle-on.svg') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thumb';
    src: url('./font/thumb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'check';
    src: url('./font/check.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'app';
    src: url('./font/app.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'input';
    src: url('./font/input.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'info';
    src: url('./font/info.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.hide {
    display: none;
}

.display-flex {
    display: flex;
    width: 100%;
}

.width-50 {
    width: 50%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.padding-21-30 {
    padding: 21px 30px;
}

.margin-auto {
    margin: auto;
}

.cursor-auto {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.alert-message {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .alert-message .dialog-content {
        background-color: #fff;
        width: 100%;
        max-width: 600px;
        padding: 25px;
        border-radius: 15px;
        position: relative;
    }

    .alert-message .maxheight-content {
        max-height: 90vh;
        overflow: auto;
    }

    .alert-message .dialog-content img {
        margin-bottom: 20px;
        max-width: 330px;
    }

    .alert-message .video-wrapper {
        height: 300px;
        position: relative;
        overflow: hidden;
        margin-top: 35px;
    }

        .alert-message .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
        }

    .alert-message .dialog-content p {
        font-weight: bold;
        font-size: 18px;
    }

        .alert-message .dialog-content p ~ p {
            margin-top: 2px;
        }

.underline-text {
    text-decoration: underline;
}

.alert-message .holiday-plan {
    margin-top: 25px;
    text-align: center;
}

.holiday-img {
    margin-top: 25px;
    width: 50%;
}

.loader, .popUp {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}

.loader {
    font-family: "loader";
}

.popUp {
    overflow-y: auto;
}

.holiday-text-small {
    color: #52bebb;
    font-size: 20px;
    font-weight: 600;
}

.loader div {
    font-size: 44px;
    color: #353c44;
    background-color: white;
    position: absolute;
    top: 80px;
    left: 50%;
    display: inline-flex;
    margin-left: -40px;
    padding: 18px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.loader span {
    -webkit-animation: rotating 3s linear infinite;
    -moz-animation: rotating 3s linear infinite;
    -ms-animation: rotating 3s linear infinite;
    -o-animation: rotating 3s linear infinite;
    animation: rotating 3s linear infinite;
}

.center {
    position: relative;
    /*top: 180px;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .center .actions {
        display: flex;
        margin: 20px 0 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }

.button.action {
    background: #353c44;
    color: #fff;
    text-decoration: none;
}

.center .actions a {
    margin: 10px;
}

.popUpBackground {
    position: absolute;
    background-color: white;
    padding: 40px;
    text-align: center;
    max-width: 700px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    top: 50vh;
    transform: translateY(-50%);
}

    .popUpBackground h2 {
        padding-top: 0;
        letter-spacing: 2px;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 18px;
        margin: 20px;
        max-width: 100%;
        color: #353c44;
    }

.top_0 {
    top: 0;
    transform: translateY(0%);
}

#close-btn, #close-btn-alert {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
    cursor: pointer;
    z-index: 31;
    background: #fff;
    transition: opacity 0.3s;
}

#close-btn-alert {
    opacity: 0.5;
}


    #close-btn:hover, #close-btn-alert:hover {
        opacity: 1;
    }

    #close-btn:before, #close-btn:after,
    #close-btn-alert:before, #close-btn-alert:after {
        position: absolute;
        left: 10px;
        content: ' ';
        height: 20px;
        width: 2px;
        background-color: #353c44;
    }


    #close-btn-alert:before, #close-btn-alert:after {
        background-color: black !important;
    }

    #close-btn:before, #close-btn-alert:before {
        transform: rotate(45deg);
    }

    #close-btn:after, #close-btn-alert:after {
        transform: rotate(-45deg);
    }

.pin-in-popUp {
    padding: 10px !important;
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    align-self: center;
    font-size: 30px !important;
    margin: 2px;
    font-weight: 700 !important;
}

    .pin-in-popUp::-webkit-outer-spin-button,
    .pin-in-popUp::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
    }

    .pin-in-popUp[type=number] {
        -moz-appearance: textfield; /* Firefox */
    }

a {
    text-decoration: none;
    color: inherit
}

space[mini] {
    height: 80px;
}

.disable-scroll {
    overflow: hidden;
}

/**/

.slide {
    display: flex;
    flex-direction:column;
    overflow: hidden;
    position: relative;
    margin: 30px 0
}

    .slide .scrolling {
        display: flex;
        position: relative;
    }

.scrolling {
    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
    transition-duration: 300ms;
    transform: translate(0px, 0px) translateZ(0px);
}

.slide block {
    display: flex;
    margin: 5px;
    flex-direction: column;
    position: relative;
    margin: auto;
}

/*.slide, .slide block {
    width: 700px;
    min-width: 700px;
}*/

.autor {
    margin: 30px 0 0
}

indication {
    display: flex;
    position: relative;
    margin: 30px 0;
}

    indication item {
        width: 20px;
        height: 20px;
        opacity: .1;
        cursor: pointer
    }

        indication item dot {
            height: 6px;
            width: 6px;
            margin: 7px;
            background: #353c44;
            margin: auto;
            display: block;
            border-radius: 6px;
        }

        indication item.selected {
            position: absolute;
            opacity: 1;
            z-index: 1;
            transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
            transition-duration: 300ms;
            transform: translate(0px, 0px) translateZ(0px);
        }

/**/

promo {
    position: relative;
    max-width: 100%;
    margin: 10px 0;
    display: contents;
}

    promo wrapper, .promoWrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    promo block {
        display: flex;
        max-width: 320px;
        width: 320px;
        flex-direction: column;
        background: rgba(255, 255, 255, 1);
        position: relative;
        padding: 30px 15px 0;
        -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

    promo picture {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        promo picture img {
            width: 100%;
        }

        promo picture mask {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }


.material_fill {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: #fff;
    -webkit-clip-path: circle(30px at center 100px);
    clip-path: circle(30px at center 100px);
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) .5s;
    -ms-transition: none;
    display: none;
    top: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 6;
    max-width: 400px;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
}

    .dropdown-content a {
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        max-width: 400px;
        width: 100%;
        cursor: pointer;
        text-align: center;
    }

        .dropdown-content a:hover {
            background-color: #e7eaee;
        }

        .dropdown-content a[selected] {
            background-color: #52bebb;
        }

[pseudo-placeholder] {
    color: #7d7a78 !important;
}

.hide-on-mobile {
    display: inline-block;
}

.show-on-mobile {
    display: none;
}

.dropdown {
    cursor: pointer !important;
}

    .dropdown:hover .dropdown-content,
    .dropdown:active .dropdown-content,
    .dropdown:focus .dropdown-content {
        display: block;
    }

.underline {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .16);
}

.underlinedLink {
    text-decoration: underline;
}

.popUp-dropDown {
    margin: 20px auto;
}

intro {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    width: 100%;
    text-align: center;
    align-items: center;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-direction: column;
}

    intro h1 {
        font-size: 30px;
        font-weight: 300;
        width: 100%
    }

    intro h3 {
        font-size: 24px;
        font-weight: 400;
        width: 100%
    }

    intro h5 {
        font-size: 128px;
        font-weight: 300;
        width: 100%
    }

    intro p {
        font-size: 16px;
        opacity: .5;
        margin-top: 40px;
        width: 100%
    }

back {
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    transform-origin: center top;
    top: 0;
    left: 0;
    will-change: transform;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

    back img {
        transition: .125s;
        max-width: 100%;
    }

    back[phone] {
        position: relative;
        margin-left: -12%;
        top: -40px;
    }

    back img[right] {
        float: right
    }

    back img[left] {
        float: left
    }

.visual {
    margin: 50px 0;
    max-width: 150vw;
}

separator {
    width: 100%;
    height: 1px;
    max-width: 600px;
    box-shadow: inset 0 0 0 10px;
    color: inherit;
    opacity: .1;
    display: flex;
    margin: 80px 0
}

    separator[small] {
        max-width: 400px
    }

social {
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-direction: row;
}

    social a {
        color: inherit;
        display: flex;
        position: relative;
        overflow: hidden;
        border-radius: 50px;
        padding: 10px;
        display: -ms-flexbox;
    }

        social a:active icon {
            transform: translateY(1px);
        }

/*
.button {
    position: relative;
    overflow: hidden;
    text-decoration: underline;
    text-transform: uppercase;
    height: 60px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    transform: scale(1);
    font-family: Montserrat;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    margin: 10px auto;
    z-index: 2;
    border: none;
}

    .button.accent {
        background: #52bebb;
        color: #fff;
        text-decoration: none
    }

    .button.action {
        background: #353c44;
        color: #fff;
        text-decoration: none
    }

    .button:active {
        transform: translateY(1px);
    }
    */
.margin-10 {
    margin-top: -10px;
}

.block {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    justify-content: center;
    margin: 60px 0;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
}

.item {
    max-width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    text-align: center;
    padding: 40px;
    overflow: hidden;
    position: relative;
}

    .item:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        box-shadow: inset 0 0 0 10px;
        opacity: .2;
        right: 0;
        top: 0;
    }

    .item:last-child:after {
        display: none
    }


.block.nav .item:hover {
    transform: translateY(-1px);
}

.block.nav .item {
    cursor: pointer;
}

    .block.nav .item:hover p {
        opacity: .8
    }

    .block.nav .item:active {
        transform: none;
    }


.item h1 {
    font-size: 18px;
    font-weight: 400;
    width: 100%
}

.item p {
    opacity: .5;
    width: 100%
}

.item icon {
    width: 70px;
    height: 70px;
    margin: 50px;
    font-size: 90px;
}

.address {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 40px;
}

    .address .map {
        text-decoration: underline;
        margin: 10px 0;
    }


.mail_link {
    margin: 30px 0 0
}

    .mail_link a {
        text-decoration: underline;
        font-weight: 700
    }

.address a:active {
    transform: translateY(1px);
}

.button icon {
    margin: 0 10px 0 -20px
}

icon {
    overflow: hidden;
    height: 30px;
    width: 30px;
    pointer-events: none;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -webkit-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
    font-family: 'media', 'app';
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 400;
    user-select: none;
    text-transform: none;
}

/**/

persons {
    display: flex;
    flex-direction: column;
    margin: 50px 0;
    overflow: hidden;
}

    persons item {
        padding: 40px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
        text-transform: uppercase;
        text-align: left;
    }

    persons span {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 3px;
    }

    persons b {
        letter-spacing: 2px;
        font-size: 14px;
    }

#account-form steps {
    width: 100%;
    align-items: center;
    max-width: 400px;
}

input, select {
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*  text-transform: uppercase;*/
    transform: scale(1);
    font-family: Montserrat;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background-color: #f5f7f8;
}

select {
    padding: 0 25px !important;
}

.form-wraper .dropdown-content {
    margin-top: 50px;
    width: 100%;
}

    .form-wraper .dropdown-content a[selected] {
        font-weight: 700;
    }

input[type="text"] {
    margin-bottom: -1px;
}

.form-wraper {
    width: 100%;
    height: 50px;
    background-color: #f5f7f8;
    display: flex;
    max-width: 400px;
    margin-bottom: 10px;
}

.form-icon {
    font-family: "input";
    font-size: 18px;
    color: #7d7a78ab !important;
    position: relative;
    z-index: 2;
    border: none;
    background-color: #f5f7f8 !important; /*transparent!important;*/
    align-items: center;
    justify-content: center;
    display: flex;
    width: 16%;
    height: 100%;
    cursor: pointer;
}

.form-icon-reset {
    width: 100%;
}


/*
.form-icon-reset .form-control{
    padding-right: 50px;
}*/
.x-inner-input {
    display: none;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 7;
    right: 70px;
    top: 0px;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #a5a3a3;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

#filter-btn .x-inner-input {
    right: 15px;
}

.form-icon-pencil:after {
    font-family: "input";
    content: attr(data-content) '\e806';
}

/*.form-icon-reset:after {
    font-family: "input";
    content: attr(data-content) '\e800';
}*/

.form-icon-search:after {
    font-family: "input";
    content: attr(data-content) '\e805';
}

.form-icon-pass:after {
    font-family: "input";
    content: attr(data-content) '\e802';
}

.form-icon-pass.special:after {
    font-family: "input";
    content: attr(data-content) '\e801';
}

.form-icon-dropdown:after {
    font-family: "input";
    content: attr(data-content) '\e803';
}

.form-icon-dropdown.special:after {
    font-family: "input";
    content: attr(data-content) '\e804';
}

.form-icon-arrow-down:after {
    font-family: "input";
    content: attr(data-content) '\f175';
}

.form-icon-arrow-down.selected:after {
    color: #52bebb;
}

.form-icon-arrow-up:after {
    font-family: "input";
    content: attr(data-content) '\f176';
}

.form-icon-arrow-up.selected:after {
    color: #52bebb;
}

.form-icon-upload-model:after {
    font-family: "thumb";
    content: attr(data-content) '\f1b2';
}

.form-icon-upload-marker:after {
    font-family: "thumb";
    content: attr(data-content) '\e807';
}

.form-icon-info:after {
    font-family: "info";
    font-size: 16px;
    cursor: pointer;
    content: attr(data-content) '\e800';
}

.checkbox {
    background-color: transparent;
}

    .checkbox a, .checkbox h3 {
        width: auto;
        display: inline-flex;
    }

.form-signup-google .button {
    border-radius: 0;
    border: none;
    background-image: url('../images/btn_google_signin_light_normal_web@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
}

.form-login-google .button {
    border-radius: 0;
    border: none;
    background-image: url('../images/Google_sign_in.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    margin: 0;
}


.watermark {
    background: #d53662;
    height: 25px;
    position: absolute;
    width: 150px;
    color: white;
    z-index: 4;
    right: 20px;
    top: 20px;
    line-height: 25px;
}

    .watermark::before {
        background: #d53662 none repeat scroll 0 0;
        content: "";
        height: 25px;
        position: absolute;
        left: -7px;
        transform: skew(-30deg);
        width: 50px;
        z-index: -1;
    }

.pagination {
    display: inline-flex;
    align-items: center;
}

    .pagination li {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pagination .active {
        background-color: #52bebb;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        padding: 4px;
        color: white;
        position: relative;
    }

.search-sort {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .search-sort .form-wraper {
        display: inline-flex;
        margin: 0 20px;
        position: relative;
    }

.popUpBgFilters {
    max-width: 70%;
    width: 70%;
}

.countries-content {
    width: 100%;
    flex-wrap: wrap;
}

.filter-item {
    border: solid 1px #f5f7f8 !important;
    margin: 15px 0;
}

.filter-item-header h3 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.filter-content-item h3 {
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 16px;
}

.countries-content div, .countries-content form, .countries-content ul, .countries-content ol, .countries-content li,
.countries-content legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

    .countries-content ul:first-child {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

.filter-content-item {
    flex-grow: 1;
    max-width: 400px;
    width: 300px;
    /*padding: 16px 16px 24px !important;*/
}

.filter-control {
    margin: auto;
}

.filter-form {
    margin: 0 5px 5px !important;
}

    .filter-form fieldset {
        border: none;
    }

.filter-input {
    height: 50px;
}

.filter-input-container span {
    top: 50px;
    bottom: auto;
    right: 12px;
}

.filters-list-prop span {
    top: 100px;
    bottom: auto;
    right: 12px;
}

.filters-list {
    text-align: left;
    overflow-y: auto;
    /*max-height: 242px;*/
    height: 232px;
    border: solid 1px #f5f7f8 !important;
}

.filters-list-prop {
    text-align: left;
    border: solid 1px #f5f7f8 !important;
}

    .filters-list li, .filters-list-prop li {
        height: 24px;
        margin: 10px 0;
    }

    .filters-list-prop li {
        display: inline-block;
    }

    .filters-list-prop input[type=checkbox] {
        width: 30% !important;
    }

        .filters-list input[type=checkbox] + label, .filters-list-prop input[type=checkbox] + label {
            position: relative;
            display: inline-flex;
            padding: 0 0 0 28px;
            margin: 0;
            top: -24px;
        }

        .filters-list-prop input[type=checkbox] + label {
            /*top: -40px;*/
        }

    .filters-list input[type=checkbox], .filters-list-prop input[type=checkbox] {
        width: 100%;
        position: relative;
        display: inline-flex;
        z-index: 10;
        font-size: 14px;
        /* pointer-events: none; */
        opacity: 0;
        margin: 0;
        padding: 0;
        /*top: 10px;*/
        height: 24px;
    }

        .filters-list input[type=checkbox] + label::before,
        .filters-list-prop input[type=checkbox] + label::before {
            box-shadow: 0 0 0 1px rgb(165, 163, 162) inset;
            border: 1px solid transparent;
            background-clip: padding-box;
            padding: 2px;
        }

        .filters-list input[type=checkbox] + label::before,
        .filters-list input[type=checkbox] + label::after,
        .filters-list-prop input[type=checkbox] + label::before,
        .filters-list-prop input[type=checkbox] + label::after {
            content: " ";
            height: 22px;
            width: 22px;
            /* top: 0px; */
            left: 2px;
            position: absolute;
            display: block;
            box-sizing: border-box;
            border-radius: 4px;
        }

        .filters-list input[type=checkbox] + label::after,
        .filters-list-prop input[type=checkbox] + label::after {
            content: '\2713';
            color: #52bebb;
            padding-left: 5px;
            font-weight: bolder;
            background-color: #f5f7f8;
            display: none;
        }

        .filters-list input[type=checkbox]:checked + label::after,
        .filters-list-prop input[type=checkbox]:checked + label::after {
            display: block;
        }

.filters-list-text {
    /* text-overflow: clip; */
    white-space: nowrap;
    /* overflow: hidden; */
}

.date-picker-content {
    width: 100%;
}

    .date-picker-content li {
        max-width: 100%;
        width: 100%;
    }

    .date-picker-content ol li {
        display: inline-flex;
    }

    .date-picker-content .form-control {
        margin: 0px 5px;
    }

wrapper .filter-btn, wrapper .date-picker-btn {
    display: inline-flex;
    margin: 10px 20px;
}


:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: transparent;
}

:focus::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}

:focus:-ms-input-placeholder { /* IE 10+ */
    color: transparent;
}

:focus:-moz-placeholder { /* Firefox 18- */
    color: transparent;
}

/**/
#pricing wrapper {
    min-height: 500px;
}

#pricing .actions {
    margin: auto;
}

#pricing h2 {
    margin-top: 0;
}

.pricing-thumbnail block {
    height: 530px;
}

.pricing-thumbnail hr {
    border: solid 2px;
    border-radius: 2px;
    width: 80%;
    margin: 15px auto;
    color: #52bebb;
}

/*.pricing-thumbnail:nth-of-type(1) hr, .pricing-thumbnail:nth-of-type(1) .starred {
    color: #ebbe71;
}

.pricing-thumbnail:nth-of-type(2) hr, .pricing-thumbnail:nth-of-type(2) .starred {
    color: #eb6262;
}

.pricing-thumbnail:nth-of-type(3) hr, .pricing-thumbnail:nth-of-type(3) .starred {
    color: #d53662;
}*/

.pricing-thumbnail .starred {
    color: #eb6262;
}

.pricing-thumbnail .action {
    width: 220px;
}

.pricing-header h1 {
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0;
}

/*.pricing-header h6 {
    margin-bottom: 19px;
}*/

.pricing-header p {
    /* font-size: 14px;
   line-height: 20px;*/
    /* display: inline-block;*/
}

.pricing-body p {
    font-size: 13px;
    line-height: 31px;
}

/*
#pricing-inputs .form-control {
    border: solid 1px;
    border-color: rgba(169, 169, 169, 0.3);
    text-transform: none;
    line-height: 50px;
    height: 50px;
    padding-left: 30px;
    padding-right: 0;
}*/

#pricing-inputs .form-wraper {
    margin: auto;
}

#pricing-inputs .text-danger {
    display: inline-block;
    height: 18px;
}

#pricing-inputs form {
    font-size: 20px;
    padding: 30px 30px 10px;
}


input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
    font-size: 30px;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
    font-size: 30px;
}

.radio-btn {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiobtn-label {
    margin-left: 25px;
}

.radio-btn:nth-of-type(2) {
    margin-left: 15px;
}

.radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    height: 20px;
    width: 20px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgba(169, 169, 169, 0.7);
    border-radius: 50%;
}

.radio-btn:hover input ~ .checkmark {
    background-color: #353c44;
}

.radio-btn input:checked ~ .checkmark {
    background-color: #52bebb;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-btn input:checked ~ .checkmark:after {
    display: block;
}

.radio-btn .checkmark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}


/*Check box*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto);*/

.md-checkbox {
    position: relative;
    margin: 1em 0;
    text-align: left;
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block;
    }

    .md-checkbox label {
        cursor: pointer;
        display: inline;
        line-height: 1.25em;
        vertical-align: top;
        clear: both;
        padding-left: 1px;
    }

        .md-checkbox label:not(:empty) {
            padding-left: 0.75em;
        }

        .md-checkbox label:before, .md-checkbox label:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
        }

        .md-checkbox label:before {
            width: 1.25em;
            height: 1.25em;
            background: #fff;
            border: 2px solid rgba(0, 0, 0, 0.54);
            border-radius: 0.125em;
            cursor: pointer;
            transition: background .3s;
        }

    .md-checkbox input[type="checkbox"] {
        outline: 0;
        visibility: hidden;
        width: 1.25em;
        margin: 0;
        display: block;
        float: left;
        font-size: inherit;
    }

        .md-checkbox input[type="checkbox"]:checked + label:before {
            background: #52bebb;
            border: none;
        }

        .md-checkbox input[type="checkbox"]:checked + label:after {
            transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
            width: 0.75em;
            height: 0.375em;
            border: 0.125em solid #fff;
            border-top-style: none;
            border-right-style: none;
        }

        .md-checkbox input[type="checkbox"]:disabled + label:before {
            border-color: rgba(0, 0, 0, 0.26);
        }

        .md-checkbox input[type="checkbox"]:disabled:checked + label:before {
            background: rgba(0, 0, 0, 0.26);
        }

*, *:before, *:after {
    box-sizing: border-box;
}

.text-danger {
    color: #d53662;
}

.text-success {
    color: #52bebb;
}

.text-warning {
    color: #ebbe71;
}

/**/
.paging {
    padding-top: 20px;
    text-align: center;
}

.project-description {
    padding: 20px;
    position: relative;
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;

}
    .project-description .radiobtn-label {
        font-weight: 600;
    }
    .project-description .radio-wrapper,
    .project-description .txt-description,
    .project-description .txt-description {
        font-size: 14px;
        text-align: left;
    }
    .project-description .txt-description {
        margin: 10px 0;
    }
  .project-description .result {
            margin: 10px 0;
            overflow: hidden;
   }
        .project-description .btn-dark {
            padding: 13px;
            font-size: 12px;
            line-height: normal;
        }
    .project-description .btn-dark span {
            display: block;
    }
  .project-description .btn-dark ~ div > .btn-dark {
            margin-top: 10px;
  }
  #how_it_works .project-description {
            padding: 20px 40px;
    }

.project-thumbnail {
    background-color: white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 28px 15px 35px;
    width: 280px;
    min-width: 280px;
    min-height: 320px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    float: left;
}
.content-payment {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.project-thumbnail h2 {
    margin: 0;
}
.content-payment .view-bag {
    margin-top: auto;
}

.project-thumbnail h3 {
    margin: 15px auto;
}

    .project-thumbnail hr {
        border: solid 2px;
        border-radius: 2px;
        width: 80%;
        margin: 25px auto;
        color: #ebbe71;
    }

.IN-PROGRESS hr {
    color: #ebbe71;
}

.FAILED hr, .Enable hr {
    color: #d53662;
}

.READY hr, .Disable hr {
    color: #52bebb;
}

.hvr-sweep-to-top {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.project-header p {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 10px;
    -webkit-user-select: text;
}

.project-name {
    margin: 0 auto;
    z-index: 4;
    height: 70px;
    overflow: hidden;
    background-color: white;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}

    .project-name h3 {
        margin: 0 auto !important;
    }

    .project-name p, .project-thumbnail b {
        word-wrap: break-word;
        -webkit-user-select: text;
    }

/*.user-personal-data {
    height: 24px;
}*/

.hvr-sweep-to-top:hover .project-name {
    justify-content: center;
    overflow: visible;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}

.project-icon {
    font-family: "thumb";
    font-size: 32px;
    color: white;
}

.toggle-on {
    font-family: "toggle-on";
    font-size: 32px;
    color: #d53662;
}

.check-icon {
    font-family: "check";
    /*font-size: 32px;*/
    color: #d53662;
}

.check-icon-card {
    font-family: "check";
    font-size: 32px;
    color: #a5a3a3;
}

.loader-secondary {
    font-family: "loader";
    font-size: 32px;
    color: white;
}

.project-icons a {
    display: inline-flex;
    margin-top: 20%;
    padding: 0 20px;
    cursor: pointer;
}

    .project-icons a:hover {
        color: white;
    }

.project-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .project-icon:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.project-icons {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #ebbe71;
}

.FAILED .project-icons, .Enable .project-icons {
    background: #d53662;
}

.READY .project-icons, .Disable .project-icons {
    background: #52bebb;
}

.hvr-sweep-to-top:hover .project-icons,
.hvr-sweep-to-top:active .project-icons,
.hvr-sweep-to-top:focus .project-icons {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    height: 141px;
}


.project-icons-enterprise a {
    display: inline-flex;
    margin-top: 10%;
    padding: 0 20px;
    cursor: pointer;
}

.project-icons-enterprise label {
    display: inline-flex;
    margin-top: 10%;
    padding: 0 20px;
    cursor: pointer;
}

.project-icons-enterprise {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #ebbe71;
}

.FAILED .project-icons-enterprise, .Enable .project-icons-enterprise {
    background: #d53662;
}

.READY .project-icons-enterprise, .Disable .project-icons-enterprise {
    background: #52bebb;
}

.hvr-sweep-to-top:hover .project-icons-enterprise,
.hvr-sweep-to-top:active .project-icons-enterprise,
.hvr-sweep-to-top:focus .project-icons-enterprise {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    height: 141px;
}


.hvr-sweep-to-top:hover .loader-secondary,
.hvr-sweep-to-top:active .loader-secondary,
.hvr-sweep-to-top:focus .loader-secondary {
    -webkit-animation: rotating 3s linear infinite;
    -moz-animation: rotating 3s linear infinite;
    -ms-animation: rotating 3s linear infinite;
    -o-animation: rotating 3s linear infinite;
    animation: rotating 3s linear infinite;
}

@keyframes rotating {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#invitation-thumb .project-name {
    height: 66px;
}

#invitation-thumb input, #upload-thumb .form-wraper {
    border: solid 1px;
    border-color: rgba(169, 169, 169, 0.3);
}

#invitation-thumb .result {
    height: 48px;
}


.ClientDashboard {
    padding-bottom: 28px;
}

#upload-thumb .project-name {
    height: 54px;
}
/*
.ClientDashboard .project-name {
    height: 32px !important;
}

#upload-thumb .result {
    height: 34px;
}*/

#upload-thumb .button {
    margin: 0 auto;
}

#upload-thumb .form-wraper {
    cursor: pointer;
}

#upload-thumb .form-icon {
    color: #353c44;
}

#file, #marker {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-file-name {
    padding: 15px 7px;
    width: 100%;
    color: #7d7a78ab;
    text-align: left;
    display: inline;
    cursor: pointer;
    margin: 0 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-user-select: none;
}

    .upload-file-name[changed] {
        color: #353c44;
    }

.Disable-color {
    color: #a5a3a3
}

/*.disable-btn {
background-color: #a5a3a3 !important;
cursor: default;
}*/
/**/
steps {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    max-width: 100%
}

    steps item {
        padding: 30px;
        display: flex;
        justify-content: center;
        transition: .125s;
        position: relative;
        text-transform: uppercase;
        overflow: hidden;
        align-items: center;
        flex-direction: column;
    }

        steps item .actions {
            display: flex;
            margin: 20px 0 0;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            max-width: 100%
        }

            steps item .actions .button {
                margin: 20px 10px 0 10px
            }

    steps digit {
        display: none
    }

    steps item:hover {
        background: rgba(231, 234, 238, 1);
        padding: 50px;
    }

.steps-inverse item:hover {
    background: #fff;
    padding: 50px;
}

steps item a {
    text-decoration: underline;
}

/**/
textarea {
    resize: none;
    margin: 30px 0;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: Montserrat;
    border-width: 1.5px;
    font-weight: bold;
}

.result {
    margin: 10px;
}

/**/


    paragraph h3 {
        margin: 2em 2em 1em !important;
        padding: 0 !important;
        max-width: 100%;
    }

    paragraph p {
        line-height: 24px;
    }

f {
    margin-left: 2em;
}

paragraph a {
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}

paragraph ul {
    list-style: disc;
    list-style-position: inside;
    text-align: justify;
    padding: 0.5em 0 0.5em 2em;
}

    paragraph ul ul {
        list-style: circle;
    }

paragraph li {
    line-height: 24px;
}

#about paragraph {
    padding-bottom: 2em;
}

/**/
paragraph .project-thumbnail {
    margin-right: 2em;
    margin-bottom: 1em;
}

/**/
/*    canvas, #loader-viewer {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }*/

#loader-viewer {
    background-color: #e7eaee;
    z-index: 4;
}

.viewer {
    text-align: left !important;
}

    .viewer h1 {
        text-align: center;
        position: relative;
        z-index: 3;
    }

    .viewer #info {
        /*position: relative;*/
        bottom: 0;
        position: absolute;
        z-index: 3;
        padding-left: 10px;
        padding-bottom: 10px;
    }

#loader-viewer-content {
    position: relative;
    top: 45%;
    width: 40%;
    margin: auto;
}

    #loader-viewer-content h3 {
        text-align: center;
    }

    #loader-viewer-content hr {
        border: solid 2px;
        border-radius: 2px;
        margin: auto;
        color: #353c44;
    }

#loading-line {
    width: 0%;
    margin-top: -4px;
    z-index: 3;
}

    #loading-line hr {
        color: #52bebb;
    }

#info p {
    display: inline-block;
}

.property {
    /*width: 130px;*/
    width: 105px;
    /*padding-left: 10px;*/
}

.value {
    /*padding-left: 10px;*/
}

#error-log {
    display: none;
    position: absolute;
    z-index: 4;
    margin: 10px;
    right: 0;
    bottom: 0;
    max-height: 110px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #353c44;
    border: 8px solid transparent;
    border-radius: 2px;
}

    #error-log span {
        color: white;
    }

.error-icon {
    font-weight: 900;
    display: inline-block;
    color: #d53662;
    float: left;
}

.file {
    display: inline-block;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
    width: 215px;
    max-width: 215px;
    word-wrap: break-word;
}

.password-not-match, .not-filled-required {
    border: solid;
    border-color: #d53662;
    border-width: 1.3px;
    outline-width: 0;
}

.not-filled-required-checkbox {
    text-decoration-color: red;
}

.password-match {
    border: solid;
    border-color: #52bebb;
    border-width: 1.3px;
    outline-width: 0;
}

.remove-top-border {
    border-top-width: 0px;
}

.status {
    display: inline-block;
    color: white;
    padding-right: 10px;
}


#info > div, #error-log > div {
    margin-bottom: 4px;
}

    #error-log > div:hover {
        background: rgba(231, 234, 238, 1);
    }

        #error-log > div:hover .status, #error-log > div:hover .file {
            color: #353c44;
        }

.H1-style {
    font-family: Montserrat;
    letter-spacing: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 36px;
    margin: 20px 0;
    max-width: 100%;
}

[tooltip] {
    /*margin: 20px 60px;*/
    position: relative;
    display: inline-block;
}

    [tooltip]::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px 6px 0 6px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
        z-index: 99;
        opacity: 0;
    }

[tooltip-position='left']::before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    transform: translatey(-50%) rotate(-90deg)
}

[tooltip-position='top']::before {
    left: 50%;
}

[tooltip-position='bottom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

[tooltip-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg)
}

[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    padding: 4px 2px;
    font-size: 12px;
    min-width: 250px;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px 4px;
    z-index: 99;
    opacity: 0;
}

[tooltip-position='left']::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%);
}

[tooltip-position='top']::after {
    left: 50%;
}

[tooltip-position='buttom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
}

[tooltip-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}

[tooltip]:hover::after, [tooltip]:hover::before {
    opacity: 1;
}

.dashed-text {
    border-bottom: 1px dashed gray
}

/**/
/*toggle*/
/* THE TOGGLE
============================*/
.material-toggle {
    display: block;
    min-height: 40px;
}

    .material-toggle input[type="checkbox"] {
        display: none;
    }

    .material-toggle label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 300px;
        text-align: left;
        left: 0;
        display: block;
    }

    .material-toggle > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: 0px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
        right: 0;
    }

    .material-toggle > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        right: 20px;
        margin-top: 0px;
        position: absolute;
        top: -4px;
        transition: all 0.1s ease-in-out;
        width: 24px;
    }

    .material-toggle > input[type="checkbox"]:checked + label::before {
        background: inherit;
        opacity: 0.5;
    }

    .material-toggle > input[type="checkbox"]:checked + label::after {
        background: #52bebb;
        right: 0;
    }

/*toggle*/
.zip_li {
    color: #1d2129;
    list-style-type: disc;
}


.admin-title {
    font-family: Montserrat;
    letter-spacing: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 36px;
    margin: 20px 0;
    max-width: 100%;
    color: #353c44;
    padding-top: 0;
    text-align: center;
}

#content section wrap {
    background: rgba(231, 234, 238, 1);
    padding: 50px 0 80px;
    font-size: 16px;
    display: block;
}

#content section .admin-form {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


    #content section .admin-form .form-control {
        border: 0;
        padding: 25px 30px;
        width: 100%;
        z-index: 5;
        cursor: text;
        background-color: #f5f7f8;
        font-size: 12px;
        text-transform: capitalize;
        letter-spacing: 2px;
        font-weight: 700;
    }
    #content section .admin-form .form-control:focus {
        box-shadow: none;
    }
   .project-description h3 {
    margin: 0 auto;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px auto;
    max-width: 100%;
    z-index: 3;
}

.project-description .project-body p {
    min-height: 24px;
}

.project-description p + p {
    margin-top: 0;
}

.button {
    position: relative;
    overflow: hidden;
    text-decoration: underline;
    padding: 13px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    transform: scale(1);
    font-family: Montserrat;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    margin: 10px auto;
    z-index: 2;
    border: none;
}

    .button.accent {
        background: #52bebb;
        color: #fff;
        text-decoration: none;
    }

.disable-btn {
    background-color: #a5a3a3 !important;
    cursor: default;
}

.filter-btn, .date-picker-btn {
    background: #f5f7f8 !important;
    color: #353c44 !important;
    text-decoration: none;
    border-radius: 0;
    height: 50px;
    text-transform: none;
    width: 200px;
}
.filter-btn {
    margin-top: 20px;
}
/*responsive*/
@media screen and (max-width: 1000px) {
    .search-sort {
        flex-direction: column;
        align-items: center;
        margin: 20px 0;
        width: 100%;
    }
}

#dynamic-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
    #dynamic-content ul {
        padding-left: 20px;
    }
    .date-picker-content .filter-content-item .filter-form .filter-input {
        background-color: transparent;
        border: 0;
        font-weight: 700;
        font-size: 12px;
    }

.admin-form input, .admin-form select {
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-transform: uppercase;
    transform: scale(1);
    font-family: Montserrat;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    border: none;
    background-color: #f5f7f8;
}

.sort-dropdown .form-icon-dropdown {
    position: absolute;
    top: 12px;
    right: 15px;
    background: transparent;
    width: auto;
    height: auto;
}


.title-pass {
    font-size: 26px;
    color: #52bebb;
    margin-bottom: 40px;
}

.form-icon.form-icon-dropdown {
    background-color: transparent !important;
}


.center-container {
    display: flex !important;
    align-items: center;
    flex-direction: column;
}

@media only screen and (min-width: 992px) {
    .account-wrap form {
        max-width: unset;
        width: 100%;
    }
}

.account-wrap h1 {
    letter-spacing: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 36px;
    margin: 20px 0;
    padding-top: 0;
    color: #353c44;
}

.account-wrap h2 {
    color: #353c44;
    padding-top: 0;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px;
    max-width: 100%;
}

.account-wrap form input {
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    padding: 0 30px;
    min-height: 100%;
    letter-spacing: 2px;
}

    .account-wrap form input:focus {
        border: 2px #000 solid;
        box-shadow: none;
    }


.action-link a {
    color: #000
}

    .action-link a:hover {
        color: #000;
        opacity: .9;
    }

.invitation-wrap {
    min-height: calc(100vh - 198px);
}

.form-wraper.sort-dropdown {
    position: relative;
}

    .form-wraper.sort-dropdown input {
        box-shadow: none;
    }

.dashboard-title {
    letter-spacing: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 36px;
    margin: 20px 0;
    padding-top: 0;
    color: #353c44;
}

.error-text {
    font-weight: 20px;
    font-weight: bold;
}

.wrap-height {
    min-height: calc(100vh - 198px);
}

.height-100 {
    min-height: 100vh;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

/*chart*/
.bg-gray {
    background-color: rgba(231, 234, 238, 1);
}

.user-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    padding: 15px 40px;
    margin-bottom: 40px;
    box-shadow: 5px 5px 10px -6px #808080;
}

    .user-wrapper li {
        text-align: center;
        padding: 7px 20px;
    }

        .user-wrapper li:last-child {
            margin-right: 0;
        }

    .user-wrapper .number {
        margin-top: 20px;
    }

.btn-brand-primary-sm {
    background-color: #52bebb;
    font-size: 17px;
    border: 0;
    letter-spacing: 0.5px;
    transition: all 0.25s;
    color: #fff;
    padding: 12px 25px;
}

.btn-dark-sm {
    background-color: #1d2124;
    font-size: 17px;
    border: 0;
    letter-spacing: 0.5px;
    color: #fff;
    padding: 3px 5px;
    transition: all 0.25s;
    padding: 12px 25px;
}

    .btn-brand-primary-sm:hover,
    .btn-dark-sm:hover {
        opacity: 0.8;
    }

.flex-auto {
    padding: 0 15px;
}
.form-admin .form-group {
   margin-bottom: 30px;
}

.form-admin {
    max-width: 90%;
}

    .form-admin .form-group .flex-1 {
        min-width: 200px;
        max-width: 320px;
    }

    .form-admin .form-group .form-control {
        margin-bottom: 0;
    }

    .form-admin .form-group .row {
        margin-right: -10px;
        margin-left: -10px;
    }

        .form-admin .form-group .row [class^="col-"],
        .form-admin .form-group .row [class^="flex-"] {
            padding: 0 10px;
        }

        .form-admin .form-group .row > div {
            margin-bottom: 20px
        }

.form-group label {
    display: block;
}
.select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
    .select-wrapper:after {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
        right: 15px;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjQ1MS44NDdweCIgaGVpZ2h0PSI0NTEuODQ3cHgiIHZpZXdCb3g9IjAgMCA0NTEuODQ3IDQ1MS44NDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MS44NDcgNDUxLjg0NzsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxDQoJCWMxMi4zNTQtMTIuMzU0LDMyLjM4OC0xMi4zNTQsNDQuNzQ4LDBsMTcxLjkwNSwxNzEuOTE1bDE3MS45MDYtMTcxLjkwOWMxMi4zNTktMTIuMzU0LDMyLjM5MS0xMi4zNTQsNDQuNzQ0LDANCgkJYzEyLjM2NSwxMi4zNTQsMTIuMzY1LDMyLjM5MiwwLDQ0Ljc1MUwyNDguMjkyLDM0NS40NDlDMjQyLjExNSwzNTEuNjIxLDIzNC4wMTgsMzU0LjcwNiwyMjUuOTIzLDM1NC43MDZ6Ii8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==");
    }
.select {
    font-size: 13px;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #000000;
    padding: 11px 50px 11px 15px !important;
    background-color: rgba(255, 255, 255, 0.6);
    -moz-appearance: none;
    -webkit-appearance: none;
}



    .select::-ms-expand {
        display: none;
    }

.btn-group button ~ button {
    margin-left: 10px;
}

.chart-wrapper {
    max-width: 75%;
}

.count-element {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

.nav.nav-tabs {
    margin: 40px 0;
    border: 0;
    font-weight: 500;
}

    .nav.nav-tabs .nav-link {
        border: 0;
        border-radius: 0;
    }

.nav-tabs .nav-link:hover {
    color: #52bebb;
}

.excel-btn {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 7px 0;
}
    .excel-btn:after {
        content: "";
        position: absolute;
        width: 35px;
        height: 35px;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0yODIuMjA4LDE5LjY3Yy0zLjY0OC0zLjAwOC04LjQ4LTQuMjU2LTEzLjE1Mi0zLjM5MmwtMjU2LDQ4QzUuNDcyLDY1LjY4NiwwLDcyLjI3OCwwLDc5Ljk5djM1Mg0KCQkJYzAsNy42OCw1LjQ3MiwxNC4zMDQsMTMuMDU2LDE1LjcxMmwyNTYsNDhjMC45NiwwLjE5MiwxLjk4NCwwLjI4OCwyLjk0NCwwLjI4OGMzLjY4LDAsNy4zMjgtMS4yOCwxMC4yMDgtMy42OA0KCQkJYzMuNjgtMy4wNCw1Ljc5Mi03LjU4NCw1Ljc5Mi0xMi4zMnYtNDQ4QzI4OCwyNy4yMjIsMjg1Ljg4OCwyMi43MSwyODIuMjA4LDE5LjY3eiBNMjU2LDQ2MC42OTRMMzIsNDE4LjcxVjkzLjI3bDIyNC00MS45ODQNCgkJCVY0NjAuNjk0eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDk2LDc5Ljk5SDI3MmMtOC44MzIsMC0xNiw3LjE2OC0xNiwxNmMwLDguODMyLDcuMTY4LDE2LDE2LDE2aDIwOHYyODhIMjcyYy04LjgzMiwwLTE2LDcuMTY4LTE2LDE2DQoJCQljMCw4LjgzMiw3LjE2OCwxNiwxNiwxNmgyMjRjOC44MzIsMCwxNi03LjE2OCwxNi0xNnYtMzIwQzUxMiw4Ny4xNTgsNTA0LjgzMiw3OS45OSw0OTYsNzkuOTl6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zMzYsMTQzLjk5aC02NGMtOC44MzIsMC0xNiw3LjE2OC0xNiwxNmMwLDguODMyLDcuMTY4LDE2LDE2LDE2aDY0YzguODMyLDAsMTYtNy4xNjgsMTYtMTYNCgkJCUMzNTIsMTUxLjE1OCwzNDQuODMyLDE0My45OSwzMzYsMTQzLjk5eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMzM2LDIwNy45OWgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZjMCw4LjgzMiw3LjE2OCwxNiwxNiwxNmg2NGM4LjgzMiwwLDE2LTcuMTY4LDE2LTE2DQoJCQlDMzUyLDIxNS4xNTgsMzQ0LjgzMiwyMDcuOTksMzM2LDIwNy45OXoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTMzNiwyNzEuOTloLTY0Yy04LjgzMiwwLTE2LDcuMTY4LTE2LDE2YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZoNjRjOC44MzIsMCwxNi03LjE2OCwxNi0xNg0KCQkJQzM1MiwyNzkuMTU4LDM0NC44MzIsMjcxLjk5LDMzNiwyNzEuOTl6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zMzYsMzM1Ljk5aC02NGMtOC44MzIsMC0xNiw3LjE2OC0xNiwxNmMwLDguODMyLDcuMTY4LDE2LDE2LDE2aDY0YzguODMyLDAsMTYtNy4xNjgsMTYtMTYNCgkJCUMzNTIsMzQzLjE1OCwzNDQuODMyLDMzNS45OSwzMzYsMzM1Ljk5eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDE0My45OWgtMzJjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZjMCw4LjgzMiw3LjE2OCwxNiwxNiwxNmgzMmM4LjgzMiwwLDE2LTcuMTY4LDE2LTE2DQoJCQlDNDQ4LDE1MS4xNTgsNDQwLjgzMiwxNDMuOTksNDMyLDE0My45OXoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTQzMiwyMDcuOTloLTMyYy04LjgzMiwwLTE2LDcuMTY4LTE2LDE2YzAsOC44MzIsNy4xNjgsMTYsMTYsMTZoMzJjOC44MzIsMCwxNi03LjE2OCwxNi0xNg0KCQkJQzQ0OCwyMTUuMTU4LDQ0MC44MzIsMjA3Ljk5LDQzMiwyMDcuOTl6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MzIsMjcxLjk5aC0zMmMtOC44MzIsMC0xNiw3LjE2OC0xNiwxNmMwLDguODMyLDcuMTY4LDE2LDE2LDE2aDMyYzguODMyLDAsMTYtNy4xNjgsMTYtMTYNCgkJCUM0NDgsMjc5LjE1OCw0NDAuODMyLDI3MS45OSw0MzIsMjcxLjk5eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDMzNS45OWgtMzJjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZjMCw4LjgzMiw3LjE2OCwxNiwxNiwxNmgzMmM4LjgzMiwwLDE2LTcuMTY4LDE2LTE2DQoJCQlDNDQ4LDM0My4xNTgsNDQwLjgzMiwzMzUuOTksNDMyLDMzNS45OXoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTIyMC4wNjQsMzA5LjQ2MmwtMTEyLTEyOGMtNS44ODgtNi42ODgtMTUuOTY4LTcuMzI4LTIyLjU5Mi0xLjUwNGMtNi42NTYsNS44MjQtNy4zMjgsMTUuOTM2LTEuNTA0LDIyLjU2bDExMiwxMjgNCgkJCWMzLjE2OCwzLjYxNiw3LjU4NCw1LjQ3MiwxMi4wMzIsNS40NzJjMy43NDQsMCw3LjQ4OC0xLjMxMiwxMC41Ni0zLjk2OEMyMjUuMjE2LDMyNi4xOTgsMjI1Ljg4OCwzMTYuMTE4LDIyMC4wNjQsMzA5LjQ2MnoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTIxNy44MjQsMTYzLjM4MmMtNi45NzYtNS40NzItMTcuMDI0LTQuMTYtMjIuNDY0LDIuNzg0bC0xMTIsMTQ0Yy01LjQwOCw2Ljk3Ni00LjE2LDE3LjA1NiwyLjgxNiwyMi40NjQNCgkJCWMyLjk0NCwyLjI3Miw2LjQsMy4zNiw5LjgyNCwzLjM2YzQuNzM2LDAsOS40NzItMi4xMTIsMTIuNjA4LTYuMTQ0bDExMi0xNDRDMjI2LjA0OCwxNzguODM4LDIyNC44LDE2OC43OSwyMTcuODI0LDE2My4zODJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=");
    }

    .excel-btn img {
        position: absolute;
    }

    .excel-btn:hover {
        opacity: .7;
    }

    .excel-btn input {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: transparent;
        width: 100%;
        z-index: 1;
        width: 35px;
        height: 35px;
    }

.report {
    margin-top: 15px;
    width: 100%;
    min-width: 800px;
    font-size: 14px;
}

    .report th, .report td {
        padding: 5px;
        border: 1px solid #000;
    }

    .report th {
        background: #52bebb;
    }

.m-t-35 {
    margin-top: 35px;
}
.info-reports {
    display: flex;
    justify-content: flex-end;
    font-weight: 500;
}
    .info-reports span {
        margin-left: 7px;
        font-weight: 600;        
    }
    /*price page*/
    @media only screen and (min-width: 992px) {
        .card-wrapper .card-item {
        max-width: 33.33333%;
    }
}

    /*end of price page*/
    @media only screen and (max-width: 991px) {
        .report {
            font-size: 12px;
        }

        .form-admin .form-group .flex-1 {
            max-width: 100%;
        }

        .form-admin {
            max-width: 100%;
        }
    }

    .admin-chart-container {
        margin-bottom: 20px;
    }
.m-t-10 {
    margin-top: 10px !important;
}
.enterprise-panel .value {
    font-size: 30px;
    margin-bottom: 15px;
}
#enterprise_pro.enterprise-panel  h2 {
    padding-top: 0;
}

#loader-viewer {
    background-color: #e7eaee;
    z-index: 4;
}
#loader-viewer-content {
    position: relative;
    top: 45%;
    width: 40%;
    margin: auto;
}
#loader-viewer{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.viewer h1 {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
}
canvas  {
    width: 100% !important;
}
.price-modal .dialog-content {
    max-width: 450px;
}
    .price-modal .dialog-content h2 {
        font-size: 40px;
    }
.price-modal .dialog-content p {
    font-size: 16px;
}

.sm-checkbox {
    font-size: 14px;
}

.sd-warning h2 {
    padding-top: 40px;
}

.acount-form {
    padding: 40px;
    font-size: 16px;
}

.acount-form .navbar-brand {
   max-width: 374px;
   display: block;
   margin-bottom: 45px;
}
    .acount-form steps {
        max-width: unset !important;
        margin-top: 41px;
    }
    .acount-form .sign-out-wrapper {
        position: fixed;
        bottom: 20px;
        font-size: 16px;
        right: 20px;
    }


