.alert{
color: white !important;
}

.alert-success{
background-color: #28a745 !important; /* Green background for success */
}

.alert-info{
background-color: #17a2b8 !important; /* Blue background for info */
}
.alert-warning{
background-color: #ffc107 !important; /* Yellow background for warning */
}
.alert-danger{
background-color: #dc3545 !important; /* Red background for danger */
}   



.mt-5 {
    color: yellow !important;

}
.footer-legal-includes {
    font-size: 0.50rem;
    color:white;
    text-align: left;
    width: 100%;
  }
  

body {
    
/* view port */
width: 1440px;
min-height: 100vh; /* Ensure the body takes up the full viewport height */
margin: 0 auto !important; /* Centers the wrapper */
margin-top: 100px !important; /* Centers the wrapper */
padding: 0; /* Removes default padding */

/* alignment */
display: flex; /* Use flexbox for centering */
justify-content: flex-start; /* Center horizontally */
align-items: normal; /* Align content to the top */
flex-direction: column; /* Stack elements vertically */

/* scolling */  
overflow-x: hidden; /* Prevents horizontal scrolling */

/* background */  
background: linear-gradient(315deg, #2F5542 17%, #04371E 86%);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;

/* font */
font-size: 16px; /* Base font size */
font-family: Arial, sans-serif;
color: #000000;

}    

/* used to give all the elements a 1px margin */
/* this is sometimes useful in adjusting layout */

div {
    margin: 1px;
}

/* App Container */
#app {
    width: 1440px; /* Set the fixed width for your content */
    max-width: 100%; /* Ensure it doesn't overflow on smaller screens */
    
}

/*/////////////////////////////////*/
/*///          NAVIGATION       ///*/
/*/////////////////////////////////*/

.full-width-div {
    position: fixed;
    top: 0; /* Position at the top of the viewport */
    left: 0;
    width: 100vw; /* Full viewport width */
    background-color: #f0f0f0; /* Example background color */
    height: 75px; /* Example height */
    z-index: 1; /* Ensure it appears above other elements */
}

/*PARENT LEVEL NAVIGATION*/
nav.nav-container {
    display: flex;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #02170D;
}

.nav-bar-container {
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    gap: 65px;
}

.nav-bar-logo-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; /* Example: Align items to the start */
    align-items: center; /* Example: Center items vertically */
    gap: 11px;
}

/* Nav-Bar Logo Section */
.nav-bar-logo {
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
    display: flex;
}

.nav-bar-logo-icon {
   
    width: 28px;
    height: 28px;
    position: relative;
    overflow: hidden;
   
}

.nav-bar-logo-outline {
    
   
    width: 23.33px;
    height: 23.33px;
    left: 2.33px;
    top: 2.33px;
    position: absolute;
    outline: 2.5px #C1F17E solid;
    outline-offset: -1.25px;

   
}

.nav-bar-logo-text {
    color: #07BDBD;
    font-size: 17px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    line-height: 17px;
    word-wrap: break-word;
}

/* Navigation Links Section */
.nav-bar a,
.nav-bar-try-free-text a, 
.nav-bar-try-free a, 
.nav-bar-actions a{
    text-decoration: none !important;
    color: inherit !important;
}

.nav-bar .nav-bar-try-free-text :hover {
    text-decoration: none !important;
    color: #07BDBD !important; /* Example: Change text color on hover */
}

.nav-bar-links a {
    text-decoration: none !important; /* Remove underline */
    color: inherit !important; /* Ensure the link inherits the text color */
}
.nav-bar-links a:hover {
    text-decoration: none !important;
    color: #07BDBD !important; /* Example: Change text color on hover */
}

.nav-bar-links {
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    display: flex;
}

.nav-bar-link {
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: flex;
}

.nav-bar-link-text {
    color: #07BDBD;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    line-height: 20px;
    overflow-wrap: break-word;
}
.nav-bar-link-icon {
    
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
    
}

.nav-bar-link-outline {
    width: 8px;
    height: 4px;
    left: 4px;
    top: 6px;
    position: absolute;
    outline: 1.5px #D6DDE6 solid; 
    outline-offset: -0.75px; 
}

/* Login and Try It Free Section */
.nav-bar-actions {
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    display: flex;
}

.nav-bar-login {
    color: #D6DDE6;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
}

