@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

.overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
}

.fa-circle-notch {
    font-size: 3em;
}

.col-background {
    background-image: linear-gradient(to bottom, rgba(21,40,105, 0.73), rgba(87,112,201, 0.73)), url('https://i.imgur.com/32sea8G.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px;
}

.btn-primary {
    background-color: #294196 !important;
    border-color: transparent !important;
    border-radius: 15px !important;
}

.form-control {
    border-radius: 15px !important;
}

.form-control:focus {
    border-color: #294196;
    box-shadow: 0 0 0 0.2rem #99acf2;
}

.btn-primary:hover {
    background-color: #1d2f70 !important;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
    box-shadow: 0 0 0 0.2rem #99acf2 !important;
}

a {
    color: #294196 !important;
    text-decoration: none;
}

::selection {
  background-color: #294196;
  color: white !important;
}

body {
    background-color: #f1f2f4;
    font-family: "Poppins";
}

.toast {
    border-radius: 15px;
    border-width: 0px;
    background-color: white;
}

.toast-header {
    background-color: transparent;
}

#toast-sucesso {
    border-left-width: 3px;
    border-left-color: #294196;
}

#toast-info {
    border-left-width: 3px;
    border-left-color: #6c757d;
}

#toast-erro {
    border-left-width: 3px;
    border-left-color: #dc3545;
}

.card-footer {
    background-color: transparent !important;
    border-width: 0px;
}