﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*ReCaptcha*/
.grecaptcha-badge {
    /*  z-index: 99999;*/
    display: none !important;
}

form {
    width: 100%;
    height: 100%;
}

/*TextBox*/
input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 2%;
    border-radius: 5px;
    border: solid 1px lightgray;
    font-family: Poppins;
    font-size: 11pt;
    font-weight: 100;
    line-height: inherit;
}

    input:focus {
        background-color: #f6f6f6;
    }

/*Small Devices (Phones) min width 1px - 767px */
@media screen and (min-width: 1px) and (max-width: 767px) {

    input {
        font-size: 10pt !important;
    }
}

/*FADE IN TEXT WITH JS*/
.reveal {
    position: relative;
    transform: translateY(70px);
    opacity: 0;
    transition: 0.8s all ease-in-out;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }



/*IMPORT POPPINS FONT FAMILY*/
@font-face {
    font-family: Poppins;
    src: url('/fonts/Poppins/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: Poppins;
    src: url('/fonts/Poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 600;
}


@font-face {
    font-family: Poppins;
    src: url('/fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Poppins;
    src: url('/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: Poppins;
    src: url('/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Poppins;
    src: url('/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: Poppins;
    src: url('/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 100;
}


/*IMPORT CALADEA FONT FAMILY*/
@font-face {
    font-family: Caladea;
    src: url('/fonts/Caladea/Caladea-Bold.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: Caladea;
    src: url('/fonts/Caladea/Caladea-BoldItalic.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: Caladea;
    src: url('/fonts/Caladea/Caladea-Italic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: Caladea;
    src: url('/fonts/Caladea/Caladea-Regular.ttf') format('truetype');
    font-weight: 100;
}

/*IMPORT GLACIAL FONT FAMILY*/
@font-face {
    font-family: Glacial;
    src: url('/fonts/Glacial/GlacialIndifference-Regular.otf') format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: Glacial;
    src: url('/fonts/Glacial/GlacialIndifference-Italic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: Glacial;
    src: url('/fonts/Glacial/GlacialIndifference-Bold.otf') format('opentype');
    font-weight: 300;
}


/*IMPORT LEAGUE FONT FAMILY*/
@font-face {
    font-family: League;
    src: url('/fonts/League_Spartan/LeagueSpartan-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: League;
    src: url('/fonts/League_Spartan/LeagueSpartan-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: League;
    src: url('/fonts/League_Spartan/LeagueSpartan-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: League;
    src: url('/fonts/League_Spartan/LeagueSpartan-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: League;
    src: url('/fonts/League_Spartan/LeagueSpartan-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: League;
    src: url('/fonts/League_Spartan/LeagueSpartan-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: League;
    src: url('/fonts/League_Spartan/LeagueSpartan-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: League;
    src: url('/fonts/League_Spartan/LeagueSpartan-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: League;
    src: url('/fonts/League_Spartan/LeagueSpartan-Black.ttf') format('truetype');
    font-weight: 900;
}


/*IMPORT LEAGUE FONT FAMILY*/
@font-face {
    font-family: BebasNeue;
    src: url('/fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: 100;
}

/*FONTELLO ICONS*/
@font-face {
    font-family: payroll;
    src: url(/payroll.ttf);
}


/*INTER ICONS*/
@font-face {
    font-family: Inter;
    src: url('/fonts/Inter/Inter-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Inter;
    src: url('/fonts/Inter/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: Inter;
    src: url('/fonts/Inter/Inter-Light.ttf') format('truetype');
    font-weight: 300;
}


@font-face {
    font-family: Inter;
    src: url('/fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: Inter;
    src: url('/fonts/Inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Inter;
    src: url('/fonts/Inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: Inter;
    src: url('/fonts/Inter/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: Inter;
    src: url('/fonts/Inter/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: Inter;
    src: url('/fonts/Inter/Inter-Black.ttf') format('truetype');
    font-weight: 900;
}

/*SCROLL*/
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: lightgray;
}

*::-webkit-scrollbar-thumb {
    background-color: darkgray;
    border-radius: 5px;
    border: 5px solid darkgray;
}

/*MAINLOADER*/
.main-loader-wrapper {
    height: 100vh;
    width: 100vw;
    align-items: center;
    display: flex;
    justify-content: center;
}

.main-loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    color: #009580;
}

    .main-loader:before,
    .main-loader:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: 50%;
        transform: rotateX(70deg);
        animation: 1s spin linear infinite;
    }

    .main-loader:after {
        color: #009580;
        transform: rotateY(70deg);
        animation-delay: .4s;
    }

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%, 100% {
        box-shadow: .5em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .5em .5em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .5em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.5em .5em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.5em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.5em -.5em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.5em 0 0 currentcolor;
    }

    87% {
        box-shadow: .5em -.5em 0 0 currentcolor;
    }
}


/*EMAIL LOADER SPINNER*/
.loader {
    width: 28px;
    height: 28px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*
h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}*/

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
