@import "fonts.css";
@import "colors.css";

.profile-button {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: white !important;
    text-align: center;
    font-weight: bold;
}

#nav-menu .navbar-nav .active .nav-link.profile-button {
    color: white !important;
}

.profile-button:hover {
    opacity: 0.9;
}

.profile-button.dropdown-toggle::after {
    display: none !important;
}

.profile-name {
    max-width: 300px !important;
}

.bg-dark-orange {
    background-color: var(--var-dark-orange);
}
.bg-dark-green {
    background-color: var(--var-dark-green);
}

.bg-dark-smoked-gray {
    background-color: var(--var-dark-smoked-gray);
}

.bg-dark-red {
    background-color: var(--var-dark-red);
}

.bg-dark-deep-blue {
    background-color: var(--var-dark-deep-blue);
}
.bg-dark-blue {
    background-color: var(--var-dark-blue);
}
.bg-gray {
    background-color: var(--var-gray);
}
.bg-light-gray {
    background-color: var(--var-light-gray);
}
.bg-teal {
    background-color: var(--var-teal);
}
.bg-smoked-gray {
    background-color: var(--var-smoked-gray);
}


.dark-orange-button,
.smoked-gray-button,
.dark-green-button,
.dark-deep-blue-button,
.dark-blue-button,
.dark-red-button {
    font-family: MuseoSans, sans-serif;
    padding: 11.25px 35px;
    border-radius: 2px;
    border-bottom: solid 2.5px var(--var-gray);
    color: var(--var-white) !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.dark-orange-button {
    background-color: var(--var-dark-orange);
}
.dark-green-button {
    background-color: var(--var-dark-green);
}

.smoked-gray-button {
    background-color: var(--var-smoked-gray);
}

.dark-smoked-gray-button {
    background-color: var(--var-smoked-gray);
}

.dark-deep-blue-button {
    background-color: var(--var-dark-deep-blue);
}
.dark-blue-button {
    background-color: var(--var-dark-blue);
}
.dark-red-button {
    background-color: var(--var-dark-red);
}

.dark-orange-button:active,
.dark-orange-button:hover,
.dark-orange-button:visited,
.dark-orange-button:focus {
    background-color: var(--var-orange);
}
.dark-green-button:active,
.dark-green-button:hover,
.dark-green-button:visited,
.dark-green-button:focus {
    background-color: var(--var-green);
}

.smoked-gray-button:active,
.smoked-gray-button:hover,
.smoked-gray-button:visited,
.smoked-gray-button:focus {
    background-color: var(--var-dark-smoked-gray);
}

.dark-deep-blue-button:active,
.dark-deep-blue-button:hover,
.dark-deep-blue-button:visited,
.dark-deep-blue-button:focus {
    background-color: var(--var-deep-blue);
}
.dark-blue-button:active,
.dark-blue-button:hover,
.dark-blue-button:visited,
.dark-blue-button:focus {
    background-color: var(--var-blue);
}
.dark-red-button:active,
.dark-red-button:hover,
.dark-red-button:visited,
.dark-red-button:focus {
    background-color: var(--var-red);
}

.shadow-lg {
    box-shadow: 0 0 30px #ccc6;
}

.shadow-xs {
    box-shadow: 8px 0 10px #ccc6;
}

/* TOP BANNER START */
#top-banner.ellipse-mask {
    -webkit-mask-image: url(/assets/img/site/mascara-elipse.png);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: 51%;
    -webkit-mask-position-y: bottom;
    height: 180px;
}

#top-banner.banner-img {
    background-image: linear-gradient(transparent, transparent);
    background-position-x: center;
    background-size: 1150px auto;
    background-repeat: no-repeat;
}

#top-banner .content-banner {
    width: 100%;
    height: 90%;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

#top-banner .content-banner h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase !important;
}
/* TOP BANNER END */

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

.horario_input {
    width: 70px;
    margin-right: 10px;
    padding: 4px; /* Padding interno dos inputs */
    margin-bottom: 5px; /* Margem inferior entre os inputs */
}

.tabela_horario {
    padding: 4px; /* Padding interno dos inputs */
    width: 200;
    border-collapse: collapse; /* Para mesclar as bordas das células */
    margin-bottom: 10px; /* Margem inferior opcional para espaçamento entre tabelas */
}

.tabela_horario th,
.tabela_horario td {
    padding: 5px; /* Padding interno das células */
    text-align: center; /* Alinhamento centralizado do texto */
}

