@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap');

* {
    scrollbar-width: thin;
}

body {
    background: #ffffff;
    padding-right: 0 !important;
    font-family: 'Sora', sans-serif !important;
}

.d-hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.mt-5px {
    margin-top: 5px !important;
}

.mt-6px {
    margin-top: 6px !important;
}

.mt-7px {
    margin-top: 7px !important;
}

.mt-8px {
    margin-top: 8px !important;
}

.mt-9px {
    margin-top: 9px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-11px {
    margin-top: 11px !important;
}

.mt-12px {
    margin-top: 12px !important;
}

.mt-13px {
    margin-top: 13px !important;
}

.mt-14px {
    margin-top: 14px !important;
}

.mt-15px {
    margin-top: 15px !important;
}

.mt-16px {
    margin-top: 16px !important;
}

.mt-17px {
    margin-top: 17px !important;
}

.mt-18px {
    margin-top: 18px !important;
}

.mt-19px {
    margin-top: 19px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.me-5px {
    margin-right: 5px !important;
}

.me-6px {
    margin-right: 6px !important;
}

.me-7px {
    margin-right: 7px !important;
}

.me-8px {
    margin-right: 8px !important;
}

.me-9px {
    margin-right: 9px !important;
}

.me-10px {
    margin-right: 10px !important;
}

.me-11px {
    margin-right: 11px !important;
}

.me-12px {
    margin-right: 12px !important;
}

.me-13px {
    margin-right: 13px !important;
}

.me-14px {
    margin-right: 14px !important;
}

.me-15px {
    margin-right: 15px !important;
}

.me-16px {
    margin-right: 16px !important;
}

.me-17px {
    margin-right: 17px !important;
}

.me-18px {
    margin-right: 18px !important;
}

.me-19px {
    margin-right: 19px !important;
}

.me-20px {
    margin-right: 20px !important;
}


.text-20px {
    font-size: 20px !important;
}

.text-19px {
    font-size: 19px !important;
}

.text-18px {
    font-size: 18px !important;
}

.text-17px {
    font-size: 17px !important;
}

.text-16px {
    font-size: 16px !important;
}

.text-15px {
    font-size: 15px !important;
}

.text-14px {
    font-size: 14px !important;
}

.text-13px {
    font-size: 13px !important;
}

.text-12px {
    font-size: 12px !important;
}

.text-11px {
    font-size: 11px !important;
}

.text-10px {
    font-size: 10px !important;
}

.text-9px {
    font-size: 9px !important;
}

.text-8px {
    font-size: 8px !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.radius-0 {
    border-radius: 0px !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.radius-6 {
    border-radius: 6px !important;
}

.radius-7 {
    border-radius: 7px !important;
}

.radius-8 {
    border-radius: 8px !important;
}

.radius-9 {
    border-radius: 9px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-11 {
    border-radius: 11px !important;
}

.radius-12 {
    border-radius: 12px !important;
}

.radius-13 {
    border-radius: 13px !important;
}

.radius-14 {
    border-radius: 14px !important;
}

.radius-15 {
    border-radius: 15px !important;
}

.radius-end-8 {
    border-radius: 0px 8px 8px 0px !important;
}


/*Start common css*/
.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.object-fit-cover {
    object-fit: cover;
}

/*End common css*/


/*Start courses page*/
.list-btn:hover,
.list-btn.active {
    background-color: var(--color-4);
    color: var(--color-9);
    border: 1.5px solid var(--color-4);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus,
.form-select:focus {
    border-color: var(--color-15);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--color-9);
}

.courses-card .courses-card-body .courses-text .review-icon i.filled {
    color: var(--bs-yellow);
}

/*End courses page*/

.step-active {
    background: #744ffe;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    width: 40px;
    margin: 0px 10px;
    text-align: center;
}

.step-inative {
    background: #ffffff;
    border: 1px solid #744ffe;
    border-radius: 50%;
    color: #744ffe;
    font-weight: bold;
    font-size: 22px;
    width: 40px;
    margin: 0px 10px;
    text-align: center;
}

/* Pagenation */
.pagenation-items {
    background-color: var(--bg-white);
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.page-link,
.page-item a {
    padding: 6px 14px;
    margin-right: 11px;
    border-radius: 5px;
    color: var(--color-13);
    border: 0px solid #00000000;
    background-color: var(--bg-white);
    font-size: 16px;
    font-weight: 400;
}

.pagenation .active,
.page-item.active .page-link {
    background-color: #754FFE;
    color: #fff;
    box-shadow: 0px 7px 18px -8px #754ffe;
}

.page-item:last-child:not(.active) .page-link,
.page-item:first-child:not(.active) .page-link {
    border-radius: 5px;
    border: none;
    background-color: var(--bg-white-2);
    color: var(--color-1);
    border: 1px solid var(--bg-white);
}

.page-link:focus,
.page-item a:hover {
    box-shadow: none;
    color: var(--color-13);
    background-color: transparent;
}

.page-link:hover,
.page-item a:hover {
    z-index: 2;
    color: #fff;
    background-color: var(--color-4);
    border-color: var(--color-4);
}

/*End pegination*/


/*Instructor page social button*/
.social-btn {
    display: grid;
    color: var(--color-4);
    border-radius: 10px;
    padding: 15px 10px;
    min-width: 80px;
    font-size: 14px;
}

.social-btn:hover,
.social-btn:focus {
    color: var(--bg-white-2);
    background-color: var(--color-4);
    transition: .5s;
}

.accordion-button::after {
    display: none;
}

/* Estilo padrão do ícone */
.accordion-button i {
    font-size: 1rem;
    /* Tamanho do ícone */
    margin-left: 5px;
    /* Margem à esquerda para separar o ícone do texto */
    margin-left: auto;
    /* Alinhar o ícone à direita */
    transition: transform 0.3s;
    /* Transição suave para a animação do ícone */
}

/* Estilo do ícone quando o accordion está expandido */
.accordion-button:not(.collapsed) i {
    transform: rotate(180deg);
    /* Girar o ícone para cima quando o accordion está expandido */
}

/* Cor do ícone */
.accordion-button i {
    color: var(--bs-accordion-btn-icon-color);
    /* Cor do ícone */
}

/*Course details page*/
.course-heading-info {
    display: flex;
    flex-wrap: wrap;
}

.course-heading-info .info-tag {
    display: flex;
    margin-right: 25px;
    color: var(--color-9);
    font-size: 18px;
}

.course-heading-info .info-tag i {
    margin-right: 4px;
    margin-top: 4px;
}

@media only screen and (max-width: 500px) {
    .course-heading-info .info-tag .text-12px {
        margin-top: 2px !important;
    }
}

.created-by-instructor {
    color: var(--color-9);
}

.created-by-instructor:hover {
    color: var(--color-8);
}

/*Removed this code from style.css file*/
/*.tab-content h3{
      font-size: 22px;
      font-weight: 600;
      margin-top: 40px;
      margin: 20px 26px;
    }
    .tab-content p{
      margin: 20px 26px;
      line-height: 1.7;
    }
    .tab-content ul{
      margin: 0px 31px;
    }
    .tab-content ul li{
      list-style-type: none;
    }

    .tab-content ul li a{
      text-decoration: none;
      color: #6E798A;

    }
    .tab-content ul li{
      position: relative;
      margin: 20px 10px;
    }
    .tab-content ul li:after{
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--color-4);
      left: -18px;
      top: 6px;
    }
    .tab-content ul li::before{
      content: "";
      position: absolute;
      width: 1.5px;
      height: 45px;
      background-color: #754ffe58;
      left: -14px;
      top: 8px;
    }
    .tab-content ul li:last-child::before{
      display: none;
    }*/

.course-description {
    margin: 20px 24px;
    line-height: 2;
    font-size: 15px;
}

.course-description h3.description-head {
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #000;
}

.course-description.requirements ul {
    list-style: inside;
}

ul.step-down {
    margin: 0px 8px;
}

ul.step-down li {
    list-style-type: none;
}

ul.step-down li a {
    text-decoration: none;
    color: #6E798A;

}

ul.step-down li {
    position: relative;
    margin: 20px 10px;
}

ul.step-down li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-4);
    left: -18px;
    top: 10px;
}

ul.step-down li::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: calc(100% + 28px);
    background-color: #754ffe58;
    left: -14px;
    top: 10px;
}

ul.step-down li:last-child::before {
    display: none;
}

.course-left-side .faq.accordion-button::after {
    margin-left: unset !important;
    background-size: unset;
    top: unset;
    position: initial !important;
}

.course-decription .course-right-section {
    position: sticky;
    top: 10px;
}


@media only screen and (max-width: 991px) {
    .course-decription .course-right-section {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .course-decription .course-left-side {
        margin-top: 35px !important;
    }
}

.course-right-section .button a:hover,
.course-right-section .button a.active {
    background-color: var(--color-4);
    color: #fff;
}


/*curriculum-*/
.curriculum-accordion .accordion-button.collapsed::after {
    margin-left: -37px;
    background-size: 18px;
    top: 2px;
    position: absolute;
    transition: all .3s;
    width: 20px;
    height: 20px;
}

.curriculum-accordion .accordion-button::after {
    margin-left: -37px;
    background-size: 18px;
    top: 2px;
    position: absolute;
    transition: all .3s;
    width: 20px;
    height: 20px;
}

/*End course details page

/*Headre searchbar*/
.menu-search {
    z-index: 997 !important;
}

/*Headre searchbar*/



/*Compare page*/
.compare-table .table th {
    max-width: 80px !important;
}

.select2-selection.select2-selection--single {
    height: 51px !important;
    padding: 6px 5px !important;
    border: 1px solid #ced4da;
    border-radius: .375rem !important;
}

.select2-selection__arrow {
    height: 51px !important;
}

.select2-selection__rendered,
.select2-results__option {
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    padding-right: inherit;
    padding-top: 7px;
}

.compare-table .table td {
    width: 26%;
    min-width: 200px;
}

.compare-table .table th {
    width: 22%;
    min-width: 200px;
}

.generate-content-title p{
    font-weight: bold;
}

.generate-content table td{
    padding: 0px !important;
}

.generate-content h1,
.generate-content h2 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #744FFE;
    margin-top: 20px;
}

.generate-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 15px;
    font-weight: bold;
}
.generate-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 15px;
    font-weight: bold;
}

.generate-content h5,
.generate-content h6 {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 15px;
}

.generate-content p {
    margin-bottom: 8px;
    font-size: 14px !important;
    line-height: 22px;
}
.generate-content ul {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: initial;
    padding-left: 35px;
}

/*End compare page*/

/* Para navegadores modernos */
::placeholder {
    color: #c0c0c0 !important;; /* Cor desejada para o placeholder */
}

/* Para navegadores mais antigos (como o Internet Explorer) */
input::-webkit-input-placeholder {
    color: #c0c0c0 !important;; /* Cor desejada para o placeholder */
}

input:-moz-placeholder {
    color: #c0c0c0 !important;; /* Cor desejada para o placeholder */
}

input::-moz-placeholder {
    color: #c0c0c0 !important;; /* Cor desejada para o placeholder */
}

input:-ms-input-placeholder {
    color: #c0c0c0 !important;; /* Cor desejada para o placeholder */
}

/*Blog page*/
.image-placeholder-2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: radial-gradient(circle, rgb(117 79 254 / 89%) 0%, rgb(117 79 254) 74%) !important;
}

