.mud-toolbar-gutters{
    padding-left:16px !important;
}

.mud-input {
    background-color: #f6f6f652;
}

.fc-desc {
    color:rgb(108 108 137 / 60%);
    font-size: 14px;
}

.fc-min-w-40 {
    min-width: 40%;
}

.fc-max-w-400 {
    max-width: 400px;
}

.triangle-container {
    left: calc(-50vw + 50%);
    position: fixed;
    right: calc(-50vw + 50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--mud-palette-appbar-background);
}

.triangles {
    background-image: url("../images/triangles.svg");
    background-size: cover;
    height: 100%;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: fixed;
    right: 0;
    top: 0;
    background-position: center center;
}

.border-l {
    border-left-width: 1px !important;
    border-color: #afb8c1 !important;
}

.loading-container {
    position: relative;
    text-align: center;
    background-color: #fff;
    margin: 10% auto 0 auto;
    padding: 20px;
}

.loading-items {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/preloader.gif') center no-repeat #fff;
}

.logo {
    text-align: center;
}

    .logo h4 {
        margin: 20px auto;
    }

.loading-container {
    border-radius: 0 !important;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19) !important;
}

.logo-img {
    height: 42px;
}

.page-footer {
    background: #fff;
    color: #4d4d4d;
    padding: 9px 12px 9px 18px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.21);
    margin-top: 30px;
    font-size: 12px;
}

.drawer-footer {
    text-align: left;
    border-top: solid 1px #AAA;
    font-size: 12px;
    padding: 0 12px 0 12px;
    background-color: lightgray
}

.mud-drawer-header {
    padding-bottom: 0;
    padding-top: 0;
}

.drawer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mud-palette-appbar-background);
    height: 64px;
    color: #fff;
}

    .drawer-logo a {
        color: #fff;
    }

hr {
    clear: both;
}

.selectCulture {
    min-width: 120px;
    margin-top: -16px;
}

    .selectCulture .mud-input {
        color: #fff;
    }

.signInWithButton {
    margin: 8px;
    padding: 8px;
    height: 40px;
    min-width: 140px;
}

.validation-message {
    color: red;
}

