﻿@import url('custom.css');
html, body {
    font-size: 4.5vw;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    color: #585858;
}

div {
    box-sizing:border-box;
}
.splashscreen {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    /*    background-color: #13A8E2;
*/ z-index: 20000;
    top: 0;
    left: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

    .splashscreen div {
        width: 10rem;
        position: fixed;
        top: 21%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.hybridscreen {
    position: fixed;
    background-color: white;
    top: -2050px;
    top: -3050px;
    left: 50%;
    width: 96vw;
    transform: translate(-50%, 0);
    z-index: 99998;
    text-align: left;
    font-size: 1rem;
    color: black;
    float: left;
    padding-bottom: 3rem;
    display: inline-block;
    box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
    border-radius: 0.5rem;
    min-height: 50vh;
}
.hastopnotch .hybridscreen {
    padding-top: 3rem;
}
.nobackbutton.astitle {
    width: 100%;
    height: 2rem;
    border-radius: unset;
    background-repeat: no-repeat;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0;
    color: black;
    margin: 0.8rem 0 0.3rem 0;
}

.backbutton_svg.astitle, .screen .backbutton.astitle {
    width: 100%;
    height: 2rem;
    border-radius: unset;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOSAxMkg1IiBzdHJva2U9IiMwNDA0MTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMiAxOUw1IDEyTDEyIDUiIHN0cm9rZT0iIzA0MDQxNSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
    background-size: 1.5rem;
    background-position: left 15%;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0;
    padding-left: 2rem;
    color: black;
    margin: 0.8rem 0 0.3rem 0;
}
.darkmode .backbutton_svg.astitle, .darkmode .screen .backbutton.astitle {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTkgMTJINSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjxwYXRoIGQ9Ik0xMiAxOUw1IDEyTDEyIDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4=");
    color: var(--defaultfontcolor-dark);
}

.darkmode .nobackbutton.astitle {
    color: var(--defaultfontcolor-dark);
}

.backbutton_svg.blue {
    background-color: #0c688c;
}

.backbutton_svg.blue2 {
    background-color: #304c69;
}

.backbutton_svg.left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNi45NTgzIDEwLjg4MzJINC45MTg5NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEwLjkzODYgMTYuOTAyOEw0LjkxODk1IDEwLjg4MzJMMTAuOTM4NiA0Ljg2MzUzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
    background-size: 1.3rem;
    background-position: 50% 50%;
}
#screens {
    background-color: var(--defaultbackgroundColor);
}

.cwhite {
    color: white;
}

.cblack {
    color: black;
}

.csilver {
    color: silver;
}

.cgrey {
    color: gray;
}

.c1 {
    color: var(--brand1);
}

.darkmode .c1 {
    color: var(--brand1-drark);
}

.c2 {
    color: var(--brand2);
}

.c3 {
    color: var(--brand3);
}

.c4 {
    color: var(--brand4);
}

.c5 {
    color: var(--brand5);
}

.c6 {
    color: var(--brand6);
}

.b1 {
    background-color: var(--brand1);
}

.darkmode .b1 {
    background-color: var(--brand1-dark);
}

.b2 {
    background-color: var(--brand2);
}

.b3 {
    background-color: var(--brand3);
}

.b4 {
    background-color: var(--brand4);
}

.b5 {
    background-color: var(--brand5);
}

.b6 {
    background-color: var(--brand6);
}


.cblue {
    color: blue;
}

.cred {
    color: red;
}

.bgwhite {
    background-color: #FFFFFF;
}

.bgblack {
    background-color: #000000;
}

.bgsilver {
    background-color: silver;
}

.bggrey {
    background-color: gray;
}

.bgblue {
    background-color: blue;
}

.font-m {
    font-weight: 500;
}

.font-b {
    font-weight: 700;
}

.font-n {
    font-weight: normal;
}

.font-i {
    font-style: italic;
}

.font-caps {
    text-transform: capitalize;
}

.font-upper {
    text-transform: uppercase;
}

.font-1 {
    font-size: 0.9em;
}

.font-2 {
    font-size: 0.8em;
}

.font-3 {
    font-size: 0.7em;
}

.font-4 {
    font-size: 0.6em;
}