.blog-search-input {
    height: 42px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #cdcdcd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.blog-search-button {
    display: none;
    padding: 0px 20px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}

.blog-search-input.form-control:focus {
    border-color: #754ffe !important;
}

/*End Blog page*/



/*Button*/
.btn-primary {
    border: 1.5px solid #6e798a45;
    background-color: var(--color-4);
    padding: 12px 30px;
    color: var(color-9);
}

.btn-primary:hover {
    background-color: var(--color-4);
}

/*Button end*/
/*Color*/
.bg-primary {
    background-color: var(--color-4) !important;
}

/*End color*/


.right-section .search {
    margin-top: unset;
}


/*Student profile*/
.wish-list-body .wish-list-search {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 2px solid #744ffe !important
}

.my-course-1-full-body {
    background-color: var(--bg-white);
    box-shadow: none;
    border: none;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.my-course-1-full-body-title {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #d6d6d6 !important;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 7px;
    border: 1px solid #1e293b2a;
    margin-bottom: 0px;
}

.student-profile-info {
    text-align: center;
    margin: 30px 0px 30px 0px;
}

.student-profile-info .profile-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.student-profile-info h4 {
    margin-top: 20px;
    color: var(--color-1);
    font-size: 18px;
    font-weight: 600;
}

.student-profile-info span {
    color: var(--color-11);
    font-size: 12px;
    font-weight: 500;
}

.btn-profile-menu {
    text-decoration: none;
    color: var(--color-1);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    transition: .5s;
    margin: 2px 0px;
}

/* .btn-profile-menu:hover,
.btn-profile-menu.active {
    background-color: var(--color-4);
    color: var(--color-9);
    transition: .5s;
} */

.btn-profile-submenu{
    font-size: 14px;
    border-radius: 8px;
    padding: 3px 0px;
}

.btn-profile-menu:hover, .btn-profile-submenu:hover {
    background-color: var(--hover-color);
    color: var(--color-4);
    transition: .5s;
}

.btn-profile-menu.active {
    background-color: var(--color-12);
    color: var(--color-4);
    font-weight: 600;
    transition: .5s;
}

.btn-profile-submenu.active{
    background-color: var(--hover-color);
    color: var(--color-4);
    transition: .5s;
}

.hover-bg-lightgray:hover {
    background-color: #f5f6fa;
}

.btn-profile-menu-logout {
    text-decoration: none;
    color: var(--bs-red);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    transition: .5s;
    margin: 2px 0px;
}

.btn-profile-menu-logout:hover,
.btn-profile-menu-logout.active {
    background-color: var(--bs-red);
    color: var(--color-9);
    transition: .5s;
}

.invoice-bill::after {
    background-color: #fff;
}

.sing-up-right .log-in .btn {
    margin-bottom: 10px;
}

.column-click {
    border: 1px solid #64b2ea;
}

.column-click:hover {
    cursor: pointer;
}

.column-ch-selected {
    border: 3px solid #3a991c;
}

.column-option-selected {
    border: 3px solid #3a991c;
}

.column-optionName-selected {
    border: 3px solid #3a991c;
}

.space-title {
    margin-top: 50px;
}

.my-course-1-text-heading{
    min-height: 54px;
}

.tag-priority{
    margin-top: -22px;
    margin-left: -4px;
    font-size: 12px;
    /* transform: rotate(-2deg); */
}

@media (max-width: 991px) {
    .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .my-course-1-full-body .my-course-1-full-body-card .my-course-1-text .my-course-1-text-heading h3{
        font-size: 16px;
    }
    .my-course-1-text-heading{
        min-height: 0px;
    }
}

#background-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: -9;
}

.card-login {
    /* background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
    padding: 25px;
    border-radius: 20px; */
    max-width: 450px;
    margin: 0 auto;
    color: white;
    text-align: center;
    width: 315px;
}

.sing-up-right i{
    color: #ffffff !important;
}

.bg-campo-login{
    background: #a658ab;
    border: 0px;
}

.bg-campo-login:focus{
    background: #a658ab;
    border: 0px;
}

@media print {
    .print-content {
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 3333 !important;
        width: 100% !important;
        background: #fff !important;
    }

    .print-d-none {
        display: none !important;
    }

    footer,
    nav,
    title {
        display: none !important;
    }

    body {
        overflow: hidden !important;
    }
}

.bg-white-2 {
    background-color: var(--bg-white-2) !important;
}

.conversation-body-1.active {
    background-color: #6e798a1a;
}

/*End student profile*/

/*Home page*/
.h-1-banner .h-1-banner-text h1 span::before {
    content: "";
    background-image: url(../image/h-1-bn-shape-2.png);
    width: 160px;
    height: 31px;
    position: absolute;
    background-size: 162px;
    top: 45px;
    left: 69px;
}

.h-1-banner .h-1-banner-text h1 span::after {
    content: "";
    background-image: url(../image/h-1-bn-shape-1.png);
    width: 35px;
    height: 36px;
    position: absolute;
    background-size: 35px;
    top: -2px;
}

.webui-popover {
    z-index: 99 !important;
}

.single-popup-course>.courses-card-body {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px -2px !important;
}

.category-hide-icon {
    position: absolute;
    top: 41%;
    right: 10px;
}

.expert-instructor .instructor-card .instructor-card-body img {
    object-fit: cover;
    border-radius: 5%;
}

.speech-item-img img {
    max-width: 300px !important;
}

/* .wish-list-body {
    border-radius: 0px 0 50px 0px;
} */

/*Home 2nd*/
.h-2-top-body .h-2-top a {
    position: relative;
}

