@import "card-list.css?v=5";

header{
    border-top: 3px solid #74c287;
}
body{
    background: #E7F1F8;
    padding-left: 230px;
}


#full-loader {
    position: fixed;
    background: #ffffff;
    opacity: 0.8;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow-y: hidden;
}

#panel-inner-page{
    padding: 1em 0;
    background: #E3F3F7;
}
.wrapper-avatar-profile{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.5em 6px;
    background: #FFF;
    flex-direction: column;
    border-bottom: 1px solid #EAEAEA;
}
.wrapper-avatar-profile-image{
    border-radius: 165px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.28) 100%);
    box-shadow: 0px 12px 20px 0px #E3F3FF;
    width: 110px;
    height: 110px;
    position: relative;
    min-width: 110px;
    height: 110px;
}
.wrapper-avatar-profile-image .avatar-profile{
    border-radius: 165px;
    width: 100%;
    height: 100%;
    padding: 4px;
}

.btn-edit-avatar{
    display: none;
}
.wrapper-avatar-profile-info h2{
    color: #555555;
    font-size: 25px;
    font-weight: bold;
}
.wrapper-avatar-profile-info h3{
    color: #555555;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
    line-break: anywhere;
}
.wrapper-avatar-profile-info h3 strong{
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-content{
    padding: 2em 0;
}
.panel-sidebar{
  position: fixed;
  top: 0; left: 0; width: 230px;
  height: 100dvh; height: 100svh; height: 100vh;
  background: #FFF; z-index: 8;
  box-shadow: 1px 1px 18px 0 #cbeaffc9;
  border-right: 1px solid #ccdde9;
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: transform .3s ease;
}
@supports (-webkit-touch-callout:none){
  .panel-sidebar{ height: -webkit-fill-available; }
}

.panel-sidebar ul{
    list-style: none;
    margin:0;
    padding: 0;
    overflow: hidden;
}

.panel-sidebar ul li a{
    color: #555555;
    font-size: 17px;
    font-weight: 500;
    position: relative;    
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #e7f1f8;
    padding: 10px 1em;
    text-decoration: none;
    transition: color 0.1s, border-left 0.1s;
    border-left: 2px solid transparent;
}
.panel-sidebar ul li a span{
    width: 35px;
    height: 30px;
    top: 9px;
    background: #b6f7c4;
    color: #002d02;
    border-radius: 8px;
    transform: scale(0.8);
}
.panel-sidebar ul li:last-child a {
    border-bottom:0;
}
.panel-sidebar ul li a:hover{
    color: #74ae41;
    border-left: 2px solid #74ae41;
}
.panel-sidebar ul li a.active{
    background: linear-gradient(275deg, #ffffff, #B8FFA9);
    color: #1d3f12;
    border-bottom: 0;
}
.card-read-new-article{
    box-shadow: 0px 8.01786px 12.39124px 0px #E3F3FF;   
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;    
}
.card-read-new-article:before{
    content: '';
    border-radius: 5.831px;
    border: 0.7px dashed #A2BBC1;
    width: 92%;
    height: 95%;  
    position: absolute;
    pointer-events: none;
    background: transparent;
}
.card-read-new-article img{
    width: 80px;
    height: 80px;
}
.card-read-new-article span{
    color: #5C5C5C;
    text-align: center;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    list-style: none;
    display: flex;
    line-height: 1.2;
}
.link-new-article{
    text-decoration: none;
}
.wrapper-avatar-section{
    background: #FFFFFF;
    padding: 1em;
    border-radius: 9px;
    box-shadow: 0px 12px 19px 0px #E3F3FF;    
}
.goal-section .goal-section-header{
    
    background: linear-gradient(135deg, #E7FFD1, #B8FFA9);
    font-size: 20px;
    color: #1d3f12;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.goal-section .goal-section-header strong{
    color: #1d3f12;
}
.goal-section .goal-section-content{
    border: 1px solid #E4E4E4;
    border-radius: 0 0 10px 10px;
    padding: 1em;
    display: flex;
    gap: 20px;
    margin-bottom: 1.5em;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    justify-content: center;    
}
.goal-section-content .rounded-circle{
    border: 1px solid #E5E5E5;
    padding: 5px;
    background: #FFF;
}
.goal-wrapper-student-avatar {
    position: relative;
}
.goal-section-content .active .rounded-circle{
    background: #14C18B;
}
.goal-section-content .active:before{
    content: '';
    background: url(../../img/icon-check-green.svg) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: 40px 40px;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.thumb-avatar-swal{
    box-shadow: 0px 0px 41px -1px #e5d5ff;
}
.color-default{
    color: #555555 !important;
}
.wrapper-album{
    background: #219EBC;
    padding: 12px;
    border-radius: 10px;
    position: relative;
}
.wrapper-album:before{
    content: '';
    position: absolute;
    background: #CBDFE7;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
    top:20px;
    right: -20px;
}
.album-frame{
    padding: 2em;
    background: #EDF7FF;
    padding: 1em;
    border-radius: 6px;
    min-height: 550px;
}
.album-frame:before{
    content: '';
    position: absolute;
    background: url(../../img/icon-album.svg) no-repeat;
    width: 43px;
    height: 59px;
    right: -43px;
}
.header-album-frame{
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
}
.circle-progress-text{
    font-size: 1.5em;
}
.album-header-info{
    padding: 1em 0;
}
.album-header-info h2{
    font-size: 30px;
    color: #219EBC;
    margin-bottom: 0;
}
.album-header-info h2 span{
    color: #F9911D;
}
.album-header-info p{
    color: #424242;
    font-size: 22px;
    margin-bottom: 0;
}
.circle-progress {
  width: 85px;
  height: 85px;
}
.circle-progress-text {
  font-weight: bold;
  fill: #000;
  transform: translateX(0.2em);
  transition: fill 0.4s;
}
.album-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Cria 4 colunas de tamanho igual */
  gap: 30px; /* Espaço entre as figurinhas */
  margin: 1em 0;
  justify-content: center;
  align-items: center;
}

.album-figure {
  margin-bottom: 20px;
  box-sizing: border-box;  
  height: 100%;
}

.wrapper-album-figure {
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 9.27119px 14.32821px 0px #E3F3FF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 403px;
}

.icon-album-plus {
  opacity: 0.5;
  width: 60px;
  height: 60px;
}

.photo-album {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  padding: 6px;
}

.users-who-won{
    background: #FFF;
    color: #219ebc;
    font-size: 15px;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 20px;
    margin-top: 5px;
    border: 1px solid #219ebc;
}
.users-who-won:hover{
    background: #219ebc;
    color: #FFF;
    cursor: pointer;   
}
.card-badge.locked:before{
    bottom: 88px !important;
}
.card-badge-modal.locked:before{
    bottom: 145px !important;
    transform: scale(1.5);
}
.card-badge-modal{
    overflow: hidden;
}
.card-badge-modal img{
    max-width: 300px;
}
.frame-badge-wrapper-modal{
    height: 320px !important;
}
.badge-modal-description{
    padding: 0 1em;
}
.badge-modal-description p{
    font-size: 18px;
}
.tilt-js-modal{
    pointer-events: none;
}
.wrapper-album-figure .icon-feedback{
    position: absolute;
}
.album-figure-name{
    position: absolute;
    bottom: -11px;
    background: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    padding: 6px 15px;
    border-radius: 11px;
}
.album-figure-name span{
    display: flex;
    text-align: center;
}
.wrapper-album-figure .icon-feedback{
    right: -7px;
    top: -11px;    
}
.wrapper-album-figure .level-card{
    left: 6px;
    top: 6px;
    background-size: 35px;
    width: 46px;
    height: 57px;        
}
.wrapper-album-figure .level-card strong{
    font-size: 18px;
}
.album-header-page-info{
    gap: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFF;
    display: inline-flex;
    padding: 10px 3em;
    border-radius: 14px;
    box-shadow: 2px 1px 13px -3px #abefff;
    margin-bottom: 1em;
}
.album-header-page-info h5{
    color: #219EBC;
    margin-bottom: 0;
    min-width: 140px;
}
.album-header-page-info nav ul{
    margin-bottom: 0;
}
.plus-hover{
    cursor: pointer;
}
.album-figure .card-subject-name-wrapper h3{
    font-size: 17px;
}
.accordion-item {
    transition: opacity 0.5s, height 0.5s;
    overflow: hidden;
}

.accordion-item.hidden {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
}
.btn-back-to-site{
    background: #ffbe00 !important;
    color: #0a0800 !important;
}
.btn-back-to-site:hover{
    background: #ffda6c !important;
    color: #0a0800 !important;
}
.progress-goal-student{
    gap: 10px;
    flex-direction: column;
    text-align: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 3px 4px 12px -8px #89C2E8;
    display: flex;
    padding: 1.5em 1em;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-bottom: 1em;
}
.progress-goal-student p{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555555;
    font-weight: bold;
}
.progress-goal-student span{
    font-weight: bold;
    color: #14C18B;
}
.progress-bar span{
    color: #FFF;
}
.wrapper-certificate{
    flex-direction: column;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px;
    background: #FFF;
    box-shadow: 0px 8.01786px 12.39124px 0px #E3F3FF;
    border-radius: 10px 10px 0 0;
}
.wrapper-certificate img{
    width: 100%;
    border-radius: 6px;
    border: 1px solid #EAEAEA;
}
.wrapper-certificate ul{
    list-style: none;
    margin:0;
    padding: 0;
    text-align: center;
    line-height: 1.8;
}
.wrapper-certificate ul li{
    font-weight: 500;
    color: #555;
}
.flex-column{
    display: flex;
    flex-direction: column !important;
    margin: 0 auto;
}
.wrapper-dashboard-widget{
    display: flex;
    gap:20px;
}
.last-widget-line{
    min-height: 400px;
}
.dashboard-widget-1, .dashboard-widget-2{
    max-width: 250px;
    width: 100%;
    flex-basis: 25%;
    background: #FFF;
    border-radius: 8px;
}
.last-widget-line .dashboard-widget-2{
    flex-basis: 50%;
    width: 100%;
    max-width: 350px;
}
.last-widget-line .card-read-new-article span{
    font-size: 22px;
}
.dashboard-widget-1{
    min-width: 200px;
}
.dashboard-widget-1 .book__container{
    padding: 9px 16px;
}
.dashboard-widget-2 a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;  
    text-align: center;  
    min-width: 180px;
}
.current-book{
    background: #FFF;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap:10px;
    border-radius: 8px;
}
.current-book .cover{
    width: 100%;
    border-radius: 12px;
    min-height: 210px;
}
.dashboard-widget-large{
    flex-basis: 50%;
    background: #000;
    border-radius: 16px;
    box-shadow: 0px 13px 32.8px rgba(182, 211, 232, 0.29);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;    
    overflow: hidden;
    min-height: 360px;
}
.dashboard-widget-large a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-new-book{
    text-decoration: none;
}
.btn-continue{
    background: #0BB258;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    padding: 6px 10px;
}
.btn-continue img{
    height: 20px;
}
.btn-continue:hover{
    background: #00873e;
}
.header-widget{
    position: absolute;
    top: 0;
    z-index: 2;
    background: #ffffffad;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    padding: 6px;
}
.header-widget h2{
    padding: 10px 0;
    color: #0A3C43;
    font-size: 16px;
    margin-bottom: 0;
    font-family: Nunito;
    margin-bottom: 0;
}
.widget-absolute-link{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 40px 0 10px 0;
    font-size: 18px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.bn-article-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.bn-article-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.4s;
}

.relative{
    position: relative;
}
.wrapper-teacher-contest{
    display: flex;
    position: relative;
    align-items: center;
    padding: 16px;
    border-radius: 11px;
    margin: 2em 0 0em 0;
    backdrop-filter: blur(6px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #ffffff);
    box-shadow: 1px 12px 0px -3px #f2faff;
    border-top: 3px solid #f2faff;
}
.wrapper-dashboard-widget-count{
    position: absolute;
    background: #3D3509;
    color: #FFF;
    padding: 3px 1em;
    font-weight: bold;
    top: -31px;
    border-radius: 6px 6px 0 0;
    left: 11px;
}
.wrapper-dashboard-widget-count a{
    color: #ffeb3b;
    text-decoration: none;
}
.wrapper-dashboard-widget-count a:hover{
    color: #fff6a7;    
}

.wrapper-teacher-contest:before{
    content: '';
    background: url(../../img/icon-contest.svg) no-repeat;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 59px;
    left: 18px;
    pointer-events: none;
    background-size: 100px 100px;
}
.teacher-contest-text{
    width: 100%;
    padding-left: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1em;
}
.teacher-contest-text h2{
    font-size: 22px;
    font-weight: bold;
    color: #3C1515;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: flex;
    align-items: center;
    gap: 7px;
}
.teacher-contest-text p{
    color: #383838;
    margin-bottom: 0.1em;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.wrapper-teacher-contest-requirement strong{
    font-weight: bold;
    color: #383838;
}
.wrapper-teacher-contest-requirement span{
    font-weight: bold;
    color: #0BB258;
}
.teacher-contest-time{
    display: flex;
    width: 100%;
    max-width: 350px;
    flex-direction: column;
    border-radius: 8px;
    background: linear-gradient(to bottom right, #FFF4E4 0%, #FFF 40%, #FFF 60%, #F2FFEE 100%);
    box-shadow: 1px 11px 0px -2px #cccccc47;
}
.teacher-contest-time h3{
    color: #00961b;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    margin:0;
}
.wrapper-widget-time{
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, #4FB783 13%, #458100 122.99%);
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
}
.wrapper-contents-numbers{
    display: flex;
    justify-content: space-around;
    margin-bottom: 1em;
    gap:10px;
    padding: 0.5em;
}
.widget-number{
    background: #FFF;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border:1px solid #EAEAEA;
    min-width: 75px;
    flex:1;
}
.widget-number h4{
    margin-bottom: 0;
    font-size: 22px;
    font-weight: bold;
    color: #434343;
    text-align: center;
    line-height: 24px;
    transition: opacity 1s;
}
.widget-number span{
    color: #434343;
    font-size: 14px;
}
.widget-time-header tts{
    font-weight: bold;
}
section, header{
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.pet-logo-dashboard{
    position: absolute;
    z-index: 5;
    width: 250px;
    pointer-events: none;
    top: 45px;
    transition: width 0.4s ease-in-out;
}
.bn-logo-dashboard{
    position: absolute;
    z-index: 5;
    width: 230px;
    pointer-events: none;
}
.bn-logo-dashboard {
    width: 200px;
    transition: width 0.4s ease-in-out;
    z-index: 2;
}
.dashboard-widget-large:hover .bn-logo-dashboard{
    width: 240px;
}

.dashboard-widget-large:hover .pet-logo-dashboard{
    width: 280px;
}

#petCanvas{
    position: absolute;
    left: -8px;
    right: 0;
    bottom: 50px;
    width: 70%;
    margin: 0 auto;
    pointer-events: none;
    max-width: 220px;
    min-width: 150px;
}

/*/Custom Modal*/
.modal-custom{
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: #0000008a;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(13px);
    display: none;
    animation: fadeIn 0.5s;
    overflow: hidden;
}
.modal-iframe-content{
    background: #FFF;
}
.modal-custom.fade-out {
    animation: fadeOut 0.5s;
}
.modal-custom-actions {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    pointer-events: none;
}
.modal-custom-actions > * {
    pointer-events: auto;
}
.btn-close-custom-modal{
    background: #ff0000;
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 0 0 0 8px;
    color: #FFF;
    box-shadow: 2px 2px 12px rgba(255,0,0,0.4);
    font-weight: bold;
}
.btn-close-custom-modal:hover{
    background: #dd0000;
    cursor: pointer;
}
/* Construct/iframe: 16:9 (1280x720, 1366x765) - maximiza espaço, altura 95% */
.modal-custom .modal-content {
    border-radius: 12px;
    background-color: transparent;
    width: min(98vw, calc(95vh * 16 / 9));
    height: min(95vh, calc(98vw * 9 / 16));
    max-width: min(100vw, 1920px);
    max-height: min(95vh, 1080px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.modal-custom .modal-content:not(.modal-content-html) iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
    margin: 0;
    display: block;
}
.modal-custom .modal-content-html {
    background-color: #FFF;
    width: 90vw !important;
    height: 90vh !important;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 15px !important;
    overflow: hidden;
    border: 9px solid #ffffff14;
}

.modal-custom .modal-content-html iframe {
    border-radius: 0; 
    border: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    display: block; 
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}
.current-page {
    background: linear-gradient(90deg, #4FB783 13%, #F8E996 122.99%);
    padding: 1.1em 1em;
    width: 100%;
    min-height: 75px;
    align-items: center;
    display: flex;
    color: #FFF;
    filter: drop-shadow(0px 1px 7.3px rgba(0, 0, 0, 0.07));
    position: relative;
}
@keyframes spin-green {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.current-page:before {
    content: '';
    background: url(../../img/flower-green.svg) no-repeat center center / contain;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 3%;
    pointer-events: none;
    display: block;
    transform-origin: center center;
    animation: spin-green 20s linear infinite; /* Ajuste o tempo conforme desejar */
}


.current-page h1{
    margin-bottom: 0;
    color: #FFF;
    font-size: 1.4em;
}
.current-page span{
    color: #FFF;   
}
.container-fluid{
    max-width: 95%;
}

.custom-breadcrumb .breadcrumb {
  background: #FFF;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
}
.list-group-item-action{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-category-label{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-category-number{
    width: 20px;
    text-align: center;
    background: #3c3d3d;
    border-radius: 50%;
    color: #FFF;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-left: 7px;
    min-width: 20px;
}

.notification-area{
    display: flex;
    gap:5px;
    align-items: center;
    justify-content: center;
    padding: 0 0.5em;
    position: relative;
}
.notification-area-icon:hover{
    cursor: pointer;
}
.notification-area-label span{
    font-size: 20px;
    color: #4D4D4D;
    font-weight: 500;
}
.notification-area-icon{
    position: relative;
    color: #74AE41;
    font-size: 1.75rem;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-number{
    position: absolute;
    background: #dc3027db;
    color: #FFF;
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    top: -7px;
    right: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-dropdown-menu {
    display: none; 
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 11px 13px 12px rgb(0 140 171 / 20%);
    z-index: 1000;
    right: 0;
    width: 475px;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    top: 35px;
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(14px);
}
.notification-dropdown-menu a{
    text-decoration: none;
}

.notification-dropdown-item{
    padding: 16px;
    border-bottom: 1px solid #EAEAEA;
}
.wrapper-notification-full-page * {
    text-decoration: none !important;
}

.notification-item-content {
    display: flex;
    align-items: center;
    width: 100%;
    gap:15px;
}
.notification-item-content-inner-page{
    align-items: flex-start;
}
.notification-item-content-inner-page .notification-item-content-thumb{
    flex-basis: auto;
}
.notification-item-content-inner-page .notification-item-content-thumb img{
    max-width: 120px;
}

.notification-item-content-thumb{
    width: 100px;
    flex-basis: 30%;
}
.notification-item-content-thumb img{
    width: 100%;
    border-radius: 6px;
}
.notification-item-content-text{
    flex-basis: 70%;
}

.notification-dropdown-item:hover,
.notification-dropdown-item a:hover {
    background-color: #f9feff;
}

.notification-dropdown-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    text-align: center;
}
.notification-title h6{
    font-size: 1em;
    color: #4CAF50;
}
.notification-item-content-text p{
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 3px;
}
.view-all-notifications{
    background: #4CAF50;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-all-notifications a{
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 100%;
}
.view-all-notifications:hover{
    background: #0094b5;
}
.notification-item-content-text small{
    margin-top: 8px;
    font-size: 13px;
    color: #777;
    display: block;
}
.book-notification{
    background: #e1e1e1;
    font-size: 13px;
    display: inline-flex;
    padding: 2px 14px;
    border-radius: 6px;
    color: #2f2f2f;
}

.notification-reward ul{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}
.notification-reward ul li{
    margin-bottom: 10px;
    font-size: 16px;
}
.notification-reward img{
    width: 20px;
}
.notification-title .notification-alert{
    color: red;
}
.notification-title .notification-success{
    color: green;
}
.wrapper-overflow-notification {
    max-height: 570px;
    overflow: auto;
    scrollbar-width: thin; 
    scrollbar-color: #058dab #f0f0f0;
}
.wrapper-overflow-notification::-webkit-scrollbar {
    width: 6px; 
}

.wrapper-overflow-notification::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.wrapper-overflow-notification::-webkit-scrollbar-thumb {
    background-color: #4CAF50;
    border-radius: 3px;
}
.wrapper-notification-full-page li{
    list-style: none;
    padding-left: 0;
}
.flex-tts{
    display: flex;
    gap:5px;
    align-items: center;
}


/* Efeito Shine (Brilho) */
.btn-green-light::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 10%, transparent 70%);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: -1;
}
.btn-green-light:hover::before {
    opacity: 1; /* Ativa o brilho no hover */
}
/* Ícone */
.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.icon-wrapper img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

/* Label */
.change-voice-label {
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}


/* Animação de Brilho */
@keyframes shineEffect {
    0% {
        transform: rotate(45deg) translateX(-100%) translateY(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%) translateY(100%);
    }
}
@keyframes swing {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}

.notification-bell-animated {
    animation: swing 2s infinite ease-in-out;
}

.no-books-message{
    background: #FFF;
    padding: 1em;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.no-books-message h2{
    font-size: 1.3em;
    color: #ff5722;
}
.no-books-message img{
    max-width: 180px;
    width: 100%;
}
.under-construction{
    opacity: 0.4;
    cursor: not-allowed;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  display: flex;
  justify-content: center; 
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; 
  border-radius: 6px;
}
.sidebar-toggle{
    display: none;
}
@media (max-width: 991px) {
  .panel-sidebar {
    transform: translateX(-100%);
  }
  body {
    padding-left: 0;
  }  
  .sidebar-toggle {
    position: inherit;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    backdrop-filter: blur(4px);
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #FFF;
    border-top: 1px solid #eaeaea73;
  }
  .sidebar-toggle:hover{
    cursor: pointer;
  }
}
.sidebar-open:before{
    content: '';
    background: #0000002b;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 6;
    backdrop-filter: blur(10px);
}

.close-menu {
  font-size: 24px; 
  line-height: 24px;
  width: 24px; 
  height: 24px; 
  text-align: center;
  border: none; 
  background: transparent; 
  cursor: pointer; 
  display: none;
  z-index: 10;
}

body.sidebar-open .close-menu {
    position: fixed;
    top: 0;
    right: 0;
    background: #ff0000e8;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    height: 60px;
    width: 60px;
    border-radius: 0 0 0 10px;
    color: #FFF;
    padding-bottom: 4px;
    box-shadow: 2px 3px 21px 4px #ff0000d6
}
.contest-page{
    flex-direction: column;
}
.contest-page .teacher-contest-text{
    padding-left: 0;
    padding-right: 0;
}
.contest-page.wrapper-teacher-contest{
    height: auto;
    flex-direction: column;
    border-bottom: 3px solid #e3e3e3;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
}
.contest-page.wrapper-teacher-contest:before{
    display: none;
    height: auto;
}
.contest-page .teacher-contest-time{
    max-width: 100%;
    margin-top: 1em;
    height: auto;
}
.wrapper-teacher-contest-inner{
    padding: 0.8em;
    width: 100%;
    position: relative;
}
.teacher-contest-status{
    position: absolute;
    bottom: 6%;
    right: 2%;
    font-size: 24px;
}
.contest-card-image{
    position: relative;
}

.bg-superuser {
    background-image: radial-gradient( circle farthest-corner at 3.2% 49.6%, rgba(80,12,139,0.87) 0%, rgba(161,10,144,0.72) 83.6% );
}

.super-contest{
    gap: 5px;
    position: absolute;
    top: 78px;
    left: -8px;
    width: 162px;
    height: 32px;
    background-image: radial-gradient( circle farthest-corner at 3.2% 49.6%, rgba(80,12,139,0.87) 0%, rgba(161,10,144,0.72) 83.6% );
    color: white;
    line-height: 25px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    font-size: 14px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
    box-shadow: 1px 9px 18px -3px #25772847;
    z-index: 3;
    pointer-events: none;
} 

.widget-status-finished{
    background:#26912a;
    border-bottom: 0;
    display: inline-flex;
    max-width: fit-content;    
}
.widget-status-finished h4{
    color: #FFF;
    font-size:18px;
}
.contest-closed-info{
    padding: 0.8em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contest-closed-info p{
    font-size: 18px;
    font-weight: bold;
    color: #4b3b02;
    text-align: center;
    margin-bottom: 0;
}
.contest-page .btn-custom-blue-half{
    font-size: 16px;
}
.wrapper-contest-student{
    border:1px solid #EAEAEA;
    background: #FFF;
    border-radius: 10px;
}
.wrapper-contest-student-cover{
    height: 220px;
    display: block;
    position: relative;
    border-radius: 10px 10px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.contest-timer-inner-page{
    background: #FFF;
    padding: 1em;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
}
.contest-timer-inner-page .widget-number{
    background-image: linear-gradient(135deg, #667eea1c 0%, #764ba200 100%);
}

.progress-section {
    margin-bottom: 30px;
}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 18px;
    margin: 0;
    color: #2c3e50;
}

.icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.student .icon {
    background-color: #e3f2fd;
    color: #1976d2;
}

.class .icon {
    background-color: #e8f5e9;
    color: #388e3c;
}

.progress-container {
    background-color: #eceff1;
    border-radius: 20px;
    height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    border-radius: 20px;
    transition: width 0.5s ease;
    position: relative;
}

.student .progress-bar {
    background-color: #42a5f5;
}

.class .progress-bar {
    background-color: #66bb6a;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #546e7a;
}

.percentage {
    font-weight: bold;
}

.student .percentage {
    color: #1976d2;
}

.class .percentage {
    color: #388e3c;
}

.goal-text {
    text-align: center;
    margin: 25px 0;
    font-size: 16px;
    color: #607d8b;
}

.time-remaining {
    text-align: center;
    color: #7e57c2;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 20px;
    border: 1px dashed #b0bec5;
}




.highlight {
    font-size: 18px;
    color: #7e57c2;
}



.widget-number h4{

}
.contest-timer-inner-page h6{
    color: #FFF;
    font-size: 15px;
    display: inline-flex;
    background: #319f36;
    padding: 4px 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    gap: 6px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.contest-timer-inner-page .wrapper-contents-numbers{
    gap:10px;
    margin-bottom: 0;
}
.contest-student-main{
    background: #FFFFFF;
    border-radius: 6px;
    padding: 1em;
    width: 98%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.contest-student-main h1{
    color: #0F7A58;
    font-size: 1.6em;
}
.contest-student-main .sub-title{
    font-size: 18px;
    font-weight: 500;
}
.contest-student-main .instructions{
    background: #FFF;
    padding: 1em;
    font-size: 18px;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    margin-top: 1em;
}
.teacher-contest-status-detail{
    position: absolute;
    top: 50%;
    bottom: 0;
    font-size: 20px;
    left: 1%;
}
.contest-page .wrapper-contents-numbers{
    margin-bottom: 0;
    height: auto;
    min-height: 105px;
    display: flex;
    align-items: center;
}
.contest-page .teacher-contest-text p{
    margin-bottom: 0.5em
}
.sub-title-contest-page{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.contest-timer-inner-page .wrapper-contents-numbers{
    padding: 0;
}
.card-progress{
    background-image: linear-gradient(135deg, #667eea1c 0%, #764ba200 100%);
    padding: 1.2em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #494949;
}
.card-progress-success{
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(233 255 243) 0%, rgb(219 255 255) 90%);
}
.card-progress-success h5{
    color: #1b7f1f;
}

.card-progress h5{
    font-size: 1.2em;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 0.5em;
}
.card-progress .progress-number{
    font-size: 1em;
    color: #FFF;
    font-weight: bold;
    background: #00512b;
    padding: 4px 2em;
    border-radius: 35px;
}
.contest-student-winner{
    background-color: #ecffd6 !important;
    border-radius: 8px;
    display: flex;
    height: 100%;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    position: relative;
    padding-left: 6em;
}
.contest-student-no-winner{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #666;
    padding-left: 6em;
    position: relative;
}
.contest-student-winner span{
    font-size: 1.2em;
    font-weight: bold;
}
.contest-icon-winner{
width: 100%;
  position: absolute;
  left: -16px;
  bottom: -32px;
  max-width: 109px;
  pointer-events: none;
} 
.contest-page .teacher-contest-time{
    height: 100px;
}

.congrats-title {
    color: #0F7A58;
}
.badge-pill-count {
    background: #4caf50 !important;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    display: flex !important;
    color: #FFF;
    right: 10px;
    top: 9px;
    font-size: 15px;
    animation: btn-pulse-green 2s infinite !important;
    pointer-events: none;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.panel-sidebar ul li{
    position: relative;
}
.contest-student-main .contest-info p{
    font-size: 18px;
    margin-bottom: 10px;
}
.wrapper-student-overflow{
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.wrapper-student-overflow::-webkit-scrollbar{ width: 8px; }
.wrapper-student-overflow::-webkit-scrollbar-track{ background: #f1f1f1; border-radius: 4px; }
.wrapper-student-overflow::-webkit-scrollbar-thumb{ background: #888; border-radius: 4px; }
.wrapper-student-overflow::-webkit-scrollbar-thumb:hover{ background: #555; }

.wrapper-student-overflow::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem no Chrome, Safari e Edge */
}

.wrapper-student-overflow::-webkit-scrollbar-track {
    background: #f1f1f1; /* Cor do track da barra de rolagem */
    border-radius: 4px; /* Borda arredondada para o track */
}

.wrapper-student-overflow::-webkit-scrollbar-thumb {
    background: #888; /* Cor do polegar da barra de rolagem */
    border-radius: 4px; /* Borda arredondada para o polegar */
}

.wrapper-student-overflow::-webkit-scrollbar-thumb:hover {
    background: #555; /* Cor do polegar da barra de rolagem ao passar o mouse */
}
.preview-voice{
    background: #eeffdb;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 7px;
    margin-bottom: 1em;
    padding: 12px 5px;
}
.preview-voice span{
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
}
.bn-disabled{
    background: #000;
    position: relative;
}
.bn-disabled img, .bn-disabled video, .bn-disabled canvas{
    filter: grayscale(100%);    
    opacity: 0.8;
    cursor: not-allowed;
}
.bn-disabled #petCanvas{
    bottom: 25px !important;
}
.btn-disabled-ribbon{
    gap: 5px;
    position: absolute;
    top: 99px;
    left: -4px;
    width: 189px;
    height: 32px;
    background-color: #dc3545e6;
    color: white;
    line-height: 25px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    font-size: 16px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex
;
    font-weight: bold;
    box-shadow: 1px 9px 18px -3px #25772847;
    z-index: 3;
    pointer-events: none;  
}
.exit-book-nav{ 
    background: #4084ba !important;
    color: #FFF !important;    
}
.exit-book-nav:hover{
    background: #2875b3 !important;
    color: #FFF !important;
}
.search-box-wrapper{
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10;
}

.adv-search {
    font-size: 12px;
}

.stick-search-student{
    background: #FFF;
    padding: 10px 0;
    box-shadow: 1px 12px 14px -6px #c8d5dd;
    border-radius: 11px;
}
.stick-search-student h6{
    display: none;
}
.trigger-gameover{
    position: absolute;
    right: 1%;
}
.trigger-gameover span{
    background: #dc3545;
    color: #FFF;
    margin: 0 auto;
    padding: 4px 1em;
    font-weight: bold;
    border-radius: 7px;
}
.breadcrumb-flex{
    position: relative;
}
.trigger-gameover span:hover{
    cursor: pointer;
}
.icon-leaderboard{
    position: fixed;
    width: 80px;
    background: #FFF;
    border-radius: 60%;
    padding: 0.5em;
    right: 1%;
    bottom: 1%;
    box-shadow: 1px 1px 15px 0px #20c1ff82;
    z-index: 20;
    cursor: pointer;
}
.tts-modal h2{
    font-size: 25px;
}
.additional-info-modal-sweet{
    background: #FFF;
    padding: 10px;
}
.additional-info-modal-sweet p{
    margin-bottom: 0;
    font-size: 16px;
}
.teacher-notes-section{
    margin-top: 1em;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;    
}
.teacher-notes-section p{
    font-size: 18px;
    margin-bottom: 0;
}
.teacher-name{
    color: #FFF;
    text-align: center;
    padding: 3px 2px;
    font-weight: bold;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(90deg, #4FB783 13%, #CFAF00 122.99%);
}
.sidebar-switch-class {
    text-align: center;
    padding: 6px 8px;
    margin-bottom: 4px;
}
.sidebar-switch-class .switch-class-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #235789;
    text-decoration: none;
    font-weight: 500;
}
.sidebar-switch-class .switch-class-link:hover {
    color: #4FB783;
    text-decoration: underline;
}
.group-name-student{
    border: 1px solid #EAEAEA;
    display: block;
    padding: 2px 1em;
    border-radius: 10px;
    margin: 10px 0;
    font-size: 14px;
    text-align: center;
}

.cover-widget-img video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.floating-checkbox {
    position: absolute;
    z-index: 2;
    width: 40px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 0 0 10px 0;
    border: 1px solid #EAEAEA;
    background: #EAEAEA;
    box-shadow: 1px 1px 10px -1px #CCC inset;
}

.archive-books-btn-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 90%;
    left: 4%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
}
.book__productcard{
    position: relative;
}
.archive-checkbox, .unarchive-checkbox{
    width: 15px; 
    height: 15px; 
    cursor: pointer;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.image-widget {
    position: relative;
    padding: 0;
    overflow: hidden; 
    background: linear-gradient(90deg, #4FB783 13%, #F8E996 122.99%);
}

.widget-image {
    pointer-events: none;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 0.5s ease-in-out; /* Transição suave ao desaparecer */
}

.widget-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; 
    z-index: 2;
    pointer-events: none;
}


.widget-video.loaded {
    display: block;
}

.widget-image.loaded {
    opacity: 0;
}
.image-widget-title{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    z-index: 2;
    background: #000000b0;
}
.image-widget-title h3{
    font-family: Nunito;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0;
    display: flex;
    gap:10px;
}
.widget-image-link{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
}
.secondary-title{
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #00355A;
    margin-bottom: 0;
}
.secondary-title span{
    color: #0F7A58;
}
.online-indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.indicator-green {
    background-color: #00b100;
    box-shadow: 0 0 10px rgba(50, 205, 50, 0.5), 0 0 0 0 rgba(50, 205, 50, 1);
    animation: pulse-green 2s infinite;
}

.indicator-red {
    background-color: #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5), 0 0 0 0 rgba(255, 0, 0, 1);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 10px rgba(50, 205, 50, 0.5), 0 0 0 0 rgba(50, 205, 50, 1);
    }
    70% {
        box-shadow: 0 0 15px rgba(50, 205, 50, 0.8), 0 0 0 5px rgba(50, 205, 50, 0);
    }
    100% {
        box-shadow: 0 0 10px rgba(50, 205, 50, 0.5), 0 0 0 0 rgba(50, 205, 50, 1);
    }
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.5), 0 0 0 0 rgba(255, 0, 0, 1);
    }
    70% {
        box-shadow: 0 0 15px rgba(255, 0, 0, 0.8), 0 0 0 5px rgba(255, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.5), 0 0 0 0 rgba(255, 0, 0, 1);
    }
}

.wrapper-secondary-title{
    display: flex;
    align-items: center;
    gap: 8px;
}
.custom-row-gradient{
    position: relative;
    background: linear-gradient(180deg, #fbf8ff 0%, rgb(231 241 248) 100%), linear-gradient(356deg, #e7f1f8 45.19%, rgba(255, 255, 255, 0.00) 98.91%), linear-gradient(90deg, #ffd600 -9.28%, #e7f1f8 30.8%, #BD00FF 63.88%, #30F 99.4%);
    padding: 1em;
    z-index: -1;
}
.custom-row-gradient .container{
    position: relative;
    z-index: 1;
}
.custom-row-gradient:before{
    content: '';
    background: url(../../img/flower-green.svg) no-repeat center center / contain;
    width: 358px;
    height: 358px;
    position: absolute;
    right: auto;
    pointer-events: none;
    display: block;
    transform-origin: center center;
    animation: spin-green 20s linear infinite;
    left: -5%;
    right: auto;
    margin: 0 auto;
    bottom: -81px;
    z-index: 0;
    opacity: 0.1; 
}
.last-acess{
    font-size: 14px;
    color: #515151;
    font-weight: normal;
    font-family: Nunito;
}
.completed-icon{
    height: 24px;
}
.imcomplete-list{
     filter: grayscale(100%);
     opacity: 0.3;
}
.d-flex-elements{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.d-flex-elements select{
    max-width: 200px;
}
.hero-image{
    position: relative;
    padding: 2em 0;
    color: #FFF;
}
.overlay-hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
    top: 0;
    left: 0;
}
.hero-badge{
    border-radius: 3px;
    background: linear-gradient(72deg, rgba(211, 14, 0, 0.95) 38.05%, rgba(248, 188, 22, 0.95) 112.44%);
    padding: 9px 12px;
    font-weight: bold;
    font-size: 16px;
}
.hero-badge-white{
    background: transparent;
    border: 1px solid #ffffff94;
    margin-left: 1em;
    color: #e7e7e7;
}
.hero-image h1{
    margin-top: 0.5em;
}
.hero-image h2{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0.5em;
}
.hero-image nav{
    border-radius: 3px;
    background: #55555552;
    color: #4A4A4A;
    padding: 10px 20px;
    display: inline-flex;
    backdrop-filter: blur(35px);
}
.hero-image nav .breadcrumb{
    margin-bottom: 0;
}
.hero-image nav .breadcrumb li, .hero-image nav .breadcrumb li a{
    color: #d9d9d9;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #d9d9d9;
}
 .hero-image nav .breadcrumb .active{
    background: red;
 }
 .hero-image nav .breadcrumb li a:hover{
    color: #FFF;
 }
 .hero-image .you-here{
    color: #f0ff59;
    font-weight: bold;
 }
.driver-popover-close-btn{
    background: #FF5722;
    color: #FFF;
    padding: 0;
    border-radius: 0 0 0 12px;
    width: 27px;
    height: 27px;
    line-height: 0;
}
.driver-popover-close-btn:hover{
    background: #f7470f;
    color: #FFF;
}
.status-label::before {
    position: absolute;
    top: 100px;
    right: -25px;
    width: 223px;
    height: 30px;
    line-height: 35px;
    transform: rotate(45deg);
    transform-origin: right bottom;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 1;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
.bg-rejected::before {
    content: "REDO";
    background-color: #c11212db;
    color: white;
    border-color: #FF5722;
}
.title-rejected .card-module-thumb {
    border: 4px solid #970907;
}
.title-rejected .card-module-title {
    background-color: #970907;
}
.btn-back-page-module{
    display: inline-block !important;
    margin: 0;
    padding: 7px 12px !important;
    font-size: 16px !important;
    margin-right: 1em;
}
.question-mark:hover{
    cursor: pointer;
    color: green;
}
.checked .question-mark:hover{
    color: #FFF;
}
.vocabulary-details {
    user-select: none; /* Impede seleção de texto */
    -webkit-user-select: none; /* Para navegadores baseados em WebKit */
    -moz-user-select: none; /* Para navegadores baseados em Mozilla */
    -ms-user-select: none; /* Para navegadores baseados em Microsoft */
    pointer-events: none; /* Desativa interações com o conteúdo */
}

.vocabulary-details * {
    pointer-events: auto; /* Reativa interações apenas para elementos específicos, se necessário */
}
.notification-reward{
    color: #333;
}
.last-access-info{
    display: block;
    font-size: 14px;
    margin-top: 1em;
    margin-bottom: 0;
}


.reward-box {
    /* Removemos a borda e ajustamos o padding para um layout mais horizontal */
    border: none;
    max-width: 470px;
    width: 100%;
    padding: 1.5em 1em;
    border-radius: 16px;
    /* Fundo com gradiente suave e moderno */
    background: linear-gradient(145deg, #ffffff, #f0f4ff);
    /* Sombra mais sutil */
    box-shadow: 0 6px 20px rgba(0, 46, 109, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Layout horizontal: alinhamento à esquerda e distribuição dos itens */
    display: flex;
    align-items: center;
    gap: 1.5em;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.reward-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 46, 109, 0.1);
}

.reward-box img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.reward-box strong{
  color: #4caf50;
}

.reward-box:hover img {
    transform: scale(1.05);
}

.reward-box p {
    font-size: 1.2rem;
    color: #2d3436;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.reward-box:hover p {
    color: #6c5ce7;
}

/* Efeito de brilho sutil ao redor da caixa */
.reward-box::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(108, 92, 231, 0.1) 15%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.reward-box:hover::before {
    opacity: 1;
}

.custom-modal .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.custom-modal-header {
    background: linear-gradient(90deg, #4FB783 13%, #2bb553 122.99%);
    color: white;
    padding: 1.5rem;
    border-bottom: none;
}

.custom-modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.custom-modal-body {
    padding: 1rem;
    background: #f8f9fc;
}

.modal-sentence{
    width: 100%;
    max-width: 700px;
}
.modal-word-highlight {
    color: #3bb668;
    font-weight: 700;
    background: rgb(60 182 106 / 13%);
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    display: inline-block;
    font-size: 1.5em;
}

.sentence-input { /* Not used now, replaced by contenteditable */
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.sentence-input:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.2);
}

.validation-alert {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    display: none;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #dc2626;
}

.validation-alert.ai-feedback {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border: 2px solid #f59e0b;
    color: #92400e;
    animation: feedbackSlideIn 0.4s ease-out;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
}

.char-counter {
    margin-top: 6px;
    font-size: 0.85rem;
    color: #6b7280;
    text-align: right;
}

.char-counter.over-limit {
    color: #b91c1c;
    font-weight: 600;
}

@keyframes feedbackSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.validation-alert.ai-feedback.updated {
    animation: feedbackPulse 0.6s ease-out;
}

@keyframes feedbackPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 6px 20px rgba(245, 158, 11, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
    }
}

.ai-feedback-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ai-feedback-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #92400e;
}

.ai-feedback-header i {
    font-size: 1.25rem;
    color: #f59e0b;
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.ai-feedback-message {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #78350f;
    font-weight: 500;
}

.ai-feedback-insights {
    margin-top: 4px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border-left: 4px solid #f59e0b;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.ai-feedback-insights strong {
    display: block;
    margin-bottom: 10px;
    color: #92400e;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ai-feedback-insights ul {
    margin: 0;
    padding-left: 22px;
    list-style-type: disc;
}

.ai-feedback-insights li {
    margin-bottom: 8px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #78350f;
    font-weight: 500;
}

.ai-feedback-insights li:last-child {
    margin-bottom: 0;
}

.custom-modal-footer {
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    padding: 1.5rem;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.modal-action-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: none;
}

/* Custom button classes */
.custom-btn-secondary {
    background: #f1f5f9;
    color: #64748b;
}
.custom-btn-secondary:hover {
    background: #e2e8f0;
}

.custom-btn-primary {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
}
.custom-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99,102,241,0.3);
}

/* Style for the fake textarea */
.wrapper-text-area-writing-prompt {
    margin-top: 1em;
    width: 100%;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem;
    background: white;
    min-height: 80px;
    overflow-y: auto;
    position: relative;
    max-height: 500px;
}
.text-chunk[contenteditable="true"] {
    outline: none;
    min-height: 60px;
    font-size: 1.4rem;
}
.playTTSSentence{
    font-size: 14px;
    float: right;
}
.playTTSSentence img{
    height: 20px;
}
#sentenceModal .instructions{
    font-size: 18px;
    font-weight: bold;
}
.color-green{
    color: green;
}
/* Container principal do Driver.js */
.driver-popover {
  max-width: 400px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
  border: 1px solid #e3e8f7 !important;
  padding: 20px !important;
  font-family: 'Segoe UI', system-ui, sans-serif !important;
}

/* Cabeçalho do card tutorial */
.card-tutorial .wrapper-tts-and-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  background: #f8f9ff;
  padding: 12px;
  border-radius: 8px;
}

.card-tutorial h4 {
  font-size: 1.2rem !important;
  color: #2d3753 !important;
  margin: 0 !important;
  font-weight: 400;
}
.card-tutorial p{
  font-size: 18px;
}


/* Botão primário */
.card-tutorial .btn-primary {
  background: #4a6cf7 !important;
  border: none !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  transition: all 0.2s ease;
  text-decoration: none !important;
  display: inline-block !important;
  margin-top: 8px !important;
}

.card-tutorial .btn-primary:hover {
  background: #3b5ad6 !important;
  transform: translateY(-1px);
  
}

/* Área de navegação (botões next/prev) */
.driver-popover-footer {
  border-top: none !important;
  padding: 16px 0 0 0 !important;
  margin-top: 16px !important;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.driver-popover-footer button {
  padding: 8px 16px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  transition: all 0.2s ease !important;
  text-shadow: none;
}

.driver-popover-footer button:hover {
  transform: translateY(-1px);
}

/* Progresso */
.driver-progress-bar {
  background: #e2e8f0 !important;
  height: 4px !important;
}

.driver-progress-item {
  background: #4a6cf7 !important;
}

.card-tutorial  .btn-super-cta{
    font-weight: normal !important;
}

/* Responsividade */
@media (max-width: 480px) {
  .driver-popover {
    max-width: 90% !important;
    padding: 16px !important;
  }
  
  .card-tutorial .wrapper-tts-and-title {
    flex-direction: column;
    align-items: flex-start;
  }
}  
.driver-popover-close-btn {
    background: #f13a00;
    color: #FFF;
    padding: 0;
    border-radius: 0 9px;
    width: 30px;
    height: 30px;
    line-height: 0;
    top: -1px;
    right: -1px;
}
/* Container dos botões */
.driver-popover-navigation-btns {
    display: flex !important;
    gap: 12px !important;
    margin-top: 24px !important;
    justify-content: flex-end !important;
}

/* Estilo base para ambos botões */
.driver-popover-prev-btn,
.driver-popover-next-btn {
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border: none !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    letter-spacing: 0.5px !important;
}

/* Botão Next - Estilo principal */
.driver-popover-next-btn {
    background: linear-gradient(135deg, #4a6cf7 0%, #3b5ad6 100%) !important;
    color: white !important;
    box-shadow: 0 4px 6px rgba(74, 108, 247, 0.2) !important;
    position: relative;
    overflow: hidden;
}

.driver-popover-next-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(74, 108, 247, 0.3) !important;
}

.driver-popover-next-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 4px rgba(74, 108, 247, 0.2) !important;
}

/* Botão Previous - Estilo secundário */
.driver-popover-prev-btn {
    background: #f8f9ff !important;
    color: #4a6cf7 !important;
    border: 1px solid #e3e8f7 !important;
    transition: all 0.3s ease !important;
}

.driver-popover-prev-btn:hover:not(.driver-popover-btn-disabled) {
    background: #eef1ff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 6px rgba(74, 108, 247, 0.1) !important;
}

/* Efeito de onda ao clicar */
.driver-popover-next-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.driver-popover-next-btn:active::after {
    transform: scale(1);
    opacity: 0;
}

/* Estado desabilitado */
.driver-popover-btn-disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
    background: #f8f9ff !important;
    color: #a0aec0 !important;
}

/* Setas estilizadas */
.driver-popover-prev-btn::before {
    color: currentColor;
}

.driver-popover-next-btn::after {
    color: currentColor;
}
.wrapper-custom-sweet-alert{
    padding-top: 1.2em;
    background: linear-gradient(to bottom right, #FFF4E4 0%, #FFF 40%, #FFF 60%, #F2FFEE 100%) !important;
    border-radius: 24px !important;
    font-family: 'Poppins', sans-serif !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    position: relative;
    overflow: hidden;
}
.wrapper-custom-sweet-alert-white-top{
    padding-top: 1.2em;
    background: linear-gradient(to bottom right, #FFF 0%, #FFF 40%, #FFF 60%, #F2FFEE 100%) !important;
    border-radius: 24px !important;
    font-family: 'Poppins', sans-serif !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    position: relative;
    overflow: hidden;    
}
.-wrapper-static-coin {
    position: relative;
    display: inline-block; /* Mantém o tamanho do container proporcional à imagem */
}

.-wrapper-static-coin img {
    display: block; 
    position: relative;
    z-index: 2; 
}

/* Efeitos comuns */
.coin-glow{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}


/* Raios giratórios */
.coin-rays {
    width: 300px;
    height: 300px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffd700" d="M12 1L14.5 8.5H22L16 13.5L18.5 21L12 16L5.5 21L8 13.5L2 8.5H9.5L12 1Z"/></svg>');
    animation: spin_coin 8s linear infinite;
    opacity: 0.4;
    position: absolute;
    top: 85px;
    left: 90px;
}

/* Brilho pulsante */
.coin-glow {
    width: 130%;
    height: 130%;
    background: radial-gradient(circle, rgba(255,215,0,0.5) 0%, transparent 70%);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes spin_coin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.95); }
    50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.1); }
    100% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.95); }
}
/* Mobile */
@media (max-width: 480px) {
    .driver-popover-navigation-btns {
        flex-direction: column-reverse;
        gap: 8px !important;
    }
    
    .driver-popover-prev-btn,
    .driver-popover-next-btn {
        width: 100% !important;
        justify-content: center;
        padding: 12px 16px !important;
    }
    
}
.new-update{
    background: linear-gradient(45deg, #FFC832, #FFD700);
    color: #453300;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100px;
    padding: 2px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 0.75em;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(255, 200, 50, 0.3);
    transform-origin: center bottom;
    border: 2px solid #FFD740;
    cursor: pointer;
    text-align: center;
    pointer-events: none;
    z-index: 2;  
}
/*/ Small devices (landscape phones, 576px and up)/*/
@media (max-width: 767px){
    
    .d-flex-elements {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }    
    .stick-search-student{
        position:  relative !important;
    }
    

    .wrapper-book-info{
        flex-direction: column;
    }
    .wrapper-book-info .info_book_card_back, .wrapper-book-info .info_book_card_back_student_resume{
        width: auto;
    }    
    
    #teacher-message{
        display: none;
    }
    .flex-interface{
        flex-direction: column;
        padding: 0;
        margin-top: 1em;
        gap:10px;
    }
    .card-item{
        flex:1;
        transform: inherit !important;
        margin-bottom: 1em;
        height: auto;
    }
    .wrapper-avatar-profile {
        background: #FFF;
        padding: 10px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex: 1;
    } 
    
    .student-panel-title{
        display: block;
        margin-top: 1em;
    }
    .list-student-articles .card-subject{
        max-width: 300px;
    }
    .card-read-new-article{
        max-width: 300px;
        margin:1em auto;
    }
    .album-body{
        grid-template-columns: repeat(1, 1fr);
    }        
    .wrapper-album:before, .album-frame:before{
        display: none;
    }
    .album-header-page-info{
        padding: 10px 1em;
    }
    .wrapper-dashboard-widget {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px; 
        margin-top: 20px;
    }
    .dashboard-widget-1,.dashboard-widget-2{
        width: 100%;
        max-width: 100%;
    }
    .dashboard-widget-large{
        min-height: 350px;
    }
    .wrapper-teacher-contest{
        flex-direction: column;
    }
    .wrapper-teacher-contest:before{
        display: none;
    }
    .teacher-contest-text{
        padding: 0;
    }
    .wrapper-teacher-contest{
        align-items: flex-start;
    }
    .teacher-contest-time{
        margin-top: 2em;
        max-width: 100%;
    }
    .wrapper-contents-numbers{
        gap:10px;
        padding: 10px;
    }
    .widget-number{
        flex:1;
        padding: 10px;
    }    
    .change-voice-label{
        display: none;
    }
    #logo{
        width: 130px !important;
    }
    .current-page h1{
        font-size: 1.4em;
    }
    .notification-area{
        margin-right: 10px;
    }
    #teacher-message{
        display: none !important;
    }
    .color-select-text{
        gap:4px !important;
    }
    .dashboard-widget-2 a{
        height: 200px;
    }
    .card-item{
        transform: scale(1) !important;
    }
    .wrapper-search-results{
        flex-direction: column;
        text-align: center;        
    }
    .btn-help-book{
        display: none;
    }
}



/*/ Medium devices (tablets, 768px and up)/*/
@media (min-width: 768px) and (max-width: 991px){
    
    .wrapper-book-info{
        flex-direction: column;
    }
    .wrapper-book-info .info_book_card_back, .wrapper-book-info .info_book_card_back_student_resume{
        width: auto;
    }
    .flex-interface{
        justify-content: space-between;
        padding: 0;
        margin-top: 1em;
    }
    .card-item{
        flex:1;
    }
    .wrapper-avatar-profile {
        display: flex;
        gap: 10px;
        background: #FFF;
        padding: 10px;
        border-radius: 10px;
        margin: 0 auto;
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    } 
    
    .wrapper-avatar-profile-image{
        width: 70px;
        min-width: 70px;
        height: 70px;        
    }   
    .wrapper-avatar-profile-info h2{
        font-size: 20px;
    }
    .card-item-info h3{
        font-size: 24px;
    }

    .album-body{
        grid-template-columns: repeat(2, 1fr);
    }
    .current-page h1{
        font-size: 1.3em;
    }    
    .current-page h1, .current-page span, .current-page .btn-back-page{
     /*margin-left: 0.8em;*/
    }     

    .wrapper-dashboard-widget {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px; 
        margin-top: 20px;
    }
    .dashboard-widget-1,.dashboard-widget-2{
        width: 100%;
        max-width: 100%;
    }
    .dashboard-widget-large{
        min-height: 350px;
    }
    .wrapper-teacher-contest{
        flex-direction: column;
    }
    .wrapper-teacher-contest:before{
        display: none;
    }
    .teacher-contest-text{
        padding: 0;
    }
    .wrapper-teacher-contest{
        align-items: flex-start;
    }
    .teacher-contest-time{
        margin-top: 2em;
        max-width: 100%;
    }
    .wrapper-contents-numbers{
        gap:20px;
        padding: 10px;
    }
    .widget-number{
        flex:1;
    }
    .btn-help-book{
        display: none;
    }    
     .widget-contest{
        display: none;
    }
}
@media (min-width: 991px) and (max-width: 1300px) {
    .widget-row {
        display: grid;
        grid-template-columns: 75% 25%;
        grid-template-rows: auto auto;
        gap: 1rem;
        align-items: stretch; /* permite que os elementos se estiquem verticalmente */
    }

    .word-of-the-day.large-widget {
        grid-column: 1;
        grid-row: 1 / span 2; 
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }

    .mastered-words-widget {
        grid-column: 2;
        grid-row: 1;
        min-height: 200px; /* Exemplo, garantindo visibilidade */
    }

    .widget-contest{
        min-height: 200px;
        display: none;
    }
    .leader-board-widget {
        grid-column: 2;
        grid-row: 2;
        min-height: 200px; /* Exemplo, garantindo visibilidade */
    }
    .image-widget-title h3{
        font-size: 14px;
    }
    .image-widget-title i{
        display: none;
    }

}


/*/Large devices (desktops, 992px and up)/*/
@media (min-width: 992px) and (max-width: 1199px) {
    .last-widget-line{
        min-height: 280px;
    }
    #petCanvas{
        bottom: 33px;
    }
    .card-item img{
        width: 110px !important;
        height: 110px !important;
    }
    .wrapper-album-figure{
        min-height: 250px;
    }
    .album-body{
        grid-template-columns: repeat(3, 1fr);
    }
    .panel-sidebar{
        width: 230px;
        transform: translateX(0px) !important;
    }    
    .card-subject-thumb {
        width: 100%;
        overflow: hidden;
        border-radius: 5px;
        height: 209px;
    }
    .card-subject-thumb img{
        height: 100%;
    }
    .card-subject-name-wrapper h3{
        font-size: 16px;
    }
    .card-subject-name-wrapper{
        padding: 10px;
        width: 90%;
    }
    .card-item-info h3{
        font-size: 26px;
    }
    .card-read-new-article{
        padding: 10px;
    }
    .card-read-new-article span{
        line-height: 1.2;
        padding-top: 10px;
    }
    .container{
        max-width: 1100px;
    }
    .wrapper-avatar-profile-info h3{
        font-size: 18px;
    }
    .flex-interface{
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    }
    .feedback{
        gap:5px;
        flex-direction: column;
    }
    .rating{
        gap: 10px !important;
        order: 2;
        padding: 16px;
    }
    .vote-locked{
        flex-direction: column;
    }
    .star{
        width: 25px;
        height: 25px;
    }
    .current-page h1{
        font-size: 1.3em;
    }    
    .dashboard-widget-1,.dashboard-widget-2{
        width: 100%;
        max-width: 100%;
    }
    .dashboard-widget-large{

    }  
    .dashboard-widget-2 a{
        max-width: 140px;
        min-width: 140px;
    }
    .bn-logo-dashboard{
        width: 120px;
    }
    .pet-logo-dashboard{
        width: 130px;
    }

    .dashboard-widget-large:hover .pet-logo-dashboard{
        width: 120px;
    }
    .dashboard-widget-large:hover .bn-logo-dashboard{
        width: 130px;
    }
    .wrapper-teacher-contest:before{
        display: none;
    }
    .teacher-contest-time{
        margin-top: 1em;
    }
    .teacher-contest-text{
        padding: 0;
    }
    .widget-absolute-link{
        font-size: 16px;
    }

}
@media (min-width: 1200px) and (max-width: 1400px) {
    .flex-interface{
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    }
    .panel-sidebar{
        width: 230px;
        transform: translateX(0px) !important;
    }    
}

/* ========================================
   🎨 PREMIUM WORDLIST CARDS DESIGN
   ======================================== */

.premium-wordlist-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(226, 232, 240, 0.8);
  position: relative;
}

/* Buffer invisível para prevenir flickering no hover */
.premium-wordlist-card::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  pointer-events: auto;
}

.premium-wordlist-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
}

/* ========== HEADER ========== */
.premium-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px 14px 18px;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border-bottom: 1px solid #e2e8f0;
}

.card-title-area {
  flex: 1;
  min-width: 0;
}

.card-main-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 6px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 42px;
}

