@font-face {
    font-family: Chivo-Regular;
    src: url(/font/chivo/Chivo-Regular.ttf);
}

@font-face {
    font-family: Chivo-Light;
    src: url(/font/chivo/Chivo-Light.otf);
}

@font-face {
    font-family: Chivo-Bold;
    src: url(/font/chivo/Chivo-Bold.otf);
}

.chrome input[type="text"], input[type="password"]{
    background-clip: text;
    -webkit-text-fill-color: white;
    height:48px;
}

.chrome input[type="text"]:-webkit-autofill::first-line,
.chrome input[type="password"]:-webkit-autofill::first-line{
    font-family: Chivo-Light, Helvetica, sans-serif;
    font-size: 22px;
}

/*body.safari input:-webkit-autofill,*/
/*body.safari input:-webkit-autofill:hover,*/
/*body.safari input:-webkit-autofill:focus,*/
/*body.safari input:-webkit-autofill,*/
/*body.safari input:-webkit-autofill:active {*/
/*    -webkit-animation: autofill 0s forwards;*/
/*    animation: autofill 0s forwards;*/
/*    -webkit-appearance: none !important;*/
/*    color: white;*/
/*    -moz-appearance: none;*/
/*    outline: none;*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    width: 100%;*/
/*    height: 47px;*/
/*    font-size: 22px;*/
/*    font-family: Chivo-Light, Helvetica, sans-serif;*/
/*    padding-top: 12px;*/
/*}*/

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

html, body {
    color: white;
    padding: 0;
    margin: 0;
    font-family: Chivo-Regular, serif;
}

html {
    height: 100vh;
    overflow: hidden;
    -webkit-overflow-scrolling:touch;
    background: #002030;
    background: -moz-linear-gradient(top, #002030 1%, #002030 38%, #34597b 100%, #7db9e8 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #002030 1%,#002030 38%,#34597b 100%,#7db9e8 100%,#7db9e8 100%);
    background: linear-gradient(to bottom, #002030 1%,#002030 38%,#34597b 100%,#7db9e8 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002030', endColorstr='#7db9e8',GradientType=0 );
}

.unselectable * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.languagePickerHolder{
    float: right;
    margin-top: 10px;
}

.languagePicker{
    height: 32px;
    width: 60px;
    font-size: 17px;
    color: #fff;
    background-color: #002030;
    border: 1px solid #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.languagePickerHolder::after {
    content: '';
    position: absolute;
    right: 7px;
    top: 24px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    pointer-events: none;
}

#phoneRegion{
    box-sizing: content-box;
    margin: 0;
    padding: 0 0 0 4px;
    border-bottom: unset;
    background-color: transparent;
    font-family: 'Chivo-Light';
    border: unset;
    position:absolute;
    color: white;
    opacity:0;
}

.phoneRegionSpan {
    height: 24px;
    width: fit-content;
    margin: 0;
    padding: 0 5px 0 4px;
    border-bottom: unset;
    font-size: 22px;
    color: white;
    text-decoration: underline;
    cursor: pointer;
    margin-top:-6px;
}