﻿@import url('fonts/open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap");
@import url(icons.css);


@media (max-width: 600px) {
    .mud-snackbar-location-bottom-right {
        right: 0px !important;
        bottom: 0px !important;
    }
}

#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1d222e;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dymaptic-branding {
    display: none;
}

.mainFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--mud-palette-appbar-background);
    color: var(--mud-palette-text-primary);
    text-align: center;
    height: 36px;
}

.main-svg {
    height: 300px;
}

.loginAppBar {
    background-color: var(--mud-palette-appbar-background);
}

.searchAppBarText {
    color: var(--mud-palette-appbar-text);
}

    .searchAppBarText .mud-radio .mud-radio-content {
        color: var(--mud-palette-appbar-text);
    }

    .searchAppBarText .mud-input {
        color: var(--mud-palette-appbar-text);
    }

        .searchAppBarText .mud-input .mud-icon-button-label {
            color: var(--mud-palette-appbar-text);
        }

    .searchAppBarText .mud-input-control-input-container .mud-input-label {
        color: var(--mud-palette-appbar-text) !important;
    }

.loginVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.oIcon {
    width: 2rem !important;
    font-size: 1.1rem;
    /*top: -2px;*/
    display: inline-block;
    min-width: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.40625rem;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.75;
}

.hIcon {
    color: orangered !important;
}

.cIcon {
    color: #00695C !important;
    width: 1.5rem !important;
}

.notificationBadge .mud-badge-wrapper {
    top: 12px !important;
    left: -8px !important;
}

.navLinkActive {
    background-color: rgba(var(--mud-palette-primary-rgb),.22);
}

    .navLinkActive .mud-nav-link .mud-nav-link-text {
        border-inline-end-style: solid;
        border-inline-end-width: 2px;
        color: var(--mud-palette-warning);
        font-weight: 600;
        /*background-color: var(--mud-palette-action-default-hover);*/
    }

.mud-nav-group * .mud-navmenu > .mud-nav-group .mud-nav-link {
    padding-inline-end: 0px !important;
}

.navHeader.active {
    background-color: var(--mud-palette-action-default-hover);
}

.navHeader .mud-nav-link-text {
    color: var(--mud-palette-primary);
}

.navTitle .mud-nav-link-text {
    color: var(--mud-palette-drawer-text);
}

.navGroupTitle .mud-nav-link-text {
    color: var(--mud-palette-drawer-text);
}

.navTitle:hover {
    color: #ff9800ff;
}

.auth-logo {
    height: 200px;
}

.mud-nav-link:hover {
    transition: all 0.4s;
    color: #ff9800ff;
}

    .mud-nav-link:hover .mud-nav-link-icon:not(.navLinkActive, .mud-nav-link, .mud-nav-link-icon) {
        color: #ff9800ff !important;
        transition: all 0.4s !important;
    }

.mud-nav-link.active .mud-nav-link-icon {
    color: var(--mud-palette-primary) !important;
}

.appBarIcon:hover {
    color: #ff9800ff;
}

    .appBarIcon:hover .mud-list-item-icon {
        color: #ff9800ff;
    }

.mud-nav-link-text {
    min-width: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.40625rem;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.95;
}

.mud-tooltip.mud-tooltip-default {
    background-color: var(--mud-palette-black) !important;
}

.dot {
    height: 30px;
    width: 30px;
    background-color: var(--mud-palette-primary);
    border-radius: 50%;
    display: inline-block;
    /*margin-bottom: -10px;*/
}

.UserInitial {
    margin-left: -22px;
    margin-right: 14px;
    font-weight: bolder;
    color: black;
    font-size: 16px
}

.AccountProfile {
    margin-left: -4px;
    height: 40px;
    width: 120px;
    margin-top: -30px;
    background-color: white;
}

.accountListText p {
    min-width: 1.5rem;
    font-size: 1rem;
    line-height: 1.40625rem;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.95;
}

.no-wrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

.h-100 {
    height: 100%;
}

.h-99 {
    height: 99%;
}

.overflow-y-a {
    overflow-y: auto;
}

.overflow-x-a {
    overflow-x: auto;
}

.overflow-a {
    overflow: auto;
}

.numberbox-text-justify-end input {
    text-align: end;
}

.field-text-justify-end div {
    text-align: end;
    margin-right: 5px;
    padding-right: 7px;
}

.text-justify-end {
    text-align: end;
    margin-right: 5px;
    padding-right: 7px;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.opacity-3 {
    opacity: 0.3 !important;
}

.opacity-4 {
    opacity: 0.4 !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.opacity-6 {
    opacity: 0.6 !important;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.opacity-95 {
    opacity: 0.95 !important;
}

.opacity-10 {
    opacity: 1 !important;
}


.zIndex-0 {
    z-index: 0 !important;
}

.zIndex-10 {
    z-index: 10 !important;
}

.zIndex-20 {
    z-index: 20 !important;
}

.zIndex-30 {
    z-index: 30 !important;
}

.zIndex-40 {
    z-index: 40 !important;
}

.zIndex-50 {
    z-index: 50 !important;
}

.zIndex-60 {
    z-index: 60 !important;
}

.zIndex-70 {
    z-index: 70 !important;
}

.zIndex-80 {
    z-index: 80 !important;
}

.zIndex-90 {
    z-index: 90 !important;
}

.zIndex-100 {
    z-index: 100 !important;
}

.field-70 {
    width: 70px;
}

.field-100 {
    width: 100px;
}

.field-120 {
    width: 120px;
}

.field-130 {
    width: 130px;
}

.field-140 {
    width: 140px;
}

.field-145 {
    width: 145px;
}

.field-150 {
    width: 150px;
}

.field-155 {
    width: 155px;
}

.field-160 {
    width: 160px;
}

.field-170 {
    width: 170px;
}

.field-180 {
    width: 180px;
}

.field-190 {
    width: 190px;
}

.field-200 {
    width: 200px;
}

.field-210 {
    width: 210px;
}

.field-220 {
    width: 220px;
}

.field-230 {
    width: 230px;
}

.field-260 {
    width: 260px;
}

.field-290 {
    width: 290px;
}

.field-330 {
    width: 330px;
}

.field-425 {
    width: 425px;
}

.paper-140 {
    height: 140px;
}

.paper-180 {
    height: 180px;
}

.paper-210 {
    height: 210px;
}

.paper-280 {
    height: 280px;
}

.paper-300 {
    height: 300px;
}

.paper-320 {
    height: 320px;
}

.paper-330 {
    height: 330px;
}

.paper-340 {
    height: 340px;
}

.paper-350 {
    height: 350px;
}

.paper-375 {
    height: 375px;
}

.paper-380 {
    height: 380px;
}

.paper-390 {
    height: 390px;
}

.paper-400 {
    height: 400px;
}

.paper-410 {
    height: 410px;
}

.paper-420 {
    height: 420px;
}

.paper-425 {
    height: 425px;
}

.paper-435 {
    height: 435px;
}

.paper-440 {
    height: 440px;
}

.paper-460 {
    height: 460px;
}

.paper-480 {
    height: 480px;
}

.paper-500 {
    height: 500px;
}

.paper-520 {
    height: 520px;
}

.paper-530 {
    height: 530px;
}

.paper-850 {
    height: 850px;
}

.text-right {
    text-align: right;
}