/*** Variáveis ***/ 
:root {
    --color-primary: #358853;
    --color-background-softgrey: #f3f3f3;
    --color-background-custom-blue: #0052d4;
    --navbar-height: 70px;
    --sidenavbar-width: 92px;
    --main-content-left: calc(var(--sidenavbar-width));
    --top-warning-height: 48px;
    --total-height-header: calc(var(--navbar-height)); /* + var(--top-warning-height));*/
    --logo-font-size: 2.4rem;
    --logo-o-font-size: 4rem;
    --logo-font-size-small: 1.6rem;
    --logo-o-font-size-small: 3rem;
}
/*** ./Variáveis ***/ 

/* Loader */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid rgb(202, 202, 202);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #c0c0c0 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#load-active-container {
    justify-content: center;
    align-items: center;
    position:fixed;
    width:100%;
    height:100%;
    z-index:1056;
    background:rgb(255 255 255 / 66%);
    top:0px;
}

#spinner-tools-bar-text {
    animation: blinker 1s linear infinite;
}

.blinking-text {
    animation: blinker 1.5s linear infinite;
}
  
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.loading-cursor {
    cursor: progress;
    pointer-events: all;
}

.loader-talk {
    font-family: 'Roboto Mono', 'Red Hat Mono', 'Share Tech Mono', monospace;
}

/*** Loaders do HTMX ****/
.htmx-indicator{
    opacity:0;
    display:none;
    transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator{
    opacity:1;
    
}
.htmx-request.htmx-indicator{
    opacity:1;
    display:inline-flex;
}
/*** ./Loaders do HTMX ****/

/* ./Loader */

/*** Alturas do Header e Conteúdo ***/
header {
    height: var(--navbar-height); /* Define a altura do cabeçalho */
}
 
.all_page {
    margin-top: var(--navbar-height);
}

.main-content-with-bar-height {
    height: calc(100vh - var(--navbar-height));
}
  
.content {
    height: calc(100vh - var(--total-height-header)); /* Define a altura da div de conteúdo subtraindo a altura do cabeçalho */
    padding:  var(--total-height-header) 0 0 0;
    /* --bs-gutter-x: -1.5rem; */
    --bs-gutter-y: 0;
}

#mainContent {
    margin-left: calc(var(--main-content-left));
}


#main-content .btn:disabled {
    cursor: progress;
    pointer-events: all;
}

.main-content-bg {
    background-color: rgb(249 249 249);
}

/*** Navbar AND SIDEBAR ***/

.sidenav-height {
    height: auto; /*calc(100vh - var(--total-height-header));*/
}

.bg-custom-blue {
    background-color: var(--color-background-custom-blue);
}

#site_navbar {
    z-index: 3;
    /* border-bottom: 0px; */
    /* background-color: #ffffff; */
}

header .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 500;
    /* font-family: 'Rubik'; */
    color:#363739;
    font-size: 0.9rem;
    /* color:white; */
}

.custom-select {
    color: #495057;
    background-color: #6c757d !important; /* ajuste para garantir a visibilidade do texto em fundos claros e escuros */
    border: none;
}
.custom-select:focus {
    border-color: inherit;
    box-shadow: none;
}

.list-group-item {
    padding:0px;
}


.side-nav-logo {
    height: 40px;
} 


.remaining_credits.grow {
    font-size:3rem;
}

.remaining_credits {
    font-size:1.5rem;
    transition: font-size 0.5s;  
}

.badge-ai-button {
    background-color: #eda100;
    color: #ffffff;
    font-size: 0.7rem;
    padding: 5px;
}

.fixed-sidenav::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.fixed-sidenav::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.fixed-sidenav::-webkit-scrollbar-thumb {
    background: #919b9f;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.fixed-sidenav::-webkit-scrollbar-thumb:hover {
    background: #b7c2c6;
}

.fixed-sidenav::-webkit-scrollbar-thumb:active {
    background: #646d71;
}

.fixed-sidenav::-webkit-scrollbar-track {
    background: #48505c;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.fixed-sidenav::-webkit-scrollbar-track:hover {
    background: #666666;
}

.fixed-sidenav::-webkit-scrollbar-track:active {
    background: #333333;
}

