﻿body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: #000;
}

h1 {
    font-size: 1.25rem;
    font-weight: 400;
}

h2 {
    font-size: 1.5rem;
    font-weight: 200;
}

h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.25rem;
}

p {
    font-size: 1rem;
}

a {
    font-size: 1rem;
}

@media (min-width: 480px) {
    h1 {
        font-size: 1.5rem;
        font-weight: 400;
    }

    h2 {
        font-size: 1.25rem;
        font-weight: 200;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 1.75rem;
        font-weight: 200;
    }

    h2 {
        font-size: 1.5rem;
        font-weight: 200;
    }
}

/* --- Bootstrap5 Menu Kit :::: https://bootstrap-menu.com  */
.dropdown:hover {
    z-index: 45;
}

.navbar:hover {
    z-index: 40;
}

.offcanvas-start, .offcanvas-end {
    max-width: 80%;
}

.fixed-onscroll.fixed-top {
    top: -60px;
    transform: translateY(60px);
    transition: transform .3s;
}

.autohide {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.autohide.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.autohide.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.navbar .dropdown-menu, .dropdown .dropdown-menu {
    margin-top: 0;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.15);
}

.navbar .dropdown-menu-end, .dropdown .dropdown-menu-end {
    right: 0;
    left: auto;
}

.navbar .megasubmenu, .dropdown .megasubmenu {
    padding: 1rem;
}

.navbar .dropdown-large, .dropdown .dropdown-large {
    padding: 1rem;
}

.navbar .megamenu, .dropdown .megamenu {
    padding: 1rem;
}

.navbar .has-megamenu, .dropdown .has-megamenu {
    position: static !important;
}

.icon-arrow:after {
    content: "\276F";
    font-style: normal;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -2px;
    opacity: .3;
    font-size: 80%;
}

.screen-darken {
    display: block;
    height: 100%;
    width: 0%;
    z-index: 20;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
    z-index: 25;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar {
        padding: 0;
    }

    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
    }

    .navbar-dark .nav-link.show {
        background: rgba(255, 255, 255, 0.12);
    }

    .navbar-light .nav-link.show {
        background: rgba(0, 0, 0, 0.12);
    }

    .navbar-nav {
        align-items: center;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

    .megasubmenu {
        left: 100%;
        top: 0;
        min-height: 100%;
        min-width: 500px;
    }

    .dropdown-menu-end .megasubmenu {
        left: auto;
        right: 100%;
        top: 0;
    }

    .dropdown-menu > li:hover .megasubmenu {
        display: block;
    }

    .dropdown-large {
        min-width: 520px;
    }

    .megamenu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .nav-item.hover .dropdown-menu.animate {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 0;
    }

    .nav-item.hover .animate.fade-down {
        top: 90%;
        transform: rotateX(-80deg);
        transform-origin: 0% 0%;
    }

    .nav-item.hover .animate.fade-up {
        top: 90px;
    }

    .nav-item.hover .dropdown-menu .animate.fade-down {
        top: 0;
    }

    .nav-item.hover .animate.dropdown-menu.show {
        display: block;
        transition: .4s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

    .nav-item.hover .animate.dropdown-menu > li:hover > .submenu,
    .nav-item.hover .animate.dropdown-menu > li:hover > .megasubmenu {
        display: block;
        transition: .4s;
        opacity: 1;
        visibility: visible;
        top: 0;
        transform: rotateX(0deg);
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu li.has-megasubmenu {
        position: static !important;
    }

    .dropdown-menu li:hover > .submenu, .dropdown-menu li:hover > .dropdown-menu {
        display: block;
        transition: .4s;
        opacity: 1;
        visibility: visible;
        top: 0%;
        transform: rotateX(0deg);
    }

    .dropdown-menu li:hover > .megasubmenu {
        display: block;
        transition: .4s;
        opacity: 1;
        visibility: visible;
        top: 0%;
        transform: rotateX(0deg);
    }
}

/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

/* ============ small devices .end// ============ */
/* ============  THEME CUSTOM  ============ */
.navbar-styled {
    background-color: #ffca2a;
    box-shadow: 0 2px 3px rgba(100, 100, 100, 0.1);
    font-size: 14px;
}

.navbar-styled .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-styled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-styled .navbar-brand {
    font-weight: 600;
    font-size: 18px;
}

.navbar-styled .navbar-nav .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    border: 2px solid transparent;
}

.navbar-styled .navbar-nav .nav-item:hover .nav-link, .navbar-styled .navbar-nav .nav-item.show .nav-link {
    border-bottom: 2px solid orange;
    color: #111;
}

.navbar-styled .dropdown-menu {
    border: 0;
    background-clip: initial;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(70, 70, 70, 0.2);
}

.navbar-styled .dropdown-menu .dropdown-item {
    padding: .6rem 1.5rem;
    border-bottom: 1px solid #f1f1f1;
}

.header {
    height: 80px;
    background: url("/images/header-bg.svg");
    background-position: bottom;
    background-repeat: no-repeat;
}

.header h1 {
    margin: auto;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: xx-large;
    color: #fff;
}

.header .title-wrap {
    max-width: 80%;
}
}

@media (min-width: 480px) {
    .header .title {
        flex-direction: row;
        align-items: center;
    }

    .header .vl {
        border-left: 1px solid #fff;
        height: 25px;
        margin: 6px 15px;
    }
}

.footer {
    position: fixed;
    bottom: 0;
    padding: 10px;
    background: url("/images/footer-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: blue;
    z-index: 999;
    font-size: 11px;
    color: #fff;
}

.footer a {
    color: #fff;
    font-size: 11px;
}

.footer .eurl-logo {
    width: 100px;
    height: 20px;
    vertical-align: middle;
    background-image: url("/images/eurl-logo.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.content h2 {
    margin-top: 0.5rem;
}

.padding-bottom {
    padding-bottom: 1em;
}

#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;
}

.initial-data-loader .k-loader-container-overlay.k-overlay-light {
    background-color: white;
}

.k-loader-container {
    z-index: 100;
}

.cloud {
    color: #EBEBEB;
    font-size: 90px;
}

.k-grid-norecords .k-badge-container {
    display: inline-block;
}

.k-grid-norecords .k-badge-container > .k-badge {
    position: absolute;
    left: 70px;
    top: 25px;
}

.k-grid-norecords {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.k-grid-norecords:hover {
    background-color: #ffffff !important;
}

.filter-values-container {
    max-height: 200px;
    overflow: auto;
    padding: 0 8px;
}

.hide {
    display: none;
    visibility: hidden;
}

.menu-title {
    font-weight:600;
}