.page-heading h1 {
    font-size: 1.7rem;
}

.report {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.report__date {
    padding: 0.7rem;
    border: 1px solid #d8d8d8;
    border-radius: 1.1rem;
    background: #ffffff;
    display: flex;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    max-width: 400px;
}

.report__date i {
    font-size: 1.3rem;
}

.date-container {
    display: flex;
    gap: 0.8rem;
}

.edit-date-container {
    width: 100%;
    justify-content: center;
}

.date-label {
    padding-left: 0.5rem;
    border-left: 1px solid #e3e3e3;
}

.date-today {
    font-weight: bold;
    color: var(--green);
}

.date::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    /* margin-left: .3rem; */
    border-radius: 1rem;
    animation: status-light 2s ease-in-out infinite;
    position: absolute;
    right: 0;
}

@keyframes status-light {

    0%,
    100% {
        background: #00c42a89;
    }

    50% {
        background: var(--green);
    }
}

.section {
    width: 100%;
    /* margin-top: 1rem; */
}

.section-title h2,
.section-title h3,
.section-title h4 {
    font-size: 1.4rem;
    color: var(--header-text-color);
}

.times-wrapper {
    margin-top: 4rem;
}

.lessons {
    margin: 4rem 0 0;
}

.lessons-container {
    display: flex;
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
}

.lesson-label {
    background: #ffffff;
    padding: 0.3rem 1.1rem;
    border-radius: 0.8rem;
    color: unset;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    align-items: center;
    display: flex;
    gap: .2rem;
}

.lesson-label i {
    color: #868686;
    font-size: 0.9rem;
}

.lesson-label-active {
    background: var(--green);
    padding: 0.3rem 1.1rem;
    border-radius: 0.8rem;
    color: #FDFDFD;
    font-weight: bold;
}

.lesson-time input {
    width: 100%;
    height: 100%;
    text-align: center;
    background: none;
    border: none;
    font-size: 2.2rem;
    color: #7d7d7d;
}

.lesson-time input::placeholder {
    color: #c7c7c7;
    font-size: 1rem;
}





.input-box {
    /* width: 130px;
    height: 80px;
    border-radius: 1rem;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 11px -4px #00145d3b; */

    width: 130px;
    height: 95px;
    background: #fbfcff;
    border-radius: 1rem;
    border: 2px solid #f3f3f3;
    border-bottom: 3px solid #ececec;
    padding: 0.4rem;
}

.w50 {
    width: 50%;
}

.test-count-area {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1rem;
}

.tests-count {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    background: #fbfcff;
    border-radius: 2rem;
    border: 2px solid #f3f3f3;
    border-bottom: 3px solid #ececec;
    padding: 0.2rem 0;
    min-width: 58px;
    max-width: 100px;
}

.tests-count input {
    width: 100%;
    background: none;
    border: none;
    text-align: center;
}

.tests-count input:focus {
    outline: none;
}

.tests-count input::-webkit-input-placeholder {
    font-size: 0.75rem;
}


.tests-count:has(input:focus) {
    outline: 2px solid #00a160d4;
}


.tests-count:focus-within {
    outline: 2px solid #00a160d4;
}

.tests-count label {
    display: flex;
    align-items: center;
}

