﻿.bg-darkblue {
    background-color: #000032;
}

.blue {
    background-color: #0369ff;
}

.navbar-toggler-icon {
    background-image: url(/img/dac-icon.png) !important;
}

html, body {
    background-color: #ffffff;
    display: flex;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
}

@media only screen and (min-width: 480px) {
    .gradient {
        border-bottom: 2px solid;
        border-image-slice: 1;
        border-image-source: linear-gradient(to left, #27ee36, #d6fb00, #0bbff6, #ff13f4);
    }
}

.card {
    min-width: 14.5rem;
    max-width: 14.5rem;
    background-color: #F6F8FA;
    border: 0;
}

.card-deck {
    margin: 0;
}

.inputField {
    min-width: 20rem;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.075);
    border-color: rgba(0, 0, 0, 0.25);
    height: 3.2rem;
    padding: 0 1rem;
    border-radius: 0.4rem;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: relative;
    width: 100%;
    height: 24px;
    background-color: #646464;
    color: white;
    font-size: 12.8px;
    margin-top: auto;
}

.spinner {
    display: none;
    border: 12px solid #ff3add;
    border-radius: 50%;
    border-top: 12px solid #00ed00;
    border-right: 12px solid #d5fa00;
    border-bottom: 12px solid #0ac5ff;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -30px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.phoneContainer {
    display: flex;
    position: relative;
    justify-content: center;
    margin: auto;
}

.phone {
    width: 50vw;
    max-width: 530px;
    height: auto;
    z-index: 2;
}

.phoneBackground {
    position: absolute;
    top: 3%;
    width: 70%;
    max-width: 375px;
    height: 92%;
    border-radius: 10%;
    justify-content: center;
}

.tallyPhoneLogo {
    display: flex;
    width: 30%;
    max-width: 100px;
    height: auto;
    z-index: 81;
    /* padding: 0 155px 5px 155px;
    border-bottom: 3px solid orange; */
}

.innerPhone {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 8%;
    height: 100%;
    color: white;
}

.phoneHeader {
    border-bottom: 1px solid orange;
    z-index: 4;
}

.headerContainer {
    display: flex;
    width: 4%;
    max-width: 50px;
    height: auto;
    z-index: 81;
}

.backArrowPhone {
    width: 100%;
    height: auto;
    z-index: 81;
}

.screenBodyTitle {
    font-size: clamp(12px, 2.5vw, 32px);
    z-index: 81;
}

#quickLoanButton {
    position: relative;
    font-size: clamp(12px, 1.5vw, 24px);
    z-index: 81;
    background-color: orange;
    border-color: orange;
    color: black;
}

#submitloanbutton {
    background-color: orange;
    border-color: orange;
    color: black;
}

.googleLogIn {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    flex-grow: 1;
}