/*
 * Copyright 2022-2023 Liaison International. All Rights Reserved
 */

/** Only Mobile**/
@media only screen and (max-width: 480px) {
  .footer-flex {
    display: flex;
    flex-direction: column;
  }
  .copyrighttitle {
    display: block;
    text-align: center;
    padding-bottom: 8px;
  }
  .small-background {
    height: 30vh !important;
  }
  .bottom-align-text-icon {
    display: flex;
    justify-content: center;
    width: auto !important;
    position: relative !important;
  }
  .mobile-fixed-hight {
    min-height: 30vh !important;
  }
  .copywrite-footer {
    display: block !important;
  }
}

/** Only Tablet **/
@media only screen and (min-width: 481px) and (max-width: 961px) {
  .bottom-align-text-icon {
    width: auto !important;
    right: 0;
  }
  .copyrighttitle {
    padding-bottom: 16px;
  }
}

/** Only Large Devices **/
@media only screen and (min-width: 961px) {
  .align-footer {
    text-align: center;
    margin: 0.2rem;
  }
  .copyrighttitle {
    padding-bottom: 16px;
    color: white !important;
  }
  .footer {
    position: fixed;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #000000 50%);
  }
  .view-more-text {
    color: white;
  }
}

/** Mobile and Tablet **/
@media only screen and (max-width: 961px) {
  .small-background {
    height: 40vh;
  }
  .gray-color {
    font-size: 12px !important;
  }
  .align-footer {
    text-align: center;
    margin: 0.2rem;
  }
  .contrast-text {
    color: #75757d;
  }
  .login {
    min-height: 10vh;
  }
  .view-more-text {
    color: #0076a8;
  }
}

/** Tablet and Large Devices **/
@media only screen and (min-width: 481px) {
}

.csu-logo {
  position: fixed;
  margin: 2rem;
}

.gray-color {
  margin-left: 0.6vw;
  color: #cad2e1;
}

.btn-primary {
  background: #0076a8;
  color: #ffffff;
}

.btn-primary:hover {
  background: #0076a8;
  color: #ffffff;
}

.login-pf body {
  background: #ffffff;
}

.login-heading {
  font-size: 1.875rem;
}

.kc-registration-direction {
  flex-direction: row;
}

.new-application-title {
  margin-right: 5px;
  font-weight: bold;
}

.footer-container {
  display: flex;
  color: #cad2e1;
  font-size: 12px;
  padding-right: 24px;
  padding-left: 8px;
}

.footer-heading {
  font-weight: 700;
  font-size: 30px;
}

.footer-body {
  font-size: 16px;
  line-height: 20px;
}

.white {
  color: #ffffff;
}

.grey {
  color: #75757d;
}
.bottom-align-text {
  width: 64%;
}

.bottom-align-text-icon {
  position: fixed;
  bottom: 0px;
  margin: 10px;
  width: 62%;
}

.first-footer {
  margin-left: -8px;
}

.alert-error {
  background: #ffffff;
  /* Error/border */
  border: 1px solid #ac3d00;
  box-sizing: border-box;
  /* Shadow/12 */
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.1),
    0px 12px 17px 2px rgba(0, 0, 0, 0.07), 0px 5px 22px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background-color: #fff8e1;
  padding: 1rem !important;
}

.pf-c-alert.pf-m-danger .pf-c-alert__title {
  color: #383d45;
  font-weight: 400;
}

.warning {
  color: #ac3d00;
}
.hide-alert {
  display: none !important;
}
.alert_header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  padding: 5px 0px;
  margin: 4px 0px;
}

.alert_icon {
  padding: 1rem 0;
  font-size: 25px;
  margin: 6px 10px 0px 10px;
  color: #ac3d00;
}

.alert_content {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #383d45;
  font-weight: 400;
  padding: 5px 8px;
  margin: 4px 0px;
  padding: var(--pf-c-alert__title--PaddingTop)
    var(--pf-c-alert__title--PaddingRight)
    var(--pf-c-alert__title--PaddingBottom)
    var(--pf-c-alert__title--PaddingLeft);
}

#alert-msg {
  line-height: 1.2;
}

.cancel-icon {
  font-size: 1.25rem;
  padding: 0.5rem;
  cursor: pointer;
}

.flex-footer {
  display: flex;
}

.align-footer .footer-color {
  color: white;
}

.align-footer .footer-color:hover {
  color: white;
  text-decoration: underline !important;
}

.mobile-logo {
  display: flex;
  justify-content: center;
  width: 100%;
}

.mobile-fixed-hight {
  display: flex;
  justify-content: center;
  min-height: 40vh;
}

.container {
  margin: 0;
  max-width: 100%;
}

.copywrite-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 24px;
}

.login a:hover {
  color: rgb(21, 101, 192);
}

.decline-button {
  color: #cc0b2a;
  text-decoration: underline;
}

.hr {
  color: #a6a6a6;
  opacity: 100%;
}

.caption {
  display: inline-block;
  background-color: black;
  padding: 8px;
}

.caption-mobile {
  display: inline-block;
  background-color: black;
  padding: 8px;
  font-size: 12px;
}
