/* _content/Sebrae.IA.LessonPlan.Web/Pages/LessonPlan/Index.razor.rz.scp.css */
/* Progress Bar */

.progress-container[b-zchef2lr76] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.step[b-zchef2lr76] {
    display: flex;
    align-items: center;
    color: #ccc;
    font-weight: bold;
    font-size: 13px;
    position: relative;
}

    .step.active[b-zchef2lr76] {
        color: #8a2be2;
    }

    .step.no-click[b-zchef2lr76] {
        pointer-events: none;
        color: #ccc;
    }

    .step .circle[b-zchef2lr76] {
        width: 30px;
        height: 30px;
        background-color: #ccc;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 12px;
    }

    .step.active .circle[b-zchef2lr76] {
        background-color: #8a2be2;
    }

.line[b-zchef2lr76] {
    flex: 1;
    height: 3px;
    background-color: #ccc;
    margin: 0 10px;
}

    .line.active[b-zchef2lr76] {
        background-color: #8a2be2;
    }

/* Mobile Responsive */

@media (max-width: 768px) {

    .progress-container[b-zchef2lr76] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: nowrap;
        position: relative;
        padding: 0 16px;
        box-sizing: border-box;
        padding-bottom: 30px;
    }

    .step[b-zchef2lr76] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
    }

    .step-text[b-zchef2lr76] {
        display: none;
        position: absolute;
        top: 100%;
        margin-top: 10px;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .step.active:not(:has(~ .step.active)) .step-text[b-zchef2lr76] {
        display: block;
    }

    .line[b-zchef2lr76] {
        height: 3px;
        width: 18px;
        margin-left: -3px;
    }
}
/* _content/Sebrae.IA.LessonPlan.Web/Pages/LessonPlan/Modals/EmailModal.razor.rz.scp.css */
/* Button */

.btn-input-group-custon[b-boo1uqbb7o] {
    min-width: 80px;
}
/* _content/Sebrae.IA.LessonPlan.Web/Pages/LessonPlan/Modals/InformationModal.razor.rz.scp.css */
/* Bootstraps */

.mt-md-2[b-wugnjtz6r2] {
    margin-top: .8rem !important;
}

/* Title */

.information-title[b-wugnjtz6r2] {
    color: #8a2be2;
    font-size: 32px;
    border-left: 3px solid #8a2be2;
    padding-left: 10px;
}

.information-description[b-wugnjtz6r2] {
    color: #8a2be2;
    font-size: 15px;
    border-left: 3px solid #8a2be2;
    padding-left: 10px;
}

/* Content */

.modal-content[b-wugnjtz6r2] {
    text-align: left !important;
}

.modal-body-content[b-wugnjtz6r2] {
    text-align: left !important;
}

/* Mobile Responsive */

@media (max-width: 768px) {

    .mt-md-2[b-wugnjtz6r2] {
        margin-top: 0 !important;
    }
}
/* _content/Sebrae.IA.LessonPlan.Web/Pages/LessonPlan/Modals/SubmitModal.razor.rz.scp.css */
/* Button */

.btn-primary-custom[b-tdfbwknc99] {
    padding: 10px 32px;
}

.btn-secondary-custom[b-tdfbwknc99] {
    padding: 10px 24px;
}

@media (max-width: 768px) {

    .btn-primary-custom[b-tdfbwknc99] {
        padding: 10px 30px;
        margin: 0px;
    }

    .btn-secondary-custom[b-tdfbwknc99] {
        padding: 10px 18px;
        margin: 0px;
    }
}
/* _content/Sebrae.IA.LessonPlan.Web/Pages/LessonPlan/Partials/Information.razor.rz.scp.css */
/* Bootstraps */

.mt-md-2[b-y2jtazqms4] {
    margin-top: .8rem !important;
}

/* Mobile Responsive */

@media (max-width: 768px) {

    .mt-md-2[b-y2jtazqms4] {
        margin-top: 0 !important;
    }
}
/* _content/Sebrae.IA.LessonPlan.Web/Pages/LessonPlan/Partials/LessonPlan.razor.rz.scp.css */
/* Button */

