/* /Pages/Accounting.razor.rz.scp.css */
.date[b-yp1t149g17] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .date p[b-yp1t149g17] {
        margin: 0;
        font-size: 18px;
    }

    [b-yp1t149g17] div.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
        margin: 0;
        margin-left: 20px;
    }
/* /Pages/AvatarDecoration.razor.rz.scp.css */
.card[b-h8pj9s38xf] {
    position: relative;
    padding: 20px
}

.grid[b-h8pj9s38xf] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.list__image[b-h8pj9s38xf] {
    width: 100px;
    height: 100px;
}

.list__text[b-h8pj9s38xf] {
    text-align: center;
    margin-top: 10px;
}

[b-h8pj9s38xf] input[type="text"], [b-h8pj9s38xf] input[type="password"], [b-h8pj9s38xf] select {
    width: 100%;
    border: solid 1px black;
    border-radius: 10px;
    padding: 10px;
}

.form__control[b-h8pj9s38xf] {
    margin: 20px 0
}

.form__label[b-h8pj9s38xf] {
    margin-bottom: 10px;
}

.submit__button[b-h8pj9s38xf] {
    width: 100%;
    background: rgb(255 183 77);
    padding: 10px;
    border-radius: 20px;
    font-weight: 700;
    margin: 20px 0;
}
/* /Pages/BagiTwoRace.razor.rz.scp.css */
.avatar__img[b-jw5vuqsemz] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 50%;
    border: solid 1px lightgray;
}
/* /Pages/CreateAccount.razor.rz.scp.css */
.card[b-yi4r3lqm6j] {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px 20px 20px;
    position: relative;
}

