/* /Pages/Documentation.razor.rz.scp.css */
.documents-container[b-f7bsot7qqj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    gap: 100px;
}

.documents-section[b-f7bsot7qqj] {
    display: flex;
    flex-direction: row;
    gap: 50px;
    max-width: 800px;
}

.documents-section-item[b-f7bsot7qqj] {
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

[b-f7bsot7qqj] .title {
    font-size: 34px;
    font-style: normal;
    margin-top: 5px;
    font-weight: normal;
    margin-bottom: 30px;
}

.card[b-f7bsot7qqj] {
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.12549019607843137);
    padding-bottom: 50px;
    height: 400px;
    width: 300px;
}

.prose-mirror[b-f7bsot7qqj] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    padding: 20px;
}

:is(dir, menu, ol, ul) ul[b-f7bsot7qqj] {
    list-style-type: circle;
}
/* /Pages/Faqs.razor.rz.scp.css */
.panel:checked ~ .plus[b-76ni1oaac6] {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plus[b-76ni1oaac6] {
    position: absolute;
    margin-left: 20px;
    margin-top: 3px;
    font-size: 35px;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

input[type=checkbox][b-76ni1oaac6], input[type=radio][b-76ni1oaac6] {
    box-sizing: border-box;
    padding: 0;
}

.panel[b-76ni1oaac6] {
    display: none;
}

.faq-question[b-76ni1oaac6] {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
}

.faq-content[b-76ni1oaac6] {
    margin: 0 auto;
}

.faq-container[b-76ni1oaac6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px;
}

[b-76ni1oaac6] .faq-title {
    font-size: 34px;
    font-style: normal;
    margin-top: 5px;
    font-weight: normal;
    margin-bottom: 30px;
}

label.panel-title[b-76ni1oaac6] {
    font-size: 19px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 10px 0 48px;
    display: block;
    cursor: pointer;
}

.panel-content[b-76ni1oaac6] {
    font-size: 15px;
    padding: 0px 14px;
    margin: 0 40px;
    height: 0;
    overflow: hidden;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.panel:checked ~ .panel-content[b-76ni1oaac6] {
    height: auto;
    opacity: 1;
    padding: 14px;
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-e3ekazza86] {
    min-height: calc(100vh - 130px);
    justify-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

[b-e3ekazza86] .info-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

[b-e3ekazza86] .title-text {
    font-size: 34px;
    color: white;
    margin-top: 30px;
}

[b-e3ekazza86] .second-title-text {
    font-size: 14px;
    color: white;
    margin-top: 30px;
}

[b-e3ekazza86] .third-title-text {
    font-size: 25px;
    color: white;
    margin-top: 50px;
}

.button-container[b-e3ekazza86] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

[b-e3ekazza86] .red-home-button {
    text-transform: capitalize;
    background-color: rgba(209, 18, 65, 1);
    color: rgba(255, 255, 255, 1.0);
    border-radius: 0px;
    width: 160px;
}

[b-e3ekazza86] .white-home-button {
    text-transform: capitalize;
    background-color: rgba(255, 255, 255, 1.0);
    color: #000;
    border-radius: 0px;
    width: 160px;
}

.caruosel-item[b-e3ekazza86] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    gap: 20px;
    background-color: rgba(0, 0, 0, 0.18823529411764706);
}

[b-e3ekazza86] .carousel-title {
    font-size: 14px;
    font-weight: 500;
}

[b-e3ekazza86] .carousel-content {
    font-size: 14px;
    font-weight: 400;
}

[b-e3ekazza86] .mud-carousel-item.mud-carousel-item-primary {
    background-color: transparent !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
[b-4s6z76hj67] .button-container {
    text-transform: capitalize;
    color: white;
}

[b-4s6z76hj67] .bg-default {
    background: linear-gradient(to bottom, #4DBFE0, #3BB5D8, #2BA5C8, #1E95B8, #1685A8, #0E7598, #066B88, #004478)
}

[b-4s6z76hj67] .mud-appbar {
    background-color: transparent !important;
}

[b-4s6z76hj67] .mud-main-content {
    background: linear-gradient(to bottom, #4DBFE0, #3BB5D8, #2BA5C8, #1E95B8, #1685A8, #0E7598, #066B88, #004478)
}
