﻿
html {
    font-family: 'Comfortaa', monospace !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-display: swap;
}

::selection {
    background-color: #A75A8B;
    color: white; /* Set the text color to white to ensure readability */
}

form{
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.clickable-link {
    padding: 5px;
    text-decoration: none;
    border-radius: 5px;
}

    .clickable-link:hover {
        background-color: #b7dfeb;
        text-decoration: none;
        color: #337ab7;
    }


a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }


b,
strong {
    font-weight: bold;
}


img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}


input {
    line-height: normal;
}
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


body {
    font-size: 16px;
    margin: 0;
    position: relative;
}


input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #215480;
    text-decoration: none;
}


    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }


img {
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

p {
    margin: 0 0 10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
    opacity: 0;
    transition: opacity 1s ease;
}

@keyframes opacityChange {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dropdown-menu.show {
    animation: 0.3s ease-out opacityChange forwards;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}

    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        /*
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
                */
    }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}


.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 1000px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: nowrap;
    display: block;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 20px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eee;
        border-color: #ae9945;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border: none;
}

    .nav-tabs > li {
        float: left;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: none;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 1000px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 1000px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 1000px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 1000px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
}


@media (min-width: 1000px) {
    .navbar-header {
        float: left;
    }
}

.navbar-header {
    float: left;
}


.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    align-items: unset;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 1000px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}


@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1000px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 1000px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 1000px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 1000px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 1000px) {
    .navbar-toggle {
        display: none;
    }
}

#mainheader {
    float: left;
}

    #mainheader.navbar-header {
        float: left;
    }

.navbar-nav {
    display: block;
    -ms-flex-direction: unset;
    flex-direction: unset;
    list-style: none;
}

    .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
    }

.navbar-expand-sm .navbar-nav {
    -ms-flex-direction: unset;
    flex-direction: unset;
}

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }


.navbar-expand-md .navbar-nav {
    -ms-flex-direction: unset;
    flex-direction: unset;
}

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: unset;
    flex-direction: unset;
}

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

.navbar-expand-xl .navbar-nav {
    -ms-flex-direction: unset;
    flex-direction: unset;
}

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

.navbar-expand .navbar-nav {
    -ms-flex-direction: unset;
    flex-direction: unset;
}

    .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

.navbar-nav {
    margin: 7.5px -15px;
    display: block;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 1000px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 25px;
                padding-bottom: 15px;
                font-size: 15px;
            }
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}



input:focus-visible {
    outline: none;
}

input[type=number] {
    width: 100%;
    max-width: 100%;
    padding: 12px 25px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #919699;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #2a2e32;
    color: #f6f6f6;
    transition: border-color ease 0.5s;
    letter-spacing: 1.5px;
}

    input[type=number]:focus {
        border-color: #2a2e32 !important;
        outline-color: #2a2e32;
        border-color: #20d7db !important;
        outline-color: #20d7db;
        transition: linear 0.2s
    }

    input[type=number]:hover {
        border-color: #c0c0c0;
    }

input[type=text] {
    width: 100%;
    max-width: 100%;
    padding: 12px 25px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #919699;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #2a2e32;
    color: #f6f6f6;
    transition: border-color ease 0.5s;
    letter-spacing: 1.5px;
}

    input[type=text]:focus {
        border-color: #2a2e32 !important;
        outline-color: #2a2e32;
        border-color: #20d7db !important;
        outline-color: #20d7db;
        transition: linear 0.2s
    }

    input[type=text]:hover {
        border-color: #c0c0c0;
    }

.emptyRed {
    border-color: #932b40 !important;
    border-width: 2px !important;
    /*background-color: #372d32 !important;*/
}

    .emptyRed:focus {
        border-color: #20d7db !important;
        outline-color: #20d7db;
    }

input[type=date] {
    width: 40%;
    max-width: 200px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #919699;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #2a2e32;
    color: #f6f6f6;
    color-scheme: dark;
}

    input[type=date]:focus {
        border-color: #20d7db;
        outline-color: #20d7db;
    }


