/* CSS para PicFaq */

.picacademy {
    padding-top: 20px;
    padding-right: 20px;
}

.picacademy h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.picacademy-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.picacademy-head-btn-ctn a {
    background-color: #55c4c3;
    border: 0;
    padding: 13px 17px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    margin-left: 8px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.picacademy-ctn-form {
    background-color: #fff;
    margin-top: 20px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #d8ced4;
    position: relative;
}

.picacademy-form-title-ctn {
    border-bottom: 1px solid #d8ced4;
    padding: 15px 20px;
}

p.picacademy-form-title-txt {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}

form.picacademy-form {
    padding: 20px;
}

.fs-faq {
    margin-bottom: 20px;
}

.lb-academy {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}

.picacademy input[type="text"],
.picacademy input[type="password"],
.picacademy input[type="date"],
.picacademy textarea {
    width: 100%;
    max-width: 500px;
}

input.ip-academy-tiny[type="text"] {
    max-width: 200px;
}

.picacademy textarea {
    height: 200px;
}

.academy-form-key-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.academy-form-key-img {
    cursor: pointer;
}

.picacademy input[type="submit"] {
    background-color: #55c4c3;
    border: 0;
    padding: 10px 13px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.add-user-form-ctn {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.add-user-form-data {
    width: 50%;
    padding: 0 20px 0 0;
}

.add-user-form-courses {
    width: 50%;
    padding: 0 0 0 20px;
    border-left: 1px solid #ccc;
}

.add-user-form-courses-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.fs-courses {
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
    display: flex;
    justify-content: start;
    align-items: center;
}

.picacademy input[type="checkbox"] {
    border-color: #000;
    margin-top: 1px;
    margin-right: 10px;
    width: 18px;
    min-width: 18px;
    height: 18px;
}

.lb-courses {
    font-size: 16px;
    line-height: 1;
}

@media only screen and (max-width: 632px) {

    .add-user-form-ctn {
        flex-direction: column;
        border-bottom: none;
    }

    .add-user-form-data {
        width: 100%;
        padding: 0;
    }

    .add-user-form-courses {
        width: 100%;
        padding: 0 0 20px 0;
        border-left: none;
    }

}

.picacademy-search-ctn {
    padding: 15px 20px;
}

.picacademy-search-input {
    background-image: url(../img/lupa.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 1px solid #d8ced4 !important;
    max-width: 300px !important;
    padding: 6px 10px 6px 40px !important;
    outline: none !important;
    color: #666 !important;
}

input[type="submit"].picacademy-search-btn {
    border: 1px solid #55c4c3;
    padding: 12px 15px;
    background-color: transparent;
    color: #55c4c3;
    border-radius: 5px;
    font-weight: 600;
    margin-left: 10px;
    cursor: pointer;
}

.picacademy-form-label {
    padding: 0 20px;
}

.picacademy-form-label-txt p {
    color: #4f4f4f;
}

.picacademy-table-list-ctn {
    padding: 15px 20px;
}

.picacademy-table-list {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d8ced4;
}

.table-list-tr-inativo {
    background-color: #ffe6e6;
}

.picacademy-table-list thead {
    background-color: #f8f8f9;
}

.picacademy-table-list td,
.picacademy-table-list th {
    border: 1px solid #d8ced4;
    padding: 8px 10px;
    text-align: left;
    font-weight: normal;
}

.picacademy-table-list td {
    padding: 12px 10px;
}

.picacademy-action-btn {
    border: 0;
    padding: 3px 8px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

.picacademy-action-ok {
    background-color: #01c6c3;
}

.picacademy-action-danger {
    background-color: #ff4043;
    margin-left: 8px;
}

.picacademy-paginacao-ctn {
    display: flex;
    padding: 20px 20px;
    align-items: center;
    justify-content: center;
}

.picacademy-paginacao {
    margin: 0 6px;
    border: 1px solid #d8ced4;
    padding: 5px 8px;
}

.current_page {
    border: 1px solid black;
}

.picacademy-paginacao a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.academy-aula {
    padding: 13px 5px;
    font-size: 16px;
    border-bottom: 1px solid #d8ced4;
    font-weight: 400;
    cursor: pointer;
}

.academy-aula-inativa {
    background-color: #ffe6e6;
}

.academy-no-aula {
    font-size: 16px;
    margin-top: 15px;
    padding: 10px 15px;
    border: 1px solid #CCC;
    display: inline-block;
}

.academy-aulas-btn-ctn {
    text-align: center;
    padding: 30px 0;
}

.academy-aulas-btn {
    background-color: #55c4c3;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.academy-bscreen {
    position: absolute;
    display: flex;
    align-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    display: none;
}

.academy-class-box-ctn {
    position: absolute;
    transform: translatex(-50%);
    left: 50%;
    width: 100%;
    max-width: 500px;
    border: 1px solid #d8ced4;
    margin-top: -50px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
}

.academy-class-head {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #d8ced4;
}

.academy-class-p-titulo {
    margin: 0;
    padding: 0;
}

.academy-class-close {
    cursor: pointer;
}

.academy-class-body {
    padding: 10px;
}

.academy-class-foot {
    padding: 10px;
    border-top: 1px solid #d8ced4;
    text-align: center;
}

.academy-class-btn {
    font-size: 14px;
    background-color: #55c4c3;
    border: 0;
    padding: 8px 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.academy-class-btn-dunger {
    background-color: #b30000;
}

.class-del {
    display: none;
}

.academy-class-fs {
    padding: 0 0 8px 0;
    margin: 0;
}

.academy-class-lb {
    font-weight: 600;
    padding-left: 2px;
    padding-bottom: 2px;
    display: block;
}

textarea.academy-class-ta {
    height: 100px;
}

.academy-class-current-img-txt {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.academy-class-files-ctn {
    padding: 10px 0;
}

.academy-class-current-img {
    padding: 0;
}

.academy-class-current-file {
    padding: 0;
}

.academy-class-current-img-link,
.academy-class-current-img-link:hover {
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.academy-class-current-file-link,
.academy-class-current-file-link:hover {
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.current-file-link-del {
    text-decoration: line-through;
}

.current-file-ctrl {
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
}

.current-file-del {
    color: #FF0000;
}

.current-file-keep {
    color: #052612;
}

.academy-preview-aulas-ctn {
    margin-top: 80px;
    text-align: center;
}

.academy-preview-txt {
    width: 100%;
    max-width: 250px;
    border: 1px solid #CBCBCB;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    color: #888;
    line-height: 1.4;
    padding: 20px 40px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
}

.course-image-ctn {
    padding-bottom: 20px;
}

.course-image-txt {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.course-image-img {
    width: auto;
    height: 90px;
    margin-top: 8px;
}

/*/ DASH BOARD - Últimos Cursos /*/

.db-last-courses-ctn {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.db-last-courses-course-ctn {
    border: 1px solid #5F5F5F;
    border-radius: 10px;
    padding: 25px 15px 80px 15px;
    position: relative;
    max-width: 340px;
    flex-grow: 1;
    flex-basis: 0;
}

.db-last-courses-txt-title {
    font-size: 32px;
    color: #FFF;
    line-height: 1;
    font-weight: 600;
}

.db-last-courses-txt-desc {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
}

.db-last-courses-txt-link-ctn {
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 0;
    right: 0;
}

.db-last-courses-link-btn {
    font-size: 16px;
    color: #00B2FF;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #00B2FF;
    border-radius: 10px;
    padding: 12px 18px;
    display: inline-block;
}

.db-last-courses-barra-txt {
    font-size: 16px;
    color: #00B2FF;
    font-weight: 200;
    line-height: 1;
    margin: 0 0 8px 0;
    padding: 0;
}

.db-last-courses-barra-ctn {
    width: 100%;
    height: 12px;
    background-color: #FFF;
}

.db-last-courses-barra-ctn-fill {
    background-color: #00B2FF;
    height: 12px;
}

.db-last-courses-img-ctn {
    width: 100%;
    text-align: center;
}

.db-last-courses-img {
    max-width: 300px;
    width: 100%;
    height: auto;
    border: 1px solid #666;
    margin: 0 auto;
}

@media only screen and (max-width: 1280px) {

    .db-last-courses-txt-title {
        font-size: 26px;
    }

}

@media only screen and (max-width: 992px) {

    .db-last-courses-ctn {
        flex-wrap: wrap;
    }

    .db-last-courses-course-ctn {
        flex: 1 0 40%;
    }

    .db-last-courses-txt-title {
        font-size: 26px;
    }

    .db-last-courses-txt-desc {
        font-size: 18px;
    }

}

@media only screen and (max-width: 480px) {

    .db-last-courses-course-ctn {
        flex: 1 0 95%;
    }

    .db-last-courses-txt-title {
        font-size: 22px;
    }

    .db-last-courses-txt-desc {
        font-size: 16px;
    }

    .db-last-courses-link-btn {
        font-size: 14px;
    }

}

/*/ Fim de DASH BOARD - Últimos Cursos /*/

/*/ DASH BOARD - Nenhum Curso /*/

.db-no-courses-ctn {
    padding: 0 0 20px 0;
}

.db-no-courses-txt {
    font-size: 32px;
    color: #FFF;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

@media only screen and (max-width: 992px) {

    .db-no-courses-txt {
        font-size: 26px;
    }

}

.db-no-progress-ctn {
    padding: 0 0 20px 0;
}

.db-no-progress-txt {
    font-size: 32px;
    color: #1E1E1E;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

@media only screen and (max-width: 992px) {

    .db-no-progress-txt {
        font-size: 26px;
    }

}

@media only screen and (max-width: 480px) {

    .db-no-progress-txt {
        font-size: 18px;
    }

}

/*/ Fim de DASH BOARD - Últimos Cursos /*/

/*/ MEUS CURSOS /*/

.my-courses-ctn {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.my-courses-course-ctn {
    border: 1px solid #5F5F5F;
    border-radius: 15px;
    padding: 30px;
    min-height: 300px;
}

.my-courses-course-headers-ctn {
    display: flex;
    flex-direction: column;
}

.my-courses-course-img-ctn {
    position: absolute;
}

.my-courses-course-img {
    width: 300px;
    height: auto;
    border: 0;
    border-radius: 5px;
    margin: 0;
    padding: 0;
}

.my-courses-course-info-ctn {
    display: flex;
    flex-direction: column;
    padding-left: 340px;
}

.my-courses-course-txt-titulo {
    font-size: 32px;
    color: #fff;
    line-height: 1;
    margin: 0 0 15px 0;
}

.my-courses-course-txt-duracao {
    font-size: 16px;
    color: #00B2FF;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 2px 0;
}

.my-courses-course-txt-duracao span {
    font-weight: 600;
}

.my-courses-course-txt-concluido {
    font-size: 16px;
    color: #00B2FF;
    line-height: 1.3;
    font-weight: 400;
    margin: 15px 0 4px 0;
    padding: 0;
}

.my-courses-course-txt-concluido span {
    font-weight: 600;
}

.my-courses-barra-ctn {
    width: 100%;
    max-width: 450px;
    height: 12px;
    background-color: #FFF;
}

.my-courses-barra {
    height: 12px;
    background-color: #00B2FF;
}

.my-courses-course-desc-ctn {
    padding-left: 340px;
    padding-top: 5px;
    position: relative;
    padding-bottom: 60px;
}

.my-courses-course-txt-desc {
    font-size: 20px;
    color: #FFF;
    line-height: 1.2;
}

.my-courses-course-link-btn {
    display: inline-block;
    position: absolute;
    bottom: 8px;
    font-size: 16px;
    color: #00B2FF;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #00B2FF;
    padding: 12px 22px;
    border-radius: 10px;
}

.my-courses-pagination-ctn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.my-courses-pagination-link {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding: 10px 12px;
    font-weight: 600;
}

.my-courses-pagination-link-atual {
    color: #003294;
    background-color: #00B2FF;
}

@media only screen and (max-width: 992px) {

    .my-courses-course-ctn {
        flex-direction: column;
        position: relative;
        padding: 20px;
    }

    .my-courses-course-headers-ctn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .my-courses-course-info-ctn {
        padding-left: 240px;
        padding-left: 0;
    }

    .my-courses-course-img-ctn {
        width: 200px;
        position: static;
    }
    
    .my-courses-course-img {
        width: 200px;
    }

    .my-courses-course-txt-concluido {
        margin-top: 10px;
    }

    .my-courses-course-desc-ctn {
        padding-left: 0;
    }
    
    .my-courses-course-txt-desc {
        color: #FFF;
        line-height: 1.2;
        margin: 10px 0 10px 0;
    }
    
    .my-courses-course-link-btn {
        font-size: 14px;
    }

}

@media only screen and (max-width: 768px) {

    .my-courses-course-txt-titulo {
        font-size: 26px;
    }

    .my-courses-course-txt-desc {
        font-size: 18px;
    }

}

@media only screen and (max-width: 600px) {

    .my-courses-ctn {
        align-items: center;
    }

    .my-courses-course-ctn {
        max-width: 400px;
    }

    .my-courses-course-headers-ctn {
        flex-direction: column;
    }

    .my-courses-course-img-ctn {
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    .my-courses-course-img {
        width: 100%;
        max-width: 300px;
    }

    .my-courses-course-desc-ctn  {
        padding-bottom: 0;
        text-align: center;
    }

    .my-courses-course-txt-titulo {
        font-size: 22px;
    }

    .my-courses-course-txt-desc {
        text-align: left;
    }


    .my-courses-course-link-btn {
        display: inline-block;
        position: static;
        margin: 20px auto 10px auto;
    }

}

/*/ Fiim de MEUS CURSOS /*/

/*/ CURSO /*/

.curso-classes-ctn {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.curso-class-ctn {
    width: 100%;
    border: 1px solid #5F5F5F;
    border-radius: 15px;
    padding: 0px;
    min-height: 350px;
    padding: 25px;
}

.curso-class-header-ctn {
    width: 100%;
    position: relative;
}

.curso-class-header-img-ctn {
    min-width: 300px;
    position: absolute;
}

.curso-class-header-img {
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.curso-class-header-info-ctn {
    padding-left: 320px;
}

.curso-class-header-txt-titulo {
    font-size: 32px;
    color: #1E1E1E;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.curso-class-header-txt-duracao {
    font-size: 16px;
    color: #1E1E1E;
    line-height: 1.2;
    margin:15px 0 0 0;
    padding: 0 0 0 22px;
    background-repeat: no-repeat;
}

.curso-class-header-txt-duracao span {
    font-weight: 600;
}

.curso-class-header-txt-concluida {
    font-size: 16px;
    color: #1E1E1E;
    line-height: 1.2;
    margin:6px 0 0 0;
    padding: 0 0 0 22px;
    background-repeat: no-repeat;
}

.curso-class-header-txt-concluida span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.curso-class-header-txt-concluida span.aula-concluida {
    color: #40AC0E;
}

.curso-class-header-txt-concluida span.aula-pendente {
    color: #ff4d4d;
}

.curso-class-header-desc-ctn {
    padding-left: 320px;
}

.curso-class-header-txt-desc {
    font-size: 18px;
    color: #1E1E1E;
    line-height: 1.2;
    margin-top: 30px;
}

.curso-class-header-link-btn {
    font-size: 16px;
    color: #00B2FF;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #00B2FF;
    border-radius: 10px;
    padding: 12px 18px;
    display: inline-block;
    margin-top: 10px;
}

@media only screen and (max-width: 992px) {

    .curso-class-header-img-ctn {
        min-width: 250px;
    }
    
    .curso-class-header-img {
        max-width: 250px;
    }

    .curso-class-header-info-ctn {
        padding-left: 270px
    }

    .curso-class-header-txt-titulo {
        font-size: 28px;
    }

    .curso-class-header-txt-desc {
        font-size: 16px;
    }

    .curso-class-header-link-btn {
        font-size: 14px;
    }

    .curso-class-header-desc-ctn {
        padding-left: 270px;
    }

}

@media only screen and (max-width: 768px) {

    .curso-class-header-img-ctn {
        position: static;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .curso-class-header-img {
        max-width: 300px;
    }

    .curso-class-header-info-ctn {
        padding-left: 0;
    }

    .curso-class-header-txt-titulo {
        font-size: 26px;
    }

    .curso-class-header-desc-ctn {
        padding-left: 0;
    }

}

@media only screen and (max-width: 480px) {

    .curso-class-header-txt-titulo {
        font-size: 20px;
    }

}

/*/ Fim do CURSO /*/

/*/ MEU PROGRESSO /*/

.progresso-ctn {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.progresso-curso-ctn {
    border: 1px solid #1E1E1E;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    background-color: #FCFCFC;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.progresso-curso-txt-title {
    color: #1E1E1E;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}

.progresso_curso-link-title {
    color: #1E1E1E;
}

.progresso-curso-txt-duracao {
    font-size: 18px;
    line-height: 1;
    color: #00B2FF;
    font-weight: 400;
    margin: 10px 0 0 0;
}

.progresso-curso-txt-duracao span {
    font-weight: 600;
}

.progresso-curso-txt-aulas {
    font-size: 18px;
    line-height: 1;
    color: #00B2FF;
    font-weight: 400;
    margin: 4px 0 0 0;
}

.progresso-curso-txt-aulas span {
    font-weight: 600;
}

.progresso-barra-ctn {
    position: relative;
    width: 100%;
    border: 1px solid #666;
    height: 30px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #FFF;
}

.progresso-barra-label {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
    z-index: 2;
    padding: 3px 0 0 0;
}

.progresso-barra {
    background-color: #00B2FF;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 5px;
}

@media only screen and (max-width: 480px) {

    .progresso-curso-txt-title {
        font-size: 22px;
    }

    .progresso-curso-txt-duracao {
        font-size: 14px
    }

    .progresso-curso-txt-aulas {
        font-size: 14px
    }

    .progresso-barra-ctn {
        height: 25px;
    }

    .progresso-barra {
        height: 23px;
    }

    .progresso-barra-label {
        padding-top: 0;
        font-size: 12px;
    }

}

/*/ FIM DO MEU PROGRESSO /*/


/*/ Formatação dos campos de senha /*/

.container-password {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.btn-eye {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    cursor: pointer;
}

/*/ FIM DA Formatação dos campos de senha /*/

/*/ CONFIRMAÇÃO AULA CONCLUÍDA /*/

.classe-alert-lb {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.classe-alert-ctn {
    background-color: #fff;
    border: 1px solid #1E1E1E;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
}

.classe-alert-header {
    display: flex;
    justify-content: end;
    background-color: rgba(0,0,0,0.1);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 3px 10px;
}

.classe-alert-close-ctn {
    line-height: 1;
    margin: 0;
    padding: 4px;
    cursor: pointer;
    font-weight: 600;
}

.classe-alert-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.classe-alert-question {
    width: 100%;
}

.classe-txt-normal {
    font-family: Rubik;
    font-size: 18px;
    color: #1E1E1E;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}

.classe-txt-destaque {
    font-family: Rubik;
    font-size: 18px;
    color: #004d00;
    text-align: center;
    margin: 0;
    line-height: 1.2;
    font-weight: 600;
}

.classe-txt-titulo {
    font-family: Rubik;
    font-size: 28px;
    color: #1E1E1E;
    text-align: center;
    margin: 15px 0;
    line-height: 1.1;
}

.class-btns-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.class-btns-btn {
    background-color: #ccc;
    line-height: 1;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
}

.class-btns-btn-yes {
    background-color: #1E1E1E;
    color: #FFF;
    padding: 15px 35px;
    font-size: 20px;
}

.class-btns-btn-no {
    background-color: #FFF;
    border: 1px solid #1E1E1E;
    padding: 12px 32px;
    font-size: 18px;
    color: #1E1E1E;
}

.class-btns-btn-next {
    background-color: #1E1E1E;
    color: #FFF;
    padding: 15px 35px;
    font-size: 20px;
}

.classe-alert-success {
    width: 100%;
    display: none;
}

.class-alert-over-ctn {
    font-family: Rubik;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
}

@media only screen and (max-width: 600px) {

    .class-btns-ctn {
        flex-direction: column-reverse;
        gap: 10px;
    }

}

/*/ Fim da CONFIRMAÇÃO AULA CONCLUÍDA /*/