body,
html {
    height: 100%;
    margin: 0;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.container-fluid {
    height: 100vh;
}

.small-spinner {
  width: 40px !important;
  height: 40px !important;
}

.small-spinner svg {
  width: 60% !important;
  height: 100% !important;
}

.tab-pane .alert{
    font-size: 16px;
}

.tab-pane .dropdown-item{
    font-size: 18px;
}

/* global styles.css */
.lesson-header {
    transition: transform 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.lesson-header.hidden {
    transform: translateY(-100%);
}

.lesson-footer {
    transition: transform 0.3s ease-in-out;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.lesson-footer.hidden {
    transform: translateY(100%);
}

.text-truncate{
    max-width: 420px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.bottom-nav{
    font-size: 18px;
}

.bottom-nav a{
    color: #26203B;
    font-weight: 500;
}


.fixed-top.bg-header-blue{
    background-color: #0a96e6 !important;
}

.fixed-top.bg-header-blue .dropdown {
    display: inline-block;
}

.fixed-top.bg-header-blue .top-spacer{
    position: relative;
    top: 7px;
}

.fixed-bottom{
    background-color: #fff !important;
}

.btn-color-2 {
    background-color: #ff9f1a !important;
    color: #fff !important;
    border: 1px solid #ff9f1a !important;
    padding-top: 12px !important;
    padding-bottom: 10px !important;
}

.card {
    border: none !important;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 7px;
    text-align: left;
    background-color: #ffffff;
    /* padding: 20px;
    border-radius: 10px; */
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.card.easy-card {
    background-color: #d4f4dd;
    color: #2e7d32;
    border: 1px solid #81c784;
}

.card.medium-card {
    background-color: #fff8e1;
    color: #ff8f00;
    border: 1px solid #ffb74d;
}

.card.hard-card {
    background-color: #fbe9e7;
    color: #d32f2f;
    border: 1px solid #ef5350;
}

.card.easy-card .btn-primary {
    background-color: #6BCA80;
    border: none;
    box-shadow: 0 4px #2C9A4A;
}

.card.medium-card .btn-primary {
    background-color: #FEDF60;
    border: none;
    box-shadow: 0 4px #FABC43;
}

.card.hard-card .btn-primary {
    background-color: #FE7659;
    border: none;
    box-shadow: 0 4px #F75539;
}

.card.activity-card .btn-primary {
    background-color: #d8d8d8;
    border: none;
    color: #000;
    box-shadow: 0 4px #a6a6a6;
}

.card.activity-card .btn-primary:focus {
    background-color: #d8d8d8;
}

/* .upload-success .btn-primary{
    background-color: #d8d8d8;
    border: none;
    color: #000;
    box-shadow: 0 4px #a6a6a6;
}

.upload-success .btn-primary:focus {
    background-color: #d8d8d8;
} */

.card.hard-card .btn-primary:focus{
    background-color: #FE7659;
}

.card.medium-card .btn-primary:focus {
    background-color: #FEDF60;
}

.card.easy-card .btn-primary:focus {
    background-color: #6BCA80;
}

#verify .card{
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.card-title-primary{
    font-family: "Roboto", sans-serif !important;
    font-size: 21px;
    font-weight: 600;
}

.lesson-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.lesson-detail-bg{
    background-color: #f5f5f5;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.default-bg{
    background-color: #f5f5f5;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.navbar.fixed-top {
    height: 65px;
    /* Adjust as needed */
}

.bottom-nav.fixed-bottom{
    height: 75px;
    /* Adjust as needed */
}

#video-player-pane .wrapper-pane {
    display: flex;
    flex-direction: column;
    height: calc(100vh - (header height + footer height));
    overflow: hidden;

    /* min-height: 100vh;
    padding-top: 65px;
    padding-bottom: 70px */
}

/* Adjust the video container to take remaining space */
.video-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    /* height: 100%;
    width: 100%; */
}

/* Ensure the video player itself is responsive */
app-core-player,
app-youtube-video-player {
    width: 100%;
    height: 100%;
}

.video-js {
    width: 100%;
    height: 100%;
}

.quiz-bg {
    background-color: #F2F5F9;
}


.quiz-container{
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
}

.quiz-pane .progress-bar {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 20px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.quiz-pane .progress-bar-fill {
    background-color: #D3D928;
    height: 100%;
    transition: width 0.3s;
}

.quiz-pane .alert{
    padding: 0.4rem !important;
}

.quiz-pane .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #00A39C;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    box-shadow: 0 4px #006864;
    margin: 0 auto;
}

.answer-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style-type: none;
    padding: 0;
}

.answer-list li{
    background-color: #fcf9f4;
    box-shadow: 0 4px #ebd7b6;
    border: 1px solid #ebd7b6;
    border-radius: 5px;
    text-align: center;
    font-size: 21px;
    padding: 20px 10px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.answer-list li:hover{
    background-color: #F78116;
    box-shadow: 0 4px #b85b06;
    border: 1px solid #b85b06;
    color: #fff;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.answer-list li.selected{
    background-color: #F78116;
    box-shadow: 0 4px #b85b06;
    border: 1px solid #b85b06;
    color: #fff;
    font-weight: bold;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.correct-answer {
    background-color: #d4edda;
    /* A light green background */
}

.navigation .next-btn:disabled{
    opacity: 0.3;
}

.navigation .next-btn,.navigation .view-results-btn {
    background-color: #00A39C;
    border: 1px solid #00A39C;
    padding: 0.7rem 2.5rem;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.wrong-answer {
    background-color: #f8d7da;
    /* A light red background */
}

.trophy-pane .icon-circle {
    width: 150px;
    height: 150px;
    background-color: #F78116;;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
}


.trophy-pane .icon-circle img{
    width: 100px;
}

.result-card .score-tile{
    color: #006864;
    font-size: 5rem;
    font-weight: bold;
}

.result-card .btn-result{
    background-color: #00cac2;
    border: none;
    box-shadow: 0 4px #00A39C;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 5px;
}

.result-card .rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 150px;
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
}

.result-card .rating-0 {
    filter: grayscale(100%);
}

.result-card .rating>input {
    display: none;
}

.result-card .rating>label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.result-card .rating>input:checked~label,
.result-card .rating>input:checked~label~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.result-card .rating>input:not(:checked)~label:hover,
.result-card .rating>input:not(:checked)~label:hover~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.result-card .emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.result-card .emoji-wrapper:before,
.result-card .emoji-wrapper:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.result-card .emoji-wrapper:before {
    top: 0;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%); */
}

.result-card .emoji-wrapper:after {
    bottom: 0;
    /* background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%); */
}

.result-card .emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

.result-card .emoji>svg {
    margin: 15px 0;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.result-card #rating-1:checked~.emoji-wrapper>.emoji {
    transform: translateY(-100px);
}

.result-card #rating-2:checked~.emoji-wrapper>.emoji {
    transform: translateY(-200px);
}

.result-card #rating-3:checked~.emoji-wrapper>.emoji {
    transform: translateY(-300px);
}

.result-card #rating-4:checked~.emoji-wrapper>.emoji {
    transform: translateY(-400px);
}