.centerAlign {
    text-align: center;
    margin: auto;
}

.exampleTitle {
    color: #20D7DB;
}

p.exampleText {
    color: #f6f6f6;
    margin: 0px;
}

img {
    display: inline-block;
}

.stopScroll {
    overflow-x: hidden;
    overflow-y: hidden;
}




.thewholeform {
    padding: 70px 55px;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 10px 0 50px 15px rgba(85, 220, 45, 0.15), -10px 0 50px 15px rgba(30, 215, 220, 0.15);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    min-width: 725px;
    background-color: #2a2e32;
    max-width: 725px;
    position: relative;
}

.gradientBar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, rgba(32,215,219,1) 0%, rgba(84,221,45,1) 100%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}



@media (hover: hover) {
    .submit:hover {
        background-color: #91803a;
        box-shadow: 0 0 30px 5px rgba(85, 220, 45, 0.15);
    }

    .lock-submit:hover {
    }
}


.boujee-button {
    --bg-size: 300%;
    background: linear-gradient(90deg, rgba(32,215,219,1) 0%, rgba(84,221,45,1) 100%) 0 0 / var(--bg-size) 100%;
    transition: background-position 0.5s ease-out, box-shadow 0.5s ease-out;
}

.boujee-text {
    width: auto;
    margin: 0px;
    --bg-size: 2000%;
    background: linear-gradient(30deg, rgba(0,65,38,0) 30%, rgba(246,246,246,1) 50%) 0 0 / var(--bg-size) 100%;
    color: transparent;
    -webkit-background-clip: text;
}




@media (prefers-reduced-motion: no-preference) {
    .boujee-text {
        animation: move-bg 1s ease-out forwards;
        animation-iteration-count: 1;
    }

    @keyframes move-bg {
        to {
            background-position: 100% 0;
        }
    }
}

.innerTitle {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 3px;
    padding-right: 10px;
}

.innerTitleSmall {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 3px;
    text-wrap: normal
}

#topForm {
    margin-top: 60px;
    margin-bottom: 10px;
}

.dividingLine {
    background-color: lawngreen;
    background: linear-gradient(90deg, rgba(32,215,219,1) 0%, rgba(84,221,45,1) 100%);
    height: 3px;
    width: 0%;
    border-radius: 10px;
    margin: 25px;
    animation: expand-width 1.2s ease-in-out forwards;
}

@keyframes expand-width {
    from {
        width: 0%;
    }

    to {
        width: 90%;
    }
}


@keyframes bounce-in-right {
    0% {
        width: 0%;
    }

    50% {
        width: 100%;
    }

    70% {
        width: 80%;
    }

    85% {
        width: 95%;
    }

    95% {
        width: 85%;
    }

    100% {
        width: 90%;
    }
}


.HOVER {
    --width: 100%;
    --time: 0.7s;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    height: 50px;
    padding: 1em;
    padding-top: 12px;
    color: white;
    background: linear-gradient(90deg, rgba(17,205,209,1) 0%, rgba(121, 196, 8,1) 100%);
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-size: 20px;
}

    .HOVER:hover {
        cursor: pointer;
        color: white;
        text-decoration: none;
    }

    .HOVER text {
        position: relative;
        z-index: 5;
    }

    .HOVER span {
        position: absolute;
        display: block;
        content: "";
        z-index: 0;
        width: 0;
        height: 0;
        border-radius: 100%;
        background: linear-gradient(90deg, rgba(191,6,223,1) 0%, rgba(17,205,209,1) 100%);
        transform: translate(-50%, -50%);
        transition: width var(--time), padding-top var(--time);
    }

    .HOVER:hover span {
        width: calc(var(--width) * 2.25);
        padding-top: calc(var(--width) * 2.25);
    }

text {
    pointer-events: none;
    height: 30px;
}

