@import url('mystyle.css');
@media screen and (max-width: 5000px) and (min-width: 300px) {
    body {
        width: auto;
        height: auto;
        background-color: white;
        font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
        font-size: medium;
        padding: 0;
    }

    /* TreeView container */
    .treeview {
        font-family: Tahoma;
        font-size: 16px;
        line-height: 1.6;
        padding-left: 10px;
        color: #333;
        padding-right: 10px;
        border-start-end-radius: 6px;
        border-end-end-radius: 6px;
    }

        /* Tree node base */
        .treeview ul {
            list-style-type: none;
            padding-left: 1rem;
            margin: 0;
            border-left: 1px solid #ccc;
        }


        .treeview li {
            margin: 0;
            padding: 5px 0 5px 10px;
            position: relative;
            cursor: pointer;
            transition: background 0.2s;
        }

            .treeview li:hover {
                background-color: #333;
                border-radius: 5px;
            }

            /* Expand/collapse arrow */
            .treeview li::before {
                content: '';
                position: absolute;
                left: -10px;
                top: 12px;
                width: 8px;
                height: 8px;
                border-left: 2px solid #888;
                border-bottom: 2px solid #888;
                transform: rotate(-45deg);
                transition: transform 0.3s ease;
            }

            /* Expanded class (when node is open) */
            .treeview li.expanded::before {
                transform: rotate(45deg);
            }

            /* Leaf node (no children) */
            .treeview li.leaf::before {
                content: none;
            }

        /* Selected node styling */
        .treeview .selected {
            background-color: #d1eaff;
            color: #0078d4;
            border-radius: 5px;
            font-weight: 600;
        }



    .caption-scroll-wrapperO {
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        height: 40px;
        background-color: #960b3d;
        display: flex;
        align-items: center;
    }

    .caption-scrollO {
        position: relative;
        white-space: nowrap;
        color: white;
        font-size: 18px;
        font-weight: bold;
    }



    .caption-scroll-wrapper {
        position: sticky;
        top: 0; /* Stick to the top of the scrollable area */
        z-index: 1000; /* Stay on top of other content */
        overflow: hidden;
        height: 40px;
        background-color: inherit;
        display: flex;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
        height: 40px;
    }

    .caption-scroll {
        white-space: nowrap;
        color: white;
        position: relative;
        background-color: #3f51b5;
        color: white;
        padding: 8px 80px 8px 10px;
        font-weight: bold;
        font-weight: 300;
        font-size: calc((.22em + 1vmin) + (.22em + 1vmax));
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
        height: 100%;
        display: flex;
        align-items: center;
        border-bottom-right-radius: 10px;
    }


/*    .caption-scroll-wrapper {
        position: relative;
        overflow: hidden;
        height: 40px;
        background-color: #960b3d;
        display: flex;
        align-items: center;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .caption-scroll {
        white-space: nowrap;
        color: white;
        font-size: 18px;
        font-weight: bold;
        position: absolute;
    }

    @keyframes bounceScroll {
        0% {
            left: 0;
        }

        50% {
            left: calc(100% - var(--text-width));
        }

        100% {
            left: 0;
        }
    }

    .caption-scroll:hover {
        animation-play-state: paused;
        cursor: pointer;
    }
*/
.RadioButtons {
    display: inline;
    width: 100%;
    /* font-size: 90%*/
    font-size: calc((.4em + 0.08vmin) + (.4em + 0.08vmax));
}

    .child-page-content {
        margin-top: 40px; /* same as .caption-sticky-wrapper height */
        padding: 20px;
    }

    .Caption-bar {
        position: sticky;
        top: 90px; /* Stick to the top of the scrollable area */
        z-index: 998;
        background-color: inherit;
        overflow: hidden;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .Caption-bar3 {
        position: relative;
        background-color: lightseagreen;
        overflow: hidden;
        height: 30px;
        display: flex;
        align-items: center;
    }



    .PageCaptions {
        background-color: #3f51b5;
        color: white;
        padding: 8px 80px 8px 10px;
        font-weight: bold;
        font-weight: 300;
        font-size: calc((.22em + 1vmin) + (.22em + 1vmax));
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
        height: 100%;
        display: flex;
        align-items: center;
        border-bottom-right-radius: 10px;
    }

    .Caption-bar2 {
        position: relative;
        background-color: mediumvioletred;
        height: 30px;
        display: flex;
        align-items: center;
    }

    .PageSubCaptionsTop {
        position: absolute;
        background-color: #3f51b5;
        height: 10px;
        width: 100%;
        display: block;
    }

    .PageSubCaptions {
        position: absolute;
        background-color: #3f51b5;
        color: white;
        padding: 8px 80px 8px 10px;
        font-weight: bold;
        font-weight: 300;
        font-size: calc((.07em + .8vmin) + (.07em + .8vmax));
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
        height: 100%;
        display: flex;
        align-items: center;
        border-bottom-right-radius: 10px;
    }


    .RadioButtons label {
        display: inline;
        padding-left: 10px;
        padding-right: 40px;
        font-family: Tahoma;
        color: black;
        /* font-size: 1.2rem;*/
        font-size: calc((.5em + 0.08vmin) + (.5em + 0.08vmax));
    }

    .header {
        display: block;
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 101;
        border: thick;
        width: 100%;
        min-width: 100%;
        padding: 0px 0px;
        background-color: #29267d;
        color: #2b343d;
        height: 90px;
        min-height: 90px;
        max-height: 90px;
        margin: 0px;
    }

    .TextBoxesColor {
        display: inline;
        position: relative;
        width: 28rem;
        max-width: 28rem;
        font-family: Tahoma;
        font-size: 0.9rem;
        font-weight: 600;
        height: 28px;
        text-align: right;
        margin-bottom: 3px;
        font-style: normal;
        border-radius: 0px;
        border-width: 0px;
        border-color: grey;
        background-color: white;
    }
    
    .ColorLabel {
        display: block;
        position: initial;
        font-size: 1.6rem;
        font-weight: 400;
        font-palette: dark;
        text-align: left;
        width: auto;
        color: darkblue;
        height: 28px;
    }
    
    .Tables {
        width: 80px;
        text-align: left;
        font-family: Tahoma;
        font-size: 0.9rem;
        font-weight: 600;
        color: dimgrey;
    }

    .RLabels {
        display: inline-block;
        font-family: Tahoma;
        font-size: 0.9rem;
        font-weight: 600;
        padding-left: inherit;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 0px;
        text-align: Left;
        margin-bottom: 0px;
        color: dimgrey;
    }

    .WrapDiv {
        display: inline-block;
        position: relative;
        width: 100%;
        min-width: 100%;
        background-color: white;
    }

    .CamaraDiv {
        display: inline-block;
    }

    .WebCamClass {
        display: inline-block;
        position: relative;
        width: 324px;
        height: 244px;
        border: groove;
        padding: 1px;
        background-color: white;
        border-color: navy;
        border-radius: 4px;
    }

    .CustPhotoClass {
        display: inline-block;
        position: relative;
        width: 320px;
        height: 240px;
        border: solid;
        padding: 0px;
        margin-bottom: 5px;
        background-color: white;
        border-color: navy;
        border-radius: 4px;
    }

    .ImageMenu {
        width: 122px;
        max-width: 122px;
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

    .MenuBoxMasters {
        display: inline-block;
        position: center;
        width: 31.6%;
        max-width: 31.6%;
        min-height: 160px;
        height: 160px;
        font-family: Tahoma;
        font-size: 3rem;
        border-radius: 6px;
        color: whitesmoke;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 0px;
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        vertical-align: auto;
        visibility: visible;
        background-color: #8f0a8f;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
    }

        .MenuBoxMasters:hover {
            width: 32.0%;
            height: 162px;
            box-shadow: 0 12px 14px 0 rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
            background-color: #150e56;
        }


    .MenuBoxLabels {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 8px 10px 16px;
        padding-left: 0px;
        margin: 0px;
        margin-top: 0px;
        margin-left: 0px;
        color:white;  
        background-color: #090030;
    }
        .MenuBoxLabels:hover {
            width: 100%;
            height: 100%;
            color: #090030;
            background-color: white;
        }


    .MenuBoxTransaction {
        display: inline-block;
        position: center;
        width: 31.6%;
        max-width: 31.6%;
        min-height: 160px;
        height: 160px;
        font-family: Tahoma;
        font-size: 3rem;
        border-radius: 6px;
        color: whitesmoke;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 0px;
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        vertical-align: auto;
        visibility: visible;
        background-color: #035aa6;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
    }

        .MenuBoxTransaction:hover {
            width: 32.0%;
            height: 162px;
            box-shadow: 0 12px 14px 0 rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
            background-color: #150e56;
        }

    .MenuBoxReports {
        display: inline-block;
        position: center;
        width: 31.6%;
        max-width: 31.6%;
        min-height: 160px;
        height: 160px;
        font-family: Tahoma;
        font-size: 3rem;
        border-radius: 6px;
        color: whitesmoke;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 0px;
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        vertical-align: auto;
        visibility: visible;
        background-color: #0f6d75;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
    }

        .MenuBoxReports:hover {
            width: 32.0%;
            height: 162px;
            box-shadow: 0 12px 14px 0 rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
            background-color: #150e56;
        }

    .MenuBoxUtilities {
        display: inline-block;
        position: center;
        width: 31.6%;
        max-width: 31.6%;
        min-height: 160px;
        height: 160px;
        font-family: Tahoma;
        font-size: 3rem;
        border-radius: 6px;
        color: whitesmoke;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 0px;
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        vertical-align: auto;
        visibility: visible;
        background-color: #96246b;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
    }

        .MenuBoxUtilities:hover {
            width: 32.0%;
            height: 162px;
            box-shadow: 0 12px 14px 0 rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
            background-color: #150e56;
        }

    .LabelsMenu {
        display: block;
        max-width: 122px;
        min-height: 122px;
        font-family: Tahoma;
        font-size: medium;
        width: 100%;
        height: 100%;
        padding: 100%;
        position: relative;
        color: white;
        text-align: center;
        vertical-align: middle;
        word-wrap: normal;
        border-radius: 8px;
    }

    .GridViewClass {
        display: block;
        background-color: white;
        color: navy;
        width: auto;
        margin: 10px;
    }

    .Chart13-BackColor {
        color: black;
    }

    .Chart13-plot-background {
        color: white;
    }

    .LogOutBtn {
        background-color: #29267d;
        border-style: none;
        color: white;
        text-align: center;
        display: inline-block;
        position: relative;
        font-size: large;
        font-weight: 500;
        margin: auto;
        margin-top: 14px;
        margin-right: 5px;
        float: right;
        color: grey;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
    }
        .LogOutBtn:hover {
            color: white;
        }

    .box {
        position: absolute;
        align-items: center;
        justify-content: center;
        left: 50%;
        top: 0%;
        width: 38rem;
        padding:3rem;
        transform: translate(-50%, 25%);
        background-color: white;
        box-sizing: border-box;
        border: 1px solid black;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

        .box h2 {
            margin: 0px 0 -0.125rem;
            padding: 0;
            color: #fff;
            text-align: center;
            color: #202124;
            font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
            font-size: 36px;
            font-weight: 400;
        }

    .GridBorder {
        display: inline-block;
        position: relative;
        width: 750px;
        height: auto;
        border: solid;
        padding: 10px;
        margin-bottom: 2px;
        margin-top: 2px;
        background-color: white;
        border-color: grey;
        border-radius: 4px;
    }


        .box p {
            font-size: 24px;
            font-weight: 400;
            letter-spacing: .0px;
            line-height: 2;
            margin-bottom: 0px;
            text-align: center;
        }

        .box .inputBox {
            position: relative;
        }

            .box .inputBox input {
                width: 100%;
                padding: 0.9rem 14px;
                font-size: 1.4rem;
                font-weight: 600;
                letter-spacing: 0.1rem;
                margin-bottom: 26px;
                border: 1px solid #ccc;
                background: transparent;
                border-radius: 4px;
            }

            .box .inputBox label {
                position: absolute;
                top: 0;
                left: 10px;
                padding: 0.950rem 0;
                font-size: 1.2rem;
                color: grey;
                pointer-events: none;
                transition: 0.5s;
            }

            .box .inputBox input:focus ~ label,
            .box .inputBox input:valid ~ label,
            .box .inputBox input:not([value=""]) ~ label {
                top: -1.625rem;
                left: 10px;
                color: #1a73e8;
                font-size: 1.0rem;
                background-color: white;
                height: 16px;
                padding-left: 4px;
                padding-right: 4px;
            }

            .box .inputBox input:focus {
                outline: none;
                border: 2px solid #1a73e8;
            }


    .box .inputBox2 {
        position: relative;
    }

        .box .inputBox2 input {
            width: 60%;
            padding: 0.9rem 14px;
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: 0.0rem;
            margin-bottom: 26px;
            margin-left: 20%;
            margin-right: 20%;
            border: 1px solid #ccc;
            background: transparent;
            border-radius: 4px;
            text-align: center;
            align-items: center;
        }

        .box .inputBox2 label {
            position: absolute;
            margin-left: 20%;
            margin-right: 20%;
            top: 0;
            left: 10px;
            padding: 0.950rem 0;
            font-size: 1.2rem;
            color: grey;
            pointer-events: none;
            transition: 0.5s;
        }

        .box .inputBox2 input:focus ~ label,
        .box .inputBox2 input:valid ~ label,
        .box .inputBox2 input:not([value=""]) ~ label {
            top: -1.625rem;
            left: 10px;
            color: #1a73e8;
            font-size: 1.0rem;
            background-color: white;
            margin-left: 20%;
            margin-right: 20%;
            height: 16px;
            padding-left: 4px;
            padding-right: 4px;
            text-align: center;
        }

        .box .inputBox2 input:focus {
            outline: none;
            border: 2px solid #1a73e8;
        }


    .confetti {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1000;
    }

    .confetti-piece {
        position: absolute;
        width: 10px;
        height: 30px;
        background: #ffd300;
        top: 0;
        opacity: 0;
    }

        .confetti-piece:nth-child(1) {
            left: 7%;
            -webkit-transform: rotate(-40deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 182ms;
            -webkit-animation-duration: 1116ms;
        }

        .confetti-piece:nth-child(2) {
            left: 14%;
            -webkit-transform: rotate(4deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 161ms;
            -webkit-animation-duration: 1076ms;
        }

        .confetti-piece:nth-child(3) {
            left: 21%;
            -webkit-transform: rotate(-51deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 481ms;
            -webkit-animation-duration: 1103ms;
        }

        .confetti-piece:nth-child(4) {
            left: 28%;
            -webkit-transform: rotate(61deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 334ms;
            -webkit-animation-duration: 708ms;
        }

        .confetti-piece:nth-child(5) {
            left: 35%;
            -webkit-transform: rotate(-52deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 302ms;
            -webkit-animation-duration: 776ms;
        }

        .confetti-piece:nth-child(6) {
            left: 42%;
            -webkit-transform: rotate(38deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 180ms;
            -webkit-animation-duration: 1168ms;
        }

        .confetti-piece:nth-child(7) {
            left: 49%;
            -webkit-transform: rotate(11deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 395ms;
            -webkit-animation-duration: 1200ms;
        }

        .confetti-piece:nth-child(8) {
            left: 56%;
            -webkit-transform: rotate(49deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 14ms;
            -webkit-animation-duration: 887ms;
        }

        .confetti-piece:nth-child(9) {
            left: 63%;
            -webkit-transform: rotate(-72deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 149ms;
            -webkit-animation-duration: 805ms;
        }

        .confetti-piece:nth-child(10) {
            left: 70%;
            -webkit-transform: rotate(10deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 351ms;
            -webkit-animation-duration: 1059ms;
        }

        .confetti-piece:nth-child(11) {
            left: 77%;
            -webkit-transform: rotate(4deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 307ms;
            -webkit-animation-duration: 1132ms;
        }

        .confetti-piece:nth-child(12) {
            left: 84%;
            -webkit-transform: rotate(42deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 464ms;
            -webkit-animation-duration: 776ms;
        }

        .confetti-piece:nth-child(13) {
            left: 91%;
            -webkit-transform: rotate(-72deg);
            -webkit-animation: makeItRain 1000ms infinite ease-out;
            -webkit-animation-delay: 429ms;
            -webkit-animation-duration: 818ms;
        }

        .confetti-piece:nth-child(odd) {
            background: #7431e8;
        }

        .confetti-piece:nth-child(even) {
            z-index: 1;
        }

        .confetti-piece:nth-child(4n) {
            width: 5px;
            height: 12px;
            -webkit-animation-duration: 2000ms;
        }

        .confetti-piece:nth-child(3n) {
            width: 3px;
            height: 10px;
            -webkit-animation-duration: 2500ms;
            -webkit-animation-delay: 1000ms;
        }

        .confetti-piece:nth-child(4n-7) {
            background: red;
        }

    @-webkit-keyframes makeItRain {
        from {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        to {
            -webkit-transform: translateY(350px);
        }
    }


    .content {
        padding: 10px;
        background-color: #f1f1f1;
        margin-top: 10px;
        border: 1px solid #ccc;
    }

    .hidden {
        display: none;
    }


    .collapsible {
        background-color: darkslateblue;
        cursor: pointer;
        padding: 0px;
        width: 100%;
        border: none;
        outline: none;
        font-family: Tahoma;
        font-size: 90%;
        font-weight: 600;
        text-align: left;
        Color: White;
        height: 26px;
    }

        .active, .collapsible:hover {
            Color: darkslateblue;
            background-color: white;
        }



    .CompanyImage {
        display: inline-block;
        position: relative;
        border: 0px,0px;
        width: 20%;
        height: 60%;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .BrandLogoDiv {
        display: block;
        position: relative;
        resize: both;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
    }

    .UserDetDiv {
        display: block;
        position: relative;
        background-color: #090030;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
        margin-bottom:5px; 
        padding-bottom :10px;
    }

    .UserDetDiv2 {
        display: inline-block;
        position: relative;
        background-color: #090030;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
        margin-bottom: 100%;
    }

    .BrandLogo {
        display: block;
        position: relative;
        height: 40%;
        width: 30%;
        resize: both;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
    }

    .UserIcon {
        display: block;
        position: relative;
        height: 30%;
        width: 30%;
        resize: both;
        justify-content: center;
        margin-left: auto;
        padding-top: 10px;
        padding-bottom: 2px;
        margin-right: auto;
        align-content: center;
    }


.col {
    /* width: 1500px;*/
    width: 100%;
}

.form-row {
    width: 100%;
}

.column {
    width: 100%;
}

.Tables {
    width: 50%;
}

.Frame1 {
    width: 100%;
}

.tableWidth {
    width: 100%;
}

    .MenuIcon {
        display: block;
        position: center;
        justify-content: center;
        height: 44%;
        width: 20%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .MenuNameBottom {
        display: inline-block;
        position: absolute;
        font-size: calc((.1em + 1vmin) + (.1em + 1vmax));
        text-align: center;
        line-height: 1;
        justify-content: center;
        word-wrap: break-word;
        align-items: center;
        height: 100px;
        width: 30%;
    }

    .CompanyImage3 {
        border: 0px,0px;
        width: auto;
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }


    .Loginbox {
        background-color: white;
        height: 360px;
        width: 360px;
        border-color: darkblue;
        border: medium;
        border-style: outset;
        padding: 0px;
        margin: auto;
        margin-top: 40px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        /*        box-shadow: 14px 14px 4px grey; */
    }

    .Loginbottom {
        background-color: white;
        height: 600px;
        width: auto;
        border-color: none;
        padding: 0px;
        margin: auto;
    }

    .CompanyImage2 {
        display: inline-block;
        position: relative;
        border: 0px,0px;
        width: Auto;
        height: Auto;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #serviceBox {
        width: auto;
        margin: 0 auto;
        margin-top: 0px;
        height: 400px;
        border: 1px solid black;
    }

    .serviceBox1, .serviceBox2, .serviceBox3, .serviceBox4 {
        width: auto;
    }

    .ServiceBoxes {
        height: 400px;
        width: 400px;
        background-color: white;
        border: 1px solid #bdbdbd;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 0 0 10px #bdbdbd;
        -webkit-box-shadow: 0 0 10px #bdbdbd;
        box-shadow: 0 0 10px #bdbdbd;
    }

    .PageView {
        background-color: white;
        height: auto;
        margin: 0px;
        padding: 0px;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .DMBtn {
        border-style: none;
        display: inline-block;
        position: initial;
        float: right;
    }

    .SBBtn {
        border-style: none;
        display: inline-block;
        position: initial;
        float: left;
    }

    .LoginBtnO {
        background-color: #1a73e8;
        border: none;
        color: white;
        padding: 8px 24px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        margin: auto;
        cursor: pointer;
        border-radius: 0.312rem;
        font-size: 1.6rem;
        font-weight :600;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
    }

        .LoginBtnO:active {
            transform: scale(0.95); /* Slightly shrink when clicked */
            box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
        }

        .ResendBtn {
            background-color: white;
            border: none;
            color: navy;
            text-align: left;
            text-decoration: none;
            font-size: 14px;
            font-weight:600; 
            width: 60%;
            height:20px;
            margin-bottom:4px ;
            cursor: pointer;
        }

    .LoginlabelsBottom {
        display: block;
        background-color: lightgrey;
        color: deepskyblue;
    }

    .CollectionEntry {
        background-color: lightgray;
        left: 0px;
    }

    .ResendSMSBtn {
        display: inline;
        position: relative;
        background-color: white;
        border: none;
        color: navy;
        text-align: right;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        width: 30%;
        height: 20px;
        margin-bottom: 4px;
        cursor: pointer;
        float:right; 
    }

.SelectButton {
    display: block;
    position: relative;
    background-color: navy;
    /* //#457cc0;*/
    border: thick;
    border-color: navy;
    color: white;
    margin: auto;
    text-align: left;
    text-decoration: none;
    /* font-size: 1.4rem;*/
    font-weight: 600;
    border-radius: 2px;
    font-size: calc((.4em + .07vmin) + (.4em + .07vmax));
}


    .LoginBtn {
        background-color: #1a73e8;
        border: none;
        color: white;
        padding: 8px 24px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        margin: auto;
        cursor: pointer;
        border-radius: 0.312rem;
        font-size: 1.6rem;
        font-weight: 600;
        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4); /* Raised Effect */
        transition: all 0.2s ease-in-out;
    }

        .LoginBtn:hover {
            box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
        }

        .LoginBtn:active {
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Simulating press */
            transform: translateY(3px); /* Moves down slightly */
        }

    .TxnButtons {
        display: inline;
        position: relative;
        background-color: #0e49b5;
        border: none;
        color: white;
        padding: 6px;
        min-width: 10%;
        max-width: 35%;
        height: 36px;
        text-align: center;
        text-decoration: none;
        /*    font-size: 1.6rem;*/
        font-weight: 600;
        margin: 6px;
        border-radius: 4px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4); /* Raised Effect */
    }

        .TxnButtons:hover {
            box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
        }

        .TxnButtons:active {
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Simulating press */
            transform: translateY(3px); /* Moves down slightly */
        }

    .TxnButtonsAuto {
        display: inline;
        position: relative;
        background-color: #0e49b5;
        border: none;
        color: white;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 17px;
        padding-right: 17px;
        width: auto;
        height: 36px;
        text-align: center;
        text-decoration: none;
        /* font-size: 1.3rem;*/
        margin: 6px;
        border-radius: 4px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4); /* Raised Effect */
    }
    .TxnButtonsAuto:hover {
        box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
    }
    .TxnButtonsAuto:active {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Simulating press */
        transform: translateY(3px); /* Moves down slightly */
    }
    
    .TxnButtons2 {
        display: inline;
        position: relative;
        background-color: #0e49b5;
        border: none;
        color: white;
        padding: 6px;
        width: 14%;
        height: 36px;
        text-align: center;
        text-decoration: none;
        /*font-size: 1.6rem;*/
        font-weight: 600;
        margin: 6px;
        border-radius: 4px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4); /* Raised Effect */
    }

    .TxnButtons2:hover {
        box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
    }
    .TxnButtons2:active {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Simulating press */
        transform: translateY(3px); /* Moves down slightly */
    }


    .TxnButtons3 {
        display: block;
        position: center;
        background-color: #0e49b5;
        border: solid;
        border-width: 3px;
        border-color: #0e49b5;
        color: white;
        padding: 10px;
        width: 40%;
        height: 50px;
        text-align: center;
        text-decoration: none;
        /* font-size: 1.8rem;*/
        font-weight: 800;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 35%;
        margin-right: 35%;
        border-radius: 8px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        transition-timing-function: ease;
        font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4); /* Raised Effect */
    }
    .TxnButtons3:hover {
        box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
    }
    .TxnButtons3:active {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Simulating press */
        transform: translateY(3px); /* Moves down slightly */
    }


    .bc {
        background-color: white;
        width: 100%;
    }


.LabelsR {
    display: flex;
    position: relative;
    float: right1111111;
    /* font-size: 3rem;*/
    text-align: right;
    padding-right: 0px;
    padding-bottom: 0px;
    text-shadow: 2px 2px 8px #233e8b;
    margin-left: 0px;
    margin-right: 6px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}


.Labels {
    display: inline-block;
    font-family: Tahoma;
    /*   font-size: 1.4rem;*/
    font-weight: 600;
    text-align: right;
    min-width: 25%;
    padding-left: 2%;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 3%;
    margin-right: 1%;
    text-align: right;
    margin-bottom: 2px;
    color: dimgrey;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

    .column {
        float: left;
        width: 20%;
        padding: 5px;
    }

.spaceLableFormNd3 {
    display: inline-block;
    font-family: Tahoma;
    /*font-size: 1.3rem;*/
    font-weight: 600;
    text-align: right;
    width: 10%;
    height: auto;
    padding-left: inherit;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0;
    text-align: right;
    margin-bottom: 2px;
    color: dimgrey;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}


.LabelsFormNd3 {
    display: inline-block;
    font-family: Tahoma;
    /*font-size: 1.4rem;*/
    font-weight: 600;
    text-align: right;
    height: auto;
    padding-left: inherit;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 6px;
    text-align: left;
    margin-bottom: 2px;
    color: dimgrey;
    line-height: 150%;
    min-width: 15%;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.SubHead1 {
    display: block;
    position: initial;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 15px;
    /*font-size: 1.6rem;*/
    font-weight: 400;
    font-palette: dark;
    text-align: left;
    width: auto;
    color: darkblue;
    margin-left: 0px;
    font-size: calc((.5em + 0.07vmin) + (.5em + 0.07vmax));
}

.OLLabels {
    display: inline-block;
    font-family: Tahoma;
    /*font-size: 1.4rem;*/
    font-weight: 400;
    text-align: right;
    width: 25rem;
    padding-left: inherit;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 6px;
    text-align: right;
    margin-bottom: 2px;
    color: navy;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

    .MenuLogo {
        display: inline-block;
        position: relative;
        height: 12%;
        width: 10%;
        resize: both;
        padding: 0px;
        padding-left: 0px;
        justify-content: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .MenuLabels {
        display: inline-block;
        position : relative; 
        font-family: Tahoma;
        font-size: calc((.1em + .7vmin) + (.1em + .7vmax));
        text-align: left;
        width: auto;
        height: auto;
        color: inherit;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
        .MenuLabels:hover {
            color: inherit;
        }


.LabelsCB {
    display: inline-block;
    font-family: Tahoma;
    /*font-size: 1.4rem;*/
    font-weight: 600;
    text-align: right;
    width: 14%;
    text-align: right;
    align-content: end;
    padding-left: inherit;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 6px;
    margin-bottom: 2px;
    color: dimgrey;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

    .CrDetail {
        background-color:aqua;  
    }

.Checkbox {
    font-family: Tahoma;
    display: inline-block;
    /*font-size: 1.4rem;*/
    font-weight: 700;
    text-align: left;
    min-width: 50%;
    max-width: 100%;
    color: navy;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 2px;
    margin-bottom: 3px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}


.CheckBoxRight {
    font-family: Tahoma;
    display: inline-block;
    /* font-size: 1.3rem;*/
    font-weight: 600;
    text-align: right;
    width: 9%;
    color: black;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 1%;
    margin-right: 0px;
    margin-bottom: 3px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}


.CheckBoxAcType {
    font-family: Tahoma;
    display: inline-block;
    /* font-size: 0.9rem;*/
    font-weight: 600;
    text-align: right;
    width: 9%;
    color: red;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 11px;
    margin-right: 0px;
    margin-bottom: 3px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}


    .MenuName {
        display: flex;
        background-color: white;
        font-family: Tahoma;
        font-size: 42px;
        text-align:center;
        color: navy;
        height: 100%;
        width: 100%;
        word-wrap: normal;
    }

.LabelsRight {
    display: inline-block;
    font-family: Tahoma;
    font-weight: 600;
    /*font-size: 1.4rem;*/
    text-align: left;
    width: 12%;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0%;
    margin-right: 0px;
    margin-bottom: 5px;
    color: dimgray;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.CardsLabels {
    display: inline-block;
    /* font-size: 14px;*/
    font-weight: 600;
    text-align: center;
    background-color: red;
    color: white;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}



    .CompName {
        display: inline-block;
        position: relative;
        font-family: Tahoma;
        font-size: 18px;
        font-weight: 900;
        color: white;
        text-align: left;
        padding-left: 5px;
    }

    .UserInfo {
        display: block;
        font-size: 1.2rem;
        font-weight: 300;
        padding-right: 0px;
        padding-top: 1px;
        padding-bottom: 0px;
        margin-left: 2px;
        margin-right: 2px;
        color: white;
        text-align: center;
    }

    .LoginTime {
        display: block;
        font-size: 1.2rem;
        font-weight: 300;
        padding-right: 0px;
        padding-top: 0px;
        margin-bottom: 5px;
        margin-left: 2px;
        margin-right: 2px;
        color: white;
        text-align: center;
    }

    .Brand1 {
        display: block;
        font-size: 1.6rem;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 2px;
        margin-right: 2px;
        text-align: center;
        word-wrap: break-word;
    }

    .Brand2 {
        display: block;
        font-size: 1.2rem;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 2px;
        margin-right: 2px;
        text-align: center;
        word-wrap:break-word;  
    }


.LabelsCenter {
    font-family: Tahoma;
    /* font-size: 12px;*/
    font-weight: 500;
    margin-top: 10px;
    padding-top: 10px;
    color: Highlight;
    width: 100%;
    text-align: center;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}



.LabelsLeft {
    display: block;
    font-family: Tahoma;
    /* font-size: 14px;*/
    font-weight: 700;
    color: navy;
    width: 300px;
    text-align: left;
    padding-left: 10px;
    margin-right: 4px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.LabelSmal1 {
    display: block;
    font-family: Tahoma;
    /*font-size: 14px;*/
    color: navy;
    width: 30px;
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.LabelBig1 {
    display: block;
    font-family: Tahoma;
    /* font-size: 14px;*/
    color: navy;
    width: 3%;
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}


.Labels1 {
    display: block;
    font-family: Tahoma;
    /*font-size: 14px;*/
    color: navy;
    width: 6%;
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.Labels2 {
    font-family: Tahoma;
    /* font-size: 16px;*/
    font: bold;
    color: navy;
    text-align: right;
    padding: 8px 30px;
    padding-right: 10px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.Labels3 {
    font-family: Tahoma;
    /* font-size: 30px;*/
    font: bold;
    color: Blue;
    text-align: left;
    padding: 8px 30px;
    padding-right: 10px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.Labels4 {
    display: block;
    font-family: Tahoma;
    /*font-size: 14px;*/
    color: navy;
    width: 10%;
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

Labels5 {
    display: block;
    font-family: Tahoma;
    /*font-size: 14px;*/
    color: navy;
    width: 2%;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.Labels6 {
    display: block;
    font-family: Tahoma;
    /* font-size: 14px;*/
    color: navy;
    width: 5%;
    text-align: Left;
    padding-left: 0px;
    padding-right: 0px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}


.LabelsLong {
    display: block;
    font-family: Tahoma;
    /*font-size: 14px;*/
    color: navy;
    width: 20%;
    text-align: Left;
    padding-left: 0px;
    padding-right: 0px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.Labelsspace {
    display: block;
    font-family: Tahoma;
    /*font-size: 14px;*/
    color: navy;
    width: 2%;
    text-align: Left;
    padding-left: 0px;
    padding-right: 0px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.Labels7 {
    display: block;
    font-family: Tahoma;
    /*font-size: 14px;*/
    color: navy;
    width: 6%;
    text-align: Left;
    padding-left: 0px;
    padding-right: 0px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

    .caption-wrapper {
        height: 60px;
        background-color: transparent;
        overflow: hidden;
    }

    .caption-bar2 {
        background-color: #960b3d;
        height: 100%;
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 100%, 5% 100%, 0 80%);
        /* fallback shape if clip-path doesn't work */
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 100%, 5% 100%, 0 80%);
    }

    .caption-text {
        color: white;
        font-size: 20px;
        font-weight: bold;
        line-height: 60px;
        padding-left: 20px;
    }

    .PageCaptionsOLD {
        display: block;
        position: initial;
        padding-top: 15px;
        padding-left: 10px;
        padding-bottom: 15px;
        /* font-size: 250%;*/
        font-weight: 400;
        font-palette: dark;
        text-align: left;
        color: black;
        font-size: calc((.4em + 1vmin) + (.4em + 1vmax));
    }

.PageCaptions2 {
    display: block;
    position: initial;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 15px;
    /* font-size: 2.2rem;*/
    font-weight: 400;
    font-palette: dark;
    text-align: left;
    color: black;
    font-size: calc((.5em + 1vmin) + (.5em + 1vmax));
}

.PageCaptions3 {
    display: block;
    position: initial;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 15px;
    /* font-size: 1.6rem;*/
    font-weight: 400;
    font-palette: dark;
    text-align: left;
    width: auto;
    color: darkblue;
    font-size: calc((.4em + 1vmin) + (.4em + 1vmax));
}

.OPPageCaptions {
    display: block;
    position: initial;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
    /* font-size: 4.2rem;*/
    font-weight: 800;
    font-palette: dark;
    text-align: left;
    color: black;
    -webkit-print-color-adjust: exact;
    font-size: calc((.4em + 1.5vmin) + (.4em + 1.5vmax));
}

.OPPageCaptions2 {
    display: block;
    position: initial;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
    /*font-size: 2.2rem;*/
    font-weight: 700;
    font-palette: normal;
    text-align: left;
    color: navy;
    -webkit-print-color-adjust: exact;
    font-size: calc((.4em + 1vmin) + (.4em + 1vmax));
}

.OPPageCaptions3 {
    display: block;
    position: initial;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 2px;
    /* font-size: 1.8rem;*/
    font-weight: 700;
    font-palette: dark;
    text-align: left;
    width: auto;
    color: navy;
    -webkit-print-color-adjust: exact;
    font-size: calc((.4em + 1.2vmin) + (.4em + 1.2vmax));
}

    .PageSubCaptionsXX {
        position: relative;
        background-color: #3f51b5;
        color: white;
        padding: 8px 80px 8px 10px;
        font-weight: bold;
        font-weight: 200;
        font-size: calc((.10em + 1vmin) + (.10em + 1vmax));
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
        height: 100%;
        display: flex;
        align-items: center;
        border-bottom-right-radius: 10px;
    }

    .PageSubCaptionsOLD {
        padding-top: 15px;
        padding-left: 10px;
        padding-bottom: 10px;
        /*  font-size: 2.0rem;*/
        font-weight: 500;
        text-align: left;
        color: dodgerblue;
        font-size: calc((.1em + 1vmin) + (.1em + 1vmax));
    }

        .DivSelctions3 {
            display: block;
            position: initial;
            padding-top: 20px;
            padding-left: 10px;
            padding-bottom: 15px;
            font-size: 1.6rem;
            font-weight: 400;
            font-palette: dark;
            text-align: left;
            width: auto;
            height: auto;
            border: solid;
            color: darkblue;
        }

        .DivCaptions1 {
            display: block;
            position: initial;
            padding-left: 10px;
            font-size: 2.2rem;
            font-weight: 400;
            font-palette: dark;
            text-align: left;
            width: 100%;
            background-color: wheat;
            color: darkslategrey;
        }

        .PageClass {
            margin-left: 0px;
        }

.Labels8 {
    display: block;
    font-family: Tahoma;
    /*font-size: 16px;*/
    color: navy;
    width: 20%;
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
    text-decoration: underline;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.lblYClose {
    display: block;
    width: auto;
    /* font-size: 2.0rem;*/
    font-weight: 600;
    padding-Top: 50px;
    padding-left: 250px;
    padding-right: 250px;
    padding-bottom: 50px;
    height: 400px;
    color: lightgray;
    background-color: mediumvioletred;
    text-align: center;
    font-size: calc((.5em + 0.08vmin) + (.5em + 0.08vmax));
}


        .YCStatus {
            display: block;
            width: 100%;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 2.5rem;
            padding-Top: 50px;
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 50px;
            color: darkblue;
            text-align: center;
        }

        .DivStyle1 {
            display: block;
            width: 100%;
            font-family: Tahoma;
            font-size: 2.5rem;
            background-color: white;
            margin-top: 5px;
            margin-bottom: 5px;
            border-color: navy;
            border-style: solid;
            border-radius: 4px;
            border-width: 2px;
        }

        .YCBtnDiv {
            display: block;
            padding-Top: 10px;
            padding-left: 250px;
            padding-right: 250px;
            padding-bottom: 0px;
            text-align: center;
        }

        .Boxmdl {
            background-color: white;
            height: 200px;
            width: 500px;
            border-color: black;
            border: solid;
            font-size: 2.0rem;
            padding-left: 100px;
            padding-right: 100px;
            margin-left: 0px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .TextBoxTL {
            font-family: Tahoma;
            font-size: small;
            color: navy;
            border: none;
        }


.TextBoxes {
    font-family: Tahoma;
    /*font-size: medium;*/
    color: navy;
    border-width: thin;
    border-radius: 4px;
    padding: 7px,30px;
    font-size: calc((.5em + 0.08vmin) + (.5em + 0.08vmax));
}

.TextBoxesN1 {
    display: inline;
    position: relative;
    width: 12%;
    max-width: 12rem;
    font-family: Tahoma;
    /*    font-size: 1.4rem;*/
    font-weight: 600;
    height: 28px;
    text-align: right;
    margin-bottom: 3px;
    font-style: normal;
    border-radius: 4px;
    border-width: 1.0px;
    border-color: grey;
    background-color: white;
    font-size: calc((.4em + 0.08vmin) + (.4em + 0.08vmax));
}


.TextBoxesN2 {
    display: inline;
    position: relative;
    width: 25%;
    max-width: 25%;
    font-family: Tahoma;
    /*    font-size: 1.4rem;*/
    font-weight: 600;
    height: 28px;
    margin-bottom: 3px;
    font-style: normal;
    border-radius: 4px;
    border-width: 1.0px;
    border-color: grey;
    background-color: white;
    font-size: calc((.4em + 0.08vmin) + (.4em + 0.08vmax));
}

.OLRAmt {
    display: inline;
    position: relative;
    width: 16%;
    max-width: 16%;
    font-family: Tahoma;
    font-size: 2.4rem;
    font-weight: 800;
    height: 28px;
    text-align: right;
    margin-bottom: 3px;
    font-style: normal;
    border-radius: 4px;
    border-width: 1.0px;
    border-color: grey;
    background-color: white;
}


.TextBoxes1 {
    display: inline;
    position: relative;
    width: 10%;
    max-width: 10%;
    font-family: Tahoma;
    /*font-size: 1.4rem;*/
    font-weight: 600;
    height: 28px;
    margin-bottom: 3px;
    font-style: normal;
    border-radius: 4px;
    border-width: 1.0px;
    border-color: grey;
    background-color: white;
    font-size: calc((.4em + 0.08vmin) + (.4em + 0.08vmax));
}


.TextBoxes2 {
    display: inline;
    position: relative;
    visibility: visible;
    width: 45%;
    max-width: 45%;
    font-family: Tahoma;
    /*font-size: 1.4rem;*/
    font-weight: 600;
    height: 28px;
    margin-bottom: 3px;
    font-style: normal;
    border-radius: 4px;
    border-width: 1.0px;
    border-color: grey;
    background-color: white;
    font-size: calc((.4em + 0.08vmin) + (.4em + 0.08vmax));
}

.TextBoxes2Line {
    display: inline;
    position: relative;
    visibility: visible;
    width: 38%;
    max-width: 38%;
    font-family: Tahoma;
    /*  font-size: 1.4rem;*/
    font-weight: 600;
    height: 28px;
    margin-bottom: 3px;
    font-style: normal;
    border: none;
    border-bottom: thick;
    border-color: grey;
    background-color: white;
    font-size: calc((.5em + 0.08vmin) + (.5em + 0.08vmax));
}


.TextBoxes5 {
    display: inline;
    position: relative;
    visibility: visible;
    width: 49%;
    max-width: 49%;
    font-family: Tahoma;
    /*  font-size: 1.4rem;*/
    font-weight: 600;
    height: 100px;
    text-wrap: normal;
    margin-bottom: 3px;
    font-style: normal;
    border-radius: 4px;
    border-width: 1.0px;
    border-color: grey;
    background-color: white;
    font-size: calc((.5em + 0.08vmin) + (.5em + 0.08vmax));
}

.ComboBoxes1 {
    display: inline;
    position: relative;
    visibility: visible;
    width: 12%;
    max-width: 12%;
    font-family: Tahoma;
    /*font-size: 1.4rem;*/
    font-weight: 600;
    height: 28px;
    margin-bottom: 3px;
    font-style: italic;
    border-radius: 4px;
    border-width: 2.5px;
    border-color: midnightblue;
    background-color: white;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.ComboBoxes2 {
    display: inline;
    visibility: visible;
    position: relative;
    visibility: visible;
    width: 32%;
    max-width: 32%;
    font-family: Tahoma;
    /*font-size: 1.4rem;*/
    font-weight: 600;
    height: 28px;
    margin-bottom: 3px;
    font-style: italic;
    border-radius: 4px;
    border-width: 2.5px;
    border-color: midnightblue;
    background-color: white;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.TextBoxes2Status {
    display: none;
    position: relative;
    font-family: Tahoma;
    /*font-size: 1.4rem;*/
    font-weight: 600;
    width: 26%;
    max-width: 26%;
    height: 30px;
    margin-bottom: 5px;
    border-radius: 4px;
    border-width: 1.4px;
    border-color: grey;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.TextBoxes3 {
    display: inline;
    position: relative;
    width: 16%;
    max-width: 16%;
    font-family: Tahoma;
    /*font-size: 1.4rem;*/
    font-weight: 600;
    height: 28px;
    margin-bottom: 3px;
    font-style: normal;
    border-radius: 4px;
    border-width: 1.0px;
    border-color: grey;
    background-color: white;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.DateTextBox {
    display: inline;
    position: relative;
    font-family: Tahoma;
    /*font-size: 1.4rem;*/
    font-weight: 600;
    width: 15%;
    max-width: 15%;
    height: 28px;
    margin-bottom: 5px;
    font-style: normal;
    border-radius: 4px;
    border-width: 1.6px;
    border-color: grey;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

.TextBoxSearch {
    display: inline;
    position: relative;
    font-family: Tahoma;
    /*font-size: 1.4rem;*/
    font-weight: 600;
    border-radius: 2px;
    border-color: grey;
    height: 30px;
    width: 30%;
    max-width: 30%;
    border-width: 1px;
    margin: 8px;
    margin-top: 11px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: calc((.4em + 0.06vmin) + (.4em + 0.06vmax));
}

    .TextBoxSearch:focus {
        box-shadow: 0 0 10px #719ECE;
    }

        input:focus {
            border-color: black;
            box-shadow: 0px 0px 10px #719ECE
        }


        .table table-bordered table-condensed table-responsive table-hover {
            font-size: 14px;
            font-weight: 700;
            border-radius: 4px;
            background-color: white;
            margin-left: 20px;
            word-wrap: break-word;
            color: navy;
        }

        .SearchGrid {
            font-size: 14px;
            font-weight: 700;
            border-radius: 4px;
            background-color: white;
            margin-left: 20px;
            word-wrap: break-word;
            color: navy;
        }
    }

.rotated {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.SoftName0 {
    width: auto;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
    margin-left: 5px;
    position: center;
    align-content: center;
}

.SoftName1 {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
}

.rotated:hover {
    animation: circle 0.70s;
    animation-iteration-count: 1;
}

@keyframes circle {
    100% {
        transform: rotate(360deg);
    }
}

.sidenav {
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #090030;
    overflow-x: hidden;
    padding-top: 10px;
}

    .sidenav a {
        padding: 10px 8px 10px 16px;
        text-decoration: none;
        font-size: 1.0rem;
        background: #090030;
        color: white;
        display: block;
        word-wrap: break-word;
    }

        .sidenav a:hover {
            color: black;
            background-color: white;
        }
/* START OF Change the Navbar Colors/Font/Size */
/* Adjust Menu (red) text color, (Garamond) font-family, (1.5em) font-size  */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a {
    background-color: white;
    font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    padding: 0px;
    display: table-cell;
}

    /* Adjust Menu colors - Normal */
    .navbar .nav > li > a, .navbar .nav > li > a:first-letter {
        background-color: white;
        color: lightgray;
        text-shadow: none;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        padding: 0px;
        display: table-cell;
    }
        /* Adjust Menu colors - Hover */
        .navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter {
            background-color: white;
            color: lightgray;
            width: 100%;
            padding: 0px;
            text-shadow: none;
            margin-bottom: 0px;
            margin-left: 0px;
            border: 0px;
            display: table-cell;
        }
        /* Adjust Menu colors - Active */
        .navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
        .navbar .nav > li.current-menu-item > a,
        .navbar .nav > li.current-menu-ancestor > a,
        .navbar .nav > li.current-menu-item > a:first-letter,
        .navbar .nav > li.current-menu-ancestor > a:first-letter {
            background-color: white;
            color: lightgray;
            text-shadow: none;
            margin-bottom: 0px;
            margin-left: 0px;
            width: 100%;
            padding: 0px;
            display: table-cell;
        }


.navbar-nav {
    display: table-cell;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    height: 100%;
    background: #090030;
    padding-right: 0px;
    color: lightgray;
}

.dropdown-content {
    position: absolute;
}

.navbar-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    max-height: 100%;
    background: #090030;
    color: lightgray;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    position: center;
    height: auto;
    width: 100%;
    right: 0px;
    left: 0px;
    align-items: center;
    align-content: center;
    text-align: justify;
    vertical-align: central;
}

.navbar navbar-default {
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 100%;
    color: lightgray;
}

.navbar-default {
    background: #090030;
    height: 100%;
    color: lightgray;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: inline-block;
}

.navbar-toggle collapsed {
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: inline-block;
}

.sr-only {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.nav navbar-nav {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    width: 100%;
}

.navbar-image {
    font-size: 18px;
    font-family: Tahoma;
    margin-Top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}


.navbar-custom {
    background: #090030;
    color: lightgray;
    display: inline-block;
}

.dropdown-menu {
    font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
    display: flex;
    font-size: medium;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background: #A7C5EB;
    color: lightgray;
    border: 0px;
}

    .dropdown-menu .divider {
        margin: 0;
    }

.dropdown-menu {
    padding: 0px;
    width: 0px;
}

.dropdown-menu {
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}

    .dropdown-menu li, .dropdown-menu a {
        padding: 0px;
        margin: 0px;
        line-height: 0px;
    }

ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu a {
    padding: 0px;
}

/* Adjust dropdown Menu items (blue) text color, (yellow) shading and (green) border */
.dropdown-menu > li > a {
    background: #090030;
    color: lightgray;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: auto;
}

.dropdown-menu-left a {
    width: auto;
}

.dropdown-menu-right {
    width: auto;
}

.navbar-brand {
    background: #090030;
    color: lightgray;
    width: auto;
    height:100%;
    display: inline;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    overflow: visible;
}

.dropdown-menu > li.current-menu-item > a, .dropdown-menu > li.current-menu-ancestor > a,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #090030;
    color: lightgray;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/* Remove the Hover/Focus Colors  */
.navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a,
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    background: #090030;
    color: lightgray;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
/* END OF Change the Navbar Colors/Font/Size */

.ToggleBtnDiv {
    width: 6%;
    height: 6%;
    float: left;
    background-color: Highlight;
    color: white;
}

.ToggleBtnDiv2 {
    display: inline-block;
    position: absolute;
    width: 85%;
    background-color: Highlight;
    text-align: center;
}

.ToggleBtn {
    width: 200px;
    height: 50px;
    background-color: Highlight;
    color: white;
}

.nav_style {
    list-style-type: none;
    background-color: white;
    border-radius: 3px;
    color: black;
    border-top: 0px solid #242C32;
    border-bottom: 0px solid #242C32;
    border-left: 0px solid #242C32;
    border-right: 0px solid #242C32;
    font: 15px calibri;
}

.wrapper {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    max-height: auto;
    padding-left: 0;
    transition: all 0.5s ease;
    background-color: white;
}

.SidebarShow {
    display: flex;
}

#sidebar {
    min-width: 15%;
    width: auto;
    height: auto;
    background-color: #090030;
    color: white; 
}

.sideContainer {
    display: block;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    top: 0px;
    min-width: 15%;
    width: 15%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background-color: #090030;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 6px 6px 6px 6px rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
}


/*#sidebar.active {
    margin-left: 0px;
}
*/

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: inline;
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
}

.btn btn-info {
    float: left;
}


.fas fa-align-left {
    float: left;
}


@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.0em;
    color: white;
}

a, a:hover, a:focus {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.sidebar-header {
    padding-bottom: 0px;
    height: 100%;
    padding-bottom: 100%;
    color : white;  
}

.main-panel {
    display: block;
    position: relative;
    padding-bottom: 0px;
    z-index: 100;
    align-content:center;  
    align-items:center;  
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    height: 100%;
}

.Top-panel {
    display: block;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    top: 0px;
    width: 100%;
    height: 5%;
    min-height: 5%;
    max-height: 5%;
    background-color: #090030;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.sidebar-wrapper {
    display: block;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    top: 0px;
    min-width: 15%;
    width: 15%;
    height: auto;
    min-height: auto;
    max-height: auto;
    background-color: #090030;
    color : white; 
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 6px 0px 0px 0px rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #090030;
    color: white;
    height: 100%;
    transition: all 0.3s;
}

/*    #sidebar .sidebar-header {
        padding: 0px;
        background: #090030;
    }

    #sidebar ul.components {
        padding: 0px;
        border-bottom: 1px solid #21094e;
    }

    #sidebar ul p {
        color: white;
        padding: 0px;
    }

    #sidebar ul li a {
        padding-left: -5px;
        font-size: 1.0em;
    }

        #sidebar ul li a:hover {
            color: white;
            background-color: #090030;
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: red;
        background-color: white;
    }
ul ul a {
    font-size: 0.9em;
    padding-left: 0px;
    background-color: #090030;
    color: white;
}
*/

.rotated {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.SoftName0 {
    width: auto;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
    margin-left: -5px;
    position: center;
    align-content: center;
}


.SoftName1 {
    width: 100%;
    height: 30px;
    margin: auto;
    margin-bottom: 30px;
}

.rotated:hover {
    animation: circle 0.70s;
    animation-iteration-count: 1;
}


.rotatedlogo {
    display: block;
    position: center;
    justify-content: center;
    height: 44%;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
    .rotatedlogo:hover {
        animation: circle 0.70s;
        animation-iteration-count: 1;
    }


@keyframes circle {
    100% {
        transform: rotate(380deg);
    }
}

.sidenav {
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #090030;
    overflow-x: hidden;
    padding-top: 10px;
}

/*    .sidenav a {
        padding: 10px 8px 10px 16px;
        text-decoration: none;
        font-size: 20px;
        background: #090030;
        color: lightgray;
        display: block;
        word-wrap: break-word;
    }

        .sidenav a:hover {
            color: black;
            background-color: white;
        }
*/
/* START OF Change the Navbar Colors/Font/Size */
/* Adjust Menu (red) text color, (Garamond) font-family, (1.5em) font-size  */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a {
    background-color: white;
    font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    padding: 0px;
    display: table-cell;
}

    /* Adjust Menu colors - Normal */
    .navbar .nav > li > a, .navbar .nav > li > a:first-letter {
        background-color: white;
        color: lightgray;
        text-shadow: none;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        padding: 0px;
        display: table-cell;
    }
        /* Adjust Menu colors - Hover */
        .navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter {
            background-color: white;
            color: lightgray;
            width: 100%;
            padding: 0px;
            text-shadow: none;
            margin-bottom: 0px;
            margin-left: 0px;
            border: 0px;
            display: table-cell;
        }
        /* Adjust Menu colors - Active */
        .navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
        .navbar .nav > li.current-menu-item > a,
        .navbar .nav > li.current-menu-ancestor > a,
        .navbar .nav > li.current-menu-item > a:first-letter,
        .navbar .nav > li.current-menu-ancestor > a:first-letter {
            background-color: white;
            color: lightgray;
            text-shadow: none;
            margin-bottom: 0px;
            margin-left: 0px;
            width: 100%;
            padding: 0px;
            display: table-cell;
        }


.navbar-nav {
    display: table-cell;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    height: 100%;
    background: #090030;
    padding-right: 0px;
    color: lightgray;
}

.dropdown-content {
    position: absolute;
}

.navbar-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    max-height: 100%;
    background: #090030;
    color: lightgray;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    position: center;
    height: auto;
    width: 100%;
    right: 0px;
    left: 0px;
    align-items: center;
    align-content: center;
    text-align: justify;
    vertical-align: central;
}

.navbar navbar-default {
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 100%;
    color: lightgray;
}

.navbar-default {
    background: #090030;
    height: 100%;
    color: lightgray;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: inline-block;
}

.navbar-toggle collapsed {
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: inline-block;
}

.sr-only {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.nav navbar-nav {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    width: 100%;
}

.navbar-image {
    font-size: 18px;
    font-family: Tahoma;
    margin-Top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}


.navbar-custom {
    background: #090030;
    color: lightgray;
    display: inline-block;
}

.dropdown-menu {
    font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
    display: flex;
    font-size: medium;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background: #A7C5EB;
    color: lightgray;
    border: 0px;
}

    .dropdown-menu .divider {
        margin: 0;
    }

.dropdown-menu {
    padding: 0px;
    width: 0px;
}

.dropdown-menu {
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}

    .dropdown-menu li, .dropdown-menu a {
        padding: 0px;
        margin: 0px;
        line-height: 0px;
    }

ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu a {
    padding: 0px;
}

/* Adjust dropdown Menu items (blue) text color, (yellow) shading and (green) border */
.dropdown-menu > li > a {
    background: #090030;
    color: lightgray;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: auto;
}

.dropdown-menu-left a {
    width: auto;
}

.dropdown-menu-right {
    width: auto;
}

.navbar-brand {
    background: #090030;
    color: lightgray;
    width: auto;
    height: 100%;
    display: inline;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    overflow: visible;
}

.dropdown-menu > li.current-menu-item > a, .dropdown-menu > li.current-menu-ancestor > a,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #090030;
    color: lightgray;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/* Remove the Hover/Focus Colors  */
.navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a,
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    background: #090030;
    color: lightgray;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
/* END OF Change the Navbar Colors/Font/Size */

.ToggleBtnDiv {
    width: 6%;
    height: 6%;
    float: left;
    background-color: Highlight;
    color: white;
}

.ToggleBtnDiv2 {
    display: inline-block;
    position: absolute;
    width: 85%;
    background-color: Highlight;
    text-align: center;
}

.ToggleBtn {
    width: 200px;
    height: 50px;
    background-color: Highlight;
    color: white;
}

.nav_style {
    list-style-type: none;
    background-color: white;
    border-radius: 3px;
    color: black;
    border-top: 0px solid #242C32;
    border-bottom: 0px solid #242C32;
    border-left: 0px solid #242C32;
    border-right: 0px solid #242C32;
    font: 15px calibri;
}

.wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-left: 0;
    transition: all 0.5s ease;
    background-color: white;
}

.SidebarShow {
    display: flex;
}

#sidebar {
    min-width: 15%;
    width: auto;
    height: auto;
    background-color: #090030;
}

.sideContainer {
    display: block;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    top: 0px;
    min-width: 15%;
    width: 15%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background-color: #090030;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 6px 6px 6px 6px rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
}


#sidebar.active {
    margin-left: 0px;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: inline;
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
}

.btn btn-info {
    float: left;
}


.fas fa-align-left {
    float: left;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.0em;
    color: white;
}

a, a:hover, a:focus {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.sidebar-header {
    padding-bottom: 0px;
    height: 100%;
    padding-bottom: 100%;
}

.main-panel {
    display: block;
    position: relative;
    padding-bottom: 0px;
    z-index: 100;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

.Top-panel {
    display: block;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    top: 0px;
    width: 100%;
    height: 5%;
    min-height: 5%;
    max-height: 5%;
    background-color: #090030;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.sidebar-wrapper {
    display: block;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    top: 0px;
    min-width: 15%;
    width: 15%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background-color: #090030;
    color : white;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    box-shadow: 6px 0px 0px 0px rgba(0,0,0,0.24),0 8px 24px 0 rgba(0,0,0,0.19);
}

/*#sidebar {*/
    /* don't forget to add all the previously mentioned styles here too */
    /*background: #090030;
    color: white;
    height: 100%;
    transition: all 0.3s;
}

    #sidebar .sidebar-header {
        padding: 0px;
        background: #090030;
    }

    #sidebar ul.components {
        padding: 0px;
        border-bottom: 1px solid #21094e;
    }

    #sidebar ul p {
        color: white;
        padding: 0px;
    }

    #sidebar ul li a {
        padding-left: -5px;
        font-size: 1.0em;
    }

        #sidebar ul li a:hover {
            color: white;
            background-color: #090030;
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #090030;
        background-color: white;
    }

ul ul a {
    font-size: 0.9em;
    padding-left: 0px;
    background-color: #090030;
    color: white;
}
*/

@media screen and (max-width: 300px) and (min-width: 100px) {
    body {
        width: auto;
        height: auto;
        background-color: white;
        font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
        font-size: medium;
        padding: 0;
    }
    .MenuLabels {
        display: inline-block;
        font-family: Tahoma;
        font-size: 20px;
        text-align: left;
        width: none;
        visibility:hidden; 
        color: white;
    }

        .MenuLabels:hover {
            color: black;
        }
}