.font1 {
    font-size: 1em;
}

.font2 {
    font-size: 1.25em;
}

.font3 {
    font-size: 1.5em;
}

.font4 {
    font-size: 1.75em;
}

.font5 {
    font-size: 2em;
}

.font6 {
    font-size: 3em;
}

.border {
    border: 1px solid black;
}

.tUpper {
    text-transform: uppercase;
}

.black {
    color: black;
}

.mg-b-1 {
    margin-bottom: 0.5rem;
}

.mg-b-2 {
    margin-bottom: 1rem;
}

.mg-b-3 {
    margin-bottom: 1.5rem;
}

.mg-b-4 {
    margin-bottom: 2rem;
}

.mg-b-5 {
    margin-bottom: 2.5rem;
}

.mg-b-6 {
    margin-bottom: 3rem;
}

.mg-b-7 {
    margin-bottom: 4rem;
}

.mg-b-8 {
    margin-bottom: 5rem;
}

.mg-b-9 {
    margin-bottom: 7rem;
}

.mg-b-10 {
    margin-bottom: 10rem;
}

.mg-t-1 {
    margin-top: 0.5rem;
}

.mg-t-2 {
    margin-top: 1rem;
}

.mg-t-3 {
    margin-top: 1.5rem;
}

.mg-t-4 {
    margin-top: 2rem;
}

.mg-t-5 {
    margin-top: 2.5rem;
}

.mg-t-6 {
    margin-top: 3rem;
}

.mg-t-7 {
    margin-top: 4rem;
}

.mg-t-8 {
    margin-top: 5rem;
}

.mg-t-9 {
    margin-top: 7rem;
}

.mg-t-10 {
    margin-top: 10rem;
}

.mg-l-1 {
    margin-left: 0.5rem;
}

.mg-l-2 {
    margin-left: 1rem;
}

.mg-l-3 {
    margin-left: 1.5rem;
}

.mg-l-4 {
    margin-left: 2rem;
}

.mg-r-1 {
    margin-right: 0.5rem;
}

.mg-r-2 {
    margin-right: 1rem;
}

.mg-r-3 {
    margin-right: 1.5rem;
}

.mg-r-4 {
    margin-right: 2rem;
}

.mg-1 {
    margin: 0.5rem;
}

.mg-2 {
    margin: 1rem;
}

.mg-3 {
    margin: 1.5rem;
}

.mg-4 {
    margin: 2rem;
}

.pd-b-1 {
    padding-bottom: 0.5rem;
}

.pd-b-2 {
    padding-bottom: 1rem;
}

.pd-b-3 {
    padding-bottom: 1.5rem;
}

.pd-b-4 {
    padding-bottom: 2rem;
}

.pd-t-1 {
    padding-top: 0.5rem;
}

.pd-t-2 {
    padding-top: 1rem;
}

.pd-t-3 {
    padding-top: 1.5rem;
}

.pd-t-4 {
    padding-top: 2rem;
}

.pd-l-1 {
    padding-left: 0.5rem;
}

.pd-l-2 {
    padding-left: 1rem;
}

.pd-l-3 {
    padding-left: 1.5rem;
}

.pd-l-4 {
    padding-left: 2rem;
}

.pd-r-1 {
    padding-right: 0.5rem;
}

.pd-r-2 {
    padding-right: 1rem;
}

.pd-r-3 {
    padding-right: 1.5rem;
}

.pd-r-4 {
    padding-right: 2rem;
}

.pd-1 {
    padding: 0.5rem;
}

.pd-2 {
    padding: 1rem;
}

.pd-3 {
    padding: 1.5rem;
}

.pd-4 {
    padding: 2rem;
}

.noline {
    text-decoration: none;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}

.acentre {
    text-align: center;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.accent1 {
    color: #21afdf;
}

.lh-1 {
    line-height: 1;
}

.lh-1-25 {
    line-height: 1.25;
}

.lh-1-5 {
    line-height: 1.5;
}

.lh-1-7 {
    line-height: 1.7;
}

.lh-2 {
    line-height: 2;
}

.shadow1 {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, .6);
}

.bd-t-1 {
    border-top: 1px solid black;
}