.result-card #rating-5:checked~.emoji-wrapper>.emoji {
    transform: translateY(-500px);
}

.result-card .feedback {
    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
}

.card-pane{
    padding: 3rem !important;
}

.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#library .lesson-description{
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bookmark-pane span.material-symbols-outlined{
    /* color: #ffc107; */
    font-size: 40px;
}

.question-pane{
    background-color: #fff;
    color: #26203B;
    padding: 3.5rem 3rem;
    border-radius: 7px;
    /* border: 1px solid #d9dce0; */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
}

#lesson-difficulty .card{
   padding: 1.5rem;
   border-radius: 10px;
}

.answer-option .answer-card{
    background-color: #fff !important;
    color: #26203B !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
}

.fixed-top{
    background-color: #F6AB72 !important;
}

.question-pane p{
    color: #26203B;
    font-size: 24px;
    font-weight: 500;
}

.answer-card label {
    font-size: 21px !important;
}

.quiz-container .submit-button{
    color: #fff !important;
}

.answer-card.selected {
    background-color: #eff1f2 !important;
    
}

.answer-btn{
    background-color: #7FB2B9 !important;
    font-size: 24px !important;
    color: #fff !important;
}

/* activity.component.css */
.drop-zone {
    border: 2px dashed #ccc;
    border-radius: 4px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.drop-zone.dragging {
    border-color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}

.selected-file {
    color: #666;
    font-size: 0.9rem;
}

.progress {
    height: 25px;
    border-radius: 4px;
}

.progress-bar {
    transition: width 0.3s ease;
}

.upload-success {
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.cloud-icon {
    font-size: 3rem;
    color: #6c757d;
    margin-bottom: 1rem;
    display: block;
}

.drop-instructions {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.drop-instructions .material-symbols-outlined{
    font-size: 3.5rem;
    color: #0056b3;
}

.text-button {
    background: transparent;
    border: none;
    color: #007bff;
    /* Or your primary color */
    font-weight: bold;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
}

.text-button:hover {
    color: #0056b3;
    /* Darker shade for hover */
    text-decoration: underline;
}




/**** Header Styling starts here ****/

header {
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
}

header a {
    color: #333 !important;
    font-weight: 500;
    text-decoration: none;
    padding: 2.5rem 2rem;
    font-size: 18px;
}

nav a:hover {
    color: #ff9f1a;
}

nav a.active {
    font-weight: bold;
    color: #ff9f1a;
}

input[type="text"], input[type="number"] {
    padding: 0.8rem 1rem;
}

.fa-search {
    color: #6c757d;
}

.fa-user-circle {
    color: #ff9f1a;
}

.fa-bell {
    color: #6c757d;
}

.top-nav .nav-link {
    font-size: 16px;
    color: #26203B;
    font-weight: 500;
}

nav .active {
    font-weight: bold;
    color: #ff9f1a !important;
    border-bottom: 3px solid #ff9f1a !important;
}

.nav-pills .nav-link.active{
    background-color: #E1E8FF !important;
    color: #4C6FFF !important;
}

.nav-pills .nav-link{
    color: #333 !important;
}

.nav-pills .nav-item {
    margin-right: 1rem;
}

.nav-pills .nav-item img{
    width: 40px;
}

#footer{
    font-size: 16px;
    color: #26203B;
}

#footer .nav-item a{
    font-size: 16px;
    color: #26203B;
    text-decoration: none;
    cursor: pointer;
}

#quiz .card{
    box-shadow: none;
    background-color: transparent;
}


