:root {
    --yellow: #fed500;
    --dark-grey: #1c1b24;
    --blue: #6085ff;
    --dark-blue: #577cf6;
    --light-grey: #747474
}

::-moz-selection {
    color: var(--dark-grey);
    background: var(--yellow)
}

::selection {
    color: var(--dark-grey);
    background: var(--yellow)
}

* {
    box-sizing: border-box
}

:after {
    font-family: material icons
}

html {
    scroll-behavior: smooth
}

body {
    margin: auto;
    line-height: 18px;
    font-size: 14px;
    font-family: montserrat,sans-serif;
    background: var(--dark-grey);
    color: #fff;
    position: relative
}

.p100 {
    width: 100%
}

.p50 {
    width: 50%
}

.p70 {
    width: 70%
}

.right {
    float: right
}

.content,#tag-list {
    width: 90%;
    margin: auto
}

.wp-block-group__inner-container {
    width: 90%;
    margin: auto;
    max-width: 900px
}

a {
    text-decoration: none;
    color: #8a8a8a;
    transition: .3s
}

a:hover {
    color: var(--blue)
}

img {
    max-width: 100%;
    height: auto
}

a,img {
    transition: .3s
}

.mobile {
    display: none
}

.wp-block-group {
    width: 100%;
    float: left;
    padding: 50px 0
}

.wp-block-button__link {
    border-radius: 3px!important;
    background: var(--yellow)!important;
    color: var(--dark-grey)!important;
    font-size: 14px!important;
    line-height: 14px!important;
    padding: 10px 30px!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important
}

#topo {
    background: #1c1c24;
    padding: 16px 0;
    z-index: 999;
    border-bottom: 1px solid rgb(255 255 255/5%);
    z-index: 999999999;
    position: relative
}

.single-lesson #topo .content,.single-tutor_quiz #topo .content {
    max-width: none;
    width: 100%;
    padding: 0 15px
}

.menu a {
    display: inline-block;
    position: relative
}

.menu .btn-boas-vindas {
    margin: 0
}

#topo .dropdown.locale {
    margin-right: 40px
}

#topo .menu {
    float: right;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 40px
}

#topo .content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.single-courses #topo .content,.page-painel #topo .content {
}

#topo .logo {
    display: flex;
    align-items: center
}

#topo .logo img {
    width: 140px
}

.logo .site-title {
    margin-left: 20px;
    padding: 10px 0 10px 20px;
    border-left: 1px solid rgba(255,255,255,.15);
    font-size: 32px;
    line-height:32px;
    font-weight: 300;
    letter-spacing: -2px;
    color: #fff
}

.menu li:after {
    content: '';
    display: block;
    height: 3px;
    background: 0 0;
    width: 40px;
    margin: 0 -20px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .3s
}

.menu li:hover:after {
    bottom: -6px;
    background: var(--yellow)
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px;
    background: #23232a;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 20px
}

.cookieConsentContainer .cookieTitle a {
    font-size: 22px;
    line-height: 22px;
    display: block;
    color: var(--blue)
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    margin-top: 20px;
    font-weight: 600;
    padding: 10px;
    display: inline-block;
    background: var(--yellow);
    color: var(--dark-grey);
    border-radius: 8px
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: var(--blue);
    color: #fff
}

#rodape {
    background: #0000002b;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid rgb(255 255 255/6%)
}

#rodape .content {
    display: flex;
    justify-content: space-between
}

#rodape a:hover {
    color: #fed500
}

#informacoes {
    padding: 50px 0;
    font-size: 13px;
    background: #0000002b;
    color: #fff
}

#informacoes .content {
    display: flex;
    justify-content: space-between
}

.single-lesson #informacoes .content {
    max-width: none
}

#informacoes .logo img {
    height: 120px
}

#informacoes .right {
    text-align: right
}

#informacoes .right img {
    height: 34px;
    margin-left: 12px
}

#informacoes h3 {
    text-transform: uppercase;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 16px
}

#informacoes .mail {
    margin-bottom: 30px;
    background: url(images/email.webp) no-repeat right center;
    background-size: 14px;
    padding-right: 20px;
    line-height: 20px
}

#informacoes .local {
    margin-bottom: 30px;
    background: url(images/local.webp) no-repeat right center;
    background-size: 16px;
    padding-right: 20px;
    line-height: 20px
}

#informacoes h4 {
    text-transform: uppercase
}

.rs a {
    border: 2px solid var(--light-grey);
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    background: no-repeat center;
    background-size: 18px
}

.rs .in {
    background-image: url(images/in.webp)
}

.rs .fb {
    background-image: url(images/fb.webp)
}

.rs .ig {
    background-image: url(images/ig.webp)
}

.rs .tt {
    background-image: url(images/tt.webp)
}

.rs .yt {
    background-image: url(images/yt.webp)
}

.rs a:hover {
    border-color: var(--yellow)
}

.title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 40px
}

.subtitle {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    font-weight: 500;
    color: var(--light-grey)
}

.page-login .subtitle {
    max-width: 600px
}

.page-content {
    margin: 100px auto;
    min-height: calc(100vh - 700px);
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1200px
}

.page-login .page-content {
    justify-content: center
}

.conteudo {
    padding-bottom: 0
}

.conteudo li {
    color: var(--light-grey);
    display: flex;
    align-items: center
}

.conteudo li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: var(--light-grey);
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px
}

.conteudo h4:before {
    background: 0 0;
    color: var(--blue);
    border: 2px solid var(--blue);
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    min-width: 24px
}

.conteudo h4 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 800;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 18px
}

.conteudo .wp-block-group__inner-container {
    max-width: 750px
}

.page-em-breve {
    background: var(--dark-grey)
}

.page-em-breve .header-curso {
    height: auto;
    padding: 118px 0
}

.page-em-breve .header-curso h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 64px;
    line-height: 64px;
    margin: 0
}

.page-em-breve button,.error404 button {
    background: #fff;
    border: none;
    font-family: montserrat,sans-serif;
    margin-bottom: 118px;
    border-radius: 20px;
    padding: 8px 30px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    position: relative
}

.error404 .header-curso {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: saturate(0);
    position: relative;
    flex-direction: column;
    background: url(images/404.webp) no-repeat right center!important;
    color: var(--dark-grey);
    height: auto;
    padding: 50px 0
}

.error404 .header-curso h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    margin: 0
}

.error404 .header-curso h1 {
    font-size: 200px;
    line-height: 200px;
    margin: 0
}

.error404 button {
    color: #fff;
    background: var(--dark-grey);
    margin-top: 20px;
    margin-bottom: 0
}

.header-curso {
    margin-bottom: 50px;
    padding: 100px 0;
    color: #fff;
    text-align: center;
    position: relative;
    display: none
}

.header-curso h1 {
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.header-curso img {
    z-index: 1;
    position: relative
}

@media(max-width: 768px) {
    .archive .header-curso,.post-type-archive-curso .header-curso {
        display:flex;
        flex-direction: column
    }

    .header-curso h1 {
        font-size: 12vw;
        line-height: 12vw
    }

    .header-curso img {
        max-width: 20vw
    }
}

.archive .header-curso,.post-type-archive-curso .header-curso {
    background: url(images/bg-cursos.webp) center no-repeat fixed #1f1f1f!important;
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center
}

.curso {
    background: #fff;
    box-shadow: 0 20px 30px rgba(0,0,0,.1);
    padding: 18px 30px 56px;
    border-radius: 10px;
    width: 31%;
    position: relative;
    margin: 0 1% 2%
}

.curso .image {
    height: 200px;
    margin: -18px -30px 30px;
    border-radius: 10px 10px 0 0
}

.categorias {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px
}

.categorias a {
    background: var(--yellow);
    color: var(--dark-grey);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600
}

.curso-titulo {
    font-weight: 600;
    font-size: 18px;
    margin: 24px 0;
    display: block;
    color: var(--dark-grey)
}

.curso .links {
    border-top: 1px solid rgba(0,0,0,.05);
    margin: 0 -30px;
    padding: 18px 30px 0;
    text-align: right;
    font-weight: 600;
    position: absolute;
    bottom: 18px;
    width: 100%
}

.curso .links a {
    color: var(--blue)
}

.curso .info {
    display: flex;
    justify-content: space-between;
    color: var(--light-grey)
}

.curso .fa {
    color: #ffc107
}

.curso .stars-avg-rating {
    font-size: 0;
    display: inline-block;
    margin: 0
}

.curso .stars-avg-rating .rating-stars {
    margin: 0;
    font-size: 14px
}

.professor {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: var(--light-grey);
    font-weight: 500
}

.professor img {
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    width: 36px;
    margin-right: 8px
}

.single-curso .header-curso {
    padding-bottom: 130px
}

.header-curso:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    content: '';
    opacity: .5
}

