@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
  font-family: "Source Sans 3", sans-serif;
  --black-01: #000000;
  --grey-01: #727272;
  --grey-02: #2e2e2e;
  --grey-03: #c9c9c9;
  --blue-01: #09244b;
  --blue-02: #005ea2;
  --blue-03: #3fdfff;
  --white-01: #ffffff;
}


@font-face {
  font-family: "Source Sans 3", sans-serif;

}

@font-face {
  font-family: "Source Sans 3", sans-serif;
}

@font-face {
  font-family: "Source Sans 3", sans-serif;
}

@font-face {
  font-family: "Source Sans 3", sans-serif;
}

.mont-bold {
  font-family: "Source Sans 3", sans-serif;
}

.mont-medium {
  font-family: "Source Sans 3", sans-serif;
}

.mont-medium-italic {
  font-family: "Source Sans 3", sans-serif;
}

.mont-Regular {
  font-family: "Source Sans 3", sans-serif;
}

* {
  font-family: "Source Sans 3", sans-serif;
}


body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: solid var(--grey-03) 1px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--grey-03);
  border: solid var(--grey-03) 2px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: var(--grey-03);
}

p {
  margin-bottom: 0px !important;
}

.bg-blue-01 {
  background: var(--blue-01);
}

.bg-blue-02 {
  background: var(--blue-02);
}

.bg-grey-01 {
  background: var(--grey-01);
}

.bg-grey-02 {
  background: var(--grey-02);
}

.bg-white-01 {
  background: var(--white-01);
}

.color-white-01 {
  color: var(--white-01);
}

.color-grey-01 {
  color: var(--grey-01);
}

.color-grey-03 {
  color: var(--grey-03);
}

.color-blue-01 {
  color: var(--blue-01);
}

/*--------------------Spacing-------------------*/

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto;
}


.ms-0 {
  margin-left: 0;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}



.me-0 {
  margin-right: 0;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}



.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}



.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}



.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}



.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}


.me-md-4 {
  margin-right: 1.5rem !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  gap: 10px;
  gap: 10px 20px;
  /* row-gap column gap */
  row-gap: 10px;
  column-gap: 20px;
}

hr {
  width: 100%;
}

.bd-example-row .row>.col,
.bd-example-row .row>[class^="col-"] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(39, 41, 43, 0.03);
  border: 1px solid rgba(39, 41, 43, 0.1);
}

.row {
  --bs-gutter-x: 1.5rem !important;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex !important;
}

.col-6 {
  width: 50% !important;
}

.text-end {
  text-align: right;
}




.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}


.ps-0 {
  padding-left: 0;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}


.pe-0 {
  padding-right: 0;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}


.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}


.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}



.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}



.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.align-items-center {
  align-items: center !important;
}

.d-inline {
  display: inline;
}

.d-none {
  display: none;
}

.passwordError {
  display: none;
}

.confirmPasswordError {
  display: none;
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

.text-left {
  text-align: left;
}


.text-center {
  text-align: center;
}

@media (max-width: 768px) {

  .text-md-start {
    text-align: left;
  }
}

.heading_border {
  border-bottom: 1px #ebeff6;
  margin-bottom: 25px;
}

#idToken1 {
  margin-bottom: 10px;
  font-size: 14px;
}

#idToken2 {
  font-weight: bolder;
  margin-bottom: 10px;
  font-size: 16px;
}

#loginButton_0 {
  background-color: var(--blue-02) !important;
  border-color: var(--blue-02) !important;
}



#forgetPassword {
  text-decoration: underline #337ab7;
}

.footer {
  width: auto !important;
}

.footer .bi {
  font-size: 1.75rem;
}

.footer .bi-twitter {
  margin: 0px 15px;
}

.footer a,
.footer p,
.footer h6 {
  color: var(--white-01) !important;
}

.footer a {
  text-decoration: underline !important;
  font-weight: 400;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
  color: var(--white-01) !important;
  transition: font-weight 0.1s ease-in-out;
  text-decoration: underline !important;
}

a,
a:link,
a:visited,
button,
button:link,
button:visited {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
}

a:hover,
button:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.usa-banner__inner {
  max-width: 100vw !important;
}

.header01 a {
  color: var(--black-01);
  text-decoration: none;
  font-weight: 400;
}

.header01 a:hover {
  text-decoration: underline;
}

.headerShadow {
  box-shadow: 1px 4px 8px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 4px 8px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 4px 8px 4px rgba(0, 0, 0, 0.25);
}

.loginSec {
  border: solid var(--grey-03) 1px;
  padding: 3rem 1.5rem !important;
}