/* Search Bar Styles */
.search-bar {
    background-color: #f4f7fb;
    width: 100%;
}

.search-bar input {
    border: none;
    background: transparent;
    outline: none;
    /* Padding to give space for the icon */
}

.search-bar .input-group{
    display: flex;
}

 .search-bar .search-btn {
    color: #a0a0a0;
    background-color: transparent;
    padding: 0.2rem 1rem;
    border: none;
    border-top-right-radius:5px !important;
    border-bottom-right-radius:5px !important;
   
}

.image-wrapper{
    width: 100%;
    overflow: hidden;
}

/**** Login Styling starts here ****/

.bg-light {
    background-color: #f8f9fa !important;
}

/* Style for placeholder text */
::placeholder {
    font-size: 0.875rem; /* Smaller font size for placeholder text */
    color: #6c757d; /* Optional: change placeholder color */
}

/* For input fields */
input::placeholder {
    font-size: 0.875rem;
}

/* Style for the input fields */
.form-control-lg {
    font-size: 12px; /* Adjust the font size of the input text */
    padding: 0.75rem 1rem; /* Adjust padding to maintain proportions */
}

/**** Setup Styling starts here ****/
.tile {
    background-color: #E8E9EB;
    border-radius: 8px;
    text-align: center;
    padding: 1.5rem;
    transition: background-color 0.2s ease;
}

.tile .profile-setup{
    background-color: #EBF2FF;
    border: 1px dashed #465FF1;
        
    color: #465FF1;
}

/* Optional: show a pointer and highlight on hover to indicate it's clickable */
.add-tile {
    cursor: pointer;
}

/* .add-tile:hover {
    background-color: #f4f4f4;
} */

/* Circle styling */
.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 0.5rem;
    overflow: hidden;
    /* For images */
}

.brown-circle {
    background-color: #f5f5f5;
}

.image-circle {
    /* No background; we’ll show the image */
    background-color: transparent;
}

.gray-circle {
    background-color: #f5f5f5;
    color: #000;
}

.tile-title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.2;
}