.bounce-in-right {
    animation: bounce-in-right 2s ease infinite;
}



.input-container {
    height: 50px;
    position: relative;
    margin: 0 30px;
    margin-right: 60px;
}

.needsSign::before {
    color: #b0b0b0;
    content: '$';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}



.ic1 {
    margin-top: 40px;
}

.ic2 {
    margin-top: 30px;
}

.input {
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    height: 100%;
    outline: 0;
    padding: 4px 25px 0;
    width: 100%;
    margin: 0px !important;
}


.placeholder {
    color: #b0b0b0;
    background-color: #2a2e32;
    position: absolute;
    left: 25px;
    top: 17px;
    line-height: 16px;
    padding: 2px;
    border-radius: 5px;
    pointer-events: none;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
    transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
    color: #b0b0b0;
    padding: 2px 10px;
}

.input:focus ~ .placeholder {
    color: #20d7db;
    padding: 2px 10px;
}

.submit {
    background-color: #08d;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin-top: 38px;
    text-align: center;
    width: 100%;
}

    .submit:active {
        background-color: #06b;
    }

.hiddenCalc {
    max-height: 0px;
    transition: max-height 0.4s ease, margin 0.4s ease;
    overflow: hidden;
    width: 80%;
    margin: auto;
    min-width: 400px;
    border-radius: 10px;
    background-color: #4b4d4f;
    margin-top: 10px;
}

.hiddenCalcChart {
    max-height: 0px;
    transition: max-height 0.4s ease, margin 0.4s ease;
    overflow: hidden;
    width: 100%;
    margin: auto;
    margin-top: 0px;
    min-width: 400px;
    border-radius: 10px;
}

.hiddenCalcAdjust {
    max-height: 0px;
    transition: max-height 0.4s ease, margin 0.4s ease;
    overflow: hidden;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    min-width: 400px;
    border-radius: 10px;
    background-color: #4b4d4f;
}

.hiddenCalc.open {
    max-height: 600px;
    margin-bottom: 30px;
    margin-top: 30px;
    min-width: 200px;
    margin-top: 30px;
}

.hiddenCalcChart.open {
    max-height: 800px;
    margin-bottom: 0px;
    margin-top: 30px;
    min-width: 200px;
}

.hiddenCalcAdjust.open {
    max-height: 600px;
    margin-bottom: 30px;
    margin-top: 15px;
    min-width: 200px;
}

.calcVals {
    color: #f6f6f6;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 15px 0px;
    text-align: center;
    overflow: visible;
}

.upIcon {
    color: #1fc693;
    position: relative;
    top: 4px;
}

.downIcon {
    color: #cd3b93;
    position: relative;
    top: 4px;
}

.neutralIcon {
    color: #2a2e32;
    position: relative;
    top: 4px;
    font-size: 20px;
}

/*SELECT EFFECT*/
.effect-19 {
    border: 1px solid #ccc;
    padding: 7px 14px;
    transition: 0.4s;
    background: transparent;
    border-radius: 10px;
    transition: border-color 0.3s linear;
}


    .effect-19 ~ .focus-border:before,
    .effect-19 ~ .focus-border:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #20d7db;
        transition: 0.4s;
    }

    .effect-19 ~ .focus-border:after {
        top: auto;
        bottom: 0;
    }

    .effect-19 ~ .focus-border i:before,
    .effect-19 ~ .focus-border i:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 2px;
        height: 0;
        background-color: #20d7db;
        transition: 0.6s;
    }

    .effect-19 ~ .focus-border i:after {
        left: auto;
        right: 0;
    }

    .effect-19:focus ~ .focus-border:before,
    .effect-19:focus ~ .focus-border:after,
    .has-content.effect-19 ~ .focus-border:before,
    .has-content.effect-19 ~ .focus-border:after {
        left: 0;
        width: 100%;
        transition: 0.4s;
    }

    .effect-19:focus ~ .focus-border i:before,
    .effect-19:focus ~ .focus-border i:after,
    .has-content.effect-19 ~ .focus-border i:before,
    .has-content.effect-19 ~ .focus-border i:after {
        top: 0px;
        height: 100%;
        transition: 0.6s;
    }