.form__control[b-yi4r3lqm6j] {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.form__control--split .form__control[b-yi4r3lqm6j] {
    width: 50%;
    display: block;
    margin-right: 10px
}

.form__control--split .form__control:last-child[b-yi4r3lqm6j] {
    margin-left: 10px;
    margin-right: 0;
}

.form__control--split .form__control label[b-yi4r3lqm6j] {
    margin-bottom: 10px;
}

label[b-yi4r3lqm6j] {
    width: 150px;
    font-size: 16px;
    min-width: 150px;
}

[b-yi4r3lqm6j] input[type="text"], [b-yi4r3lqm6j] input[type="password"], [b-yi4r3lqm6j] select {
    width: 100%;
    border: solid 1px black;
    border-radius: 10px;
    padding: 10px;
}

.submit__button[b-yi4r3lqm6j] {
    width: 100%;
    background: rgb(255 183 77);
    padding: 10px;
    border-radius: 20px;
    font-weight: 700;
}

/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard__mini__container[b-s7ene4pgt3] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dashboard__mini[b-s7ene4pgt3] {
    width: 24%;
    margin-right: 10px;
    border-radius: 10px;
    padding: 10px 20px
}

.dashboard--1[b-s7ene4pgt3] {
    background: #FEEEF1;
}

.dashboard--2[b-s7ene4pgt3] {
    background: #FEF2DC;
}

.dashboard--3[b-s7ene4pgt3] {
    background: #D9FAE7;
}

.dashboard--4[b-s7ene4pgt3] {
    background: #D5FFFF;
}

[b-s7ene4pgt3] .mud-icon-size-medium {
    font-size: 1.7rem;
}

.dashboard__mini__title[b-s7ene4pgt3] {
    font-size: 25px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
}

.overlay__button[b-s7ene4pgt3] {
    border: solid 1px #FFBD00;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
    cursor: pointer;
    transition: all 0.3s;
}

    .overlay__button:hover[b-s7ene4pgt3] {
        background: #a57c05;
        color: white;
    }

.card[b-s7ene4pgt3] {
    padding: 20px 40px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    background: white;
}

[b-s7ene4pgt3] .mud-icon-root.mud-svg-icon.close__icon {
    position: absolute;
    font-size: 2em;
    right: 15px;
    top: 30px;
    cursor: pointer;
    z-index: 999;
}

.chart[b-s7ene4pgt3] {
    margin-top: 20px;
}

.card__buttons[b-s7ene4pgt3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.card__button[b-s7ene4pgt3] {
    width: 49%;
    border: solid 1px #FFBD00;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s;
}

.button__no:hover[b-s7ene4pgt3] {
    background: darkblue;
    color: white;
}

.button__yes:hover[b-s7ene4pgt3] {
    background: red;
    color: white;
}

.statistics__flex[b-s7ene4pgt3] {
    display: flex;
    align-items: center;
}

    .statistics__flex p[b-s7ene4pgt3] {
        margin-bottom: 0;
        font-size: 16px;
    }

    .statistics__flex select[b-s7ene4pgt3] {
        margin-left: 20px;
        width: 150px;
        padding: 10px;
        border: solid 1px lightgray;
        border-radius: 10px;
    }
/* /Pages/EditVoucher.razor.rz.scp.css */
.search__submit[b-4mbcv4ppsu] {
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0 20px;
    padding: 10px;
    background: #FFBD00;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.search__input[b-4mbcv4ppsu] {
    margin-left: 10px;
    outline: none;
    padding: 10px 0;
    width: 100%;
    background: transparent;
}

.search__box[b-4mbcv4ppsu] {
    display: flex;
    border: solid 2px lightgray;
    padding: 10px 20px;
    border-radius: 10px;
    align-items: center;
}

.form__control[b-4mbcv4ppsu] {
    margin: 20px 0;
}

.banner__image[b-4mbcv4ppsu] {
    max-height: 150px;
    object-fit: cover;
}

.search__submit[b-4mbcv4ppsu] {
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0 20px;
    padding: 10px;
    background: #FFBD00;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.card[b-4mbcv4ppsu] {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px 20px 20px;
    position: relative;
}

.back[b-4mbcv4ppsu] {
    padding: 5px 0;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.back__text[b-4mbcv4ppsu] {
    font-weight: 700;
    margin: 0;
    margin-left: 10px;
}

/* /Pages/GlobalAlert.razor.rz.scp.css */
.card[b-exckh09i6i] {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px 20px 20px;
    position: relative;
}

.form__control[b-exckh09i6i] {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.form__control--split .form__control[b-exckh09i6i] {
    width: 50%;
    display: block;
    margin-right: 10px
}

    .form__control--split .form__control:last-child[b-exckh09i6i] {
        margin-left: 10px;
        margin-right: 0;
    }

    .form__control--split .form__control label[b-exckh09i6i] {
        margin-bottom: 10px;
    }

label[b-exckh09i6i] {
    width: 150px;
    font-size: 16px;
    min-width: 150px;
}

[b-exckh09i6i] input[type="text"], [b-exckh09i6i] input[type="password"], [b-exckh09i6i] select {
    width: 100%;
    border: solid 1px black;
    border-radius: 10px;
    padding: 10px;
}

.submit__button[b-exckh09i6i] {
    width: 100%;
    background: rgb(255 183 77);
    padding: 10px;
    border-radius: 20px;
    font-weight: 700;
}
/* /Pages/Index.razor.rz.scp.css */
.login[b-rw7dwh0roq] {
    height: 100vh;
    width: 100vw;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/login-bg.jpg');
    background-size: cover;
    background-position: center center;
}

.login__container[b-rw7dwh0roq] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box[b-rw7dwh0roq] {
    background: white;
    padding: 20px;
    width: fit-content;
    border-radius: 10px;
}

.form__control[b-rw7dwh0roq] {
    margin: 10px 0;
}

label[b-rw7dwh0roq] {
    width: 100px
}

[b-rw7dwh0roq] input {
    width: 100%;
    border-radius: 10px;
    padding: 5px 10px;
    border: solid 1px darkgray;
    margin-top: 5px;
}

.login__img[b-rw7dwh0roq] {
    width: 300px;
    margin-bottom: 10px;
}

.login__button[b-rw7dwh0roq] {
    background: #F7941C;
    width: 100%;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.error[b-rw7dwh0roq] {
    color: red;
}



/* /Pages/PaymentMaintenance.razor.rz.scp.css */
.payment__table[b-395i9vm810] {
    width: 100%;
    overflow-x: auto;
}

.payment__grid[b-395i9vm810] {
    display: grid;
    grid-template-columns: minmax(180px, 1.4fr) minmax(100px, 0.7fr) minmax(220px, 1fr) minmax(220px, 1fr);
    gap: 0;
    align-items: center;
    min-width: 780px;
}

/* Header row */
.payment__header[b-395i9vm810] {
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 10px 10px 0 0;
    margin-top: 20px;
    padding: 12px 20px;
}

.payment__header p[b-395i9vm810] {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #555;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Data rows */
.payment__grid:not(.payment__header)[b-395i9vm810] {
    border: solid 1px #ddd;
    border-top: none;
    padding: 14px 20px;
    background-color: #fff;
    transition: background-color 0.15s ease;
}

.payment__grid:not(.payment__header):last-of-type[b-395i9vm810] {
    border-radius: 0 0 10px 10px;
}

.payment__grid:not(.payment__header):hover[b-395i9vm810] {
    background-color: #fffbf2;
}

.payment__grid p[b-395i9vm810] {
    margin: 0;
    overflow-wrap: anywhere;
    font-size: 14px;
    color: #333;
}

/* Ensure date pickers fill their cell and don't overflow */
.payment__grid > div[b-395i9vm810] {
    min-width: 0;
    overflow: hidden;
}

.payment__grid > div .e-input-group[b-395i9vm810],
.payment__grid > div .e-datetimepicker[b-395i9vm810] {
    width: 100% !important;
}

.submit__button[b-395i9vm810] {
    width: 100%;
    background: rgb(255 183 77);
    padding: 12px;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
    transition: background-color 0.15s ease;
}

.submit__button:hover[b-395i9vm810] {
    background: rgb(255 167 38);
}

@media (max-width: 768px) {
    .payment__table[b-395i9vm810] {
        overflow-x: visible;
    }

    .payment__header[b-395i9vm810] {
        display: none;
    }

    .payment__grid[b-395i9vm810] {
        grid-template-columns: 1fr;
        gap: 12px;
        min-width: 0;
        padding: 16px;
    }

    .payment__grid:not(.payment__header)[b-395i9vm810] {
        border: solid 1px #ddd;
        border-top: solid 1px #ddd;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .payment__grid:not(.payment__header):last-of-type[b-395i9vm810] {
        border-radius: 10px;
    }

    .payment__grid > p[b-395i9vm810],
    .payment__grid > div[b-395i9vm810] {
        display: grid;
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
        overflow: visible;
    }

    .payment__grid > p[b-395i9vm810]::before,
    .payment__grid > div[b-395i9vm810]::before {
        content: attr(data-label);
        font-size: 12px;
        font-weight: 700;
        color: #666;
    }
}

@media (max-width: 420px) {
    .payment__grid > p[b-395i9vm810],
    .payment__grid > div[b-395i9vm810] {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}
/* /Pages/SearchTransaction.razor.rz.scp.css */
.search[b-v3jti0mteh] {
    height: 100%;
}

.search__box[b-v3jti0mteh] {
    display: flex;
    border: solid 2px lightgray;
    padding: 10px 20px;
    border-radius: 10px;
    align-items: center;
}

.search__container[b-v3jti0mteh] {
    height: 100%;
}

.search__icon[b-v3jti0mteh] {
    width: 24px;
    height: 24px;
}

.search__input[b-v3jti0mteh] {
    margin-left: 10px;
    outline: none;
    padding: 10px 0;
    width: 100%;
    background: transparent;
}

.search__submit[b-v3jti0mteh] {
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0 20px;
    padding: 10px;
    background: #FFBD00;
    border-radius: 10px;
    font-weight: bold
}

.result[b-v3jti0mteh] {
    margin-top: 40px;
}

.progress[b-v3jti0mteh] {
    height: calc(100% - 62px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
/* /Pages/SearchTransactionDetails.razor.rz.scp.css */
.detail__object[b-cpsu5pv038] {
    margin: 20px 0;
}

h3[b-cpsu5pv038] {
    margin-bottom: 10px;
}

.card[b-cpsu5pv038] {
    padding: 20px;
    min-width: 500px;
}

.overlay__success[b-cpsu5pv038] {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.overlay__title[b-cpsu5pv038] {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.receipt__items[b-cpsu5pv038] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.receipt__title[b-cpsu5pv038] {
    font-weight: bold;
}

.receipt__img[b-cpsu5pv038] {
    width: 30px;
    margin-right: 5px;
}

.receipt p[b-cpsu5pv038] {
    margin: 0;
}

.receipt__bg1[b-cpsu5pv038] {
    background: rgba(233, 233, 233, 1);
}

.receipt__bg2[b-cpsu5pv038] {
    background: rgba(255, 255, 255, 1);
}

.receipt__top[b-cpsu5pv038] {
    border-radius: 20px 20px 0 0;
}

.submit__button[b-cpsu5pv038] {
    width: 100%;
    background: rgb(255 183 77);
    padding: 10px;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.back__button[b-cpsu5pv038] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #FFBD00;
    border-radius: 10px;
    padding: 10px;
    width: 150px;
    cursor: pointer;
    transition: all 0.3s;
}
    .back__button:hover[b-cpsu5pv038] {
        background: #FFBD00;
    }

.back__text[b-cpsu5pv038] {
    margin-left: 10px;
    margin-bottom: 0;
    font-weight: bold;
}
/* /Pages/SearchUser.razor.rz.scp.css */
.search[b-5pyidfxtym] {
    height: 100%;
}

.search__box[b-5pyidfxtym] {
    display: flex;
    border: solid 2px lightgray;
    padding: 10px 20px;
    border-radius: 10px;
    align-items: center;
}

.search__container[b-5pyidfxtym] {
    height: 100%;
}

.search__icon[b-5pyidfxtym] {
    width: 24px;
    height: 24px;
}

.search__input[b-5pyidfxtym] {
    margin-left: 10px;
    outline: none;
    padding: 10px 0;
    width: 100%;
    background: transparent;
}

.result[b-5pyidfxtym] {
    margin-top: 40px;
}

.result__container[b-5pyidfxtym] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
}

.progress[b-5pyidfxtym] {
    height: calc(100% - 62px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.result__box[b-5pyidfxtym] {
    display: flex;
    border: solid 2px lightgray;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
}

.result__details[b-5pyidfxtym] {
    margin-left: 20px;
}

.result__name[b-5pyidfxtym] {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.result__username[b-5pyidfxtym] {
    color: darkgray;
    margin-bottom: 5px;
}

.result__avatar[b-5pyidfxtym] {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 1px lightgray;
}
/* /Pages/Statistics.razor.rz.scp.css */
.statistics__container[b-qeku4fygr4] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px
}

.statistics__item[b-qeku4fygr4] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: solid 1px lightgray;
    border-radius: 10px;
}

.date[b-qeku4fygr4] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .date p[b-qeku4fygr4] {
        margin: 0;
        font-size: 18px;
    }

[b-qeku4fygr4] div.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin: 0;
    margin-left: 20px;
}

.statistics__flex p[b-qeku4fygr4] {
    margin-bottom: 0;
    font-size: 16px;
}

.statistics__flex select[b-qeku4fygr4] {
    margin-left: 20px;
    width: 150px;
    padding: 10px;
    border: solid 1px lightgray;
    border-radius: 10px;
}

.statistics__title[b-qeku4fygr4] {
    font-size: 25px;
    font-weight: bold;
}

.statistics__content[b-qeku4fygr4] {
    font-size: 20px;
    font-weight: bold;
}

.statistics__img[b-qeku4fygr4] {
    width: 50px
}

@media screen and (min-width: 768px) {
    .statistics__container[b-qeku4fygr4] {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (min-width: 1400px) {
    .statistics__container[b-qeku4fygr4] {
        grid-template-columns: repeat(3,1fr);
    }
}
/* /Pages/TransactionLogs.razor.rz.scp.css */
.date[b-6hodly41qq] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .date p[b-6hodly41qq] {
        margin: 0;
        font-size: 18px;
    }

    [b-6hodly41qq] div.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
        margin: 0;
        margin-left: 20px;
    }

.logs__flex[b-6hodly41qq]{
    display: flex;
    align-items: center;
}
/* /Pages/UpdateAdminAccount.razor.rz.scp.css */
.card[b-1bjrywnm1n] {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px 20px 20px;
    position: relative;
}

.back[b-1bjrywnm1n] {
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.back__text[b-1bjrywnm1n] {
    font-weight: 700;
    margin: 0;
    margin-left: 10px;
}

.user__details[b-1bjrywnm1n] {
    display: flex;
    align-items: center;
}

.details__avatar[b-1bjrywnm1n] {
    border-radius: 10px;
    object-fit: cover;
    margin-right: 20px;
}

.detail__id[b-1bjrywnm1n] {
    font-size: 14px;
}

.detail__fullname[b-1bjrywnm1n] {
    font-size: 20px;
    margin-bottom: 0;
}

.detail__username[b-1bjrywnm1n] {
    font-size: 18px;
    color: #767676;
}

.user__info[b-1bjrywnm1n] {
    margin: 20px 0;
    background: white;
    padding: 10px 20px;
    border-radius: 10px;
    border: solid 1px darkgray;
}

.info__img[b-1bjrywnm1n] {
    width: 30px;
    height: 100%;
}

.info__text[b-1bjrywnm1n] {
    font-size: 16px;
}

.roles__container[b-1bjrywnm1n] {
    display: flex;
    align-items: center;
}

.submit__button[b-1bjrywnm1n] {
    width: 100%;
    background: rgb(255 183 77);
    padding: 10px;
    border-radius: 20px;
    font-weight: 700;
}

.chip[b-1bjrywnm1n] {
    display: flex;
    align-items: center;
}

.chip__text[b-1bjrywnm1n] {
    font-size: 15px;
    border-radius: 10px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    padding: 5px 10px;
    cursor: pointer;
}

    .chip__text.active[b-1bjrywnm1n] {
        background: rgb(255 183 77);
    }

[b-1bjrywnm1n] tr.mud-table-row {
    cursor: pointer;
}
/* /Pages/UserDetail.razor.rz.scp.css */
.card[b-qfnkaby9o2] {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px 20px 20px;
    position: relative;
}

.back[b-qfnkaby9o2] {
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.back__text[b-qfnkaby9o2] {
    font-weight: 700;
    margin: 0;
    margin-left: 10px;
}

.user__details[b-qfnkaby9o2] {
    display: flex;
    align-items: center;
}

.details__avatar[b-qfnkaby9o2] {
    border-radius: 10px;
    object-fit: cover;
    margin-right: 20px;
}

.detail__id[b-qfnkaby9o2] {
    font-size: 14px;
}

.detail__fullname[b-qfnkaby9o2] {
    font-size: 20px;
    margin-bottom: 0;
}

.detail__username[b-qfnkaby9o2] {
    font-size: 18px;
    color: #767676;
}

.user__info[b-qfnkaby9o2] {
    margin: 20px 0;
    background: white;
    padding: 10px 20px;
    border-radius: 10px;
    border: solid 1px darkgray;
}

.info__img[b-qfnkaby9o2] {
    width: 30px;
    height: 100%;
}

.info__text[b-qfnkaby9o2] {
    font-size: 16px;
}

.roles__container[b-qfnkaby9o2] {
    display: flex;
    align-items: center;
}

.submit__button[b-qfnkaby9o2] {
    width: 100%;
    background: rgb(255 183 77);
    padding: 10px;
    border-radius: 20px;
    font-weight: 700;
}

.chip[b-qfnkaby9o2] {
    display: flex;
    align-items: center;
}

.chip__text[b-qfnkaby9o2] {
    font-size: 15px;
    border-radius: 10px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    padding: 5px 10px;
    cursor: pointer;
}

    .chip__text.active[b-qfnkaby9o2] {
        background: rgb(255 183 77);
    }

.overlay__button[b-qfnkaby9o2] {
    border: solid 1px #FFBD00;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 20px;
}

    .overlay__button:hover[b-qfnkaby9o2] {
        background: #a57c05;
        color: white;
    }

.overlay[b-qfnkaby9o2] {
    margin-bottom: 20px;
}

.percentage[b-qfnkaby9o2] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.percentage__text[b-qfnkaby9o2] {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.percentage__input[b-qfnkaby9o2] {
    padding: 10px;
    border-radius: 10px;
    border: solid 1px black;
}

.percentage__button[b-qfnkaby9o2] {
    background: rgb(255 183 77);
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.verification__flex[b-qfnkaby9o2] {
    display: flex;
    align-items: center;
}

.verification__text[b-qfnkaby9o2] {
    margin-bottom: 0
}

.verification[b-qfnkaby9o2] {
    margin-bottom: 10px
}

.verification__button[b-qfnkaby9o2] {
    padding: 10px;
    border: solid 1px #FFCC00;
    border-radius: 10px;
    margin-left: 10px;
    transition: all 0.3s;
    font-weight: bold
}
    .verification__button:hover[b-qfnkaby9o2] {
        background: #FFCC00;
    }

.verification__button-alt[b-qfnkaby9o2] {
    border-color: red;
}
    .verification__button-alt:hover[b-qfnkaby9o2] {
        background: red;
        color: white;
    }

.disbursement__input[b-qfnkaby9o2] {
    border: solid 1px lightgray;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    background: white;
    margin-bottom: 15px;
}

.disbursement__container p[b-qfnkaby9o2] {
    margin-bottom: 5px
}

.deco__card[b-qfnkaby9o2] {
    cursor: pointer;
}

.deco__preview[b-qfnkaby9o2] {
    width: 78px;
    height: 78px
}

.deco__grid[b-qfnkaby9o2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.deco__container[b-qfnkaby9o2] {
    margin-bottom: 10px;
}

.deco__title[b-qfnkaby9o2] {
    width: 90%;
    font-size: 25px;
}

.list__image[b-qfnkaby9o2] {
    width: 100px;
    height: 100px;
}

.deco__submit[b-qfnkaby9o2] {
    position: relative;
}

[b-qfnkaby9o2] .mud-icon-root.mud-svg-icon.close__icon {
    position: absolute;
    font-size: 2em;
    right: 15px;
    top: 20px;
    cursor: pointer;
    z-index: 999;
}

.ban-message-field .mud-input-root[b-qfnkaby9o2] {
    color: black; /* Text color */
}

    .ban-message-field .mud-input-root.mud-focused[b-qfnkaby9o2] {
        color: black; /* Keep text color black on focus */
    }

.ban-message-field .mud-input-label[b-qfnkaby9o2] {
    color: black !important; /* Label color */
}

    .ban-message-field .mud-input-label.mud-shrink[b-qfnkaby9o2] {
        color: black !important; /* Label when floating */
    }

.ban-message-field .mud-input-underline[b-qfnkaby9o2]:after {
    border-bottom-color: black !important; /* Focus underline */
}

/* /Pages/Voucher.razor.rz.scp.css */
.search__submit[b-uzrj1n1qzh] {
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0 20px;
    padding: 10px;
    background: #FFBD00;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.search__input[b-uzrj1n1qzh] {
    margin-left: 10px;
    outline: none;
    padding: 10px 0;
    width: 100%;
    background: transparent;
}

.voucher__grid[b-uzrj1n1qzh] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.card[b-uzrj1n1qzh] {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 0 0 20px;
    position: relative;
}

.card__container[b-uzrj1n1qzh] {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.voucher__banner[b-uzrj1n1qzh] {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.voucher__thumbnail[b-uzrj1n1qzh] {
    object-fit: cover;
    width: 40%;
}

.voucher__list[b-uzrj1n1qzh] {
    margin-bottom: 10px;
}

.voucher__label[b-uzrj1n1qzh] {
    font-weight: bold;
    margin-bottom: 0;
}

.voucher__text[b-uzrj1n1qzh] {
    margin-bottom: 0;
}

.voucher__cover[b-uzrj1n1qzh] {
    width: 100%;
    object-fit: cover;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ygy9bijtqb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ygy9bijtqb] {
    flex: 1;
}

.logo[b-ygy9bijtqb] {
    width: 200px;
}

.sidebar[b-ygy9bijtqb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ygy9bijtqb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ygy9bijtqb]  a, .top-row[b-ygy9bijtqb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ygy9bijtqb]  a:hover, .top-row[b-ygy9bijtqb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ygy9bijtqb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.main__greetings[b-ygy9bijtqb] {
    font-weight: 600;
    font-size: 25px;
}

.main__greetings--small[b-ygy9bijtqb] {
    display: none;
}

.drawer__mobile[b-ygy9bijtqb] {
    display: none;
    width: fit-content;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ygy9bijtqb] {
        display: none;
    }

    .top-row.auth[b-ygy9bijtqb] {
        justify-content: space-between;
    }

    .top-row[b-ygy9bijtqb]  a, .top-row[b-ygy9bijtqb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ygy9bijtqb] {
        flex-direction: row;
    }

    .sidebar[b-ygy9bijtqb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ygy9bijtqb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ygy9bijtqb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ygy9bijtqb], article[b-ygy9bijtqb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media screen and (max-width: 959px) {
    .drawer__mobile[b-ygy9bijtqb] {
        display: block
    }
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-54qaa7kbbb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-54qaa7kbbb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-54qaa7kbbb] {
    font-size: 1.1rem;
}

.oi[b-54qaa7kbbb] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-54qaa7kbbb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-54qaa7kbbb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-54qaa7kbbb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-54qaa7kbbb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-54qaa7kbbb]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-54qaa7kbbb]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.button__container[b-54qaa7kbbb] {
    padding: 8px 16px 8px 16px;
}

.button__logout[b-54qaa7kbbb] {
    background: red;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    color: white;
    font-weight: bold;
}

@media (min-width: 641px) {
    .navbar-toggler[b-54qaa7kbbb] {
        display: none;
    }

    .collapse[b-54qaa7kbbb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* /Shared/TransactionHistory.razor.rz.scp.css */
.transaction[b-mro4j8r6ba] {
    margin: 20px 0;
    margin-bottom: 0;
    padding: 20px;
    border-radius: 20px;
    background: white;
    flex-grow: 1;
    border: solid 2px lightgray;
}

.transaction__no__data[b-mro4j8r6ba] {
    font-size: 18px;
    margin: 20px 0;
}

.transaction__text[b-mro4j8r6ba] {
    font-size: 18px;
    font-weight: 700;
}

.transaction__options[b-mro4j8r6ba] {
    color: #808191;
    margin-right: 10px;
    margin-bottom: 0;
}

.transaction__dropdown[b-mro4j8r6ba] {
    background: #E4E4E4;
    border: solid 1px black;
    border-radius: 10px;
    padding: 5px;
    width: 150px;
}

.transaction__title[b-mro4j8r6ba] {
    font-weight: 700;
}

.transaction__coin[b-mro4j8r6ba] {
    width: 20px;
    margin-left: 5px;
}

.transaction__disclaimer[b-mro4j8r6ba] {
    font-size: 11px;
    color: lightgray;
    margin-top: 5px;
}

.transaction__amount[b-mro4j8r6ba] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

[b-mro4j8r6ba] .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0;
}

[b-mro4j8r6ba] .mud-input.mud-input-underline:before, [b-mro4j8r6ba] .mud-input.mud-input-underline:hover:not(.mud-disabled):before, [b-mro4j8r6ba] .mud-input.mud-input-underline:after {
    border-bottom: none !important;
}

[b-mro4j8r6ba] .mud-input-control {
    margin-top: 0;
}

[b-mro4j8r6ba] .transaction__calendar {
    border: solid 1px black;
    padding: 0 10px;
    border-radius: 10px;
    width: 150px;
}

[b-mro4j8r6ba] .transaction__supporter {
    width: 120px;
}

[b-mro4j8r6ba] .mud-pagination .mud-pagination-item :not(mud-pagination-item-selected) > * {
    color: black !important;
}

.income[b-mro4j8r6ba] {
    color: green
}

.fee[b-mro4j8r6ba] {
    color: red
}

.card[b-mro4j8r6ba] {
    padding: 20px;
    min-width: 500px;
}

.overlay__success[b-mro4j8r6ba] {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.overlay__title[b-mro4j8r6ba] {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.receipt__items[b-mro4j8r6ba] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.receipt__title[b-mro4j8r6ba] {
    font-weight: bold;
}

.receipt__img[b-mro4j8r6ba] {
    width: 30px;
    margin-right: 5px;
}

.receipt p[b-mro4j8r6ba] {
    margin: 0;
}

.receipt__bg1[b-mro4j8r6ba] {
    background: rgba(233, 233, 233, 1);
}

.receipt__bg2[b-mro4j8r6ba] {
    background: rgba(255, 255, 255, 1);
}

.receipt__top[b-mro4j8r6ba] {
    border-radius: 20px 20px 0 0;
}

.transaction__list[b-mro4j8r6ba] {
    cursor: pointer;
}

.transaction__list:hover p[b-mro4j8r6ba] {
    text-decoration: underline;
}

.submit__button[b-mro4j8r6ba] {
    width: 100%;
    background: rgb(255 183 77);
    padding: 10px;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

@media screen and (max-width: 575px) {
    .card[b-mro4j8r6ba] {
        min-width: unset;
    }
}

@media screen and (max-width: 476px) {
    .transaction__title[b-mro4j8r6ba] {
        display: block !important;
    }
}
