﻿.fsh-center-text {
    text-align: center !important;
}

.mud-container {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.mud-button-filled {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 30%), 0 2px 2px 0 rgb(0 0 0 / 0), 0 1px 5px 0 rgb(0 0 0 / 10%) !important;
}

.mud-dialog {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 0), 0 10px 10px 0 rgb(0 0 0 / 5%) !important;
}

.mud-nav-link {
    white-space: normal !important;
    padding: 12px 16px 12px 38px;
}

    .mud-nav-link.active:not(.mud-nav-link-disabled) {
        border-right: 3px solid var(--mud-palette-primary);
        background-color: rgba(var(--mud-palette-primary-rgb), 0.1);
    }

.mud-table {
    padding: 20px !important;
    margin-bottom: 20px !important;
}

/*.mud-card {
    margin-bottom: 10px !important;
}*/

#blazor-error-ui {
    color: var(--mud-palette-drawer-text);
    background: var(--mud-palette-drawer-background);
}

.mud-overlay-dark {
    backdrop-filter: blur(2px);
}

.mud-card-header .mud-card-header-avatar {
    margin-inline-end: 10px !important;
}

.mud-nav-link {
    padding: 12px 16px 12px 15px !important;
}

.mud-dialog-content {
    max-height: 75vh !important;
    overflow: auto !important;
}

/*.mud-grid-spacing-xs-3 {
    margin: 0px !important;
    margin-left: -12px !important;
}*/

.mud-table-toolbar
{
    flex-wrap:wrap;
    margin-bottom:20px!important;
}

::-webkit-scrollbar {
    width: 0px!important;
    height: 6px!important;
}
.fsh-nav-child {
    padding-left: 10px !important;
}

#footer-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    background-color: inherit;
    /*background-color: rgba(249,249,249,0.98);*/
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.06);
    min-height: 60px;
    display: flex;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 300ms ease
}

    #footer-bar a {
        /*color: #1f1f1f;*/
        padding-top: 8px;
        position: relative;
        flex: 1 1 auto
    }

        #footer-bar a span .mud-icon-root {
            margin-top: -3px;
            font-size: 16px;
            position: relative;
            text-align: center;
            z-index: 2
        }

        #footer-bar a span {
            position: relative;
            z-index: 2;
            display: block;
            font-size: 10px;
            font-weight: 500;
            margin-top: -2px;
            opacity: 1;
            font-family: "Rubik",sans-serif !important
        }


.default-bottom-icon {
    color: #DA4453 !important;
}

.facebook-color {
    background-color: #3b5998;
    color: #fff;
}

.instagram-color {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    color: #fff;
}

.twitter-color {
    background-color: #00acee;
    color: #fff;
}

.whatsapp-color {
    background-color: #075e54;
    color: #fff;
}

.hz-container {
    display: flex;
    overflow-x: auto;
}

    .hz-container::-webkit-scrollbar {
        display: none;
    }

.footer-bar .active-nav strong {
    position: absolute;
    width: 50px;
    height: 4px;
    border-radius: 60px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background-color: var(--mud-palette-primary) !important;
    color: #FFF;
    font-size: 2.0rem !important;
}

.footer-bar .mud-icon-size-medium {
    font-size: 1.6rem !important;
}

.copyright-container {
    width: 100%;
    height: 290px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
}

.copyright-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    background: transparent;
}

.copyright-overlay {
    z-index: 1;
    margin-top: 0px;
    padding: 0px;
    border-radius: 30px 30px 0px 0px;
}

.bg-highlight {
    background-color: var(--mud-palette-primary);
    color: #FFF !important;
    opacity: .9 !important;
}

.card-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.footer-card {
    z-index: 0;
    bottom: 30px;
    margin-bottom: 0 !important;
    position: absolute;
    left: 0px;
    right: 0px;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-image: url(/images/16w.jpg);
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.rounded-sm {
    border-radius: 6px !important;
}

.rounded-t-l-lg {
    border-top-left-radius: 8px !important;
}

.rounded-b-l-lg {
    border-bottom-left-radius: 8px !important;
}

.rounded-t-r-lg {
    border-top-right-radius: 8px !important;
}

.rounded-b-r-lg {
    border-bottom-right-radius: 8px !important;
}

.rounded-xl {
    border-radius: 20px !important;
}

.rounded-xl {
    border-radius: 20px !important;
}

.mud-tabs .mud-tabs-rounded {
    border-radius: 6px !important;
}

.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 2s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

.max-line-2 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 2.6em; /* Fallback for non-webkit, line-height * 2 */
    line-height: 1.3em;
    -webkit-line-clamp: 2; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-line-3 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 3.9em; /* Fallback for non-webkit, line-height * 2 */
    line-height: 1.3em;
    -webkit-line-clamp: 3; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-line-4 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 5.2em; /* Fallback for non-webkit, line-height * 4 */
    line-height: 1.3em;
    -webkit-line-clamp: 4; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-line-6 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 7.8em; /* Fallback for non-webkit, line-height * 6 */
    line-height: 1.3em;
    -webkit-line-clamp: 6; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}