﻿@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    min-height: 100%;
    font-size: 22px !important;
}

header {
    background: #a784ea;
    color: white;
    padding: 20px 10px;
    text-align: center;
}
    header h1 {
        text-align: center;
    }

.cornerImg {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 25%;
    opacity: 0.10;
    max-width: 200px;
    height: auto;
}


.TABForm {
    min-height: 100vh;
    height: auto;
    margin-left: 220px;
    padding-top: 0;
    margin-top: 0;
    display:none;
}
.WindowForm {
    background: #ffffffdd;
    padding: 25px 50px;
    border-radius: 50px;
    border: 5px solid #787878;
    box-shadow: 0 0 3px 3px #b1b1b1;
}
.THeader {
    color: #444444;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 5px;
    margin: 0;
    text-align: center;
    font-size: 45px;
    position: absolute;
    top: 0px;
    width: 100%;  
}

#headerTop {
    display: none;
    height: 55px;
    background: #eaeaea;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    box-shadow: 0 5px 10px #4e4e4e;
    border-bottom: 5px solid #787878;
}


.LHSBarMenu {
    display: block !important;
    width: 100% !important;
    padding-top: 120px !important;
    /*height: auto !important;*/
}

#LHSBar {
    display: block;
    width: 220px;
    background-color: #ffffff;
    color: #000000;
    border-right: 2px solid #919191;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.3);
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

    #LHSBar h2 {
        text-align: center;
        font-size: 1.5em;
        margin-bottom: 20px;
    }

.BarLink {
    color: #000;
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    transition: background 0.3s;
    user-select: none;
}

    .BarLink:hover {
        color: #FFF;
        background-color: #444444;
        text-decoration: none;
    }

.Baractive {
    color: #FFF;
    background-color: #a784ea;
}
#MenuIcon {
    display: none;
    height: 44px;
    width: 44px;
    position: fixed;
    margin: 4px;
    right: 0px;
    top: 0px;
    background-size: cover;
    background-position: center;
    background-image: url('/Resources/Menu.png');
    transition: background-image 0.3s ease-in-out;
}
    #MenuIcon:hover {
        background-image: url('/Resources/MenuSelected.png');
    }

.EventLink {
    background: #ff8f00 !important;
}


.HideMobile {
    display: block;
}

#Footer {
    position: fixed;
    bottom: 0px;
    left: 220px;
    text-align: center;
    right: 0px;
    padding: 5px;
    background: #555;
    z-index: 999;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
}

    #Footer a {
        color: #a784ea !important;
    }




@media only screen and (max-width: 845px) {

    body {
        font-size: 18px !important;
    }

    .HideMobile{
        display:none;
    }


    .TABForm {
        padding-top: 105px;
        margin-left: 0px;
    }

        #MenuIcon {
        display: block !important;
    }

    #headerTop {
        display: block !important;
    }

    #LHSBar {
        display: none;
    }

    .logo {
        padding-left: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 20px !important;
        position: fixed !important;
        top: 3px !important;
        left: 30px !important;
        height: 70px !important;
    }

    .THeader{
        font-size: 38px !important;
        top: 6px !important;
        text-align: center;
        padding-left: 100px;
    }
    #Footer {
        left: 0px !important;
        font-size: 16px;
    }

}

@media only screen and (max-width: 620px) {

    body {
        font-size: 16px !important;
    }
    .THeader {
        font-size: 20px !important;
        text-align: right !important;
        padding-right: 50px !important;
        top: 14px !important;
        padding-left: 180px;
    }


    #IconPlake {
        left: 5px;
    }

    .logo {
        left: 35px;
    }
}

@media only screen and (max-width: 480px) {

    body {
        font-size: 15px !important;
    }
}

    #IconPlake {
        position: absolute;
        left: 10px;
        height: 36px;
        width: 175px;
        top: 50px;
        background: #eaeaea;
        z-index: 99;
        border-radius: 0 0 30px 30px;
        border-left: 5px solid #787878;
        border-right: 5px solid #787878;
        border-bottom: 5px solid #787878;
        box-shadow: 0 10px 10px #4e4e4e;
    }

    .logo {
        height: 100px;
        padding-left: 12px;
        margin-top: 10px;
        margin-bottom: 20px;
        z-index: 1002;
    }






    .grecaptcha-badge {
        visibility: hidden;
    }

    #PageTitle {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }



    .promo-badge {
        position: fixed;
        top: 12px;
        right: 16px;
        z-index: 998;
        display: inline-flex;
        align-items: center;
        background: #fff;
        color: #111;
        padding: 10px 14px;
        border: 1px solid rgba(0,0,0,.08);
        border-radius: 999px;
        box-shadow: 0 8px 20px rgba(0,0,0,.12), 0 2px 6px rgba(0,0,0,.08);
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        max-width: 134px;
        transition: max-width 0.3s ease;
    }

    @media only screen and (max-width: 845px) {
        .promo-badge {
            top: 100px !important;
            right: 10px;
            padding: 8px 12px;
        }

        .promo-text {
            font-size: 13px;
        }
    }

    .promo-badge.expanded,
    .promo-badge:hover {
        max-width: 400px; /* expanded width */
        background: #e6ddf9;
    }

    .promo-text {
        font: 600 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    }

    .promo-detail {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .promo-badge.expanded .promo-detail,
    .promo-badge:hover .promo-detail {
        opacity: 1;
    }

    .promo-close {
        appearance: none;
        background: transparent;
        border: 0;
        font-size: 18px;
        line-height: 1;
        cursor: pointer;
        color: #666;
        padding: 2px 6px;
        border-radius: 6px;
        flex-shrink: 0;
        margin-left: 8px;
    }

        .promo-close:hover,
        .promo-close:focus-visible {
            background: rgba(0,0,0,.06);
        }


    @media only screen and (max-width: 420px) {
        .NoSmallPhone {
            display: none;
        }

        #IconPlake {
            left: 0 !important;
            border-radius: 0 0 30px 0 !important;
            border-left: none !important;
            height: 30px !important;
            width: 154px !important;
        }

        .logo {
            top: 4px !important;
            left: 0px !important;
        }

        .THeader {
            padding-left: 120px !important;
        }
    }