@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.ttf');
    font-weight: 300;
}

html, body {
    margin: 0;
    height:100%;
    width:100%;
    padding:0;
    position: relative;
    font-family: 'Open Sans';
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(iconfont/MaterialIcons-Regular.woff2) format('woff2'),
    url(iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.navbar {
    height: 100px;
    background-color: transparent;
    color: #000 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar.scrolled {
    background: #fff;
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.11);
}

.navbar a {
    color: #000
}

#navbarCollapse {
    font-size: 1rem;
    background-color: transparent;
}

.active {
    color: #2A5FE5 !important;
}

.active a {
    color: #fff
}

.active:hover {
    color: #E3A100;
}

.active > .nav-link {
    color: inherit !important;
}

#section_landing {
    background: url('../images/elements/asticon_image_header_v2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 20vh;
}

#section_send_review {
    padding-top: 5.5rem;
    display: block;
    min-height:100vh;
    width: 100%;
    box-sizing:border-box;
}

#section_about {
    padding-top: 5.5rem;
    display: block;
    min-height:100vh;
    width: 100%;
    box-sizing:border-box;
}

#section_faq {
    padding-top: 5.5rem;
    display: block;
    min-height:100vh;
    width: 100%;
    box-sizing:border-box;
}

.header-text {
    padding-left: 70px !important;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #2A5FE5;
}

.text-gray {
    color: #7E7E7E;
}

.text-gray-lighter {
    color: #AEAEAE;
}

.text-gray-darker {
    color: #383838;
}

.font-size-1 {
    font-size: 1rem;
}

.font-size-2 {
    font-size: 2rem;
}

.font-size-3 {
    font-size: 3rem;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-23 {
    font-size: 23px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px;
}

.ln-12 {
    line-height: 1.2;
}

.ln-18 {
    line-height: 1.8;
}

.bg-blue {
    background-color: #2A5FE5 !important;
}

.bg-grey {
    background-color: #F1F1F1;
}

.bg-footer {
    background-color: #0C121C;
}

.faq-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid #D6D6D6;
    border-radius: 1rem !important;
}

.faq-card-header {
    margin-bottom: 0;
    text-decoration: none !important;
    cursor: pointer;
}

.faq-card-header:focus {
    border: none;
}

.faq-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-none:hover {
    color: #2A5FE5 !important;
}

.back-to-top {
    cursor: pointer;
    text-decoration: none !important;
}

.step {
    margin-top: .5rem;
    background-color: #AEAEAE;
    height: 8px;
    border-radius: 1rem !important;
}

.step-text {
    color: grey !important;
    cursor: default !important;
}

.step-text-blue {
    cursor: default;
    color: #2A5FE5 !important;
}

.steps {
    min-height: 54px;
}

.review-form {
    border-radius: 1rem !important;
    border: 2px solid #ddd;
}

.back-to-top-button {
    background-color: #0C121C;
    border: 1px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
 }

.form-section {
    display: none;
}

.form-section .current {
    display: inherit;
}

.current {
    display: block;
}

.select2-container--bootstrap .select2-dropdown {
    border: 1px solid #C1C1C1 !important;
}

.select2-container--bootstrap .select2-selection--single {
    border: 1px solid #C1C1C1 !important;
    height: 5rem !important;
    padding: 1.75rem 1% 1% 2% !important;
    border-radius: 1rem !important;
    font-size: 18px !important;
    opacity: .7;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--bootstrap .select2-selection {
    background-image: url('../images/elements/arrow.svg');
    background-position: center right;
    background-size: 10% 25px;
    background-repeat: no-repeat;
    color: #212121;
    box-shadow: unset !important;
}

.qr-icon {
    font-size: 5rem;
}

.image-preview {
    border-radius: 1rem !important;
    width: 100%;
    border: 1px dashed #bbb;
    min-height: 300px;
}

.upload-icon {
    top: 125px;
    position: relative;
    font-size: 3.5rem;
}

.image-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.textarea {
    width:100%;
    border-radius: 1rem !important;
    border: 2px solid #ddd;
    resize: none;
}

.textarea:hover,
.textarea:active,
.textarea:focus {
    outline:0px !important;
    border: 2px solid #ddd;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.qr-scanner-image {
    width: 250px !important;
    height: 250px !important;
}

#qr-video {
    position: relative;
    display: block;
    overflow-y: auto;
    overflow-x: auto;
    min-height:80vh;
    width: 100%;
}