.card-category-badge {
  display: inline-block;
  padding: 3px 10px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 11px;
  font-weight: 600;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.card-category-badge.cat-vocabloco {
  background: linear-gradient(135deg, #e9d5ff 0%, #d8b4fe 100%);
  color: #7c3aed;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.15);
}

.premium-wordlist-card:hover .card-category-badge.cat-vocabloco {
  background: linear-gradient(135deg, #d8b4fe 0%, #c084fc 100%);
  box-shadow: 0 3px 12px rgba(124, 58, 237, 0.25);
}

.card-category-badge.cat-teacher {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  color: #d97706;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.15);
}

.premium-wordlist-card:hover .card-category-badge.cat-teacher {
  background: linear-gradient(135deg, #fde68a 0%, #fcd34d 100%);
  box-shadow: 0 3px 12px rgba(217, 119, 6, 0.25);
}

.card-schedule-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fef3c7;
  color: #d97706;
  border-radius: 10px;
  font-size: 16px;
  flex-shrink: 0;
}

/* ========== IMAGE ========== */
.premium-card-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.premium-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-wordlist-card:hover .premium-card-image img {
  transform: scale(1.08);
}

.image-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}

.card-number-corner {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.95) 0%, rgba(37, 99, 235, 0.95) 100%);
  color: white;
  font-weight: 800;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  z-index: 6;
  transition: all 0.3s ease;
}

