.navHead {
    position: fixed;
    padding: 10px 20px 20px 20px;
    z-index: 9999 !important;
    cursor: pointer !important;
}

.hrMenu {
    padding-top: 30px;
    cursor: pointer !important;
}

.menuLine {
    position: absolute;
    top: 0px;
    height: 64px;
    margin-left: -10px;
    width: 35px;
    background: rgba(0,0,0,0.07);
    border-radius: 0px 0px 5px 5px;
}

.hrMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer !important;
}

.hrMenu li {
    float: right;
    cursor: pointer !important;
}

.hrMenu li a {
    font-size: 10px;
    display: block;
    text-align: center;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    cursor: pointer !important;
}

.hrMenu li a i {
    cursor: pointer !important;
}




.userMenu a {
    text-decoration: none;
    transition-duration: 0.5s;
}

.userMenu nav {
    display: flex;
    justify-content: center;
    font-family:"BPG Arial Caps" !important;
}

.userMenu ul {
    list-style: none;
    margin: 0;
    padding: 0px 100px 0px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0.5) 60%, rgba(0,0,0,0) 100%);
    -webkit-box-shadow: 0px 7px 12px -9px rgba(0,0,0,0.97);
    box-shadow: 0px 7px 12px -9px rgba(0,0,0,0.3);
}

.userMenu li {
    display: block;
    float: left;
    padding: 10px 15px 7px 15px;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

.userMenu li a {
    color: rgba(0,0,0,0.8);
    font-size: 12px;
    padding: 5px 10px 5px 10px;
}

.userMenu li:hover {
    cursor: pointer;
}

.userMenu ul li ul {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    display: none;
    position: fixed;
    left: 0%;
    width: 100%;

}

.userMenu ul li:hover > ul,
.userMenu ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: flex;
    padding: 20px 0px 30px 0px;
    background: transparent !important;
    -webkit-box-shadow: 0px -7px 12px -9px rgba(0,0,0,0);
    box-shadow: 0px -7px 12px -9px rgba(0,0,0,0);
}

.userMenu ul li ul li {
    clear: both;
    padding: 0px 5px 10px 5px;
    font-size: 8px;
}

.userMenu ul li ul li a {
    font-size: 11px;
    color: rgba(0,0,0,0.5)
}

.userMenu ul li ul li a:hover, .userMenu li a:hover {
    font-weight: bolder;
    color: rgba(0,0,0,1) !important;
}

.userMenu a::before,
.userMenu a::after {
    opacity: 0;
    transition: opacity .2s ease;
    padding: 2px;
    color: #00bdbb;  !important;
    /*font-weight: bold;*/
}

.userMenu a::before {
    content: "[ " !important;
}

.userMenu a::after {
    content: " ]" !important;
}

.userMenu a:hover::before,
.userMenu a:hover::after {
    opacity: 1;
}

.userMenu .descTitle label {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    font-family:"glacial" !important;
    transition-duration: 0.5s;
    width: auto;
}

.userMenu:has(ul > li:hover > ul.dropdown) .descTitle label {
    padding: 10px;
    margin-top: 40px;
    color: rgba(0,0,0,0.1);
}

.userMenu {
    width: calc(100vw - 14px);
    top: 0vh;
    height: calc(100vh - 13.5px);
    margin: 7px 0px 0px 7px !important;
    background: rgba(255,255,255,0.97);
    justify-content: center;
    align-items: center;
    z-index: 9998 !important;
}

.userMenu .modal-dialog {
    margin-top: 80px !important;
    min-width: 80vw !important;
    z-index: 1 !important;
}

.userMenu .modal-content {
    border: 0px;
    background: transparent;
    padding-top: 30vh;
}

.languages  {
    z-index: 999;
}
.languages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.languages li {
    transition-duration: 0.5s;
}

.languages li a {
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: rgba(0,0,0,0.8);
}

.languages li:hover {
    cursor: pointer;
}

.languages ul li ul {
    position: absolute;
    margin-left: -20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    display: none;
    padding-top: 7px;

}