/* For images inside .circle */
.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.delete-btn {
    border: none;
    background: #ff6b6b;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.skip-btn {
    border: none;
    background-color: transparent;
    color: #465FF1;
    font-size: 1.2rem;
}

/**** Discover Styling starts here ****/

/* Adjust the spacing and card layout */
.banner .container{
    max-height: 340px; 
    height: 100%; 
    overflow: hidden; 
    border-radius: 15px;
}

.banner img {
    border-radius: 10px;
}

.most-popular,.recently-added{
    margin-top: 3.5rem;
}

.most-popular .card,.recently-added .card {
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 7px;
    text-align: left;
    cursor: pointer;
}

.suggested-card.card, .preview.card {
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 7px;
    text-align: left;
    cursor: pointer;
}

.suggested-card.card:hover, .preview.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.card-mb-sm{
    margin-bottom: 2.5rem !important;
}

.most-popular .card:hover, .recently-added .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.most-popular  .card-body, .recently-added .card-body {
    padding: 1rem;
    text-align: left;
}

.card-footer {
    background: none;
}

/**** Reset Password styling  starts here*****/
/* Center the card */
.vh-100 {
    height: 100vh;
}

.card-title {
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

button:disabled {
    background-color: #c0c0c0;
}

.nav-pills button{
    font-weight: 600;
    font-size: 21px;
}

/**** Forgot password styling  starts here*****/

/* Center the card */
.vh-100 {
    height: 100vh;
}


h2 {
    font-size: 24px;
    font-weight: bold;
}

button:disabled {
    background-color: #c0c0c0;
}

a {
    color: #6c757d;
}

/****  Verify email styling  starts here*****/
.vh-100 {
    height: 100vh;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

.code-input {
    width: 60px;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.input-ml{
    margin-left: 1rem;
}

button:disabled {
    background-color: #c0c0c0;
}

/**** Subscription styling  starts here*****/
.container {
    max-width: 1200px;
    margin: 0 auto;
}

h2 {
    font-size: 32px;
    font-weight: bold;
}

p {
    font-size: 18px;
    color: #26203B;
}

#subscription .card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    cursor: pointer;
}

#subscription .card:hover {
    transform: scale(1.05);
    background-color: #f9fafc;
}

/* #subscription .card-body {
    text-align: center;
} */

.price .subscription-amount{
   font-size: 32px;
   margin-bottom: 0;
   font-weight: 700;
}

.month {
    font-size: 14px;
    color: #6c757d;
}

.unavailable {
    opacity: 0.5;
}

.unavailable .btn {
    background-color: #f1f1f1;
    color: #ccc;
}

.premium {
    background-color: #333;
    color: white;
}

.premium .btn {
    background-color: #28a745;
    color: white;
}

.btn {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.btn:disabled {
    cursor: not-allowed;
}

/**** 404 page styling  starts here*****/
.not-found-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
  }
  
  .error-code {
    font-size: 8rem;
    color: #ff6b6b;
  }
  
  .error-message {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
  
  .error-description {
    font-size: 1.2rem;
    margin: 1.5rem 0;
  }
  
  .back-home-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  
    &:hover {
      background-color: #0056b3;
    }
  }
  
  .fun-graphic img {
    margin-top: 2rem;
    max-width: 400px;
    width: 100%;
  }


 .studio-header{
    background-color: #007bff;
    color: #fff;
 }

   /* Lesson details styling starts here */
.empty-state-pane{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: rgba(252, 66, 74, 0.11);
    border-radius: 10rem;
    color: #fc424a;
            
}

.empty-state-pane .material-symbols-outlined{
    font-size: 5rem;
}

#lesson-detail .badge{
    color: #212529;
    background-color: transparent;
    border: 1px solid #212529;
    padding: 1rem;
    font-size: 16px;
    font-weight: 400;
}

#lesson-detail  .fw-bold {
    font-size: 3rem;
}

.badge {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    margin-bottom: 1rem;
}

.lesson-content{
    font-size: 18px;
}

#lesson-detail .back-btn,#upload .back-btn{
    font-size: 1.8rem;
    cursor: pointer;
}

.lesson-content div {
    text-align: center;
}

.lesson-content p {
    margin: 0;
}

/**** My Library page styling  starts here*****/
#library .thumbnail-container{
    max-width: 200px;
}

#library .thumbnail-container .lesson-thumbnail{
    width: 100%;
}

