@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

:root {
    --blue: #000792;
    --light-blue: #33def2;
    --green-lime: #00a9b0;
    --light-green: #58e99b;
    --gd-grn-color: linear-gradient(to left, var(--light-green), var(--blue));
    --gd-blue-color: linear-gradient(to left, var(--green-lime), var(--blue));
}

:root {
    --bg-color: rgb(255, 255, 255);
    --form-color: var(--green-lime);
    --h3-color: var(--green-lime);
    --brand-left: 10vw;
    --text-color: #8a9199;
    --frame-width: 50%;
    --form-width: 100%;
    --frame-height: 92.8vh;
    /* --iframe-height: 90vh;*/
    --iframe-height: 100%;
    --create-size-w: 18vw;
    --create-font-size: small;
    --margin-form: 0 5vw;
    --margin-card: 0 15vw;
    --h3-size: x-large;
    --h2-size-2: xx-large;
    --p-size-2: medium;
    --p-size: medium;
    --header-padding: 0 30px;
    --shadow-h: 80%;
    --position-all: absolute;
    --label-size: 14px;
    --radio-font-size: 14px;
    --display-all: flex;
    --display-menu: unset;
    --display-footerhide: none;
    --display-footershow: unset;
    --text-align-nav: left;
    --border-radius: 8px;
    --slider-height: 90.8vh;
    --slider-width: unset;
    --header-w: 40vw;
    --header-img-w: 7vw;
    --header-img-h: 5vh;
    --brand-img-ta: left;
    --brand-img-display: inline-block;
    --brand-img-h: 65px;
    --all-margin: 0 10vw;
    --brand-img-pad: 5px 20px 5px 0;
    --right: 140px;
    --display-buttons: unset;
    --slider-title-bottom: 110px;
}

@media only screen and (max-width: 1025px) {
    :root {
        --margin-card: 0 12vw;
        --header-img-h: 5vh;
        --margin-form: 0;
    }
}

@media only screen and (max-width: 768px) {
    :root {
        --bg-color: rgb(255, 255, 255);
        --frame-width: 100%;
        --frame-height: 100vh;
        --form-width: 100%;
        --margin-form: 0;
        --h3-size: xx-large;
        --h2-size-2: larger;
        --p-size-2: 10px;
        --p-size: medium;
        --header-padding: 0 20px;
        --shadow-h: 100%;
        --iframe-height: 95vh;
        --display-all: unset;
        --display-menu: none;
        --text-align-nav: left;
        --create-size-w: 15vw;
        --position-all: relative;
        --slider-height: 18vh;
        --slider-width: 100%;
        --display-footerhide: unset;
        --display-footershow: none;
        --label-size: 12px;
        --radio-font-size: 11px;
        --header-w: 100vw;
        --header-img-h: 3.5vh;
        --brand-img-display: inline-block;
        --brand-img-ta: center;
        --brand-img-h: 55px;
        --all-margin: 0 20px;
        --brand-img-pad: 12px 5px 0 0;
        --right: 0;
        --display-buttons: none;
        --slider-title-bottom: -40px;
    }
}

@media only screen and (max-width: 426px) {
    :root {
        --h2-size: x-large;
        --h2-size-2: large;
        --p-size: smaller;
        --margin-card: 0 1vw;
        --header-img-w: 1vw;
        --brand-img-h: 50px;
        --brand-img-pad: 15px 5px 0 0;
    }
}

@media only screen and (max-width: 376px) {
    :root {
        /* --iframe-height: 98vh;*/
        --iframe-height: 100%;
        --h2-size: x-large;
        --p-size: smaller;
        --margin-card: 0 -10px;
        --header-padding: 0 10px;
        --brand-img-h: 60px;
        --brand-img-pad: 20px 0px 15px 0;
    }
}

@font-face {
    font-family: 'din';
    src: url('../../fonts/DINLight.ttf');
    font-weight: lighter;
}

@font-face {
    font-family: 'din';
    src: url('../../fonts/DINMedium.ttf');
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: din !important;
    font-weight: normal;
}


p, label, button, tag, span, div, textarea, input, li, a, img, figure, article, mark, strong, small, section {
    font-family: din !important;
    font-weight: lighter;
}

html {
    height: 100%;
}

body {
    background: var(--bg-color);
    height: 100%;
}

h3 {
    font-weight: 700;
    color: var(--h3-color);
}

