* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* ========= Responsive Root Font Size ========= */
html {
    font-size: 16px;
}
@media (max-width: 1024px) {
    html {
        font-size: 15px;
    }
}
@media (max-width: 600px) {
    html {
        font-size: 14px;
    }
}
body {
    margin: auto;
    font-size: 1rem;
    line-height: 1.4;
    max-width: 800px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3 {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
h1 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}
h2 {
    font-size: clamp(1.15rem, 2vw, 1.25rem);
}
h3 {
    font-size: clamp(1rem, 1.8vw, 1.125rem);
}
ul li {
    line-height: 1.6;
    margin-bottom: 10px;
}
/*
.content {
    z-index: 1;
    display: flex;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(84,49,117,0.1), rgba(0,0,0,0));
}
*/
.shadowbox {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.row {
    display: flex;
    padding: .1rem;
    align-content: center;
}
.column-center {
    flex: 1; /* equal width columns */
    padding: .1rem;
    text-align: center;
}
.column-left {
    flex: 1; /* equal width columns */
    padding: .1rem;
    text-align: left;
}
.column-right {
    flex: 1; /* equal width columns */
    padding: .1rem;
    text-align: right;
}
.divhome {
    width: 100%;
    margin: auto;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    background-color: #543175;
    font-size: clamp(1rem, 1.8vw, 1.125rem); /* 18 px */
}
.divhome a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: clamp(1rem, 1.8vw, 1.125rem); /* 18 px */
}
.divhome a:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    border-top: 0px none;
    border-right: 0px none;
    border-bottom: 3px solid #FF0000;
    border-left: 0px none;
    font-size: clamp(1rem, 1.8vw, 1.125rem); /* 18 px */
}
.divnav {
    width: 100%;
    margin: auto;
    color: #543175;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    background-color: #FFFFFF;
    font-size: clamp(1.1rem, 2vw, 1.25rem);  /* 20 px */
}
.divnav a {
    color: #543175;
    text-decoration: none;
    font-weight: 600;
    font-size: clamp(1.1rem, 2vw, 1.25rem);  /* 20 px */
}
.divnav a:hover {
    color: #543175;
    text-decoration: none;
    font-weight: 600;
    border-top: 0px none;
    border-right: 0px none;
    border-bottom: 3px solid #FF0000;
    border-left: 0px none;
    font-size: clamp(1.15rem, 2vw, 1.25rem);  /* 20 px */
}
.divHeader {
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    background-color: #543175;
    font-size: clamp(1rem, 1.8vw, 1.125rem); /* 18 px */
}
.divHeader h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.divHeader h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.divHeader h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.text10 {
    color:#000;
    font-weight:400;
    text-decoration:none;
    font-size: clamp(.5rem, 1vw, .625rem); /* 10 px */
}
.text12 {
    color:#000;
    font-weight:400;
    text-decoration:none;
    font-size: clamp(.6rem, 1.2vw, .75rem); /* 12 px */
}
.text14 {
    color:#000;
    font-weight:400;
    text-decoration:none;
    font-size: clamp(.75rem, 1.4vw, .875rem); /* 14 px */
}
.text18 {
    color:#000;
    font-weight:400;
    text-decoration:none;
    font-size: clamp(1rem, 1.8vw, 1.125rem); /* 18 px */
}
.text20 {
    color:#000;
    font-weight:400;
    text-decoration:none;
    font-size: clamp(1.15rem, 2vw, 1.25rem);  /* 20 px */
}
.text30 {
    color:#000;
    font-weight:500;
    text-decoration:none;
    font-size: clamp(1.5rem, 3vw, 1.875rem); /* 30 px */
}
.textlarge-red {
    color: red;
    font-size: 16px;
}
.AggrScrollPanel {
    height: 350px;
    overflow: auto;
    border: solid 1px #cfcfcf;
    color: #000000;
    margin: auto;
}
.submit40 {
    width: 40%;
    background-color: #FF9C54;
    color: black;
    padding: 12px 20px;
    margin: 8px 10px 10px 10px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}
.submit50Center {
    width: 50%;
    background-color: #FF9C54;
    color: black;
    padding: 12px 20px;
    margin: 15px auto;
    display: block;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}
.submit100 {
    width: 100%;
    background-color: #FF9C54;
    color: black;
    padding: 12px 20px;
    margin: 25px auto;
    display: block;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}