.tests-count-container {
    display: flex;
    gap: 0.8rem;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.card__header {
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-between;
}

.card__header h2 {
    font-size: 1rem;
    color: var(--header-text-color);
    padding-bottom: 0.6rem;
}

.input-holder {
    display: flex;
    flex-direction: column;
}





.times {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* padding: 0 0.5rem; */
    flex-wrap: wrap;
}



.time-input {
    width: 100%;
    height: 65px;
    background: #fbfcff;
    border-radius: 1rem;
    border: 2px solid #f3f3f3;
    border-bottom: 3px solid #ececec;
    padding: 0.4rem;
}

.time-input input {
    width: 100%;
    height: 100%;
    font-size: 2rem;
    background: none;
    border: none;
    color: #727272;
    text-align: center;
}

.time-input input::placeholder {
    color: #c7c7c7;
    font-size: 14px;
    /* سایر استایل‌ها */
}

.overview-wrapper {
    width: 100%;
    margin-top: 3rem;
}

.overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clock {
    font-weight: bold;
    font-size: 1.1rem;
}

.tests-counter {
    display: flex;
    gap: .5rem;
}

.correct-tests {
    color: var(--primary);
    font-weight: bold;
}

.incorrect-tests {
    color: #e25555;
    font-weight: bold;
}

.not-answered-tests {
    color: #5599e2;
    font-weight: bold;
}

.descriptive {
    font-weight: bold;
}

.center-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




.time-input-holder {
    padding: .5rem;
    width: calc((100% - 3rem) /4);
}

.report-sheet-top {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}



.time-input-container {
    position: relative;
    width: 100%;
    height: 60px;
}

.time-input-container input {
    z-index: 2;
    position: relative;
}

.time-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    justify-content: center;
    font-size: 0.8rem;
    color: #c4c4c4;
}

.time-placeholder i {
    font-size: 1.7rem;
    color: #dddddd;
}

.popup {
    position: fixed;
    background: #fbfbfb;
    width: 80%;
    height: 400px;
    top: 50%;
    z-index: 100;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 1.4rem;
    border: 2px solid #185c0036;
}

.select-date-container {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.another-date {
    padding: 0rem 1rem;
    height: 50px;
    border-radius: 1rem;
    border: 2px solid #dedede;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    cursor: pointer;
}

.another-date label {
    width: 100%;
    height: 100%;
    padding-right: 2rem;
    position: relative;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.another-date input {
    display: none;
}

.radio-circle {
    height: 22px;
    width: 22px;
    border: 3px solid var(--primary);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.radio-circle::after {
    content: "";
    display: block;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary);
    opacity: 0;
    transition: opacity 0.2s;
}

.date__radio__input:checked~.radio-label .radio-circle::after {
    opacity: 1;
}

.date__name {
    font-weight: bold;
    margin-left: 0.6rem;
}

.date__monthname {
    font-size: 0.9rem;
}

.date__hint {
    font-size: 0.9rem;
    margin-right: 0.5rem;
    position: absolute;
    left: 0;
    font-size: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    color: #b5b5b5;
}

.date {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    position: relative;
    padding-right: 0.9rem;
}

.hide {
    display: none;
}

.report__lesson__name {
    font-size: 1.15rem;
    margin-right: 0.3rem;
}

.delete-lesson-report {
    color: #d26060;
    font-size: 0.75rem;
    display: flex;
    /* align-items: center; */
    gap: .2rem;
    cursor: pointer;
    padding-top: 0.3rem;
}

.delete-lesson-report i {
    font-size: 0.9rem;
}

.lessons-selectable .date__hint {
    display: none;
}

.disables-lesson .date__hint {
    display: block;
}

.disables-lesson .date__name {
    color: #c0c0c0;
}

.disables-lesson .radio-circle {
    border-color: #c1c1c1;
}

.disables-lesson .radio-circle::after {
    background: #c1c1c1;

}

/* // reports page */
.report-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.report-container {
    padding: 0.5rem 0.4rem;
    border: 1px solid #d8d8d8;
    border-radius: 1.1rem;
    background: #ffffff;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.user-support-advisor {
    display: flex;
    height: 25px;
    background: #eeeeee;
    background: #535353;
    padding: 0 1rem;
    width: 90%;
    border-bottom-right-radius: 2.4rem;
    border-bottom-left-radius: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: 0.71rem;
    border-bottom: 2px solid #cacaca;
    color: #FDFDFD;
}

.report-operation {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.65rem;
}

.report-operation i {
    font-size: 1.2rem;
    margin-left: 0.3rem;
}

.report-date-name {
    font-weight: bold;
    margin-left: 0.3rem;
    color: #707070;

}

.report-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    min-width: 58px;
}

.report-date-date {
    font-size: 0.8rem;
    color: #7e7e7e;
}

.report-study-time-number {
    font-weight: bold;
    font-size: 1.4rem;
    color: #7e7e7e;
    color: var(--primary);
}

.report-study-time-label {
    display: flex;
    flex-direction: column;
    font-size: 0.6rem;
    line-height: 1;
    margin-top: 0.28rem;
}

.report-study-time {
    display: flex;
    gap: 0.2rem;
}

.reports-container {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.report-lessons {
    display: flex;
    min-width: 90px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem;
    row-gap: 0rem;
}

.report-lesson {
    font-size: 0.7rem;
}

.report-lesson::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #05bb007d;
    margin-left: 0.2rem;
}

.add-new-report-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}



