.main-header {}

.main-header p {
    font-size: 0.8rem;
    max-width: 150px;
}

.main-header .mdi-account-circle {
    font-size: 20px;
}

.main-footer {
    background: #1976d2;
    padding: 8px 16px;
    color: #fff;
}

.main-footer p {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 5px 0;
}

.copyright-block {}

.copyright-block p {
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 400;
}

.copyright-block p span {
    opacity: 0.8
}

.course-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgb(44, 62, 80);
    margin: 0px;
    padding: 0px;
}

.gap-1 {
    gap: 10px;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-grow-1 {
    flex-grow: 1;
}

.v-btn--size-default {
    min-width: auto !important;
}

.v-btn {
    font-size: 0.6rem;
    padding: 5px 10px !important;
}

.card-title {
    font-size: 1rem;
    font-weight: 600;
    color: rgb(44, 62, 80);
    margin-bottom: 0.5rem;
}

.page-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}
.page-title i{
  font-size: 1.5rem;  
}
.shadowed-box {
    box-shadow: 0 2px 8px #0001;
}

.fig-wrap {
    width: 80px;
    height: 80px;
    background: rgb(245, 245, 245);
    border-radius: 8px;
    overflow: hidden;

}

.object-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-flex {
    display: flex;
}

.shadowed-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.course-img-wrap {
    height: 180px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.course-detail-card {
    position: relative;
    width: 100%;
    min-height: 76vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 15px;
}

.absolute-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px 18px;
    background: #1976d2;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
    z-index: 1000;
}

.page-no {
    color: rgb(34, 34, 34);
    font-size: 0.8rem;
    text-align: center;
}

.slide-image {}

.quiz-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
}

.quiz-qn {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.p-15 {
    padding: 15px;
}
.v-list-item-title{
    font-size: 0.8rem;
}
.main-table{
    font-size: 0.8rem !important;
}
.main-table thead {
  white-space: nowrap !important;
}
.report-wrapper{
  padding: 1rem !important;
}

.page-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
}
.text-nowrap{
     white-space: nowrap !important;
}