.calendario {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ccc;
}

.calendario th, .calendario td {
    width: 14.28%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
}

.calendario th {
    background: #007bff;
    color: white;
}

.calendario td {
    position: relative;
    height: 50px;
}

.calendario td.vazio {
    background: #f4f4f4;
}

.calendario td.fds {
    background: #f8d7da;
    color: #721c24;
}

.calendario td input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.calendario td label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.calendario td input[type="checkbox"]:checked + label {
    background: #28a745;
    color: white;
    font-weight: bold;
}

.mensagem-erro {
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}


/** 12.02.2025 */
.title-mapa-de-ferias{
    margin: 20px auto!important;
    text-align: center!important;
    font-size: 16pt!important;
    font-weight: bold!important;
}


/** 09.12.2024 **/
.get-errors {
    border: 1px solid red!important;
}

/** 01.11.2024 **/
.help-content {
    background-color: #033974;
    color: #fff;
    padding: 50px 20px;
    text-align: center;
    border-radius: 4px!important;
}
.help-content h1 {
    font-size: 28pt;
    margin-bottom: 20px;
}
.help-content p {
    font-size: 11pt;
    margin-bottom: 20px;
}
.help-content .cta-button {
    background-color: #fff;
    color: #033974;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
}

.help-content .ctr-button {
    background-color: #d73e0e;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
}

.faq-header {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #ddd!important;
}
.faq-title {
    color: #333333;
    font-size: 28pt;
    margin-bottom: 10px;
}
.faq-subtitle {
    color: #666666;
    font-size: 11pt;
    margin-bottom: 20px;
}
.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.search-input {
    width: 70%!important;
    height: 40px;
    border: none;
    padding-left: 10px;
    box-shadow: none!important;
    box-sizing: content-box!important;
    outline: 0;
    font-size: 16px;
}
.search-button {
    height: 40px;
    width: 40px;
    background: white;
    border: none;
    cursor: pointer;
    border-left: 1px solid #ddd!important;
}

/** 18.10.2024 **/

.paulo-flores p,
.paulo-flores{
    margin: 0!important;
    padding: 0!important;
}

.paulo-flores p{
    font-size: 10pt!important;
}

.Canjala{
    border-top: 1px solid #ddd!important;
    margin: 5px 0!important;
}

.Jamba{
    border-bottom: 1px solid #626060!important;
    margin: 5px 0!important;
}

.MoreCanjala{
    border-bottom: 1px solid #c0bfbf !important;
    margin: 5px 0!important;
}

.NoCanjala{
    border-bottom: 1px solid #ddd!important;
    margin: 5px 0!important;
    padding: 10px!Important;
    background: #fff!important;
    border-radius: 4px!important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

#AdeusDog{
    margin-top: 4px!important;
    font-weight: bold;
    color: green!important;
}

/*** Collapse ***/
.getCollapse{
    z-index: 9!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative!important;
}

.collapse-CapitalHumano {
    display: none;
    overflow: hidden;
    min-width: 200px!important;
    max-width: 600px!important;
    position: absolute!important;
    margin-top: 25px!important;
    transition: all 0.3s ease-out;
}

.collapse-CapitalHumano.show {
    display: block;
    transition: all 0.3s ease-out;
}

.collapse-content {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.11);
    margin-top: 10px;
}
/** other **/
.nanhado{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    align-self: flex-start;
    margin: 5px 0!important;
}

#louder{
    display: none;
    width: 40px!important;
    height: 30px!important;
}

#EuclidesHermesTomas{
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    align-content: center;
}

.wave{
    max-height: 58vh;
    width: 100%!important;
    overflow: auto!important;
    padding: 10px!important;
    margin: 20px 0!important;
}

.wave a{
    text-decoration: none!important;
    color: #000!important;
}

.hidden{
    display: none!important;
}

.getMesas{
    max-height: 58vh;
    width: 100%!important;
    overflow: auto!important;
    padding-top: 10px!important;
    border-top: 1px solid rgba(10, 10, 15, 0.38) !important;
}

.mesas{
    padding: 5px!important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.51);
    max-width: 160px!important;
    max-height: 200px!important;
    margin: 0 5px!important;
    margin-bottom: 10px!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: bold!important;
    border: 1px solid green!important;
    border-radius: 6px!important;
    cursor: pointer!important;
    text-decoration: none!important;
}

.mesas a{
    text-decoration: none!important;
}

.mesas p{
    text-align: center!important;
}

@media only screen and (max-width: 600px) {

}

.Ndatekateka{
    max-height: 40vh;
    overflow: auto!important;
}