.bar {
    border-radius: 3px 3px 0 0;
    display: flex;
    overflow: hidden;
    margin-bottom: 50px
}

.bar-item {
    flex: 1;
    border: none;
    border-right: 1px solid rgba(0,0,0,.1);
    font-family: montserrat,sans-serif;
    padding: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    background: #fff
}

.bar-item:last-child,body .wp-editor-container {
    border: none
}

.bar-item.active,.bar-item:hover {
    color: #fff;
    background: var(--blue)
}

.curso-container li {
    display: block;
    line-height: 22px
}

#sobre-curso li:before {
    content: '\f058';
    font-family: fontawesome;
    margin-right: 5px;
    color: var(--blue)
}

.single-curso .page-content {
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin-top: 50px
}

.main {
    width: 65%;
    margin-top: -109px
}

.info-curso,.modulos-curso {
    width: 30%;
    position: sticky;
    top: 150px;
    align-self: flex-start;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 20px
}

.info-curso img {
    border-radius: 10px
}

.info-curso .professor img {
    border-radius: 50%
}

.info-curso .professor {
    margin-top: 20px
}

.simplefavorite-button {
    display: block;
    margin: auto;
    width: 100%;
    font-family: montserrat,sans-serif;
    font-size: 14px;
    margin-top: 20px
}

.curso-container .title {
    font-size: 24px
}

#sobre-curso {
    line-height: 22px;
    color: var(--light-grey)
}

#sobre-curso a {
    color: var(--blue)
}

#sobre-curso .title {
    color: var(--dark-grey)
}

.modulo {
    margin-bottom: 16px
}

.modulo h2 {
    display: block;
    background: rgba(0,0,0,.05);
    padding: 12px 16px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    transition: .3s
}

.modulo.on h2 {
    border-radius: 3px 3px 0 0
}

.modulo .aulas {
    display: none;
    border: 1px solid rgba(0,0,0,.05);
    border-top: 0;
    border-radius: 0 0 8px 8px
}

.modulo .fa-chevron-right {
    font-size: 12px;
    color: var(--blue)
}

.modulo.on .fa-chevron-right:before {
    content: '\f078'
}

.modulo .aula {
    padding: 16px;
    border-top: 1px solid rgba(0,0,0,.05)
}

.aula:before {
    font-family: fontawesome;
    margin-right: 8px;
    color: var(--light-grey);
    width: 16px;
    text-align: center;
    display: inline-block
}

.aula.quiz:before {
    content: '\f0cb'
}

.aula.audio:before {
    content: '\f025'
}

.aula.leitura:before {
    content: '\f15c'
}

.aula.video:before {
    content: '\f04b'
}

#comments {
    color: var(--tutor-light-color)
}

.commentlist {
    padding: 0
}

.comment {
    background: rgb(255 255 255/3%);
    padding: 20px;
    margin-top: 32px;
    display: block;
    border-radius: 4px;
    color: #fff
}

.comment-author.vcard {
    display: flex
}

.comment img {
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    margin-right: 12px;
    width: 48px
}

.comment cite {
    font-weight: 700;
    display: inline-block;
    margin-right: 4px;
    font-style: normal;
    text-transform: capitalize;
    color: var(--blue)
}

.comment cite a {
    color: var(--blue)
}

.commentlist li:before {
    display: none
}

.comment-meta {
    margin-top: -24px;
    margin-left: 60px;
    font-size: 12px
}

.comment .reply {
    display: none
}

#commentform label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px
}

#commentform input,#commentform textarea,body .tutor-quiz-answers-wrap textarea,.tutor-instructor-feedback-wrap textarea,.page-painel input,.page-painel textarea {
    width: 100%;
    border: none;
    font-family: montserrat,sans-serif;
    padding: 16px;
    border-radius: 5px;
    background: rgb(255 255 255/5%)!important;
    outline: none;
    color: #fff
}

.single-curso .stars-avg-rating {
    background: rgba(0,0,0,.03);
    padding: 16px
}

#reviews-curso h3 {
    color: var(--light-grey);
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 5px;
    padding: 16px 8px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    margin-top: 32px
}

.single-aula .main {
    margin: 0
}

.single-aula .page-content {
    justify-content: space-between
}

.modulos-curso {
    margin-top: -150px
}

.modulos-curso h1 {
    font-size: 27px;
    line-height: 27px;
    margin: 20px 0;
    font-weight: 300;
    color: var(--blue)
}

.modulos-curso h2 {
    font-weight: 600;
    font-size: 18px;
    margin: 40px 0 0;
    line-height: 18px
}

.modulos-curso ul {
    padding: 0
}

.modulos-curso .aula,.info-curso li {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.modulos-curso .aula:last-child,.info-curso li:last-child {
    border: none;
    padding-bottom: 0
}

.voltar {
    background: rgba(0,0,0,.05);
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block
}

.voltar i {
    margin-right: 4px;
    font-size: 12px
}

.single-aula .main .title {
    font-size: 32px;
    line-height: 32px;
    margin: 0
}

.single-aula .main .title:after {
    display: block;
    margin: 40px auto;
    content: '';
    width: 100px;
    height: 3px;
    background: var(--yellow);
    border-radius: 3px
}

#tag-list {
    display: flex;
    padding: 1%;
    background: rgba(0,0,0,.03);
    border-radius: 3px;
    margin-bottom: -50px;
    flex-direction: row-reverse
}

#tag-list li {
    display: block;
    margin-left: 1%
}

#tag-list li a {
    padding: 8px 16px;
    display: inline-block;
    background: 0 0;
    border: 1px solid rgba(0,0,0,.1);
    color: var(--light-grey)!important;
    font-size: 12px;
    line-height: 12px
}

#tag-list li a.active,#tag-list li a:hover {
    background: var(--yellow);
    border-color: transparent;
    color: var(--dark-grey)!important
}

body .tutor-wrap {
    margin: 40px 0;
    padding: 0;
    color: #fff
}

.cd-gallery.content {
    max-width: none
}

body .tutor-course-filter-wrapper,body .course-archive-page {
    max-width: none!important;
    overflow: hidden!important;
    display: flex;
    width: 90%;
    min-width: 90%
}

body .tutor-course-filter-wrapper>div:first-child {
    width: 320px;
    min-width: 320px;
    padding: 12px 0
}

body .tutor-course-filter-wrapper>div {
    padding: 12px 0
}

body .tutor-container {
    padding: 0!important;
    margin: 0 auto;
    max-width: none!important;
    width: 90%
}

body #tutor-course-filter-loop-container {
    max-width: none!important;
    margin: unset;
    width: auto
}

.tutor-course-filter-container h4,.tutor-course-filter-nested-terms {
    display: block
}

.tutor-course-filter-container h4 {
    margin-right: 20px!important
}

.tutor-course-filter-wrapper .tutor-clear-all-filter {
    margin-top: 12px!important
}

.tutor-course-filter-nested-terms label {
    display: inline-block;
    background: 0 0;
    color: var(--tutor-light-color)!important;
    line-height: 14px;
    border-radius: 4px;
    font-size: 14px!important;
    transition: .3s;
    margin-bottom: 20px
}

.tutor-course-filter-nested-terms label:hover {
    color: #fff!important
}

.tutor-course-filter-nested-terms input {
    display: none
}

.check-with-label:checked+.label-for-check {
    color: var(--blue)!important;
    font-weight: 600
}

body .tutor-course-filter-wrapper>div:last-child {
    min-width: 100%;
    width: auto;
    min-width: auto
}

#tutor-course-filter-loop-container {
    max-width: none
}