.nav-bar-try-free {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #07BDBD;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.nav-bar-try-free-text {
    color: #000A14;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
}

/*/////////////////////////////////*/
/*///   HEADER AND DASHBOARD    ///*/
/*/////////////////////////////////*/

/* Select / Dropdown Box */
.select-div {
    position: relative;
    background: #FFF;
    min-width: 150px;
}

.select-div:after {
    content: '\f078';
    font: normal normal normal 16px/1 FontAwesome;
    color: #00865d;
    right: 11px;
    top: 6px;
    line-height: 3px;
    height: 16px;
    padding: 12px 0px 0px 8px;
    border-left: 1px solid #00865d;
    position: absolute;
    pointer-events: none;
}

.select-div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 30px;
    float: right;
    margin: 5px 0px;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 1;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #00865d;
    word-break: normal;
}


/* Dashboard Layout */
.dashboard {
    max-width: 1200px;
    margin: 20px auto;
    padding: 1px;
    background-color: white;
    border-radius: 10px;
}

/* Header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    background-color: #04371E;
    padding: 10px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 100px;
}

.header-logo-right {
    max-width: 232.5px; /* 155px * 1.5 */
    max-height: auto;   
    padding-right: 34px;
}

.header-logo-left {
    max-width: 232.5px; /* 155px * 1.5 */
    max-height: auto;
    padding-left: 34px;
}


.header .dropdowns {
    display: flex;
    gap: 10px;
}

.header .dropdowns select {
    padding: 5px;
    border-radius: 5px;
    border: none;
}




/*/////////////////////////////////*/
/*///   CONTENT CONTAINER       ///*/
/*/////////////////////////////////*/

/* Background border for entire container 
.background {
    border: 1px solid #CCC;
    border-radius: 8px;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.25);
}
    */

/* Second Row: 1st Column: Two Column Layout: Content */
.second-row-first-column-center-layout {
    flex: 1 1 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    display: inline-flex;
    height: 530px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ccc;
}

.second-row-third-container-center-layout{
    align-self: stretch; 
    background: white; 
    justify-content: flex-start; 
    align-items: flex-start;
    display: inline-flex;
} 

.second-row-second-container-center-layout{

    width: 1204px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    display: flex;

} 

/* Content */
.content {
    display: flex;
    gap: 20px;
    max-width: 1204px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 53px;

}



/*/////////////////////////////////*/
/*///     RADIAL GAUGES         ///*/
/*/////////////////////////////////*/


/* Radial Placeholder */
.radial-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    text-align: center;
    border-radius: 5px;
    width: auto;
    height: auto;
}

.gauge {
    display: block;
    margin: 0 auto;
    padding-right: 1px;
    width: 170px;
    height:130px; 
    margin:0px auto;
}

.gauge-container {
    width:170px; 
    max-width: 170px;
    max-height:200px; 
    float:left;

}

.gauge-description {
    font-size: 10px;
    color: #777;
    text-align: center;
    margin-top: 5px;
}


/*/////////////////////////////////*/
/*///          CHARTS          ///*/
/*/////////////////////////////////*/

.dimension-row {
    width: 940px;
    height: 165px;
}

.horizontal-line {
    width: calc(100% - 60px); /* Full width minus 30px on each side */
    margin: 0 auto; /* Center the line */
    height: 1px; /* Thickness of the line */
    background-color: #ccc; /* Line color */
    margin-top: 10px; /* Add spacing above the line */
    margin-bottom: 0px; /* Add spacing below the line */
    
}

