v-cloak {
    display: none;
}
/* add plumbkaz font */
@font-face {
    font-family: 'Plumbkaz';
    src: url('../fonts/plumbkaz-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Plumbkaz';
    src: url('../fonts/plumbkaz-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pearlone';
    src: url('../fonts/pearlone-pearlone-regular-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pearlone';
    src: url('../fonts/pearlone-pearlone-bold-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.lang-icon img {
    width: 40px;
    height: 18px;
    padding-left: 12px;
}

.lang-icon-active {
    cursor: default;
    /*opacity: .5;*/
    font-weight: 700;
}

.bg-blue {
    background-color: #1F2C30;
    background: radial-gradient(farthest-corner at center, #1F2C30 1.65%, #3F6776 72.7%);
    animation: marching-ants 10000ms infinite alternate linear;
}

.button-bg-blue {
    /*background: linear-gradient(90deg, #CDCDCD 2.13%, #E1E1E1 29.5%, #FFFFFF 67.89%, #999999 100%);*/
    border-radius: 30px;
    background: radial-gradient(
        farthest-corner at top, #CDCDCD 0%, #E1E1E1 4%, #FFFFFF 12.25%, #FFFFFF 31.25%, #FFFFFF 50%, #999999 65%);
}

.input-bg-blue {
    background: rgba(217, 217, 217, 0.2);
    border-radius: 30px;
    padding-left: 30px;
    color: rgba(225, 225, 225, 0.5);
}

.input-bg-blue:focus {
    background: rgba(217, 217, 217, 0.2);
    border-radius: 30px;
    padding-left: 30px;
    color: #E1E1E1;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    padding-right: 15px;
    filter: invert(1);
}

.text-danger-light {
    color: #e48d87 !important;
}

.h1-m {
    font-family: 'Pearlone';
    font-style: normal;
    font-weight: 700;
    font-size: 142px;
    line-height: 94%;

    background: linear-gradient(90deg, rgba(205, 205, 205, 0.2) 2.13%, rgba(255, 255, 255, 0.2) 29.5%, rgba(255, 255, 255, 0.2) 67.89%, rgba(153, 153, 153, 0.2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.h2-m {
    font-family: 'Plumbkaz';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 94%;
    text-align: center;

    background: linear-gradient(90deg, #CDCDCD 2.13%, #E1E1E1 29.5%, #FFFFFF 67.89%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.scanner-wrapper {
    box-sizing: border-box;
    margin-top: 25px;
    background: linear-gradient(160.98deg, rgba(31, 44, 48, 0.25) 1.65%, rgba(63, 103, 118, 0.25) 72.7%);
    box-shadow: 0px 0px 4px #FFFFFF;
    border-radius: 30px;
}

.qr-video {
    padding: 30px;
    border-radius: 60px;
}

.alert-m {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 150%;
    background: linear-gradient(93.08deg, #CDCDCD -1.9%, #FFFFFF 44.7%, #FFFFFF 68.04%, #BBBBBB 102.2%);
    border-radius: 30px;
}

.language-m {
    display: flex;
    box-sizing: border-box;
    right: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 20px;

    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 24px;

    background: linear-gradient(90deg, #CDCDCD 2.13%, #E1E1E1 29.5%, #FFFFFF 67.89%, #999999 100%);
    border: solid 2px #E1E1E1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-family: 'Plumbkaz', serif;
    z-index: 1000;
    margin-top: 20px;
    margin-right: 20px;
}

.signinout {
    display: flex;
    font-family: 'Plumbkaz', serif;
    z-index: 1000;
    margin-top: 20px;
    margin-right: 20px;
}

.signinout .nav-link {
    color: #E1E1E1;
    padding-top: 15px;
}

.text-gradient {
    font-family: 'Plumbkaz', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 94%;

    background: linear-gradient(90deg, #CDCDCD 2.13%, #E1E1E1 29.5%, #FFFFFF 67.89%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@keyframes marching-ants {
    from { /* radial-gradient(farthest-corner at top right, ..) */
        background-position:left top;
        background-size:200% 100%;

    }
    49.9% {
        background-position:left top;
    }
    50% { /* radial-gradient(farthest-corner at top center, ..) */
        background-size:100% 100%;
    }
    50.1% {
        background-position:right top;
    }
    to { /* radial-gradient(farthest-corner at top left, ..) */
        background-position:right top;
        background-size:200% 100%;
    }
}

.btn-b-animated {
    animation: marching-ants 3500ms infinite alternate linear;
    color: #ddd;
    cursor: default;
}
