﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*@font-face {
    font-family: 'Roboto Slab';
    src: url('../css/open-iconic/font/fonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
 
    font-weight: 100 900;*/ /* Allows all weights from 100 to 900 */
/*}*/


html, body, .radzen-element {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.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."
    }

.status-bar-safe-area {
    display: none;
}

@supports (-webkit-touch-callout: none) {
    .status-bar-safe-area {
        display: flex;
        position: sticky;
        top: 0;
        height: env(safe-area-inset-top);
        background-color: #f7f7f7;
        width: 100%;
        z-index: 1;
    }

    .flex-column, .navbar-brand {
        padding-left: env(safe-area-inset-left);
    }
}


.rz-dialog-title, .rz-dialog-side-title {
    flex: auto;
    font-weight: 400;
    letter-spacing: var(--rz-dialog-title-letter-spacing);
    color: #8fafb5 !important;
    user-select: none;
}




#childApp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
    text-align: center; /* Optional: centers text inside the div */
    font-size: 1.5rem; /* Optional: adjust font size */
    background-color: #f4f4f4; /* Optional: background color */
    color: #80a4ab; /* Optional: text color */
}



.enters {
    height: 35px;
    width: 80px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    position: absolute;
    right: 2%;
}

    .enters:hover {
        background-color: #6d8f95;
        color: white;
    }


/*mm*/




/*@keyframes dot1_ {
    3%,97% {
        width: 160px;
        height: 100px;
        margin-top: -50px;
        margin-left: -80px;
    }

    30%,36% {
        width: 80px;
        height: 120px;
        margin-top: -60px;
        margin-left: -40px;
    }

    63%,69% {
        width: 40px;
        height: 80px;
        margin-top: -40px;
        margin-left: -20px;
    }
}

@keyframes dot2_ {
    3%,97% {
        height: 90px;
        width: 150px;
        margin-left: -75px;
        margin-top: -45px;
    }

    30%,36% {
        width: 70px;
        height: 96px;
        margin-left: -35px;
        margin-top: -48px;
    }

    63%,69% {
        width: 32px;
        height: 60px;
        margin-left: -16px;
        margin-top: -30px;
    }
}

@keyframes dot3_ {
    3%,97% {
        height: 20px;
        width: 40px;
        margin-left: -20px;
        margin-top: 50px;
    }

    30%,36% {
        width: 8px;
        height: 8px;
        margin-left: -5px;
        margin-top: 49px;
        border-radius: 8px;
    }

    63%,69% {
        width: 16px;
        height: 4px;
        margin-left: -8px;
        margin-top: -37px;
        border-radius: 10px;
    }
}


.rz-body, .rz-footer {
    background: url(../Images/Menu_Img/BG.png) no-repeat fixed top center #fafafa;
}

.rz-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.rz-fieldset-legend-text {
    font-size: large;
    font-weight: 500;
}

.uploadBtn:hover {
    transform: scale(1.03);
}

.uploadBtn {
    transition: all 0.5s ease-in-out;
}

input[type="file"] {
    display: none;
}

.buttonMR {
    position: relative;
    padding: 6px 18px;
    border-radius: 6px;
    border: none;
    color: #28363c !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    background-color: #fafafa;
    transition: all 0.2s ease;
}

    .buttonMR:active {
        transform: scale(0.96);
    }

    .buttonMR:before,
    .buttonMR:after {
        position: absolute;
        content: "";
        width: 150%;
        left: 50%;
        height: 100%;
        transform: translateX(-50%);
        z-index: -1000;
        background-repeat: no-repeat;
    }

    .buttonMR:hover:before {
        top: -70%;
        background-image: radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, transparent 20%, #fafafa 20%, transparent 30%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fafafa 15%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%), radial-gradient(circle, #fafafa 20%, transparent 20%);
        background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
        background-position: 50% 120%;
        animation: greentopBubbles 0.6s ease;
    }

.rz-form .rz-text-truncate {
    right: auto;
    top: var(--rz-form-field-label-floating-top);
    transform: translate(0, 0);
    color: var(--rz-input-placeholder-color);
    background-color: inherit;
    font-size: 0.75rem;
    line-height: 0.75rem;
    max-width: calc(100% - 1.5rem);
}*/

/**/

/* From Uiverse.io by Shoh2008 */
/*.loader {
    display: block;
    width: 84px;
    height: 84px;
    position: relative;
}

    .loader:before, .loader:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #80a4ab;
        transform: translate(-50%, -100%) scale(0);
        animation: push_401 2s infinite linear;
    }

    .loader:after {
        animation-delay: 1s;
    }

@keyframes push_401 {
    0%, 50% {
        transform: translate(-50%, 0%) scale(1)
    }

    100% {
        transform: translate(-50%, -100%) scale(0)
    }
}*/

/**/
/*@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.slide-in {
    animation: slideIn 1s ease-out;
}*/

/* */


/*@keyframes slideUpBounce {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    80% {
        transform: translateY(-10px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
    }
}

.dock-slide-up {
    animation: slideUpBounce 1s ease-out;
}*/


.l {
    color: black;
    opacity: 0;
    animation: pass 2s ease-in-out infinite;
    animation-delay: 0.2s;
    letter-spacing: 0.5em;
    text-shadow: 2px 2px 3px #919191;
}

.o {
    color: black;
    opacity: 0;
    animation: pass 2s ease-in-out infinite;
    animation-delay: 0.4s;
    letter-spacing: 0.5em;
    text-shadow: 2px 2px 3px #919191;
}

.a {
    color: black;
    opacity: 0;
    animation: pass 2s ease-in-out infinite;
    animation-delay: 0.6s;
    letter-spacing: 0.5em;
    text-shadow: 2px 2px 3px #919191;
}

.d {
    color: black;
    opacity: 0;
    animation: pass 2s ease-in-out infinite;
    animation-delay: 0.8s;
    letter-spacing: 0.5em;
    text-shadow: 2px 2px 3px #919191;
}

.i {
    color: black;
    opacity: 0;
    animation: pass 2s ease-in-out infinite;
    animation-delay: 1s;
    letter-spacing: 0.5em;
    text-shadow: 2px 2px 3px #919191;
}

.n {
    color: black;
    opacity: 0;
    animation: pass 2s ease-in-out infinite;
    animation-delay: 1.2s;
    letter-spacing: 0.5em;
    text-shadow: 2px 2px 3px #919191;
}

.g {
    color: black;
    opacity: 0;
    animation: pass 2s ease-in-out infinite;
    animation-delay: 1.4s;
    letter-spacing: 0.5em;
    text-shadow: 2px 2px 3px #919191;
}

.d1 {
    color: black;
    opacity: 0;
    animation: pass1 2s ease-in-out infinite;
    animation-delay: 1.6s;
    letter-spacing: 0.5em;
    text-shadow: 2px 2px 3px #919191;
}

.d2 {
    color: black;
    opacity: 0;
    animation: pass1 2s ease-in-out infinite;
    animation-delay: 2s;
    letter-spacing: 0.5em;
    text-shadow: 2px 2px 3px #919191;
}

@keyframes pass {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pass1 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}







/*Loader*/
.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    padding: 2rem;
}

