/* /Components/Elements/AafTree.razor.rz.scp.css */
.main-container[b-2h4b54wf31] {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(0, 0, 0, 0.9)), url("img/LoginBackground6.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100%+20px);
    margin: -20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 2px solid var(--LogoGrey);
    box-shadow: 0 -20px 40px -10px rgba(0, 0, 0, 0.3);
}

.heading-container[b-2h4b54wf31] {
    background-color: white;
    width: 40%;
    height: auto;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.heading[b-2h4b54wf31] {
    font-family: 'Poppins', sans-serif;
    font-size: 2.0rem;
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
}

.line[b-2h4b54wf31] {
    border: 1px solid var(--LogoGrey);
    width: 80%
}

.text[b-2h4b54wf31] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGreen);
    text-align: center;
    margin: 5px;
}

.text-bold[b-2h4b54wf31] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGold);
}

.company-name[b-2h4b54wf31] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--MediumFont);
    font-weight: 500;
    color: var(--LogoGreen);
    letter-spacing: 2px;
    margin: 0px;
}

.tree-container[b-2h4b54wf31] {
    position: relative;
    width: 80%;
    aspect-ratio: 10/8;
}

.center[b-2h4b54wf31] {
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 200px 200px rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: -15%;
    overflow: hidden;
}

    .center img[b-2h4b54wf31] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.company[b-2h4b54wf31] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    border: 2px solid var(--LogoGreen);
    width: 12%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: -6%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.4s ease-in-out; /* Transition the box-shadow */
}

    .company:hover[b-2h4b54wf31] {
        box-shadow: 0 0 80px 40px rgba(255, 255, 255, 0.8);
    }

    .company img[b-2h4b54wf31] {
        width: 75%;
        height: 75%;
        object-fit: contain;
        display: block;
    }

    .company > :last-child[b-2h4b54wf31] {
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .company:hover > :last-child[b-2h4b54wf31] {
        opacity: 1;
    }

.company-per-share[b-2h4b54wf31] {
    display: flex;
    align-content: center;
    justify-items: center;
    background-color: var(--LogoGrey);
    border: 2px solid var(--LogoGreen);
    width: 40%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin: -20%;
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.2);
}

.company-fair-value-per-share-text[b-2h4b54wf31] {
    font-size: var(--SmallMediumFont);
    color: white;
}

.company-information-desktop[b-2h4b54wf31] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    position: absolute;
    border-radius: 40%;
    width: 180%;
    border: 2px solid var(--LogoGold);
    aspect-ratio: 1 / 1;
    background-color: white;
    pointer-events: none; /* Exclude this element from hover area */
}

.leaf[b-2h4b54wf31] {
    display: flex;
    align-content: center;
    justify-items: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5%;
    aspect-ratio: 1/1;
    margin: -2.5%;
}

    .leaf img[b-2h4b54wf31] {
        width: 40%;
        height: 40%;
        object-fit: cover;
        display: block;
    }

/* /Components/Elements/AafTreeMobile.razor.rz.scp.css */
.main-container[b-y7comqpbce] {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(0, 0, 0, 0.9)), url("img/LoginBackground6.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100%+20px);
    margin: -20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 2px solid var(--LogoGrey);
    box-shadow: 0 -20px 40px -10px rgba(0, 0, 0, 0.3);
}

.heading-container[b-y7comqpbce] {
    background-color: white;
    width: 90%;
    height: auto;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.heading[b-y7comqpbce] {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
}

.line[b-y7comqpbce] {
    border: 1px solid var(--LogoGrey);
    width: 80%
}

.text[b-y7comqpbce] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGreen);
    text-align: center;
    margin: 5px;
}

.text-bold[b-y7comqpbce] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGold);
}

.company-container[b-y7comqpbce] {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.company-name[b-y7comqpbce] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--MediumFont);
    font-weight: 500;
    color: var(--LogoGreen);
    letter-spacing: 2px;
    margin: 0px;
}

.center[b-y7comqpbce] {
    width: 70%;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px;
}

    .center img[b-y7comqpbce] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.company[b-y7comqpbce] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 2px solid var(--LogoGreen);
    width: 20%;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.4s ease-in-out;
}

    .company:hover[b-y7comqpbce] {
        box-shadow: 0 0 80px 40px rgba(255, 255, 255, 0.8);
    }

    .company img[b-y7comqpbce] {
        width: 75%;
        height: 75%;
        object-fit: contain;
        display: block;
    }

.company-fair-value-per-share-text[b-y7comqpbce] {
    font-size: var(--SmallFont);
    color: black;
}

.company-information[b-y7comqpbce] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: 60%;
    height: 90%;
    border: 2px solid var(--LogoGold);
    background-color: white;
}

.leaf[b-y7comqpbce] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    aspect-ratio: 1/1;
    transform: rotate(45deg);
}

    .leaf img[b-y7comqpbce] {
        width: 40%;
        height: 40%;
        object-fit: cover;
    }
/* /Components/Elements/DocumentSelector.razor.rz.scp.css */
.top-container[b-vt9b2zt66y] {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-evenly;
    height: 60px;
}

.heading-container[b-vt9b2zt66y] {
    background-color: white;
    width: 40%;
    height: 100%;
    margin: 5px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.heading[b-vt9b2zt66y] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
}

