﻿@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overlock+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Teko:wght@500;700&display=swap');

@font-face {
    font-family: "Adumu";
    src: url('../Fonts/Adumu.ttf') ;
}

.register {
    padding: 0px;
}

.navbar {
    width: 100vw !important;
    will-change: height;
}

.Og_NavigationBar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    align-content: flex-start;
    width: 100vw !important;
    will-change: height;
    background-color: #343a40 !important;
    box-shadow: 0px 0px 6px 4px #000000;
    z-index: 99998;
    height: 68px;
    transition-property: height;
    transition-delay: 0s;
    transition-duration: 500ms;
    will-change: height, transition;
}

    .Og_NavigationBar.MenuOpen {
        height: 156px;
        transition-property: height;
        transition-delay: 0s;
        transition-duration: 500ms;
        will-change: height, transition;
    }

/*    .field-validation-error {
        display: none;
    }*/

.WideContainer {
    padding: 0px !important;
    z-index: 99998;
}

.register-left {
    text-align: center;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

    .register-left input {
        border: none;
        border-radius: 8px;
        padding: 2%;
        width: 100%;
        background: #f8f9fa;
        font-weight: bold;
        color: #383d41;
        margin-top: 8px;
        margin-bottom: 3%;
        cursor: pointer;
        height: 42px;
    }

.register-right {
    background: transparent;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    margin-top: 4px;
    padding: 14px 6px;
}

.btnRegister {
    float: right;
    margin: 6px 0px;
    border: 2px solid #5D6C77;
    border-radius: 8px;
    padding: 10px 6px;
    background: #498EC9;
    color: #fff;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0px 0px 4px 2px #5D6C77, 0px 0px 4px 1px #5D6C77;
    transition: all 350ms linear;
}

    .btnRegister.isDisabled {
        background-color: #7f8c8d;
        color: #aeaeae;
        box-shadow: none;
        transition: all 350ms linear;
    }

.btnLogin {
    font-size: 18px;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 100%;
    box-shadow: 0 0 4px 4px #00346c;
    outline: solid;
    outline-offset: -1px;
    outline-color: #00346c;
    outline-width: 2px;
}

.BtnLoginContainer {
    padding-bottom: 4px;
    vertical-align: bottom;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 100%;
    position: relative;
    z-index: 9999;
}

.nav-tabs.nav-justified {
    height: 34px;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

        .register .nav-tabs .nav-link:hover {
            border: none;
        }

        .register .nav-tabs .nav-link.active {
            width: 100%;
            color: #0062cc;
            border: 2px solid #0062cc;
            border-top-left-radius: 1.5rem;
            border-bottom-left-radius: 1.5rem;
        }

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

.css_Svg {
    font: 700 20px tahoma;
    width: auto;
    height: 22px;
}

.css_Pos {
    stroke: #488dca;
    stroke-width: 1.7px;
    stroke-linejoin: bevel;
    animation: 2s pulsatePos infinite;
    font-weight: 900;
    width: 100% !important;
    display: inline-flex;
    justify-content: space-between;
}

.css_TitleName {
    font-family: 'Adumu';
    animation: 2s pulsateTitle infinite;
    width: 100% !important;
    display: inline-flex;
    justify-content: space-between;
/*    text-shadow: #488dca -2px -2px 2px, #488dca 2px -2px 2px, #488dca -2px 2px 2px, #488dca 2px 2px 2px; */
    font-size: 62px;
    height: 62px;
    stroke-width: 4px;
    stroke: #488dca;
    stroke-opacity: 0.75;
}

@keyframes pulsateTitle {
    50% {
     /*   text-shadow: #3c722c -2px -2px 2px, #3c722c 2px -2px 2px, #3c722c -2px 2px 2px, #3c722c 2px 2px 2px; */
        stroke: #3c722c;
    }
}

.css_Neg {
    fill: #646464;
    stroke: #FF6F6F;
    stroke-width: 1px;
    stroke-linejoin: round;
    animation: 2s pulsateNeg infinite;
    font-weight: 700;
}

.css_lblTotalExp {
    font: bold 20px Tahoma;
    color: #7c7c7c;
    text-shadow: -1px -1px 8px #86cc76, 1px -1px 8px #86cc76, -1px 1px 8px #86cc76, 1px 1px 8px #86cc76;
}

.LoginArea {
    padding: 0px 8px;
    width: 100%;
}

.NonActive_Button {
    background: #a1a1a18f;
    border-radius: 1.5em;
    border-top-left-radius: 0px;
}

.css_InputTextHolder {
    height: 100%;
    width: 100%;
    position: relative;
}

    .css_InputTextHolder::before {
        content: "";
        position: absolute;
        left: 2%;
        bottom: 0;
        height: 1.5px;
        width: 0%; /* or 100px */
        background: #4c95c8;
        transform: scale(0.95);
        box-shadow: 0px 2px 4px 1.7px #eeb079;
        transition: all 750ms 0s;
        z-index: 9999;
    }

.css_InputTextHolderSel {
    height: 100%;
    width: 100%;
    position: relative;
}

    .css_InputTextHolderSel::before {
        content: "";
        position: absolute;
        left: 0%;
        bottom: 0;
        height: 2.5px;
        width: 100%;
        background: #eeb079;
        transform: scale(1.05);
        box-shadow: 0px 2px 4px 1.7px #4c95c8;
        transition: all 750ms 0s;
        z-index: 9999;
        overflow: hidden;
    }

.form-control:focus {
    color: var(--bs-body-color) !important;
    background-color: var(--bs-body-bg) !important;
    border-color: #ffffff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%) !important;
}

.MainHTML {
    background: linear-gradient(360deg, #dca370, transparent 65%);
}

.MainBody {
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, #dca370, transparent 65%);
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
/*    max-width: 430px;*/
}

.ContainerScroll {
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    z-index: 9997;
    position: relative;
    padding: 4px 8px;
    height: 100%;
    transition: height 750ms cubic-bezier(0.65, 0, 0.35, 1);
}

    .ContainerScroll.showSelEventBtn {
        height: calc(100% - 50px);
        transition: height 750ms cubic-bezier(0.65, 0, 0.35, 1);
    }

.FooterScroll {
    z-index: 9999;
    position: fixed;
    background-color: #e0ac7e;
    width: 100% !important;
    display: inline-block !important;
    margin-right: 0px;
    margin-left: 0px;
    left: 0px;
    bottom: 0px;
}

.FooterPad {
    padding: 0px 2%;
}

.SepHR {
    border-top: 2px solid rgb(0 0 0) !important;
}

.ContentPad {
    padding: 0px 8px;
}

.SetRowMargin {
    margin: auto 0px;
}

.css_RegAlert {
    stroke-width: 0.7px;
    stroke-linejoin: bevel;
    animation: 2s pulsatePos infinite;
    font-weight: 900;
    width: 100% !important;
    display: inline-flex;
    justify-content: space-between;
}

.css_RegExistAlert {
    stroke-width: 0.7px;
    stroke-linejoin: bevel;
    animation: 2s pulsatePos infinite;
    font-weight: 900;
    width: 100% !important;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.css_RegNoDisplay {
    width: 100%;
    height: 0px;
    visibility: hidden;
}

.css_RegDisplay {
    width: 100%;
    height: auto;
    margin: -10px 0px 4px;
    visibility: visible;
}

.css_RegText {
    text-shadow: -1px -1px 3px #000000, -1px 1px 3px #000000, 1px -1px 3px #000000, 1px 1px 3px #000000;
}

.css_RegExistText {
    text-shadow: -1px -1px 3px #ffc107, -1px 1px 3px #ffc107, 1px -1px 3px #ffc107, 1px 1px 3px #ffc107;
}

.css_RegExistLink {
    text-shadow: -1px -1px 3px #ff4254, -1px 1px 3px #ff4254, 1px -1px 3px #ff4254, 1px 1px 3px #ff4254;
}

@keyframes spinner-line-fade-more {
    0%, 100% {
        opacity: 0; /* minimum opacity */
    }

    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-quick {
    0%, 39%, 100% {
        opacity: 0.25; /* minimum opacity */
    }

    40% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-default {
    0%, 100% {
        opacity: 0.22; /* minimum opacity */
    }

    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-shrink {
    0%, 25%, 100% {
        /* minimum scale and opacity */
        transform: scale(0.5);
        opacity: 0.25;
    }

    26% {
        transform: scale(1);
        opacity: 1;
    }
}

.css_MainColumn {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.css_LoaderTable {
    position: relative;
    display: inline-block;
}

.css_LoadTextDiv {
    text-align: center;
    width: 100%;
}

.css_LoadText {
    stroke: #488dcaa1;
    fill: #f5791e;
    filter: drop-shadow(0px 0px 2px #488dca);
    stroke-width: 1.5px;
    stroke-linejoin: bevel;
    font-weight: 950;
    width: 100% !important;
    display: inline-flex;
    justify-content: space-between;
    font-size: 34px !important;
    height: 84px;
}

@keyframes pulsatePos {
    50% {
        stroke: #3c722c;
    }
}

.bgLoader {
    display: none;
    position: absolute;
    z-index: 99999;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    backdrop-filter: opacity(0.8);
    visibility: visible;
    vertical-align: middle;
    opacity: 1;
}

.bgLoader_Show {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
}

.spinner {
    top: 50%;
    left: 50%;
    height: 100px;
}

.css_SpinnerH {
    height: 200px;
}

.col-md-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.css_LoginTable {
    width: 100%;
    height: auto;
}

.css_txtLoginInput {
    outline: 1px solid #00000057;
    font-size: 16px;
}
.css_TeamTable {
    width: 100%;
    border: 1px black;
}

.css_TeamTableCol {
    height: 26px;
    width: 276px;
}

.css_TeamImgl {
    width: 276px;
}

.css_TeamFav {
    width: 100%;
    border: 1px black;
}

.css_TeamFavData {
    height: 24px;
    width: 50%;
    border: 1px black;
}

.css_OverUnderData {
    width: 100%;
}

.CloseContain {
    padding: 0px 2px 0px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 10%;
    flex-wrap: wrap;
    align-content: space-around;
    flex-direction: row;
    vertical-align: top;
    height: 100%;
    margin-right: 2%;
}

.css_DropdownMenu {
    position: absolute;
    z-index: 99999;
    background-color: #000000a1;
    right: 0;
    border: 4px solid #000000;
}

.RegisterText {
    width: 100%;
    font-size: 20px;
    letter-spacing: -1px;
    padding: 0px;
    fill: #000000;
    font-weight: 500;
}

.NavBar_Logo {
    width: 48px;
    height: 42px;
    padding: 0px;
}

.ShowOverflow {
    fill: #f5791e !important;
    height: 48px;
}

.Logo_Image {
    width: 48px;
    height: 42px;
    animation: 2s pulsateImage infinite;
    -webkit-filter: drop-shadow(0px 0px 6px #488dca);
    filter: drop-shadow(0px 0px 6px #488dca);
}

.MenuClicked {
    text-decoration: none;
    box-shadow: 0 0 5px 4px #575757;
    outline: 1px solid #575757 !important;
    outline-offset: -2px;
}

@keyframes pulsateImage {
    50% {
        -webkit-filter: drop-shadow(0px 0px 6px #3c722c);
        filter: drop-shadow(0px 0px 6px #3c722c);
    }
}

.RegisterContainer {
    text-align: center;
    width: 100%;
    color: #000000;
    display: inline-flex;
    position: relative;
}

.RegisterLink {
    font-size: 40px;
    width: 100%;
    height: 63px;
}

.BetHeader {
    text-align: center;
    font-size: 22px;
    padding: 0px 0px 0px 6px;
    font-weight: 500;
    line-height: 22px;
    text-shadow: 1px 1px 6px black, -1px -1px 6px black, 1px -1px 6px black, -1px 1px 6px black;
    color: #ffffff;
}

.TitleContainer {
    display: inline-flex;
    flex-direction: row;
}

.navbar-dark .navbar-nav .nav-link {
    color: #c4c4c4 !important;
    font-size: 14px;
}

.navBorder {
    box-shadow: 0px 0px 6px 4px #000000;
    z-index: 99998;
}

.nav-toggler {
    padding: 0.25rem 5px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #575757;
    border-radius: 0.25rem;
    width: 40px;
}

.Drop_MenuItems {
    font-size: 18px;
    padding: 8px 0px !important;
    font-family: Segoe;
    font-weight: 600;
    /*background-color: #ffffff;*/
}

    .Drop_MenuItems:active {
        background-color: #575757;
    }

    .Drop_MenuItems:hover {
        background-color: #575757;
    }

.Drop_ItemContainerUser {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-left: 6px !important;
    position: relative;
}

    .Drop_ItemContainerUser.itemOgAP {
        flex-direction: row-reverse;
    }

        .Drop_ItemContainerUser.itemOgAP div {
            margin-left: 6px;
        }

.Drop_ItemContainer {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-left: 6px !important;
    position: relative;
}

/*    .Drop_ItemContainer:nth-child(2) {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        padding-left: 6px !important;
        position: relative;
        background-color: #a1a1a1 !important;
        font-style: italic !important;
        filter: grayscale(0.2) blur(1px);
    }

    .Drop_ItemContainer:nth-child(2):after {
        position: absolute;
        left: 0;
        top: 50%;
        height: 4px;
        background: #575757;
        content: "";
        width: 100%;
        display: block;
    }*/

    .Drop_ItemContainer:nth-child(3) {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        padding-left: 6px !important;
        position: relative;
        background-color: #a1a1a1 !important;
        font-style: italic !important;
        filter: grayscale(0.2) blur(1px);
    }

        .Drop_ItemContainer:nth-child(3):after {
            position: absolute;
            left: 0;
            top: 50%;
            height: 4px;
            background: #575757;
            content: "";
            width: 100%;
            display: block;
        }

.DropItem_SavesContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.DisableMenu_Item {
    background-color: #a1a1a1 !important;
    font-style: italic !important;
    filter: grayscale(0.2) blur(1px);
}

.DisableMenu_Item:after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 4px;
    background: #575757;
    content: "";
    width: 100%;
    display: block;
}

/*Disable To Show MLB*/

/*    .Drop_ItemContainer:nth-child(2) {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        padding-left: 6px !important;
        position: relative;
        background-color: #a1a1a1 !important;
        font-style: italic !important;
        filter: grayscale(0.2) blur(1px);
    }

        .Drop_ItemContainer:nth-child(2):after {
            position: absolute;
            left: 0;
            top: 50%;
            height: 4px;
            background: #575757;
            content: "";
            width: 100%;
            display: block;
        }*/

/* ------------------------------ */

.Drop_MenuContainer {
    display: inline-flex;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    align-content: stretch !important;
    width: 100% !important;
    background-color: #f8f9fa;
    row-gap: 2px;
}

.Drop_LogoContainer {
    width: 32px;
    display: inline-flex;
    justify-content: center;
    margin-right: 6px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.Drop_LogoContainerUser {
    width: 32px;
    height: 32px;
}

.Drop_ItemDivider {
    border-top: 2px solid #a1a1a1 !important;
}

.Drop_DoStyle {
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    overflow: hidden;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.15em !important;
    content: "";
    border-top: 0.45em solid !important;
    border-right: 0.45em solid transparent !important;
    border-bottom: 0;
    border-left: 0.45em solid transparent !important;
}

.LogoutLink {
    margin-bottom: 2px !important;
    color: #a1a1a1 !important;
    text-align: left;
    list-style: none;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 16px !important;
}

.ContentPlacement {
    top: 70px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.css_AlertTable {
    box-shadow: 0 0 6px 2px #ffffff80;
    box-sizing: border-box;
    border-collapse: separate;
    width: 100%;
    backdrop-filter: blur(4px) saturate(111%);
    -webkit-backdrop-filter: blur(4px) saturate(111%);
    border-radius: 12px;
    border: 2px solid #ffffff80;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #a1a1a157;
}

.css_AlertTitle {
    backdrop-filter: blur(4px) saturate(10%) !important;
    -webkit-backdrop-filter: blur(4px) saturate(171%) !important;
    background-color: #06060675;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: left;
    height: 80px;
}

.css_AlertBody {
    backdrop-filter: blur(4px) saturate(171%);
    -webkit-backdrop-filter: blur(4px) saturate(171%);
    background-color: #2a2a2a6b;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0px 3px;
    height: auto;
    width: 100%;
}

.css_AlertLayout {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: normal;
}

.css_AlertBtnLayout:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.css_AlertBtnLayout:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.css_AlertBtnLayout:nth-child(3) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.css_AlertBtnLayout:nth-child(4) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.css_AlertBtnLayout:nth-child(5) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.css_lblAlert {
    font: bold 16px Tahoma;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 1px 1px 8px #000000;
}

.css_btnYes {
    background: #3b8986;
    border: 1px solid white;
    box-shadow: 0px 2px 0 #225457, 2px 4px 6px #22574f;
    font: bold 18px Tahoma;
    letter-spacing: 1px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    text-decoration: none;
    color: #FFFFFF;
    width: 90% !important;
    height: 32px;
    padding: 4px 0px;
    display: inline-block;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
}

    .css_btnYes a {
        text-decoration: none;
        color: #FFFFFF;
    }

.css_btnNo {
    background: #be6262;
    border: 1px solid white;
    box-shadow: 0px 2px 0 #225457, 2px 4px 6px #22574f;
    font: bold 18px Tahoma;
    font-weight: 900;
    letter-spacing: 1px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    text-decoration: none;
    color: #FFFFFF;
    width: 90% !important;
    height: 32px;
    padding: 4px 0px;
    display: inline-block;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}

    .css_btnNo a {
        text-decoration: none;
        color: #FFFFFF;
    }

.LogoutBlackOut {
    background-color: #000000c4;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99999;
    padding: 0px 6px;
}

.btnLogoutPopup {
    font: bold 14px Tahoma;
    font-weight: 900;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: -1px -1px 6px #000, -1px 1px 6px #000, 1px -1px 6px #000, 1px 1px 6px #000;
}

.btnLogoutConfirm {
    text-align: center !important;
    width: 50%;
    padding: 8px 0px;
    height: 32px;
    border-bottom-right-radius: 12px;
    background-color: #537E9C;
}

.btnLogoutCancel {
    text-align: center !important;
    width: 50%;
    padding: 8px 0px;
    height: 32px;
    border-bottom-left-radius: 12px;
    background-color: #9c7153;
}

.LogoutHeader {
    padding: 6px !important;
    text-align: center;
}

.ErrorBlackOut {
    background-color: #000000c4;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99999;
    padding: 0px 6px;
}

.btnErrorClose {
    text-align: center !important;
    width: 100%;
    padding: 8px 0px;
    height: 32px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #9c7153;
}

.UserNameContainer {
    display: inline-flex;
    position: absolute;
    width: auto;
    height: 34px;
    align-items: flex-end;
    font-family: Segoe UI;
    font-size: 18px;
    letter-spacing: -1.56px;
    color: #FFFFFF;
    text-shadow: 0px 0px 3px black;
    padding-top: 2px;
    -webkit-font-smoothing: antialiased;
    z-index: 10000;
}

    .UserNameContainer .lnkUser {
        color: #c4c4c4;
        font-size: 18px;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 0.25px;
    }

    #navbarDropdown {
        font-size: 18px !important;
    }