.add-horario {
    margin-top: 5px; /* Margem superior opcional para espaçamento entre botões */
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

legend,
label,
h4,
p,
a {
    font-family: Montserrat, sans-serif;
}

label,
p {
    color: #777;
}

h4 {
    font-weight: 700;
    color: #555;
}

form label.required:after {
    content: " *";
    color: #dc3545 !important;
    font-size: 20px;
    line-height: 0;
}

form .form-link,
form .form-link:hover {
    color: #666 !important;
}

input.rounded-corners,
textarea.rounded-corners {
    border-radius: 14px;
}

img.white-color {
    filter: brightness(0%) invert(100%);
}

.centroNoticia {
    display: flex;
    justify-content: center;
    align-items: center; /** ISSO AQUI ALINHA VERTICALMENTE */
}

#contact-us form input.form-control,
#student-area form .form-control,
#company-area form .form-control,
#institution-area form .form-control,
#subscribe form .form-control {
    height: 46px !important;
    border-color: rgba(200, 200, 200, 0.3);
    padding: 10px 15px;
}

#contact-us form .form-control:focus,
#student-area form .form-control:focus,
#company-area form .form-control:focus,
#institution-area form .form-control:focus,
#subscribe form .form-control:focus {
    border-color: #80bdff;
}

/* Carousel para exibir 3 itens (responsivo). */
@media (min-width: 768px) {
    .carousel-responsive .carousel-inner .active,
    .carousel-responsive .carousel-inner .active + .carousel-item,
    .carousel-responsive
        .carousel-inner
        .active
        + .carousel-item
        + .carousel-item {
        display: block;
    }

    .carousel-responsive
        .carousel-inner
        .carousel-item.active:not(.carousel-item-right):not(
            .carousel-item-left
        ),
    .carousel-responsive
        .carousel-inner
        .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
        + .carousel-item,
    .carousel-responsive
        .carousel-inner
        .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
        + .carousel-item
        + .carousel-item {
        transition: none;
    }

    .carousel-responsive .carousel-inner .carousel-item-next,
    .carousel-responsive .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-responsive
        .carousel-inner
        .active.carousel-item
        + .carousel-item
        + .carousel-item
        + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    .carousel-responsive
        .active.carousel-item-left
        + .carousel-item-next.carousel-item-left,
    .carousel-responsive
        .carousel-item-next.carousel-item-left
        + .carousel-item,
    .carousel-responsive
        .carousel-item-next.carousel-item-left
        + .carousel-item
        + .carousel-item,
    .carousel-responsive
        .carousel-item-next.carousel-item-left
        + .carousel-item
        + .carousel-item
        + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    .carousel-responsive
        .carousel-inner
        .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    .carousel-responsive
        .active.carousel-item-right
        + .carousel-item-prev.carousel-item-right,
    .carousel-responsive
        .carousel-item-prev.carousel-item-right
        + .carousel-item,
    .carousel-responsive
        .carousel-item-prev.carousel-item-right
        + .carousel-item
        + .carousel-item,
    .carousel-responsive
        .carousel-item-prev.carousel-item-right
        + .carousel-item
        + .carousel-item
        + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
    }
}

.text-decoration-none {
    text-decoration: none !important;
}

/* Propriedades bootstrap form-control. */
.form-control:focus {
    box-shadow: none !important;
}

.form-control::placeholder {
    font-family: MuseoSans, sans-serif;
    color: rgba(170, 170, 170, 0.9);
    font-size: 15px;
}
/* Fim propriedades bootstrap form-control. */