.document-selection-container[b-vt9b2zt66y] {
    height: auto;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.dropdown-container[b-vt9b2zt66y] {
    background-color: var(--TextColour);
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .dropdown-container:hover[b-vt9b2zt66y] {
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.12);
    }

@media (max-width: 1000px) {
    .heading-container[b-vt9b2zt66y] {
        width: 100%;
    }

    .dropdown-container[b-vt9b2zt66y] {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

/* /Components/Elements/FinancialCards.razor.rz.scp.css */
.text-container[b-q79xr6k5r3] {
    display: flex;
    align-items: baseline; 
}

.a[b-q79xr6k5r3] {
    font-size: var(--LargeFont);
    color: var(--LogoGold);
}

.b[b-q79xr6k5r3] {
    font-size: var(--LargeFont);
}

.c[b-q79xr6k5r3] {
    font-size: var(--MediumFont);
    color: var(--LogoGold);
}

.FinancialCardContainer[b-q79xr6k5r3] {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 120px;
    width: 100%;
}

@media (max-width: 1000px) {
    .FinancialCardContainer[b-q79xr6k5r3] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        height: auto;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .FinancialCardContainer[b-q79xr6k5r3] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        height: auto;
        width: 100%;
    }
}
/* /Components/Elements/ImportantDatesNews.razor.rz.scp.css */
.main-container[b-eqothpqckx] {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    height: auto;
    width: auto;
    gap: 16px;
}
.accordion-container[b-eqothpqckx] {
    width: 60%;
    height: 100%;
    border-radius: 8px;
}

.accordian-header-container[b-eqothpqckx] {
    background-color: white;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

.accordian-header[b-eqothpqckx] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
}

.calendar-container[b-eqothpqckx] {
    width: 40%;
    height: 175px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

.calendar-header-container[b-eqothpqckx] {
    background-color: white;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.calendar-header[b-eqothpqckx] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
}

.date-item-header[b-eqothpqckx] {
    background-color: var(--LogoGreen);
    height: 50px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: white;
}

.date-item-body[b-eqothpqckx] {
    background-color: white;
    height: 200px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    padding-top: 15px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    font-size: var(--MediumFont);
    border-top: 1px solid var(--LogoGrey);
}

@media (max-width: 1000px) {
    .main-container[b-eqothpqckx] {
        display: flex;
        flex-direction: column;
        height: 500px;
        width: 100%;
    }
    .accordion-container[b-eqothpqckx] {
        width: 100%;
        height: max-content;
        margin-bottom: 16px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }

    .calendar-container[b-eqothpqckx] {
        width: 100%;
        height: 200px;
    }
}
/* /Components/Elements/InfoCards.razor.rz.scp.css */
.text-container[b-yuj5kpd7uw] {
    display: flex;
    align-items: baseline;
}

.a[b-yuj5kpd7uw] {
    font-size: var(--MediumFont);
    color: var(--LogoGold);
}

.b[b-yuj5kpd7uw] {
    font-size: var(--MediumFont);
}

.c[b-yuj5kpd7uw] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGold);
}

.info-card-top-container[b-yuj5kpd7uw] {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 120px;
    gap: 16px;
    margin-bottom: 16px;
}

.table-container[b-yuj5kpd7uw] {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    margin-top: 16px;
    background-color: var(--TextColour);
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.heading[b-yuj5kpd7uw] {
    font-family: 'Montserrat', sans-serif;
    font-size: var(--SmallMediumFont);
    font-weight: 300; /* medium weight for modern look */
    letter-spacing: 0.5px;
    color: var(--LogoGreen);
    margin: 8px;
}

.info-card-bottom-container[b-yuj5kpd7uw] {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 280px;
    gap: 16px;
    margin-bottom: 16px;
}

/*div card*/
.dividend-card-master-container[b-yuj5kpd7uw]{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.dividend-spark-graph-container[b-yuj5kpd7uw] {
    width: 60%;
    height: 100%;
    border-right: 2px solid #F0F0F0;
}

.dividend-text-container[b-yuj5kpd7uw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 40%;
    height: 100%;
}

.divider[b-yuj5kpd7uw] {
    border: none;
    border-bottom: 2px solid #F0F0F0;
    width: 80%;
    margin: 10px 0;
}

/*nav card*/
.nav-card-master-container[b-yuj5kpd7uw] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.nav-spark-graph-container[b-yuj5kpd7uw] {
    width: 60%;
    height: 100%;
    border-left: 2px solid #F0F0F0;
}

.nav-text-container[b-yuj5kpd7uw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 40%;
    height: 100%;
}

@media (max-width: 1000px) {
    .info-card-top-container[b-yuj5kpd7uw] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        height: auto;
    }

    .dividend-card-master-container[b-yuj5kpd7uw] {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }

    .dividend-spark-graph-container[b-yuj5kpd7uw] {
        width: 100%;
        height: 60%;
        border-right: 0px;
    }

    .dividend-text-container[b-yuj5kpd7uw] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        height: 40%;
    }

    .divider[b-yuj5kpd7uw] {
        border: none;
        border-bottom: 2px solid #F0F0F0;
        width: 0%;
        margin: 10px 0;
    }

    .nav-card-master-container[b-yuj5kpd7uw] {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }

    .nav-spark-graph-container[b-yuj5kpd7uw] {
        width: 100%;
        height: 60%;
        border-right: 0px;
    }

    .nav-text-container[b-yuj5kpd7uw] {
        width: 100%;
        height: 40%;
    }

    .info-card-bottom-container[b-yuj5kpd7uw] {
        height: 400px;
    }
}

@media (max-width: 800px) {
    .info-card-top-container[b-yuj5kpd7uw] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        height: 250px;
    }
    .info-card-bottom-container[b-yuj5kpd7uw] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        height: auto;
    }

    .dividend-card-master-container[b-yuj5kpd7uw] {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }

    .dividend-spark-graph-container[b-yuj5kpd7uw] {
        width: 100%;
        height: 70%;
        border-right: 0px;
    }

    .dividend-text-container[b-yuj5kpd7uw] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        height: 30%;
    }

    .divider[b-yuj5kpd7uw] {
        border: none;
        border-bottom: 2px solid #F0F0F0;
        width: 0%;
        margin: 10px 0;
    }

    .nav-card-master-container[b-yuj5kpd7uw] {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }

    .nav-spark-graph-container[b-yuj5kpd7uw] {
        width: 100%;
        height: 70%;
        border-right: 0px;
    }

    .nav-text-container[b-yuj5kpd7uw] {
        width: 100%;
        height: 30%;
    }

    .info-card-bottom-container[b-yuj5kpd7uw] {
        height: 800px;
    }
}

/* /Components/Elements/OrderBook.razor.rz.scp.css */
.top-container[b-jrrtsn5q5m] {
    margin-bottom: 50px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    height: 50px;
    width: 100%;
}

.order-book-header-container[b-jrrtsn5q5m] {
    background-color: white;
    width: 40%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.order-book-header[b-jrrtsn5q5m] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
}

.recent-transaction-buttons-container[b-jrrtsn5q5m] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.order-book-container[b-jrrtsn5q5m] {
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 100%;
}

.bid-grid-container[b-jrrtsn5q5m] {
    height: 100%;
    width: 100%;
}