/* Graphs */
.graph {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.graphs {
    flex: 5;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    margin-right: 0px;
}

.graph-content {
    display: flex;
    gap: 1px;
    column-gap: 25px;
    align-items: center;
    /*justify-content: space-between;
    width: 100%; */
    max-width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-left: 1px;
    margin-right: 1px;
    
    
}


/* Line Placeholder */
.line-placeholder {
    flex: 1;
    color: white;
    text-align: center;
    padding: 1px;
    padding-top: 25px;
    border-radius: 5px;
    width:725px;
    max-width: 725px;
    height: 200px;
}
.chart-container {
    width:675px;
    max-width:675px; 
    height:100%; 
    float:left;
}

/* Line area font and size on left and right y-axis */
g.tick text {
    font-size: 10px !important;
    font-family: sans-serif !important;
}

/* Data Tip */
.data-tip {
    position: absolute;
    z-index: 100;
    width: 175px;
    border-radius: 8px;
    padding: 10px;
    background: #42464B;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}


/*/////////////////////////////////*/
/*///          TOTALS          ///*/
/*/////////////////////////////////*/

.totals {
    flex: 1;
    display: flex;
    gap: 0px;
    margin-right: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFF;
    overflow: hidden;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    display:inline-flex

}

/* Sparkline */
.sparklineValue {
    font-size: 28px;
    font-weight: 600;    
    text-align: right;
    line-height: 18px;
    color: #00391E;

    margin-top: 0px;
    margin-right: 10px;
    
}

.hoursPerEventContainer, 
.learnersPerEventContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    width: 100%;

}


.hoursPerEventAvg, 
.hoursPerEventSum,
.learnersPerEventAvg,
.learnersPerEventSum {
    padding: 1px;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    line-height: 8px;
    color: #00391E;
    margin-top: 0px;
    margin-right: 10px;
    display:flex;
    flex-direction: column;
}




.hoursPerEventAvglabel, 
.hoursPerEventSumlabel,
.learnersPerEventAvglabel,
.learnersPerEventSumlabel {
    padding-top: 2px;
    font-size: 9px;
    font-weight: 900;
    text-align: right;
    line-height: 8px;
    color: #00391E;
    margin-top: 0px;
    margin-right: 10px;
    display:flex;
    flex-direction: column;
    white-space: nowrap;
}


.learnersPerEventAvgCol,
.learnersPerEventSumCol,
.hoursPerEventAvgCol, 
.hoursPerEventSumCol {   
    display:flex;
    flex-direction: column  ;
    padding-left:3px;

}


.sparklineLabel {
    font-size: 15px;
    text-align: right;
    line-height: 28px;
    font-weight: 400;
    color: #00391E;

    margin-right: 10px;
    margin-top: 0px;    
}

.sparkline1,
.sparkline2,
.sparkline3 {
    border: 1px solid #CCC;
    width: 207px;
    margin: 0px auto;
    border-radius: 8px;
    margin-bottom: 1px;
}

.sparkline1 {
    height: 70px;    
    background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%);
    
}

.sparkline2 {
    height: 122px;
    background: linear-gradient(to bottom, #FFFFFF 0%, #8FB87A 100%);
    margin-top: 25px;
    
}

.sparkline3 {
    height: 115px;
    background: linear-gradient(to bottom, #FFFFFF 0%, #54E40C 100%);
    margin-top: 25px;
}

#learnerSparkline, #hoursSparkline{
    float: right;
    padding-right: 10px;
    padding-top:5px;
}



/*/////////////////////////////////*/
/*///          FOOTER          ///*/
/*/////////////////////////////////*/


/* Footer */
.footer {
    margin-top: 20px;
    text-align: left;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: lightgray;
    border-top-color: black;
    border-top-style: solid;
    padding: 10px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /* border-top-width: 1.5px; */
    border-top-width: 2px;
}

.footer .logo {
    max-height: 40px;
}

.footer .footer-text {
    font-size: 8px;
    color: #000;
}

img.footer-logo {
    width: 276px;
    height: auto;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-left: 28px;
}


.footer-legal {
    padding-left: 25px;
}

/*/////////////////////////////////*/
/*///   UTILITY & DEV CLASSES   ///*/
/*/////////////////////////////////*/


/* Utility Classes */
.red-border {
    outline: 0.1px solid red !important;
    box-sizing: border-box;
}


/* Crosshair Lines */


.crosshair-horizontal {
    height: 1px; /* Horizontal line thickness */
    width: 100%; /* Full width of the page */
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    pointer-events: none; /* Prevent interaction with the lines */
    z-index: 1000; /* Ensure the lines are on top of other elements */
}

.crosshair-vertical {
    width: 1px; /* Vertical line thickness */
    height: 100%; /* Full height of the page */
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    pointer-events: none; /* Prevent interaction with the lines */
    z-index: 1000; /* Ensure the lines are on top of other elements */
}


/* Overlay */
/* takes an image of the approaved design concept and superimposes it 
    as a 70% transparent overlay on over the page elements so that 
    positioning can be made to near pixel level accuracy */

    /* This is a temporary design overlay for development purposes */
/* It should be removed in production */
/* The image should be 1440px by 1283px */
/* The image should be in the static folder of the flask app */
/* The image should be named OVRLY-V2-LIGHT_sumitomo_pharma_commerical_learning_and_development_dashboard.png */

#designOverlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1440px;
    height: 1283px;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.3;
    background: url('/static/assets/OVRLY-V2-LIGHT_sumitomo_pharma_commerical_learning_and_development_dashboard.png') no-repeat center center;
    background-size: cover;
    filter: grayscale(100%);
    display: none;
    margin-top: 150px; /* Adjust this value to move the overlay down */
}