.fixed-sidenav::-webkit-scrollbar-corner {
    background: transparent;
}

/* .navbar-switch  .form-check-input:checked {
    border-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230052d4'/%3e%3c/svg%3e")
}

.navbar-switch  .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230052d482'/%3e%3c/svg%3e")
}

.navbar-switch .form-check-input:focus {
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(252, 255, 47, 0.25) !important;
}

.navbar-switch .form-check-input:checked {
    background-color:#ffe600;
}

.navbar-switch .form-check-input {
    margin-top:1px;
    width:2.9rem;
} 

.navbar-switch .form-check-input {
    height: 1.4em;
}*/

/*** ./Navbar AND SIDEBAR ***/ 



/*** LANDING PAGE ***/


#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    /* top: -50px; */
    bottom: 0;
    z-index: -1;
}

.overlay-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.533);
}

.sans-serif-font {
    font-family: "Helvetica Neue","Helvetica",Arial,system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.landing_container > section {
    /* font-family: 'Rubik'; */
}

.landing_container .card:hover::after {
    opacity: 1;
}

.landing_container .card:hover .btn-outline-primary{
    color:white;
    background:#007bff;
}

.landing_container .card h1 {
    font-weight: 800;
} */

.cursor_not_allowed {
    cursor: not-allowed;
}

.landing_container .accordion-item, .accordion-button {
    background: transparent;
}

.landing_container .accordion-item {
    border:0px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding:10px 0px;
}

.landing_container .accordion-button:not(.collapsed) {
    background: transparent;
    font-weight:700;
}

  
.videoWrapper iframe {
    width: 50vw;
    height: calc(50vw/1.77);
}

.yellow-blue-gradient-background {
    background: linear-gradient(300deg,#efe807,#ffbf06,#08a3fc);
    background-size: 180% 180%;
    animation: gradient-animation 12s ease infinite;
  }

.yellow-dark-gradient-background {
    background-color: #ffaa00;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23ffb100' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23ffb800' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ffbe00' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ffc500' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23ffcc00' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ffd914' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23ffe529' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23ffef3d' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fff852' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffff66' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    /* background-attachment: fixed; */
    background-size: cover;
    animation: gradient-animation 16s ease infinite;
  }

.purple-blue-gradient-background-bagde {
    background-image:linear-gradient(279deg, rgb(161, 94, 232) 0%, rgb(109, 141, 255) 100%);
    color:#fff;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Configuração para deixar os cards com a mesma altura */
#planos .row.row-cols-md-3.row-cols-1.g-5.mb-5.justify-content-evenly {
    display: flex;
    flex-wrap: wrap;
}
  
#planos .col {
    display: flex;
}
  
#planos .card {
    flex: 1; 
}

.disabled-icon {
    pointer-events: none;
    opacity: 0.4;
}

.video-header-landing-top {
    top: -200px;
}

/* Se a altura da tela for menor que 600px, aplicar estilos diferentes */
@media screen and (max-height: 920px) {
    .video-header-landing-top {
        top: -10px;
    }
}

#landing_resources .title {
    font-weight: 500;
    /* color:#fff; */
}

.video-container {
    position: relative;
    display: inline-block;
}

.video-thumbnail {
    width: 100%;
    height: auto;
    display: block;
}

.youtube-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 48px;
    cursor: pointer;
    /* display: none; */
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/09/YouTube_full-color_icon_%282017%29.svg');
    background-size: cover;
    background-color: transparent;
    border: 0px;
}


