@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

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."
    }


.logo-text {
    color: #5B5FC7;
    text-align: center;
}

.div_form_input {
    margin: 0 0 1rem;
}

.form_input {
    width: 100%;
    border: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #E8E8E8;
    background: transparent !important;
    padding: 14px 20px;
    appearance: none;
    font-size: 16px;
}

.login-button {
    background-color: #5B5FC7;
    border-radius: 30px;
    width: 150px;
    margin: 0 auto;
    height: 50px;
    color: white;
    margin-top: 20px;
    min-width: 250px;
}

.container{
    display:flex;
    justify-content:center;
    flex-direction:column;
}

.form-label {
    /*font-weight: bolder;*/
    /*margin-bottom: auto*/
    font-weight: 600;
    margin-bottom: 10px;
}

.input-box {
    border-style: solid;
    border-color: #e6e6e68c;
    border-width: thin;
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
    .input-box:focus-visible {
        outline: #c8c8c8f2 auto 1px !important;
    }

.input-forms-group {
    margin-bottom: 20px;
}

.input-forms {
    width: 100%;
    border-radius: 20px;
    margin: 0 auto 10px auto;
}

.input-forms-thoughts {
    width: 100%;
    border-radius: 20px;
    margin: 0 auto;
}

.blazorise-input {
    vertical-align: top; /* Align text to the top */
    border-width: thin;
    width: 100%;
    height: 40px;
    border-style: solid;
    border-color: #e6e6e68c;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
    .blazorise-input:focus-visible {
        outline: #c8c8c8f2 auto 1px !important;
    }

.remove-green-outline {
    outline: initial !important;
}

.taller-input {
    height: 150px; /* Adjust the height value as needed */
    vertical-align: top;
    resize: none;
}

.bottom-border-input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cfcfcf; /* Set the color and style you prefer */
    outline: none; /* Remove the default outline */
    padding: 5px; /* Add some padding for spacing */
    width: 100%; /* Set the width as needed */
    border-radius: 0px;
}

.body-container {
    display: flex; 
    flex-direction: row; 
    justify-content:space-evenly; 
    align-items: center;
}

/* Mobile devices */
@media screen and (max-width: 767px) {
    .body-container {
        flex-direction: column;
        justify-content: center;
    }
    .bottom-border-input {
        width: 100%; /* Set the width as needed */
        
    }
    .input-box {
        border-style: solid;
        border-color: #e6e6e68c;
        border-width: thin;
        border-radius: 5px;
        width: 100%;
        height: 40px;
        margin-bottom: 15px;
    }

}

/* Tablets and small laptops */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .body-container {
        flex-direction: column;
        justify-content: center;
    }
}

/* Desktops and larger screens */
@media screen and (min-width: 1024px) {
    
}

.steps {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.step-circle {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 14px;
}
.step-container {
    width: 4rem;
    min-width: 4rem;
    max-width: 5rem;
    padding-top: 0.5rem;
    padding-right: 3rem;
    cursor: pointer;
}
.step-panel {
    width: 90%;
    margin: 0 auto;
}
.page {
    padding-bottom: 5rem;
}
.btn {
    background-color: #5B5FC7 !important;
    margin: 0 15px;
    color: white !important;
    width: 90px;
}
#form-btns {
    margin-top: 3rem;
}
.instance-text {
    margin-top: 4rem;
}
.logo-text-container {
    margin: 20px auto 10px auto;
    max-width: 420px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#logo-text-bold {
    font-weight: 700;
    font-size: 40px;
}
.logo-loading {
    height: calc(100vh - 30px - 5rem);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .logo-loading > .logo-text-container {
        margin: 0 0 0 35px;
    }
        .logo-loading > .logo-text-container > .logo-text {
            text-align: left;
        }
#initloadingRing {
    display: flex;
    justify-content: center;
    align-items: center;
}
    #initloadingRing > fluent-progress-ring {
        height: 45px;
        width: 45px;
    }


#Submited_message {
    width: 90%;
    text-align: center;
    margin: 3rem auto 0 auto;
}

.NoDataAvailable_container {
    height: 80vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.NoDataAvailable_message {
    width: 90%;
    font-size: 18px;
    text-align: center;
    margin: 2rem auto 0 auto;
}
.toast {
    position: absolute!important;
    right: 3rem!important;
}
.toast .toast-header {
    justify-content: space-between;
}
.toast button{
    border: none;
    background: none;
}