#tutor-course-filter-loop-container center img {
    width: 16px;
    display: block;
    margin: auto
}

.tutor-course-filter {
    background: rgb(255 255 255/5%);
    padding: 12px;
    border-radius: 8px;
    color: #fff
}

select.tutor-form-control,.tutor-form-select {
    font-family: montserrat;
    font-size: 14px!important;
    border-radius: 0!important;
    outline: none;
    border: none!important;
    background: rgb(0 0 0/15%)!important;
    color: #fff;
    border-radius: 8px!important
}

body .tutor-form-select-dropdown {
    background: #2b2b31;
    border: none;
    box-shadow: 0 0 20px #000
}

body .tutor-form-select-option:hover {
    background: #1c1c24
}

body .tutor-tabs-btn-group a {
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 12px
}

body .tutor-tabs-btn-group a i {
    font-size: 20px;
    line-height: 20px;
    margin-right: 8px
}

.tutor-loop-course-footer {
    display: none
}

body .tutor-course-lising-category {
    margin-top: 12px;
    font-size: 12px;
    display: block!important
}

body .tutor-loop-author>div {
    float: none
}

.tutor-dashboard-menu-purchase_history {
    display: none
}

.tutor-play-duration,.quiz-time-limit {
    display: none!important
}

.tutor-price-preview-box .price {
    display: none
}

body .tutor-lead-info-btn-group {
    margin: 1px 0 20px;
    padding: 0;
    border: none
}

.tutor-single-course-sidebar .tutor-segment-title {
    display: block
}

.tutor-price-box-thumbnail .tutor-course-loop-header-meta {
    right: 13px;
    left: auto
}

body .tutor-lead-info-btn-group a.tutor-button {
    margin-top: 20px
}

.tutor-wrap img {
    display: block
}

body .tutor-course-filter-wrapper>div:first-child h4 {
    color: #fff;
    display: flex;
    align-items: center;
    background: linear-gradient(to right,#ffffff0a,transparent);
    font-size: 22px;
    padding: 20px;
    margin: 0 0 20px;
    border-radius: 8px
}

body .tutor-course-filter-wrapper .tutor-clear-all-filter>a {
    background: var(--blue);
    color: #fff
}

body .tutor-course-filter-wrapper>div:first-child label {
    color: var(--tutor-light-color)
}

body .tutor-course-loop-level {
    background: var(--blue);
    padding: 8px 16px;
    border-radius: 20px
}

body .tutor-course-loop-level.continuar-curso {
    background: var(--yellow)
}

body .tutor-course-loop-level.iniciar-curso {
    background: #4caf50
}

body .tutor-course-loop-level a {
    color: #fff
}

body .tutor-course-loop-level.continuar-curso a {
    color: var(--dark-grey)
}

body .tutor-card {
    justify-content: flex-start;
    background: #ffffff0a;
    border-radius: 20px;
    border: none;
    color: #fff
}

body .tutor-card:hover {
    background: #ffffff12
}

body .tutor-course-loop-meta {
    color: var(--tutor-light-color);
    font-size: 14px
}

body .tutor-course-header {
    background: var(--blue);
    overflow: hidden
}

body .tutor-star-rating-group {
    color: var(--yellow)
}

body .tutor-course-card .tutor-course-name a {
    color: #fff
}

body .tutor-course-card .tutor-course-name a:hover {
    color: var(--blue)
}

body .tutor-course-loop-meta>div+div {
    margin: 0
}

body .tutor-course-loop:hover .tutor-course-header img {
    opacity: .2;
    transform: scale(1.5) rotate(20deg);
    transition: 1s;
    filter: saturate(0)
}

.custom-progress-bar {
    height: 3px;
    background: rgba(0,0,0,.1);
    border-radius: 3px;
    margin: 10px 0;
    width: 100%
}

.tutor-course-status .custom-progress-bar {
    height: 5px;
    border-radius: 5px;
    margin-bottom: 0
}

.tutor-progress-bar-wrap {
    align-items: center
}

.custom-progress-bar .progress {
    background: var(--blue);
    height: 3px;
    border-radius: 3px
}

.tutor-course-status .custom-progress-bar .progress {
    height: 5px;
    border-radius: 5px
}

body .tutor-course-loop-header-meta .tutor-course-wishlist:hover a.has-wish-listed:before {
    content: "\e918"!important
}

body .tutor-course-loop-header-meta .tutor-course-wishlist {
    background: 0 0
}

.tutor-course-loop-header-meta .tutor-course-wishlist a.has-wish-listed:before,body .tutor-course-loop-header-meta .tutor-course-wishlist a {
    color: var(--yellow)
}

body .tutor-course-loop-header-meta .tutor-course-wishlist:hover {
    background: 0 0
}

body .tutor-course-loop-header-meta .tutor-course-wishlist:hover a {
    color: var(--yellow)
}

body .page-numbers {
    background: #ffffff17;
    padding: 10px!important;
    display: inline-block;
    border-radius: 20px;
    min-width: 34px;
    margin: 0 4px;
    color: #fff!important;
    line-height: 14px!important;
    font-size: 14px!important
}

.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next {
    background: #ffffff17!important
}

.page-numbers span {
    color: #fff!important
}

.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current:before {
    opacity: 0
}

.page-numbers.current {
    background: var(--blue)
}

.page-numbers:hover {
    background: var(--yellow);
    color: #000!important
}

#topo .dropdown {
    display: inline-block;
    position: relative
}

#topo .dropdown .text {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 20px;
    cursor: pointer
}

#topo .dropdown .text img {
    width: 32px;
    border-radius: 50%
}

#topo .dropdown.locale .text img {
    width: 24px;
    border-radius: 4px
}

#topo .dropdown i {
    margin: 0 8px
}

#topo .dropdown ul {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 0;
    right: 0;
    display: none;
    margin-top: 10px
}

#topo .dropdown.open ul {
    display: block
}

#topo .dropdown ul li {
    padding: 10px 20px;
    display: block;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

#topo .dropdown ul li img {
    display: block
}

#topo .dropdown ul li.selected {
    background: #0000000f
}

#topo .dropdown ul li:after {
    display: none
}

body .tutor-quiz-header .tutor-quiz-meta li strong {
    display: inline
}

body .tutor-next-previous-pagination-wrap {
    margin-top: 2em
}

body .tutor-meta a {
    color: #4b5981
}

body .tutor-meta-value {
    color: #fff
}

body .tutor-card-footer:not(.tutor-no-border) {
    border-color: #ffffff0f
}

.tutor-component-popup-container>div .tutor-component-button-container button {
    text-transform: none
}

.single-tutor_quiz .tutor-table,.single-lesson .tutor-table {
    border-spacing: 1px;
    border-collapse: unset;
    margin-top: 2em
}

.single-tutor_quiz .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table td,.single-lesson .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table td {
    text-align: center;
    padding: 1em!important;
    border: 0!important
}

.single-tutor_quiz .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table td:last-child,.single-lesson .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table td:last-child {
    padding: 1em!important
}

.single-tutor_quiz .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table td:first-child,.single-lesson .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table td:first-child {
    text-align: left
}

.single-tutor_quiz .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table th,.single-lesson .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table th {
    padding: 1em;
    border: 0!important;
    background: rgb(225 239 245)
}

.course-meta span {
    font-size: 12px;
    color: var(--light-grey)
}

.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table tr td {
    text-align: center
}

.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table tr td .course,.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table tr td .course-meta {
    text-align: left
}

.tutor-quiz-attempt-review-wrap .attempt-answers-header {
    background-color: #f7f7f9;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

.btn-note {
    position: fixed;
    right: 8px;
    bottom: 100px;
    width: 62px;
    height: 62px;
    background: var(--blue);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    font-size: 32px;
    color: #fff;
    line-height: 62px;
    text-align: center;
    cursor: pointer
}

.btn-note:hover {
    background: var(--yellow)
}

.btn-note:after {
    content: '\f1fc'
}

#note {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.6);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 120px 0
}

#note.open {
    display: flex
}

.note {
    background: #25252c;
    min-width: 600px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    padding: 24px;
    position: relative
}