/* Botões personalizados */
.green-button,
.purple-button,
.blue-button,
.blue-light-button,
.blue-light-link,
.orange-button,
.red-button {
    font-family: MuseoSans, sans-serif;
    padding: 11.25px 35px;
    border-radius: 2px;
    border-bottom: solid 2.5px gray;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.green-button {
    background-color: #0ab496;
}

.green-button:active,
.green-button:hover,
.green-button:visited,
.green-button:focus {
    background-color: #0fd398;
}

.blue-button {
    background-color: #003366;
}

.blue-button:active,
.blue-button:hover,
.blue-button:visited,
.blue-button:focus {
    background-color: #003f88;
}

.blue-light-button {
    background-color: #4b9eff;
}

.blue-light-link {
    background-color: #4b9eff;
}

.blue-light-button:active,
.blue-light-button:hover,
.blue-light-button:visited,
.blue-light-button:focus {
    background-color: #0053b3;
}

.orange-button {
    background-color: #ff9900;
}

.orange-button:active,
.orange-button:hover,
.orange-button:visited,
.orange-button:focus {
    background-color: #ffb500;
}

.red-button {
    background-color: #ee3232;
}

.red-button:active,
.red-button:hover,
.red-button:visited,
.red-button:focus {
    background-color: #ee3232;
}

.green-button:focus,
.blue-button:focus,
.orange-button:focus,
.red-button:focus {
    border-color: transparent;
}

.purple-button {
    background-color: #660087;
}

.purple-button:active,
.purple-button:hover,
.purple-button:visited,
.purple-button:focus {
    background-color: #c100ff;
}
/* Botões personalizados END */

i.fa-lg {
    line-height: 1 !important;
}

.content {
    min-height: 500px !important;
}

.bg-gray {
    background-color: #f4f4f6 !important;
}

.bg-green {
    background-color: #0ab496 !important;
}

.bg-blue {
    background-color: #003366 !important;
}

.bg-blue-light {
    background-color: #4b9eff !important;
}
.bg-orange {
    background-color: #ff9900 !important;
}

.green-color {
    color: #0ab496 !important;
}

.blue-color {
    color: #003366 !important;
}

.blue-light-color {
    color: #4b9eff !important;
}

.orange-color {
    color: #ff9900 !important;
}

.feedback-error {
    color: #dc3545 !important;
    font-size: 92% !important;
}

.message-box .alert {
    font-family: MuseoSans, sans-serif;
    font-size: 16.5px;
}

.message-box .alert-dismissible {
    padding-right: 2.5rem !important;
}

.text-underline {
    position: relative;
}

.text-underline:after {
    content: "";
    width: 80%;
    position: absolute;
    left: 0;
    bottom: -8px;
    border-width: 0 0 2px;
    border-style: solid;
}

.line-center.text-underline:after {
    left: 50% !important;
    margin-left: -40%;
    border-width: 0 0 3px !important;
}

.line-center.text-underline.line-w-50:after {
    width: 50% !important;
    margin-left: -25% !important;
}

.line-center.text-underline.line-w-30:after {
    width: 30% !important;
    margin-left: -15% !important;
}

.green-line.text-underline:after {
    color: #0ab496;
}

.smoked-gray-line.text-underline:after {
    color: var(--var-dark-smoked-gray);
}

.blue-line.text-underline:after {
    color: #003366;
}

.blue-light-line.text-underline:after {
    color: #4b9eff;
}

.orange-line.text-underline:after {
    color: #ff9900;
}
.red-line.text-underline:after {
    color: #ff2d00;
}

.dark-red-line.text-underline:after {
    color: #ca1326;
}
.purple-line.text-underline:after {
    color: #c100ff;
}

/* MENU */
#main-menu {
    box-shadow: 0 -3px 10px 1px gray;
    z-index: 999;
}

#main-menu .navbar-toggler {
    font-size: 1.5em;
    border-radius: 0 !important;
    border-color: rgba(0, 0, 0, 0.4);
    border-width: 2px;
}

#nav-menu .navbar-nav .dropdown-menu {
    top: 70px;
    border-radius: 0 !important;
    border-color: rgba(0, 0, 0, 0.15);
}

#nav-menu .navbar-nav .nav-link,
#nav-menu .navbar-nav .dropdown-item {
    font-family: MuseoSans, sans-serif;
    color: #555;
}

#nav-menu .navbar-nav .nav-link {
    font-size: 19px;
}

#nav-menu .navbar-nav .dropdown-item {
    font-size: 17px;
}

#nav-menu .navbar-nav .nav-link:hover,
#nav-menu .navbar-nav .nav-link:active,
#nav-menu .navbar-nav .nav-link:focus,
#nav-menu .navbar-nav .dropdown-item:hover,
#nav-menu .navbar-nav .dropdown-item:active,
#nav-menu .navbar-nav .dropdown-item:focus {
    transition: 0.2s;
    color: #ff9900;
    background-color: transparent;
    border-color: transparent;
}

#nav-menu .navbar-nav .active .nav-link {
    color: #ff9900 !important;
}

#nav-menu .navbar-nav .dropdown-menu .dropdown-submenu {
    position: relative;
}

#nav-menu .navbar-nav .dropdown-menu .dropdown-submenu a::after {
    position: absolute;
    top: 0.8em;
}

#nav-menu .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: -31% !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
}