.logo-text {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 1rem;
    text-align: center;
    background: linear-gradient(90deg, #598087, #7ba8b0, #8cbac2, #4a6e75);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400% 400%;
    animation: gradientShift 4s ease infinite;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
}
.loaderWaitLoading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
}
.inline-block {
    display: inline-block;
}

.dash {
    animation: dashArray 2s ease-in-out infinite, dashOffset 2s linear infinite;
}

.spin {
    animation: spinDashArray 2s ease-in-out infinite, spin 8s ease-in-out infinite, dashOffset 2s linear infinite;
    transform-origin: center;
}

@keyframes dashArray {
    0% {
        stroke-dasharray: 0 1 359 0;
    }

    50% {
        stroke-dasharray: 0 359 1 0;
    }

    100% {
        stroke-dasharray: 359 1 0 0;
    }
}

@keyframes spinDashArray {
    0% {
        stroke-dasharray: 270 90;
    }

    50% {
        stroke-dasharray: 0 360;
    }

    100% {
        stroke-dasharray: 250 90;
    }
}

@keyframes dashOffset {
    0% {
        stroke-dashoffset: 385;
    }

    100% {
        stroke-dashoffset: 5;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    12.5%, 25% {
        transform: rotate(270deg);
    }

    37.5%, 50% {
        transform: rotate(540deg);
    }

    62.5%, 75% {
        transform: rotate(810deg);
    }

    87.5%, 100% {
        transform: rotate(1080deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.logo-svg {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
}

    .logo-svg path {
        stroke-linejoin: round;
        stroke-linecap: round;
    }

    .logo-svg .dash {
        animation: dashArray 2s ease-in-out infinite, dashOffset 2s linear infinite;
    }

    .logo-svg .spin {
        animation: spinDashArray 2s ease-in-out infinite, spin 8s ease-in-out infinite, dashOffset 2s linear infinite;
        transform-origin: center;
    }

.subtitle {
    color: #a8c8cf;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    text-align: center;
    font-weight: 400;
    opacity: 0.9;
    max-width: 400px;
}

@media (max-width: 768px) {
    .logo-svg {
        max-width: 300px;
    }

    .logo-text {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .logo-svg {
        max-width: 250px;
    }

    .logo-text {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 0.9rem;
    }
}






