﻿.navbar-toggler-icon {
    background-image: url('/Assets/menu-bar.png');
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999999;
    cursor: pointer;
}


::-webkit-scrollbar-thumb {
    background: #e66527;
    border-radius: 8px;
}

.navbar-toggler {
    line-height: 1;
    color: rgb(255 255 255 / 65%);
    background-color: transparent;
    border: var(--bs-border-width) solid rgb(255 255 255 / 48%);
    border-radius: 2px;
    transition: var(--bs-navbar-toggler-transition);
}


body {
    overflow-x: hidden;
    width: 100vw;
}

footer {
    background-color: black;
    color: white;
}

.montserrat {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.roboto-condensed-100 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.roboto-condensed-100it {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: italic;
}

.roboto-condensed-200 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.roboto-condensed-200it {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: italic;
}

.roboto-condensed-300 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.roboto-condensed-300it {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: italic;
}

.roboto-condensed-400 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.roboto-condensed-400it {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}

.roboto-condensed-500 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.roboto-condensed-500it {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
}

.roboto-condensed-600 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.roboto-condensed-600it {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
}

.roboto-condensed-700 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.roboto-condensed-700it {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
}

.roboto-condensed-800 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.roboto-condensed-800it {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
}

.roboto-condensed-900 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.roboto-condensed-900it {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
}

.page_title_area {
    min-height: 80px;
    padding: 30px 0px;
}

#mdoc-uri-text {
    display: none;
}

#sameDeviceButton {
    display: none;
}

.contactLinks {
    color: white;
    font-size: 13px;
    text-decoration: none;
}

    .contactLinks:hover {
        text-decoration: underline;
    }

.whiteLink {
    color: white;
    text-decoration: none;
}

    .whiteLink:hover {
        text-decoration: underline;
    }

.nav-link {
    color: white;
    font-size: 20px;
}

.scyBack {
    background-color: #EB6823
}

.scyGrayBack {
    background-color: #f9f9f9
}

.btn-light {
    color: #EB6823;
    padding: 8px 25px;
    border-radius: 1.55rem;
    border: 1px solid #EB6823;
}

.btn-light-white {
    color: #EB6823;
    padding: 8px 25px;
    border-radius: 1.55rem;
    border: 1px solid #EB6823;
}

    .btn-light-white:hover {
        color: #ffffff;
        background-color: #e66527;
        border-color: #e56527;
    }

        .btn-light-white:hover img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(4%) hue-rotate(132deg) brightness(105%) contrast(100%);
        }

.scyColor {
    color: #EB6823 !important;
}

.scyCard {
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
    transition: all 0.5s;
}

    .scyCard:hover {
        transform: translateY(-7px);
    }

.store {
    transition: all 0.5s;
}

    .store:hover {
        transform: translateY(-5px);
    }


.btnContact {
    background-color: black;
    color: #EB6823;
    border: 1px solid #EB6823;
}

.btnOrange {
    background-color: #EB6823;
    color: white;
    border: 1px solid #EB6823;
    transition: all 0.3s;
}

    .btnOrange:hover {
        background-color: white;
        color: #EB6823;
        border: 1px solid #EB6823;
    }

.navScylink {
    font-size: 17px;
}

.appScytales {
    text-align: end;
}
.supportedDocs {
    padding: 10px;
    text-align: center;
    border-radius: 0.55rem;
    background-color: #e0642a99;
    transition: 0.3s;
    margin: 1rem 0rem;
    /* color: white; */
}

#qrBox {
    margin-top: 1rem;
}

.itemsList {
    list-style: none;
    margin-top: 1rem;
    padding: 0em;
}

    .itemsList li {
        padding: 0.3rem;
    }

        .itemsList li img {
            margin-right: 5px;
            padding-bottom: 3px;
        }

        .itemsList li span {
            font-size: 1.1rem;
        }

video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Makes the video cover the entire container */
}

.overlay-text-left {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 20%; /* Center horizontally */
    transform: translate(-50%, -50%);
    text-align: left;
    color: #343434; /* White text */
}

.overlay-text-right {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    text-align: right;
    color: #343434;
}

.cardSmall {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 15px 15px 10px 2px #00000026;
    padding: 1rem 2rem;
    margin: 1rem 0rem;
    transition: 0.3s;
    max-width: 230px;
    min-height: 150px;
    float: right;
    border: 1px solid #0000001f;
}

.bigCard {
    box-shadow: 4px 4px 4px 5px #00000021;
    background-color: #fff;
    border-radius: 1rem;
    margin: 0em 3rem;
    padding: 1rem;
    transition: 0.3s;
}

.modalLink {
    color: #5778C5;
    cursor: pointer;
    text-decoration: none;
    margin-left: 7px;
    margin-top: 1px;
    font-size: 15px;
}

    .modalLink:hover {
        text-decoration: underline;
    }

.position {
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .position.active {
        color: #EA6824;
    }

.numberBig {
    font-size: 7rem;
    margin-right: -25px;
    z-index: 100;
}

.form-check-input:checked {
    background-color: #10cc64;
    border-color: #10cc64;
}

.form-check-input:focus {
    border-color: #10cc64c2;
    outline: 0;
    box-shadow: 0 0 0 .25rem #10cc6457;
}

.scenarioVideo {
    width: 100%;
    border-radius: 1rem;
    display: block;
    /* pointer-events:none; */
}

.presentVideo {
    width: 100%;
    height:auto;
    border-radius: 1rem;
    display: block;
}

.scenarioCard {
    background-color: #efefef;
    border-radius: 1rem;
    text-align: center;
    transition: all 0.1s;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*
                            .scenarioCard:hover {
                                transform: translateY(-5px);
                            }
                 */
.qrBox {
    padding: 10px;
    border: 1px solid #D8D8D8;
    border-radius: 15px;
    width: fit-content;
    margin: 1rem 3rem;
}

.wronglink {
    color: #d63044;
    text-decoration: none;
}

    .wronglink:hover {
        text-decoration: underline;
    }

.placeColumn {
    height: 14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

#startDc {
    display: none;
}

.activeBtn {
    color: #EB6823;
    padding: 8px 25px;
    border-radius: 1.55rem;
    border: 1px solid #EB6823;
}
@media (min-width: 1800px) {
    .presentVideo {
        width: 70%;
    }
}

@media (max-width: 775px) {
    
    .presentVideo {
        pointer-events: none;
    }

    .presentVideo {
        pointer-events: none;
    }

    #resultsd {
        margin-top: 1.5rem;
    }

    .qrimage {
        display: none;
        width: 100%;
    }

    .hideOnMobile {
        display: none !important
    }

    .showOnMobile {
        display: flex !important;
    }

    #mdoc-uri-text {
        display: block;
    }

    #sameDeviceButton {
        display: block;
    }

    .fotColumn {
        flex-direction: column;
    }

    .appScytales {
        text-align: start;
    }

    .placeColumn {
        height: 10rem;
    }

    .scenarioVideo {
        pointer-events: none;
    }

    .numberMobile {
        display: none;
    }

    .bigCard {
        margin: 0em 1rem;
    }

    .respImage {
        width: 70%;
    }

    .presentVideo {
        width: 100%;
    }

    .mtMobile {
        margin-top: 2rem;
    }

    #numberCol {
        flex-direction: column;
    }
}

@media (max-width: 550px) {
    .qrimage {
        display: none;
    }

    #mdoc-uri-text {
        display: block;
    }

    #sameDeviceButton {
        display: block;
    }

    #logo {
        width: 200px;
    }
}
