/* common_general.css */ 

/* General styling for the site -- excludes layout properties */
/* Last updated: February 2025 */

/* Typography styles
   ---------------- */
body {
    /* background + filter moved to ::before so that filter does not break
       position:fixed on the footer (CSS filter creates a new containing block) */
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/gradient_background.png);
    background-size: 100%;
    background-repeat: repeat-y;
    filter: saturate(0.8);   /* adjust 0.0–1.0 */
    z-index: -1;
}

.header {
    background-image: url(../images/gradient_background.png);  
    background-size: 100%;
    background-repeat: repeat-y;
    filter: saturate(0.8);   /* adjust 0.0–1.0 */
    /* background-color: rgb(220, 232, 245); */
}

/* Background styles
   ---------------- */
.header-blurred {
    background-image: linear-gradient(to right, #CDD3EE 0%, #CDD3EE 40%, #C3DEF8);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown_menu_content {
    /* background-image: url(../images/gradient_background_menu.png);   */
    background-size: 100%;
    background-repeat: repeat-y;
}

/* Link and text styles
   ------------------- */

.dropdown-content {
    /* background-image: url(../images/gradient_background.png); */
    background-size: 100%;
    background-repeat: repeat-y;
}

.dropdown-content a {
    color: black;
}

.dropdown-content a:hover {
    background-color: #83b8f7;
}


.dropdown_menu_content a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.dropdown_menu_container:hover .dropdown_menu_content {
    display: block;
}

.dropdown_menu_container:hover .dropdown_menu_content a:hover {
    background-color: #83b8f7;
}


a.small-font {
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}


/* Divider styles
   ------------- */
hr {
    color: #888888;
    height: 1px;
    /* border-top: var(--bs-border-width) solid; */
}

.fatHR {
    border: none;
    height: 3px;
    margin-top: 16px;
    margin-bottom: 16px;
    /* Set the hr color */
    color: #AAAAAA;  /* old IE */
    background-color: #AAAAAA;  /* Modern Browsers */
  }

.thinHR {
    border: none;
    height: 2px;
    margin-top: 16px;
    margin-bottom: 16px;
    /* Set the hr color */
    color: #AAAAAA;  /* old IE */
    background-color: #AAAAAA;  /* Modern Browsers */
  }


/* Text size variations
   ------------------- */
   

.form-label .small-text {
    font-size: 11pt;
    font-weight: normal;
}

div.small-font
{
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

div.small-text
{
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.small-font {
    font-size: 9pt;
}

.small-text {
    font-size: 9pt;
}


/* Form element styling
   ------------------- */
button {
    display: inline-block;
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    background-color: #a9a9db;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

input {
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    background-color: #ebe7f7;
}

/* Autofill styling for form fields */
input[type="text"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="email"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #CEDFEC inset !important;
    -webkit-text-fill-color: inherit !important;
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    background-color: #ebe7f7;
}


/* Switch/slider styling
   ------------------ */
   .slider {
    background-image: linear-gradient(to right, #C3DEF8, #CDD3EE);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    background-color: #A9C6DB;
}

input:checked + .slider {
    background-image: linear-gradient(to right, #CDD3EE, #C3DEF8);
}

/* Experience level labels */
.Beginner_label {
    font-weight: bold;
    margin-right: 7px;
    padding: 2px;
    border-radius: 3px;
    cursor: pointer;
}

.Experienced_label {
    font-weight: bold;
    margin-left: 7px;
    padding: 2px;
    border-radius: 3px;
    cursor: pointer;
}



select {
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    background-color: #ebe7f7;
}

TEXTAREA {
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #ebe7f7;
    font-size: 12pt;
    font-weight: normal;
    line-height: 18px;
}

/* Heading styles
   ------------- */
h1 {
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.2;
}

h2 {
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    line-height: 1.2;
}

h3 {
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
}

h4 {
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
}


/* List typography
   -------------- */
OL LI {
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #333333;

}

UL LI {
    font-family: Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #333333;
}


/* Toggle and visibility classes
   --------------------------- */
.toggle_element {
    display: none;
}

.visible {
    display: block;
}


/* User interface elements
   --------------------- */
.selected_UI_mode {
    font-weight: bold;
    color: black;
}

.not_selected_UI_mode {
    font-weight: bold;
    color: #7494a8;
}


/* Footer styling
   ------------- */
.footer {
    color: black;
    text-align: center;
    background-color: #d7e5f0;
    /* background-image: linear-gradient(to right, #b9bfd8 0%, #CDD3EE 40%, #eeddb1); */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}