.bd-b-1 {
    border-bottom: 1px solid #eeeeee;
}

    .bd-b-1.silver {
        border-color: silver;
    }

.bd-l-1 {
    border-left: 1px solid black;
}

.bd-r-1 {
    border-right: 1px solid black;
}

    .bd-r-1.silver {
        border-color: silver;
    }

.bd-1 {
    border: 1px solid var(--brand1);
}

    .bd-1.black {
        border: 1px solid black;
    }

    .bd-1.silver {
        border-color: silver;
    }

.bx-sz {
    box-sizing: border-box;
}

.d-inl-blk {
    display: inline-block;
}

.radius1 {
    border-radius: 0.5rem;
    overflow: hidden;
}

.radius2 {
    border-radius: 1rem;
    overflow: hidden;
}

.radius3 {
    border-radius: 2rem;
    overflow: hidden;
}

.radius4 {
    border-radius: 3rem;
    overflow: hidden;
}

.row {
    width: 100%;
    display: inline-block;
}
.flx-container {
    display: flex;
    justify-content: space-between;
}

    .flx-container.col4 > div {
        flex-grow: 1;
        flex-basis: auto;
        width: 25%;
    }

    .flx-container.flex-start {
        justify-content: flex-start;
    }

    .flx-container.space-between {
        justify-content: space-between;
    }

    .flx-container.space-around {
        justify-content: space-around;
    }

    .flx-container.space-evenly {
        justify-content: space-evenly;
    }

    .flx-container.center {
        justify-content: center;
    }

    .flx-container.alignstart {
        align-items: flex-start;
    }

    .flx-container.aligncenter {
        align-items: center;
    }

    .flx-container.alignend {
        align-items: flex-end;
    }

    .flx-container.alignbaseline {
        align-items: baseline;
    }

.flx-alignself-end {
    align-self: flex-end;
}

.flx-alignself-center {
    align-self: center
}

.flx-alignself-start {
    align-self: flex-start;
}

.flx-container.wrap {
    flex-wrap: wrap;
}

.flx-container.row {
    flex-direction: row;
}

.flx-container.column {
    flex-direction: column;
}

.flx-container .noflex {
    flex: none;
}

.flx-container .flx.i1 {
    order: 1;
}

.flx-container .flx.i2 {
    order: 2;
}

.flx-container .flx.i3 {
    order: 3;
}

.flx-container .row {
    float: unset;
    width: 100%;
}

#RsLoading, #FirstLoading {
    margin: 0;
    padding: 0;
    display: none;
    height: 2.7rem;
    width: 2.7rem;
    position: fixed;
    left: 50%;
    top: 10rem;
    z-index: 9999999;
    background-color: black;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .6);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .6);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform: translate(-50%, -50%);
}

.button {
    cursor: pointer;
}

.spinner {
    display: block;
    height: 2.7rem;
    width: 2.7rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    margin: 0;
    padding: 0;
}

