@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300&display=swap');

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}





html,
body,
html * {
    font-family: 'Roboto';
    padding: 0px;
    margin: 0px;
}

.App {
    text-align: center;
    background: #142c52;
}

.App-logo {
    animation: App-logo-spin infinite 20s linear;
    height: 80px;
}

.App-header {
    background-color: #222;
    height: 150px;
    padding: 20px;
    color: white;
}

.App-title {
    font-size: 1.5em;
}

.App-intro {
    font-size: large;
}

/* input[type="text"] {
  text-transform: capitalize;
} */

@keyframes App-logo-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

    a:hover {
        text-decoration: none;
    }


.del {
    background-color: #6a6a6a;
}

.transition {
    transition: all 0.5s ease;
}

/* Borders */
.b0,
.list a:last-child,
button {
    border: 0;
}

.b1,
.ant-table {
    border: 1px solid #c4c4c4;
}

.lite {
    border-color: rgba(0, 0, 0, 0.1);
}

.bt1 {
    border-top: 1px #c4c4c4 solid;
}

.bb1 {
    border-bottom: 1px #c4c4c4 solid;
}

.br1 {
    border-right: 1px #c4c4c4 solid;
}

.bl1 {
    border-left: 1px #c4c4c4 solid;
}

.bb0 {
    border-bottom: 0px;
}

.b3 {
    border-radius: 3px;
}

.b5 {
    border-radius: 5px;
}

.b10 {
    border-radius: 10px;
}

.btl5 {
    border-top-left-radius: 5px;
}

.btr5 {
    border-top-right-radius: 5px;
}

.bbl5 {
    border-bottom-left-radius: 5px;
}

.bbr5 {
    border-bottom-right-radius: 5px;
}

/* HTML 5 */
section,
.section {
    width: 100%;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    float: left;
    margin-bottom: 25px;
}

    section > .multie {
        min-height: 402px;
    }

.flow-auto {
    overflow-y: scroll;
    overflow-x: hidden;
}