.note textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(0,0,0,.1);
    padding: 16px;
    border-radius: 8px;
    font-family: montserrat,sans-serif;
    margin-bottom: 24px;
    background: #ffffff08;
    height: 40vh;
    outline: none;
    color: #fff
}

.note h1 {
    margin: -24px -24px 24px;
    padding: 24px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    background: var(--blue);
    color: #fff;
    border-radius: 20px 20px 0 0;
    font-weight: 500
}

#note .btn-close {
    width: 32px;
    height: 32px;
    position: absolute;
    background: #fff;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    color: var(--dark-grey);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    line-height: 32px;
    text-align: center;
    cursor: pointer
}

#note .btn-close:after {
    content: '\e5cd'
}

.course-header {
    background-size: cover!important;
    background-attachment: fixed!important;
    margin: -40px 0 40px;
    padding: 120px 0 1px;
    position: relative
}

.course-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3e64ded9
}

.course-header .tutor-single-course-lead-info {
    width: 90%;
    color: #fff;
    margin: auto;
    padding-right: 30%;
    position: relative
}

.course-header .tutor-course-header-h1 {
    color: #fff;
    font-weight: 800
}

.tutor-segment-title,.tutor-single-course-segment .tutor-segment-title {
    color: var(--blue)!important
}

.course-header .tutor-single-course-meta.tutor-lead-meta {
    margin-bottom: 33px;
    border-top: 1px solid rgb(255 255 255/10%);
    border-bottom: 1px solid rgb(255 255 255/10%)
}

.course-header .tutor-single-course-meta ul li,.course-header .tutor-single-course-meta ul li a {
    color: #fff!important
}

.course-header .tutor-single-course-meta ul li strong {
    font-size: 14px;
    color: #fff
}

body .tutor-single-course-sidebar {
    margin-top: -220px;
    margin-left: 40px;
    z-index: 99999;
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

body .tutor-price-preview-box {
    border: none;
    background: rgb(255 255 255/5%);
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding-bottom: 0
}

body .tutor-price-box-thumbnail {
    margin-bottom: 0;
    position: relative
}

body .tutor-custom-list-style li:before {
    color: var(--tutor-light-color);
    border: 2px solid rgb(255 255 255/12%);
    font-size: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    top: 8px
}

body .tutor-custom-list-style li {
    padding-left: 36px
}

body .tutor-topics-in-single-lesson {
    background: 0 0
}

body .tutor-course-topics-contents .tutor-course-topic {
    border-color: rgb(255 255 255/5%)
}

body .tutor-course-lesson {
    border: none
}

body .tutor-course-lesson h5 {
    font-size: 14px
}

body .tutor-course-topics-contents .tutor-active .tutor-course-title h4 {
    color: var(--blue)
}

body .tutor-course-topics-contents .tutor-course-title h4 {
    color: #fff
}

body .tutor-course-topics-contents .tutor-course-title {
    background: #ffffff08
}

.course-header .tutor-segment-title {
    color: #fff!important;
    font-weight: 700!important
}

body .tutor-course-topics-contents .tutor-course-title h4 i {
    float: right;
    margin-right: 0
}

body span.toggle-information-icon,.single_add_to_cart_button,.tutor-button,.tutor-btn,input[type=submit] {
    background: var(--blue)!important;
    color: #fff!important
}

body .tutor-course-lesson h5 a {
    color: #fff
}

body .tutor-course-lesson h5 a:hover {
    color: var(--blue)
}

body .tutor-wrap nav.course-enrolled-nav ul li.active a,body .tutor-wrap nav.course-enrolled-nav ul li a:hover {
    color: var(--blue);
    border-color: var(--blue)
}

body .course-enrolled-nav-wrap,body .tutor-course-enrolled-wrap,body .tutor-single-course-meta.tutor-lead-meta {
    border-color: rgb(255 255 255/10%)
}

body .tutor-course-enrolled-wrap {
    padding: 20px;
    margin-bottom: 0!important
}

.single_add_to_cart_button.tutor-button-primary,.tutor-button.tutor-button-primary,.tutor-btn.tutor-button-primary {
    background: var(--blue)!important;
    border: none
}

.tutor-option-field textarea,.tutor-option-field select,.tutor-option-field input[type=text],.tutor-option-field input[type=number],.tutor-option-field input[type="pas.tutor-dashboard-content-innersword"],.tutor-form-group textarea,.tutor-form-group select,.tutor-form-group input[type=text],.tutor-form-group input[type=number],.tutor-form-group input[type=password],.tutor-option-field textarea,.tutor-form-group textarea {
    background: rgba(255,255,255,.1)!important;
    border: none!important;
    color: #fff;
    font-family: montserrat,sans-serif
}

#wp-question-editor-container {
    border: none;
    border-radius: 8px;
    overflow: hidden
}

div.mce-panel {
    background: rgba(255,255,255,.05)!important
}

.mce-container,.mce-container *,.mce-widget,.mce-widget *,.mce-reset {
    color: #fff!important
}

body .tutor-single-course-meta {
    color: var(--blue)
}

body .tutor_question_area,body .tutor_admin_answers_list_wrap .tutor_question_area {
    background: rgba(255,255,255,.05);
    border-radius: 0 0 4px 4px
}

.question-top-meta {
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 4px 4px 0 0;
    padding: 16px 20px;
    margin-bottom: 0!important
}

.tutor_question_area p:first-child {
    margin-top: 0
}

.single_add_to_cart_button.tutor-danger,.tutor-button.tutor-danger,.tutor-btn.tutor-danger {
    background: #607d8b!important;
    border: none
}

.single_add_to_cart_button,.tutor-button,.tutor-btn {
    border: none!important
}

body .tutor-lesson-right-icons {
    display: inline-flex!important;
    flex-direction: row-reverse;
    top: 50%!important;
    margin-top: -8px!important
}

.tutor-icon-lock {
    color: #f44336
}

body .tutor-single-lesson-wrap {
    background: 0 0
}

body .tutor-single-page-top-bar {
    background: var(--blue)
}

body .tutor-lesson-sidebar-hide-bar {
    background: var(--dark-blue);
    border-left: 1px solid var(--blue)
}

body .tutor-tabs-btn-group a.active {
    padding: 20px;
    background: var(--dark-blue);
    color: #fff;
    font-weight: 600
}

body .tutor-tabs-btn-group a {
    background: var(--blue);
    border: none
}

body .tutor-sidebar-tabs-wrap {
    border: none
}

body .tutor-tabs-btn-group a i,.tutor-single-lesson-button-group .tutor-single-lesson-button a>i:first-child,.tutor-topics-in-single-lesson .tutor-single-lesson-items a>i:first-child {
    color: #fff;
    font-size: 12px;
    border: 1px solid rgb(255 255 255/10%);
    border-radius: 50%;
    height: 24px;
    line-height: 24px;
    min-width: 24px;
    text-align: center;
    display: inline-block
}

body .tutor-tabs-btn-group a span {
    font-size: 14px;
    line-height: 14px;
    display: inline;
    color: #fff
}

.tutor-lesson-sidebar {
    background: rgba(255,255,255,.03);
    box-shadow: 20px 20px 20px rgb(22 22 29)
}

body .tutor-lessons-under-topic .tutor-lesson-right-icons .tutor-lesson-complete,.tutor-single-lesson-button-group .tutor-single-lesson-button a,.tutor-topics-in-single-lesson .tutor-single-lesson-items a {
    border: none!important
}

body .tutor-topics-in-single-lesson .tutor-topics-title h3 {
    color: var(--blue);
    padding: 24px 20px;
    line-height: 16px
}

body .tutor-lessons-under-topic .tutor-single-lesson-items.active a,body .tutor-lessons-under-topic .tutor-single-lesson-items a:hover {
    background: rgb(48 48 54)
}

body .tutor-lessons-under-topic .tutor-single-lesson-items {
    border-top: 1px solid rgb(48 48 54)
}

body .tutor-topics-in-single-lesson .tutor-single-lesson-items.active a span {
    color: #fff
}

body .tutor-topics-in-single-lesson .tutor-single-lesson-items a span {
    color: var(--tutor-light-color)
}