.submit-nowidth {
    background-color: #FF9C54;
    color: black;
    padding: 12px 20px;
    margin: 8px 10px 10px 10px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

.login_form {
    width: 96%;
    border: none;
    margin: auto;
    display: block;
    border-radius: 6px;
    padding: 30px 30px;
    align-content: center;
}

.login_form h3 {
    font-size: 20px;
    text-align: center;
}

.login_form .login_option {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.login_form .login_option .option {
    width: calc(100% / 2 - 12px);
}

.login_form .login_option .option a {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #F8F8FB;
    border: 1px solid #DADAF2;
    border-radius: 5px;
    margin: 34px 0 24px 0;
    text-decoration: none;
    color: #171645;
    font-weight: 500;
    transition: 0.2s ease;
}

.login_form .login_option .option a:hover {
    background: #ededf5;
    border-color: #626cd6;
}

.login_form .login_option .option a img {
    max-width: 25px;
}

.login_form p {
    text-align: center;
    font-weight: 500;
}

.login_form .separator {
    position: relative;
    margin-bottom: 24px;
}

/* Login option separator styling */
.login_form .separator span {
    background: #fff;
    z-index: 1;
    padding: 0 10px;
    position: relative;
}

.login_form .separator::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 1px;
    background: #C2C2C2;
    display: block;
}

form .input_box label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}

form .input_box textarea {
    width: 100%;
    height: 75px;
    border: 1px solid #DADAF2;
    border-radius: 5px;
    outline: none;
    background: #F8F8FB;
    padding: 0px 20px;
    margin-bottom: 15px;
    transition: 0.2s ease;
    font-size: clamp(0.9rem, 1.6vw, 1rem); /* 16 px */
}

form .input_box textarea:focus {
    border-color: #626cd6;
}

form .input_box select {
    width: 100%;
    height: 40px;
    border: 1px solid #DADAF2;
    border-radius: 5px;
    outline: none;
    background: #F8F8FB;
    padding: 0px 20px;
    margin-bottom: 15px;
    transition: 0.2s ease;
    font-size: clamp(0.9rem, 1.6vw, 1rem); /* 16 px */
}

form .input_box select:focus {
    border-color: #626cd6;
}

form .input_box input {
    width: 100%;
    height: 40px;
    border: 1px solid #DADAF2;
    border-radius: 5px;
    outline: none;
    background: #F8F8FB;
    padding: 0px 20px;
    margin-bottom: 15px;
    transition: 0.2s ease;
    font-size: clamp(0.9rem, 1.6vw, 1rem); /* 16 px */
}

form .input_box input:focus {
    border-color: #626cd6;
}

form .input_box .password_title {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

form .input_box {
    position: relative;
}

a {
    text-decoration: none;
    color: #626cd6;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}
table.padding{
    border: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border-spacing: 0px;
    margin:auto;
}
table.padding-white{
    border: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border-spacing: 0px;
    margin:auto;
}
table.padding-white td{
    background-color: white;
}
table.nopadding{
    border: 0px;
    border-spacing: 0px;
    margin:auto;
}
table.nopadding-white{
    border: 0px;
    border-spacing: 0px;
    margin:auto;
}
table.nopadding-white td{
    background-color: white;
}

table.nopadding-border {
    margin:auto;
    border: 1px outset grey;
    padding: 1px;
}
table.nopadding-border td {
    border: thin inset grey;
    margin: 1px;
}
table.nopadding-border th {
    border: thin inset grey;
    margin: 1px;
}
table.text-padding {
    margin:auto;
    border: 0px;
    border-spacing: 0px;
    background-color: white;
}
table.text-padding td {
    padding-left: 1em;
    padding-right: 5px;
}
table.SolidGrid {
    margin:auto;
    border: 1px solid black;
    border-color: #000000;
    border-collapse: collapse;
}
table.SolidGrid td {
    border: 3px solid black;
    margin: 0px;
}
table.tilborder {
    margin:auto;
    border: 0px solid black;
    border-color: #000000;
    border-collapse: collapse;
}
table.tilborder td {
    border: 5px solid black;
    margin: 0px;
}
table.SolidBorder {
    margin:auto;
    border: 2px solid black;
    border-color: #000000;
    border-collapse: collapse;
}
table.nopadding-check{
    border: 0px;
    border-spacing: 0px;
    margin:auto;
}
table.nopadding-check td{
    background-color: #FFFFCC;
}
.divrow-padding {
    vertical-align: middle;
    text-align: center;
    margin: auto;
    width: 100%;
}
.divrow-padding:after {
    content: "";
    display: table;
    clear: both;
}
.divrow-nopadding {
    vertical-align: middle;
    text-align: center;
    margin: auto;
    width: 100%;
}
.divrow-nopadding:after {
    content: "";
    display: table;
    clear: both;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}