#submitBtn {
    margin: auto;
    width: 60%;
    margin-top: 60px;
}


.hoverSlide {
    color: #f6f6f6;
    position: relative;
    text-decoration: none;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    padding-left: 15px;
    display: inline;
}

    .hoverSlide::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 26px;
        border-radius: 5px;
        background-color: pink;
        background: linear-gradient(90deg, rgba(230,173,14,1) 0%, rgba(221,17,179,1) 100%);
        padding: 3px 10px 3px 40px;
        bottom: -2px;
        left: -35px;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .3s ease-in-out;
        transition-delay: 0.1s;
        z-index: -1;
        box-sizing: content-box;
    }

    .hoverSlide:hover::before {
        transform-origin: left;
        transform: scaleX(1);
    }

.wrapper {
    transition: 0.15s ease;
    margin-left: 0px;
}

    .wrapper.active .arrow {
        transform: rotate(45deg) translate(-5px, -5px);
    }

        .wrapper.active .arrow:before {
            transform: translate(10px, 0);
        }

        .wrapper.active .arrow:after {
            transform: rotate(90deg) translate(10px, 0);
        }

.arrow {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    left: 0px;
    transition: 0.4s ease;
    margin-top: 2px;
    margin-right: 10px;
    text-align: left;
    transform: rotate(45deg);
    float: left;
}

    .arrow:before,
    .arrow:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 12px;
        height: 3px;
        background-color: #fff;
        transition: 0.4s ease;
    }

    .arrow:after {
        position: absolute;
        transform: rotate(90deg);
        top: -5px;
        left: 5px;
    }



.cardContain {
    display: inline-block;
    position: relative;
}

.card {
    position: absolute;
    padding: 20px;
    cursor: pointer;
    clip-path: circle(15px at 380px 20px);
    transition: all ease-in-out .3s;
    background-color: #919699;
    z-index: 10;
    top: 5px;
    right: -50px;
    width: 400px;
}

    .card:hover {
        background-color: #c0c0c0;
    }

.card__infoicon {
    position: absolute;
    transition: ease-out .3s;
    left: 370px;
    top: 5px;
}

.cardTitle {
    margin-top: 0px;
    font-size: 18px;
}

.card__description {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.infoBox {
    border: solid #626a71 2px;
    margin: 20px 0px;
    padding: 20px;
    border-radius: 5px;
}
.inputDiv{
    padding: 0px 40px;
}

.scrollDownIcon {
    font-size: 28px;
    color: #626a71;
    transition: 0.4s ease;
    text-align: center;
    border: 2px solid #626a71;
    border-radius: 50px;
    padding: 5px;
    cursor: pointer;
}
    .scrollDownIcon:hover {
        border-color: #c0c0c0;
        color: #c0c0c0;
    }


.scrollDownBtn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #2a2e32;
    border: none;
    transition: 0.4s ease;
    padding: 0px;
}
/*
    .scrollDownBtn:hover {
        cursor: pointer;
        border-color: #c0c0c0;
        color: #c0c0c0;
    }

        .scrollDownBtn:hover .material-icons-round {
            color: #c0c0c0;
        }
    */

.card.mobileActive .card__infoicon {
    opacity: 0;
}