/*/////////////////////////////////*/
/*///   WELCOME PAGE             ///*/
/*/////////////////////////////////*/


.welcome-pg-logout-button {
    width: 200px;
    padding: 8px 16px;
    left: 110px;
    top: 400px;
    position: absolute;
    background: #07BDBD;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    }



/*/////////////////////////////////*/
/*///   LOGIN & WELCOME PAGE    ///*/
/*/////////////////////////////////*/



.login-page-body{
    background: linear-gradient(315deg, #2F5542 17%, #04371E 86%);
    background-attachment: fixed; /* This makes the gradient "stick" as the page grows */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  
    min-height: 100vh;
    overflow-x: hidden;

    height: 100%;
    margin: 0;
    padding: 0;
  }

  
  
.login-pg-circle-container {
    width: 1175.04px;
    height: 1175.04px;
    left: -29.02px;
    top: 0.1px;
    position: absolute;
    overflow: hidden;
    }
/*
/*
    .login-pg-circle {
    width: 883px;
    height: 883px;
    left: 376.18px;
    top: 0px;
    position: absolute;
    transform: rotate(25deg);
    transform-origin: top left;
    border-radius: 9999px;
    border: 20px rgba(255, 255, 255, 0.30) solid;
    }
*/
.login-pg-circle-secondary-container {
    width: 1084.79px;
    height: 1084.79px;
    left: 666px;
    top: 400px;
    position: absolute;
    }
    /*
    .login-pg-circle-secondary {
    width: 1009.40px;
    height: 1009.40px;
    left: 1006.35px;
    top: 1084.79px;
    position: absolute;
    transform: rotate(-176deg);
    transform-origin: top left;
    border-radius: 9999px;
    border: 20px rgba(255, 255, 255, 0.30) solid;
    }
    */

    .login-pg-cld-logo-container{
        left: 1280px;
        top: 65px;
        position: absolute;


    }

    .login-pg-logout-button {
    width: 113px;
    padding: 8px 16px;
    left: 110px;
    top: 555px;
    position: absolute;
    background: #07BDBD;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    }

    .login-pg-logout-text {
    color: #000A14;
    font-size: 15px;
    font-family: inherit;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
    }

    .login-pg-input-background {
    width: 373px;
    height: 36px;
    left: 111px;
    top: 458px;
    position: absolute;
    background: #D9D9D9;
    border-radius: 6px;
    }

    .login-pg-title {
    left: 111px;
    top: 341px;
    position: absolute;
    color: white;
    font-size: 47px;
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    line-height: 20px;
    word-wrap: break-word;
    }

    
    .login-pg-label {
    left: 110px;
    position: absolute;
    opacity: 0.50;
    color: #02170D;
    font-size: 16px;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    }

    .login-pg-label-email {
    top: 425px;
    }

    .login-pg-label-password {
    top: 485px;
    }

    /* Base input styling */
input.login-pg-label {
    width: 100%;
    max-width: 300px;
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out;
  }
  
  /* Focus effect */
  input.login-pg-label:focus {
    border-color: #007BFF;
    outline: none;
  }
  
  .login-pg-logout-button {
    background-color: #07BDBD; /* red */
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
  }
  
  .login-pg-logout-button:hover {
    background-color: #07BDBD;
  }
  
  .login-pg-logout-text {
    font-weight: 500;
    text-transform: uppercase;
  }

  /* MANAGE USRS */
.manage-users-table {
    margin-top: 1.5rem !important;
    background-color: white;
    border-radius: 4px;
    padding: 20px;
}    
    