.offer-grid-container[b-jrrtsn5q5m] {
    height: 100%;
    width: 100%;
}

.middle-container[b-jrrtsn5q5m] {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    height: 50px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.user-order-header-container[b-jrrtsn5q5m] {
    background-color: white;
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.not-a-shareholder-container[b-jrrtsn5q5m] {
    background-color: white;
    width: 40%;
    height: 100%;
    margin: 5px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.middle-container-not-a-shareholder[b-jrrtsn5q5m] {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    height: 100px;
    width: 100%;
}

.user-order-header[b-jrrtsn5q5m] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
}

.user-orders-container[b-jrrtsn5q5m] {
    gap: 10px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

.user-buy-order-container[b-jrrtsn5q5m]{
    width: 50%;
}

.user-sell-order-container[b-jrrtsn5q5m] {
    width: 50%;
}

/*CSS for the post bid dialog box*/
.message[b-jrrtsn5q5m] {
    font-size: 0.9em;
    color: var(--LogoGreen);
    text-align: center;
}

.message-bold[b-jrrtsn5q5m] {
    font-size: 1.1em;
    color: var(--LogoGold);
}

p strong[b-jrrtsn5q5m] {
    color: var(--LogoGreen);
    font-weight: bold;
}

p .highlight[b-jrrtsn5q5m] {
    color: var(--LogoGold);
    font-weight: bold;
}

.cost-breakdown[b-jrrtsn5q5m] {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid var(--LogoGreen);
    border-radius: 3px;
    background-color: #f9f9f9;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

    .cost-breakdown h4[b-jrrtsn5q5m] {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 16px;
        color: var(--LogoGreen);
    }

.order-success-container[b-jrrtsn5q5m] {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid var(--LogoGreen);
    border-radius: 3px;
    background-color: #cee0cf;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

    .order-success-container p[b-jrrtsn5q5m] {
        font-weight: 500;
    }

.order-error-container[b-jrrtsn5q5m] {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid var(--LogoGreen);
    border-radius: 3px;
    background-color: #e3b8b8;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

    .order-error-container p[b-jrrtsn5q5m] {
        font-weight: 500;
    }

.cost-item[b-jrrtsn5q5m] {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

    .cost-item:last-child[b-jrrtsn5q5m] {
        border-bottom: none;
    }

.total[b-jrrtsn5q5m] {
    font-weight: bold;
    color: var(--LogoGold);
    font-size: 15px;
}

.confirm-bid-button-container[b-jrrtsn5q5m] {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

/*CSS for the post ask dialog box*/

p strong[b-jrrtsn5q5m] {
    color: var(--LogoGreen);
    font-weight: bold;
}

p .highlight[b-jrrtsn5q5m] {
    color: var(--LogoGold);
    font-weight: bold;
}

.proceeds-breakdown[b-jrrtsn5q5m] {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid var(--LogoGreen);
    border-radius: 3px;
    background-color: #f9f9f9;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

    .proceeds-breakdown h4[b-jrrtsn5q5m] {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 16px;
        color: var(--LogoGreen);
    }

.proceed-item[b-jrrtsn5q5m] {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.confirm-offer-button-container[b-jrrtsn5q5m] {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

/*CSS for the cancel order dialog box*/

.form-container > *:last-child[b-jrrtsn5q5m] {
    margin-top: auto;
}

.button-container[b-jrrtsn5q5m] {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .order-book-container[b-jrrtsn5q5m] {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .user-orders-container[b-jrrtsn5q5m] {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .recent-transaction-buttons-container[b-jrrtsn5q5m] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 1500px) {
    .user-orders-container[b-jrrtsn5q5m] {
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }

    .user-buy-order-container[b-jrrtsn5q5m] {
        width: 100%;
    }

    .user-sell-order-container[b-jrrtsn5q5m] {
        width: 100%;
    }

    .not-a-shareholder-container[b-jrrtsn5q5m] {
        width: 100%;
    }

    .order-book-header[b-jrrtsn5q5m] {
        font-size: var(--MediumFont);
    }

    .user-order-header[b-jrrtsn5q5m] {
        font-size: var(--MediumFont);
    }
}
/* /Components/Elements/ShareholderIdSelector.razor.rz.scp.css */
.main-container[b-g4pvpoze9c] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.secondary-container-name[b-g4pvpoze9c] {
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid var(--LogoGrey);
    border-radius: 4px;
    overflow: hidden;
}

.secondary-container-id[b-g4pvpoze9c] {
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid var(--LogoGrey);
    border-radius: 4px;
    overflow: hidden;
}

.secondary-container-type[b-g4pvpoze9c] {
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid var(--LogoGrey);
    border-radius: 4px;
    overflow: hidden;
}

.secondary-container-btn[b-g4pvpoze9c] {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}

.seperator-line[b-g4pvpoze9c] {
    border: none;
    height: 1px;
    background-color: var(--LogoGrey);
    margin: 20px 0;
    width: 100%;
}

.heading[b-g4pvpoze9c] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--SmallMediumFont);
    font-weight: 200;
    color: var(--LogoGreen);
    text-align: center;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.acount-heading[b-g4pvpoze9c] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--SmallMediumFont);
    font-weight: 200;
    color: var(--AAFRoyalBlue);
    text-align: center;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.account-id-container[b-g4pvpoze9c] {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--LogoGold);
}

.viewing-account-id-container[b-g4pvpoze9c] {
    padding-left: 10px;
    padding-right: 10px;
}

.account-name-container[b-g4pvpoze9c] {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--LogoGold);
}

.viewing-account-name-container[b-g4pvpoze9c] {
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--LogoSand);
}

.account-type-container[b-g4pvpoze9c] {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--LogoGold);
}

.viewing-account-type-container[b-g4pvpoze9c] {
    padding-left: 10px;
    padding-right: 10px;
}

/*Dialog box styling*/

.main-dialog-container[b-g4pvpoze9c] {
    width: 90vw;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.message[b-g4pvpoze9c] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGreen);
    text-align: center;
}

.message-bold[b-g4pvpoze9c] {
    font-size: var(--SmallMediumFont);
    color: var(--AAFRoyalBlue);
    font-weight: 500;
}

.account-select-container[b-g4pvpoze9c] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 80%;
    margin: 10px;
    padding: 15px;
    border: 1px solid var(--LogoGreen);
    border-radius: 3px;
    background-color: #f9f9f9;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1000px) {
    .main-container[b-g4pvpoze9c] {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 10px;
        gap: 10px;
    }

    .secondary-container-name[b-g4pvpoze9c]{
        width: max-content;
    }

    .viewing-account-name-container[b-g4pvpoze9c] {
        width: max-content;
    }

    .secondary-container-id[b-g4pvpoze9c] {
        display: none;
    }

    .secondary-container-type[b-g4pvpoze9c] {
        display: none;
    }
}
/* /Components/Elements/SiteAdministration/DirectorsDealingsTable.razor.rz.scp.css */
.form-container[b-uqjnhntaq2] {
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 100%;
}

    .form-container > *:last-child[b-uqjnhntaq2] {
        margin-top: auto;
    }

.grid-container[b-uqjnhntaq2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0px;
}

.button-container[b-uqjnhntaq2] {
    display: flex;
    justify-content: space-between;
}
/* /Components/Elements/SiteAdministration/DividendsTable.razor.rz.scp.css */
.form-container[b-fclksanv1f] {
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 100%;
}

    .form-container > *:last-child[b-fclksanv1f] {
        margin-top: auto;
    }

.grid-container[b-fclksanv1f] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0px;
}

.button-container[b-fclksanv1f] {
    display: flex;
    justify-content: space-between;
}
/* /Components/Elements/SiteAdministration/FinancialInformationTable.razor.rz.scp.css */
.form-container[b-znutbku4t2] {
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 100%;
}

    .form-container > *:last-child[b-znutbku4t2] {
        margin-top: auto;
    }

.grid-container[b-znutbku4t2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0px;
}

.button-container[b-znutbku4t2] {
    display: flex;
    justify-content: space-between;
}
/* /Components/Elements/SiteAdministration/ImportantDatesTable.razor.rz.scp.css */
.form-container[b-7uw8j05mi3] {
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 100%;
}

    .form-container > *:last-child[b-7uw8j05mi3] {
        margin-top: auto;
    }

.column-container[b-7uw8j05mi3] {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.button-container[b-7uw8j05mi3] {
    display: flex;
    justify-content: space-between;
}

.action-button-container[b-7uw8j05mi3] {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

@media (max-width: 1500px) {
    .action-button-container[b-7uw8j05mi3] {
        flex-direction: column;
    }
}
/* /Components/Elements/SiteAdministration/RecentNewsTable.razor.rz.scp.css */
.form-container[b-hschphafag] {
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 100%;
}

    .form-container > *:last-child[b-hschphafag] {
        margin-top: auto;
    }

.column-container[b-hschphafag] {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.button-container[b-hschphafag] {
    display: flex;
    justify-content: space-between;
}

.action-button-container[b-hschphafag] {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

@media (max-width: 1500px) {
    .action-button-container[b-hschphafag] {
        flex-direction: column;
    }
}
/* /Components/Elements/SiteAdministration/RolesTable.razor.rz.scp.css */
.edit-container[b-aslzegvqot] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.label[b-aslzegvqot] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGreen);
    font-weight: 500;
}

.role-container[b-aslzegvqot] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-container[b-aslzegvqot] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* /Components/Elements/SiteAdministration/UsersTable.razor.rz.scp.css */
.grid-container[b-bzkvc1i2rh] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    align-items: center;
}

.form-container[b-bzkvc1i2rh] {
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 100%;
}

    .form-container > *:last-child[b-bzkvc1i2rh] {
        margin-top: auto;
    }

.button-container[b-bzkvc1i2rh] {
    display: flex;
    justify-content: space-between;
}

h4[b-bzkvc1i2rh] {
    font-size: 1rem;
    font-weight: 600;
    margin: 12px 0 6px;
    color: var(--LogoGreen);
}

p[b-bzkvc1i2rh] {
    margin: 2px 0;
    font-size: 0.9rem;
    font-weight: 500;
}

.switch-container[b-bzkvc1i2rh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* space between label and switch */
    margin: 1rem 0;
}

.switch-container label[b-bzkvc1i2rh] {
    font-weight: 500;
    font-size: 1rem;
    color: #333;
}
/* /Components/Graphing/NAVGraph.razor.rz.scp.css */
.nav-graph-container[b-snk8ba4ror] {
    width: 100%;
    height: 550px;
    background-color: white;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin: 0px;
}

@media (max-width: 1000px) {
    .nav-graph-container[b-snk8ba4ror] {
        height: 400px;
    }
}
/* /Components/Graphing/SharePriceGraph.razor.rz.scp.css */
.share-price-graph-container[b-yw2trbrgd7] {
    width: 100%;
    height: 450px;
    background-color: white;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin: 0px;
}

.message[b-yw2trbrgd7] {
    font-size: 0.7em;
    color: var(--LogoGreen);
    text-align: center;
}


@media (max-width: 1000px) {
    .share-price-graph-container[b-yw2trbrgd7] {
        width: 100%;
        height: 350px;
    }
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ============================================================
   GLOBAL LAYOUT
   ------------------------------------------------------------ */
main[b-y2w44izgaj] {
    flex: 1;
}

.page[b-y2w44izgaj] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    height: 100%;
    background: linear-gradient(to bottom, var(--TextColour) 50%, var(--AAFRoyalBlue) 200%);
}

.content[b-y2w44izgaj] {
    padding: 20px;
    width: 85vw;
}


/* ============================================================
   DESKTOP SIDEBAR + NAV
   Sticky left sidebar for desktop layouts
   ------------------------------------------------------------ */
.sidebar[b-y2w44izgaj] {
    width: 15vw;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(36, 42, 65, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.AAF-banner[b-y2w44izgaj] {
    background-color: var(--LogoGreen);
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid var(--LightGold);
}

    .AAF-banner img[b-y2w44izgaj] {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

.main-nav-desktop[b-y2w44izgaj] {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 95%;
    gap: 10px;
}


/* ============================================================
   MOBILE NAV (default hidden)
   ------------------------------------------------------------ */
.main-nav-mobile[b-y2w44izgaj] {
    display: none;
}

.nav-item-main[b-y2w44izgaj] {
    font-size: var(--SmallMediumFont);
}

    /* Deep selectors for Blazor NavLink content */
    .nav-item-main[b-y2w44izgaj]  .nav-link-main {
        display: flex;
        align-items: center;
        padding-left: 10px;
        height: 50px;
        color: var(--TextColour);
        text-decoration: none;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .nav-item-main[b-y2w44izgaj]  a.active {
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.35);
        border-left: 4px solid var(--LightGold);
    }

    .nav-item-main[b-y2w44izgaj]  .nav-link-main:hover {
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }


/* ============================================================
   DESKTOP TOP HEADER (sticky)
   ------------------------------------------------------------ */
.top-header-desktop[b-y2w44izgaj] {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(32, 60, 45, 0.35);
    border-bottom: 2px solid var(--LogoGrey);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 60px;
    position: sticky;
    top: 0;
    justify-content: flex-end;
    z-index: 1;
    padding-right: 10px;
}

.top-header-mobile[b-y2w44izgaj] {
    display: none;
}

.top-header-user[b-y2w44izgaj] {
    height: 40px;
    margin: 5px;
    display: flex;
    align-items: center;
    font-size: var(--MediumFont);
}

.top-header-icons[b-y2w44izgaj] {
    height: 40px;
    width: 40px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .top-header-icons:hover[b-y2w44izgaj] {
        transform: translateY(-1px) scale(1.01);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
        background-color: rgba(0, 0, 0, 0.1);
    }

    .top-header-icons img[b-y2w44izgaj] {
        width: 30px;
    }

.terms-and-conditions-text[b-y2w44izgaj] {
    font-size: var(--SmallMediumFont);
    color: black;
    text-decoration: none;
}

/* ============================================================
   ICON CLASSES
   ------------------------------------------------------------ */
.bi[b-y2w44izgaj] {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background-size: cover;
}

.bi-home-nav-menu[b-y2w44izgaj] {
    background-image: url("/img/home.svg");
}

.bi-trade-nav-menu[b-y2w44izgaj] {
    background-image: url("/img/trade.svg");
}

.bi-chart-nav-menu[b-y2w44izgaj] {
    background-image: url("/img/bar-chart.svg");
}

.bi-investor-nav-menu[b-y2w44izgaj] {
    background-image: url("/img/user-alt.svg");
}

.bi-notifications-nav-menu[b-y2w44izgaj] {
    background-image: url("/img/notifications.svg");
}

.bi-site-administration-nav-menu[b-y2w44izgaj] {
    background-image: url("/img/cube.svg");
}

.notifications-badge[b-y2w44izgaj] {
    margin-left: 12px;
    background-color: var(--LightGold);
    color: white;
    font-size: 12px;
    border-radius: 2px;
}

.notifications-badge-mobile[b-y2w44izgaj] {
    background-color: var(--LightGold);
    position: absolute;
    top: 0px; /* adjust as needed */
    right: 0px; /* adjust as needed */
    padding: 2px 6px;
    transform: translate(0%,-40%);
    font-size: 12px;
    border-radius: 2px;
}


/* ============================================================
   RESPONSIVE: MOBILE (≤1400px)
   ------------------------------------------------------------ */
@media (max-width: 1400px) {

    .page[b-y2w44izgaj] {
        flex-direction: column;
    }

    .content[b-y2w44izgaj] {
        padding: 10px;
        width: auto;
        padding-top: 80px;
    }

    /* Sidebar becomes top row container */
    .sidebar[b-y2w44izgaj] {
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: auto;
        background-color: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: none;
    }

    .main-nav-desktop[b-y2w44izgaj] {
        display: none;
    }

    /* Mobile bottom nav bar */
    .main-nav-mobile[b-y2w44izgaj] {
        padding: 10px 0;
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: sticky;
        bottom: 0; /* Keeps nav anchored near bottom of scroll container */
        top: auto;
        z-index: 2;
        background-color: rgba(36, 42, 65, 0.9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .AAF-banner[b-y2w44izgaj] {
        display: none;
    }

    /* Hide text to show only icons */
    .nav-item-main[b-y2w44izgaj] {
        font-size: 0px;
    }

        /* Mobile active state tweaks */
        .nav-item-main[b-y2w44izgaj]  a.active {
            border-left: none;
            border-bottom: 4px solid var(--LightGold);
        }

    .top-header-desktop[b-y2w44izgaj] {
        display: none;
    }

    /* Mobile top header (fixed) */
    .top-header-mobile[b-y2w44izgaj] {
        display: flex;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: rgba(32, 60, 45, 0.35);
        border-bottom: 2px solid var(--LogoGrey);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        justify-content: space-around;
        align-items: center;
    }

    .notifications-badge[b-y2w44izgaj] {
        margin-left: 0px;
    }
}
/* /Components/Pages/FAQ.razor.rz.scp.css */
.contact-container[b-3dvsgk605s] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.video-container[b-3dvsgk605s] {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 640px;
    height: 360px;
}

.heading[b-3dvsgk605s] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
}

.contact-card[b-3dvsgk605s] {
    background-color: white;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    text-align: center;
}

.contact-name[b-3dvsgk605s] {
    font-size: var(--MediumFont);
    color: var(--LogoGreen);
    font-weight: bold;
    border-bottom: 2px solid var(--LogoGold);
    padding-bottom: 5px;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .contact-container[b-3dvsgk605s] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 500px) {
    .contact-container[b-3dvsgk605s] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
}
/* /Components/Pages/FinancialInformation.razor.rz.scp.css */
.mobile[b-9gsgqgrha4]{
    display:none;
}
.desktop[b-9gsgqgrha4] {
    display: block;
}

@media (max-width: 1000px) {
    .mobile[b-9gsgqgrha4] {
        display: block;
    }

    .desktop[b-9gsgqgrha4] {
        display: none;
    }
}
/* /Components/Pages/ForgotPassword.razor.rz.scp.css */
.center[b-kryvyeuedq] {
    /*background-image: url("/img/LoginBackground2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* ensure pseudo-element stays behind */
}

    /* Background swirl only */
    .center[b-kryvyeuedq]::before {
        width: 250vw;
        height: 250vh;
        content: "";
        position: absolute;
        background: conic-gradient( from 0deg, #859D9A, #E0D5A8, #E9F0EF, #859D9A );
        z-index: -1; /* behind login form */
        animation: swirl-b-kryvyeuedq 40s linear infinite;
    }

@keyframes swirl-b-kryvyeuedq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.reset-password-container[b-kryvyeuedq] {
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white */
    backdrop-filter: blur(10px); /* frosted glass blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 2px solid rgba(255, 255, 255, 0.3); /* subtle border */
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
    width: 80%;
    max-width: 360px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reset-password-heading[b-kryvyeuedq] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    text-align: center;
    margin: 0px;
    letter-spacing: 2px;
}

.message[b-kryvyeuedq] {
    font-size: 0.9em;
    color: var(--LogoGreen);
    text-align: center; 
}

.message-bold[b-kryvyeuedq] {
    font-size: 1.1em;
    color: var(--LogoGold);
}

.input-container[b-kryvyeuedq] {
    width: 95%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.input-header[b-kryvyeuedq] {
    width: 100%;
    font-size: var(--MediumFont);
    margin-bottom: 4px;
    margin-left: 10px;
    font-weight: normal;
    color: var(--LogoGreen);
}

.back-to-login-link[b-kryvyeuedq] {
    font-size: 0.875rem;
    color: var(--LogoGrey);
    cursor: pointer;
    text-decoration: none;
}

    .back-to-login-link:hover[b-kryvyeuedq] {
        color: var(--LogoGreen);
    }

.invalid-user-container[b-kryvyeuedq] {
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white */
    backdrop-filter: blur(10px); /* frosted glass blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 2px solid rgba(255, 255, 255, 0.3); /* subtle border */
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
    color: #9C4D4D;
    width: 80%;
    max-width: 360px;
    border-radius: 10px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}

.error-message[b-kryvyeuedq] {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px;
}

.success-message[b-kryvyeuedq] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-family: Arial, sans-serif;
    display: inline-block;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.new-passwords-container[b-kryvyeuedq]{

}

.password-confirm-btn-container[b-kryvyeuedq] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.OTP-container[b-kryvyeuedq] {
    width: 90%;
    max-width: 360px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.otp-btn-container[b-kryvyeuedq] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.otp-error-message[b-kryvyeuedq] {
    font-size: 0.9em;
    color: maroon;
    text-align: center;
}

.otp-error-message-bold[b-kryvyeuedq] {
    font-size: 1.1em;
    color: var(--LogoGreen);
}
/* /Components/Pages/InvestorInformation.razor.rz.scp.css */
.main-container[b-m0t4gicops] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}

.secondary-container[b-m0t4gicops] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}

/*user information container*/

.user-information-main-container[b-m0t4gicops] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin: 10px;
}

.user-information-heading-container[b-m0t4gicops] {
    background-color: white;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.user-information-header[b-m0t4gicops] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
}

.user-information-container[b-m0t4gicops] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
}

.edit-btn-container[b-m0t4gicops] {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

/*downloads and uploads container*/

.downloads-main-container[b-m0t4gicops] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 10px;
}

.downloads-heading-container[b-m0t4gicops] {
    background-color: white;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.downloads-header[b-m0t4gicops] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
}

.downloads-container[b-m0t4gicops] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
}

/*document center*/

.form-container[b-m0t4gicops] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    align-items: center;
    justify-items: center;
}

/*grid settings*/

.form-grid[b-m0t4gicops] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 10px;
}

.grid-item[b-m0t4gicops] {
    display: flex;
    flex-direction: column;
}

.grid-item-doc-center[b-m0t4gicops] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.input-header[b-m0t4gicops] {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: var(--SmallMediumFont);
    color: var(--LogoGreen);
}

/*linked accounts popup*/

.main-dialog-container[b-m0t4gicops] {
    width: 90vw;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.account-select-container[b-m0t4gicops] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 80%;
    margin: 10px;
    padding: 15px;
    border: 1px solid var(--LogoGreen);
    border-radius: 3px;
    background-color: #f9f9f9;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/*change password popup*/

.btn-container[b-m0t4gicops] {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

/*Save user information popup*/

.OTP-container[b-m0t4gicops] {
    width: 90%;
    max-width: 360px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.message[b-m0t4gicops] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGreen);
    text-align: center;
}

.message-bold[b-m0t4gicops] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGold);
    text-align: center;
}

.message-header[b-m0t4gicops] {
    font-size: var(--MediumFont);
    color: var(--AAFRoyalBlue);
    text-align: center;
}

.contact-email-text[b-m0t4gicops] {
    font-size: var(--MediumFont);
    color: var(--LogoGreen);
    text-align: center;
    margin-top: 12px;
}

.otp-btn-container[b-m0t4gicops] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.otp-error-container[b-m0t4gicops] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.otp-error-message[b-m0t4gicops] {
    font-size: 0.9em;
    color: maroon;
    text-align: center; /* Centers text */
}

.otp-error-message-bold[b-m0t4gicops] {
    font-size: 1.1em;
    color: var(--LogoGreen);
}

/*success popup*/

.save-dialog-content[b-m0t4gicops] {
    text-align: center;
    padding: 20px;
}

.success-icon[b-m0t4gicops] {
    font-size: 2rem;
    display: block;
    margin-bottom: 2px;
    color: var(--LogoGreen);
}

/*grid for shareholder IDs*/

.shareholders[b-m0t4gicops] {
    width: 100%;
    border-collapse: collapse;
}

    .shareholders th[b-m0t4gicops], .shareholders td[b-m0t4gicops] {
        padding: 6px 10px;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .shareholders th[b-m0t4gicops] {
        background: #f5f5f5;
        font-weight: 600;
    }

/* Responsive breakpoints */

@media (max-width: 1000px) {
    .form-grid[b-m0t4gicops] {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .main-container[b-m0t4gicops] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .user-information-main-container[b-m0t4gicops] {
        width: 100%;
    }

    .downloads-main-container[b-m0t4gicops] {
        width: 100%;
    }

    .form-grid[b-m0t4gicops] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 450px) {
    .form-grid[b-m0t4gicops] {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 10px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.center[b-2ayyqw8gfv] {
    /*background-image: url("/img/LoginBackground6.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* ensure pseudo-element stays behind */
}

    /* Background swirl only */
    .center[b-2ayyqw8gfv]::before {
        width: 250vw;
        height: 250vh;
        content: "";
        position: absolute;
        background: conic-gradient( from 0deg, #859D9A, #E0D5A8, #E9F0EF, #859D9A );
        z-index: -1; /* behind login form */
        animation: swirl-b-2ayyqw8gfv 40s linear infinite;
    }

@keyframes swirl-b-2ayyqw8gfv {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.message[b-2ayyqw8gfv] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGreen);
    text-align: center;
}

.logo-container[b-2ayyqw8gfv] {
    width: 360px;
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

.logo-image[b-2ayyqw8gfv] {
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.login-container[b-2ayyqw8gfv] {
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white */
    backdrop-filter: blur(10px); /* frosted glass blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 2px solid rgba(255, 255, 255, 0.3); /* subtle border */
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
    width: 95%;
    max-width: 360px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.input-container[b-2ayyqw8gfv] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.login-heading[b-2ayyqw8gfv] {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem; 
    font-weight: 200; 
    color: var(--LogoGreen); 
    text-align: center; 
    margin: 0px; 
    letter-spacing: 2px; 
}

.input-header[b-2ayyqw8gfv] {
    width: 100%;
    margin-bottom: 4px;
    margin-left: 10px;
    font-weight: normal;
    color: var(--LogoGreen);
}

.btn-container[b-2ayyqw8gfv] {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.register-as-user-link[b-2ayyqw8gfv] {
    font-size: 0.875rem;
    color: var(--LogoGreen);
    cursor: pointer;
    text-decoration: none;
}

.invalid-login-container[b-2ayyqw8gfv] {
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white */
    backdrop-filter: blur(10px); /* frosted glass blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 2px solid rgba(255, 255, 255, 0.3); /* subtle border */
    color: #9C4D4D;
    width: 95%;
    max-width: 360px;
    border-radius: 10px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
}

.error-message[b-2ayyqw8gfv] {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px;
}

.suggestions[b-2ayyqw8gfv] {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 5px;
}

.reset-password-link[b-2ayyqw8gfv] {
    font-size: 0.875rem;
    color: var(--LogoGreen);
    cursor: pointer;
    text-decoration: none;
}


/* Responsive breakpoints */
@media (max-width: 425px) {
    .logo-container[b-2ayyqw8gfv] {
        width: 200px;
    }

    .login-container[b-2ayyqw8gfv] {
        width: 90%;
        padding: 10px;
    }

    .invalid-login-container[b-2ayyqw8gfv] {
        width: 90%;
        padding: 10px;
    }
}

@media (max-width: 360px) {

    .login-container[b-2ayyqw8gfv] {
        width: 90%;
        padding: 8px;
    }

    .invalid-login-container[b-2ayyqw8gfv] {
        width: 90%;
    }
}
/* /Components/Pages/LoginConfirmation.razor.rz.scp.css */
.center[b-odarv6g1no] {
    /* background-image: url("/img/LoginBackground6.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* ensure pseudo-element stays behind */
}

    /* Background swirl only */
    .center[b-odarv6g1no]::before {
        width: 250vw;
        height: 250vh;
        content: "";
        position: absolute;
        background: conic-gradient( from 0deg, #859D9A, #E0D5A8, #E9F0EF, #859D9A );
        z-index: -1; /* behind login form */
        animation: swirl-b-odarv6g1no 40s linear infinite;
    }

@keyframes swirl-b-odarv6g1no {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.logo-container[b-odarv6g1no] {
    width: 360px;
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

.logo-image[b-odarv6g1no] {
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.login-container[b-odarv6g1no] {
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white */
    backdrop-filter: blur(10px); /* frosted glass blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 2px solid rgba(255, 255, 255, 0.3); /* subtle border */
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
    width: 95%;
    max-width: 360px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.message[b-odarv6g1no] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGreen);
    text-align: center;
}

.message-bold[b-odarv6g1no] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGold);
}

.continue-btn[b-odarv6g1no] {
    height: 30px;
    background-color: var(--LightGold);
    color: var(--TextColour);
    border-radius: 30px;
    padding: 3px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--LogoGold);
    font-size: 18px;
    padding: 5px;
    font-family: "Calibri", sans-serif;
    transition: background-color 0.1s;
    margin: 5px;
    text-decoration: none
}

    .continue-btn:hover[b-odarv6g1no] {
        background-color: var(--LightGold);
        cursor: pointer;
    }

    .continue-btn:active[b-odarv6g1no] {
        background-color: var(--LightGold);
        transform: scale(0.99);
        box-shadow: inset 0 1px 2px #685d44;
    }
/* /Components/Pages/Notifications.razor.rz.scp.css */
.active-notifications-container[b-1jojytvm5s] {
    border-bottom: 1.5px solid var(--LogoGreen);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.notification[b-1jojytvm5s] {
    min-height: 40px;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.active[b-1jojytvm5s] {
    background-color: rgba(46, 107, 58, 0.2);
    border-left: 5px solid var(--LogoGreen);
}

.inactive[b-1jojytvm5s] {
    background-color: rgba(255, 255, 255, 0.6); /* semi-transparent white */
    backdrop-filter: blur(10px); /* frosted glass blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 2px solid rgba(255, 255, 255, 0.3); /* subtle border */
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
    border-left: 5px solid var(--LogoGrey);
}

.notification:hover[b-1jojytvm5s] {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.notification-header[b-1jojytvm5s] {
    display: flex;
    align-items: center;
    width: 20%;
    margin-right: 5px;
    border-right: 1px solid var(--LogoGrey);
    margin-right: 20px;
    padding-right: 20px;
}

.notification-title[b-1jojytvm5s] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--MediumFont);
    font-weight: 200;
    color: var(--LogoGreen);
}

.notification-body-container[b-1jojytvm5s] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.notification-timestamp[b-1jojytvm5s] {
    font-size: var(--SmallFont);
    color: #777;
    margin-left: 15px;
    text-align: center;
}

.notification-body[b-1jojytvm5s] {
    font-size: var(--SmallMediumFont);
    color: #777;
    text-align: justify;
}

.no-notifications-header-container[b-1jojytvm5s] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-notifications-header[b-1jojytvm5s] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
}

.show-all-notification-btn-container[b-1jojytvm5s] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-line[b-1jojytvm5s] {
    width: 35%;
    border: none;
    border-top: 1px solid var(--LogoGreen); /* Adjust the color and thickness */
}


/* /Components/Pages/OTP.razor.rz.scp.css */

.center[b-a7cij9m6k9] {
    /*background-image: url("img/LoginBackground4.jpg");
    background-size: cover;
    background-position: center;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* ensure pseudo-element stays behind */
}

    /* Background swirl only */
    .center[b-a7cij9m6k9]::before {
        width: 250vw;
        height: 250vh;
        content: "";
        position: absolute;
        background: conic-gradient( from 0deg, #859D9A, #E0D5A8, #E9F0EF, #859D9A );
        z-index: -1; /* behind login form */
        animation: swirl-b-a7cij9m6k9 40s linear infinite;
    }

@keyframes swirl-b-a7cij9m6k9 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.logo-container[b-a7cij9m6k9] {
    width: 340px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4); /* White box shadow */
}

.logo-image[b-a7cij9m6k9] {
    width: 100%; 
    border-radius: 10px;
    height: auto; 
}

.return-to-login-link[b-a7cij9m6k9] {
    font-size: 0.875rem;
    color: var(--LogoGrey);
    cursor: pointer;
    text-decoration: none;
}

    .return-to-login-link:hover[b-a7cij9m6k9] {
        color: var(--LogoGreen);
    }

.OTP-container[b-a7cij9m6k9] {
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white */
    backdrop-filter: blur(10px); /* frosted glass blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 2px solid rgba(255, 255, 255, 0.3); /* subtle border */
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
    height: auto;
    width: 320px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.message[b-a7cij9m6k9] {
    font-size: 0.9em;
    color: var(--LogoGreen);
    text-align: center; /* Centers text */
}

.message-bold[b-a7cij9m6k9] {
    font-size: 1.1em;
    color: var(--LogoGold);
}

.input-container[b-a7cij9m6k9] {
    height: 50%;
    width: 100%;
    display: flex;
    margin: 10px;
    flex-direction: column;
    justify-content: space-between; /* Centers items vertically */
    align-items: center; /* Centers items horizontally */
}

.OTP-Submit-btn-container[b-a7cij9m6k9] {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.invalid-OTP-container[b-a7cij9m6k9] {
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white */
    backdrop-filter: blur(10px); /* frosted glass blur */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 2px solid rgba(255, 255, 255, 0.3); /* subtle border */
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
    color: #9C4D4D;
    width: 320px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

    .invalid-OTP-container p[b-a7cij9m6k9] {
        text-align: center;
        font-size: 0.9rem;
        margin: 0 auto;
        width: 100%;
    }

/* Responsive breakpoints */
@media (max-width: 480px) {
    .logo-container[b-a7cij9m6k9] {
        width: 200px;
    }

    .OTP-container[b-a7cij9m6k9] {
        width: 90%;
        padding: 10px;
    }

    .invalid-OTP-container[b-a7cij9m6k9] {
        width: 90%;
        padding: 10px;
    }
}

@media (max-width: 360px) {

    .OTP-container[b-a7cij9m6k9] {
        width: 90%;
        padding: 8px;
    }

    .invalid-OTP-container[b-a7cij9m6k9] {
        width: 90%;
    }
}
/* /Components/Pages/Register.razor.rz.scp.css */
.center[b-ultk7tp6kh] {
    /*background-image: url("/img/LoginBackground4.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* ensure pseudo-element stays behind */
}

    /* Background swirl only */
    .center[b-ultk7tp6kh]::before {
        width: 250vw;
        height: 250vh;
        content: "";
        position: absolute;
        background: conic-gradient( from 0deg, #859D9A, #E0D5A8, #E9F0EF, #859D9A );
        z-index: -1; /* behind login form */
        animation: swirl-b-ultk7tp6kh 40s linear infinite;
    }

@keyframes swirl-b-ultk7tp6kh {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.input-container[b-ultk7tp6kh] {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.register-heading[b-ultk7tp6kh] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    text-align: center;
    margin: 0px;
    letter-spacing: 2px;
}

.input-item-container[b-ultk7tp6kh] {
    width: 100%;
    max-width: 360px;
}

.input-header[b-ultk7tp6kh] {
    width: 100%;
    font-size: var(--MediumFont);
    margin-bottom: 4px;
    margin-left: 10px;
    font-weight: normal;
    color: var(--LogoGreen);
}

.btn-container[b-ultk7tp6kh] {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.back-to-login-link[b-ultk7tp6kh] {
    font-size: 0.875rem;
    color: var(--LogoGrey);
    cursor: pointer;
    text-decoration: none;
}

    .back-to-login-link:hover[b-ultk7tp6kh] {
        color: var(--LogoGreen);
    }

.success-message[b-ultk7tp6kh] {
    width: 90%;
    max-width: 360px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-family: Arial, sans-serif;
    display: inline-block;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.OTP-container[b-ultk7tp6kh] {
    width: 90%;
    max-width: 360px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.message[b-ultk7tp6kh] {
    font-size: 0.9em;
    color: var(--LogoGreen);
    text-align: center; 
}

.message-bold[b-ultk7tp6kh] {
    font-size: 1.1em;
    color: var(--LogoGold);
}

.otp-btn-container[b-ultk7tp6kh] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.otp-error-container[b-ultk7tp6kh] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.otp-error-message[b-ultk7tp6kh] {
    font-size: 0.9em;
    color: maroon;
    text-align: center; /* Centers text */
}

.otp-error-message-bold[b-ultk7tp6kh] {
    font-size: 1.1em;
    color: var(--LogoGreen);
}
/* /Components/Pages/TermsAndConditions.razor.rz.scp.css */

.main-container[b-kbdb1s7b22] {
    background-color: var(--TextColour);
    margin: 50px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border: 2px solid var(--LogoGold);
    border-radius: 10px;
}

.heading[b-kbdb1s7b22] {
    font-family: 'Poppins', sans-serif;
    font-size: var(--LargeFont);
    font-weight: 200;
    color: var(--LogoGreen);
    letter-spacing: 2px;
    text-align: center;
}

.message[b-kbdb1s7b22] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGreen);
    text-align: center;
}

.message-bold[b-kbdb1s7b22] {
    font-size: var(--SmallMediumFont);
    color: var(--LogoGold);
    text-align: center;
}