.a_carta{
    max-height: 58vh;
    overflow: auto!important;
    padding-top: 10px!important;
    border-top: 1px solid rgba(10, 10, 15, 0.38) !important;
}

#ForcaDoOdio{
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-between!important;
    padding: 12px 15px!important;
    background: #2d2d2d !important;
    margin: 5px auto;
    width: 100%!important;
    color: #fff!important;
}

.pricing_pos_two{
    padding: 5px!important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
    max-width: 160px!important;
    max-height: 200px!important;
    margin: 0 5px!important;
    margin-bottom: 10px!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: bold!important;
    border-top: 3px solid rgba(5, 4, 53, 0.31) !important;
    cursor: pointer!important;
}

.pricing_header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pricing_qtd,
.pricing_pricing{
    border-radius: 4px!important;
    padding: 3px!important;
    color: #fff!important;
    font-size: 8pt!important;
}

.pricing_qtd{
    background: #d73d0e!important;
}

.pricing_pricing{
    background: #050435!important;
}

.pricing_image{
    max-width: 96%!important;
    max-height: 111px!important;
    margin: 2px auto!important;
}

.pricing_pos_two p{
    font-size: 9pt!important;
    text-transform: uppercase!important;
    text-align: center!important;
    margin: 0!important;
}

@media only screen and (max-width: 600px) {
    #getEuclides{
        width: 100%!important;
    }
}

#ConfigAdvance{
    display: none;
}

#ConfigPOS_Payment{
    width: 100%!important;
    display: none;
}

.ConfigItem{
    border-bottom: 1px solid #ddd!important;
    padding: 10px;
    margin-bottom: 10px!important;
    width: 100%!important;
}

#kialumingo{
    max-width: 160px!important;
    max-height: 220px!important;
    margin: 20px auto!important;
    align-content: center;
    align-items: center;
    align-self: center;
    background-position: center center;
}

.getResult{
    width: 80%!important;
    margin: 20px auto!important;
    background: #fff!important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
    border-radius: 6px;
    padding: 10px 20px!important;
}

.getResult h2{
    font-size: 13pt;
    font-weight: bold;
    color: #000!important;
    margin: 0!important;
    padding: 0!important;
}

.getResult p{
    font-size: 10pt!important;
    margin-bottom: 10px!important;
    padding: 0!important;
}

@media only screen and (max-width: 600px) {
    .getResult{
        width: 100%!important;
        box-shadow: none!important;
        border-radius: 0!important;
    }
}

.slider img {
    min-width: 120px!important;
    min-height: 120px!important;
    max-width: 200px;
    max-height: 200px;
    animation: scroll 60s linear infinite;
}

.slide-track {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
}

.slider {
    margin-top: 70px;
    background-color: whitesmoke;
    padding: 8em 2em;
}

@keyframes scroll {
    0% {transform: translateX(0);}
    100% {transform: translatex(-1000%)}
}

#monsta{
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-between!important;
    width: 100%!important;
    padding: 10px!important;
}

@media only screen and (max-width: 600px) {
    #monsta{
        display: flex!important;
        flex-direction: column!important;
        padding: 10px!important;
    }
}

/** Experimental **/

#top_kwanzar,
#no_replay_kwanzar{
    position: sticky!important;
    top: 0!important;
    z-index: 9!important;
}

.no_replay,
#no_replay{
    z-index: 11!important;
}

.janela {
    z-index: 999999;
    position: absolute!important;
    top: 15%!important;
    left: 30%!important;
    display: none;
}

.fundo {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 99999;
}

.Catiana svg{
    width: 80px;
    height: 80px;
}

.Experimental{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 5px!important;
    box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
    z-index: 1901!important;
    font-family: Sans-Serif;
    background-color: #fca93e;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.oneExperimental{
    display: flex;
    flex-direction: row;
    justify-content: center!important;
    align-content: center!important;
    padding: 0px 5px!important;
}

.oneExperimental svg{
    width: 40px;
    height: 40px;
}

.DivisionExperimental{
    margin-left: 10px;
}

.oneExperimental h2{
    font-size: 11pt;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.oneExperimental p{
    font-size: 9pt;
    margin: 0;
    padding: 0;
}

/*** Cookie ***/
#cookiePopup{
    display: none;
}

.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 10px;
    box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
    display: none; /* Escondido por padrão */
    flex-direction: column;
    justify-content: space-around;
    z-index: 1901!important;
    font-family: Sans-Serif;
}

.cookie-popup p{
    font-size: 9pt!important;
}

