@font-face {
    font-family: "Montserrat";
    src: url('fonts/Montserrat/Montserrat-ExtraLight.ttf');
    src: url('fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype') local("Montserrat-ExtraLight");
    font-weight: 100;
    font-style: 100;
}

@font-face {
    font-family: "Montserrat";
    src: url('fonts/Montserrat/Montserrat-LightItalic.ttf');
    src: url('fonts/montserrat/Montserrat-LightItalic.ttf') format('truetype') local("Montserrat-LightItalic");
    font-weight: 300 italic;
    font-style: 300 italic;
}

@font-face {
    font-family: "Montserrat";
    src: url('fonts/Montserrat/Montserrat-Light.ttf');
    src: url('fonts/montserrat/Montserrat-Light.ttf') format('truetype') local("Montserrat-Light");
    font-weight: 300;
    font-style: 300;
}

@font-face {
    font-family: "Montserrat";
    src: url('fonts/Montserrat/Montserrat-Medium.ttf');
    src: url('fonts/montserrat/Montserrat-Medium.ttf') format('truetype') local("Montserrat-Medium");
    font-weight: 500;
    font-style: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url('fonts/Montserrat/Montserrat-MediumItalic.ttf');
    src: url('fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype') local("Montserrat-MediumItalic");
    font-weight: 500 italic;
    font-style: 500 italic;
}

@font-face {
    font-family: "Montserrat";
    src: url('fonts/Montserrat/Montserrat-Bold.ttf');
    src: url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype') local("Montserrat-Bold");
    font-weight: 700;
    font-style: 700;
}



/* Preloader */

.preloader_div {
    display: block;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.div-block {
    position: absolute;
    left: 0px;
    top: 40%;
    right: 0px;
    display: block;
    width: 205px;
    height: 105px;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0% 84%, .5), hsla(0, 0% 84%, .5));
    background-image: linear-gradient(180deg, hsla(0, 0% 84%, .5), hsla(0, 0% 84%, .5));
}

.div-block-2 {
    width: 100%;
    height: 100%;
    float: none;
    background-image: url("media/TabZero_Logo_Invert_200x73.svg");
    background-position: 50% 50%;
    background-size: contain;
}

.preloader-bar {
    position: static;
    z-index: 2;
    display: block;
    width: 0%;
    height: 100%;
    float: left;
    background-image: -webkit-linear-gradient(270deg, #67a4bb, #a8ccd0);
    background-image: linear-gradient(180deg, #67a4bb, #a8ccd0);
}

.image {
    position: static;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    max-width: auto;
    float: none;
}

.div-block-3 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: url(media/TabZero_Logo_Invert_200x73.svg);
    background-position: 50% 50%;
    background-size: contain;
}

.preloader_div {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.div-block-4 {
    position: absolute;
    left: 0px;
    top: 40%;
    right: 0px;
    display: block;
    width: 205px;
    height: 105px;
    margin-right: auto;
    margin-left: auto;
    background-color: #a8ccd0;
}

.div-block-5 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: url(media/TabZero_Logo_Invert_200x73.svg);
    background-position: 50% 50%;
    background-size: contain;
}

.div-block-6 {
    position: relative;
    z-index: 2;
    width: 0%;
    height: 100%;
    float: left;
    background-color: #67a4bb;
}

.text-block {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    display: block;
    float: none;
    clear: none;
    font-family: "Montserrat";
    color: #67a4bb;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


.main {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: none;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
}

.background {
    display: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #0f3744, #122449, #080e1e, #112328);
    background-size: 400% 400%;
    animation: gradient 100s ease infinite;
    border: none;
    padding: 0;
    margin: 0;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.title {
    position: fixed;
    left: 100px;
    top: 20px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 20pt;
    color: #fff;
    z-index: 1;
}

.logo {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 60px;
    height: auto;
}


/* .underline {
    display: none;
    position: fixed;
    top: 100px;
    left: 20px;
    z-index: 1;
    width: 150px;
    height: auto;
} */

.type {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    left: 29.5%;
    top: 20px;
    width: 37%;
    height: 100px;
    margin: auto;
    -webkit-flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
    overflow-x: hidden;
    padding: 0 1% 0 0%;
}


.type::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}

.type::-webkit-scrollbar {
    width: 5px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}

.type::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    background-image: -webkit-gradient(linear,
            0% 0%,
            100% 100%,
            from(#67a4bb),
            to(rgba(255, 255, 255, 0)),
            color-stop(.6, #67a4bb))
}

.input,
#textbox {
    display: none;
    position: relative;
    width: fit-content;
    height: 20px;
    margin: 0;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 8pt;
    letter-spacing: 1.5pt;
    line-height: 20pt;
    color: white;
    list-style-type: none;
    justify-content: left;
    z-index: 1;
    padding: 0;
    overflow: hidden;
    border-right: .15em solid #dbe4ea;
    animation:
        typing 3.5s steps(40, end),
        blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: fit-content;
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: #dbe4ea;
    }
}

.icons {
    display: none;
    position: fixed;
    width: 5%;
    height: 40%;
    top: 20px;
    right: 20px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

#mute_icon,
#info_icon,
#view_icon,
#save_icon {
    opacity: 0.5;
}

#mute_icon:hover,
#info_icon:hover,
#view_icon:hover,
#save_icon:hover {
    opacity: 1;
}


.subtitle {
    display: none;
    position: fixed;
    width: 200px;
    right: 7%;
    height: auto;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 10pt;
    letter-spacing: 1.5pt;
    line-height: 16pt;
    color: #93c6d5;
    z-index: 1;
    flex-wrap: wrap;
    border: 1px solid #1d93ba;
    padding: 20px;
    opacity: 0.75;
    flex-direction: column;
    justify-content: space-between;
    background-color: #071f32;
}

#sub_mute {
    top: 2%;
}