#nav-menu
    .navbar-nav
    .dropdown-menu
    .dropdown-submenu.drop-left
    .dropdown-menu {
    left: 100%;
}

#nav-menu
    .navbar-nav
    .dropdown-menu
    .dropdown-submenu.drop-right
    .dropdown-menu {
    left: -156%;
}

@media (min-width: 992px) {
    #nav-menu .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
        margin-left: 0.1rem !important;
        margin-right: 0.1rem !important;
    }

    #nav-menu .navbar-nav .dropdown-menu .dropdown-submenu.drop-left a::after {
        transform: rotate(-90deg);
        right: 6px;
    }

    #nav-menu .navbar-nav .dropdown-menu .dropdown-submenu.drop-right a::after {
        transform: rotate(90deg);
        left: 6px;
    }
}

/* SUBSCRIBE */
#subscribe .banner {
    background-image: url(/assets/img/site/banner-inscrever.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}

#subscribe h4 {
    font-family: MuseoSans, sans-serif;
    font-weight: 700;
}

#subscribe .form-subscribe .form-control {
    border-radius: 2px;
}

@media (max-width: 767px) {
    #subscribe .form-subscribe .form-group button {
        width: 100%;
    }
}

@media (max-width: 576px) {
    #subscribe .form-subscribe .form-group {
        min-width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* FOOTER */
footer {
    background-color: #02183d;
}

footer h4,
footer p,
footer a {
    font-family: MuseoSans, sans-serif;
}

footer h4 {
    font-size: 22px;
}

footer p {
    font-size: 15px;
}

footer a {
    font-size: 18px;
}

footer .location i,
footer .location strong,
footer .access i,
footer .footer-copyright a {
    color: #ff9900;
}

footer .access {
    border-left: solid 1.5px #012e71;
    border-right: solid 1.5px #012e71;
}

footer .footer-copyright {
    background-color: #012e71;
}

.image-preview {
    height: 436px;
    border: solid 1px #ccc;
}

.image-preview .view {
    border-bottom: solid 1px #ccc;
    height: 85%;
    display: flex;
    align-items: center;
    padding: 15px;
}

.image-preview .view img {
    max-width: 100% !important;
    max-height: 100% !important;
    margin: auto;
}

.image-preview .action {
    height: 15%;
}

.image-preview .action button {
    border-radius: 0 !important;
    width: 100%;
    height: 100%;
}

.nome-arquivo {
    position: relative;
    top: 8px;
    left: 10px;
}

.remove {
    position: relative !important;
    left: 10px !important;
    right: 10px !important;
    margin-right: 10px !important;
}

.select2-container {
    width: 100% !important;
}

[data-cart-items] {
    position: relative;
    display: inline-block;
}

[data-cart-items]::before {
    content: attr(data-cart-items);
    position: absolute;
    top: -0.5rem;
    right: -0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #ff6f61;
    color: #fff;
}

.card .card-img-top {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
}

.bs-6 {
    border-width: 6px !important;
}

.btn-notify:focus {
    outline: none;
    box-shadow: none;
}

.btn-notify i {
    margin-bottom: 0 !important;
}

/*
.bg-gray {
    background-color: #f4f4f6 !important;
}

.bg-green {
    background-color: #0ab496 !important;
}

.bg-blue {
    background-color: #003366 !important;
}

.bg-orange {
    background-color: #ff9900 !important;
}

.green-color {
    color: #0ab496 !important;
}

*/

.border-orange {
    border-color: #ff9900 !important;
}

.border-blue {
    border-color: #003f88 !important;
}

.border-blue-light {
    border-color: #4b9eff !important;
}

.border-green {
    border-color: #0ab496 !important;
}

.border-red {
    border-color: #ee3232 !important;
}

.text-blue {
    color: #003f88 !important;
}

.text-blue-light {
    color: #4b9eff !important;
}

.text-green {
    color: #0ab496 !important;
}

.text-orange {
    color: #ff9900 !important;
}

.text-red {
    color: #ee3232 !important;
}

.nodecoration-dark {
    text-decoration: none;
    color: black;
}
a.nodecoration-dark:active {
    color: black;
}
a.nodecoration-dark:link {
    color: black;
}
a.nodecoration-dark:visited {
    color: black;
}
a.nodecoration-dark:hover {
}

.icon-badge {
    font-size: 18px;
}

.file-upload {
    width: 100%;
    padding: 10px 0px;
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.tl-item .avatar {
    z-index: 2;
}
.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414);
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, 0.15);
    padding: 0;
    margin: 0;
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.tl-item > * {
    padding: 10px;
}

