body {
    color: #3C3C3C;
}

.btn-primary {
    background-color: #ff9900;
    border-color: #ff9900;
    width: 100%;
    height: 50px;
}

.btn-primary.whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

.btn-primary.whatsapp:active, .btn-primary.whatsapp:hover, .btn-primary.whatsapp:focus-visible {
    background-color: #52dc89;
    border-color: #52dc89;
}

.btn-primary.whatsapp:focus {
    background-color: #52dc89;
    border-color: #52dc89;
    box-shadow: 0 0 0 0.25rem #52dc98;
}

.disclaimer {
    font-weight: 300;
}

.small-text {
    color: #3C3C3C;
}

.link {
    color: #ff9900;
    cursor: pointer;
}

.btn-primary:active, .btn-primary:hover, .btn-primary:focus-visible {
    background-color: #f99e16;
    border-color: #f99e16;
}

.btn-primary:focus {
    background-color: #f99e16;
    border-color: #f99e16;
    box-shadow: 0 0 0 0.25rem #ffbe5e;
}

.navbar > .container {
    justify-content: center;
}

nav.navbar.navbar-light.bg-light {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eee;
}

.row {
    margin-top: 40px;
    margin-bottom: 100px;
}

form.code-form {
    margin-top: 20px
}

#alert-danger-registration.hidden, #alert-success-registration.hidden,
#alert-danger.hidden, #alert-success.hidden, #alert-success-support.hidden {
    display: none;
}

.card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
}

.card-text {
    font-weight: bold;
}

.form-text {
    font-size: 12px;
}

.card-image-container {
    display: flex;
    justify-content: center;
}

.card-img-top {
    width: 250px;
}

.card {
    width: 100%;
}

.footer {
    margin-top: 4rem;
    font-size: 14px;
    text-align: center;
}

.nav-link,
.nav-link:hover {
    color: #ff9900;
}

.float-chat-button {
    font-size: 25px;
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
}

.float-chat-button:hover {
    background-color: #52dc89;
}

.float-chat-button > i {
    margin-left: 2px;
}

.form-control.custom{
    border-radius: .25rem 0 0 .25rem;
}

#custom-driving-school.hidden,
#list.hidden {
    display: none;
}

@media (min-width: 720px) {
    .float-chat-button {
        bottom: 40px;
        right: 40px;
    }
}

#loader {
    width: 0;
    height: 0;
    position: absolute;
    background: #000000a3;
    z-index: 9999;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.row.hidden{
    display: none;
}