.big-button {
    padding: 1rem 3rem 1rem 3rem;
    border-radius: 1rem !important;
}

.big-button:hover {
    color: #fff !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4) 0 0);
}

.close {
    float: left !important;
}

.step-image {
    bottom: 0 !important;
}

.bottom-minus-30 {
    bottom: -30px !important;
}

.btn-group a:hover {
    color: #AEAEAE !important;
}

faq-card a {
    color: #2B2B2B !important;
}

faq-card a:hover {
    color: #2B2B2B !important;
}

.accordion-button {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    border-radius: 1rem !important;
    border: none;
}

.accordion-button:not(.collapsed) {
     color: #2A5FE5 !important;
     text-decoration: none !important;
 }

.footer-div a:hover {
    color: #AEAEAE !important;
}

.select-file-span {
    bottom: 0 !important;
}

.footer-copyright {
    background-color: #1A202B !important;
}

.width-50 {
    width: 50px !important;
}

.upload-button {
    background-color: #fff;
    color: #2A5FE5 !important;
    border-radius: 1rem !important;
    border: #2A5FE5 solid 2px;
    text-decoration: none;
    padding: 1% 7% 1% 7%;
}

.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    pointer-events: all;
    padding: 1rem;
    border-radius: 1rem !important;
}

[role="button"]:not(.back-to-top) {
    border: none !important;
    background: transparent !important;
}

/* Loading Overlay and Spinner Animations Start */
.loading {
    position: fixed;
    z-index: 1040;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Loading Overlay and Spinner Animations End */

.flag-active {
    padding: 2px;
    border-radius: 100%;
    border: #2A5FE5 solid 2px;
}

.flag-inactive {
    padding: 2px;
    border-radius: 100%;
    border: #fff solid 2px;
}

.subtitle-width {
    max-width: unset;
}

.half-max-width {
    max-width: 50% !important;
}

@media only screen and (max-width: 1200px) {
    .subtitle-width {
        max-width: 600px !important;
    }
}

@media only screen and (max-width: 992px) {
    #section_landing {
        padding-top: 15vh;
        background: url('../images/elements/mobile_header/bg.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .header-text {
        padding-left: 0 !important;
    }

    .bottom-icons-height {
        min-height: 5rem !important;
    }

    .big-button-header {
        padding: 1rem 2rem 1rem 2rem;
        border-radius: 1rem !important;
        font-size: 16px !important;
    }

    .subtitle-width {
        max-width: none !important;
    }

    .fs-mobile-title {
        font-size: 24px !important;
        padding: 0 1rem 0 1rem;
    }

    .fs-mobile-subtitle {
        font-size: 18px !important;
        padding: 0 1rem 0 1rem;
    }

    .steps-mobile {
        margin-bottom: 1.5rem;
    }

    .navbar {
        padding: 0;
        height: auto;
        background-color: #transparent;
    }

    #navbarCollapse {
        padding-left: 10px;
        background-color: #fff;
        -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.11);
        -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.11);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.11);
    }

    .half-max-width {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 670px) {
    .select2-container--bootstrap .select2-selection--single {
        padding: 1.75rem 15% 1% 5% !important;
    }

    .select2-container--bootstrap .select2-selection {
        background-size: 20% 25px;
    }
}

@media only screen and (max-width: 580px) {
    .bottom-minus-30 {
        bottom: 0 !important;
    }

    .bottom-icons-height {
        max-height: 170px !important;
    }
}

@media only screen and (max-width: 550px) {
    #qr_scanner {
        width: 100% !important;
    }
}