.h-2-top-body .h-2-top a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-2-top-body:hover .h-2-top a {
    color: #fff !important;
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-image img {
    width: 90%;
    height: auto !important;
    display: flex;
    margin: auto;
    position: absolute;
    left: 5%;
    top: -40px;
    border-radius: 10px;
}

/*Home 3rd*/
.category-product-body:hover .category-product-body a i {
    color: #fff !important;
}

.h-3-top-categories .category-product .category-product-body a:first-child>i {
    padding: 8px;
    border-radius: 50%;
    border: 2px solid #FB6871;
}

.h-3-top-categories .category-product .category-product-body:hover a:first-child>i {
    border: 2px solid #FFF;
}

/*Home 4th*/
.instructor-item {
    max-height: 340px !important;
}

/*Hone 5th*/
.course-item-5 .content {
    bottom: 0px !important;
    top: unset !important;
    padding: 12px 20px 70px !important;
}

.course-training-five .img {
    max-width: 170px !important;
}

.instructor-item-5 .content {
    max-height: 85px;
}

.instructor-item-5:hover .social {
    bottom: 70px;
}

/*End Home page*/
.custom-select2-dropdown {
    z-index: 1050; /* Ajuste o valor conforme necessário */
}

/*Header*/
/*Language selector*/
.right-icon .language-control .nice-select {
    padding: 2px 7px;
    font-size: 14px;
    height: 25px;
    width: 100%;
}

.nice-select .option {
    line-height: 30px !important;
    /* min-height: 30px !important; */
    height: 30px !important;
}

/*Language selector END*/

/*Start search bar*/
.header-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
}

.search-container {
    position: relative;
}

.header-search-icon {
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    padding: 4px 7px;
    background-color: transparent;
    z-index: 1;
}

.search-input {
    width: 0;
    padding: 7px 6px 7px 38px;
    border: 1px solid #e0d8ff00;
    border-radius: 3px;
    transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
    font-size: 14px;
    color: #555;
    margin-left: 4px;
    outline: none;
    opacity: 1;
}

.search-input:focus,
.search-input.focused {
    width: 100%;
    max-width: 380px;
    border: 1px solid #e0d8ff;
    transition: border-color 0.3s ease-in-out, width 0.3s ease-in-out;
}

/*End search bar*/


/*Mobile device start*/
.btn-toggle {
    width: 100%;
    padding: 10px 20px;
    color: var(--bs-emphasis-color);
    background-color: transparent;
}

.btn-toggle-list {
    padding: 10px 20px;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
}

.btn-toggle::after {
    margin-left: auto;
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: var(--bs-tertiary-bg);
}

.scrollarea {
    overflow-y: auto;
}

/*Mobile device ended*/
/*Header end*/


/*UI FIX*/
.courses-card .courses-card-body .courses-text p {
    color: #6e798a !important;
}

.grid-view-body .courses-card .courses-text .review-icon {
    margin-top: 5px;
    margin-bottom: -5px;
}

.courses-card .courses-card-body .courses-card-image .courses-card-image-text h3 {
    color: #f25c88;
    font-size: 12px;
    font-weight: 500;
}

.courses-list-view-card .courses-list-view-card-body .courses-text {
    padding: 12px 20px !important;
}

/* .courses-card .courses-card-body .courses-text h5{
    font-size: 15px !important;
} */

.name-card-instructor {
    font-size: 20px !important;
}

.courses-card-body {
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.course-all-category {
    border: 1px solid #f3f1f8 !important;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
}

.list-card-control .btn {
    border: 1px solid #64799616 !important;
}

.select-box .nice-select .current {
    color: #6e798a;
}

.select-box .nice-select {
    background-color: #FFF !important;
}

.form-select {
    border: 1px solid #ced4da !important;
    font-size: 14px !important;
}

.course-category h3 {
    color: #1e293c;
    margin-bottom: 15px;
}

.courses-card .courses-card-body .review-btn {
    margin-left: auto;
}

.courses-card .courses-card-body {
    width: 100%;
}

.courses-card .courses-card-body .courses-text .ellipsis-line-2 {
    margin-left: 0px;
}

.price-free {
    color: #6bbc92 !important;
}

.course-right-section .course-card .enrol {
    margin: 0px 30px 0px 30px;
    padding: 15px 0px;
}

.course-right-section .course-card .enrol .icon h4,
.course-right-section .course-card .enrol>h5 {
    font-size: 15px;
    color: #202937;
    font-weight: 600;
}

.course-right-section .course-card .ammount {
    padding: 20px 30px;
}

.course-right-section .course-card .enrol .icon img {
    margin: 0px 18px 0px 0px;
}

.font-inter-light {
    font-family: 'Inter', sans-serif !important;
    color: var(--primary-color) !important;
}

.font-inter-dark {
    font-family: 'Inter', sans-serif;
    color: var(--color-5) !important;
}

.course-left-side .nav-link.active svg *,
.course-left-side .nav-link:hover svg * {
    fill: var(--color-4);
}

.instructor .instructor-icon i {
    width: 38px;
    text-align: center;
}

.instructor .instructor-img img {
    border-radius: 10px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 25px;
}

.accordion-header {
    margin: 0px;
}

.accordion-item {
    border: 1px solid #d6d6d6;
}

.accordion-button {
    background: #ebebeb;
    border-radius: 7px;
}

.accordion-button.collapsed {
    border-radius: 7px;
    padding: 20px 20px;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-btn-color);
    background-color: #ebebeb;
    padding: 20px 20px;
    border-bottom: 1px solid #d6d6d6;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #d6d6d6;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-weight: 300;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-weight: 600;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 7px;
    padding: 20px 20px;
}

.accordion-item:first-of-type .accordion-button.collapsed {
    border-radius: 7px;
    padding: 20px 20px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 7px;
    padding: 20px 20px;
}

.accordion-item:last-of-type .accordion-button {
    border-radius: 7px;
    padding: 20px 20px;
}

.course-left-side .accordion-item {
    border-bottom: 1.5px solid #d6d6d6;
}

.course-left-side .accordion-button {
    padding: 0px 0px 0px 40px;
}

.accordion-item-title {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    color: var(--color-5);
}

.ac-lecture li a {
    padding: 10px 15px;
    color: var(--color-5);
}

.ac-lecture li a span {
    font-size: 15px;
}

.ac-lecture li a span i {
    font-size: 19px;
}

.course-decription #myTab {
    justify-content: space-between;
    margin: 0px 23px;
}

.reviews {
    margin: 0px 30px;
}

.menubar .right-menubar i {
    font-size: 22px;
}

.menu_pro_tgl_bg,
.menu_pro_wish {
    background-color: var(--color-9);
}

@media only screen and (min-width: 992px) {
    .course-card {
        margin-top: -225px;
    }
}

.courses-card .courses-card-body .courses-text {
    padding: 15px 18px 10px 15px;
}

.grid-view-body .courses-card .courses-text .review-icon {
    margin-top: -5px;
    margin-bottom: -8px;
}

.common-card {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #d6d6d6 !important;
}

.message .conversation .conversation-1 .conversation-img p {
    width: 15px;
    height: 15px;
    line-height: 13px;
}

.courses-price-left {
    align-items: center;
}

.course-item-5 .img img {
    margin-bottom: -30px;
}

/*UI FIX END*/



/*Notification Start*/
.notify-icon {
    border-radius: 50%;
    background-color: #e6dfff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.notify-icon i {
    font-size: 16px !important;
}

.grid-view-body .courses-card .courses-text .review-icon span {
    line-height: 17px;
}

/*Notification End*/

/*Filter side bar bategory show more show less*/
.course-all-category .course-category .webdesign {
    padding: 0px 1px;
}

.course-all-category .course-category .webdesign.less {
    height: 320px;
    overflow: hidden;
    padding: 0px 1px;
    transition: height 4s !important;
}

/* CÓDIGOS EXTRAS */

/* Cadastro de usuário */
.sing-up-right h5 {
    margin-bottom: 10px;
}

/* Cadastro de usuário */

.footer p {
    color: var(--color-9);
    padding: 0px;
}

.footer a {
    color: var(--color-9);
    padding: 0px;
}

.footer img {
    width: 230px;
    height: auto;
    margin-bottom: 0px;
}