.card.mobileActive {
    clip-path: circle(75%);
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(200,200,200,0.1);
    background-color: #212529;
    background-color: rgba(33,37,41,0.85);
    background-color: rgba(27,31,34,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: default;
    outline: none;
    z-index: 12;
}

    @media (min-width: 100px) and (max-width: 800px) {
        .thewholeform {
            margin: 0px;
            border-radius: 0px;
            box-shadow: none;
            min-width: 100px;
            justify-content: center;
            align-content: center;
            padding: 80px 3%;
            box-shadow: none;
            width: 100%;
            max-width: 100%;
        }
        .infoBox {
            margin: 20px 0px 10px;
        }

        input[type=date] {
            width: 60%;
            margin: 0px;
            padding: 10px;
        }

        .ic2 {
            margin-top: 40px;
        }

        .ic1 {
            margin-top: 60px;
        }

        /* Modal Content */
        .modal-content {
            background-color: #fefefe;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            width: 90%;
            height: 200px;
            justify-content: center;
        }

        #submitBtn {
            margin: auto;
            width: 50%;
            margin-top: 60px;
        }

        .hiddenCalc {
            width: 90%;
            margin-top: 0px;
        }

        .innerTitle {
            font-size: 24px;
            max-width: 450px;
            padding-right: 0px;
        }

        .innerTitleSmall {
            font-size: 20px;
            width: 95%;
            padding-right: 0px;
        }

        #topForm {
            margin-top: 10px;
        }

        .navbar {
            box-shadow: none;
        }

        .calcVals {
            font-size: 1.5rem
        }

        .card {
            position: absolute;
            padding: 20px;
            cursor: pointer;
            clip-path: circle(20px at 230px 20px);
            transition: all ease-in-out .3s;
            background-color: #919699;
            z-index: 10;
            top: 5px;
            right: -50px;
            width: 250px;
        }


        .card__infoicon {
            position: absolute;
            transition: ease-out .3s;
            left: 218px;
            top: 4px;
        }




        .neutralIcon {
            font-size: 24px;
        }
        .inputDiv {
            padding: 0px;
        }
        .scrollDownBtn{
            border: none;
        }
        .scrollDownIcon{
            /*font-size: 36px; */
        }

        .mobile-drop {
            background-color: #fff;
            height: 100%;
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .mobile-menu {
            align-items: center;
            background-color: #303235;
            clip-path: polygon(100% 4px, calc(100% - 25px) 4px, calc(100% - 25px) 0px, 100% 0px);
            color: #f2f2f2;
            display: flex;
            flex-direction: column;
            font-family: sans-serif;
            font-size: 28px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);
            width: 100%;
        }

        .mobile-active .mobile-menu {
            background-color: #e07a8d;
            clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
        }

        .mobile-options {
            align-items: center;
            display: flex;
            flex-direction: column;
            margin-top: 60px;
            transform: scale(0.8);
            transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        .mobile-option {
            cursor: pointer;
            margin: 8px 0;
        }

            .mobile-option.mobile-selected {
                color: #a02f56;
            }

        .mobile-active .mobile-options {
            transform: scale(1);
        }

        .mobile-x {
            pointer-events: none;
            position: absolute;
            top: 0;
            right: 0;
            width: 25px;
            overflow: visible;
        }

        .mobile-top-bars {
            stroke: #303235;
        }

        .mobile-active .mobile-top-bars {
            stroke: #f2f2f2;
        }

        .mobile-bar {
            transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        .mobile-bar1 {
            transform-origin: 10px 10px;
        }

        .mobile-bar2 {
            transform-origin: 10px 18px;
        }

        .mobile-active .mobile-bar1 {
            transform: translateY(5px) rotate(45deg);
        }

        .mobile-active .mobile-bar2 {
            transform: rotate(-45deg);
        }

        .mobile-menu-click-area {
            cursor: pointer;
            height: 40px;
            opacity: 0.3;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 40px;
        }
        .mobile-hidden {
            display: none;
        }

        .desktop-hidden {
            display: block !important;
        }



    }
.desktop-hidden {
    display: none;
}


.email-btn:hover {
    box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1)
}

.email-btn {
    width: 330px;
    height: fit-content;
    margin: 0px 15px;
    padding: 15px;
    background-color: #b7e5ff;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease;
}
.hide-elem {
    /*
    visibility: hidden;
    opacity: 0;

        */
    display: none !important;
}