.btn-sm[b-xv2p6imrgk] {
    padding: 10px 16px !important;
    min-height: 48px !important;
    max-height: 48px !important;
}

    .btn-sm:hover .spinner-custom[b-xv2p6imrgk] {
        filter: brightness(0) invert(1);
    }

/* Button Icon */

.btn-icon[b-xv2p6imrgk] {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
}

/* Spinner */

.spinner-custom[b-xv2p6imrgk] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    border-width: 2px;
    border-color: #9c40ae;
    border-right-color: transparent !important;
    display: inline-block;
}

/* Icons */

.icons-container[b-xv2p6imrgk] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

/* Cards */

.card-content[b-xv2p6imrgk] {
    border-radius: 10px;
    border: none;
    padding: 20px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
}

    .card-content.lesson[b-xv2p6imrgk] {
        background: linear-gradient(to bottom, #ffd2b4 0%, #ffd2b4 30%, #ffffff 100%);
        background-size: 100% 200px;
        background-repeat: no-repeat;
    }

    .card-content.exercise[b-xv2p6imrgk] {
        background: linear-gradient(to bottom, #fff7b7 0%, #fff7b7 30%, #ffffff 100%);
        background-size: 100% 200px;
        background-repeat: no-repeat;
    }

    .card-content.competence[b-xv2p6imrgk] {
        background: linear-gradient(to bottom, #7598ea 0%, #7598ea 00%, #ffffff 100%);
        background-size: 100% 190px;
        background-repeat: no-repeat;
    }

    .card-content.bncc[b-xv2p6imrgk] {
        background: linear-gradient(to bottom, #75a8d8 0%, #75a8d8 0%, #ffffff 100%);
        background-size: 100% 190px;
        background-repeat: no-repeat;
    }

.card-title[b-xv2p6imrgk] {
    text-align: center;
    color: #333;
}

    .card-title.lesson[b-xv2p6imrgk] {
        font-size: 40px;
        margin: 40px 40px;
    }

    .card-title.exercise[b-xv2p6imrgk] {
        font-size: 35px;
        margin: 45px 45px;
    }

    .card-title.competence[b-xv2p6imrgk] {
        font-size: 30px;
        margin: 45px 45px;
    }

    .card-title.bncc[b-xv2p6imrgk] {
        font-size: 37px;
        margin: 35px 35px;
    }

.card-textarea[b-xv2p6imrgk] {
    font-size: 14px;
    color: #333;
}

/* Feedback */

.feedback-img[b-xv2p6imrgk] {
    width: 100px;
}

.feedback-input-group[b-xv2p6imrgk] {
    padding-right: 15rem;
    padding-left: 15rem;
}

/* Labels */

.label-bad[b-xv2p6imrgk] {
    cursor: pointer;
}

    .label-bad:hover img[b-xv2p6imrgk],
    input:checked + img.bad[b-xv2p6imrgk] {
        filter: none !important;
        opacity: 1 !important;
    }

    .label-bad:hover img[b-xv2p6imrgk],
    input:not(:checked) + img.bad[b-xv2p6imrgk] {
        filter: grayscale(100%);
        opacity: 0.6;
        transition: all 0.3s ease;
    }

.label-medium[b-xv2p6imrgk] {
    cursor: pointer;
}

    .label-medium:hover img[b-xv2p6imrgk],
    input:checked + img.medium[b-xv2p6imrgk] {
        filter: none !important;
        opacity: 1 !important;
    }

    .label-medium:hover img[b-xv2p6imrgk],
    input:not(:checked) + img.medium[b-xv2p6imrgk] {
        filter: grayscale(100%);
        opacity: 0.6;
        transition: all 0.3s ease;
    }

.label-good[b-xv2p6imrgk] {
    cursor: pointer;
}

    .label-good:hover img[b-xv2p6imrgk],
    input:checked + img.good[b-xv2p6imrgk] {
        filter: none !important;
        opacity: 1 !important;
    }

    .label-good:hover img[b-xv2p6imrgk],
    input:not(:checked) + img.good[b-xv2p6imrgk] {
        filter: grayscale(100%);
        opacity: 0.6;
        transition: all 0.3s ease;
    }

/* Mobile Responsive */

@media (max-width: 768px) {

    .btn-sm[b-xv2p6imrgk] {
        margin: 30px 10px 0px 10px !important;
    }

    .icons-container[b-xv2p6imrgk] {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        min-height: 50px;
        gap: 5px;
    }

    .card-content.lesson[b-xv2p6imrgk] {
        background-size: 100% 230px;
        margin-bottom: 25px;
    }

    .card-content.exercise[b-xv2p6imrgk] {
        background-size: 100% 230px;
    }

    .card-content.competence[b-xv2p6imrgk] {
        background-size: 100% 220px;
        margin-bottom: 25px;
    }

    .card-content.bncc[b-xv2p6imrgk] {
        background-size: 100% 180px;
    }

    .card-title.lesson[b-xv2p6imrgk] {
        font-size: 30px;
    }

    .card-title.exercise[b-xv2p6imrgk] {
        font-size: 27px;
    }

    .card-title.competence[b-xv2p6imrgk] {
        font-size: 25px;
    }

    .card-title.bncc[b-xv2p6imrgk] {
        font-size: 26px;
    }

    .feedback-input-group[b-xv2p6imrgk] {
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
/* _content/Sebrae.IA.LessonPlan.Web/Pages/LessonPlan/Partials/Loading.razor.rz.scp.css */
/* Spinner */

.spinner-container[b-mh5mh6x5to] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.spinner-custom[b-mh5mh6x5to] {
    width: 15rem;
    height: 15rem;
    border-width: 1rem;
    border-color: #8a2be2;
    border-right-color: transparent !important;
}

.spinner-text[b-mh5mh6x5to] {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    color: black;
}

/* Mobile Responsive */

@media (max-width: 768px) {

    .spinner-container[b-mh5mh6x5to] {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
/* _content/Sebrae.IA.LessonPlan.Web/Pages/LessonPlan/Partials/Sending.razor.rz.scp.css */
/* Icon */

.icon-send[b-e77qe5cwd3] {
    width: 50px;
}

/* Text */

.text-send[b-e77qe5cwd3] {
   font-size: 18px;
   font-weight: bold;
}

/* Mobile Responsive */

@media (max-width: 768px) {

    .btn-secondary-custom[b-e77qe5cwd3] {
        padding: 10px 18px;
        margin: 0px;
    }

    .btn-primary-custom[b-e77qe5cwd3] {
        padding: 10px 18px;
        margin: 0px;
    }
}
/* _content/Sebrae.IA.LessonPlan.Web/Pages/MyLessonPlans/Index.razor.rz.scp.css */
/* Select */

.select-wrapper[b-1s0k2mwgwg] {
  position: relative;
  display: inline-block;
  width: 100%;
}

.clear-button[b-1s0k2mwgwg] {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  background: #8e44ad;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s ease;
  padding-bottom: 3px;
}

  .clear-button:hover[b-1s0k2mwgwg] {
    transform: translateY(-50%) scale(1.3);
  }

  .clear-button:active[b-1s0k2mwgwg] {
    transform: translateY(-50%) scale(0.95);
  }
  
  .clear-button.hidden[b-1s0k2mwgwg] {
    display: none;
  }

/* Button */

.btn-primary-custom[b-1s0k2mwgwg] {
    padding: 10px 6px !important;
}
    
/* Table */

th.sortable[b-1s0k2mwgwg] {
    cursor: pointer;
    user-select: none;
}

th.sortable:hover .sort-arrow[b-1s0k2mwgwg] {
    opacity: 0.7;
}

.sort-arrow[b-1s0k2mwgwg] {
    margin-left: 5px;
    font-size: 11px;
    opacity: 0.4;
    transition: all 0.2s ease;
}

.sort-arrow.active[b-1s0k2mwgwg] {
    opacity: 1;
    font-size: 12px;
}

.sort-arrow.asc[b-1s0k2mwgwg]::before {
    content: "▲";
}

.sort-arrow.desc[b-1s0k2mwgwg]::before {
    content: "▼";
}

.sort-arrow.neutral[b-1s0k2mwgwg]::before {
    content: "▲";
}

.table-custom thead th[b-1s0k2mwgwg] {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #8e44ad;
  color: #fff;
  white-space: nowrap;
}

.table-custom tbody tr[b-1s0k2mwgwg] {
    cursor: pointer;
}

.table-custom thead th:first-child[b-1s0k2mwgwg] {
  padding-left: 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.table-custom thead th:last-child[b-1s0k2mwgwg] {
  padding-right: 15px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.table-custom tbody td:first-child[b-1s0k2mwgwg] {
  padding-left: 15px;
}

.table-custom tbody td:last-child[b-1s0k2mwgwg] {
  padding-right: 15px;
}

.line-align[b-1s0k2mwgwg] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-del[b-1s0k2mwgwg] {
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}

/* Pagination */

.pagination .page-item .page-link[b-1s0k2mwgwg] {
  background-color: #fff;
  color: #8a2be2;
  border: 2px solid #8a2be2;
}
  
.pagination .page-item:not(.active) .page-link:hover[b-1s0k2mwgwg] {
  background-color: #8a2be2;
  color: #fff;
  border: 2px solid #8a2be2;
}
  
.pagination .page-item.active .page-link[b-1s0k2mwgwg] {
  background-color: #8a2be2;
  color: #fff;
  border: 2px solid #8a2be2;
}
  
.pagination .page-item.active .page-link:hover[b-1s0k2mwgwg] {
  background-color: #7a26c1;
  color: #fff;
  border: 2px solid #7a26c1;
}
  
.pagination .page-item.disabled .page-link[b-1s0k2mwgwg],
.pagination .page-item.disabled .page-link:focus[b-1s0k2mwgwg],
.pagination .page-item.disabled .page-link:hover[b-1s0k2mwgwg] {
  background-color: #fff !important;
  color: #858585 !important;
  border: 2px solid #858585 !important;
  pointer-events: none;
}

.pagination .page-item:first-child button.page-link[b-1s0k2mwgwg],
.pagination .page-item:last-child button.page-link[b-1s0k2mwgwg] {
  padding: 8px 10px !important;
}

.pagination .page-item.disabled .page-link.border-0[b-1s0k2mwgwg] {
  border: none !important;
  background-color: transparent !important;
  color: #858585 !important;
  padding: 0.375rem 0.75rem;
}

/* Mobile Responsive */

@media (max-width: 768px) {

    .plans-title[b-1s0k2mwgwg] {
        font-size: 26px;
    }

    .responsive-pagination .page-item[b-1s0k2mwgwg] {
      display: none;
    }

    .responsive-pagination .page-item:first-child[b-1s0k2mwgwg],
    .responsive-pagination .page-item:last-child[b-1s0k2mwgwg],
    .responsive-pagination .page-item.active[b-1s0k2mwgwg] {
      display: block;
    }
}
/* _content/Sebrae.IA.LessonPlan.Web/Pages/MyLessonPlans/Modals/DeleteModal.razor.rz.scp.css */
/* Button */

.btn-primary-custom[b-x2awqimx4x] {
    padding: 10px 32px;
}

.btn-secondary-custom[b-x2awqimx4x] {
    padding: 10px 32px;
}

@media (max-width: 768px) {

    .btn-primary-custom[b-x2awqimx4x] {
        padding: 10px 30px;
        margin: 0px;
    }

    .btn-secondary-custom[b-x2awqimx4x] {
        padding: 10px 18px;
        margin: 0px;
    }
}
/* _content/Sebrae.IA.LessonPlan.Web/Shared/Components/TextArea.razor.rz.scp.css */
/* TextArea */

textarea[b-j3zkebwl9o] {
    width: 100%;
    min-height: 40px;
    border-radius: 8px;
    border-width: 1px;
    padding: 10px;
    border-style: solid;
    background: transparent;
    border: none;
    resize: none;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    textarea[b-j3zkebwl9o]::-webkit-scrollbar {
        display: none;
    }

    textarea[readonly][b-j3zkebwl9o] {
        outline: none;
        border: none;
        resize: none; 
        cursor: default; 
    }

/* _content/Sebrae.IA.LessonPlan.Web/Shared/MainLayout.razor.rz.scp.css */
/* Navbar */

.navbar-collapse[b-gq836cmimo] {
    margin-top: 10px;
}

.navbar[b-gq836cmimo] {
    padding: 0px;
}

/* Logo */

.logo img[b-gq836cmimo] {
    cursor: pointer;
    height: 70px;
}

/* Welcome */

.user-info-mobile[b-gq836cmimo] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
}

.welcome-label[b-gq836cmimo] {
    font-size: 12px;
    color: #9c40ae;
    align-items: start;
    margin-bottom: -5px;
}

.user-label[b-gq836cmimo] {
    font-weight: bold;
    margin-top: 0;
}

/* Button */

.btn-primary-custom[b-gq836cmimo] {
    margin-left: 20px;
    border: none;
}

/* Line */

.line[b-gq836cmimo] {
    border-left: 2px solid #9a44ad;
    height: 35px;
    margin-right: 20px;
    margin-left: 20px;
}

/* Gradient */

.gradient[b-gq836cmimo] {
    background: linear-gradient(90deg, rgb(255, 179, 143) 0%, rgb(255, 226, 117) 100%);
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.title[b-gq836cmimo] {
    color: #8834B8;
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 0px;
}

    .title.i[b-gq836cmimo] {
        color: #0165b2;
        display: inline;
    }

    .title.a[b-gq836cmimo] {
        color: #009bc7;
        display: inline;
    }

.subtitle[b-gq836cmimo] {
    color: #8834B8;
    font-size: 25px;
}

/* Page */

.content[b-gq836cmimo] {
    margin-bottom: 30px;
}

/* Footer */

.footer[b-gq836cmimo] {
    background-color: #f7f7f7;
}

.footer-text[b-gq836cmimo] {
    font-size: 14px;
    color: #0072b9;
}

.footer-img[b-gq836cmimo] {
    max-width: 120px;
    max-height: 90px;
    margin-right: 200px;
}

.footer-contact-text[b-gq836cmimo] {
    font-size: 14px;
    font-weight: bold;
    color: #0072b9;
    margin-bottom: 5px;
}

.footer-contact-icons[b-gq836cmimo] {
    margin-right: 8px;
}

.footer-contact-icon[b-gq836cmimo] {
    width: 40px;
    height: 40px;
}

/* Mobile Responsive */

@media (max-width: 768px) {

    .container[b-gq836cmimo] {
        width: 90%;
    }

    .navbar-toggler[b-gq836cmimo] {
        border-color: #9c40ae;
    }

    .user-info-mobile[b-gq836cmimo] {
        position: static;
        transform: none;
        text-align: left;
        pointer-events: auto;
    }

    .line[b-gq836cmimo] {
        display: none;
    }

    .content[b-gq836cmimo] {
        margin-bottom: 30px;
    }

    .footer[b-gq836cmimo] {
        padding: 10px;
        margin-top: 20px;
    }

    .footer-text[b-gq836cmimo] {
        font-size: 12px;
        text-align: center
    }

    .footer-img[b-gq836cmimo] {
        margin-right: 12px;
        margin-left: 10px;
    }

    .footer-contact-text[b-gq836cmimo] {
        font-size: 10px;
    }

    .footer-contact-icons[b-gq836cmimo] {
        margin-right: 0px;
    }
}
/* _content/Sebrae.IA.LessonPlan.Web/Shared/Modals/AlertModal.razor.rz.scp.css */
/* Button */

.btn-primary-custom[b-gq5ontgbpx] {
    padding: 10px 32px;
}

@media (max-width: 768px) {

    .btn-primary-custom[b-gq5ontgbpx] {
        padding: 10px 30px;
        margin: 0px;
    }
}