.footer {
    background: -webkit-linear-gradient(left, #6212c1, #bf47ff);
    background: -moz-linear-gradient(left, #6212c1, #bf47ff);
    background: -ms-linear-gradient(left, #6212c1, #bf47ff);
    background: -o-linear-gradient(left, #6212c1, #bf47ff);
    background: linear-gradient(to right, #6212c1, #bf47ff);
    padding: 0px;
}

.radio-option-test{
    width: 20px;
    height: 20px;
    margin-right: 9px;
    vertical-align: bottom;
}

.checkbox-option-test{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: bottom;
}

.answer-option{
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    display: flex;
    align-items: center;
}

.answer-option:hover{
    cursor: pointer;
    background: #f6f6f6;
}

.news-form {
    border: 1px solid #ffffff91;
    padding: 20px;
    border-radius: 11px;
}

.form-control {
    padding: 14px 12px !important;
}

.news-form .form-control {
    padding: 14px 0px 13px 48px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #6E798A;
    width: 100%;
}

.text-dark{
    font-size: 14px;
}

.news-form i {
    position: absolute;
    left: 18px;
    top: 34%;
    color: #6e798aae;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.news-form h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--color-9);
}

.footer h1 {
    margin-bottom: 30px;
}

.student {
    padding-bottom: 120px;
    padding-top: 120px;
    background-color: var(--bg-white);
}

.student .man {
    width: auto;
    height: 210px;
    margin-top: -56px;
}

.faq {
    padding: 80px 0 120px 0;
    background-color: var(--bg-white);
}

.section-item-six .item .icon img {
    max-width: 80px;
}

.top-categories {
    padding: 30px 0 80px 0;
    /* background-color: var(--bg-white-2); */
    background-color: #3B49F3;
}

.top-categories h1::after {
    top: 35px;
    right: 195px;
}

.expert-instructor {
    padding: 80px 0 80px 0;
    background: black;
}


.expert-instructor h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-1);
    position: relative;
}

.div-test-result{
    padding: 20px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    border-radius: 20px;
}

.header-modal-test{
    background: #87F099;
    padding: 30px;
    border-radius: 15px 15px 0 0;
}

/* .expert-instructor h1::after {
    content: "";
    background-image: url(../image/h-1-shape.png);
    width: 160px;
    height: 31px;
    position: absolute;
    background-size: 162px;
    top: 35px;
    right: 195px;
} */

.faq h1::after {
    content: "";
    background-image: url(../image/h-1-shape.png);
    width: 160px;
    height: 31px;
    position: absolute;
    background-size: 162px;
    top: 35px;
    right: 295px;
}

.faq h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-1);
    position: relative;
}

.top-courses {
    padding: 60px 0 30px 0;
}

.top-courses h1::after {
    content: "";
    background-image: url(../image/h-1-shape.png);
    width: 160px;
    height: 31px;
    position: absolute;
    background-size: 162px;
    top: 35px;
    right: 195px;
}

.select2-container--open .select2-dropdown--below {
    padding: 5px !important
}

.select2-search--dropdown .select2-search__field {
    padding: 10px !important;
    font-size: 14px !important;
}

.top-courses h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-1);
    position: relative;
    padding-top: 0px;
    margin-bottom: 0px;
}

.lasted-courses {
    padding: 60px 0 80px 0;
}

.lasted-courses h1::after {
    content: "";
    background-image: url(../image/h-1-shape.png);
    width: 160px;
    height: 31px;
    position: absolute;
    background-size: 162px;
    top: 35px;
    right: 195px;
}

.lasted-courses h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-1);
    position: relative;
    padding-top: 0px;
    margin-bottom: 0px;
}

.instructor-courses {
    padding: 60px 0 80px 0;
}

.instructor-courses h1::after {
    content: "";
    background-image: url(../image/h-1-shape.png);
    width: 160px;
    height: 31px;
    position: absolute;
    background-size: 162px;
    top: 35px;
    right: 245px;
}

.instructor-courses h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-1);
    position: relative;
    padding-top: 0px;
    margin-bottom: 0px;
}

.category-item {
    text-align: center;
}