.languages ul li:hover > ul,
.languages ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: grid;
}

.languages ul li ul li {
    clear: both;
    padding: 10px 0px 0px 0px !important;
    font-size: 8px;
    text-align: right;
}

.languages ul li ul li a {
    font-size: 11px;
    text-align: left;
    color: rgba(0,0,0,1) !important;
    float: right;
}

.languages ul li ul li a:hover, .languages li a:hover {
    font-weight: bolder;
    color: rgba(0,0,0,1) !important;
}

.languages a::before,
.languages a::after {
    opacity: 0;
    transition: opacity .2s ease;
    padding: 2px;
    color: #00bdbb;  !important;
}

.languages a::before {
    content: "[ " !important;
}

.languages a::after {
    content: " ]" !important;
}

.languages a:hover::before,
.languages a:hover::after {
    opacity: 1;
}

.languages img {
    width: 20px;
}

.hFooter {
    color: rgba(0,0,0,0.8) !important;
    z-index: 2 !important;
}

.hFooter a img {
    width: 25px;
    padding: 0px 5px 0px 5px
}

.footer {
    margin-top: 30px;
}

.footer .card {
    padding-top: 0px;
    /*background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.01) 100%);*/
    background: rgba(0,0,0,0.03);
    border-radius: 0px;
    border: 0px;
}

.footer .card .card-body {
   padding: 15px 15px;
}

.footer .card .card-body hr {
   margin: 10px 0px;
}

.footer .card .title {
    text-align: left;
    color: rgba(0,0,0,0.7);
    font-size: 11px;
    font-family:"BPG Arial Caps" !important;
}

.list {
    width: 100%;
}

.list a {
    color: rgba(0,0,0,0.5);
    display: block;
    padding: 4px;
    text-decoration: none;
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
    border-color: rgba(255,255,255,0.18);
    font-size: 10px;
    font-family:"BPG Arial Caps" !important;
}

@media only screen and (max-width: 900px) {

    .userMenu ul li {
        padding: 10px 0px 7px 0px;
    }

    .userMenu ul li:hover > ul,
    .userMenu ul li ul:hover {
        display: flex;
        align-items: start !important;
        justify-content: center;
        width: 80vw;
        height: 50vh;
        left: 10vw;
        top: 25vh;
        flex-direction: column;
        text-align: left !important;
        padding: 20px 0px 10px 0px;
        background-color: #fff !important;
        background: linear-gradient(to right, rgb(0, 189, 187) 1px, transparent 2px) 0 0, linear-gradient(to right, rgb(0, 189, 187) 1px, transparent 2px) 0 100%, linear-gradient(to left, rgb(0, 189, 187) 1px, transparent 2px) 100% 0, linear-gradient(to left, rgb(0, 189, 187) 1px, transparent 2px) 100% 100%, linear-gradient(to bottom, rgba(0, 189, 187, 0.7) 1px, transparent 2px) 0 0, linear-gradient(to bottom, rgba(0, 189, 187, 0.7) 1px, transparent 2px) 100% 0, linear-gradient(to top, rgba(0, 189, 187, 0.7) 1px, transparent 2px) 0 100%, linear-gradient(to top, rgba(0, 189, 187, 0.7) 1px, transparent 2px) 100% 100% !important;
        background-repeat: no-repeat !important;
        background-size: 10px 10px !important;
        z-index: 3;
    }

    .userMenu ul li:hover > ul,
    .userMenu ul li ul:hover:before {
        background-color: rgba(255, 255, 255, 0.99) !important;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(5px);
    }

    .userMenu ul li ul li {
        clear: both;
        padding: 1.5vh 5px 1.5vh 5px;
        font-size: 8px;
    }

    .userMenu ul li ul li::before {
        content: "\ee62";
        font-family: "icomoon" !important;;
        font-size: 15px;
        position: relative;
        left: 5px;
        top: 3px;
    }

    .userMenu ul {
        width: 80vw;
        left: 20vw;
        padding: 5vh 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}