@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-VariableFont_wght.ttf')
}

html, body {
    font-family: 'Montserrat', Helvetica, Arial, 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."
    }

.username-div {
    width: 100%;
    text-align: right;
    margin: 10px 0;
}

.w-300 {
    width: 300px;
}

.text-pre-line {
    white-space: pre-line;
}

.sidebar {
    /*    max-width: 192px;*/
}

/*Progress bar*/
.custom-progress-circular {
    color: #3060dc !important;
}

.pagination {
    display: block;
    align-items: center;
    justify-content: flex-end;
    padding-top: 15px;
    padding-right: 15px;
    width: 100%;
}

    .pagination p {
        padding-top: 15px;
    }

.custom-header {
}

.action-section {
}

.action-div {
}

.header-title {
}

.dialog {
    width: 400px;
}

/*Adm pages*/
.admin-page .mud-input.mud-input-outlined.mud-input-adorned-start.mud-shrink.mud-typography-input {
    height: 52px !important;
    width: 380px !important;
}

.admin-page .mud-input.mud-input-outlined.mud-input-adorned-end.mud-typography-input {
    height: 52px !important;
    /*    width: 380px !important;*/
}

.admin-page .adm-page-header {
    font-weight: 600 !important;
    font-size: 32px;
    line-height: 39px;
    margin-top: 7px;
}

.admin-page .mud-table-head {
    border-radius: 12px !important;
}

.admin-page .header-cell {
    background-color: #FF663314 !important;
}

    .admin-page .header-cell .column-header {
        font-weight: 600 !important;
        font-size: 14px;
    }

.admin-page .mud-input-adornment-icon {
    margin-top: 8px;
}

.admin-page .mb-24 {
    margin-bottom: 24px;
}

.admin-page .mud-pagination-small .mud-pagination-item > * {
    border-radius: 8px !important;
}

.admin-page .mud-table-cell {
    padding: 10px 6px 8px 6px
}

.admin-page .mud-table-root .mud-table-head .mud-table-cell {
    width: 1vw;
}
/*End Adm pages*/

/*Dialogs*/

.custom-dialog {
    width: 600px;
    border-radius: 24px;
}

    .custom-dialog .mud-dialog-content {
        padding: 40px;
    }

    .custom-dialog .mud-disabled {
        background-color: #F4F4F6;
        border-radius: 10px;
        color: black !important;
    }

    .custom-dialog .mud-input-adornment.mud-input-adornment-end.mud-text {
        color: black !important;
    }

    .custom-dialog .mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
        padding: 16px 12px;
    }

    .custom-dialog .mud-typography-h6 {
        font-weight: 600 !important;
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .custom-dialog .mud-dialog-title {
        padding: 24px 0 16px 24px !important;
    }

    .custom-dialog .mud-input-label-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        margin-bottom: 8px;
    }

    .custom-dialog .mud-input-outlined-border {
        border-radius: 8px !important;
        border: 1px solid #D3D4DC !important;
    }

    .custom-dialog .mud-input .mud-input-numeric-spin .mud-ripple .mud-svg-icon {
        color: #8d8e94;
    }

    .custom-dialog .mud-disabled .mud-input-numeric-spin .mud-ripple .mud-svg-icon {
        color: #D3D4DC;
    }

    .custom-dialog .mud-dialog-actions {
        padding-right: 24px !important;
    }
/*End Dialogs*/

/*LOGIN*/
.login {
    display: flex;
}

.video-section {
    width: 50vw;
    height: 98vh;
    padding-left: 16px;
    padding-top: 16px;
    border-radius: 40px;
    object-fit: cover;
}

.login-section {
    width: 50vw;
    height: 98vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 40px;
    width: 100%;
}

.input-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
}

.welcome-text {
    height: 32px;
    font-weight: 590;
    font-size: 26px;
    line-height: 32px;
    color: #080b11;
}

.password-section {
    display: flex;
    flex-direction: column;
}

.forgot {
    font-family: "SF Pro" !important;
    font-style: normal;
    font-weight: 590;
    font-size: 13px !important;
    color: #3060dc !important;
}

.button-section {
    padding: 12px 24px !important;
    width: 167px;
    min-width: 167px !important;
    height: 44px;
    background: #3060dc !important;
    border-radius: 40px !important;
}

    .button-section:hover {
        background: #2550b3 !important;
    }

.button-text {
    font-family: "SF Pro";
    font-style: normal;
    font-weight: 590;
    font-size: 13px !important;
    line-height: 20px;
    color: #ffffff;
    text-transform: none !important;
}

.signup-section {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    padding: 0px !important;
    width: 231px !important;
    height: 20px !important;
}

.signup-link {
    font-size: 13px !important;
    line-height: 20px !important;
    color: #3060dc !important;
}

.signup-text {
    width: 140px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    color: #080b11 !important;
}

.criteria-section p {
    font-family: "SF Pro";
    font-style: normal;
    font-weight: 510;
    font-size: 13px;
    line-height: 20px;
}

.criteria-section .mud-button-root {
    padding-top: 5px;
    padding-bottom: 5px;
}

.successValidation {
    color: rgb(0, 200, 83);
}

.login-section-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-section-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-banner {
    height: 100vh;
    width: 100%;
    object-fit: contain;
    padding: 10px 50px 10px 0;
    margin-right: 30px;
    margin-left: 40px;
}

.login-container {
    font-family: "Montserrat" !important;
}

.login-welcome-text {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: black;
}

.login-label-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: black
}

.login-input {
    width: 420px;
    height: 52px;
}

    .login-input .mud-input-outlined-border {
        border-radius: 8px !important;
    }

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.login-forgot {
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 600px) {
    .login-banner-small {
        display: none !important;
    }

    .login-section {
        width: 100% !important;
    }
}

/*END LOGIN*/

/*PASSWORD RESET*/

.password-reset-message-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}

@media (max-width: 600px) {
    .password-reset-login-banner-small {
        display: none !important;
    }

    .password-reset-login-section {
        width: 100% !important;
    }

    .password-reset-inputs-small {
        width: 90vw !important;
    }
}
/*END PASSWORD RESET*/


/*USERS ADM PAGE*/
.ngo-profile-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    font-size: 10px;
}
/*END USERS ADM PAGE*/

/**PARAMETERS**/
.app-parameters {
}

.app-parameters-input-header {
    font-size: 20px;
    font-weight: 500;
}

.app-parameters-input-control {
}

    .app-parameters-input-control .mud-input-slot.mud-input-root.mud-input-root-outlined {
        font-size: 19px;
    }

.app-parameters-submit-button.mud-button-root.mud-button.mud-button-text.mud-button-text-default.mud-button-text-size-medium.mud-ripple.app-button {
    font-size: 20px;
    color: red;
}


/**END PARAMETERS**/