.ellipsis {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix {
    overflow: auto;
}

.flex {
    display: flex;
    flex-direction: row;
}

.hide {
    display: none;
}

.flex-center {
    justify-content: center;
}

.flex-evenly {
    justify-content: space-evenly;
}

.flex-vt-center {
    align-content: center;
}

.flex-vt-bottom {
    align-content: baseline;
}

.flex-row {
    flex-direction: row;
}

.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* Margins & Paddings */
.mt-auto {
    margin-top: auto;
}

.mr-auto {
    margin-right: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto;
}

.mx-auto {
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.m-auto {
    margin: 0 auto;
}


ul {
    margin-left: 0px;
}

    ul li {
        list-style-type: none;
        margin-bottom: 14px;
    }

.list ul {
    float: left;
    margin-top: -5px;
}

    .list ul li {
        float: left;
        width: 100%;
        margin-bottom: 14px;
    }

        .list ul li:last-child {
            margin-bottom: 0px;
        }

        .list ul li label {
            line-height: 11px;
            line-height: 24px;
        }

        .list ul li data {
            font-size: 12px;
            margin-top: -4px;
            float: left;
            width: 100%;
        }






.m0 {
    margin: 0;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.mt0 {
    margin-top: 0;
}

.mt2 {
    margin-top: 2px;
}

.mt4 {
    margin-top: 4px;
}

.mt6 {
    margin-top: 6px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt14 {
    margin-top: 14px;
}

.mt16 {
    margin-top: 16px;
}

.mt18 {
    margin-top: 18px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.ml0 {
    margin-left: 0;
}

.ml2 {
    margin-left: 2px;
}

.ml4 {
    margin-left: 4px;
}

.ml6 {
    margin-left: 6px;
}

.ml8 {
    margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.ml12 {
    margin-left: 12px;
}

.ml14 {
    margin-left: 14px;
}

.ml16 {
    margin-left: 16px;
}

.ml18 {
    margin-left: 18px;
}

.ml20 {
    margin-left: 20px;
}

.mr0 {
    margin-right: 0;
}

.mr2 {
    margin-right: 2px;
}

.mr4 {
    margin-right: 4px;
}

.mr6 {
    margin-right: 6px;
}

.mr8 {
    margin-right: 8px;
}

.mr10 {
    margin-right: 10px;
}

.mr12 {
    margin-right: 12px;
}

.mr14 {
    margin-right: 14px;
}

.mr16 {
    margin-right: 16px;
}

.mr18 {
    margin-right: 18px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mb0 {
    margin-bottom: 0;
}

.mb2 {
    margin-bottom: 2px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb14 {
    margin-bottom: 14px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb20 {
    margin-bottom: 20px;
}

.p0 {
    padding: 0;
}

.p5 {
    padding: 5px;
}

.p8 {
    padding: 8px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.pt0 {
    padding-top: 0;
}

.pt2 {
    padding-top: 2px;
}

.pt4 {
    padding-top: 4px;
}

.pt6 {
    padding-top: 6px;
}

.pt8 {
    padding-top: 8px;
}

.pt10 {
    padding-top: 10px;
}

.pt12 {
    padding-top: 12px;
}

.pt14 {
    padding-top: 14px;
}

.pt16 {
    padding-top: 16px;
}

.pt18 {
    padding-top: 18px;
}

.pt20 {
    padding-top: 20px;
}

.pl0 {
    padding-left: 0;
}

.pl2 {
    padding-left: 2px;
}

.pl4 {
    padding-left: 4px;
}

.pl6 {
    padding-left: 6px;
}

.pl8 {
    padding-left: 8px;
}

.pl10 {
    padding-left: 10px;
}

.pl12 {
    padding-left: 12px;
}

.pl14 {
    padding-left: 14px;
}

.pl16 {
    padding-left: 16px;
}

.pl18 {
    padding-left: 18px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pr0 {
    padding-right: 0;
}

.pr2 {
    padding-right: 2px;
}

.pr4 {
    padding-right: 4px;
}

.pr6 {
    padding-right: 6px;
}

.pr8 {
    padding-right: 8px;
}

.pr10 {
    padding-right: 10px;
}

.pr12 {
    padding-right: 12px;
}

.pr14 {
    padding-right: 14px;
}

.pr16 {
    padding-right: 16px;
}

.pr18 {
    padding-right: 18px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pb0 {
    padding-bottom: 0;
}

.pb2 {
    padding-bottom: 2px;
}

.pb4 {
    padding-bottom: 4px;
}

.pb6 {
    padding-bottom: 6px;
}

.pb8 {
    padding-bottom: 8px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb12 {
    padding-bottom: 12px;
}

.pb14 {
    padding-bottom: 14px;
}

.pb16 {
    padding-bottom: 16px;
}

.pb18 {
    padding-bottom: 18px;
}

.pb20 {
    padding-bottom: 20px;
}

/* Line-Heights */
.ln16 {
    line-height: 16px;
}

.ln18 {
    line-height: 18px;
}

.ln20 {
    line-height: 20px;
}

.ln22 {
    line-height: 22px;
}

.ln24 {
    line-height: 24px;
}

.ln26 {
    line-height: 26px;
}

.ln28 {
    line-height: 28px;
}

.ln30 {
    line-height: 30px;
}

.ln32 {
    line-height: 32px;
}

.ln34 {
    line-height: 34px;
}

.ln36 {
    line-height: 36px;
}

/* Font Styles */
.f8 {
    font-size: 8px;
}

.f9 {
    font-size: 9px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f34 {
    font-size: 34px;
}

.f36 {
    font-size: 36px;
}

.f38 {
    font-size: 38px;
}

.fn {
    font-weight: normal;
}

.f500 {
    font-weight: 500;
}

.f700 {
    font-weight: 700;
}

.f-caps {
    text-transform: capitalize;
}

.f-lower {
    text-transform: lowercase;
}

.f-upper {
    text-transform: uppercase;
}

.f-underline {
    text-decoration: underline !important;
}

.f-line-through {
    text-decoration: line-through;
}

.f-italic {
    font-style: italic;
}

.no-wrap {
    white-space: nowrap;
}

.tc {
    text-align: center;
}

.vc {
    display: flex;
    align-items: center;
}

.vb {
    display: flex;
    align-items: flex-end;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

/* Width, Height & Float Styles */
.w25 {
    width: 25%;
}

.w50 {
    width: 50%;
}

.w75 {
    width: 75%;
}

.w100 {
    width: 100%;
}

.wauto {
    width: auto !important;
}

.h100 {
    height: 100vh;
}

.h96 {
    height: 96vh;
}

.form-drawer-scroll {
    height: 89vh;
    overflow-y: scroll;
}

/* BUTTONS */
button, .ant-btn {
    border-radius: 12px !important;
    padding: 7px 20px 5px 20px;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    height: auto !important;
    border: 0px !important;
}

.button-trans-black {
    border: 1px #000 solid !important;
    color: #000 !important;
    background-color: transparent !important;
}

.button-trans-white {
    border: 1px #fff solid !important;
    color: #fff !important;
    background-color: transparent !important;
}

.button-gold {
    color: #fff !important;
    background-color: #e09800 !important;
}

.button-blue {
    color: #fff !important;
    background-color: #064a5c !important;
}

.button-maroon {
    color: var(--white) !important;
    background-color: var(--maroon) !important;
}

.button-large {
    width: 100%;
    float: left;
    padding-top: 8px;
    padding-bottom: 6px;
    border-radius: 20px !important;
    font-size: 14px;
}

.button-medium {
    width: 100%;
    float: left;
    padding: 2px 10px 0px 10px !important;
    border-radius: 5px !important;
    font-size: 12px;
}



/* -----------Loading ----------- */

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

/* ---------- ICONS -------------  */
.icon {
    height: 22px;
    margin-right: 16px;
    cursor: pointer;
}

    .icon:last-child {
        margin-right: 0px;
    }

.index-1000 {
    z-index: 1000;
}

.trans .opac30,
.opac10 {
    opacity: 10%;
}

.opac20 {
    opacity: 20%;
}

.opac30 {
    opacity: 30%;
}

.opac50 {
    opacity: 70%;
}

.opac100 {
    opacity: 100%;
}

.fade-in {
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}

.de-active {
    pointer-events: none;
    opacity: 0.4;
}

.active {
    opacity: 1;
}

.cursor-grab {
    cursor: grab;
}

/* .active {
  opacity: 1;
} */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ANT DESIGN CSS */

/* INPUT Related Stylesheet */

.blink_me {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}


.footerMenu > ul {
    float: left;
    width: 100%;
}

    .footerMenu > ul > li {
        float: left;
    }

div::-webkit-scrollbar {
    width: 0px;
}

.dues > label {
    font-size: 10px;
    line-height: 18px;
    color: rgba(0,0,0,.5);
}

.dues > data {
    color: #f00;
    font-weight: bold;
}

    .dues > data > span {
        font-size: 12px;
        color: #064a5c;
    }

.dues > div > .list-latest > ul > li {
    margin-bottom: 6px;
}

    .dues > div > .list-latest > ul > li > label {
        width: 34% !important;
    }

    .dues > div > .list-latest > ul > li > data {
        width: 64% !important;
    }

.dues > div > table {
    border: 1px #064a5c solid;
}

.dues > table > thead > tr > td {
    background-color: #064a5c !important;
    text-align: center;
    color: #fff;
    padding: 3px;
    font-size: 11px;
    border-right: 1px rgba(255,255,255,.5) solid;
    border-bottom: 1px rgba(255,255,255,.5) solid;
    width: 25%;
}

.dues > table > thead > tr:last-child > td {
    border-bottom: 0px;
}


.dues > div > table > tbody > tr > td {
    background-color: rgba(0,0,0,.1) !important;
    text-align: center;
    border-right: 1px rgba(0,0,0,1) solid;
    color: #000;
    padding: 3px;
    font-size: 11px;
    font-weight: bold;
    width: 25%;
}

    .dues > div > table > tbody > tr > td:last-child, .dues > div > table > thead > tr > td:last-child {
        border-right: 0px;
    }

.dueslist-frame-height {
    height: 360px;
    overflow: scroll;
}

.dueslist-height-auto {
    height: auto;
}

.modal-small {
    width: 50% !important;
}

.modal-medium {
    width: 75% !important;
}

.modal-large {
    width: 90% !important;
}

@media (max-width:768px) {
    .modal-small, .modal-medium, .modal-large {
        width: 100% !important;
    }
}


.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Loader animation */
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.basic > div > table {
    border: 1px #064a5c solid;
}

.basic > table > thead > tr > td {
    text-align: center;
    color: #fff;
    padding: 3px;
    font-size: 11px;
    border-right: 1px rgba(255,255,255,.5) solid;
    border-bottom: 1px rgba(255,255,255,.5) solid;
    width: 25%;
}

.basic > table > thead > tr > td:first-child, .basic > table > thead > tr > td:nth-child(2) {
    background-color: rgba(224, 152, 0, 1) !important;
}

.basic > table > thead > tr > td:nth-child(3), .basic > table > thead > tr > td:nth-child(4) {
    background-color: #064a5c !important;
}

.basic > table > thead > tr:last-child > td {
    border-bottom: 0px !important;
}







.defaultGrid > table {
    border: 1px rgba(0,0,0,.2) solid; width:100%;
}

    .defaultGrid > table > thead > tr > th {
        text-align: center;
        color: #fff;
        padding: 5px 3px;
        font-size: 12px;
        border-right: 1px rgba(255,255,255,.5) solid;
        border-bottom: 1px rgba(255,255,255,.5) solid;
        background-color: var(--blue);
    }
        .defaultGrid > table > thead > tr > th:last-child {
            border-right: 0px !important;
        }
    .defaultGrid > table > tbody > tr > td {
        border-right: 1px rgba(0,0,0,.2) solid;
        border-bottom: 1px rgba(0,0,0,.2) solid;
        padding:4px;
    }
        .defaultGrid > table > tbody > tr > td:last-child {
            border-right: 0px !important;
        }

    .defaultGrid > table > tbody > tr:nth-child(odd) > td {
        background-color: var(--gray-opac-1);
    }

    .defaultGrid > table > tbody > tr:last-child > td {
        border-bottom: 0px !important;
    }