.premium-wordlist-card:hover .card-number-corner {
  transform: scale(1.08);
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
}

/* Status Badge - Bottom Center */
.status-bottom-badge {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 16px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  backdrop-filter: blur(10px);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
  z-index: 5;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.status-bottom-badge i {
  font-size: 13px;
}

.status-bottom-badge.badge-available {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.96) 0%, rgba(5, 150, 105, 0.96) 100%);
  border: 2px solid rgba(16, 185, 129, 0.6);
  box-shadow: 0 3px 12px rgba(16, 185, 129, 0.4), 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.status-bottom-badge.badge-upcoming {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.96) 0%, rgba(217, 119, 6, 0.96) 100%);
  border: 2px solid rgba(245, 158, 11, 0.6);
  box-shadow: 0 3px 12px rgba(245, 158, 11, 0.4), 0 0 0 1px rgba(245, 158, 11, 0.2);
}

.status-bottom-badge.badge-expired {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.96) 0%, rgba(234, 88, 12, 0.96) 100%);
  border: 2px solid rgba(249, 115, 22, 0.6);
  box-shadow: 0 3px 12px rgba(249, 115, 22, 0.4), 0 0 0 1px rgba(249, 115, 22, 0.2);
}

.premium-wordlist-card:hover .status-bottom-badge {
  transform: translateX(-50%) scale(1.08);
}