.loginSec i {
  margin-left: -40px;
  cursor: pointer;
  font-size: 1.5rem !important;
}

input {
  padding: 10px 10px;
  border: solid var(--black-01) 1px !important;
  border-radius: 0px !important;
}

.loginSec i::before {
  color: var(--blue-02);
  position: absolute;
  left: 46%;
  top: 43px;
}

.loginSec .form-check-input {
  border-radius: 0px;
  border: solid var(--black-01) 1px;
  margin-right: 10px;
}

.btn-primary {
  background-color: var(--blue-02) !important;
  border: none !important;
}

.loginSec a {
  color: var(--blue-02);
}

.loginSec .form-control {
  width: 50% !important;
}

.header01 i {
  font-size: 1.5rem !important;
  vertical-align: -0.2em;
}

.header01{
  padding-left: 36px !important;
}

.loginSec .btn {
  width: auto;
}


.panel-extension {
  border: 1px solid #000 !important;
  padding: 20px !important;
  border-radius: 0px !important;
}

.panel-extension h3 {
  font-weight: 600;
}

.panel-extension .input-lg {
  border-radius: 0px !important;
  border: solid #000 1px !important;
  max-width: 360px !important;
}

.panel-extension .btn-info {
  background-color: var(--blue-02) !important;
}

.panel-extension .panel-heading {
  border-bottom: none !important;
}

.panel-heading {
  border: none !important;
}

.justify-content-center {
  justify-content: center;
}

.submitButton {
  margin-bottom: 5px !important;
  background-color: var(--blue-02) !important;
  border-color: var(--blue-02) !important;
}


.button-bg {
  background-color: var(--blue-02) !important;
  border-color: var(--blue-02) !important;
}

.panel {
  border-radius: 0px !important;
  border: 1px var(--grey-03) !important;
  padding: 30px 20px !important;
  width: 50vw !important;
  margin: auto !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.backgroundHints {
  background-color: #e7f6f8;
  border-left: solid #00BDE3 6px;
}

.btn {
  font-weight: bold;
  padding: 12px 20px;
}

.infoRibbon {
  background: #F4E3DB;
  border-left: solid #D54309 8px;
}

.text-red {
  color: #B50909;
}

.font-bold {
  font-weight: 700;
}

.infoRibbonSuccess {
  background: #ecf3ec;
  border-left: solid #00a91c 8px;
}

.border {
  border: 1px solid var(--grey-03) !important;
}

.bodyheight {
  min-height: calc(100vh - 310px) !important;
}

#mainHead {
  min-height: auto !important;
}

.eyeballPosition {
  position: absolute;
  left: 82%;
  top: 28px;
}

.backgroundHints {
  padding: 20px !important;
}

.w-100 {
  width: auto !important;
}

.errorMessage {
  margin: -20px 0px 0px 20px !important;
  padding: 0 !important;
  list-style: none !important;
  position: absolute !important;
}

.passwordErrorMessage {
  margin: -20px 0px 0px 20px !important;
  padding: 0 !important;
  list-style: none !important;
}

.input-error {
  border: 2px solid #B50909 !important;
}


.usa-banner__button::after {
  mask-image: none !important;
  background-color: none !important;
  background: none !important;
  -webkit-mask: none !important;
}

div div ul li{
  font-size: 1rem !important;
}


.password-icon {
  position: absolute;
  z-index: 10000;
  right: -5px;
  bottom: 25px;
}

.footerAlign {
  display: flex;
  flex-direction: row;
}

.footerAlign a {
  padding-left: 0.5rem;
  font-size: 1rem;
}

.footerAlign p {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 20px
}

.button-skip-link {
  outline-color: currentColor !important;
  font-weight: 600;
  font-size: larger;
  margin: 0 auto;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0.5em;
  width: 10em;
  opacity: 1;
  transition: transform 0.1875s ease-out, opacity 0.1875s ease-out;
  }
  
  .button-skip-link:not(:focus):not(:hover) {
  transform: translateY(-4em);
  opacity: 0;
  }
  


.fontRem{
  font-size: 1rem !important;
}

@media (max-width: 1200px) {
  .footerAlign {
    flex-direction: column;
  }
  .footerAlign a {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .loginSec .form-control {
    width: 100% !important;
  }

  .w-100 {
    width: 100% !important;
  }

  .border {
    border: 0px !important;
  }


  .loginSec i::before {
    color: var(--blue-02);
    position: absolute;
    left: 90%;
    top: 43px;
  }

  .loginSec {
    border: none;
  }

  .loginSec .btn {
    width: 100%;
  }

  .panel-extension .input-lg {
    max-width: 100% !important;
  }

  .panel {
    width: 100vw !important;
  }
}