/* ========================
   BASE PAGE STRUCTURE
======================== */
html, body {
  background-color: white; /* this was marked as important .. why? */
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

/* ========================
   TYPOGRAPHY STYLES
======================== */
.stylethispagetitle {
  text-align: center;
  font-family: 'Fraunces', serif !important;
  font-size: 24pt;
  color: black;
}

.testingtext {
  text-align: left;
  font-family: Arial, sans-serif !important;
  font-size: 10pt;
  color: black;
}

.stylethispagetitle2 {
  text-align: center;
  font-family: Arial, sans-serif !important;
  font-size: 18pt;
  color: black;
}

.stylethispagetitle2green {
  text-align: center;
  font-family: Arial, sans-serif !important;
  font-size: 18pt;
  color: green;
}

.stylethispagegreentext {
  text-align: center;
  font-family: Arial, sans-serif !important;
  font-size: 14pt;
  color: green;
}



.stylethispagepurpletext {
  text-align: center;
  font-family: Arial, sans-serif !important;
  font-size: 14pt;
  color: #710087;
}

.flauncypurpletext18 {
  text-align: center;
  font-family: 'Fraunces', serif;
  font-size: 18pt;
  color: #710087;
}

.flauncyredtext18 {
  text-align: center;
  font-family: 'Fraunces', serif;
  font-size: 18pt;
  color: #CC0000;
}

.flauncyredtext18leftjustified {
  text-align: justify;
  font-family: 'Fraunces', serif;
  font-size: 18pt;
  color: #CC0000;
}

.stylethispageredtext {
  text-align: center;
  font-family: Arial, sans-serif !important;
  font-size: 18pt;
  color: #CC0000 ;
}


.stylethispagecalibri {
  text-align: center;
  font-family: Arial, sans-serif !important;
  font-size: 14pt;
  color: black;
}



.body-email-style {
  font-family: Calibri, sans-serif;
  font-size: 14pt;
  padding: 20px;
  line-height: 1.5;
  color: #333;
}

/* ========================
   BUTTON STYLES
======================== */
.close-button,
.popup-button {
  background-color: #28a745;
  color: white;
  border: 2px solid #28a745;
  padding: 10px 20px;
  font-size: 14pt;
  font-family: 'Calibri', sans-serif;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 400px;
}

.close-button:hover,
.popup-button:hover {
  background-color: white;
  color: #28a745;
  border-color: #28a745;
}

.purple-button {
  background-color: purple;
  color: white;
  border: 2px solid purple;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.purple-button:hover {
  background-color: white;
  color: purple;
}

/* ========================
   FORM & INPUT STYLES
======================== */
.form-table td {
  padding: 10px 0;
}

.input-wrapper {
  position: relative;
  width: 400px;
}

.input-wrapper input {
  width: 100%;
  padding: 10px 36px 10px 10px;
  font-size: 14pt;
  font-family: Calibri, sans-serif;
}

.input-wrapper i {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #888;
  cursor: pointer;
}

.input-wrapper i.fa-calendar {
  pointer-events: none;
  font-size: 16pt;
}

.form-label {
  text-align: right;
  font-family: 'Fraunces', serif;
  font-size: 16pt;
  padding-right: 10px;
  white-space: nowrap;
}

.form-label2 {
  text-align: left;
  font-family: 'Fraunces', serif;
  font-size: 16pt;
  padding-right: 10px;
  white-space: nowrap;
}

.form-note {
  font-family: Calibri, sans-serif;
  font-size: 12pt;
  color: gray;
  font-style: italic;
  margin-top: -6px;
}

.submit-row td {
  padding-top: 20px;
  text-align: center;
}

input.form-control.input {
  font-family: Calibri, sans-serif;
  font-size: 14pt;
  padding: 10px;
  width: 400px;
  height: 45px;
  background-color: #f0f4ff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#finalizationdate.flatpickr-input {
  display: none;
}

.section-box {
  border-radius: 15px;
  padding: 25px;
  margin: 20px auto;
  width: 90%;
  max-width: 800px;
  background-color: white;
  box-sizing: border-box;
}

/* ========================
   FLEXINFO PAGE STYLES
======================== */
body.flexinfo {
  background-color: #710087 !important;
  color: white;
  font-family: Calibri, sans-serif;
  margin: 0;
  padding: 40px;
}

.justified-text {
  font-size: 22pt;
  text-align: justify;
  margin-bottom: 40px;
}

.email-addresses {
  font-size: 28pt;
  text-align: center;
  line-height: 1.8;
}

/* ========================
   FOOTER STYLES
======================== */
.style32 {
  text-align: center;
  font-family: Calibri;
  font-size: 14pt;
  background-color: #999999;
}



.textdecornone {
  text-decoration: none; /*was style38*/
}

/* ========================
   HEADER + LINK STYLES
======================== */
.frauncesheader {
  font-family: 'Fraunces', serif !important;
  font-size: 16pt !important;
  text-align: center !important;
;
}


.style112 {
  text-align: left;
  font-family: Calibri;
  font-size: 20pt;
}



.style102 {
  color: #FFFFFF;
}



.style103 {
  color: #FFFFFF;
}



.style104 {
  background-color: #1F0B3B;
}



.style105 {
  text-decoration: none;
}



.style107 {
  font-size: 4pt;
  color: #1F0B3B;
}



.style108 {
  text-align: right;
  font-family: Calibri;
  font-size: 20pt;
}


.style111 {
  border-width: 0;
}



.style110 {
  border-style: solid;
}

/* ========================
   LOGIN PAGE STYLES
======================== */
.styleloginpage1 {
  text-align: center;
  font-family: Calibri, sans-serif;
  font-size: 16pt;
  color: black;
}



.styleloginpage2 {
  text-align: center;
  font-family: Calibri, sans-serif;
  font-size: 18pt;
  color: black;
}



.styleloginpage3 {
  text-align: center;
  font-family: Calibri, sans-serif;
  font-size: 24pt;
  color: black;
}



.fieldtip {
  text-align: center;
  font-family: Calibri, sans-serif;
  font-size: 14pt;
  color: gray;
}



.style1 {
  text-align: center;
}



.style35 {
  font-family: 'Fraunces', serif; font-size: 60pt; color: #FFFFFF; text-align: center;
}






.style37 {
  font-family: 'Fraunces', serif; font-size: 20pt; color: #FFFFFF; text-align: center;
}



.style38 {
  font-family: 'Fraunces', serif; font-size: 20pt; color: #FFFFFF; text-align: center;
}

.style38b {
  font-family: 'Fraunces', serif; font-size: 16pt; color: #FFFFFF; text-align: center;
}


.style39 {
  font-family: 'Fraunces', serif; font-size: 16pt; color: black; text-align: center;
}



.style40 {
  font-family: 'Fraunces', serif; font-size: 24pt; color: black; text-align: center;
}



.stylethispagetitle3 {
  text-align: center; font-family: Arial, sans-serif !important; font-size: 18pt; color: red;
}



.try-again-button {
  width: 400px; height: 50px; font-size: 16pt; background-color: #800080; color: white; border: 2px solid #800080; cursor: pointer; transition: all 0.3s ease; text-align: center; text-decoration: none; display: inline-block; line-height: 50px; font-family: Calibri, sans-serif;
}



.continue-button {
  width: 400px; height: 50px; font-size: 16pt; background-color: #CFB85E; color: white; border: 2px solid #CFB85E; cursor: pointer; transition: all 0.3s ease; text-align: center; text-decoration: none; display: inline-block; line-height: 50px; font-family: Calibri, sans-serif;
}


.green-continue-button-600px {
  width: 600px; height: 50px; font-size: 16pt; background-color: green; color: white; border: 2px solid #CFB85E; cursor: pointer; transition: all 0.3s ease; text-align: center; text-decoration: none; display: inline-block; line-height: 50px; font-family: Calibri, sans-serif;
}

/* === Conflicting Styles (Manually Review) === */

/* Batch 4 */

/*main.inc.php*/

a.w:link {
   color: white;
   text-decoration:none;
}
a.w:visited {
   color: white;
   text-decoration:none;
}
a.w:hover {
	color: #CFB85E;
	text-decoration:none;
}
a.w:active {
	color: white;
	text-decoration:none;
}
a.b:link {
   color: black;
   text-decoration:none;
}
a.b:visited {
   color: black;
   text-decoration:none;
}
a.b:hover {
   color: white;
   text-decoration:none;
}
a.b:active {
	color: black;
	text-decoration:none;
}




.style2 {
	font-family: Calibri;
	color: #FFFFFF;
	font-size: 60pt;
}
.style3 {
	font-family: Calibri;
	color: #FFFFFF;
	font-size: 16pt;
}
.style4 {
	font-family: Calibri;
	color: #FFFFFF;
	font-size: 16pt;
	text-align: center;
}
.style5 {
	background-color: #1F0B3B;
	text-align: center;
}
.style6 {
	font-size: 24pt;
	
	
	
}
.style7 {
	color: #FFFFFF;
}
.style8 {
	text-decoration: none;
}
.style9 {
	text-align: center;
	background-color: #CFB85E;
}
.style10 {
	font-family: Calibri;
	color: #FFFFFF;
	font-size: 40pt;
	text-align: center;
}
.style11 {
	background-color: #999999;
	
}
.style17 {
	font-size: 14pt;
	font-family: Calibri;
	text-align: center;
}
.style18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: black;
}
.style19 {
	font-size: 18pt;
	font-family: Calibri;
	text-align: center;
	color: black;
}
.style20 {
	font-size: 12pt;
	font-family: Calibri;
	text-align: left;
	color: black;
}
.style21 {
	font-size: 14pt;
	font-family: Calibri;
	text-align: center;
	color: #1F0B3B;
}
.style22 {
	text-align: center;
}
.style23 {
	text-align: center;
	font-family: Calibri;
	font-size: 40pt;
	color: #FFFFFF;
}
.style24 {
	font-size: 14pt;
	font-family: Calibri;
	text-align: center;
	color: #FFFFFF;
}
.style25 {
	text-align: left;
}
.style26 {
	text-align: left;
	color: #FFFFFF;
	font-family: Calibri;
	font-size: 12pt;
}
.style27 {
	color: #FFFFFF;
	font-family: Calibri;
	font-size: 12pt;
}
.style30 {
	text-align: center;
	font-family: Calibri;
	color: #FFFFFF;
	font-size: large;
}
.style31 {
	text-align: center;
	font-family: Calibri;
	color: #FFFFFF;
	font-size: 18pt;
	background-color: #000000;
}
.colorblack {
	color: #000000;
}
.style33 {
	font-family: Calibri;
	font-size: 60pt;
}
.style34 {
	font-size: 14pt;
	font-family: Calibri;
	text-align: center;
}
.style35 {
	font-family: 'Fraunces', serif;
	font-size: 60pt;
	color: #FFFFFF;
	text-align: center;
}
.style36 {
  font-family: 'Dancing Script', cursive; 
  font-size: 32pt; 
  color: #CFB85E; 
  text-align: center;
}
.style36-teal {
  font-family: 'Dancing Script', cursive; 
  font-size: 28pt; 
  color: teal; 
  text-align: center;
}

.style36-L {
	font-family: 'Dancing Script', cursive;
	font-size: 48pt;
	color: #CFB85E;
	text-align: center;
}
.style37 {
	font-family: 'Fraunces', serif;
	font-size: 20pt;
	color: #FFFFFF;
	text-align: center;
}
.style38 {
	font-family: 'Fraunces', serif;
	font-size: 32pt;
	color: #FFFFFF;
	text-align: center;
}
.style39 {
	font-family: 'Fraunces', serif;
	font-size: 16pt;
	color: black;
	text-align: center;
}
.bgnd {
	background-image: url("http://flexrti.com/images/background 2.jpg");
	min-height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	
}
  .verify-button {
    width: 400px;
    height: 50px;
    font-size: 16pt;
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .verify-button:hover {
    background-color: white;
    color: #4CAF50;
    border: 2px solid #4CAF50;
  }


.gold-button:hover {
    background-color: white;
    color: #CFB85E;
}

  .button-container {
    width: 70%;
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    display: inline-block;
    text-align: center;
    font-family: 'Fraunces', serif;
    font-size: 20pt;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .light-green-module-button {
    display: inline-block;
    width: 160px;
    margin-top: 20px;
    background-color: #00FF7F; 
    color: black;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .light-green-module-button:hover {
    background-color: white;
    color: #00FF7F;
    border: 2px solid #00FF7F;
  }

   .navy-module-button {
    display: inline-block;
    width: 160px;
    margin-top: 20px;
    background-color: navy;
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .navy-module-button:hover {
    background-color: white;
    color: navy;
    border: 2px solid navy;
  }
   .lightblue-module-button {
    display: inline-block;
    width: 160px;
    margin-top: 20px;
    background-color: #1E90FF;
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .lightblue-module-button:hover {
    background-color: white;
    color: #1E90FF;
    border: 2px solid #1E90FF;
  }
  
    .rose-module-button {
    display: inline-block;
    width: 160px;
    margin-top: 20px;
    background-color: #A52A3B;
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .rose-module-button:hover {
    background-color: white;
    color: #A52A3B;
    border: 2px solid #A52A3B;
  } 

.gold-module-button {
    display: inline-block;
    width: 160px;
    margin-top: 20px;
    background-color: #CFB85E;
    color: black;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .gold-module-button:hover {
    background-color: white;
    color: #CFB85E;
    border: 2px solid #CFB85E;
  }
  
 .teal-module-button {
    display: inline-block;
    width: 160px;
    margin-top: 20px;
    background-color: teal;
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .teal-module-button:hover {
    background-color: white;
    color: teal;
    border: 2px solid teal;
  }

 .purple-module-button {
    display: inline-block;
    width: 160px;
    margin-top: 20px;
    background-color: purple;
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .purple-module-button:hover {
    background-color: white;
    color: purple;
    border: 2px solid purple;
  }

 .orange-module-button {
    display: inline-block;
    width: 160px;
    margin-top: 20px;
    background-color: #D75A00;
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .orange-module-button:hover {
    background-color: white;
    color: #D75A00;
    border: 2px solid #D75A00;
  }


 .green-module-button {
    display: inline-block;
    width: 160px;
    margin-top: 20px;
    background-color: green;
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .green-module-button:hover {
    background-color: white;
    color: green;
    border: 2px solid green;
  }

  .button-wrapper-centered {
    text-align: center;
    margin: 20px 0;
  }

/* manageflexschedule.inc.php */

  html, body {
    background-color: white !important;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }

  .form-table td {
    padding: 10px 0;
  }

  .form-label {
    text-align: right;
    font-family: 'Fraunces', serif;
    font-size: 16pt;
    padding-right: 10px;
    white-space: nowrap;
  }

  .form-label-ctr {
    text-align: center;
    font-family: 'Fraunces', serif;
    font-size: 16pt;
    padding-right: 10px;
    white-space: nowrap;
  }

  .form-note {
    font-family: Calibri, sans-serif;
    font-size: 12pt;
    color: gray;
    font-style: italic;
    margin-top: -6px;
  }

  .submit-row td {
    padding-top: 20px;
    text-align: center;
  }

  .input-wrapper {
    position: relative;
    width: 400px;
  }

  .input-wrapper input {
    width: 100%;
    padding: 10px 36px 10px 10px;
    font-size: 14pt;
    font-family: Calibri, sans-serif;
  }

  .input-wrapper i,
  .input-wrapper i.fa-calendar {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #888;
    font-size: 16pt;
  }

  .input-wrapper i.fa-calendar {
    pointer-events: none;
  }

  input.form-control.input {
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    padding: 10px;
    width: 400px;
    height: 45px;
    background-color: #f0f4ff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

/* buttonSNA */

  .green-buttonSNA {
    background-color: green;
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    /*margin-left: 10px;*/
    cursor: pointer;
    transition: 0.3s ease;
  }

  .green-buttonSNA:hover {
    background-color: white;
    color: green;
    border: 1px solid green;
  }
  .purple-buttonSNA {
    background-color: purple;
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    /*margin-left: 10px;*/
    cursor: pointer;
    transition: 0.3s ease;
  }

  .purple-buttonSNA:hover {
    background-color: white;
    color: purple;
    border: 1px solid purple;
  }
  .gold-buttonSNA {
    background-color: #CFB85E;
    color: black;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    /*margin-left: 10px;*/
    cursor: pointer;
    transition: 0.3s ease;
  }

  .gold-buttonSNA:hover {
    background-color: white;
    color: #CFB85E;
    border: 1px solid #CFB85E;
  }


/* --------------*/

  .inline-form {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .section-box {
    border-radius: 15px;
    padding: 25px;
    margin: 20px auto;
    width: 90%;
    max-width: 800px;
    background-color: white;
    box-sizing: border-box;
  }


  .stylethispageslatebluetext {
    text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 14pt;
    color: #3A5C89;
  }

  .tooltipSNA-click-container {
    position: relative;
    display: inline-block;
  }

  .tooltipSNA-click {
    color: #0000EE;
    text-decoration: underline;
    cursor: pointer;
  }

  .tooltipSNA-click:visited {
    color: #551A8B;
  }

  .custom-tooltipSNA {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    background-color: green;
    color: white;
    padding: 12px;
    border-radius: 8px;
    font-size: 14pt;
    text-align: left;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .tooltipSNA-click-container.active .custom-tooltipSNA {
    display: block;
  }

  #finalizationdate.flatpickr-input {
    display: none;
  }


/* managestudents.inc.php */

  html, body {
    background-color: white !important;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif; /* Default body font */
  }


.style1 {
	border-style: solid;
	border-width: 1px;
}
.borderwidthzero {
	border-width: 0px;
}
.fontiscalibri {
	font-family: Calibri;
}
.size14solidborder {  
    background-color: white !important;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif; /* Default body font */
  }

  .stylethispagetitle {
    text-align: center;
    font-family: 'Fraunces', serif !important; /* Force Fraunces */
    font-size: 24pt;
    color: black;
  }


  .try-again-button {
    width: 400px;
    height: 50px;
    font-size: 16pt;
    background-color: #800080; /* purple */
    color: white;
    border: 2px solid #800080;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    font-family: Calibri, sans-serif;
  }

  .try-again-button:hover {
    background-color: white;
    color: #800080;
    border: 2px solid #800080;
  }
  .continue-button {
    width: 400px;
    height: 50px;
    font-size: 16pt;
    background-color: #CFB85E;
    color: white;
    border: 2px solid #CFB85E;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    font-family: Calibri, sans-serif;
  }

  .continue-button:hover {
    background-color: white;
    color: #CFB85E;
    border: 2px solid #CFB85E;
  }


  .approve-button {
    background-color: green;
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 12pt;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    width: 200px;
    display: inline-block;
    text-align: center;
    border: 2px solid green;
    transition: all 0.3s ease;
  }

  .approve-button:hover {
    background-color: white;
    color: green;
  }

  .header-row {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .approve-button-wrapper {
    position: absolute;
    left: 10%;
  }

/* manageteachers.inc.php */
  html, body {
    background-color: white !important;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }



.style1 {
	border-style: solid;
	border-width: 1px;
}
.borderwidthzero {
	border-width: 0px;
}
.fontiscalibri {
	font-family: Calibri;
}
.size14solidborder {
	font-size: 14pt;
	border-style: solid;
	border-width: 1px;
}  

  .header-row {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .approve-button-wrapper {
    position: absolute;
    left: 10%;
  }

/* module-primaryadmin.inc.php*/
  html, body {
    background-color: transparent !important; /* Transparent page background */
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }

  .admin-module-wrapper {
    width: 70%;
    position: relative;
    margin: 10px auto;
    background-color: white;          
    border: 5px solid green;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px; /* Adjust value as needed */

  }
  .staff-module-wrapper {
    width: 70%;
    position: relative;
    margin: 10px auto;
    background-color: white;          
    border: 5px solid navy;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px; /* Adjust value as needed */

  }  
    .counselor-module-wrapper {
    width: 70%;
    position: relative;
    margin: 10px auto;
    background-color: white;          
    border: 5px solid #A52A3B;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px; /* Adjust value as needed */

  }

  .sped-module-wrapper {
    width: 70%;
    position: relative;
    margin: 10px auto;
    background-color: white;          
    border: 5px solid #1E90FF;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px; /* Adjust value as needed */

  }

  .flex-module-wrapper {
    width: 70%;
    position: relative;
    margin: 10px auto;
    background-color: white;           
    border: 5px solid purple;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
  }
 
   .rti-module-wrapper {
    width: 70%;
    position: relative;
    margin: 10px auto;
    background-color: white;           
    border: 5px solid #D75A00;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
  }
   .enr-module-wrapper {
    width: 70%;
    position: relative;
    margin: 10px auto;
    background-color: white;           
    border: 5px solid teal;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
  }  
  
  .NPadmin-module-wrapper {
    width: 70%;
    position: relative;
    margin: 10px auto;
    background-color: white;           
    border: 5px solid navy;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
  }

  .GENteacher-module-wrapper {
    width: 70%;
    position: relative;
    margin: 10px auto;
    background-color: white;           
    border: 5px solid teal;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
  }


   .goldtitle {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 20pt;
    color: #987C14;
  }

   .navytitle {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 20pt;
    color: navy;
  }

   .rosetitle {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 20pt;
    color: #A52A3B;
  }

   .lightbluetitle {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 20pt;
    color: #1E90FF		;
  }

     .lightbluetitle-bigger {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 28pt;
    color: #1E90FF ;
  } 
   
      .tealtitle {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 20pt;
    color: teal;
  } 

   .purpletitle {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 20pt;
    color: purple;
  } 
  
   .orangetitle {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 20pt;
    color: #D75A00 ;
  }  
     .purpletitle-bigger {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 28pt;
    color: purple ;
  } 
     .orangetitle-bigger {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 28pt;
    color: #D75A00 ;
  } 
   .navytitle {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 20pt;
    color: navy;
  }  
   .gentext {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 16pt;
    color: black;
  }
.green-button {
    display: inline-block;
    width: 400px;
    background-color: green;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid green;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.green-button:hover {
    background-color: white;
    color: green;
}



.gold-button {
    display: inline-block;
    width: 400px;
    background-color: #CFB85E;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #CFB85E;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.gold-button:hover {
    background-color: white;
    color: #CFB85E;
}
.purple-button {
    display: inline-block;
    width: 400px;
    background-color: purple;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid purple;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.purple-button:hover {
    background-color: white;
    color: purple;
}

.navy-half-button {
    display: inline-block;
    width: 200px;
    background-color: navy;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid navy;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.navy-half-button:hover {
    background-color: white;
    color: navy;
}    
    
.gold-half-button {
    display: inline-block;
    width: 200px;
    background-color: #CFB85E;
    color: black;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #CFB85E;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.gold-half-button:hover {
    background-color: white;
    color: #CFB85E;
}
.orange-half-button {
    display: inline-block;
    width: 200px;
    background-color: #D75A00;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #D75A00;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.orange-half-button:hover {
    background-color: white;
    color: #D75A00;
}

.teal-half-button {
    display: inline-block;
    width: 200px;
    background-color: teal;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid teal;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.teal-half-button:hover {
    background-color: white;
    color: teal;
}

.purple-half-button {
    display: inline-block;
    width: 200px;
    background-color: purple;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid purple;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.purple-half-button:hover {
    background-color: white;
    color: purple;
}

.slateblue-half-button {
    display: inline-block;
    width: 200px;
    background-color: #3A5C89;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #3A5C89;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.slateblue-half-button:hover {
    background-color: white;
    color: #3A5C89;
}

.green-half-button {
    display: inline-block;
    width: 200px;
    background-color: green;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid green;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.green-half-button:hover {
    background-color: white;
    color: green;
}

 .admin-module-wrapper {
    position: relative; /* Needed for absolute positioning inside */
  }

  .top-button {
    display: inline-block;
    background-color: #800080; /* Purple */
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
  }

  .top-button:hover {
    background-color: white;
    color: #800080;
    border: 2px solid #800080;
  }

  .top-left-inside {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .top-right-inside {
    position: absolute;
    top: 10px;
    right: 10px;
  }

/* module-template.inc.php */

  html, body {
    background-color: transparent !important; 
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }

  .admin-module-wrapper {
    width: 70%;
    margin: 10px auto;
    background-color: white;          
    border: 5px solid green;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
   margin-bottom: 20px; /* Adjust value as needed */

  }


   .greentitle {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 20pt;
    color: green;
  }
  
   .gentext {
    text-align: center;
    font-family: Calibri, sans-serif !important;
    font-size: 16pt;
    color: black;
  }
.green-button {
    display: inline-block;
    width: 400px;
    background-color: green;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid green;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.green-button:hover {
    background-color: white;
    color: green;
}
.gold-button {
    display: inline-block;
    width: 400px;
    background-color: #CFB85E;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #CFB85E;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.gold-button:hover {
    background-color: white;
    color: #CFB85E;
}
.purple-button {
    display: inline-block;
    width: 400px;
    background-color: purple;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid purple;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.purple-button:hover {
    background-color: white;
    color: purple;
}
.gold-half-button {
    display: inline-block;
    width: 200px;
    background-color: #CFB85E;
    color: black;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #CFB85E;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.gold-half-button:hover {
    background-color: white;
    color: #CFB85E;
}
.purple-half-button {
    display: inline-block;
    width: 200px;
    background-color: purple;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid purple;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.purple-half-button:hover {
    background-color: white;
    color: purple;
}
.green-half-button {
    display: inline-block;
    width: 200px;
    background-color: green;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid green;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.green-half-button:hover {
    background-color: white;
    color: green;
}

 .admin-module-wrapper {
    position: relative;
  }

  .top-button {
    display: inline-block;
    background-color: #800080; 
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
  }

  .top-button:hover {
    background-color: white;
    color: #800080;
    border: 2px solid #800080;
  }

  .top-left-inside {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .top-right-inside {
    position: absolute;
    top: 10px;
    right: 10px;
  }

/* newaccount-admin.inc.php */

  html, body {
    background-color: white !important;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif; 
  }



  
/*  newaccount-student.inc.php */
  html, body {
    background-color: white !important;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif; 
  }



  .tooltipSNA-container {
    position: relative;
    display: inline-block;
  }

  .tooltipSNA-container .tooltipSNA-text {
    visibility: hidden;
    width: 320px;
    background-color: #710087; 
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    font-size: 14pt;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.4;
  }

  .tooltipSNA-container:hover .tooltipSNA-text {
    visibility: visible;
    opacity: 1;
  } 
  .tooltipSNA-icon {
    font-size: 14pt;
    color: gray;
    cursor: help;
    padding-left: 8px;
  }
   
  .tooltipSNA-container {
    position: relative;
    display: inline-block;
  }

  .tooltipSNA-container .tooltipSNA-text {
    visibility: hidden;
    width: 320px;
    background-color: #710087; 
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    font-size: 14pt;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.4;
  }

  .tooltipSNA-container:hover .tooltipSNA-text {
    visibility: visible;
    opacity: 1;
  } 
  .tooltipSNA-icon {
    font-size: 14pt;
    color: gray;
    cursor: help;
    padding-left: 8px;
  }
  
/* newaccount-teacher.inc.php */

html, body {
    background-color: white !important;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif; 
  }

  .stylethispagetitle {
    text-align: center;
    font-family: 'Fraunces', serif !important; 
    font-size: 24pt;
    color: black;
  }


  .tooltipNTA-container {
    position: relative;
    display: inline-block;
  }

  .tooltipNTA-container .tooltipNTA-text {
    visibility: hidden;
    width: 320px;
    background-color: #710087; 
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    font-size: 14pt;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.4;
  }

  .tooltipNTA-container:hover .tooltipNTA-text {
    visibility: visible;
    opacity: 1;
  } 
  .tooltipNTA-icon {
    font-size: 14pt;
    color: gray;
    cursor: help;
    padding-left: 8px;
  }
   
  .tooltipNTA-container {
    position: relative;
    display: inline-block;
  }

  .tooltipNTA-container .tooltipNTA-text {
    visibility: hidden;
    width: 320px;
    background-color: #710087; 
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    font-size: 14pt;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.4;
  }

  .tooltipNTA-container:hover .tooltipNTA-text {
    visibility: visible;
    opacity: 1;
  } 
  .tooltipNTA-icon {
    font-size: 14pt;
    color: gray;
    cursor: help;
    padding-left: 8px;
  }

/* BATCH 7 */
/*resendemailcode.inc.php  */


  html, body {
    background-color: white !important;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif; /* Default body font */
  }

  .stylethispagetitle {
    text-align: center;
    font-family: 'Fraunces', serif !important; /* Force Fraunces */
    font-size: 24pt;
    color: black;
  }

  .stylethispagetitle2 {
    text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 18pt;
    color: black;
  }

  .stylethispagegreentext {
    text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 14pt;
    color: green;
  }
  .stylethispagedarkgreentext {
    text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 14pt;
    color: #228B22;
  }  
/*   */  
 /*rtitypeinfo.php  */
 
    body.purplebgnd {
      background-color: #710087 !important;
      color: white;
      font-family: Calibri, sans-serif;
      margin: 0;
      padding: 40px;
    }

    .justified-text {
      font-size: 22pt;
      text-align: justify;
      margin-bottom: 40px;
    }

    .email-addresses {
      font-size: 28pt;
      text-align: center;
      line-height: 1.8;
    }

    .justified-text {
      font-size: 22pt;
      text-align: justify;
      margin-bottom: 40px;
    }

    .email-addresses {
      font-size: 28pt;
      text-align: center;
      line-height: 1.8;
    }
    

/* selectnewaccount.inc.php */

.select-container-standalone {
    width: 400px;
    margin: 40px auto;
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 12px;

  }

/* STANDALONE: fixed 400px */
.select-container-standalone .button-wrapperSNA {
  width: 400px;
  margin: 10px auto;
}

  .select-container-embedded {
    width: 90%;
    max-width: 600px;
    margin: 10px auto;
    text-align: center;
    background-color: white;
    padding: 10px;
    border-radius: 12px;

  }

/* EMBEDDED: 90% width, capped at 600px container */
.select-container-embedded .button-wrapperSNA {
  width: 90%;
  margin: 10px auto;
}


.button-wrapperSNA {
  width: 100%;
  max-width: 400px;
  margin: 6px auto;
  position: relative; /* Required to position icon relative to this */
}

/* The button fills the wrapper */
.account-button {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  font-family: Calibri, sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none; /* ← THIS removes the underline */
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  line-height: 1.2;
  padding: 12px 24px 12px 16px; /* ⬅️ Reduced right padding from 40px to 24px */
  box-sizing: border-box;      /* ⬅️ Ensure padding stays inside the 100% width */
  cursor: pointer;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}


  .green-button {
    background-color: #007700;
    border-color: #007700;
  }

  .green-button:hover {
    background-color: white;
    color: #007700;
    border-color: #007700;
  }

  .purple-button {
    background-color: #730073;
    border-color: #730073;
  }

  .purple-button:hover {
    background-color: white;
    color: #730073;
    border-color: #730073;
  }

  .gold-button {
    background-color: #D4AF37;
    border-color: #D4AF37;
    color: black; /* <-- add this line */
  }
  
  
  .teal-button {
    display: inline-block;
    width: 400px;
    background-color: teal;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid teal;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
    margin-right: 10px;
    margin-left: 10px;
}

  .teal-button:hover {
    background-color: white;
    color: teal;
    border-color: teal;
  }

.gold-account-button {
    display: inline-block;
    width: 400px;
    background-color: #CFB85E;
    color: black;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #CFB85E;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
    margin-right: 10px;
    margin-left: 10px;
}

  .gold-account-button:hover {
    background-color: white;
    color: #D4AF37;
    border-color: #D4AF37;
  }
  
.gold-button {
    display: inline-block;
    width: 400px;
    background-color: #CFB85E;
    color: black;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #CFB85E;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
    margin-right: 10px;
    margin-left: 10px;
}

  .gold-button:hover {
    background-color: white;
    color: #D4AF37;
    border-color: #D4AF37;
  }

/* Icon floats top-right */
.info-iconSNA {
  position: absolute;
  top: 0px // 4px;
  right: 0px; // 8px;
  background-color: white;
  color: #333;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 16px; // 18px;
  height: 16px; // 18px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-family: Arial, sans-serif;
  pointer-events: auto;
}

  .info-iconSNA:hover {
    background-color: #f0f0f0;
    border-color: #888;
  }
  

/* tooltipSNA container floats top-right */
.tooltipSNA-container {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  z-index: 2;
}


.tooltipSNA-text {
  visibility: hidden;
  width: max-content;
  max-width: 240px;
  background-color: #4682B4; 
  color: white;
  text-align: left;
  border-radius: 8px;
  padding: 8px 10px;
  position: absolute;
  bottom: 125%; /* places tooltipSNA above the icon */
  right: 0;
  z-index: 10;
  font-size: 16px;
  font-family: Calibri, sans-serif;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  white-space: normal;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}



.tooltipSNA-container:hover .tooltipSNA-text {
  visibility: visible;
  opacity: 1;
}  


/* templatewithform */


  html, body {
    background-color: white !important;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif; /* Default body font */
  }

  .stylethispagetitle {
    text-align: center;d
    font-family: 'Fraunces', serif !important; /* Force Fraunces */
    font-size: 24pt;
    color: black;
  }

  .stylethispagetitle2 {
    text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 18pt;
    color: black;
  }

  .stylethispagegreentext {
    text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 14pt;
    color: green;
  }
  .stylethispagepurpletext {
    text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 14pt;
    color: #710087;
  }
  .tooltipTEMP-container {
    position: relative;
    display: inline-block;
  }

  .tooltipTEMP-container .tooltipTEMP-text {
    visibility: hidden;
    width: 320px;
    background-color: #710087; 
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    font-size: 14pt;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.4;
  }

  .tooltipTEMP-container:hover .tooltipTEMP-text {
    visibility: visible;
    opacity: 1;
  } 
  .tooltipTEMP-icon {
    font-size: 14pt;
    color: gray;
    cursor: help;
    padding-left: 8px;
  }
   }
  .tooltipTEMP-container {
    position: relative;
    display: inline-block;
  }

  .tooltipTEMP-container .tooltipTEMP-text {
    visibility: hidden;
    width: 320px;
    background-color: #710087; 
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    font-size: 14pt;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.4;
  }

  .tooltipTEMP-container:hover .tooltipTEMP-text {
    visibility: visible;
    opacity: 1;
  } 
  .tooltipTEMP-icon {
    font-size: 14pt;
    color: gray;
    cursor: help;
    padding-left: 8px;
  }

  .form-table td {
    padding: 10px 0;
  }

  .input-wrapperTEMP {
    position: relative;
    width: 400px;
  }

  .input-wrapperTEMP input {
    width: 100%;
    padding: 10px 36px 10px 10px;
    font-size: 14pt;
    font-family: Calibri, sans-serif;
  }

  .input-wrapperTEMP i {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #888;
    cursor: pointer;
  }

  .form-label {
    text-align: right;
    font-family: 'Fraunces', serif;
    font-size: 16pt;
    padding-right: 10px;
    white-space: nowrap;
  }

  .form-note {
    font-family: Calibri, sans-serif;
    font-size: 12pt;
    color: gray;
    font-style: italic;
    margin-top: -6px;
  }

  .submit-row td {
    padding-top: 20px;
    text-align: center;
  }
  
/* viewflexweekbasicschedule.inc.php */
 
 
  html, body {
    background-color: white !important;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }

  .stylethispagetitle {
    text-align: center;
    font-family: 'Fraunces', serif !important;
    font-size: 24pt;
    color: black;
  }

  .stylethispagetitle2 {
    text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 18pt;
    color: black;
  }

  .stylethispageslatebluetext {
    text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 14pt;
    color: #3A5C89;
  }

  .stylethispagepurpletext {
    text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 14pt;
    color: #710087;
  }

.tooltipVFS-click-container {
  position: relative;
  display: inline-block;
}

.tooltipVFS-click {
  color: #0000EE; /* standard link blue */
  text-decoration: underline;
  cursor: pointer;
}

.tooltipVFS-click:visited {
  color: #551A8B; /* standard visited purple */
}

.custom-tooltipVFS {
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  background-color: green;
  color: white;
  padding: 12px;
  border-radius: 8px;
  font-size: 14pt;
  text-align: left;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tooltipVFS-click-container.active .custom-tooltipVFS {
  display: block;
}




  .form-table td {
    padding: 10px 0;
  }

  .input-wrapper {
    position: relative;
    width: 400px;
  }

  .input-wrapper input {
    width: 100%;
    padding: 10px 36px 10px 10px;
    font-size: 14pt;
    font-family: Calibri, sans-serif;
  }

  .input-wrapper i {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #888;
    cursor: pointer;
  }

.input-wrapper i.fa-calendar {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none; /* prevents clicking the icon from blocking focus */
  font-size: 16pt;
}

  .form-label {
    text-align: right;
    font-family: 'Fraunces', serif;
    font-size: 16pt;
    padding-right: 10px;
    white-space: nowrap;
  }

  .form-note {
    font-family: Calibri, sans-serif;
    font-size: 12pt;
    color: gray;
    font-style: italic;
    margin-top: -6px;
  }

  .submit-row td {
    padding-top: 20px;
    text-align: center;
  }

input.form-control.input {
  font-family: Calibri, sans-serif;
  font-size: 14pt;
  padding: 10px;
  width: 400px;
  height: 45px;
  background-color: #f0f4ff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Only hide after you're sure altInput is working*/
#finalizationdate.flatpickr-input {
  display: none;
} 
.section-box {
  border-radius: 15px;
  padding: 25px;
  margin: 20px auto;
  width: 90%;
  max-width: 800px;
  background-color: white;
  box-sizing: border-box; /* ensures padding doesn’t break width */
}


  .green-button {
    background-color: green;
    color: white;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .green-button:hover {
    background-color: white;
    color: green;
    border: 1px solid green;
  }

  .inline-form {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
 /* === CLEANED STYLES FROM BATCH 7 === */

/* Force Fraunces */
.stylethispagetitle2 {
text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 18pt;
    color: black;
}

/* Force Fraunces */
.stylethispagegreentext {
text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 14pt;
    color: green;
}


/* rtitypeinfo.php */
.justified-text {
font-size: 22pt;
      text-align: justify;
      margin-bottom: 40px;
}

/* rtitypeinfo.php */
.email-addresses {
font-size: 28pt;
      text-align: center;
      line-height: 1.8;
}

/* selectnewaccount.inc.php */
.select-container-standalone {
width: 400px;
    margin: 40px auto;
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 12px;
}

/* STANDALONE: fixed 400px */
.button-wrapperSNA {
width: 400px;
  margin: 10px auto;
}

/* STANDALONE: fixed 400px */
.select-container-embedded {
width: 90%;
    max-width: 600px;
    margin: 10px auto;
    text-align: center;
    background-color: white;
    padding: 10px;
    border-radius: 12px;
}

/* ⬅️ Ensure padding stays inside the 100% width */
.green-button {
background-color: #007700;
    border-color: #007700;
}

/* ⬅️ Ensure padding stays inside the 100% width */
hover {
background-color: white;
    color: #007700;
    border-color: #007700;
}

/* ⬅️ Ensure padding stays inside the 100% width */
.purple-button {
background-color: #730073;
    border-color: #730073;
}

/* Icon floats top-right */
.info-iconSNA {
position: absolute;
  top: 0px // 4px;
  right: 0px; // 8px;
  background-color: white;
  color: #333;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 16px; // 18px;
  height: 16px; // 18px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-family: Arial, sans-serif;
  pointer-events: auto;
}

/* tooltipSNA container floats top-right */
.tooltipSNA-container {
position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  z-index: 2;
}

/* places tooltipSNA above the icon */
.tooltipSNA-text {
visibility: visible;
  opacity: 1;
}

/* Force Fraunces */
.stylethispagepurpletext {
text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 14pt;
    color: #710087;
}

/* Force Fraunces */
.tooltipTEMP-container {
position: relative;
    display: inline-block;
}

/* Position above the icon */
.tooltipTEMP-text {
visibility: visible;
    opacity: 1;
}

/* Position above the icon */
.tooltipTEMP-icon {
font-size: 14pt;
    color: gray;
    cursor: help;
    padding-left: 8px;
}

/* Position above the icon */
td {
padding: 10px 0;
}

/* Position above the icon */
.input-wrapperTEMP {
position: relative;
    width: 400px;
}

/* Position above the icon */
input {
width: 100%;
    padding: 10px 36px 10px 10px;
    font-size: 14pt;
    font-family: Calibri, sans-serif;
}

/* Position above the icon */
i {
position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #888;
    cursor: pointer;
}

/* Position above the icon */
.form-label {
text-align: right;
    font-family: 'Fraunces', serif;
    font-size: 16pt;
    padding-right: 10px;
    white-space: nowrap;
}

/* Position above the icon */
.form-note {
font-family: Calibri, sans-serif;
    font-size: 12pt;
    color: gray;
    font-style: italic;
    margin-top: -6px;
}

/* viewflexweekbasicschedule.inc.php */
body {
background-color: white !important;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* viewflexweekbasicschedule.inc.php */
.stylethispagetitle {
text-align: center;
    font-family: 'Fraunces', serif !important;
    font-size: 24pt;
    color: black;
}

/* viewflexweekbasicschedule.inc.php */
.stylethispageslatebluetext {
text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 14pt;
    color: #3A5C89;
}

/* viewflexweekbasicschedule.inc.php */
.tooltipVFS-click-container {
position: relative;
  display: inline-block;
}

/* standard visited purple */
.custom-tooltipVFS {
display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  background-color: green;
  color: white;
  padding: 12px;
  border-radius: 8px;
  font-size: 14pt;
  text-align: left;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* standard visited purple */
.input-wrapper {
position: relative;
    width: 400px;
}

/* prevents clicking the icon from blocking focus */
.input {
font-family: Calibri, sans-serif;
  font-size: 14pt;
  padding: 10px;
  width: 400px;
  height: 45px;
  background-color: #f0f4ff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Only hide after you're sure altInput is working */
.flatpickr-input {
display: none;
}

/* ensures padding doesn’t break width */
.inline-form {
display: flex;
    align-items: center;
    gap: 10px;
}


  .teacher-container {
    width: 90%;
    margin: 20px auto;
    padding: 20px;
    border: 3px solid purple;
    background-color: white;
    border-radius: 20px;
    text-align: center;
    font-family: Calibri, sans-serif;
  }

   .deleteschool-button {
    display: inline-block;
    width: 400px;
    margin: 10px;
    padding: 10px 0;
    font-size: 18pt;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid;
  }
 
   .deleteflex-button {
    display: inline-block;
    width: 500px;
    margin: 10px;
    padding: 10px 0;
    font-size: 18pt;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid;
  }
  
 
  .teacher-button {
    display: inline-block;
    width: 500px;
    margin: 10px;
    padding: 15px 0;
    font-size: 22pt;
    font-weight: bold;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid;
  }

 
  .teacher-smaller-button {
    display: inline-block;
    width: 320px;
    margin: 10px;
    padding: 15px 0;
    font-size: 22pt;
    font-weight: bold;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid;
  }


  .btn-red {
    background-color: #CC0000;
    color: white;
    border-color: #CC0000;
  }

  .btn-red:hover {
    background-color: white;
    color: #CC0000;
  }
  
  .btn-green {
    background-color: green;
    color: white;
    border-color: green;
  }

  .btn-green:hover {
    background-color: white;
    color: green;
  }

   .btn-navy {
    background-color: navy;
    color: white;
    border-color: navy;
  }

  .btn-navy:hover {
    background-color: white;
    color: navy;
  }

  .btn-purple {
    background-color: purple;
    color: white;
    border-color: purple;
  }

  .btn-purple:hover {
    background-color: white;
    color: purple;
  }


  .btn-gold {
    background-color: #CFB85E;
    color: black;
    border-color: #CFB85E;
  }

  .btn-gold:hover {
    background-color: white;
    color: #CFB85E;
  }


.stylethispagenavytext {
text-align: center;
    font-family: Arial, sans-serif !important;
    font-size: 14pt;
    color: navy;
}

.stylethispagetitle2justify {
text-align: justify;
    font-family: Arial, sans-serif !important;
    font-size: 18pt;
    color: black;
}

.purple-300p-button {
    display: inline-block;
    width: 300px;
    background-color: purple;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid purple;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.purple-300p-button:hover {
    background-color: white;
    color: purple;
}

.green-300p-button {
    display: inline-block;
    width: 300px;
    background-color: green;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid green;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.green-300p-button:hover {
    background-color: white;
    color: green;
}


.slate-300p-button {
    display: inline-block;
    width: 300px;
    background-color: #3A5C89;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #3A5C89;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.slate-300p-button:hover {
    background-color: white;
    color: #3A5C89;
}

.orange-300p-button {
    display: inline-block;
    width: 300px;
    background-color: #D75A00;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #D75A00;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.orange-300p-button:hover {
    background-color: white;
    color: #D75A00;
}

.teal-300p-button {
    display: inline-block;
    width: 300px;
    background-color: teal;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid teal;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.teal-300p-button:hover {
    background-color: white;
    color: teal;
}


.gold-300p-button {
    display: inline-block;
    width: 300px;
    background-color: #CFB85E;
    color: black;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #CFB85E;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.gold-300p-button:hover {
    background-color: white;
    color: #CFB85E;
}   
    
.gold-350p-button {
    display: inline-block;
    width: 350px;
    background-color: #CFB85E;
    color: black;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border: 2px solid #CFB85E;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.gold-400p-button:hover {
    background-color: white;
    color: #CFB85E;
}    


/* Consistent In Module Buttons */
.button-flex-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  padding-bottom: 30px; /* 👈 Add this */
    
}

.button-flex-group > * {
  flex-shrink: 0; /* Don’t let them shrink */
}

.in-module-button {
    display: inline-block;
    width: 250px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 14pt;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}
.IM-navy {
    background-color: navy;
    color: white;
    border: 2px solid  navy;
}

.IM-navy:hover {
    background-color: white;
    color: navy;
} 


.IM-red {
    background-color: #CC0000;
    color: white;
    border: 2px solid  #CC0000;
}

.IM-red:hover {
    background-color: white;
    color: #CC0000;
} 

.IM-gold {
    background-color: #CFB85E;
    color: black;
    border: 2px solid #CFB85E;
}

.IM-gold:hover {
    background-color: white;
    color: #CFB85E;
} 

.IM-lightblue {
    background-color: #1E90FF;
    color: white;
    border: 2px solid #1E90FF;
}

.IM-lightblue:hover {
    background-color: white;
    color: #1E90FF;
} 
.IM-orange {
    background-color: #D75A00;
    color: white;
    border: 2px solid #D75A00;
}

.IM-orange:hover {
    background-color: white;
    color: #D75A00;
} 

.IM-teal {
    background-color: teal;
    color: white;
    border: 2px solid teal;
}

.IM-teal:hover {
    background-color: white;
    color: teal;
} 
.IM-purple {
    background-color: purple;
    color: white;
    border: 2px solid purple;
}

.IM-purple:hover {
    background-color: white;
    color: purple;
}   

.IM-green {
    background-color: green;
    color: white;
    border: 2px solid green;
}

.IM-green:hover {
    background-color: white;
    color: #3A5C89;
} 
.IM-slate {
    background-color: #3A5C89;
    color: white;
    border: 2px solid #3A5C89;
}

.IM-slate:hover {
    background-color: white;
    color: #3A5C89;
}   


.ellipse-container {
  box-sizing: border-box;
  width: 70%;
  margin: 40px auto;
  padding: 40px 5%;
  background-color: white;
  border: 8px solid #CFB85E;
  border-radius: 50% / 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-family: Calibri, sans-serif;
  color: black;
  font-size: 16pt;
  text-align: center;
  line-height: 1.6;
  backdrop-filter: blur(0.5px);
}

.circle-container {
  width: 300px;
  height: 300px;
  margin: 40px auto;
  padding: 30px;
  background-color: white;
  border: 8px solid #CFB85E;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-family: Calibri, sans-serif;
  color: black;
  font-size: 16pt;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.styleDance {
  font-family: 'Dancing Script', cursive; 
  font-size: 32pt; 
  color: black; 

}

.flexrti-intro-container {
  box-sizing: border-box;
  width: 70%;
  margin: 40px auto;
  padding: 40px 60px;
  background-color: white;
  border: 8px solid #CFB85E;
  border-radius: 20px; /* << rounded corners */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-family: Calibri, sans-serif;
  color: black;
  font-size: 20pt;
  text-align: center;
  line-height: 1.6;
  backdrop-filter: blur(0.5px);
}


.newtrialaccount-container {
  text-align: center;
  margin: 30px 0;
}

.newtrialaccount {
  display: inline-block;
  width: 80%;
  background-color: green;
  color: white;
  font-family: 'Fraunces', serif;
  font-size: 20pt;
  padding: 14px 30px;
  border: none;
  border-radius: 12px; /* nicely rounded corners */
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
}

.newtrialaccount:hover {
  background-color: white;
  color: green;
  border: 2px solid green;
}