.iframe {
    /*position: relative;*/
    height: 90%;
    width: var(--frame-width);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .iframe .form .border-0 {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }

label {
    font-size: var(--label-size);
    color: var(--h3-color);
    margin: auto;
}

input::-webkit-input-placeholder {
    font-size: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.navfigure input[type="radio"] {
    display: none;
}
/*HEADER - BRAND*/

.brand {
    position: absolute;
    top: 0;
    height: var(--header-h);
    background-color: var(--nav-color);
    text-align: initial;
    border-bottom: 1px solid var(--line-color);
    /* z-index: 1; */
}

.brand-list {
    margin: 0 5vw;
}

    .brand-list h3 {
        display: inline;
        width: 10%;
    }

    .brand-list a {
        text-decoration: none;
    }

.brand img {
    position: relative;
    height: var(--brand-img-h);
    padding: var(--brand-img-pad);
    display: var(--brand-img-display);
}
/* ACCOUNT TYPES */

.navfigure {
    position: relative;
    width: 100%;
    margin: 0;
}

    .navfigure .buttons {
        border-radius: 8px;
        display: grid;
        grid-template-columns: auto auto auto;
    }

        .navfigure .buttons label {
            box-shadow: 0 0 10px #18426d65;
            padding: 8px 5px;
            border-radius: 8px;
            margin: 0 15px;
            min-width: 264px;
            text-align: center;
            font-size: var(--radio-font-size);
            border: 2px solid transparent;
            cursor: pointer;
        }

input[type="radio"] + label,
input[type="radio"] + label:checked {
    text-decoration: none;
    text-align: center;
    color: var(--text-color);
    font-weight: 700;
}

.navfigure input[type="radio"] + label:hover {
    font-weight: 600;
    color: var(--h3-color);
    border: 2px solid var(--h3-color);
}

.all {
    display: var(--display-all);
    background-color: #FAFAFB;
}

.form {
    /*position: relative;
        width: var(--form-width);
        top: 50%;
        transform: translateY(-50%);*/
    /*  margin: var(--margin-form);
    overflow: hidden; */
}

    .form h2 {
        font-size: var(--h3-size);
    }

    .form p {
        font-size: var(--p-size);
    }

    .form span {
        display: inline;
        /* float: right;*/
    }

.card {
    vertical-align: middle;
    padding: var(--margin-form);
}

.submit button,
.submit button:hover {
    color: white;
    background-color: var(--form-color);
    font-weight: 500;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.create button {
    color: var(--text-color);
    background-color: white;
    min-width: var(--create-size-w);
    left: 0;
    font-weight: 700;
    font-size: var(--radio-font-size);
    box-shadow: 0 0 10px #3131317a;
    border-radius: var(--border-radius);
}

    .create button:hover,
    .create button:focus {
        font-weight: 600;
        color: var(--h3-color);
        border: 2px solid var(--h3-color);
    }

.dropdown,
.dropdown:active,
.dropdown:focus,
.dropdown:visited,
.dropdown:hover {
    color: var(--text-color);
    background-color: #EDF2F9;
    border: 0;
    align-items: center;
}

.bbb button {
    max-width: 12px;
    display: var(--display-buttons);
    margin-bottom: 5vh
}

.form-control {
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

nav a {
    font-weight: 600 !important;
    text-align: var(--text-align-nav);
}

.slider {
    position: var(--position-all);
    width: var(--frame-width);
}

    .slider img {
        height: var(--slider-height);
        width: var(--slider-width);
    }

.slide .slidetest img {
    height: 100px;
    width: 100px;
}

.sliders img {
    position: relative;
    object-fit: cover;
    object-position: 50% 50%;
    /* right: var(--right); */
}

.dropdown-menu {
    min-width: 120px;
    background-color: rgb(237, 242, 249);
    color: rgb(147, 147, 157);
    border: 0;
    margin-left: 15px;
}

.dropdown-toggle,
.dropdown-toggle:visited,
.dropdown-toggle:focus {
    background-color: rgb(237, 242, 249);
    color: rgb(147, 147, 157);
    border: 0;
}

    .dropdown-toggle:hover {
        background-color: rgb(195, 203, 214);
    }

.shadow {
    position: absolute;
    height: var(--shadow-h);
    right: 0;
    width: 100%;
    background-image: linear-gradient(transparent 10%, rgba(31, 49, 78, 0.918)100%);
    bottom: 0;
}

#splitter {
    display: var(--display-menu);
}

.navbar-brand {
    left: var(--brand-left);
}

.slidername {
    margin-bottom: var(--slider-title-bottom);
    font-weight: 800;
}

    .slidername h2 {
        font-size: var(--h2-size-2);
    }

    .slidername p {
        font-size: var(--p-size-2);
        font-weight: 300;
    }

.footershow {
    display: var(--display-footershow);
}

.footerhide {
    position: relative;
    bottom: 0;
    width: 100%;
    display: var(--display-footerhide);
}

.footer {
    position: absolute;
    width: 100vw;
    height: 65px;
    bottom: 145px;
    margin: 0 auto;
    background-color: var(--bg-color);
    border: 2px white solid;
    border-radius: 5px;
    z-index: 1000;
    text-align: center;
}

footer .sponsors {
    position: relative;
    display: flex;
    overflow: auto;
    /*  grid-template-columns: auto auto auto auto auto auto; */
    margin: 0 10px;
}

footer .item {
    max-height: 10vh;
    min-width: 20%;
    text-align: center;
}

footer img {
    max-height: 40px;
    padding: 5px;
    max-width: 100%;
    margin: 8px auto;
}

.footer .item:hover {
    transition: all .2s ease-in-out;
    background-color: #e2e2e2;
}

.powered {
    bottom: 0;
    right: 0;
    width: var(--frame-width);
    text-align: center;
    z-index: 5000;
}

    .powered p {
        font-size: 12px;
        font-weight: 300;
    }

.card-scrollable {
    height: var(--iframe-height);
    overflow: auto;
}

    .card-scrollable::-webkit-scrollbar {
        width: 8px;
    }

    .card-scrollable::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .card-scrollable::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #01729C;
    }
/* PATNERS SLIDER CSS */

.logo-slider {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    bottom: 30px;
    background: white;
    padding: 10px 0;
    border-radius: 10px;
}

    .logo-slider a {
        max-height: 15vh;
        min-width: 25%;
        text-align: center;
    }

    .logo-slider img {
        max-height: 26px;
        max-width: 10vw;
        margin: 0 auto;
    }



.submit button,
.submit button:hover {
    background-color: unset;
    background-image: var(--gd-blue-color);
}