.tl-item .avatar {
    z-index: 2;
}

.tl-item:last-child .tl-dot:after {
    display: none;
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-item:last-child .tl-dot:after {
    display: none;
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, 0.15);
}

.tl-dot:after,
.tl-dot:before {
    content: "";
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}

tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, 0.15);
}

.tl-dot:after,
.tl-dot:before {
    content: "";
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}

.tl-content p:last-child {
    margin-bottom: 0;
}

.tl-date {
    font-size: 0.85em;
    margin-top: 2px;
    min-width: 100px;
    max-width: 100px;
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.15);
}

.b-warning {
    border-color: #f4c414 !important;
}

.b-primary {
    border-color: #448bff !important;
}

.b-danger {
    border-color: #f54394 !important;
}

.timeline {
    margin-top: 20px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tml.li {
    transition: all 200ms ease-in;
}

.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #d6dce0;
    position: relative;
    transition: all 200ms ease-in;
}
.status h6 {
    font-weight: 600;
    margin-top: 10px;
}
.status:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #ddd;
    position: absolute;
    top: -12px;
    left: 42%;
    transition: all 200ms ease-in;
}

.li.complete .status {
    border-top: 2px solid #66dc71;
}
.li.complete .status:before {
    background-color: #66dc71;
    border: none;
    transition: all 200ms ease-in;
}
.li.complete .status h6 {
    color: #66dc71;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .timeline {
        list-style-type: none;
        display: block;
    }

    .tml.li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
    }
    .status:before {
        left: -8%;
        top: 30%;
        transition: all 200ms ease-in;
    }
}

.float-object:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    box-shadow: 0 8px 6px #666;
}
.float-object {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

ul {
    list-style-type: none;
    padding: 0;
}

.pontuacao-item {
    margin-bottom: 8px;
    font-size: 16px;
}

.pontuacao-label {
    font-weight: bold;
    color: #333;
}

.pontuacao-value {
    font-weight: normal;
    color: #007bff;
}

/* .form-group {
    display: flex;
    flex-direction: column; 
    gap: 1rem; 
} */

/* .form-group label {
    display: flex;
    align-items: center; 
    gap: 0.5rem; 
} */

.pontuacao-container {
    margin-left: 1.5rem;
}

@keyframes waiting-elipsis {
    0% {
      content: "";
    }
    25% {
      content: ".";
    }
    50% {
      content: "..";
    }
    75% {
      content: "...";
    }
  }
  
  .awaiting-animation:after {
    content: "...";
    animation: waiting-elipsis 2s linear infinite;
  }

  .switch {
    position: relative;
    display: inline-block;
  }
  
  /* Esconder o checkbox HTML padrão */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* O slider (estilos padrão para o switch) */
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
  }
  
  /* O círculo do slider */
  .switch .slider:before {
    position: absolute;
    content: "";
    background-color: white;
    transition: 0.4s;
  }
  
  /* Tamanhos diferentes para o switch */
  
  /* Small (sm) */
  .switch.sm {
    width: 30px;
    height: 18px;
  }
  
  .switch.sm .slider:before {
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
  }
  
  .switch.sm input:checked + .slider {
    background-color: #2196f3;
  }
  
  .switch.sm input:checked + .slider:before {
    transform: translateX(12px);
  }
  
  /* Medium (md) */
  .switch.md {
    width: 40px;
    height: 24px;
  }
  
  .switch.md .slider:before {
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
  }
  
  .switch.md input:checked + .slider {
    background-color: #2196f3;
  }
  
  .switch.md input:checked + .slider:before {
    transform: translateX(16px);
  }
  
  /* Large (lg) */
  .switch.lg {
    width: 50px;
    height: 28px;
  }
  
  .switch.lg .slider:before {
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
  }
  
  .switch.lg input:checked + .slider {
    background-color: #2196f3;
  }
  
  .switch.lg input:checked + .slider:before {
    transform: translateX(22px);
  }
  
  /* Sliders arredondados */
  .switch .slider.round {
    border-radius: 34px;
  }
  
  .switch .slider.round:before {
    border-radius: 50%;
  }

  .popover-danger{
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
  }

  .popover-danger .popover-body{
    color: #721c24 !important;
    font-weight: bold;
  }

  .popover-danger .arrow::after {
    left: 1px;
    border-right-color: #f8d7da !important;
}