.mud-dialog .mud-tabs-panels {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*#blazor-error-ui::before {
    margin: auto;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui {
    z-index: 9999;
    display: none;
    background: #fff;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19) !important;
}*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 596.98px) {
    .drawer-logo {
        height: 56px;
    }

    .logo-img {
        height: 38px;
    }

    .donate span {
        display: none;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    .drawer-profile {
        padding: 0 4px;
    }

    .drawer-footer {
        padding: 0;
    }

    .loading-container {
        padding: 10px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

.mud-expand-panel, .at-navbar-expand {
    color: var(--mud-palette-appbar-text);
    /*background-color: var(--mud-palette-appbar-background);*/
}

.at-navbar .mud-toolbar-appbar {
    width: 100%;
}

.at-navbar-bottom {
    width: 100%;
    border-bottom: 1px solid #afb8c15c;
}

.at-navbar .mud-button {
    text-transform: none;
    margin-left: 10px;
    margin-right: 10px;
}

.at-navbar .mud-expand-panel-header {
    padding: 0px;
    width: 100%;
    height: 100%;
    flex: none;
}

.mud-card-actions {
    border-top: 1px solid #00000030;
}



.bg-primary {
    background: #01d28e !important;
}

.ftco-section {
    padding: 7em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

    .wrap .img {
        height: 275px;
        background-color: #f6f7fc;
        background-size: inherit;
    }

.login-wrap {
    position: relative;
}

    .login-wrap h3 {
        font-weight: 300;
    }

.form-group {
    position: relative;
    z-index: 0;
    margin-bottom: 20px !important;
}

    .form-group a {
        color: gray;
    }

.form-control {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:focus, .form-control:active {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #01d28e;
    }

.field-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.3);
}

.form-control-placeholder {
    position: absolute;
    top: 2px;
    padding: 7px 0 0 15px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: .6;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
    padding: 7px 0 0 0;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #01d28e;
    font-weight: 700;
}

.social-media {
    position: relative;
    width: 100%;
}

    .social-media .social-icon {
        display: block;
        width: 40px;
        height: 40px;
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 16px;
        margin-right: 5px;
        border-radius: 50%;
    }

        .social-media .social-icon span {
            color: #999999;
        }

        .social-media .social-icon:hover, .social-media .social-icon:focus {
            background: #01d28e;
        }

            .social-media .social-icon:hover span, .social-media .social-icon:focus span {
                color: #fff;
            }

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "\f0c8";
        font-family: "FontAwesome";
        position: absolute;
        color: rgba(0, 0, 0, 0.1);
        font-size: 20px;
        margin-top: -4px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}

/* Style the checkmark/indicator */
.checkbox-primary {
    color: #01d28e;
}

    .checkbox-primary input:checked ~ .checkmark:after {
        color: #01d28e;
    }

.btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
}

    .btn:hover, .btn:active, .btn:focus {
        outline: none;
    }

    .btn.btn-primary {
        background: #01d28e !important;
        border: 1px solid #01d28e !important;
        color: #fff !important;
    }

        .btn.btn-primary:hover {
            border: 1px solid #01d28e;
            background: transparent;
            color: #01d28e;
        }

        .btn.btn-primary.btn-outline-primary {
            border: 1px solid #01d28e;
            background: transparent;
            color: #01d28e;
        }

            .btn.btn-primary.btn-outline-primary:hover {
                border: 1px solid transparent;
                background: #01d28e;
                color: #fff;
            }

/*
    Make a multi-line of text display over multiple lines
*/
.pre-wrap {
    white-space: pre-wrap;
}

.bold{
    font-weight: 500 !important;
}

/*.menu-inline-bar {
    margin-top: 3px;
}

.menu-inline-bar .mud-nav-link {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transition: border-bottom 0.2s;
    border-radius: 0px !important;
    border-bottom: 2px solid transparent !important;
}

.menu-inline-bar .mud-nav-item {
    width: auto !important;
    flex: 0 0 auto !important;
}*/

    /* Hover or focus state */
    /*.menu-inline-bar .mud-nav-link:hover,
    .menu-inline-bar .mud-nav-link:focus {
        background-color: transparent !important;
        box-shadow: none !important;
        border-radius: 0px !important;
        border-bottom: 2px solid #919191 !important;
    }*/

    /* Active/selected state */
    /*.menu-inline-bar .mud-nav-link.active {
        border-bottom: 2px solid #919191 !important;
        background: transparent !important;
        font-weight: 600 !important;
    }*/

/* Optional: remove left margin on links if needed */
/*.menu-inline-bar .mud-nav-link-text {
    margin-left: 0px !important;
    margin-inline-start: 0px !important;
}*/

.sidebar .mud-nav-item {
    padding-top: 2px;
    padding-bottom: 2px;
}

.sidebar .mud-icon-size-medium {
    fill: #6a6a6a !important;
}

.menu-title-link {
    text-transform: uppercase;
    color: black !important;
}

body {
    min-height: 100vh;
    background-color: #f8f6fa;
    background-image: radial-gradient(circle at 70% 25%, rgba(180, 185, 200, 0.08) 0%, rgba(250, 251, 252, 0.00) 60%), radial-gradient(circle at 30% 80%, rgba(200, 200, 205, 0.07) 0%, rgba(250, 251, 252, 0.00) 60%), linear-gradient(120deg, #fafbfc 0%, #f0f2f5 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bg-white {
    background: #ffffff !important;
}

.bg-transparent {
    background: transparent !important;
}



.markdown-content ul,
.markdown-content ol {
    padding-left: 2em; /* browser default is often 40px (~2.5em) */
}

.markdown-content ul,
.markdown-content ol {
    margin-top: 1em;
    margin-bottom: 1em;
}

.markdown-content li {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}