body .tutor-topics-in-single-lesson .tutor-single-lesson-items a>i.tutor-icon-doubt {
    color: var(--blue)
}

body .tutor-topics-in-single-lesson .tutor-single-lesson-items a {
    padding: 20px
}

body .tutor-next-previous-pagination-wrap a,body #tutor-lesson-sidebar-qa-tab-content .tutor-add-question-wrap h3 {
    color: var(--blue)
}

body .tutor-next-previous-pagination-wrap a:hover {
    color: var(--yellow)
}

body .tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button {
    background: var(--dark-blue)!important
}

body .tutor-single-page-top-bar .tutor-topbar-content-title-wrap {
    font-weight: 600
}

body #tutor-lesson-sidebar-qa-tab-content {
    background: 0 0;
    max-height: 100vh;
    overflow: auto;
    scrollbar-color: #61504c #322725
}

body #tutor-lesson-sidebar-qa-tab-content::-webkit-scrollbar {
    width: 15px
}

body #tutor-lesson-sidebar-qa-tab-content::-webkit-scrollbar-track {
    background: #323239
}

body #tutor-lesson-sidebar-qa-tab-content::-webkit-scrollbar-thumb {
    background: var(--dark-blue);
    border-radius: 20px;
    border: 4px solid #323239
}

body #tutor-lesson-sidebar-qa-tab-content::-webkit-scrollbar-thumb:hover {
    background: var(--blue)
}

body #tutor-lesson-sidebar-qa-tab-content .tutor-add-question-wrap {
    border-color: #ffffff1a
}

body .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table td a {
    color: var(--tutor-light-color);
    text-decoration: none
}

body .tutor-quiz-header span {
    background: var(--yellow);
    color: var(--dark-grey);
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 11px
}

body .tutor-quiz-header h2 {
    color: #fff;
    font-size: 32px;
    line-height: 36px
}

body .tutor-quiz-header .tutor-quiz-meta {
    border-color: #ffffff12
}

body .tutor-quiz-header h5 a,body .tutor-quiz-header .tutor-quiz-meta li {
    color: var(--blue)
}

body .tutor-quiz-single-wrap .question-text {
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

body .tutor-quiz-answers-wrap label input+span {
    border: 2px solid var(--blue);
    transition: .3s
}

body .tutor-quiz-answers-wrap label input:checked+span {
    background: var(--blue);
    border-color: var(--blue)
}

.single-tutor_quiz .tutor-table,.single-lesson .tutor-table {
    border-spacing: 8px!important;
    word-wrap: break-word!important;
    white-space: normal
}

.single-tutor_quiz .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table th,.single-lesson .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table th {
    border-radius: 8px!important;
    background: #ffffff0a!important;
    color: var(--blue)
}

.tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table tr:first-child,.tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table tr {
    background: 0 0!important
}

.single-tutor_quiz .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table td,.single-lesson .tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table td {
    background: 0 0!important;
    border-radius: 8px!important;
    border: 1px solid #ffffff0a!important;
    color: #fff
}

.tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table th:first-child,.tutor-single-lesson-wrap .single-quiz-page.tutor-quiz-attempt-history table td:first-child {
    width: auto!important;
    text-align: center!important
}

.result-fail {
    color: #f44336
}

body .tutor-quiz-answers-wrap textarea {
    height: 60vh
}

body .tutor-component-popup-container>div {
    background: var(--dark-grey);
    color: #fff
}

body .tutor-component-popup-container>div h3 {
    color: var(--blue)
}

body .tutor-lead-info-btn-group .tutor-course-complete-form-wrap button {
    background: var(--tutor-success-button-color);
    color: #fff;
    cursor: pointer
}

body .tutor-lead-info-btn-group .tutor-course-complete-form-wrap button:hover {
    background: var(--dark-blue);
    color: #fff
}

body .tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks,body .tutor-dashboard .tutor-dashboard-header,body .tutor-dashboard-content-inner .tutor-mycourse-wrap,body .tutor-dashboard .tutor-dashboard-inline-links ul,body .tutor-dashboard-info-table-wrap>h3,body .tutor-dashboard-info-table-wrap table,body .tutor-dashboard-info-table thead tr,body .tutor-dashboard-info-table tbody tr,body .tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table tr th,body .tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table tr td,body .tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table tr th,body .tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table tr td,body .tutor-dashboard-announcement-table tbody tr:last-child,body .tutor-component-three-col-action,body .tutor-dashboard-announcement-table tr:nth-child(odd),body .tutor-dashboard-announcement-table tbody tr:last-child,body .tutor-dashboard-announcement-table,body .tutor-dashboard-announcement-table thead th,body .tutor-dashboard-announcement-table thead td,body .tutor-announcement,body table.tutor-table th:first-child,body table.tutor-table td:first-child,body table.tutor-table th:last-child,body table.tutor-table td:last-child,body table.tutor-table th,body table.tutor-table td,body table.tutor-table tr:last-child td,body .tutor-analytics-wrapper .tutor-analytics-filter-tabs .periods-filter a,body .tutor-analytics-wrapper .tutor-analytics-graph .tab,body .tutor-analytics-wrapper .tutor-analytics-graph,body .tutor-quiz-attempt-review-wrap .attempt-answers-header,body .tutor-quiz-attempt-review-wrap table tr:not(:last-child),body .tutor-quiz-attempt-review-wrap table tr:not(:first-child),body .quiz-attempt-answers-wrap table tr:first-child,body .quiz-attempt-answers-wrap table tr:not(:first-child),body table.course-single-gradebooks tbody td,body table.course-single-gradebooks,body table.course-single-gradebooks th {
    border-color: #ffffff17!important
}

body .tutor-dashboard-menu-divider,body .tutor-quiz-attempt-review-wrap .attempt-answers-header,body .quiz-attempt-answers-wrap table tr:first-child {
    background: #ffffff0a
}

body .tutor-dashboard .tutor-dashboard-inline-links ul li a,body .tutor-quiz-attempt-review-wrap .attempt-answers-header a,body .prev-btn {
    color: var(--dark-blue)
}

body .tutor-dashboard .tutor-dashboard-inline-links ul li.active a,body .tutor-dashboard .tutor-dashboard-inline-links ul li a:hover {
    color: var(--blue);
    border-color: var(--blue)
}

body .tutor-dashboard-content-inner h3 a {
    color: #fff
}

.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks a::before {
    color: var(--blue)!important;
    opacity: 1!important
}

body .tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a {
    color: #fff
}

body .tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li.active a {
    background: 0 0;
    border-left: 2px solid;
    margin-left: -2px
}

body .tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks li a:hover {
    background: 0 0!important;
    color: var(--blue)
}

body .tutor-dashboard-info-table thead {
    background: 0 0
}

.tutor-dashboard-profile-item p {
    margin: 0
}

.tutor-dashboard-profile-item .heading,body .tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table a {
    font-weight: 600;
    color: var(--blue)
}

.tutor-dashboard-profile-item {
    margin-bottom: 24px
}

.tutor-dashboard-content h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600
}

.tutor-dashboard .tutor-dashboard-content .tutor-quiz-attempt-history table tr th,body .tutor-quiz-attempt-review-wrap table tr:first-child {
    background: 0 0!important;
    padding: 20px;
    color: var(--blue)
}

.result-pass {
    color: #8bc34a
}

.result-review-required {
    color: var(--yellow)
}

body #tutor_calendar_wrapper h3 {
    color: #fff
}

body .tutor-calendar-dropdown .tutor-calendar-dropdown-label {
    color: var(--blue)
}

body #tutor_calendar_wrapper .tutor-calendar-wrapper,body #tutor_calendar_wrapper .tutor-calendar-filter-wrapper .tutor-calendar-searching .tutor-calendar-search-wrapper input,body #tutor_calendar_wrapper .tutor-calendar-events-wrapper,body .tutor-analytics-info-cards .tutor-dashboard-info-card,body .tutor-analytics-wrapper .tutor-analytics-filter-tabs .calendar-filter .tutor-analytics-form-group input {
    background: #25252c;
    border: none;
    color: #fff;
    outline: none
}

body #tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-date.today {
    background: var(--blue)
}