#sub_view {
    top: 12%;
}

#sub_save {
    top: 24%;
}

#sub_info {
    top: 35%;
}

#sub_warning {
    top: 10%;
    right: 31%;
    width: 34%;
}

#saved_message {
    display: none;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 10;
}

#save_text {
    position: fixed;
    width: 400px;
    left: 8.5vw;
    top: 10vw;
    height: auto;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 10pt;
    letter-spacing: 1.5pt;
    line-height: 16pt;
    color: #fff;
    z-index: 11;
    padding: 20px;
    list-style: none;
}

#close_save {
    position: fixed;
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}



@media screen and (max-width: 1100px) {
    .type {
        left: 24%;
        top: 20px;
        width: 46%;
    }

    .icons {
        flex-direction: row;
        width: 95%;
        top: 85%;
        height: 10%;
        left: 20px;
    }

    .subtitle {
        width: 22%;
        padding: 2%;
        font-size: 10pt;
        line-height: 14pt;
        top: 75%;
    }

    #sub_mute {
        width: 19%;
        left: 1%;
        top: 79%;
    }

    #sub_view {
        width: 24%;
        left: 23%;
        top: 79%;
    }

    #sub_save {
        left: 50%;
        top: 72%;
    }

    #sub_info {
        width: 90%;
        left: 3%;
        top: 73%;
    }

    #sub_warning {
        width: 80%;
        left: 8%;
        top: 73%;
    }
}

@media screen and (max-width: 500px) {
    .icons {
        flex-direction: row;
        width: 85%;
        height: 10%;
        left: 20px;
    }

    .input,
    #textbox {
        font-size: 8pt;
        letter-spacing: 1pt;
    }

    .subtitle {
        width: 29%;
        padding: 2%;
        font-size: 6pt;
        line-height: 10pt;
        top: 75%;
    }

    #sub_mute {
        width: 25%;
        left: 1%;
        top: 77%;
    }

    #sub_view {
        width: 34%;
        left: 20%;
        top: 77%;
    }

    #sub_save {
        left: 42%;
        top: 68%;
    }

    #sub_info {
        width: 80%;
        left: 8%;
        top: 67%;
    }

    #sub_warning {
        width: 80%;
        left: 8%;
        top: 73%;
    }
}

@media screen and (max-height: 1000px) and (max-width: 1000px) and (min-width: 500px) {
    #sub_mute {
        top: 74%;
    }

    #sub_view {
        top: 74%;
    }

    #sub_save {
        top: 74%;
    }

    #sub_info {
        top: 70%;
    }

    #sub_warning {
        top: 71%;
    }


}