.lds-spinner {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-top: 0.6rem;
    margin-left: 0.6rem;
}

    .lds-spinner div {
        transform-origin: 0.75rem 0.75rem;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 0.05625rem;
            left: 0.69375rem;
            width: 0.1125rem;
            height: 0.3375rem;
            border-radius: 20%;
            background: white;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



/* end of slider */
.rotateLoop {
    -webkit-animation: rotation 0.9s infinite linear;
    -moz-animation: rotation 0.9s infinite linear;
    -o-animation: rotation 0.9s infinite linear;
    animation: rotation 0.7s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


    @keyframes animatedBackground {
        from {
        background-position: 0 0;
    }

    to {
        background-position: 1000px 0;
    }
}

.separator {
    display: flex !important;
    align-items: center;
    text-align: center;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #ededed;
    }

    .separator:not(:empty)::before {
        margin-right: 1em;
    }

    .separator:not(:empty)::after {
        margin-left: 1em;
    }

.loginform-group div {
    box-sizing: border-box;
}

.loginform-group {
    position: relative;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

    .loginform-group input {
        background-color: white;
        border-radius: 2rem;
        border: none;
        width: 100%;
        padding: 0.7rem 1rem 0.7rem 1rem;
        line-height: 1;
        font-size:1em;
        text-align: left;
        box-sizing: border-box;
    }

    .loginform-group label {
        position: absolute;
        top: 0.7rem;
        left: 1rem;
        color: gray;
        transition: all 0.2s ease-in-out;
        pointer-events: none;
    }

    /* Float label when field is focused, not showing its placeholder,
        or when a filled class is added (via JS), or when autofilled */
    .loginform-group input:focus + label,
    .loginform-group input:not(:placeholder-shown) + label,
    .loginform-group input.filled + label,
    .loginform-group input:-webkit-autofill + label {
        top: -0.7rem;
        left: 0.8rem;
        font-size: 0.8rem;
        background: #fff;
        padding: 0 0.2rem;
        color: #333;
    }

    /* For Firefox autofill */
    .loginform-group input:-moz-autofill + label {
        top: -1rem;
        left: 0.8rem;
        font-size: 0.8rem;
        background: #fff;
        padding: 0 0.2rem;
        color: #333;
    }

/* Toggle icon styles */
.toggle-password {
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.5rem;
    color: #666;
    user-select: none;
}

.loginform .separator::before,
.loginform .separator::after {
    border-bottom: 1px solid gray;
}

.loginform .separator {
    color: gray;
    font-size: 0.8em;
}

.loginform {
    min-height: 100vh;
    width: 100%;
    background-color: #01334F;
}

    .loginform .backbutton_svg {
        margin-left: 1rem;
        margin-top: 1rem;
    }


    .loginform .rsbutton.full {
        border-radius: 2rem;
        border: none;
        width: 100%;
        padding: 0.7rem 1rem 0.7rem 1rem;
        line-height: 1;
    }

.rsbutton {
    display: inline-block;
    border: none;
    padding: 0.8rem 2.3rem 0.8rem 2.3rem;
    cursor: pointer;
    border-radius: 5rem;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 0.8rem;
    letter-spacing: 0;
}

    .rsbutton.border {
        border: 1px solid black;
    }

    .rsbutton.right {
        float: right;
    }

    .rsbutton.small {
        padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    }

    .rsbutton.vsmall {
        padding: 0.25rem 1rem 0.25rem 1rem;
        font-size: 0.9em;
    }

    .rsbutton.u {
        text-decoration: underline;
    }

    .rsbutton.full {
        float: none;
        width: 100%;
        border-radius: 2rem;
    }

    .rsbutton.white {
        background: unset;
        background-color: white;
        color: black;
    }

.rsbutton2 {
    border-radius: 1.25rem;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0;
    width: 100%;
}

.rsbutton.submit {
    border-radius: 1.25rem;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0;
    background-color: #13A8E2;
    color: white;
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.8em;
    font-weight: 500 !important;
}

    .rsbutton.submit.off {
        background-color: silver;
    }

.rslink {
    cursor: pointer;
}

    .rslink.u {
        text-decoration: underline;
    }

    .rslink.small {
        font-size: 0.8em;
    }

    .rslink.right {
        text-align: right;
        padding-right: 0.5rem;
    }

#toast {
    position: absolute;
    text-align: center;
    color: white;
    padding: 2rem;
    min-height: 3rem;
    min-width: 10rem;
    background-color: rgba(128, 128, 128, 1);
    display: none;
    z-index: 99999;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.row.loginpasswordx {
    position:relative;
}
    .row.loginpassword .passwordlabelx {
        width:100%;
        position:absolute;
        top:2%;
        left:2%;
    }

.separator {
    display: flex !important;
    align-items: center;
    text-align: center;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #ededed;
    }

    .separator:not(:empty)::before {
        margin-right: 1em;
    }

    .separator:not(:empty)::after {
        margin-left: 1em;
    }


.login_error_message, .login_message {
    width: 90%;
    min-height: 5rem;
    background-color: lightcoral;
    padding: 2%;
    box-sizing: border-box;
    font-size: 0.9em;
    display: none;
}
.login_message {
    background-color:azure;
}

@media only screen and (min-width: 768px) and (max-width: 13660px) and (orientation:landscape) {
    html {
        background-color: unset;
        height: 100vh;
    }
    html, body {
        font-size: 1.82292vh;
    }

    .hybridscreen {
        max-width: 30%;
    }

}