﻿:root {
    --primary-color: #4C6F8D;
    --secondary-color: #1C1D3B;
    --accent-color: #ffce00;
    --light-bg: #f7f7f7;
    --font-main: 'Poppins', sans-serif;
    --font-bold: 'Calibri Bold', 'Calibri', sans-serif;
    --font-size-large: 20px;
    --font-size-medium: 16px;
    --font-size-small: 12px;
}

body {
    font-family: var(--font-main) !important;
    background: var(--light-bg);
    color: #333;
    line-height: 1.6;
    margin: 0;
}

header {
    background-color: var(--primary-color);
    color: white;
    height: 0px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

footer {

    padding: 10px 0;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
    overflow: visible !important;
}

.utahcontent {
    background-image: url(/Themes/Images/Utah1.png) !important;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.utahloginbox {
    padding: 30px;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    height: auto !important;
}

#SplashSidebar {
    min-width: 250px;
    max-width: 250px;
    background: var(--primary-color);
    color: white;
    transition: transform 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

    #SplashSidebar.active {
        margin-left: -250px;
        transform: rotateY(100deg);
    }

    #SplashSidebar .SplashSidebar-header {
        padding: 20px;
        background: var(--primary-color);
        font-size: var(--font-size-large);
    }

    #SplashSidebar ul {
        padding: 0;
        list-style: none;
    }

        #SplashSidebar ul li a {
            display: block;
            padding: 10px 20px;
            font-size: var(--font-size-medium);
            color: white;
            text-decoration: none;
            transition: background-color 0.3s;
        }

            #SplashSidebar ul li a:hover {
                background: var(--accent-color);
                color: var(--secondary-color);
            }

#content {
    flex: 1;
    padding: 0px !important;
    background: white;
    min-height: 110vh !important;
}

#topNavBar {
    background-color: var(--primary-color);
    color: white;
    padding: 0px 0px;
    min-height: 7% !important;
    border-radius: 0px !important;
}

.navbar .nav-item .btn {
    background: transparent;
    color: white;
    font-family: var(--font-bold);
    font-size: var(--font-size-large);
    transition: color 0.3s;
}

    .navbar .nav-item .btn:hover {
        color: var(--accent-color);
        
    }

#SearchDiv {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: var(--light-bg);
    border-radius: 8px;
}

#SearchBtn2 {
    background-color: var(--primary-color);
    color: white;
    border: none;
    font-family: var(--font-bold);
    font-size: var(--font-size-medium);
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    #SearchBtn2:hover {
        background-color: var(--secondary-color);
    }

#alertbar {
    background-color: var(--accent-color);
    color: var(--secondary-color);
    min-height: 100px;
    position: relative;
    z-index: 5;
    top: -20px;
}

.img {
    position: relative;
    z-index: 10;
    top: 10px;
}

#u29Image {
    padding-left: 7%;
    float: left;
}

#additionalSearchOptionsBox {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: auto !important;
    max-width: 37%;
    margin-left: 30px;
}

.ASOText {
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 192px;
    height: auto;
    background: inherit;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 0px;
    color: #333333;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Calibri', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    text-decoration: underline;
    line-height: 39px;
}

#contactHelp {
    background: var(--light-bg);
    padding-left: 300px;
}

#NeedHelpHeader {
    font-size: var(--font-size-large);
    font-family: var(--font-bold);
    color: var(--secondary-color);
}

#navbarSupportedContent {
    font-size: clamp(12px, 2vw, 16px); /* Ensures the font size scales between 12px and 16px based on screen width */
    display: flex; /* Enables Flexbox layout */

}

#MainContent {
    padding-top: 2%;
    padding-left: 10%;
}

.data_panel3 {
    border: 0px !important;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.7em;
}



#NeedHelpHeader {
    font-family: 'Calibri Bold', 'Calibri', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}

#PhoneNumber {
    font-family: 'Calibri Bold', 'Calibri', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #1C1D3B;
    line-height: 32px;
}

.utahfooter {
    padding: 0px 0px 0px 0px;
}

#alertDisplayText {
    bottom: -60%;
    position: relative;
    font-size: 10px;
}



@media (max-width: 1200px) {
    .utahloginbox {
        padding-top: 10%;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #contactHelp {
        background: var(--light-bg);
        padding-left: 0px;
    }

    #Alert {
        color: #000000;
        font-family: 'Arial Bold', 'Arial', sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    #alertDisplayText {
        bottom: 0%;
        position: relative;
        font-size: 10px;
    }

    #MainContent {
        padding-top: 0%;
        padding-left: 0%;
        padding-bottom: 20%;
    }
}

@media (max-width: 768px) {
    

    #navbar img {
        display: block; /* Ensure it remains visible */
    max-width: 100%; /* Scale down to fit within the container */
    height: auto; /* Maintain aspect ratio */
}

    #MainContent {
        padding-top: 0%;
        padding-left: 0%;
        padding-bottom: 20%;
    }

    #additionalSearchOptionsBox {
        margin-top: 5px;
        margin-bottom: 20px;
        margin-left:5px;
        margin-right: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        height: auto !important;
        max-width: 100%;
    }
}