.premium-wordlist-card:hover .status-bottom-badge.badge-available {
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.5), 0 0 0 2px rgba(16, 185, 129, 0.3);
}

.premium-wordlist-card:hover .status-bottom-badge.badge-upcoming {
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.5), 0 0 0 2px rgba(245, 158, 11, 0.3);
}

.premium-wordlist-card:hover .status-bottom-badge.badge-expired {
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.5), 0 0 0 2px rgba(249, 115, 22, 0.3);
}

/* ========== INFO SECTION ========== */
.premium-card-info {
  padding: 18px 20px;
  background: white;
}

.info-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
  font-size: 13px;
}

.stat-item i {
  font-size: 16px;
  color: #3b82f6;
}

.stat-item strong {
  color: #1e293b;
  font-weight: 700;
}

.stat-divider {
  width: 1px;
  height: 20px;
  background: #e2e8f0;
}

/* ========== FOOTER ========== */
.premium-card-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(to bottom, #fafbfc 0%, #f8fafc 100%);
  border-top: 1px solid #e5e7eb;
  margin-top: auto;
}

.premium-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px 24px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  font-weight: 700;
  font-size: 16px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.premium-view-btn i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.premium-view-btn:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
  color: white;
}

.premium-view-btn:hover i {
  transform: translateX(4px);
}

.last-access-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 500;
}

.last-access-mini i {
  font-size: 12px;
  opacity: 0.7;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .premium-card-header {
    padding: 14px 16px;
  }
  
  .card-main-title {
    font-size: 14px;
  }
  
  .premium-card-image {
    height: 160px;
  }
  
  .status-bottom-badge {
    font-size: 11px;
    padding: 6px 14px;
  }
  
  .premium-view-btn {
    width: 100%;
    }    
}