@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    src: url('/fonts/Saira/Saira-Regular.ttf'); /* IE9 Compat Modes */
    src: local('Saira'), local('Saira-Regular'), url('../fonts/Saira/Saira-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Saira';
    font-style: italic;
    font-weight: 400;
    font-size: 1.2em;
    src: url('../fonts/Saira/Saira-Italic.ttf'); /* IE9 Compat Modes */
    src: local('Saira-Italic'), local('Saira-Italic'), url('../fonts/Saira/Saira-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 600;
    font-size: 1.2em;
    src: url('../fonts/Saira/Saira-Bold.ttf'); /* IE9 Compat Modes */
    src: local('Saira-Bold'), local('Saira-Bold'), url('../fonts/Saira/Saira-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 300;
    font-size: 1.2em;
    src: url('../fonts/Saira/Saira-Light.ttf'); /* IE9 Compat Modes */
    src: local('Saira-Light'), local('Saira-Light'), url('../fonts/Saira/Saira-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'ProggyVector';
    font-style: normal;
    font-weight: 300;
    font-size: 1.2em;
    src: url('../fonts/Saira/Saira-Light.ttf'); /* IE9 Compat Modes */
    src: local('ProggyVector'), local('ProggyVector-Regular'), url('../fonts/ProggyVector-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: Saira;
    src: url(../fonts/Saira/Saira-Regular.ttf);
    font-size: 1.2em;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
}

html {
    font-family: 'Saira', sans-serif !important;
    font-style: normal;
    width: 100% !important;
    color: #f2f2f2;
}

body {
    font-family: 'Saira', sans-serif !important;
    font-style: normal;
    width: 100% !important;
    color: #f2f2f2;
    padding: 0 !important;
    background-color: #171717 !important;
    top: 0;
    left: 0;
}

#siteBackground {
    position: relative;
    height: 100vh;
    box-shadow: 2px 2px 5px;
    background: linear-gradient(to right, #3278f6, #80cbf9 );
    filter: contrast(7);
    --mask: linear-gradient(red, #{rgba(#000, .45)});
}

    #siteBackground::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: radial-gradient(#3278f6, transparent) 0 0/ 1em 1em space;
        -webkit-mask: var(--mask);
        mask: var(--mask);
        content: ''
    }

#footer {
    padding-top: 60px;
    background-color: #00000082 !important;
    line-height: 2;
    letter-spacing: 2px;
    color: rgb(233, 233, 233);
    background-image: linear-gradient(#ffffff03 .1rem, transparent .1rem), linear-gradient(90deg, #ffffff03 .1rem, transparent .1rem);
    background-size: .5rem .5rem;
}

table {
    width: 100%;
}

.hoactive:hover {
    background-color: #ffffff12 !important;
    transition: background-color 0.1s ease;
    cursor: pointer;
}

.blurred {
    backdrop-filter: blur(10px);
}

.blurred-darker {
    backdrop-filter: brightness(75%) blur(10px);
}

.blurred-darker-no1 {
    backdrop-filter: brightness(95%) blur(10px);
}

.blurred-lighter {
    backdrop-filter: brightness(125%) blur(10px);
}

.blurred-morelighter {
    backdrop-filter: brightness(145%) blur(10px);
}

.rounded-more {
    border-radius: 12px;
}

.rounded-more-top {
    border-radius: 12px 12px 0px 0px;
}

.rounded-more-bottom {
    border-radius: 0px 0px 12px 12px;
}

select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

button, input[type=submit] {
    border: 1px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 90%;
    padding: 5px;
    border-radius: 3px !important;
    margin: 5px !important;
    background-color: #5DA8CB55 !important;
    border-color: #bbbbbb;
    max-width: 100%;
    color: #eeeeee !important;
}

    button:hover, input[type=submit]:hover {
        background-color: #71E1C426 !important;
        transition: background-color 0.1s ease;
        cursor: pointer;
    }

.cardfunction:hover {
    color: #ffffff;
    background-color: #71E1C426 !important;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    cursor: pointer;
}

div.columncontainer {
    margin: 10px;
    padding: 2px;
}

.iconbutton {
    height: 2rem;
}

.columncontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.child {
    flex: 1;
    width: auto;
    height: auto;
}

.hovactive:hover {
    opacity: 0.8 !important;
    cursor: pointer;
}

input:[type=checkbox] {
    min-height: 32px;
    min-width: 32px;
    width: 100%;
}

table {
    color: #f3f3f3 !important;
    font-size: 90%;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #ffffff07 !important;
    color: #fdfdfd !important;
}

select, input:not([type=checkbox]), textarea {
    border: none;
    height: 3rem;
    background-color: #55555555 !important;
    color: #dddddd !important;
    text-align: center;
    border-radius: 5px !important;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -ms-transition: 0.1s ease all;
    -o-transition: 0.1s ease all;
    transition: 0.1s ease all;
    text-overflow: '';
    -moz-appearance: none;
    text-indent: 0.01px;
    width: 100% !important;
}

input[type=text]:hover, input[type=password]:hover, input[type=numeric]:hover, input[type=email]:hover {
    border-color: #71E1C426 !important;
    background-color: #181818 !important;
    transition: background-color 0.5s ease !important;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}

input[type=text]:focus, input[type=password]:focus, input[type=numeric]:focus, input[type=email]:focus {
    border-color: #5DA8CB26 !important;
    transition: background-color 0.5s ease;
}

.form-control {
    background-color: transparent !important;
    color: #dddddd !important;
    padding: 5px;
    font-size: 90%;
    appearance: none;
    margin-bottom: 20px;
    border: none;
}

.defpage {
    color: #dddddd;
    margin: 1px !important;
}

.textxsmall {
    font-size: 75%;
}

.textsmall {
    font-size: 85%;
}

.textlarge {
    font-size: 115%;
}

.textxlarge {
    font-size: 135%;
}

.textlabel {
    font-size: 85%;
    color: #999999;
    font-weight: 700;
}

.textlabelupper {
    font-size: 90%;
    text-transform: uppercase;
    color: #999999;
    font-weight: 700;
}

.textvalue {
    font-size: 85%;
    text-align: start;
}

.texttitle {
    font-size: 32px;
    font-weight: Bold;
    text-align: center;
}

.textback {
    color: #777777dd;
}

.textsectionstart {
    text-transform: uppercase;
    color: #777777;
    text-align: start;
}

.textsection {
    text-transform: uppercase;
    color: #eeeeeeaa;
    text-align: center;
}

.textsubsection {
    font-size: 90%;
    text-transform: uppercase;
    color: #777777;
}

.backtext {
    color: #777777dd;
}

.foretext {
    color: #eeeeee;
}

.textaccent1_bold {
    color: #7DC8EB;
    font-weight: 800;
}

.textaccent2_bold {
    color: #71E1D4;
    font-weight: 800;
}

.textaccent3_bold {
    color: #E2E490;
    font-weight: 800;
}

.textaccent4_bold {
    color: #DCA26E;
    font-weight: 800;
}

.textaccentdebug_bold {
    color: #5000de;
    font-weight: 800;
}

.textaccent1 {
    color: #5DA8CB;
}

.textaccent2 {
    color: #71E1D4;
}

.textaccent3 {
    color: #E2E490;
}

.textaccent4 {
    color: #DCA26E;
}

.textaccentdebug {
    color: #5000de;
}

.textupper {
    text-transform: uppercase;
}

.textjustify {
    text-align: justify;
}

.textdesc {
    font-size: 95%;
    text-align: justify;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.3;
}

.textbutton {
    font-size: 95%;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.textminidesc {
    font-size: 85%;
    text-align: justify;
    font-weight: 600;
    line-height: 1.1;
}

.centerflex {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.betweenflex {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.aroundflex {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    gap: 0.5rem;
}

.evenlyflex {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    gap: 0.5rem;
}

.centerflexcolumn {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.navback {
    background-color: #00000082 !important;
}

#a {
    text-align: center;
    vertical-align: central;
}

.lightstrongstrong {
    color: #FFFFFF48
}

.sfdark {
    background-color: #00000009 !important;
}

.sfdarkstrong {
    background-color: #00000029 !important;
}
.sfdarkstrongstrong {
    background-color: #00000099 !important;
}
.sfblack {
    background-color: #000000b9 !important;
}

.sflight {
    background-color: #FFFFFF09 !important;
}

.sflightnotsostrong {
    background-color: #FFFFFF29 !important;
}

.sflightstrong {
    background-color: #FFFFFF49 !important;
}

.sfcarditem {
    background-color: #FFFFFF29 !important;
}

.sfpaypal {
    background-color: rgb(147, 109, 20) !important;
}

.sf1 {
    background-color: #5DA8CB !important;
}

.sf1t {
    background-color: #5DA8CB66 !important;
}

.sf1tt {
    background-color: #5DA8CB36 !important;
}

.sf2 {
    background-color: #71E1D4 !important;
}

.sf2t {
    background-color: #71E1D466 !important;
}

.sf2tt {
    background-color: #71E1D436 !important;
}

.sf3 {
    background-color: #E2E490 !important;
}

.sf3t {
    background-color: #E2E49066 !important;
}

.sf3tt {
    background-color: #E2E49036 !important;
}

.sf4 {
    background-color: #DCA26E !important;
}

.sf4t {
    background-color: #DCA26E66 !important;
}

.sf4tt {
    background-color: #DCA26E36 !important;
}

.sfdebug {
    background-color: #5000de !important;
}

.sfdebugt {
    background-color: #5000de66 !important;
}

.sfdebugtt {
    background-color: #5000de36 !important;
}


.bordered {
    border-radius: 15px 15px 15px 15px;
}

.borderdarkgray {
    border-width: 2px;
    border-color: #181818 !important;
    border-style: dotted !important;
}

.cookie {
    max-width: 100%;
    position: fixed;
    z-index: 100000;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 4px 0px;
    bottom: 24px;
    left: 24px;
    color: rgb(241, 229, 229);
    background-color: rgba(54, 53, 53, 0.7);
    font-size: 60%;
    width: 230px;
    font-weight: bold;
    line-height: 1;
    padding: 20px;
    border-color: gray;
    border-style: solid;
    border-width: 3px;
    cursor: pointer;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #71E1C4;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

#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;
    }


h1, h2 {
    text-align: center;
}

.flex-even {
    flex: 1;
}

#components-reconnect-modal {
    display: flex !important;
    opacity: 0 !important;
    background-color: rgb(0 0 0 / 80%) !important;
}

    #components-reconnect-modal::before {
        content: '';
        width: 300px;
        height: 65px;
        background: #222222;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    #components-reconnect-modal h5 {
        margin-top: 50px !important;
        padding: .75rem 1.25rem;
        width: 300px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1050;
        color: #888888;
        background-color: #222222;
        box-shadow: 0px 10px 10px 0px hsl(0deg 0% 0% / 20%);
    }

    #components-reconnect-modal div {
        margin: auto;
        z-index: 1050;
    }

    #components-reconnect-modal h5 a {
        color: #888888 !important;
    }

.components-reconnect-dialog {
    color: #555555 !important;
    background-color: #00000088 !important;
}