.text-yellow-gradient {
    background: -webkit-linear-gradient(#ffb400, #ffb400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.white_arrow_select{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/*** LANDING PAGE ***/

/*** Logo ***/
.logo {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: var(--logo-font-size);
    letter-spacing: -0.1rem;
}

.logo-o {
    position: absolute;
    color:#ff76ed;
    font-family:'Poppins';
    font-size: var(--logo-o-font-size);
    font-weight: 300;
    margin-top: -23px;
    margin-left: -11px;
}

.logo-fy {
    margin-left: 23px;
    z-index: 1;
    position: relative;
}

.logo-small {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #202020;
    font-size: var(--logo-font-size-small);
    letter-spacing: -0.05rem;
}

.logo-o-small {
    position: absolute;
    color:#ffb400;
    font-family:'Poppins';
    font-size: var(--logo-o-font-size-small);
    font-weight: 400;
    margin-top: -19px;
    margin-left: -4px;
}

.logo-fy-small {
    margin-left: 26px;
    z-index: 1;
    position: relative;
}

.logo-custom-color {
    color: purple;
}

.logo-navbar {
    height:30px;
}

/*** ./Logo ***/

/*** Style geral ***/

hr {
    color: #bcbcbc;
}
.btn:active {
    font-weight: bold;
    font-size: calc(inherit + 0.1rem);
}

.touched {
    font-weight: bold;
    font-size: calc(inherit + 0.2rem);
}

.base-font {
    font-family: 'Rubik', sans-serif;
}

.hidden {
    display: none;
}

/* .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
} */

.glass-background {
    background: rgb(255 255 255 / 90%);
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(5px);
}

.toast {
    box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,.05);
}


#my-plans .list-group-flush>.list-group-item, #planos .list-group-flush>.list-group-item  {
    border:0px;
}


.modal-header h3, .modal-header h4 {
    color:#2b2b2b;
}

.modal-body h3, .modal-body h4, .modal-body h5 {
    color:#606060;
}

.bncc-competency-text {
    font-size:1.07rem;
    
}

#initial_activity_tips .detailment-img {
    max-height:180px;
}





.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
}

.btn-outline-secondary:hover {
    color: currentColor;
    /* background-color: #6c757d; */
    border-color: #6c757d;
}

.grade-level-btn-group {
    display: flex;
    flex-wrap: wrap;
}

/* ./ Style geral ***/


/* ANIMATIONS */

@keyframes blink {
    50% {
      opacity: 0;
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fadeIn 1s ease-out;
}

@keyframes bounce-in {
    0% {
      opacity: 0;
      transform: scale(.9);
    }
    100% { opacity: 1;transform: scale(1); }
}

.bounce-in {
    animation: bounce-in 1.3s ease;
}

@keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}

/* ./ ANIMATIONS */


/*** Cards ***/
.slide-card .card, .suggestion-card .card {
    border:0px;
}

.slide-card .card-text, .suggestion-card .card-text {
    line-height: 1.7rem;
}

#my_activities .card {
    border:0px;
    border-radius:15px;
}

.truncate-card-body {
    font-size: 0.9rem;
    text-overflow: ellipsis;
    width: 100%;
    height:160px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-height: 1.4rem;
}

.truncate-card-title {
    text-overflow: ellipsis;
    width: 100%;
    max-height:5.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 2rem;
    color: #004eff;
    font-weight: 600;
}

.truncate-card-theme {
    text-overflow: ellipsis;
    width: 100%;
    height:1.1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1rem;
}


.card-item {
    padding: 8px 20px;
    border-radius: 5px;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05); */
    text-align: center;
    font-size: 0.9rem;
    cursor: pointer;
    font-weight: 600;
    background: #fff3cd;
    color: #0c6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 95px;
    border: 1px solid #ffecb5;
}

.card-item-border {
    border: 1px solid #67a0ff;
}

.card-item-selected {
    background: #0c6efd;
    color: #f6f6fa;
}

#presentation_container .card, #suggestions_container .card {
    border-radius:20px;
}


#presentation_container .card-title, #suggestions_container .card-title, #my_activities .card-title{
    color: #004eff;
}

#presentation_container .card-text, #suggestions_container .card-text {
    color: #000;
}


/*** ./Cards ***/


/*** Slider ***/

.custom-range::-webkit-slider-thumb {
    background: gray;
}

.custom-range::-moz-range-thumb {
background: gray;
}

.custom-range::-ms-thumb {
background: gray;
}


.custom-range::-webkit-slider-runnable-track {
    background: lightgrey;
}

.custom-range::-moz-range-track {
    background: lightgrey;
}


.custom-range::-ms-fill {
    background: lightgrey;
}