#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-heading a,#tutor_calendar_wrapper .tutor-custom-calendar .tutor-calendar-body a {
    color: #fff!important
}

body .tutor-calendar-dropdown .tutor-calendar-dropdown-label {
    padding: 8px 16px;
    border-radius: 8px
}

body .tutor-calendar-dropdown.is-active .tutor-calendar-dropdown-label,body .tutor-calendar-dropdown .tutor-calendar-dropdown-label:hover {
    background: #ffffff0d;
    color: #fff
}

body #tutor_calendar_wrapper .tutor-calendar-not-found h3 {
    color: var(--blue)
}

body .tutor-announcement-big-icon,body .tutor-analytics-info-cards .tutor-dashboard-info-card p .tutor-round-icon {
    background: #38383f;
    color: var(--blue)
}

body .tutor-dashboard-announcement-table th,body .tutor-dashboard-announcement-table tr:nth-child(odd),body .quiz-attempt-answers-wrap table tr {
    background: 0 0
}

.tutor-icon-action:before,body .tutor-announcement-title-wrap h3,body .tutor-announcement-detail-course-info p,body .tutor-announcement-detail-date-info p,body .tutor-dashboard-content .quiz-attempt-answers-wrap table th {
    color: var(--blue)
}

body .tutor-announcement-datepicker i,body .tutor-announcement-detail-content h3,body .tutor-analytics-info-cards .tutor-dashboard-info-card p>span:nth-child(3),body .tutor-analytics-wrapper h4,body .color-text-primary,body .quiz-attempt-answers-wrap table th,body .quiz-attempt-answers-wrap table td {
    color: #fff
}

.tutor-dashboard-announcement-table th:first-child {
    text-align: left
}

body .tutor-modal-wrap .tutor-modal-content {
    background: var(--dark-grey)
}

body .tutor-detail-course-content-wrap {
    background: #2a2a34
}

body .announcement-detail-edit-delete-button>.tutor-announcement-delete {
    background: #f44336!important;
    color: #fff!important
}

button {
    cursor: pointer
}

.tutor-dashboard-q-and-a th {
    padding: 20px 15px;
    text-align: left
}

body table.tutor-table tr:nth-child(even) td,body .tutor-quiz-attempt-review-wrap table tr,body .quiz-attempt-answers-wrap,body table.course-single-gradebooks tbody td {
    background: 0 0!important
}

body table.tutor-table th,body .color-text-subsued {
    background: 0 0;
    color: var(--blue)
}

#tutor_profile_cover_photo_editor #tutor_photo_meta_area>span>span {
    color: var(--blue)!important
}

body table.course-single-gradebooks tbody td {
    padding: 20px
}

body .gradebook-result-for-label {
    background: 0 0;
    color: var(--blue);
    padding: 0
}

body .tutor-attachments-wrap .tutor-lesson-attachment {
    background: 0 0;
    border: 1px solid rgba(255,255,255,.1);
    padding: 20px;
    display: block
}

body .tutor-attachment-info span {
    color: #fff
}

body .tutor-attachments-wrap .tutor-attachment-icon {
    color: var(--blue)
}

.tutor-attachments-wrap h3 {
    background: #ffffff0f;
    padding: 20px;
    border-radius: 4px;
    border-left: 4px solid var(--blue)
}

input,#form-cadastro input,#form-cadastro select {
    border: none;
    font-family: nunito sans,sans-serif;
    padding: 14px;
    border-radius: 4px;
    color: #fff;
    background: rgb(43 43 49);
    outline: none;
    font-size: 14px;
    max-width:100%;
}

label[for=phone-number] span {
    display: none
}

#form-cadastro label[for=phone-number].has-error span,#form-cadastro label.error {
    display: block;
    background: #f44336;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    border-radius: 0 0 4px 4px
}

.phone-number {
    background: #2b2b31
}

.phone-number-prefix {
    padding-left: 16px
}

#form-cadastro .iti input,#form-cadastro .iti input[type=text],#form-cadastro .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0;
    padding-left: 52px
}

#form-cadastro select {
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid rgb(255 255 255/5%);
    max-width: 100%
}

#form-cadastro input[name=valorDoc] {
    border-radius: 0 0 4px 4px
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

#user_login {
    margin-top: 1em
}

#user_login,.wp-pwd input {
    width: 100%
}

.wp-pwd {
    display: flex
}

.password-strength-indicator {
    border-radius: 3px;
    margin-top: 1em
}

button,.btn,#form-cadastro input[type=submit],.page-feedback input[type=submit],.search input[type=submit] {
    border: none;
    font-family: nunito sans,sans-serif;
    padding: 14px;
    border-radius: 3px;
    outline: none;
    background: var(--blue);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    display: inline-block;
    background: var(--blue);
    color: #fff
}

button:hover,.btn:hover,.page-feedback input[type=submit]:hover,.search input[type=submit]:hover {
    background: var(--yellow);
    color: var(--dark-grey)
}

.home input {
    width: 400px;
    margin-right: 14px
}

.forgetmenot {
    margin: 1rem 0
}

.user-pass-wrap {
    margin-top: 1rem
}

#header-cadastro #topo {
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.min-height {
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center
}

#form-cadastro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: auto;
    max-width: 400px;
    padding: 30px 0;
    box-sizing: border-box;
    box-shadow: 0 0 40px rgb(0 0 0/34%);
    padding: 24px;
    border-radius: 12px;
    margin: 30px auto
}

#form-cadastro input[type=submit] {
    width: 100%
}

#form-cadastro h1,#planos h1,#pagamentos h1,.page-title,body .swal2-title,.page-content .title {
    font-size: 36px;
    line-height: 42px;
    margin: 20px 0;
    padding: 40px;
    background: rgba(0,0,0,.1);
    border-left: 2px solid var(--blue);
    font-weight: 500;
    border-radius: 4px
}

#form-cadastro h1,#planos h1,#pagamentos h1,body .swal2-title {
    font-weight: 400;
    margin: 0 0 1vw;
    font-size: 24px;
    line-height: 24px
}

#form-cadastro span,#planos span {
    color: #afafaf
}

#form-cadastro .wp-pwd button.button {
    background: 0 0
}

.submit.reset-pass-submit {
    display: flex;
    flex-direction: column;
    gap: 1em
}

.wp-generate-pw {
    background: rgb(255 255 255/8%)
}

.msg {
    padding: 14px 22px;
    border-radius: 8px;
    margin: 0 0 20px;
    font-size: 12px;
    background: #00000033;
    border: 1px solid #0006
}

.erro {
    color: #ff7065
}

.sucesso {
    color: #00a32a
}

.certificado-validador .msg {
    margin-top: 30px
}

.swal2-footer {
    color: var(--light-grey)!important;
    border-color: var(--light-grey)!important
}

#swal2-html-container .planos {
    flex-direction: column
}

#swal2-html-container .planos .btn {
    font-size: 14px;
    padding: 10px 20px
}

body .swal2-title {
    margin: 1em 1.6em 0
}

body .swal2-modal {
    background: var(--dark-grey);
    color: #fff
}

body .tutor-course-single-sidebar-wrapper {
    background: var(--dark-grey);
    box-shadow: 20px 20px 20px rgb(22 22 29);
    border: none
}

body .tutor-course-single-sidebar-title {
    background: var(--blue);
    color: #fff;
    border: none
}

.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover,.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active {
    color: var(--blue)!important
}

body .tutor-course-single-sidebar-title span {
    color: #fff!important
}

body .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header {
    border-color: rgba(255,255,255,.1)
}

body .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header {
    background: var(--blue)
}

body .tutor-course-single-sidebar-wrapper .tutor-accordion-item-body {
    padding: 0;
    background: 0 0
}

body .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header,body .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a {
    background: 0 0
}

body .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a:hover {
    background: rgba(255,255,255,.1)
}

body .tutor-course-single-sidebar-wrapper .tutor-course-topic-item-icon {
    color: #fff;
    font-size: 12px;
    border: 1px solid rgb(255 255 255/10%);
    border-radius: 50%;
    height: 24px;
    line-height: 24px;
    min-width: 24px;
    text-align: center;
    display: inline-block
}

body .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title,body .tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title:hover {
    color: var(--tutor-light-color)!important
}

