:root {
    --form-background-color: #ffffff;
    --greyish: #acacac;
}

html body {
    background-image: linear-gradient(125deg, #fb5352, #f73968 100%, #f63869);
    background-size: 200% 200%;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

label
{
  margin-left: 5px;
  font-family: Montserrat;
}

select
{
    background-color: white;
    border-style: solid;
    border-width: 2px;
    border-image-slice: 1;
    border-radius: 4px;
    border-color: #47deca;
    color: gray;
    font-family: Montserrat;
    font-size: 14pt;
    height: 45px;
    line-height: 20px;
    padding-left: 7px;
    width: 100%;
    -webkit-appearance:none;
}

input {
    -webkit-appearance:none;
}

.textarea-scrollbar
{
  width: 100%;
  height: 410px;
  text-align: left;
  font-family: Montserrat;
  margin-bottom: 15px;
  border: none;
  padding: 15px;
  background-color: #f9f9f9;
  resize: none;
  overflow-y: scroll;
}

.terms-accept-mode {
    height: 385px;
}

hr
{
    margin-top: 10px;
}

.teacher-background
{
  background-image: linear-gradient(125deg, #47deca, #3ad1e1, #35cbeb);
}

.form-background
{
  background-color: #ffffff;
  border-radius: 8px;
  float: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 500px;
  padding-bottom: 30px;
}

.form-background-logo {
    /* background: url('../../images/ff_logo_whitetrans.png') no-repeat center; */
    background-size: 125px 125px;
    height: 40px;
    margin-top: 26px;
    width: 100%;
    
    
}

.form-sac-background
{
  height: 827px;
}

.form-image
{
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-image img
{
  margin: 0 auto;
}

.form-image .form-image-circle
{
  background-image: linear-gradient(314deg, #fb5352, #f73968, #f63869);
  border-radius: 150px;
}

.form-image-caption
{
  font-size: 24px;
  color: #37cde8;
}

.form-border
{
  border-top: solid 0.5px #979797;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-group
{
  margin-bottom: 0px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.form-group--50 {
    height: 50px;
}

.form-group-terms
{
    margin-left: 31px;
    margin-right: 31px;
}

.form-parent-child-information-content
{
  padding-bottom: 10px;
  padding-left: 40px;
}

.form-parent-child-information-content h3
{
  color: #5c8d9b;
  font-family: Montserrat;
  font-size: 20px;
}

.form-content-note
{
  color: red;
}

.form-group-label label
{
  visibility: visible;
  opacity: 1;
  font-size: 10pt;
  top: 0px;
  left: 0px;
}

.form-group-error {
    height: 20px;
}
.form-group--auto {
    height: auto;
}


.form-group-row
{
  width: 100%;
  height: 50px;
}

.form-group-checkbox
{
  width: 47px;
  height: 47px;
  float: left;
  position: relative;
}

.form-group-label
{
  float: left;
  position: relative;
  width: 350px;
  height: 36px;
}

.form-group-label-small
{
    margin-bottom: 0px;
}

.row .form-group-label-small
{
    height: 20px;
}

.form-title {
  color: #ffffff;
  font-size: 24px;
  font-family: Montserrat;
  height: 50px;
  margin-top: 20px;
  position: relative; 
}

.form-subtitle-1
{
    font-size: 20px;
    margin-bottom: 10px;
}

#welcome_back_get_started {
    font-size: 20px;
    margin-bottom: 0px;
}

h2.form-subtitle-1
{
    font-size: 24px;
}

.form-subtitle-2
{
  padding-bottom: 15px;
  text-align: left;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 0px;
}

.form-subtitle-centered,
p.form-subtitle-centered {
    text-align: center;
}

.form-content
{
  padding-top: 0px;
  width: 80%;
  margin: 0 auto;
}

.form_row_no_error {
    margin-bottom: 20px;
}

.form-content.form-content-border-top-bottom
{
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: solid 2px #d2d2d2;
  border-bottom: solid 2px #d2d2d2;
}

p.text-center.form-content.form-challenge-popup-content
{
  text-align: left;
  margin-bottom: 65px;
}

.form-control
{
    border-color: #2aabd2;
}

.form-input-label
{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-input-label p
{
  margin: 0px;
  color: #525252;
}

.form-input-area
{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 75px;
}

.form-input-area-no-height
{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-checkbox
{
  display: block;
  position: relative;
  padding-left: 52px;
  padding-top: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-family: Montserrat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.form-checkbox
{
  opacity: 1;
  visibility: visible;
  top: 0px;
  left: -4px;
}

.form-checkbox-terms
{
    padding-top: 0px;
}

label.form-checkbox-terms {
    top: 8px;
}

label.form-checkbox input[type=checkbox]
{
  position: absolute;
  opacity: 0;
}

.form-checkbox-checkmark
{
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: #eee;
  border-radius: 4px;
  background-color: #f99f9;
  border-style: solid;
  border-width: 2px;
  border-color: #47deca;
  border-image-slice: 1;
}

.form-checkbox-checkmark-error
{
	box-shadow: 0 0 4px 0 #ff3635;
	border: solid 2px #ff3635;
}

.form-checkbox:hover input ~ .form-checkbox-checkmark
{
  background-color: #ccc;
}

.form-checkbox input:checked ~ .form-checkbox-checkmark
{
  background-color: #ffffff;
}

.form-checkbox-checkmark:after
{
  content: "";
  position: absolute;
  display: none;
}

.form-checkbox input:checked ~ .form-checkbox-checkmark:after
{
  display: block;
}

.form-checkbox .form-checkbox-checkmark:after
{
  left: 10px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid #47deca;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-actions
{
  margin: 0;
  text-align: center;
  background-color: transparent;
}

.form-button-large
{
  width: 80%;
  height: 50px;
  font-family: RICHARDMILLERROUNDED;
  font-size: 24px;
  border: none;
  border-radius: 4px;
  background-image: linear-gradient(98deg, #47deca, #3ad1e1, #35cbeb);
  outline-width: 0;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #ffffff;
}
a.form-button-large,
a.form-button-large:hover,
a.form-button-large:active {
    color: #ffffff;
    display: inline-block;
    padding-top: 12px;
}

.form-button-large-red
{
  background-image: linear-gradient(98deg, #fb5352, #f73968 100%, #f63869);
}

.form-button-large-blue
{
  background-image: linear-gradient(98deg, #47deca, #3ad1e1, #35cbeb);
}

.form-button-large[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.form-button
{
  background-color: transparent;
  border: none;
  background-size: 200px 200px;
  height: 200px;
  width: 200px;
  outline-width: 0; /* removing blue border around selected item */
}

.form-text-input {
  border-color: #47deca;
  border-image-slice: 1;
  border-radius: 4px;
  color: #2D4248;
  border-width: 2px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  height: 45px;
  margin-bottom: 0px;
  text-align: left;
}

.form-text-input.disabled {
    border: 2px solid #c0c0c0;
}

select.form-text-input
{
    color: gray;
    background-color: white;
}

select.form-text-input.fe_charcoal
{
    color: #2d4248;
}

.error_state
{
	box-shadow: 0 0 4px 0 #ff3635;
	border-style: solid;
	border-width: 2px;
	border-image-source: linear-gradient(103deg, #fb5352, #f73968 100%, #f63869);
	border-image-slice: 1;
}

.error_on {
	color: #ff3635;
    display:none;
    padding: 0px;
    font-size: 13px;
	font-weight: 600;
	text-align: left;
    top: 0px;
}

.form-text-input-error-student-grade
{
    top: 0px;
}

.form-text-input-error-student-birthday
{
    top: 5px;
}

.form-progress-bar
{
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  width: 80%;
  height: 14px;
  border-radius: 25px;
  background: lightgrey;
  object-fit: contain;
}

.form-progress-bar-amount
{
    background-color: #43d7d1;
    border-radius: 10px;
    padding: 0px;
}

.textarea-scrollbar::-webkit-scrollbar-track
{
	background-color: #f2f2f2;
}

.textarea-scrollbar::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

.textarea-scrollbar::-webkit-scrollbar-thumb
{
	background-color: #acacac;
}

.form-input-checkbox-group
{
  width: 100%;
  height: 50px;
  /*background-color: var(--greyish);*/
}

.form-input-checkbox-group .checkbox-group-element
{
  float: left;
  width: 25%;
}

.form-input-checkbox-group .checkbox-group-element .checkbox-group-title
{
  color: #525252;
}

.form-input-checkbox-group .checkbox-group-element .checkbox-group-label p
{
  font-size: 18px;
  color: var(--greyish);
}

.form-input-pair
{
  /*padding-left: 20px;*/
  width: 50%;
  float: left;
  margin: 0 auto;
}

.form-input-pair-left
{
  padding-right: 10px;
}

.form-input-pair-right
{
  padding-left: 10px;
  position: relative;
}

.form-input-group3
{
  float: left;
  margin: 0 auto;
}

.form-input-group3-left
{
  padding-right: 10px;
  width: 202px;
}

.form-input-group3-middle
{
  width: 71px;
}

.form-input-group3-right
{
  padding-left: 10px;
  width: 146px;
  position: relative;
}

/* School search controls */
.school-search-controls
{
  display: flex;
  gap: 8px;
  align-items: center;
}

.school-state-select
{
  flex: 0 0 72px;
  width: 72px;
  min-width: 72px;
  font-size: 14px;
  height: 45px;
  padding: 0 4px;
}

.school-search-controls .form-text-input
{
  flex: 1 1 auto;
  width: auto;
}

.school-results-hint
{
  color: #888;
  font-size: 14px;
  font-style: italic;
  margin: 10px 0 4px 0;
  text-align: center;
}

.school-results-table
{
  margin-top: 6px;
  margin-bottom: 0;
}

.school-results-table tbody tr.school-result-row
{
  cursor: pointer;
}

.school-results-table tbody tr.school-result-row:hover
{
  background-color: #f0fdfc;
}

.school-results-table td
{
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 14px;
  border-top: 1px solid #e8e8e8;
}

.school-results-table td.school-location
{
  color: #666;
  white-space: nowrap;
  text-align: right;
}

#school-selected
{
  text-align: center;
}

.school-selected-pill
{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0fdfc;
  border: 2px solid #47deca;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #2d4248;
  margin: 6px 0;
}

.school-selected-pill a
{
  color: #888;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
}

.school-selected-pill a:hover
{
  color: #f63869;
}

.form-navigation
{
  position: absolute;
  float: left;
  bottom: 0;
  padding-bottom: 15px;
}

.form-navigation-back
{
  padding-left: 15px;
  cursor: pointer;
}

.form-navigation-forward
{
  padding-right: 15px;
  cursor: pointer;
}

.form-sac-bottom
{
  float: left;
  margin: 0 auto;
  height: 60px;
  vertical-align: middle;
}

.form-sac-bottom img
{
  margin-left: 25px;
}
.form-sac-bottom h3.text-center
{
  margin-bottom: 0px;
  margin-top: 0px;
}

.form-challenge-content {
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: 15px;
  width: 450px;
}

.form-challenge-popup-image {
  margin: 0 auto;
  padding-top: 25px;
  width: 447px;
}

#challenge-popup-image {
    height: 297px;
    width: 447px;
}

.form-challenge-popup-close-button {
  height: 42px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 42px;
}

.form-parent-child-information-content
{
  padding-bottom: 10px;
  padding-left: 40px;
}

.form-parent-child-information-content h3
{
  color: #5c8d9b;
  font-family: Montserrat;
  font-size: 20px;
}

.tac-title {
    font-weight: bold;
    text-align:center;
    display: block;
    width: 100%;
}

.underline {
    text-decoration:underline;
}

.tac-body {
    display: block;
    width: 100%;
    padding-top: 10px;
}

.tac-body ol, .tac-body ul {
    padding-top: 20px;
}

.tac-body li {
    padding-bottom: 15px;
}

.tac-body ol.ol-lettered {
    list-style-type: lower-alpha;
}

.tac-body ol.ol-decimal {
    list-style-type: decimal;
}

.tac-body .indented-40 {
    width: 100%;
    padding-left: 50px;
}

.tac-body a {
    cursor: pointer;
}

.or-item {
    display: block;
    width: 100%;
    clear: both;
}

.or-number {
    float: left;
    width: 10%;
}

.or-title {
    font-weight: bold;
    text-decoration: underline;
    float: left;
    width: 90%;
    padding-bottom: 16px;
}
.or-body {
  float: left;
  width: 90%;
  padding-bottom: 16px;
}

.form-content-note
{
  color: red;
}

.field-error {
    border: 1px solid red;
}

.error-msg {
    color: red;
}

div.ms-ctn {
    border: 2px solid #47deca;
    border-radius: 4px;
    color: #acacac;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    min-height: 45px;
    text-align: left;
}
div.ms-ctn .ms-sel-ctn {
    padding-top: 4px;
}

.ms-trigger {
    display: none;
}

.student-confirm-error-border {
    border-bottom: solid 0.5px #979797;
    margin-left: 20px;
    margin-right: 25px;
    margin-top: 4px;
    margin-bottom: 15px;
}
.student-confirm-error-border div.form-group-error {
    margin: -3px 0 0 21px;
}

.form-group-error-birthday {
    height: 24px;
    padding-left: 24px;
}
.age_18_title_modification {
    display: none;
}
.form-background input:focus::-webkit-input-placeholder { 
    color: #fff;
}
.form-background input:focus:-moz-placeholder { 
    color: #fff;
}
.form-background input:focus::-moz-placeholder { 
    color: #fff;
}
.form-background input:focus:-ms-input-placeholder { 
    color: #fff;
}
.registration-checkbox-container label.form-checkbox {
    padding-top: 2px;
}

.registration-checkbox-container.rcc--one-line label.form-checkbox {
    height: 40px;
    padding-top: 8px;
}
.registration-checkbox-container.rcc--two-line label.form-checkbox {
    height: 40px;
    padding-top: 0px;
}

.row.row-divider {
    margin-left:4px;
}
.row.row-divider hr {
    width: 95%;
}

@media (max-width: 530px) {
    .form-group--50 {
        height: auto;
    }
    #form-parent-your-information .form-control {

    }
    .registration-checkbox-container.rcc--one-line label.form-checkbox {
        height: auto;
        padding-top: 2px;
    }
    .registration-checkbox-container.rcc--two-line label.form-checkbox {
        height: auto;
        padding-top: 2px;
    }
    .form-title { 
        text-align: center;   
    }
    .form-title .text-center {
        margin-left: auto;
        margin-right: auto;
        width: 280px;
    }
}

.tooltip.top .tooltip-inner {
    background-color: #3ad1e1;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #3ad1e1;
}

.tooltip-inner {
    max-width: 350px;
}

.form-input-label.rightmost {
    left: 17px;
}

#city-state-zip-row {
    min-height: 45px;
}

.form-radio-group-label.two-liner {
    margin-top: 7px;
}

.centered-error {
    text-align:center; 
    margin-top: 20px;
}

label.form-radio-container.leftmost-triple-radio {
     left: 2px;
}

.info-icon {
    margin-top: -3px; 
    cursor: pointer;
}

#stem-checkbox {
    width: 87px;
}

#stem-checkbox .form-checkbox {
    margin-left:10px;
}

#ed-checkbox {
    width: 114px;
}

#ed-checkbox .form-checkbox {
    left: 12px;
}

#other-checkbox {
    width: 64px;
}

.row.scootched-up {
    margin-top: -20px;
}

#division-label {
    width: 106px;
}

#gradesk3-container {
    width: 105px;
}

#gradesk3-container label.form-checkbox {
    margin-left: 27px;
}

#grades48-container {
    width: 99px;
}

#grades48-container label.form-checkbox {
    margin-left: 22px;
}

#grades912-container {
    width: 64px;
}

#grades912-container label.form-checkbox {
    margin-left: 22px;
}

#judge-reason {
    height: 100px;
}

#multi-round-label {
    width: 228px;
}

#multi-round-yes-container {
    width: 100px;
}

#multi-round-no-container {
    width: 45px;
}

#not-interested-label {
    width: auto;
    margin-top: 10px;
}