.cookie-popup h2{
    font-size: 14pt!important;
    font-weight: bold;
}

.monami-cookie{
    display: flex;
    flex-direction: column!important;
    justify-content: space-between;
}

.cookie-now{
    width: 90%!important;
    margin: 5px auto!important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-self: flex-start;
    padding: 10px!important;
}

.cookie-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    align-content: center;
    align-items: center;
    margin: 10px 0;
}

.cookie-bottom button{
    margin: 0 10px;
}

@media only screen and (max-width: 600px) {
    .cookie-popup{
        flex-direction: column!important;
        justify-content: space-between!important;
        padding: 5px!important;
    }

    .cookie-now{
        flex-direction: column!important;
        justify-content: space-between!important;
    }

    .cookie-bottom{
        flex-direction: column!important;
        justify-content: space-between!important;
    }
}

@media only screen and (max-width: 600px) {
    .none_mobile{
        display: none!important;
    }

    #StrongStrong{
        width: 100%!important;
        display: flex!important;
        flex-direction: column!important;
        justify-content: space-around!important;
    }

    .ChartsStrong{
        width: 100%!important;
        height: auto!important;
    }

    .CoverHeightMobile{
        max-width: 80%!important;
    }

    .Experimental{
        flex-direction: column!important;
    }
}

/* 11.07.2024 */
.roberto--video--area {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 150px; }
.roberto--video--area .video-content-area {
    position: relative;
    z-index: 1; }
.roberto--video--area .video-content-area .video-play-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    color: #1cc3b2;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 100; }
.roberto--video--area .video-content-area .video-play-btn i {
    padding-left: 5px; }
@media only screen and (max-width: 767px) {
    .roberto--video--area .video-content-area .video-play-btn {
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 60px;
        margin-top: -30px;
        margin-left: -30px; } }
.roberto--video--area .video-content-area .video-play-btn:hover, .roberto--video--area .video-content-area .video-play-btn:focus {
    background-color: #1cc3b2;
    color: #ffffff; }

.bg-overlay {
    position: relative;
    z-index: 1; }
.bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(14, 39, 55, 0.7); }

.bg-img {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important; }

.jarallax {
    position: relative;
    z-index: 0; }
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

/*** Help ***/
.circular-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #030d52;
    color: white;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.38);
    font-size: 12pt;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: fixed!important;
    right: 2%!important;
    bottom: 3%!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
    padding: 10px!important;
}

.circular-btn:hover {
    transition: ease-in all .1s;
    background: #d73d0e;
    transform: scale(1.1);
}

.circular-btn h1,
.circular-btn h2{
    font-family: Sans-Serif!important;
    margin: 0!important;
    text-transform: uppercase!important;
}

.circular-btn h1{
    font-weight: normal!important;
    font-size: 21pt!important;
}

.circular-btn h2{
    font-size: 6pt!important;
    font-weight: normal;
}

/** 28.12.2024 **/
.ad-container {
    position: fixed;
    bottom: 0;
    left: 10px;
    width: 100%;
    max-width: 300px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.ad-content {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.62);
    width: 100%;
    position: relative;
}

.close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 24px;
    text-align: center!important;
    cursor: pointer;
    background: #fff!important;
    color: rgb(129, 126, 126) !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.47) !important;
    padding: 2px!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%!important;
}

.ad-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ad-header h2{
    font-size: 12pt!important;
}

.logo {
    max-height: 50px;
}

.ad-body {
    margin-bottom: 20px;
}

.ad-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.ad-footer {
    display: flex;
    flex-direction: column!important;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    align-content: flex-start;
    margin: 0!important;
    padding: 0!important;
}

.ad-footer p{
    font-size: 9pt!important;
}

.ad-footer h3{
    font-size: 10pt!important;
    margin: 3px 0!important;
    padding: 0!important;
}

@media (max-width: 768px) {
    .ad-content {
        width: 90%;
    }
}

#PorcentagemCalc{
    display: none;
}

#ValorCalc{
    display: none;
}

/** Notificações de Aniversário */
#NoAniversario {
    position: relative;
    max-width: 100%;
    margin: auto;
}

#fecharNoAniversario {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
}

#fecharNoAniversario:hover {
    background: darkred;
}

#NoAniversario   h2 {
    color: #ff4081;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

.birthday-list {
    margin-top: 15px;
}
.birthday-item {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #312222, #ffdee4);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.birthday-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.birthday-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    border: 4px solid white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.info {
    text-align: left;
}
.info h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.info p {
    margin: 5px 0 0;
    color: #f0f0f0;
    font-size: 14px;
}