﻿.top-header {
    background-color: rgba(255, 255, 255, .8);
    color: #416AE0;
    font-size: 32px;
    display: flex;
    justify-content: space-between;
    padding: 10px 185px;
    position: absolute;
    width: 100%;
    top: 0px;
    -webkit-box-shadow: 0px 11px 23px -14px rgba(65,105,224,1);
    -moz-box-shadow: 0px 11px 23px -14px rgba(65,105,224,1);
    box-shadow: 0px 11px 23px -14px rgba(65,105,224,1);
}

.validation-summary-errors {
    padding-bottom: 13px;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.text-danger {
    color: red;
    width: 350px;
}

.btn {
    cursor: pointer;
}

.no-essays {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    span

{
    font-size: 75px;
    color: #416AE0;
}

p {
    font-size: 18px
}

}

.main-content {
}

.navbar-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.top-heading {
    background: linear-gradient(to bottom, #416adf, #3050ac);
    padding-top: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-shadow: 0px 4px 70px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 70px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 70px 0px rgba(0,0,0,0.25);
}

.navbar-nav {
    font-size: 20px
}

.top-message {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #F3F6FF;
    padding: 70px 50px;
}

.top-message__header {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.top-message__paragraph {
    font-size: 16px;
    width: 550px;
    text-align: center;
}

.essay-submit {
    padding-top: 100px;
    display: flex;
    gap: 50px;
}

.essay-write {
    background-color: #FFFFFF;
    padding: 60px 30px 50px 30px;
    width: 750px;
    height: 570px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.essay-write-container {
    width: 100%;
}

.essay-write__title {
    font-size: 24px;
    width: 100%;
}

    .essay-write__title::placeholder {
        color: #818181;
        font-style: italic;
    }

.essay-write__text::placeholder {
    color: #818181;
    font-style: italic;
}

.essay-write__text {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    word-wrap: break-word;
}

.essay-write-container-bottom {
    height: 100%;
}

.essay-send {
    background: #FFFFFF;
    height: fit-content;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 75px;
    -webkit-box-shadow: 0px 4px 70px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 70px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 70px 0px rgba(0,0,0,0.25);
}

    .essay-send > h2 {
        font-weight: bold;
        font-size: 24px;
    }

    .essay-send > ul > li {
        margin: 10px 0px;
    }

strong {
    font-weight: bold;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 50px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #979797;
    }

.btn-call-to-action {
    background-color: #FFC94B;
    padding: 10px 100px;
    color: #416AE0;
    border-radius: 5px;
    font-weight: bold;
    transition: outline 0.1s ease-in-out; /* Duration and timing function */
    z-index: 1;
    text-align: center;
}

    .btn-call-to-action:hover {
        outline: 4px solid #3050AC;
        cursor: pointer;
    }

.report {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    width: 1150px;
}

    .report > h3 {
        color: #416AE0;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 60px;
    }

.imporvements-section {
    background-color: #416AE0;
    color: white;
    padding: 20px;
    border-radius: 10px;
}

    .imporvements-section > span {
        font-weight: bolder;
    }

    .imporvements-section > ul {
        margin-top: 15px;
        list-style: disc;
    }

        .imporvements-section > ul > li {
            margin-left: 20px;
            padding: 10px;
        }

.report-scection {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

    .report-scection > p {
        font-size: 18px;
    }

hr {
    border: 1px solid #d9ddee; /* 1px border */
    width: 100%;
    margin: 40px 0px;
}

.report-title-score {
    display: flex;
    align-items: center;
    gap: 10px;
}

.report-score {
    background-color: #3FB488;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 10px;
}

.report-title {
    font-size: 24px;
    font-weight: bold;
}

.widget-result {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    gap: 150px;
}

.score {
    font-size: 72px;
}


.stars {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 35px;
}

.star {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
}

    .star:first-child, .star:last-child {
        position: relative;
        top: 30px;
    }


    .star:nth-child(1) {
    }

.widget-result-score {
    background-color: #416AE0;
    color: white;
    padding: 45px;
    border-radius: 100%;
    display: flex;
    position: relative;
}

.progress-bar-outer {
    background-color: #D7FAED;
    border-radius: 50px;
    width: 435px;
    height: 10px;
}

.progress-bar-inner {
    background-color: #3FB488;
    border-radius: 50px;
    height: 10px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .progress-bar > section {
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: bold;
    }

.progress-bars {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feedback {
    background: #416AE0;
    height: fit-content;
    padding: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.background-element-first {
    position: absolute;
    top: 150px;
    left: -15px;
    img

{
    width: 90px;
}

}

.background-element-second {
    position: absolute;
    right: 0px;
    top: 450px;
}

.background-element-third {
    position: absolute;
    left: -10px;
    img

{
    width: 70px;
}

}

.background-element-fourth {
    position: absolute;
    right: 650px;
    top: 70px;
    img

{
    width: 70px;
}

}

.background-element-fifth {
    position: absolute;
    right: 1150px;
    top: 10px;
    img

{
    width: 90px;
}

}

.background-element-sixth {
    position: absolute;
    right: 15px;
    top: 15px;
    img

{
    width: 50px;
}

}

.empty-report {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 100px;
    color: #416AE0;
}

.medium-image {
    width: 100px;
}

.empty-report-text {
    font-size: 18px;
    text-align: center;
}


.empty-report-title {
    font-size: 24px;
    font-weight: bold;
}

.medium-image {
    margin-bottom: 25px;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #416AE0;
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0% )
    }

    12.5% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0% )
    }

    25% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100% )
    }

    50% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    62.5% {
        clip-path: polygon(50% 50%,100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    75% {
        clip-path: polygon(50% 50%,100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100% )
    }

    100% {
        clip-path: polygon(50% 50%,50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100% )
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}

.centered-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px;
    font-size: 24px;
    color: #416AE0;
    flex-direction: column;
    gap: 25px;
}


@media only screen and (max-width: 1250px) {
    .top-header {
        justify-content: center;
    }

    .essay-submit {
        flex-direction: column;
        gap: 100x;
        padding-bottom: 100px;
    }

    .essay-send {
        margin-top: 0px;
        align-items: center;
        h1, h2, h3, h4, h5, h6, h7, p, button

{
    text-align: center;
}

}

.report {
    width: auto;
}

.top-heading {
    img

{
    display: none;
}

}
}

@media only screen and (max-width: 870px) {
    .widget-result {
        flex-direction: column;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 800px) {
    .essay-write {
        width: auto;
    }

    .top-message__paragraph {
        width: auto;
    }
}

@media only screen and (max-width: 650px) {
    .top-header {
        padding: 10px 0px;
    }


    .progress-bar-outer {
        width: 250px;
    }
}

@media only screen and (max-width: 370px) {
    .report {
        padding: 20px 10px;
    }

    .feedback {
        padding: auto 10px;
        .btn-call-to-action

{
    padding: 10px 70px;
}

}
}

.list-container {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container {
    margin: 0 auto;
}
/* User Section Styles */
.user-section {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .user-section h2 {
        margin-top: 0;
        font-size: 24px;
        color: #4a90e2;
    }

.user-info {
    display: flex;
    flex-wrap: wrap;
}

    .user-info div {
        flex: 1 1 45%;
        margin: 10px 5%;
        font-size: 16px;
    }

    .user-info span {
        font-weight: bold;
    }
/* List Section Styles */
.list-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .list-item:hover {
        transform: translateY(-3px);
    }

.item-id {
    font-weight: bold;
    color: #4a90e2;
    width: 50px;
    text-align: center;
    font-size: 1.2em;
}

.item-details {
    flex: 1;
    padding-left: 20px;
}

.item-title {
    font-size: 18px;
    margin: 0 0 5px;
}

.item-date {
    font-size: 14px;
    color: #777;
}

.heading-content {
    background: linear-gradient(to bottom, #416adf, #3050ac);
    display: flex;
    justify-content: space-around;
    padding-top: 150px;
}

.section-right {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 40px;
    h1

{
    font-size: 32px;
    font-weight: bold;
}

p {
    font-size: 16px;
    width: 400px;
}

}

.btn-cta-short {
    color: #416AE0;
    background: #FFC94B;
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: bold;
}

.key-benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px;
    gap: 75px;
    h2

{
    font-size: 24px;
    color: #3050AC;
    font-weight: bold;
}

.landing-lists {
    display: flex;
    gap: 180px;
    ul

{
    display: flex;
    flex-direction: column;
    gap: 35px;
}

}

.align {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    span

{
    width: 353px;
}

}
}

.how-it-works {
    padding: 75px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to bottom, #416adf, #3050ac);
    gap: 100px;
    h3

{
    font-size: 24px;
    font-weight: bold;
    color: white;
}

svg {
    width: 100%;
}

a {
    color: #416AE0;
    background: #FFC94B;
    padding: 10px 70px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: bold;
}

}

.system-example {
    position: relative;
    top: 5px;
}

.demo-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding-top: 65px;
    padding-bottom: 0px;
    h5

{
    font-size: 24px;
    font-weight: bold;
    color: #416AE0;
}

}

.subscribtions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding: 150px 0px 150px 0px;
    h4

{
    font-size: 24px;
    font-weight: bold;
    color: #416AE0;
}

.subscribtion-plans {
    display: flex;
    gap: 75px;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 7px;
    border: 3px solid #3050AC;
    gap: 20px;
    padding: 30px 20px;
    p

{
    text-align: center;
    width: 220px;
    font-size: 11px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #3050AC;
}

.price-and-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    .free-trial

{
    text-decoration: underline;
}

.price {
    font-size: 32px;
}

a {
    font-size: 12px;
}

.buy-now {
    border-radius: 7px;
    background: #FFC94B;
    color: #3050AC;
    padding: 5px 20px;
    font-weight: bold;
}

.period {
    font-weight: lighter;
    font-size: 15px;
    color: #ADADAD;
}

}
}
}

.footer {
    display: flex;
    gap: 150px;
    background: #416AE0;
    color: white;
    padding: 60px 0px 75px 200px;
    .contacts

{
    display: flex;
    gap: 50px;
    font-weight: bold;
}

.bottom-part {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.top-part {
    display: flex;
    flex-direction: column;
    gap: 50px;
    span

{
    font-size: 14px;
    width: 188px;
}

.logo {
    font-size: 32px;
    font-weight: bold;
}

}

.navigations {
    display: flex;
    flex-direction: column;
    gap: 10px;
    .navigations-top

{
    display: flex;
    gap: 100px;
    a

{
    width: 160px;
}

}

.navigations-bottom {
    display: flex;
    gap: 100px;
    a

{
    width: 160px;
}

}
}
}

.authentication-page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px 0px 200px 0px;
    .authenticate-form

{
    background: white;
    width: fit-content;
    padding: 20px 20px;
    border-radius: 7px;
    border: 3px solid #416AE0;
}

.form-floating {
    display: flex;
    flex-direction: column;
    input

{
    border-bottom: 2px solid #416AE0;
    padding: 10px;
    width: 350px;
}

}

#registerSubmit {
    color: #416AE0;
    background: #FFC94B;
    padding: 10px 70px;
    border-radius: 7px;
    font-size: 12px;
    cursor: pointer;
}

#registerForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    h2

{
    font-size: 20px;
}

}
}

.user-info {
    background: linear-gradient(to bottom, #416adf, #3050ac);
    display: flex;
    align-items: center;
    justify-content: center;
    .user-details

{
    background: white;
    padding: 50px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    margin: 100px;
    gap: 30px;
    span

{
    font-size: 18px;
}

tbody {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

td {
    font-size: 13px;
}

}

.strong {
    font-weight: bold;
    width: 200px;
}

}

.essay-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    padding: 50px 200px
}

.essays {
    h1

{
    font-size: 24px;
    font-weight: bold;
    color: #416AE0;
    padding: 30px 200px;
}

}

.navbar-essays {
    padding: 30px 200px;
    .check-essay

{
    color: #416AE0;
    background: #FFC94B;
    padding: 10px 30px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: bold;
}

}

.essay-card {
    border: 2px solid #416AE0;
    width: fit-content;
    padding: 35px 20px 20px 20px;
    border-radius: 7px;
    position: relative;
    .essay-score

{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    background: #416AE0;
    color: white;
    font-size: 20px;
    font-weight: 500;
    width: 70px;
    height: 70px;
    border: 2px solid #FFC94B;
    top: -25px;
    left: -35px;
}

.essay-info {
    width: 310px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    .title

{
    height: 53px;
    font-size: 20px;
    font-weight: bold;
}

p {
    font-size: 16px;
    height: 266px;
}

}
}

.main-nav {
    display: flex;
    gap: 35px;
    margin-right: 75px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 45px;
    border-radius: 5px;
    text-align: center;
    width: 300px;
    position: relative; /* Ensure the close button stays at the top-right */
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px; /* Adjust size of the X */
    font-weight: bold;
    color: #333; /* Optional: Ensure visibility */
    background: none;
    border: none;
    padding: 0;
}

    .modal-close:hover {
        color: red; /* Optional: Add hover effect */
    }

.report-sheet {
    /* CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX; */
    padding: 70px 85px;
    border: 2px solid #416AE0;
    margin: 40px auto;
    max-width: 1240px;
    box-shadow: -6px 5px 57px -7px rgba(0,0,0,0.25);
    -webkit-box-shadow: -6px 5px 57px -29px rgba(0,0,0,0.25);
    -moz-box-shadow: -6px 5px 57px -7px rgba(0,0,0,0.25);
}

.report-name-container {
    margin: 110px auto 0px auto;
    font-size: 32px;
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report-essay-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 24px;
}

.report-essay-text {
    font-size: 16px;
}

.report-essay-container {
    margin-bottom: 35px;
}

@media print {
    body {
        -webkit-print-color-adjust: exact; /* ensures color accuracy */
        print-color-adjust: exact;
    }

    .report-sheet {
        width: 100% !important;
        max-width: 100% !important;
        border: none;
    }

    /* Optional: remove unnecessary UI elements */
    #download-pdf {
        display: none;
    }
}

.pdf-export .report-sheet {
    border: none !important;
    box-shadow: none !important;
    padding-bottom: 0px;
}

.pdf-export .report {
    padding-bottom: 0px;
}

.report-name-container-action-buttons {
    display: flex;
    align-items: center;
    width: 320px;
    justify-content: center;
}

.report-action-buttons-container {
    display: flex;
    margin: 0px 0px 65px 0px;
    gap: 20px
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dim background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    position: relative;
}

.hidden {
    display: none;
}

.close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
}

.imporvements-section ul li {
    display: flex;
    gap: 30px;
    input

{
    width: 100%;
}

}

.btn-delete-text {
    background-color: #dc3545; /* Bootstrap danger red */
    color: white;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .btn-delete-text:hover {
        background-color: #c82333; /* Slightly darker on hover */
    }

.btn-create-text {
    background-color: #28a745; /* Bootstrap success green */
    color: white;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .btn-create-text:hover {
        background-color: #218838; /* Slightly darker on hover */
    }

.dotted-list {
    list-style: none; /* remove default bullets */
    padding-left: 1em;
}

    .dotted-list li {
        position: relative;
        padding-left: 1.5em; /* space for custom dot */
    }

        .dotted-list li::before {
            content: "•";
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
            color: white; /* or white if background is dark */
            font-size: 20px;
        }


.subscribtion-plans__contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 22px;
    margin-top: 40px;
    color: #416AE0
}

.text-with-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    span {
        font-weight: 500;
        font-size: 20px;
    }

}

.text-with-icon__container {
    width: fit-content;
    padding: 40px;
    border: 5px solid #416AE0;
    border-radius: 100px;
}