input[type='range']::-webkit-slider-thumb {
    height: 45px;
    width:45px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='61' height='50' viewBox='0 0 61 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='3' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24.625 19.375l-5.25 5.25M24.625 30.25L19.375 25'%3E%3C/path%3E%3Cg%3E%3Cpath d='M36.375 30.625l5.25-5.25M36.375 19.75l5.25 5.25'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

  }

input[type='range']::-webkit-slider-thumb {
    height: 35px;
    width: 35px;
    /* -webkit-appearance: none;
    appearance: none; */
    background-color: var(--bs-primary);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='61' height='50' viewBox='0 0 61 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='3' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24.625 19.375l-5.25 5.25M24.625 30.25L19.375 25'%3E%3C/path%3E%3Cg%3E%3Cpath d='M36.375 30.625l5.25-5.25M36.375 19.75l5.25 5.25'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    background-size: 140%;
    border-radius: 50%;
    background-position: -7px;
    margin-top:-13px;
}

/*** ./Slider ***/



/*** Progress bar ***/
.progress-bar-container {
    position: sticky;
    top: 0;
    padding: 1rem;
    /* z-index: 1000; */
    /* margin-bottom: 2rem; */
}

.progress-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.progress-bar {
    height: 4px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background: #0d6efd;
    transition: width 0.3s ease;
}

.progresses {
    display: flex;
    align-items: center;
}

.progresses > .line{
    width: 120px;
    height: 6px;
    background: #4b91fa;
}

.progresses > .steps{
    display: flex;
    background-color: #0d6efd;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#steps_landing .numbered_item {
    font-size:7rem;
    line-height:3rem;
    color: #e3e3e3;
}

/*** ./Progress bar ***/

/*** Social login button ***/
.google-login-button {
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
    text-align: center;
}

.google-login-button:hover {
    background-color: #f8f8f8;
    color: #3367D6;
}

.google-login-button:active {
    font-weight: 800;
    font-size: calc(inherit + 0.2rem);
}

/* .google-login-button img {
    margin-right: 8px;
} */

/*** ./Social login button ***/

.main-section-container {
    background-color: #ededed40;
    padding: 3rem;
    border-radius: 20px;
}


/*** Form ***/

#activity_modal_container .accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#activity_modal_container .accordion-item:last-of-type {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}



.form-label {
    margin-bottom: 0.6rem;
    font-size: 1rem;
    font-weight: 600;
    /* font-family: 'Open sans', sans-serif; */
}



.ai-button {
    font-size: 0.8rem;
    font-weight: 500;
    /* margin: 5px 3px 0px 0px; */
}

[contenteditable]:focus {
    outline: none; /* Remove o contorno */
}

.no-style-link {
    text-decoration: none; /* Remove o sublinhado */
    color: inherit; /* Faz com que a cor do link seja a mesma que a cor do texto ao redor */
    /* cursor: default; Muda o cursor para o padrão em vez da mãozinha */
}
  
.no-style-link:hover,
.no-style-link:visited,
.no-style-link:active,
.no-style-link:focus {
    text-decoration: none;
    color: inherit;
}

.hover-shadow {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}


/*** ./Form ***/


/*** Draft ***/

.activity_container {
    background: white;
    border: 1px solid #eeeeee;
    /* border-radius:20px; */
}

.content_li {
    display: inline;
}

.content_li::after {
    content: "\A";
    white-space: pre;
}

.detailment_li {
    border-left: 5px solid #d2d2d2;
    font-size: 0.96rem;
    color: #4b4b4b;

}

.editable-hover {
    background-color: #ffffff;
    border: 15px solid #ffffff;
    margin: 0px -15px 0px -15px;
    padding-bottom: 0px;
    border-radius: 3px;
    font-family: inherit;
    font-size: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    padding-top: 0px;
}

.editable-hover p {
	margin-bottom:0.2rem;
}

/* .saved-alert-button {
    position: absolute;
    display: inline-block;
    font-size: 0.9rem;
    padding: 9px 0px;
    animation-name: fadeOut;
    animation-duration: 1s; 
    animation-delay: 3s; 
    animation-fill-mode: forwards; 
} */

.content-editable-input-like {
    background: white;
    padding: 3px 4px;
    border: 1px solid #bababa;
    border-radius: 2px;
}

.draft-container h2 {
    border-bottom: 15px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top:10px;
}