#library .badge-item img{
    width: 50px;
}

#library .badge-item p {
    font-size: 14px;
}

#lesson-detail .w-100{
    width: 25% !important;
}

#library .lesson-item{
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

#library .profile-picture{
    background-color: #D8AF4A;
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #fff;
}

#library .avatar-circle{
    font-size: 24px;
}

#library .progress-bar{
    background-color: #00968A;
}
#library .pills-completed i{
    font-size: 24px;
    color: #00968A;
}

/**** Settings home styling  starts here*****/

#settings .card-body i {
    color: #333;
  }

  #settings .card {
    border: none !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  
  #settings .card:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    cursor: pointer;
  }

  .breadcrumb{
    color: #7E7E7E;
    font-weight: 400;
  }

  .breadcrumb a{
    text-decoration: none;
    color: #7E7E7E;
  }

  .breadcrumb-icon{
    margin-top: 0.2rem;
  }

  .card-transparent{
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }

  .card-grey-bg{
    background-color: #EFEFEF !important;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.card-seablue-bg{
    background-color: #EBF2FF !important;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}


#notifications .form-switch .form-check-input {
    width: 3em; 
   
}
  
#notifications .form-check-input, #notifications .form-check-input:checked {
   height: 2em;
}

#security .blue-bg{
    background-color: #465FF1;
    color: #fff;
    border-radius: 12px;;
}

#security .text-muted{
    color: #fff !important;
}

#security .fi-rr-lock {
    display: inline-block;
    border-radius: 60px;
    padding: 0.4em 0.6em 0.2em;
    background-color: #465FF1;
    color: #fff;
    font-size: 2rem;
}

.icon-circle-active{
    background-color: #00312D;
}

.icon-circle {
    display: inline-block;
    border-radius: 60px;
    padding: 0.4em 0.6em 0.2em;
    background-color: #00968A;
    color: #fff;
    font-size: 21px;
}

 

@media (max-width: 992px) {
    /* Responsive adjustments for mobile view */
   
}


/**** Mobile styling  starts here*****/
@media (max-width: 768px) {
    #library .progress{
            height: 30px;
            font-size: 1rem;
            font-weight: bold;
            margin-top: 2rem;
            margin-bottom: 1rem;
    }

    #lesson-detail .w-100 {
        width: 100% !important;
    }

    #library .card.p-5{
        padding: 1rem !important;
    }

    #lesson-detail .badge{
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
       
    }
    .quiz-pane{
        overflow: scroll;
    }
    .navbar h5 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .answer-list{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .success-header{
        text-align: center;
    }
    #login .login-form-pane, #signup .signup-form-pane{
        margin: 0 10px;
    }

    #login .brand-logo, #signup .brand-logo{
        text-align: center;
    }

    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .container {
        flex-direction: column;
    }

    .banner img {
        max-height: 200px;
    }

    #lesson-detail h1 {
        font-size: 1.5rem;
    }

    .lesson-content i {
        font-size: 1.5rem;
    }

    h5.mobile-txt{
        font-size: 1.5rem;
    }

    .mobile-theme-header{
        font-size: 1.85rem;
    }

    small.mobile-rating{
        font-size: 1rem;
    }


    .col-lg-5 {
        order: 1;
    }

    .col-lg-7 {
        order: 2;
    }

    .settings-card {
        width: 48%;
        margin-bottom: 1.5rem;
    }

    #library .thumbnail-container{
        width: 100%;
        max-width: 100%;
    }

    #library .lesson-thumbnail {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    /* Lesson Card Styling */
    #library.lesson-item {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    /* Text Truncation for Long Titles */
    #library .lesson-title {
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .sm-mb-1 {
        margin-bottom: 1rem !important;
    }

    .sm-mb-2 {
        margin-bottom: 1.5rem !important;
    }

    .sm-pb-1 {
        padding-bottom: 1rem !important;
    }

    .card-pane {
        padding: 1.5rem !important;
    }
}

@media (max-width: 576px) {
    .settings-card {
      width: 100%;
    }
  }


/* Modal styling */
#profile-modal input[type="text"]:focus,
#profile-modal input[type="number"]:focus {
    background-color: #EAF0EE;
}

ngx-extended-pdf-viewer #mainContainer {
    margin-top: 10px !important;
}