.category-item {
    display: block;
    padding: 25px 22px;
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-text h3 {
    padding-bottom: 23px;
}

.h-2-instructor .h-2-instructor-full {
    /* background-color: #03f297; */
    margin-top: 50px;
}

input[readonly] {
    background-color: #eaecef;
    cursor: not-allowed;
}

input[readonly]:focus {
    background-color: #eaecef;
    cursor: not-allowed;
}

.menu_pro_wish .menu_pro_wish-flex img {
    margin: 0px 10px 0px 20px;
}

.radio-option {
    width: 25px;
    height: 26px;
    margin-right: 3px;
    vertical-align: bottom;
}

.checkbox-option {
    height: 23px;
    width: 23px;
    margin-right: 3px;
    vertical-align: sub;
}

.page-full-white {
    min-height: 100vh;
    border-radius: 0px;
}

.btn-close-page{
    border: 1px solid #6e798aa1;
    background: #fff;
    float: right;
}

.btn-close-page:hover{
    border: 1px solid #6e798aa1;
    background: #f6f6f6;
}

.modal-content {
    background-color: #fff;
}

/* Slide-step */
.slide-test-on {
    display: none;
}

.active-slide-test-on {
    display: block;
}

/* MEU ESTILO CSS :: THIAGO */

.border-error {
    border: 1px solid #900;
}

.h-2-banner .h-2-banner-text .banner-image .image-1 img {
    border-radius: 0px;
}

.h-2-banner .h-2-banner-text .banner-image .image-3 img {
    border-radius: 0px;
}

.courses-card .courses-card-body .courses-text h5 {
    line-height: 18px;
}

.ellipsis-line-2 {
    line-height: 18px;
}

.course-price {
    margin-bottom: 30px;
}

.course-category .show-more a {
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio-text {
    font-size: 15px;
}

.course-all-category .course-category {
    margin-bottom: 30px;
}

.bread-crumb {
    background: -webkit-linear-gradient(left, #6212c1, #bf47ff);
    background: -moz-linear-gradient(left, #6212c1, #bf47ff);
    background: -ms-linear-gradient(left, #6212c1, #bf47ff);
    background: -o-linear-gradient(left, #6212c1, #bf47ff);
    background: linear-gradient(to right, #6212c1, #bf47ff);
    height: 90px;
}

.bread-crumb-skills{
    background: #6FF782;
}

.bread-crumb-inclusion{
    background: #37BFEB;
}

.bread-crumb-management{
    background: #C4C4C4;
}

.bread-crumb-innovation{
    background: #F79633;
}

.bread-crumb-infancy{
    background: #FFED00;
}

.bread-crumb-challenge{
    background: #04A1FF;
}

.bg-innovation{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(247,150,51,1) 100%);
    background: -webkit-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(247,150,51,1) 100%);
    background: linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(247,150,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f79633",GradientType=1);
}

.bg-skills{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(111,247,130,1) 100%);
    background: -webkit-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(111,247,130,1) 100%);
    background: linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(111,247,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#6ff782",GradientType=1);
}

.bg-challenge{
    background: -moz-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(4,161,255,1) 100%);
    background: -webkit-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(4,161,255,1) 100%);
    background: linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(4,161,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#04a1ff",GradientType=1);
}

.bg-inclusion{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(55,191,235,1) 100%);
    background: -webkit-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(55,191,235,1) 100%);
    background: linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(55,191,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#37bfeb",GradientType=1);
}

.bg-infancy{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(255,237,0,1) 100%);
    background: -webkit-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(255,237,0,1) 100%);
    background: linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(255,237,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffed00",GradientType=1);
}

.bg-management{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(196,196,196,1) 100%);
    background: -webkit-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(196,196,196,1) 100%);
    background: linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(196,196,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#c4c4c4",GradientType=1);
}

.bg-creator {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(205deg, rgba(255, 255, 255, 1) 76%, rgba(55, 191, 235, 1) 100%);
    background: -webkit-linear-gradient(205deg, rgba(255, 255, 255, 1) 76%, rgba(55, 191, 235, 1) 100%);
    background: linear-gradient(205deg, rgba(255, 255, 255, 1) 76%, rgb(161 96 249) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#37bfeb", GradientType=1);
}

.bg-platform-introduction{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(177,128,254,1) 100%);
    background: -webkit-linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(177,128,254,1) 100%);
    background: linear-gradient(205deg, rgba(255,255,255,1) 76%, rgba(177,128,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#b180fe",GradientType=1);
}

.courses-details .courses-details-1st-text h1 {
    margin-bottom: 15px;
}

.modal-header h5 {
    color: #fff;
}

.box-shadow {
    box-shadow: 0rem 0.875rem 2rem rgba(147, 148, 158, 0.2);
}

.skill-bar-container {
    width: 100%;
}

.my-course-1-lesson-text .icon-1 p {
    margin-left: 0px;
}

.top-categories .slick-list {
    overflow: visible;
}

.course-right-section .button .btn-buy {
    background-color: #198754;
    border: 1.5px solid #198754;
    color: #fff;
}

.course-right-section .button .btn-buy:hover {
    background-color: #157045;
    border: 1.5px solid #198754;
    color: #fff;
}

.label-indisponivel{
    color: #ffffff;
    background: #e20b0b;
    border-radius: 0px 0px 5px 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-top: -7px !important;
}

.input-group {
    margin-bottom: 10px;
}

.avatar-user-header {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.label-user-header {
    font-size: 16px;
}

.profile-ful-body {
    border-radius: 7px;
    padding: 30px 18px;
    margin-top: 50px;
}

.sing-up-right .form-control {
    padding: 14px 14px 13px 48px;
    color: #ffffff;
}

.profile .profile-parrent img {
    object-fit: cover;
}

.menu_pro_tgl_bg .path-pos img {
    object-fit: cover;
}

.profile-dropdown img {
    object-fit: cover;
}

.nome-aula {
    display: none;
}

.table.table-dark-gray thead {
    background-color: var(--color-4) !important;
    color: var(--bs-white);
}

.purchase-body h6 {
    color: #fff;
    padding: 10px 0;
}

.purchase-body {
    padding: 22px 20px !important;
}

.purchase-body h5 {
    margin-top: 0px;
}

.purchase-body h4 {
    margin-top: 0px;
}

.purchase-btn {
    margin: 0px;
    margin-top: 0px;
}

.logo-invoice-desk {
    display: block;
}

.logo-invoice-mobile {
    display: none;
}

.table-purchase {
    /* border-radius: 10px; */
    border: 1px solid #ccc;
}

.table-purchase th {
    padding: 15px;
    font-size: 14px;
}

.table-purchase td {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
}

.selo-pro {
    position: relative;
    top: -22px;
    left: 0px;
    font-size: 12px;
    background: #1fb00e;
    padding: 2px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    width: fit-content;
    margin: auto;
    text-align: center;
}

.skill-bar {
    margin-right: 0px !important;
}

.my-course-1-full-body .my-course-1-full-body-card {
    border-bottom: 0px;
    margin-bottom: 10px;
}

.quadro-eviso {
    border: 1px #cc1515 solid !important;
}

.quadro-eviso h5 {
    color: #cc1515 !important;
}

.navbar-toggler {
    display: none;
}

.btn-step {
    margin-top: 45px;
}

.btn-step-prev {
    margin-top: 45px;
}

.btn-step-cancel {
    margin-top: 45px;
}

.lift-on-hover {
    transition: transform 0.3s ease-in-out;
}

.lift-on-hover:hover {
    transform: translateY(-5px);
}


.lift-on-hover-action:hover{
    background-color: #f5f5f5;
}
.column-left-ranking{
    margin-top: 80px; padding-left: 125px;
}

.column-right-ranking{
    margin-top: 80px; padding-right: 125px;
}

.timer-regressive {
    font-size: 40px;
}

.timer-regressive-out {
    font-size: 20px;
    color: red;

}

.modal-open {
    overflow: hidden;
}

.course-play-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-bottom: 1.5px solid #744FFE;
}

.course-play-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #744FFE;
    border-color: #744FFE;
    border-bottom: 1.5px solid #744FFE;
    color: #fff;
}

.medals-name{
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.medal{
    width: 90%;
}

.horizontal-hover {
    transition: transform 1.5s ease;
}

.flipped {
    transform: rotateY(360deg);
    /* transform: translateY(-5px);  */
}

.grayscale {
    filter: grayscale(100%);
}

.card-level{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}

.image-crown{
    margin-left: -55px;
    margin-top: -5px;
    width: 40px;
    z-index: 999;
    position: absolute;
    transform: rotate(-23deg);
}

.name-student-ranking{
    line-height: 15px;
    margin-bottom: 5px;
}

.card-level:hover{
    border: 1px solid #744FFE;
}

.card-level-check{
    border: 1px solid #10a61d !important;
    background: #36ac81;
    color: white;
}

.card-level-bg{
    background: #ffffffd9;
}

.custom-background {
    background-image: url('../image/fundo_painel_jogador.avif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.label-level{
    font-size: 12px;
    margin-bottom: -5px;
}

.label-point{
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: -5px;
}

.level-name{
    font-size: 14px;
}

.points-name{
    font-size: 14px;
}

.action-name{
    font-size: 14px;
    line-height: 18px;
}

.action-line{
    margin-bottom: 5px;
}

.li-ranking{
    display: flex;
    background-color: #744ffe;
    align-items: center;
    justify-content: space-around;
    border-radius: 15px;
    gap: 1rem;
    padding: 1rem;
    width: 100%;
    color: white;
    margin-bottom: 5px;
    transition: background-color 0.3s;
}

.li-ranking:hover{
    background-color: #a238ec;
}

.li-position-ranking{
    font-weight: bold;
}

.li-ranking p{
    width: min(50%, 20rem);
}

.li-ranking img{
    width: 40px;
    height: 40px;
    min-width: 40px;
    object-fit: cover;
    display: flex;
}

.li-points-ranking{
    width: min(40%, 20rem);
    text-align: right;
    font-size: 14px;
    line-height: 16px;
}

.points-ranking{
    font-size: 14px;
}

.li-levels{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 15px;
    border: 1px solid #ddd;
    gap: 1rem;
    padding: 1rem;
    width: 100%;
    margin-bottom: 10px;
}

.li-levels:hover{
    border: 1px solid #744FFE;
}

.li-position-levels{
    font-weight: bold;
}

.li-levels p{
    width: min(50%, 20rem);
}

.li-levels img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    display: flex;
}

.li-points-levels{
    width: min(40%, 20rem);
    text-align: right;
    font-size: 14px;
}

.img-ranking{
    width: 120px;
    height: 120px;
    max-height: 120px;
    object-fit: cover;
}

.label-indisponivel-card-courses{
    color: #ffffff;
    background: #e20b0b;
    border-radius: 0px 0px 5px 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-top: -7px !important;
}


@media (max-width: 440px) {
    .li-ranking p{
        font-size: 12px;
        line-height: 16px;
    }
    .text-mobile-center{
        text-align: center;
    }
    .img-ranking{
        width: 90px;
        height: 90px;
        max-height: 90px;
        object-fit: cover;
    }

    .li-points-ranking{
        font-size: 12px;
    }

    .medals-name{
        line-height: 11px;
        font-size: 12px !important;
    }

    .name-student-ranking{
        font-size: 12px;
    }
    .column-left-ranking{
        margin-top: 80px;
        padding-left: 0px;
    }
    .points-ranking{
        font-size: 12px;
    }
    
    .column-right-ranking{
        margin-top: 80px;
        padding-right: 0px;
    }

    .column-center-ranking{
        padding: 0px;
    }

    .label-level{
        font-size: 12px !important;
        margin-bottom: -10px !important;
    }
    
    .label-point{
        font-size: 12px !important;
        margin-top: 5px !important;
        margin-bottom: -12px !important;
    }

    .points-name{
        font-size: 14px;
    }

    .level-name{
        line-height: 18px;
        font-size: 14px;
    }

    .breadcrumb {
        padding: 12px 0px 0px;
        margin-bottom: 5px;
    }

    .wish-list-body .wish-list-search {
        margin-top: 20px;
    }

    .my-course-1-full-body {
        margin-top: 15px;
    }

    .profile-ful-body {
        margin-top: 0px !important;
    }

    .btn-certificate-my-courses {
        margin-top: 5px;
    }

    .logo-invoice-desk {
        display: none;
    }

    .logo-invoice-mobile {
        display: block;
    }

    .input-group {
        margin-bottom: 10px;
    }

    .avatar-user-header {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }

    .label-user-header {
        font-size: 14px;
    }

    .labels-user-profile {
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .btn-editar-profile {
        /* margin-bottom: 20px; */
        display: none;
    }

    .selo-pro {
        top: -15px;
        left: 0px;
        /* width: 100px; */
        margin: auto;
        /* font-size: 10px; */
    }

    .bread-crumb{
        height: 35px;
        background: #8527D9;
    }

    .fundo-login-page {
        background: #8527D9 !important;
    }

    .navbar-toggler {
        display: block;
    }

    .my-course-1-full-body-title {
        margin-top: 0px;
    }

    .space-title {
        margin-top: 0px;
    }

    .modal-body {
        padding: 25px !important;
    }

    .title-choose-modules {
        font-size: 24px;
    }

    /* .btn-step {
        width: 100%;
        margin-top: 0px;
    } */

    .btn-step-prev {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 45px;
    }

    .btn-step-cancel {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 45px;
    }

    .timer-regressive {
        font-size: 34px;
    }

    .timer-regressive-out {
        font-size: 16px;
        color: red;
    }

    .modal-body h1 {
        font-size: 24px;
    }

    .modal-body h5 {
        font-size: 16px;
    }

    .submit-courses-card{
        text-align: center;
    }

    .submit-courses-card img {
        margin-bottom: 15px;
    }

    strong{
        font-weight: bold;
    }
    .label-indisponivel-mobile{
        color: #ffffff;
        background: #e20b0b;
        border-radius: 0px 0px 5px 5px;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        margin-top: -7px !important;
    }
    .students-card-desktop{
        display: none !important;
    }
    .students-card-mobile{
        display: block !important;
    }

    .cards-courses-desktop{
        display: none !important;
    }
    
    .cards-courses-mobile{
        display: flex !important;
    }
    .label-indisponivel-card-courses-mobile{
        color: #ffffff;
        background: #e20b0b;
        border-radius: 0px 0px 5px 5px;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        margin-top: -7px !important;
        line-height: 16px;
        padding: 5px 0px;
    }
    .video-description-info{
        padding: 10px;
        background: #eee;
        margin: 0px !important;
        margin-top: 10px !important;
        border-radius: 10px;
    }
    .pagination {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .pagination li {
        display: inline-block;
        margin-right: 5px; /* Adicione um espaçamento entre os itens */
    }
    .sing-up-right {
        margin-top: 0px;
    }
    .card-login {
        max-width: none;
    }
    .error-body-text h1{
        font-size: 95px !important;
    }
    .li-tiebreaker-ranking {
        font-size: 12px !important;
    }
}

.card-login .form-select{
    border: 0px !important;
        background: #a658ab;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 14px center;
        background-size: 12px;
}

.fundo-login-page{
    background: rgb(145, 48, 186);
    background: -moz-linear-gradient(28deg, rgba(145, 48, 186, 1) 31%, rgba(144, 56, 217, 1) 74%, rgba(247, 150, 51, 1) 100%);
    background: -webkit-linear-gradient(28deg, rgba(145, 48, 186, 1) 31%, rgba(144, 56, 217, 1) 74%, rgba(247, 150, 51, 1) 100%);
    background: linear-gradient(28deg, rgba(145, 48, 186, 1) 31%, rgba(144, 56, 217, 1) 74%, rgba(247, 150, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9130ba", endColorstr="#f79633", GradientType=1);
}

.sing-up-right p{
    margin-bottom: 0px;
}

.students-card-desktop{
    display: block;
}
.students-card-mobile{
    display: none;
}

.dica-magister{
    border: 1px solid #744ffe;
    padding: 10px;
    border-radius: 10px;
    background-color: #ac3cf1;
}

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 5px;
}

.card-my-courses{
    background: rgb(226,226,226);
    background: -moz-linear-gradient(203deg, rgba(226,226,226,1) 0%, rgba(245,246,247,1) 23%);
    background: -webkit-linear-gradient(203deg, rgba(226,226,226,1) 0%, rgba(245,246,247,1) 23%);
    background: linear-gradient(203deg, rgba(226,226,226,1) 0%, rgba(245,246,247,1) 23%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2",endColorstr="#f5f6f7",GradientType=1);
    border: 1px solid #d6d6d6 !important;
    text-align: left;
    min-height: 115px;
}

.card-coupons-affiliate{
    background: rgb(226, 226, 226);
    background: -moz-linear-gradient(203deg, rgba(226, 226, 226, 1) 0%, rgba(245, 246, 247, 1) 23%);
    background: -webkit-linear-gradient(203deg, rgba(226, 226, 226, 1) 0%, rgba(245, 246, 247, 1) 23%);
    background: linear-gradient(203deg, rgba(226, 226, 226, 1) 0%, rgba(245, 246, 247, 1) 23%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2", endColorstr="#f5f6f7", GradientType=1);
    border: 1px solid #d6d6d6 !important;
    text-align: left;
}

.card-trails-innovation{
    background: #F1B81D;
    text-align: left;
}

.card-trails-infancy{
    background: #FFED00;
    text-align: left;
}

.card-trails-skills{
    background: #6FF782;
    text-align: left;
}

.card-trails-inclusion{
    background: #40CAF5;
    text-align: left;
}

.card-trails-management{
    background: #C4C4C4;
    text-align: left;
}

.progress-bar-trails{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: #20AF0E;
    transition: var(--bs-progress-bar-transition);
}

.card-video-help-desk {
    position: relative; /* Necessário para o pseudo-elemento funcionar */
    overflow: hidden; /* Garante que o efeito não ultrapasse os limites */
    border: 0px solid #d6d6d6 !important;
    text-align: left;
    min-height: 115px;
    border: 0px !important;
    background: #A96BFC;
    z-index: 1; /* Prioridade para o conteúdo */
}

.card-challenge {
    position: relative;
    overflow: hidden;
    border: 0px solid #d6d6d6 !important;
    text-align: left;
    min-height: 115px;
    background: rgb(3, 169, 255);
    background: linear-gradient(45deg, #03a9ff, #006fff);
    box-shadow: 0 0 20px rgba(3, 169, 255, 0.4);
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    z-index: 1;
}

.card-challenge:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 10px 25px rgba(3, 169, 255, 0.6);
}

.card-challenge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 70%);
    transform: rotate(30deg);
    animation: shimmer 3s infinite;
    z-index: 2;
    pointer-events: none;
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        transform: translate(50%, 50%) rotate(180deg);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        opacity: 0;
    }
}

.card-commission{
    border: 0px !important;
    background: rgb(25, 135, 83);
    background: -moz-linear-gradient(207deg, rgba(25, 135, 83, 1) 31%, rgba(33, 177, 109, 1) 100%);
    background: -webkit-linear-gradient(207deg, rgba(25, 135, 83, 1) 31%, rgba(33, 177, 109, 1) 100%);
    background: linear-gradient(207deg, rgba(25, 135, 83, 1) 31%, rgba(33, 177, 109, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#198753", endColorstr="#21b16d", GradientType=1);
}

.card-users-commission{
    border: 0px !important;
    background: rgb(116, 79, 254);
    background: -moz-linear-gradient(207deg, rgba(116, 79, 254, 1) 31%, rgba(149, 126, 237, 1) 100%);
    background: -webkit-linear-gradient(207deg, rgba(116, 79, 254, 1) 31%, rgba(149, 126, 237, 1) 100%);
    background: linear-gradient(207deg, rgba(116, 79, 254, 1) 31%, rgba(149, 126, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#744ffe", endColorstr="#957eed", GradientType=1);
}

.card-profile-analysis {
    position: relative;
    overflow: hidden;
    border: 0px solid #d6d6d6 !important;
    text-align: left;
    min-height: 115px;
    border: 0px !important;
    background: rgb(145, 48, 186);
    background: -moz-linear-gradient(28deg, rgba(145, 48, 186, 1) 31%, rgba(144, 56, 217, 1) 74%, rgba(247, 150, 51, 1) 100%);
    background: -webkit-linear-gradient(28deg, rgba(145, 48, 186, 1) 31%, rgba(144, 56, 217, 1) 74%, rgba(247, 150, 51, 1) 100%);
    background: linear-gradient(28deg, rgba(145, 48, 186, 1) 31%, rgba(144, 56, 217, 1) 74%, rgba(247, 150, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9130ba", endColorstr="#f79633", GradientType=1);
    z-index: 1;
}

.card-profile-analysis::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 20%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.2) 80%,
        transparent 100%
    );
    transform: skewX(-25deg);
    animation: shimmer-smooth 6s infinite;
    z-index: 2;
}

@keyframes shimmer-smooth {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        left: 200%;
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        left: -100%;
        opacity: 0;
    }
}

.cards-courses-desktop{
    display: flex;
}

.cards-courses-mobile{
    display: none;
}

.card-mclub{
    border: 0px !important;
    background: rgb(238,135,23);
    background: -moz-linear-gradient(0deg, rgba(238,135,23,1) 0%, rgba(255,147,30,1) 39%);
    background: -webkit-linear-gradient(0deg, rgba(238,135,23,1) 0%, rgba(255,147,30,1) 39%);
    background: linear-gradient(0deg, rgba(238,135,23,1) 0%, rgba(255,147,30,1) 39%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee8717",endColorstr="#ff931e",GradientType=1);
}

.card-mcreator{
    border: 0px !important;
    background: rgb(146,78,238);
    background: -moz-linear-gradient(0deg, rgba(146,78,238,1) 0%, rgba(161,96,250,1) 39%);
    background: -webkit-linear-gradient(0deg, rgba(146,78,238,1) 0%, rgba(161,96,250,1) 39%);
    background: linear-gradient(0deg, rgba(146,78,238,1) 0%, rgba(161,96,250,1) 39%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#924eee",endColorstr="#a160fa",GradientType=1);
}

.card-mlabs{
    border: 0px !important;
    background: rgb(96,231,119);
    background: -moz-linear-gradient(0deg, rgba(96,231,119,1) 0%, rgba(136,241,154,1) 39%);
    background: -webkit-linear-gradient(0deg, rgba(96,231,119,1) 0%, rgba(136,241,154,1) 39%);
    background: linear-gradient(0deg, rgba(96,231,119,1) 0%, rgba(136,241,154,1) 39%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#60e777",endColorstr="#88f19a",GradientType=1);
}

.loading-icon {
    font-size: 20px;
    color: #ffffff;
    /* Change to your preferred color */
    animation: spin 2s linear infinite;
}

.card-magister-labs{
    border: 1px solid #1EAE15 !important;
    text-align: left;
    min-height: 115px;
}

.card-magister-labs-action{
    border: 1px solid #b1b1b1 !important;
    text-align: left;
}

.text-result-ia{
    font-size: 12px;
    line-height: 0px;
    color: #9b9b9b;
}

.loading-icon-black {
    font-size: 20px;
    margin-right: 8px;
    color: #000000;
    /* Change to your preferred color */
}

.loading-icon-dark {
    font-size: 20px;
    color: #000000;    
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.bg-sidbar-gamification-my-courses {
    font-size: 14px;
    font-weight: 400;
    color: #484646;
    background: #efefef;
    padding: 15px;
    border-radius: 10px;
    margin: 0px;
}

.number-ranking-gold {
    background: #b3a80e;
    /* padding: 10px 15px 10px 15px; */
    padding: 7px 20px 7px 20px;
    border-radius: 50px;
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.number-ranking-silver {
    background: #828282;
    /* padding: 10px 15px 10px 15px; */
    padding: 7px 20px 7px 20px;
    border-radius: 50px;
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.error-body{
    background: rgb(145,48,186);
    background: -moz-linear-gradient(28deg, rgba(145,48,186,1) 31%, rgba(144,56,217,1) 74%, rgba(247,150,51,1) 100%);
    background: -webkit-linear-gradient(28deg, rgba(145,48,186,1) 31%, rgba(144,56,217,1) 74%, rgba(247,150,51,1) 100%);
    background: linear-gradient(28deg, rgba(145,48,186,1) 31%, rgba(144,56,217,1) 74%, rgba(247,150,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9130ba",endColorstr="#f79633",GradientType=1);
}

.error-body-text h1{
    color: #ffffff;
    font-size: 140px;
    font-weight: normal;
    margin-bottom: 0px;
}

.error-body-text h2{
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 5px;
}

.error-body-text p{
    font-size: 40px;
    margin-bottom: 20px;
}

.error-body-text{
    margin-top: 100px;
}

.number-ranking-bronze {
    background: #a1662c;
    /* padding: 10px 15px 10px 15px; */
    padding: 7px 20px 7px 20px;
    border-radius: 50px;
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.forum-card{
    background: #fe931d;
    color: white;
    border: 1px solid #FD931E !important;
}

.submit-courses-card{
    background: #f7f7f7;
    border: 1px solid #ba44fc !important;
}

.img-card-forum{
    height: 65px;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.avatar-forum{
    width: 52px;
    height: 52px;
    min-height: 52px;
    min-width: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.tag-topic-forum{
    padding: 5px 15px 5px 15px;
    background: #e8e8e8;
    display: inline;
    border-radius: 5px;
}

.scrollable-div-forum {
    max-height: 200px;
    overflow-y: auto;
    padding: 0px 0 10px 0;
    border: 1px solid #ccc;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    transition: max-height 0.5s ease-in-out;
}

.text-dark-normal{
    color: var(--primary-color);
}

.empty-note-editor{
    border: 1px solid red;
}

.forum-banner-background{
    background-position-x: right;
    background-size: cover;
}

.line-position-ranking {
    background: #ff00000f;
}

.line-ranking-gold {
    border-bottom: 2px solid #fff;
    background-color: gold;
}

.line-ranking-silver {
    border-bottom: 2px solid #fff;
    background-color: #c2c0c0;
}

.line-ranking-bronze {
    border-bottom: 2px solid #fff;
    background-color: #dc9f63;
}

.header-modal-creator {
    background: #A160FA;
    padding: 30px;
    border-radius: 15px 15px 0 0;
}

.select2-container {
    /* z-index: 100000; */
    width: 100% !important;
}

.grid {
    display: inline-grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
}

.fa-trash {
    margin-right: 16px;
    color: #900000;
    font-size: 16px;
    margin-bottom: 2px;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Proporção 16:9 */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-description-info{
    padding: 10px;
    background: #eee;
    margin: 10px;
    border-radius: 10px;
}
/* LOADER - PAGE TRANSATION */
.loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    display: none;
    transition: none;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
}

.loader .loader__icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.loader .loader__tile {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: white;
    transition: none;
}

.loader--active {
    width: 100%;
    transition-delay: 0s;
}

.loader--active .loader__icon {
    opacity: 1;
}

.loader--active .loader__tile {
    width: 100%;
}

.new-loader {
    height: 9px;
    display: flex;
    justify-content: space-between;
    width: 60px;
    margin: 0 auto;
}

.new-loader::before,
.new-loader::after,
.new-loader span {
    content: "";
    width: 10px;
    height: 10px;
    background: #a15ffa;
    border-radius: 50%;
    animation: bounce 1s infinite ease-in-out;
    -webkit-animation: bounce 1s infinite ease-in-out;
}

.new-loader span {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.new-loader::after {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: translateY(0); }
    50% { -webkit-transform: translateY(-10px); }
}

/* CONFETES */
#confetti-container {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99999;
}

.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    opacity: 0.8;
    animation: fall linear infinite;
}

@keyframes fall {
    0% {
      transform: translateY(-10vh) rotate(0deg);
    }
    100% {
      transform: translateY(200vh) rotate(360deg); /* Vai além do final da tela */
    }
}

.nav-link-tapbar {
    color: #515151 !important; padding: 6px 10px 15px 10px; font-size: 22px;
    text-align: center;
}

.btn.is-loading {
    cursor: not-allowed;
    pointer-events: none;       
}

.btn.is-loading:hover {
    cursor: not-allowed;
    pointer-events: none;   
}

.btn.is-loading:active {
    cursor: not-allowed;
    pointer-events: none;   
}

.btn.is-loading:focus {
    cursor: not-allowed;
    pointer-events: none;   
}

.btn.is-loading:disabled {
    cursor: not-allowed;
    pointer-events: none;   
}

 .category-btn {
     transition: all 0.3s ease;
     border-color: #1EAE15 !important;
 }

 .category-btn:hover {
     background-color: #f0f0f0 !important;
     border-color: #1EAE15 !important;
     color: #333 !important;
 }

 .category-btn.active {
     background-color: #f0f0f0 !important;
     border-color: #1EAE15 !important;
     color: #333 !important;
     font-weight: bold;
 }

 .tool-card {
     display: none;
 }

 .tool-card.active {
     display: block;
 }

 .bread-crumb-magister-labs {
     background: #6BEA80;
 }

 .generate-content{
    background: #fafafa;
 }

 .btn-outline-success-active {
     transform: translateY(-3px);
     color: #fff;
     background-color: #198754;
     border-color: #198754;
 }

.btn-outline-danger-active {
    transform: translateY(-3px);
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.bread-crumb-magister-creator {
    background: #A160F9;
}

/* MAGISTER CREATOR v2 */
.category-btn-all {
    transition: all 0.3s ease;
    border-color: #1EAE15 !important;
}

.category-btn-all:hover {
    background-color: #f0f0f0 !important;
    border-color: #1EAE15 !important;
    color: #8240E9 !important;
}

.category-btn-all.active {
    background-color: #f0f0f0 !important;
    border-color: #1EAE15 !important;
    color: #8240E9 !important;
    font-weight: bold;
}

.category-btn-inovacao {
    transition: all 0.3s ease;
    border-color: #F79633 !important;
}

.category-btn-inovacao:hover {
    background-color: #FEA244 !important;
    border-color: #F79633 !important;
    color: #8240E9 !important;
}

.category-btn-inovacao.active {
    background-color: #FEA244 !important;
    border-color: #F79633 !important;
    color: #8240E9 !important;
    font-weight: bold;
}

.category-btn-infancia {
    transition: all 0.3s ease;
    border-color: #d3c400 !important;
}

.category-btn-infancia:hover {
    background-color: #FFED00 !important;
    border-color: #d3c400 !important;
    color: #8240E9 !important;
}

.category-btn-infancia.active {
    background-color: #FFED00 !important;
    border-color: #d3c400 !important;
    color: #8240E9 !important;
    font-weight: bold;
}

.category-btn-skills {
    transition: all 0.3s ease;
    border-color: #45d95a !important;
}

.category-btn-skills:hover {
    background-color: #6FF782 !important;
    border-color: #45d95a !important;
    color: #8240E9 !important;
}

.category-btn-skills.active {
    background-color: #6FF782 !important;
    border-color: #45d95a !important;
    color: #8240E9 !important;
    font-weight: bold;
}

.category-btn-inclusao {
    transition: all 0.3s ease;
    border-color: #37BFEB !important;
}

.category-btn-inclusao:hover {
    background-color: #37BFEB !important;
    border-color: #37BFEB !important;
    color: #8240E9 !important;
}

.category-btn-inclusao.active {
    background-color: #37BFEB !important;
    border-color: #37BFEB !important;
    color: #8240E9 !important;
    font-weight: bold;
}

.category-btn-gestao {
    transition: all 0.3s ease;
    border-color: #C4C4C4 !important;
}

.category-btn-gestao:hover {
    background-color: #C4C4C4 !important;
    border-color: #C4C4C4 !important;
    color: #8240E9 !important;
}

.category-btn-gestao.active {
    background-color: #C4C4C4 !important;
    border-color: #C4C4C4 !important;
    color: #8240E9 !important;
    font-weight: bold;
}

.trail-card {
    display: none;
}

.trail-card.active {
    display: block;
}

.card-magister-creator-inovacao {
    border: 1px solid #F79633 !important;
    text-align: left;
    min-height: 115px;
}

.card-magister-creator-infancia {
    border: 1px solid #d3c400 !important;
    text-align: left;
    min-height: 115px;
}

.card-magister-creator-skills {
    border: 1px solid #45d95a !important;
    text-align: left;
    min-height: 115px;
}

.card-magister-creator-inclusao {
    border: 1px solid #37BFEB !important;
    text-align: left;
    min-height: 115px;
}

.card-magister-creator-gestao {
    border: 1px solid #C4C4C4 !important;
    text-align: left;
    min-height: 115px;
}

.btn-prev-creator {
    border: 1px solid #6e798aa1;
    background: #fff;
}

.btn-prev-creator:hover {
    border: 1px solid #6e798aa1;
    background: #f6f6f6;
}

.challenge-result-answer-correct {
    border: 2px solid #28a745;
    background: #fefffe;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.challenge-result-answer-incorrect {
    border: 2px solid #dc3545;
    background: #fffafa;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Ver mais / Ver menos para feed posts e comentários */
.see-more-link {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px !important;
}

.see-more-link:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.post-description .truncated-text,
.post-description .full-text {
    display: inline;
    white-space: pre-wrap;
    word-break: break-word;
}

.comment-text-container .truncated-text,
.comment-text-container .full-text {
    display: inline;
    white-space: pre-wrap;
    word-break: break-word;
}

.comment-text-container .see-more-link {
    margin-left: 4px;
    font-size: 13px !important;
}

/* Estilos para o modal de seleção de sentimento */
.feelings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    padding: 10px;
}

.feeling-item {
    cursor: pointer;
    padding: 20px 15px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
    border: 2px solid transparent;
}

.feeling-item:hover {
    background-color: #e9ecef;
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.feeling-item .feeling-emoji {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.feeling-item:hover .feeling-emoji {
    transform: scale(1.2);
}

.feeling-item .feeling-label {
    font-size: 13px;
    font-weight: 600;
    color: #495057;
}

/* Estilos para o preview de sentimento no modal de criar post */
#feeling-preview-container .feeling-display {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Estilos para exibição do sentimento no post */
.post-feeling .feeling-display {
    position: relative;
    overflow: hidden;
}

.post-feeling .feeling-display::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: shimmer 3s infinite linear;
}

.post-feeling .feeling-emoji-large {
    position: relative;
    z-index: 1;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.post-feeling .feeling-label-large {
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}

/* Responsividade para mobile */
@media (max-width: 768px) {
    .feelings-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .feeling-item {
        padding: 15px 10px;
    }
    
    .feeling-item .feeling-emoji {
        font-size: 36px;
    }
    
    .feeling-item .feeling-label {
        font-size: 11px;
    }
    
    .post-feeling .feeling-emoji-large {
        font-size: 72px !important;
    }
    
    .post-feeling .feeling-label-large {
        font-size: 1.25rem !important;
    }
}

 .news-grid {
     display: grid;
     gap: 20px;
 }

 /* Layout jornal: destaque + 2 menores no topo */
 .news-hero-section {
     display: grid;
     grid-template-columns: 1.5fr 1fr;
     gap: 20px;
     margin-bottom: 24px;
     padding-bottom: 24px;
     border-bottom: 1px solid var(--border-color);
 }

 .news-hero-main {
     display: flex;
     flex-direction: column;
 }

 .news-hero-main .news-image {
     height: 280px;
     border-radius: 8px;
     object-fit: cover;
     width: 100%;
 }

 .news-hero-main .news-title {
     font-size: 22px;
     font-weight: 700;
     line-height: 1.3;
     margin: 12px 0 8px 0;
     color: var(--color-1);
 }

 .news-hero-sidebar {
     display: flex;
     flex-direction: column;
     gap: 16px;
 }

 .news-hero-sidebar .news-item {
     display: flex;
     flex-direction: column;
     flex: 1;
 }

 .news-hero-sidebar .news-image {
     height: 120px;
     border-radius: 8px;
     object-fit: cover;
     width: 100%;
 }

 .news-hero-sidebar .news-title {
     font-size: 15px;
     font-weight: 600;
     line-height: 1.4;
     margin: 10px 0 6px 0;
     color: var(--color-1);
 }

 /* Grid secundário estilo jornal */
 .news-secondary-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 24px;
 }

 .news-card {
     display: flex;
     flex-direction: column;
     transition: transform 0.2s ease;
 }

 .news-card:hover {
     transform: translateY(-2px);
 }

 .news-card .news-image {
     height: 140px;
     border-radius: 8px;
     object-fit: cover;
     width: 100%;
 }

 .news-card .news-title {
     font-size: 15px;
     font-weight: 600;
     line-height: 1.4;
     margin: 10px 0 6px 0;
     color: var(--color-1);
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .news-meta {
     font-size: 12px;
     color: var(--primary-color);
     display: flex;
     align-items: center;
 }

 .news-meta i {
     font-size: 11px;
 }

 .news-link {
     text-decoration: none;
     color: inherit;
     display: block;
 }

 .news-link:hover .news-title {
     color: var(--color-4);
 }

 /* Responsivo */
 @media (max-width: 991px) {
     .news-hero-section {
         grid-template-columns: 1fr;
     }

     .news-hero-sidebar {
         flex-direction: row;
     }

     .news-secondary-grid {
         grid-template-columns: repeat(2, 1fr);
     }
 }

@media (max-width: 575px) {
    .news-hero-sidebar {
        flex-direction: column;
    }

    .news-secondary-grid {
        grid-template-columns: 1fr;
    }

    .news-hero-main .news-image {
        height: 200px;
    }
}

/* ==========================================================================
   Video Gallery Styles (Podcasts, Masterclass, Videodicas)
   ========================================================================== */

/* Grid de vídeos */
.video-grid,
.podcast-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.video-card,
.podcast-card {
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
}

.video-card:hover,
.podcast-card:hover {
    transform: translateY(-3px);
}

.video-card .video-thumbnail,
.podcast-card .podcast-thumbnail {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.video-card .video-thumbnail img,
.podcast-card .podcast-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-card .video-thumbnail:hover img,
.podcast-card .podcast-thumbnail:hover img {
    transform: scale(1.05);
}

/* Play button overlay */
.video-card .play-overlay,
.podcast-card .play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
}

.video-card .play-overlay i,
.podcast-card .play-overlay i {
    color: #fff;
    font-size: 22px;
    margin-left: 4px;
}

.video-thumbnail:hover .play-overlay,
.podcast-thumbnail:hover .play-overlay {
    background: rgba(229, 9, 20, 0.95);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-card .video-title,
.podcast-card .podcast-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 12px 0 0 0;
    color: var(--color-1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-link,
.podcast-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
}

.video-link:hover .video-title,
.podcast-link:hover .podcast-title {
    color: var(--color-4);
}

/* Modal Netflix Style */
.modal-netflix .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100vh;
}

.modal-netflix .modal-content {
    background: #000;
    border: none;
    border-radius: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.modal-netflix .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    border: none;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.modal-netflix .modal-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    max-width: 80%;
    line-height: 1.4;
}

.modal-netflix .btn-close-netflix {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.modal-netflix .btn-close-netflix:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.modal-netflix .btn-close-netflix i {
    font-size: 20px;
}

.modal-netflix .modal-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #000;
}

.modal-netflix .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-netflix #videoIframe {
    width: 100%;
    height: 100%;
    max-height: 100vh;
}

/* Video Gallery Responsive */
@media (max-width: 991px) {
    .video-grid,
    .podcast-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .video-grid,
    .podcast-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .modal-netflix .modal-header {
        padding: 15px 20px;
    }

    .modal-netflix .modal-title {
        font-size: 15px;
    }
}

.tiebreaker-ranking{
    font-size: 12px;
}

.li-tiebreaker-ranking{
    font-size: 14px;
}