.reports-group-name {
    margin-top: 2.5rem;
}

.report-user-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
    font-weight: bold;
    min-width: 50px;
}

.report-tests-count-review {
    font-size: 0.7rem;
    line-height: 1.2;
}

.report-tests-count-review__correct {
    color: #00af4e;
}

.report-tests-count-review__incorrect {
    color: #ab5a5a;
}

.users-header {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    padding: 0 0.7rem;
}

.users-header h3 {
    font-size: 0.9rem;
    margin: 0;
}

.users-role-name {
    color: var(--primary);
    font-size: 1.1rem;
}

.support-desc {
    margin-top: 4rem;
    border-top: 5px solid var(--primary);
}

.support-textarea {
    width: 100%;
}

.description-input-holder textarea {
    height: 90px;
}

#support-desc-submit-button {
    margin: 0;
}

.user-details {
    padding: 0.8rem;
    border: 1px solid #d8d8d8;
    border-radius: 1.1rem;
    background: #ffffff;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-direction: column;
}

.user-details-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.user-details-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.user__support__label {
    font-size: 0.7rem;
}

.user__support .name {
    font-size: 0.9rem;
}

.reply {
    margin-top: 3rem;
    padding: 1rem;
    background: #FFF;
    border-radius: 0.7rem;
}

.reply__title {
    padding-bottom: 0rem;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0.5rem;
}

.reply__title h4 {
    font-size: 1.05rem;
    position: relative;
    padding-right: 1rem;
}

.reply__title h4::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    /* margin-left: .3rem; */
    border-radius: 1rem;
    animation: status-light 2s ease-in-out infinite;
    position: absolute;
    right: 0;
    top: 5px;
}

.reply__content p {
    margin: 0;
    font-size: 0.9rem;
}

.study-time-select {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
}

.study-time-preview {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.1rem;
}

#share-report-button {
    width: 100%;
    background: #e7e7e7;
    margin-top: 0.6rem;
    border-radius: 0.7rem;
}

.report-operation svg {
    width: 22px;
    height: 22px;
    margin-bottom: 0.2rem;
    fill: #435ebe;
}

.report-top-operations {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    margin-top: -0.7rem;
}

.report-top-operation {
    display: flex;
    gap: .15rem;
    align-items: flex-start;
    cursor: pointer;
}

.report-top-operation svg {
    width: 17px;
    height: 17px;
    fill: #4e4e4e;
}

.report-top-operation--trash {
    color: #c02626;
}

.report-top-operation--trash svg {
    fill: #c02626;
}

.report-operation span {
    width: 41px;
    text-align: center;
    line-height: 1.3;
}

.lesseon-detail-area {
    margin-top: 1rem;
}

.custom-title {
    font-size: 0.85rem;
}

.test-count-preview-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
}

.help {
    font-size: 0.9rem;
    display: flex;
    gap: .2rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.help svg {
    width: 18px;
    height: 18px;
    fill: #5b5b5b;
}