.draft-container li p {
   margin-top:0px;
   margin-bottom:0px;
}

/*** ./Draft ***/

  



/***** BLOB PULSING *****/
.blob {
	border-radius: 50%;
	margin: 10px;
	color:#ffbaf6;
    background-color:white;
    margin:0px;
	box-shadow: 0 0 0 0 rgb(149 22 149);
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(149, 22, 149, 0.5);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(149, 22, 149, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0149, 22, 149, 0);
	}
}

/*** ./Blob pulsing ***/

/***** Progress Bar *****/



/* .box-curved-shadow::before,
.box-curved-shadow::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 40%;
  height: 10px;
  box-shadow: 0 5px 14px rgba(0,0,0,.3);
  z-index: -1;
  transition: all .3s ease-in-out;
}

.box-curved-shadow::before {
  left: 15px;
  transform: skew(-5deg) rotate(-5deg);
}

.box-curved-shadow::after {
  right: 15px;
  transform: skew(5deg) rotate(5deg);
}

.box-curved-shadow:hover::before,
.box-curved-shadow:hover::after {
  box-shadow: 0 2px 14px rgba(0,0,0,.7);
} */
 


/****** Typewriter Effect *******/
.typewriter_effect {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: 
      typing 3.5s steps(40, end),
      blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
from { width: 0 }
to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: orange; }
}

/**** Another Typewriter Effect ******/
.container-typewriter{
display: inline-block;
}
.typed-out{
position: relative;
float: left;
margin: 0;
/* font-size: 2rem; */
/* letter-spac  ing: 0px; */
}

@keyframes typing {
from { width: 0 }
to { width: 100% }
}

/**** Another Typewriter Effect ******/
.typed-out span {
    position: absolute;
    top: 5;
    right: -20;
    bottom: 5;
    width: 0;
    background: #fff;
    border-left: 8px solid #fff;
    animation-name: typing_style, blinking;
    animation-duration: 2s, 0.6s;
    animation-iteration-count: 1, 8;
    animation-timing-function: steps(21,end), steps(1,end);
    /* animation-delay: 0s, 5s; */
}

@keyframes typing_style {
    0%   { width: 100%; }
    100% { width: 0; }
}

@keyframes blinking {
    0%   { border-color: transparent; }
    50% { border-color: #c6dbfa; }
    100% { border-color: transparent; }
}

.type-white {
    color: #fff;
    background:
      linear-gradient(-90deg,#fff 5px,#fff 0) 10px 0,
      linear-gradient(#fff 0 0) 0 0;
    background-size:calc(var(--n)*1ch) 200%;
    -webkit-background-clip:padding-box,text;
    background-clip:padding-box,text;
    background-repeat:no-repeat;
    animation: 
    n .7s infinite steps(1),   
    m calc(var(--n)*.02s) steps(var(--n)) forwards;
}

@keyframes m{
    from {background-size:0 200%}
}
@keyframes n{
    50% {background-position:0 -100%,0 0}
}

.type {
    color: #0000;
    background:
      linear-gradient(-90deg,#000 5px,#0000 0) 10px 0,
      linear-gradient(#000 0 0) 0 0;
    background-size:calc(var(--n)*1ch) 200%;
    -webkit-background-clip:padding-box,text;
    background-clip:padding-box,text;
    background-repeat:no-repeat;
    animation: 
     b .7s infinite steps(1),       
     t calc(var(--n)*.02s) steps(var(--n)) forwards;
}


#suggestions_container .type {
    background: linear-gradient(-90deg,#fff 5px,#fff 0) 10px 0, linear-gradient(#fff 0 0) 0 0;
    background-size: calc(var(--n)*1ch) 200%;
    -webkit-background-clip: padding-box,text;
    background-clip: padding-box,text;
    background-repeat: no-repeat;
}

#activity_modal_container .typewriter {
    margin:auto;
    width: fit-content;
}

.typewriter-label {
    animation: blink 2.5s linear infinite;
}

/****** ./Typewriter Effect *******/



/****** ANIMATIONS FOR MAIN CONTAINERS ******/
#main-content.show {
    opacity: 0; /* Começa com opacidade 0 */
    display: block; /* Mostra a div */
    transition: opacity 1s ease-in-out; /* Adiciona a transição de fade-in */
}

/* Adicionar opacidade 1 quando a div é mostrada */
.main-content.show.visible {
    opacity: 1;
}

#activity_modal_container .modal-header, #my_activities .modal-header, #update-user-profile .modal-header, #suggestions  .modal-header, #presentation  .modal-header, .draft-header.modal, .modal-header.additional-info-header {
    display:block;
    /* padding-top:2rem; */
    /* background-color: #fff; */
    border:0px;
}

#activity_modal_container .modal-footer, #my_activities .modal-footer, #update-user-footer .modal-footer, #suggestions  .modal-footer, #presentation .modal-footer, #update-user-profile .modal-footer {
    display:flex;
    justify-content: center;
    border-top:0px;
}

#activity_modal_container .modal-header label, #my_activities .modal-header label {
    color: #8d8d8d;
}

