﻿
body {
    background: url(/img/bg.png) no-repeat center center fixed;
    background-size: cover;
}

#logo {
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.kioskboard-key-enter {
    color: #f5f5f5;
    background: #0dcaf0;
}
.inputdiv {
    background: url(/img/bg_2.png) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 50vh;
    max-height: 50vh;
}

h3 {
    font-family: 'Chewy', cursive;
    color: #dc3545;
}

.js-kioskboard-input:focus {
    background-color: rgb(255 255 255 / 0%);
    color: #fff;
    border: none;
}

.container-md {
    margin-top: 1%
}

.bd-highlight {
    margin-bottom: 10vh;
}

.js-kioskboard-input {
    font-family: 'Chewy', cursive;
    height: 2rem;
    cursor: pointer;
    font-size: 5vw;
    line-height: 5vw;
    color: #fff;
    text-align: center;
    background-color: rgb(255 255 255 / 0%);
    border: none;
    -webkit-text-fill-color: #fff;
}

.swal2-container {
    z-index: 999999 !important;
    padding: 0px !important;
}

    .swal2-container.swal2-top > .swal2-popup {
        width: 100%;
        height: 100%;
    }

.swal2-popup {
    border-radius: 0px !important;
    position: absolute !important;
}

.swal2-title {
    font-family: 'Sigmar One', cursive;
}


.swal2-html-container {
    font-weight: bold;
    font-family: 'Sigmar One', cursive;
    font-size: 5vw !important;
    color: #dc3545 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #ffc107 !important;
}

@media (min-width:1311px) {
    .bd-highlight {
        margin-bottom: 5vh;
    }
}

@media (min-width:990px) and (max-width:1310px) {
    .inputdiv {
        max-height: 38vh;
    }

    .bd-highlight {
        margin-bottom: 6vh;
    }
}

@media (min-width:670px) and (max-width:990px) {
    .inputdiv {
        max-height: 38vh;
    }

    .bd-highlight {
        margin-bottom: 7vh;
    }
}

@media (min-width:550px) and (max-width:670px) {
    .inputdiv {
        max-height: 38vh;
    }

    .bd-highlight {
        margin-bottom: 8vh;
    }
}

@media (min-width:480px) and (max-width:550px) {
    .inputdiv {
        max-height: 30vh;
    }

    .bd-highlight {
        margin-bottom: 5vh;
    }
}

@media (min-width:420px) and (max-width:480px) {
    .inputdiv {
        max-height: 25vh;
    }

    .bd-highlight {
        margin-bottom: 4vh;
    }
}

@media (min-width:391px) and (max-width:420px) {
    .inputdiv {
        max-height: 25vh;
    }

    .bd-highlight {
        margin-bottom: 4vh;
    }
}

@media (min-width:360px) and (max-width:391px) {
    .inputdiv {
        max-height: 25vh;
    }

    .bd-highlight {
        margin-bottom: 5vh;
    }
}

@media (min-width:300px) and (max-width:360px) {
    .inputdiv {
        max-height: 25vh;
    }

    .bd-highlight {
        margin-bottom: 6vh;
    }
}

@media (max-width:299px) {
    .inputdiv {
        max-height: 15vh;
    }

    .bd-highlight {
        margin-bottom: 7vh;
    }
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.loader {
    top: 50%;
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    border-width: 3px 2px 3px 2px;
    border-style: solid dotted solid dotted;
    border-color: #de3500 rgba(255, 255, 255,0.3) #fff rgba(151, 107, 93, 0.3);
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1s rotate linear infinite;
}

    .loader:before, .loader:after {
        content: '';
        top: 0;
        left: 0;
        position: absolute;
        border: 10px solid transparent;
        border-bottom-color: #fff;
        transform: translate(-10px, 19px) rotate(-35deg);
    }

    .loader:after {
        border-color: #de3500 #0000 #0000 #0000;
        transform: translate(32px, 3px) rotate(-35deg);
    }

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.miniloader {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #d10014;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