body .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper .tutor-start-quiz-title .tutor-color-black {
    color: #fff
}

body .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper .tutor-start-quiz-title,body .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper {
    border-color: #ffffff1f
}

body .tutor-quiz-info .tutor-color-black {
    color: #fff
}

body .skip-quiz-btn {
    background: var(--yellow)!important;
    color: var(--dark-grey)!important;
    padding: 8px 16px!important;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800
}

.tutor-widget-course-categories h3 {
    color: #fff;
    display: flex;
    align-items: center;
    background: linear-gradient(to right,#ffffff0a,transparent);
    font-size: 22px;
    padding: 20px;
    margin: 0 0 20px;
    border-radius: 8px
}

body .tutor-widget-course-categories {
    margin-top: 0
}

body .tutor-course-filter-container .tutor-course-filter {
    background: 0 0;
    padding: 0
}

body .tutor-list-item {
    color: #fff
}

body .tutor-pagination {
    margin-bottom: 2em;
    border: none;
    padding: 0
}

body .tutor-color-black {
    color: #fff
}

.course-archive-page>.tutor-row {
    min-width: 100%
}

select[name=locale] {
    background: 0 0;
    border: none;
    color: #fff;
    direction: rtl;
    margin-right: 40px;
    outline: none
}

@media(max-width: 1023px) {
    #informacoes {
        font-size:3vw;
        line-height: 3vw;
        padding: 10vw 0
    }

    #informacoes .content,#rodape .content {
        display: block;
        align-items: center;
        text-align: center;
        font-size: 3vw;
        line-height: 5vw
    }

    #rodape span {
        margin: .5vw 0;
        display: inline-block
    }

    #informacoes .right {
        text-align: center;
        margin-top: 3vw;
        float: none
    }

    #informacoes .mail {
        display: inline-block
    }

    #informacoes .logo img {
        height: auto;
        max-width: 60vw
    }

    .rs a {
        width: 12vw;
        height: 12vw;
        margin: 0 1vw;
        background-size: 5vw
    }

    #informacoes .right img {
        height: 8vw;
        margin: 0 2vw
    }

    #informacoes .right h1 {
        margin: 4vw 0 2vw;
        font-size: 4vw;
        line-height: 4vw
    }

    #informacoes h1 {
        font-size: 4vw
    }

    #informacoes .mail {
        margin-bottom: 5vw;
        background-size: 3vw;
        padding-right: 4vw;
        line-height: 3vw
    }

    #informacoes .local {
        margin-bottom: 10vw;
        background-size: 3vw;
        padding-right: 4vw;
        line-height: 4vw;
        display: inline-block
    }

    #facilidade img {
        max-width: none;
        width: 80vw
    }

    #form-cadastro {
        max-width: none
    }

    .logo .site-title {
        display: none
    }
}

@media(max-width: 360px) {
    .logo .site-title {
        font-size:24px
    }
}

.tutor-single-course-meta.tutor-lead-meta ul li span {
    display: block;
    margin-bottom: 5px;
    color: var(--tutor-light-color)
}

.tutor-course-header-h1 {
    font-size: 36px;
    line-height: 46px;
    color: var(--tutor-text-color);
    font-weight: 500;
    margin: 0 0 29px;
    padding: 0
}

.tutor-single-course-meta ul li {
    display: block;
    vertical-align: top;
    margin-right: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 95px
}

body .tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body {
    background: #2b2b31;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 20px rgb(0 0 0/20%)
}

body .tutor-single-course-sidebar-more>div {
    padding: 16px 32px;
    margin: 0;
    background-color: #2b2b31;
    border-left: none;
    border-right: none;
    border: none!important;
    border-radius: 20px!important;
    margin-bottom: 20px
}

body .tutor-single-course-sidebar-more.tutor-mt-24 {
    border-radius: 20px
}

body .tutor-course-details-widget-title {
    color: var(--blue)
}

.tutor-color-secondary {
    color: var(--light-grey)!important
}

body .tutor-alert.tutor-warning {
    background: var(--tutor-color-warning)
}

body .tutor-alert.tutor-warning .tutor-alert-icon {
    color: #fff
}

body .tutor-warning.tutor-alert .tutor-alert-text {
    color: #fff
}

body .tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky {
    background: 0 0
}

body .tutor-nav-link {
    color: #fff
}

body .tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) {
    border-color: rgba(255,255,25,.1)
}

body .tutor-accordion-item-header.is-active {
    background: #2b2b31;
    border: none
}

body .tutor-accordion-item {
    border-color: #2b2b31;
    background: 0 0
}

body .tutor-course-content-list-item {
    background: 0 0;
    border: none
}

body .tutor-course-content-list-item:hover {
    background: 0 0;
    border: none;
    color: var(--blue)
}

body .tutor-accordion-item-body-content {
    border: none
}

body .tutor-course-content-list-item-icon {
    color: #fff
}

body .tutor-bg-gray-10 {
    background: #2b2b31;
    border: none
}

body .tutor-announcement-card {
    background: 0 0;
    border: 1px solid #2b2b31
}

body .tutor-announcement-card .tutor-color-secondary {
    color: #fff!important;
    font-size: 14px;
    line-height: 22px
}

body .tutor-announcement-card p {
    margin-bottom: 20px
}

body .tutor-course-single-content-wrapper input.tutor-form-check-input.tutor-form-check-circle {
    width: 16px!important;
    height: 16px!important;
    padding: 0!important;
    margin-top: 3px
}

body .tutor-course-single-sidebar-wrapper .tutor-course-topic-item a {
    background: 0 0
}

body .tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title {
    color: var(--light-grey)
}

body .tutor-table tr th {
    border: 1px solid;
    border-radius: 8px;
    max-width: 120px;
    word-wrap: normal!important;
    overflow-wrap: normal!important;
    white-space: normal!important;
    text-align: center!important;
    vertical-align: middle
}

body .tutor-table tr td {
    background: #25252d;
    color: #fff;
    border: none!important;
    border-radius: 8px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center!important
}

body .tutor-quiz-btn-grp {
    text-align: center
}

body #tutor-course-spotlight-overview .tutor-fw-medium {
    color: var(--blue);
    background: #26262d;
    padding: 20px;
    border-radius: 8px
}

body #tutor-course-spotlight-overview .tutor-color-secondary {
    background: #26262d;
    padding: 20px;
    border-radius: 8px;
    color: #ffff!important
}

body .tutor-dashboard .tutor-frontend-dashboard-header:after,body .tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.1)
}

body .tutor-ratings {
    display: none
}

body.single-lesson .tutor-mt-80.tutor-pb-80,body.single-tutor_quiz .tutor-mt-80.tutor-pb-80 {
    text-align: center
}

body.single-lesson .tutor-mt-80.tutor-pb-80 div,body.single-tutor_quiz .tutor-mt-80.tutor-pb-80 div {
    color: #fff!important
}

body.single-lesson .tutor-mt-80.tutor-pb-80 img,body.single-tutor_quiz .tutor-mt-80.tutor-pb-80 img {
    border-radius: 20px
}

#answer {
    background: 0 0;
    outline: none;
    font-family: montserrat,sans-serif;
    border: 1px solid rgba(255,255,250,.1)
}

body.page .page-content div {
    line-height: 28px
}

body.page .page-content hr {
    border: none;
    border-top: 1px solid;
    opacity: .1;
    margin: 2em 0
}

#validadores {
    padding: 0 2em;
    color: #f55f54
}

#tutor-answering-quiz {
    text-align: left
}

.tutor-spotlight-mobile-progress-complete {
    background: #26262c!important;
    box-shadow: 0 0 30px #000000a1!important
}

.tutor-course-single-content-wrapper.tutor-course-single-sidebar-open .tutor-course-single-sidebar-wrapper {
    background: #26262c!important
}

@media(max-width: 768px) {
    .tutor-quiz-answer-single {
        min-width:100%
    }
}