/* ./ ANIMATIONS FOR MAIN CONTAINERS ******/




/* .circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
} */



/* @keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

} */

/**** OVERFLOW SIDENAV ****/

/* Chrome, Edge and Safari */
/* .fixed-sidenav::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
.fixed-sidenav::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #4F9DEB;
}

.fixed-sidenav::-webkit-scrollbar-track:hover {
    background-color: #585CC2;
}

.fixed-sidenav::-webkit-scrollbar-track:active {
    background-color: #4145C2;
}

.fixed-sidenav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #FFFFFF;
}

.fixed-sidenav::-webkit-scrollbar-thumb:hover {
    background-color: #F3F3F3;
}

.fixed-sidenav::-webkit-scrollbar-thumb:active {
    background-color: #F3F3F3;
} */



  /* custom scrollbar */
  /* .sidenav-profy::-webkit-scrollbar {
    width: 20px;
  }
  
  .sidenav-profy::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .sidenav-profy::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
  }
  
  .sidenav-profy::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  } */




@media (max-width: 767.98px) {

    /*** Alturas do Header e Conteúdo ***/
    /* header {
        height: auto; 
    }  */


    .fixed-sidenav {
        right:0px;
    }
    
    #mainContent {
        margin-left:0px;
    }

    .main-content-bg:not(:has(#my_activities)) {
        background-color: white;
    } 


    .status-text {
        font-size:0.8rem;
    }
    
    
    /* Seu código CSS aqui será aplicado somente em telas menores que 768px */
    .videoWrapper iframe {
        width: 80vw;
        height: 50vw;
    }

   
    
/* 
    .landing_container .card {
        padding: 10px 20px;
        text-align: center;
    } */
    .logo-navbar {
        height:24px;
    }

    .card-item {
        padding: 10px 20px;
        font-weight: 500;
        min-height: auto;
        font-size:0.83rem;
    }

    .activity_container {
        background: white;border: 0px;
    }

    .bncc-competency-text {
        font-size:0.9rem;
        font-weight: 500;
    }

    .bncc-abilities-container .form-check-label {
        font-size:0.9rem;
    }

    .bncc-abilities-container .form-check-input {
        height:20px;
        width:2.2rem;
    }

    .slide-card .card-text, .suggestion-card .card-text {
        font-size:0.9rem;
    }

    #initial_activity_tips .detailment-img {
        max-height:100px;
    }

    .tools-bar-draft {
        top:var(--total-height-header);
    }

    .side-nav-logo {
        height: 28px;
    } 

    .sidenav-height {
        height: auto;
    }

    #activity_modal_container .main-section-container {
        background-color: #ededed40;
        padding: 2rem 1.2rem;
        border-radius: 20px;
    }

    .draft-container .text, .draft-container .topic_content {
        font-size: 0.9rem;
    }

    .draft-container .main_title {
        font-size: revert;
    }

    .main-section-container {
        padding: 1.5rem;
    }

    .box-curved-shadow::before,
    .box-curved-shadow::after,
    .box-curved-shadow:hover::before,
    .box-curved-shadow:hover::after  {
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }

    .grade-level-btn-group {
        gap: 5px;
    }

    .grade-level-btn-group > .btn-grade-level  {
        border-radius:0px;
    }
    
}
  