
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.text-shadow{
  text-shadow: 1px 1px 2px #8dad6f, 0 0 1em #ffffff, 0 0 0.2em #f0f0f0;
}

.custom-shadow{
  box-shadow: 0px 26px 58px 0px rgba(0,0,0,0.22),
  0px 5px 14px 0px rgba(0,0,0,0.18);
}

/*====== NAV BAR START =========*/

.navbar{
  border-top: #1f4287 solid 15px;
  font-weight: 700;
  font-size: 20px;
  background-color: #8A99B8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%231F4287'/%3E%3Cstop offset='1' stop-color='%238A99B8'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23556ea0'/%3E%3Cstop offset='1' stop-color='%238A99B8'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.6' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  border-bottom: #8dad6f solid 5px;
}

.navbar span{
  color: #1f4287;
  text-shadow: 1px 1.1px 0px rgb(99, 121, 66);
}

.navbar .nav-link{
  font-weight: 500;
  border-bottom: solid .4rem #8dad6f;
}

.navbar .nav-link:hover{
  font-weight: 500;
  background-color: #8dad6f !important;
  color: #ffffff !important;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 10px;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.main-logo img{
  height: 7rem;
}

.main-logo2 img{
  padding-top: 1rem;
}

@media (max-width: 500px) {
  .main-logo img{
    height: 5rem;
  }

  .main-logo2 img{
    height: 5rem;
  }
}

/*====== NAV BAR END =========*/

/*====== HOME PAGE START=========*/

.main-header {
  background: linear-gradient(rgba(248, 223, 173, .7), rgba(248, 223, 173, 0.1)), url(../images/transportationhomecompress.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container h4{
  color: #000 !important;
}

.container h1{
  color: #000000 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bolder;
}

.login .login-item .login-icon{
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #00072d;
}

.login .login-item .login-icon::after {
  content: "";
  width: 22px;
  height: 22px;
  background: #00072d;
  position: absolute;
  bottom: -7px;
  transform: translate(-50%);
  transform: rotate(45deg);
  background: #00072d;

}

.login .login-item .login-content h5,a{
  text-decoration: none;
}

.login .login-square a:hover{
  color: #0c4128;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.login{
  margin-top: -120px;
}

.login .login-item .login-icon i{
  position: relative;
  align-items: center;
}

.featured-block {
  text-align: center;
  height: 100%;
  padding: 15px;
  background-color: #8a99b8;
  box-shadow: 0px 26px 58px 0px rgba(0,0,0,0.22),
  0px 5px 14px 0px rgba(0,0,0,0.18);
}

.featured-block:hover {
  background: #8dad6f;
  border-radius: 5px;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}


.featured-block:hover .featured-block-text {
  margin-top: 0;
}

.featured-block-text {
  color: #000000;
  font-size: 16px;
  margin-top: 10px;
  background-color: #ffffff;
  padding: .5rem;
  border-bottom: solid .4rem #FAB71A;
}

/*====== HOME PAGE END=========*/

/*====== SEARCH PAGE START=========*/

.search-header {
  background: linear-gradient(rgba(248, 223, 173, .7), rgba(248, 223, 173, .7)), url(../images/searchpagecompress.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.search-box{
  padding: 25px;
  background-color: #8dad6f;
}

/*====== SEARCH PAGE END=========*/

/*====== SURVEY PAGE START=======*/

.survey-header {
  background: linear-gradient(rgba(248, 223, 173, .7), rgba(248, 223, 173, 0.1)), url(../images/schoolbusimage.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

/*====== SURVEY PAGE END=======*/

/*====== STIPEND PAGE START=======*/

.stipend-header {
  background: linear-gradient(rgba(248, 223, 173, .7), rgba(248, 223, 173, 0.1)), url(../images/outofschool.png);
  background-position: center 33%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*====== STIPEND PAGE END=======*/

/*====== VERIFY PAGE START=========*/
.results-header {
  background: linear-gradient(rgba(248, 223, 173, .7), rgba(248, 223, 173, 0.1)), url(../images/verifyadresscompress.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.results-top{
  background-color: #8dad6f;
  padding:15px;
}

.card-header{
  background-color: rgba(138, 153, 184, 0.55);
}

.modal-header{
  background-color: rgba(138, 153, 184, 0.55);
}

/*====== VERIFY PAGE END=========*/

/*====== INITIATE PAGE START=========*/

.initiate-start{
  background-size: contain;
  background-color: #8a99b8;
  border-bottom: #1f4287 solid .8rem;
}

.request{
  object-fit: cover;
  background: linear-gradient(rgba(248, 223, 173, .7), rgba(248, 223, 173, 0.1)), url(../images/schoolwalkercompress.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .initiate-start {
    position: relative;
    margin-right: -90px;
    z-index: 1;
  }
}

/*====== INITIATE PAGE END=========*/


/*====== PARENT SEARCH START =========*/

.parent {
  background: linear-gradient(rgba(248, 223, 173, .7), rgba(248, 223, 173, 0.1)), url(../images/parentsloginbuscompress.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.parent::after {
  content: "";
  background-color: #FAB71A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23B88B21'/%3E%3Cstop offset='1' stop-color='%23FAB71A'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23d9a11e'/%3E%3Cstop offset='1' stop-color='%23FAB71A'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='translate(740 0)'%3E%3Cg transform='translate(0 315)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(-219.6 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

.parent-form {
  background: #8a99b8;
  border-radius: 5px;
  padding: 50px;
}

.parent-image {
  border-radius: 100%;
  display: block;
  margin: auto;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border: 1rem solid #fab71a;
}

.address-warning {
  display:none;
}

[data-is-valid='False'] .address-warning { display:initial;}

.z-1 { z-index: 100; }
.z-2 { z-index: 200; }
.z-3 { z-index: 300; }
.z-4 { z-index: 400; }
.z-5 { z-index: 500; }

.overlay { background-color: rgba(0, 0, 0, .25); cursor: not-allowed; }
/*====== PARENT SEARCH END =========*/

.lock {
  display: flex;
  z-index: -100;
  position: absolute;
  opacity: 0;
}

.lock.show {
  opacity: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  color: white;
  z-index: 2000;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  transition: opacity .25s ease-in .35s;
}

#page-lock {
  --page-lock-zindex: -300;
  z-index: var(--page-lock-zindex);
  &.htmx-request {
    --page-lock-zindex: 2000 !important;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity .25s ease-in .35s;
    color:white;
  }
}

#ambient-context-container {
  anchor-name: --ambient;
}