@media(max-width: 1199px) {
    .tutor-course-filter-container {
        min-width:100%;
        background: #26262c!important;
        position: relative!important;
        right: auto!important;
        margin-bottom: 20px
    }

    .tutor-course-filter-container .tutor-iconic-btn {
        display: none!important
    }

    .tutor-course-filter-container .tutor-list-item {
        display: inline-block;
        width: 100%
    }

    body .tutor-single-course-sidebar {
        margin-top: 40px;
        margin-left: 0
    }
}

#iframe-boas-vindas {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999999;
    background: rgba(0,0,0,.8)
}

#iframe-boas-vindas iframe {
    width: 100%
}

#iframe-boas-vindas form {
    position: absolute;
    right: 46px;
    transform: translateX(100%);
    top: 50%;
    z-index: 99;
    background: var(--yellow);
    border-radius: 4px 0 0 4px;
    color: var(--dark-grey);
    transition: .3s;
    font-size: 14px
}

#iframe-boas-vindas form:hover {
    transform: translateX(0%);
    right: 0
}

#iframe-boas-vindas form button {
    background: var(--yellow);
    color: var(--dark-grey);
    font-size: 14px;
    line-height: 14px;
    padding: 14px;
    outline: none;
    border: none;
    font-weight: 900
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid var(--yellow);
    border-color: var(--yellow) transparent var(--yellow) transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media(max-width: 1023px) {
    #iframe-boas-vindas iframe {
        position:relative!important;
        top: auto!important
    }

    #iframe-boas-vindas form {
        position: relative;
        top: auto;
        text-align: center;
        right: auto;
        transform: none;
        margin-top: 20px;
        font-size: 3vw;
        line-height: 3vw;
        background: 0 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    #iframe-boas-vindas {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 40px
    }

    #iframe-boas-vindas form svg {
        display: none
    }

    #iframe-boas-vindas form button {
        font-size: 3vw;
        line-height: 3vw
    }

    #topo .menu {
        display: flex;
        align-items: center
    }

    #topo .menu .btn {
        margin-right: 0
    }
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(#0000,#00000085 100%)
}

select option {
    background: #000
}

.swal2-container {
    z-index: 9999!important
}

.home-header {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    gap: 40px
}

.home-header h1 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 400;
    margin: 30px 0
}

.home-header h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #d3d3d3
}

.home-header b {
    background: linear-gradient(to right,var(--yellow),var(--blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 400
}

.home-header #wp-submit, .home-header #_form_71_submit {
    background: linear-gradient(to left,var(--yellow),var(--blue))!important
}

.home-header #_form_71_submit {
    width:100%;
}

.home-header b:last-child {
    background-image: linear-gradient(to left,var(--yellow),var(--blue))
}

.page-login .min-height {
    flex-direction: column;
    justify-content: center
}

#slideshow {
    text-align: center;
    overflow: hidden;
    width: 60vw;
    margin: 0 auto
}

.slide {
    float: left;
    width: 60vw;
    border-left: 3px solid var(--blue);
    padding: 20px;
    border-radius: 4px;
    background: rgb(255 255 255/1%);
    font-size: 16px;
    font-weight: 400
}

.slide p {
    display: block
}

.slide small {
    color: var(--yellow)
}

.slide:hover {
    background: #ffffff0a
}

.inicio {
    flex-direction: column;
    justify-content: center;
    gap: 100px;
    padding: 100px 0
}

#slideshow .bx-controls-direction {
    display: none
}

#slideshow .bx-pager {
    font-size: 0;
    align-items: center
}

#slideshow .bx-pager .bx-pager-item {
    display: inline-block
}

#slideshow .bx-pager a {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: gray;
    display: inline-block;
    margin: 8px
}

#slideshow .bx-pager a.active {
    background: var(--yellow)
}

#totais {
    min-width: 100%;
    background: rgba(0,0,0,.3);
    padding: 100px 0
}

#totais .content {
    display: flex;
    align-items: flex-start;
    text-align: center;
    justify-content: space-around;
    /*max-width: 1140px*/
}

#totais h1 {
    font-size: 48px;
    line-height: 48px;
    margin: 20px 0
}

#totais h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px
}

.total {
    min-width: 25%;
    max-width: 25%
}

.total .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.total:hover .icon {
    box-shadow: 0 0 40px rgba(255,255,255,.2)
}

@media(max-width: 768px) {
    #slideshow {
        width:90vw;
        margin-bottom: 5vw
    }

    .slide-wrapper {
        width: 270vw
    }

    .slide {
        width: 90vw;
        font-size: 3vw
    }

    @-webkit-keyframes slide {
        20% {
            margin-left: 0
        }

        30% {
            margin-left: -90vw
        }

        50% {
            margin-left: -90vw
        }

        60% {
            margin-left: -180vw
        }

        70% {
            margin-left: -180vw
        }
    }

    .home-header {
        flex-direction: column;
        gap: 0;
        text-align: center
    }

    .home-header h1 {
        font-size: 8vw;
        line-height: 8vw
    }

    .home-header h2 {
        font-size: 4vw;
        line-height: 4vw
    }

    .inicio {
        padding: 10vw 0;
        gap: 10vw
    }

    .home-header #form-cadastro h1 {
        font-size: 4vw;
        line-height: 4vw;
        margin: 0 0 5vw;
        padding: 5vw
    }

    #totais {
        padding: 15vw 0
    }

    #totais .content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5vw
    }

    #totais .total {
        min-width: 100%;
        max-width: 100%
    }

    #totais h1 {
        font-size: 8vw;
        line-height: 8vw
    }

    #totais h2 {
        font-size: 4vw;
        line-height: 5vw
    }

    .total .icon {
        width: 25vw;
        height: 25vw
    }

    .total svg {
        width: 12vw
    }
}

#topo .help img {
    width: 24px;
    display: block;
    cursor: pointer
}

#topo .help:hover img {
    transform: scale(1.5)
}

.swal2-container {
    z-index: 99999999!important
}

.swal2-container textarea,.swal2-container select {
    width: 100%;
    border: none;
    font-family: nunito sans,sans-serif;
    padding: 1em;
    border-radius: 4px;
    background: rgba(255,255,255,.05);
    color: #fff;
    outline: none;
    margin-bottom: 10px
}

#help-report {
    font-size: 14px;
    text-align: left
}

.swal2-container {
    z-index: 999999999!important
}

.swal2-footer {
    color: var(--light-grey)!important;
    border-color: var(--light-grey)!important
}

#swal2-html-container .planos {
    flex-direction: column
}

#swal2-html-container .planos .btn {
    font-size: 14px;
    padding: 10px 20px
}

body .swal2-title {
    margin: 1em 1.6em 0
}

body .swal2-modal {
    background: var(--dark-grey);
    color: #fff
}

body .swal2-icon.swal2-warning {
    color: var(--yellow);
    border-color: var(--yellow)
}

#topo .help:after {
    display: none
}

#resend {
    width: 100%
}

#resend:disabled {
    cursor: not-allowed
}

.page-content ul {
    padding-left: 40px
}

.page-content li {
    list-style-type: square;
    list-style-position: outside
}

@media(max-width: 768px) {
    .desktop {
        display:none!important
    }

    .mobile {
        display: block!important
    }

    #topo .menu {
        gap: 0
    }

    .page-content .title {
        font-size: 22px;
        line-height: 24px;
        padding: 20px
    }
}



.page-cadastro .form-group {
    position:relative
}

.page-cadastro .wp-hide-pw {
    position:absolute;
    right:0;
    top:-1px;
    background:none;
}

.page-cadastro .form-group #password,
.page-cadastro .form-group #confirmacao {
    width:100%;
}

.tutor-certificate-info {
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
    gap:40px;
    flex:1;
}

.tutor-dc-certificate-details {
    display:flex;
    gap: 20px;
    width:100%;
}

.tutor-dc-certificate-details img {
    max-width:250px;
    border-radius:50%;
}

@media(max-width: 768px) {
    
    .tutor-dc-certificate-details {
        flex-direction:column;
        gap:60px
    }
    .tutor-dc-certificate-details img {
        max-width:100%;
    }
    .tutor-stamp {text-align:center}
}

#topo .mobile {display:none}
@media(max-width:768px) { #topo .mobile {display:block} }

.tutor-course-content-list-item > div {
    display:flex;
    align-items:center;
}

.tutor-course-content-list-item {gap:10px;}