#hero {
  background-color: #035280;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  width: 80%;
  padding-top: 60px;
}
#hero h3,
#hero h2,
#hero h1,
#hero p,
#hero b {
  margin: 0px;
}
#hero h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fafafa;
}
#hero h2 {
  font-size: 36px;
  font-weight: 800;
  color: #e2ff85;
}
#hero h1 {
  font-size: 42px;
  font-weight: 900;
  color: #fafafa;
}
#hero p {
  font-size: 16px;
  font-weight: 400;
  color: #fafafa;
  width: 75%;
}
#hero img {
  width: auto;
  height: 30vh;
}
#hero .input-group {
  width: 55%;
}
#hero .list-flow {
  left: -5%;
  background-color: #fafafa;
  width: 110%;
  position: absolute;
  padding: 40px;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
#hero .list-flow a {
  text-decoration: none;
}
@media only screen and (max-width: 1435px) {
  #hero .list-flow {
    width: 120%;
    left: -10%;
    padding: 20px;
  }
}
#hero .list-flow .card-item {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  #hero {
    width: 95%;
  }
  #hero .input-group {
    width: 85%;
  }
  #hero img {
    width: 80%;
  }
  #hero .list-flow {
    left: 10%;
    width: 80%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 426px) {
  #hero {
    margin: 0px;
    height: fit-content;
  }
  #hero .list-flow {
    padding: 40px;
    overflow: scroll;
    width: 102.5vw;
    left: -5%;
    grid-template-columns: repeat(4, 1fr);
  }
  #hero .list-flow .card-item {
    padding: 25px;
    width: 60vw;
  }
  #hero .list-flow .card-item p {
    width: 100%;
  }
}

#sub-hero {
  display: flex;
  width: 100%;
  background-color: #eef0ef;
  padding-top: 360px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 15vh;
}
#sub-hero .container-sub {
  padding: 0px !important;
  width: 100vw !important;
  margin: 0px !important;
  display: flex;
  flex-direction: row;
  align-items: last baseline;
  justify-content: space-between;
}
#sub-hero .container-sub img {
  height: 256px;
}
#sub-hero .container-sub .text-wrap b {
  font-size: 42px;
  font-weight: 800;
  margin: 0px;
}
#sub-hero .container-sub .text-wrap p {
  width: 80%;
  font-size: 16px;
}
@media only screen and (max-width: 769px) {
  #sub-hero {
    width: 100vw;
    padding-top: 80vh;
    padding-left: 24px;
    padding-right: 24px;
  }
  #sub-hero .container-sub {
    flex-direction: column;
  }
  #sub-hero .container-sub .text-wrap {
    margin-bottom: 20px;
  }
  #sub-hero img {
    margin: 0px auto;
  }
}
@media only screen and (max-width: 426px) {
  #sub-hero {
    padding-top: 50vh;
  }
  #sub-hero img {
    height: 128px;
    width: auto;
  }
}

.rules .card-group {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(1, 1fr);
}
.rules .card-group .card {
  width: 100%;
  margin: 0;
}
.rules .card-group .card-body {
  padding: 20px !important;
}
.rules .card-group .card-body ul {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}
.rules .card-group .card-body ul li {
  margin-bottom: 8px;
  display: none;
  display: inline;
}
.rules .card-group .card-body ul li a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #5d9bf7;
}

.schedule {
  width: 100% !important;
}
.schedule h1 {
  margin-bottom: 24px;
}
.schedule .card-items {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 0.5px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.schedule .card-items .icon-primary {
  height: fit-content !important;
  min-width: 164px;
  display: flex;
  flex-direction: column;
  background-color: #035280;
  border-radius: 20px;
  padding: 20px;
  color: #fafafa !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 426px) {
  .schedule .card-items .icon-primary {
    min-width: none;
    width: fit-content !important;
    margin: 0 auto;
  }
}
.schedule .card-items .icon-primary i {
  font-size: 48px;
}
.schedule .card-items .icon-primary b {
  color: #fafafa !important;
}
.schedule .card-items .icon-warning {
  height: fit-content !important;
  min-width: 164px;
  display: flex;
  flex-direction: column;
  background-color: #f6953c;
  border-radius: 20px;
  padding: 20px;
  color: #fafafa !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 426px) {
  .schedule .card-items .icon-warning {
    min-width: none;
    width: fit-content !important;
    margin: 0 auto;
  }
}
.schedule .card-items .icon-warning i {
  font-size: 48px;
}
.schedule .card-items .icon-warning b {
  color: #fafafa !important;
}
.schedule .card-items .icon-error {
  height: fit-content !important;
  min-width: 164px;
  display: flex;
  flex-direction: column;
  background-color: #c71717;
  border-radius: 20px;
  padding: 20px;
  color: #fafafa !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 426px) {
  .schedule .card-items .icon-error {
    min-width: none;
    width: fit-content !important;
    margin: 0 auto;
  }
}
.schedule .card-items .icon-error i {
  font-size: 48px;
}
.schedule .card-items .icon-error b {
  color: #fafafa !important;
}
.schedule .card-items .icon-success {
  height: fit-content !important;
  min-width: 164px;
  display: flex;
  flex-direction: column;
  background-color: #39a009;
  border-radius: 20px;
  padding: 20px;
  color: #fafafa !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 426px) {
  .schedule .card-items .icon-success {
    min-width: none;
    width: fit-content !important;
    margin: 0 auto;
  }
}
.schedule .card-items .icon-success i {
  font-size: 48px;
}
.schedule .card-items .icon-success b {
  color: #fafafa !important;
}
.schedule .card-items .icon-info {
  height: fit-content !important;
  min-width: 164px;
  display: flex;
  flex-direction: column;
  background-color: #5d9bf7;
  border-radius: 20px;
  padding: 20px;
  color: #fafafa !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 426px) {
  .schedule .card-items .icon-info {
    min-width: none;
    width: fit-content !important;
    margin: 0 auto;
  }
}
.schedule .card-items .icon-info i {
  font-size: 48px;
}
.schedule .card-items .icon-info b {
  color: #fafafa !important;
}
.schedule .card-items .text-container {
  width: 100%;
  margin-left: 24px;
}
.schedule .card-items .text-container .text-wrap {
  box-shadow: 0px 8px 40px 0px rgba(117, 142, 254, 0.05);
  padding: 25px;
}
.schedule .card-items .text-container .text-wrap b {
  font-size: 24px;
  font-weight: 700;
}
.schedule .card-items .text-container .text-wrap p {
  font-size: 16px;
  font-weight: 400;
}
.schedule .content-wraps {
  border-radius: 16px;
  width: 50vw;
  background-color: #fafafa;
  display: grid;
  padding: 40px 80px;
  gap: 24px;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 769px) {
  .schedule .content-wraps {
    width: 100%;
    padding: 40px;
  }
  .schedule .content-wraps .card-items .text-container .text-wrap {
    padding: 16px;
  }
  .schedule .content-wraps .card-items .text-container b {
    font-size: 16px;
  }
}
@media only screen and (max-width: 426px) {
  .schedule .content-wraps {
    width: 100%;
    padding: 24px;
  }
  .schedule .content-wraps .card-items {
    flex-direction: column;
    width: fit-content;
  }
  .schedule .content-wraps .card-items .text-container {
    margin: 0;
  }
}

.flow .container {
  padding: 0px;
  width: 75vw;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.flow .card {
  margin: 0px !important;
  width: auto !important;
  background-color: #fafafa;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.flow .card .img-container {
  padding: 25px;
  width: auto;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.flow .card .img-container img {
  width: auto;
  height: 256px;
}
.flow .card .text-container .text-wrap {
  display: flex;
  flex-direction: row;
}
.flow .card .text-container .text-wrap b {
  font-size: 28px;
  font-weight: 800;
  color: #035280;
}
.flow .card .text-container p {
  font-size: 16px;
  margin: 0;
  margin-top: 8px;
}
.flow .card .text-container a {
  text-decoration: none;
}
@media only screen and (max-width: 769px) {
  .flow .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .flow .container .card .text-container .text-wrap b {
    font-size: 16px;
  }
  .flow .container .card .text-container p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 426px) {
  .flow .container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.announce .content-container {
  width: 90vw;
}
.announce .text-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.announce .text-wrap .text-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.announce .text-wrap .text-data b {
  font-size: 16px;
  font-weight: 700;
  color: #1d2321;
}
.announce .text-wrap .text-data p {
  font-size: 16px;
  margin: 0;
}
.announce .detail-container {
  border-radius: 8px;
  display: grid;
  background-color: #fafafa;
  padding: 40px;
  gap: 8px;
  grid-template-columns: repeat(1, 1fr);
  border: 1px solid #8297a0;
  width: 50vw;
}
.announce .detail-container .text-wrap {
  padding: 0 24px;
}
.announce .head-container {
  border-radius: 8px;
  display: grid;
  background-color: #fafafa;
  padding: 40px;
  gap: 40px;
  grid-template-columns: repeat(1, 1fr);
  border: 1px solid #8297a0;
}
.announce .head-container .select-container {
  width: 30vw;
}
.announce .table-container {
  margin-top: 42px;
  border-radius: 8px;
  background-color: #fafafa;
  padding: 40px;
  border: 1px solid #8297a0;
}
.announce .table-container h4 {
  font-size: 24px;
  font-weight: 700;
}
.announce .table-container table tr td a {
  text-decoration: none;
  color: #5d9bf7;
  font-weight: 600;
}
@media only screen and (max-width: 769px) {
  .announce .detail-container {
    width: 90vw;
  }
  .announce .table-container {
    padding: 24px;
  }
  .announce .head-container {
    padding: 24px;
  }
  .announce .head-container .select-container {
    width: 50%;
  }
}
@media only screen and (max-width: 425px) {
  .announce .sm-none {
    display: none;
  }
  .announce .text-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    padding: 0px 8px !important;
  }
  .announce .head-container .select-container {
    width: 100%;
  }
  .announce .detail-container {
    padding: 24px;
  }
}

.home-register .content-container {
  margin-top: 48px;
  width: 90vw;
}
.home-register .card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 24px;
}
.home-register .card-container a {
  text-decoration: none;
}
.home-register .card-container .card-item {
  width: 100%;
}
.home-register .card-container .card-item p {
  width: 100%;
  text-align: center;
}
.home-register .card-container .card-item:hover {
  transform: translateY(-5%);
  background-color: #d2eaf7;
}
@media only screen and (max-width: 769px) {
  .home-register .card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 425px) {
  .home-register .card-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-register .card-container .card-item {
    width: 98%;
  }
}

.registration {
  width: 75% !important;
}
@media only screen and (max-width: 769px) {
  .registration {
    width: 90% !important;
  }
}
@media only screen and (max-width: 424px) {
  .registration {
    width: 100% !important;
  }
}
.registration .card-warning {
  background-color: #fcdcbd;
  color: #f6953c;
  padding: 16px;
  border-radius: 8px;
}
.registration .card-success {
  background-color: #d7f7d2;
  color: #39a009;
  padding: 16px;
  border-radius: 8px;
}
.registration .checkbox label {
  font-size: 16px;
  font-weight: 500;
  color: #1d2321;
}
.registration .step-container {
  width: 100%;
  stroke: beige;
  stroke-width: 1px;
  display: flex;
  justify-content: center;
}
.registration .step-container #pills-tab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.registration .step-container #pills-tab .nav-item button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #035280;
  border-radius: 999px;
  font-size: 24px;
}
.registration .step-container #pills-tab .nav-item .active {
  background-color: #035280 !important;
}
.registration .step-container #pills-tab .nav-item p {
  margin: 0;
  text-align: center !important;
  margin-top: 12px;
  font-weight: 700;
}
.registration form {
  margin-top: 42px;
}
.registration form .img-preview {
  border-radius: 4px;
  background-color: #eef0ef;
  width: 128px;
  height: 192px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registration form .img-preview img {
  width: 100%;
}
.registration form .form-content {
  width: 70%;
}
.registration form .form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.registration form .form-info {
  width: 35%;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left: 12px;
  background-color: #d2eaf7;
  padding: 40px;
  border-radius: 8px;
}
.registration form .form-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.registration form .form-info h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.registration form .form-info p {
  font-size: 12px;
  margin: 0px;
}
.registration form .form-info .desc {
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .registration form .form-wrapper {
    flex-direction: column-reverse;
  }
  .registration form .form-info {
    width: 100% !important;
    margin-left: 0px;
    margin-bottom: 24px;
  }
  .registration form .form-content {
    max-width: 100% !important;
    width: 100%;
  }
  .registration form .form-content .input-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .registration form .form-content h2 {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 425px) {
  .registration form .form-info {
    padding: 16px !important;
  }
  .registration form .form-content {
    padding: 16px;
  }
}

.badge-success {
  min-width: 128px;
  background-color: #d7f7d2;
  border-radius: 999px;
  padding: 8px 16px;
  width: fit-content !important;
  color: #39a009 !important;
  text-align: center;
}

.badge-warning {
  min-width: 128px;
  background-color: #fcdcbd;
  border-radius: 999px;
  padding: 8px 16px;
  width: fit-content !important;
  color: #f6953c !important;
  text-align: center;
}

.badge-error {
  min-width: 128px;
  background-color: #f7c6c6;
  border-radius: 999px;
  padding: 8px 16px;
  width: fit-content !important;
  color: #c71717 !important;
  text-align: center;
}

body .wrapper {
  background-color: #035280;
}

.mt-4s {
  margin-top: 128px;
}

.btn-primary {
  background-color: #035280 !important;
  border-style: none !important;
}
.btn-primary:hover {
  background-color: #013959 !important;
}

.btn-primary-outline {
  border-style: solid;
  border-color: #035280 !important;
  color: #035280 !important;
}
.btn-primary-outline:hover {
  background-color: #eef0ef !important;
}

.modal-content {
  background-color: #fafbff !important;
  padding: 24px;
}
.modal-content .modal-header {
  padding: 0px;
  border-style: none;
}
.modal-content .modal-footer {
  padding: 0px;
  border-style: none;
}
.modal-content .modal-body {
  margin: 4px 0px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #eef0ef;
}

.section-header {
  width: 100%;
  background-color: #d2eaf7;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section-header h4 {
  margin: 0px !important;
  font-size: 20px;
  font-weight: 700;
  color: #035280;
}

.form-content {
  background-color: #fafafa;
  padding: 40px;
  max-width: 65% !important;
  border-radius: 8px;
  border: 1px solid #8297a0;
}
.form-content .text-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 769px) {
  .form-content .text-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-content .text-wrap b {
  font-size: 16px;
  font-weight: 700;
  color: #1d2321;
}
.form-content .text-wrap p {
  text-align: left !important;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
.form-content .text-wrap a {
  text-decoration: none;
  font-size: 16px;
  color: #5d9bf7;
  font-weight: 600;
}
@media only screen and (max-width: 769px) {
  .form-content {
    max-width: 90% !important;
    padding: 24px;
  }
}
@media only screen and (max-width: 425px) {
  .form-content {
    max-width: 98% !important;
  }
}
.form-content p {
  color: #5f6571;
  font-size: 12px;
  text-align: center;
}
.form-content h1 {
  font-size: 32px;
  font-weight: 700;
  color: #035280;
}
.form-content .form-grid {
  margin-top: 24px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(1, 1fr);
}
.form-content .form-grid .input-grid {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.form-content .form-grid h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.form-content .form-grid .form-input label {
  font-size: 16px;
  color: #1d2321;
}
.form-content .form-grid .form-input .error {
  color: #c71717;
}
.form-content .radio-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.form-content .radio-container label {
  font-size: 16px;
  color: #1d2321;
}

.user-wrap-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 769px) {
  .user-wrap-nav {
    display: none;
  }
}
.user-wrap-nav p {
  margin: 0px;
  margin-left: 8px;
  font-size: 16px;
  color: #fafafa;
}

.form-logout-md {
  display: none;
  color: #fafafa;
}
@media only screen and (max-width: 769px) {
  .form-logout-md {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

body .content-wrap {
  min-height: 90vh;
  padding: 20px 80px;
  background-color: #eef0ef;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  body .content-wrap {
    padding: 40px;
  }
}
@media only screen and (max-width: 425px) {
  body .content-wrap {
    padding: 24px;
  }
}
body .content-wrap .breadcrumb {
  width: fit-content;
  margin: 0 auto;
}
body .content-wrap .breadcrumb .active {
  color: #8297a0;
  font-weight: 600;
}
body .content-wrap .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 36px;
}
body .content-wrap .content h1 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
body .content-wrap .content .beranda {
  width: 50vw;
}
body .content-wrap .card {
  width: 80vw;
  border-radius: 20px !important;
  margin-top: 10vw;
  background-color: #fafafa;
}
body .content-wrap .card .card-body {
  border-radius: 20px !important;
  padding: 40px 40px;
}
body .content-wrap .card .card-body a {
  text-decoration: none;
  color: #035280;
  font-weight: 600;
}
body .content-wrap .card p {
  font-size: 16px;
  margin: 0;
}
body .content-wrap .card .card-title {
  border-radius: 20px !important;
  box-shadow: 0px 8.099px 40.497px 0px rgba(117, 142, 254, 0.05);
  background-color: #fafafa;
  padding: 24px;
}
body .content-wrap .card .card-title h1 {
  text-align: left;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  body .content-wrap {
    padding: 20px 40px;
  }
  body .content-wrap .card {
    width: 100%;
  }
  body .content-wrap .card-body {
    padding: 20px 40px !important;
  }
}
@media only screen and (max-width: 425px) {
  body .content-wrap {
    padding: 24px;
  }
  body .content-wrap .card-body {
    padding: 20px 24px !important;
  }
}

footer {
  padding: 40px 80px !important;
}
@media only screen and (min-width: 370px) and (max-width: 767px) {
  footer {
    padding: 16px 24px !important;
  }
  footer #footer-wrap {
    flex-direction: column !important;
  }
  footer .right {
    margin-top: 16px;
  }
  footer .nav-group {
    grid-template-columns: repeat(2, auto) !important;
  }
  footer #credit {
    margin-top: 36px;
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  footer {
    padding: 16px 40px !important;
  }
  footer #footer-wrap {
    flex-direction: column !important;
  }
  footer .right {
    margin-top: 16px;
  }
  footer .nav-group {
    grid-template-columns: repeat(5, auto) !important;
  }
  footer #credit {
    margin-top: 36px;
    text-align: center !important;
  }
}
footer #footer-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer #credit {
  font-size: 12px;
  font-weight: 300;
  border-style: solid;
  border-color: #eef0ef;
  border-width: 0px;
  border-top-width: 1px;
}
footer .right b {
  font-size: 20px;
  margin: 0px;
}
footer .right p {
  font-size: 16px;
  margin: 0px;
}
footer .left .icon-group {
  display: grid;
  gap: 10px;
  justify-content: start;
  grid-template-columns: repeat(3, auto) !important;
}
footer .left .icon-group .ri {
  font-size: 32px !important;
}
footer .left .label-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .left .label-wrap b {
  color: #035280 !important;
  font-size: 12px !important;
}
footer .left .label-wrap p {
  color: #035280 !important;
  font-size: 11px !important;
  margin: 0px !important;
}
footer .left .nav-group {
  display: grid;
  gap: 10px;
  justify-content: start;
  grid-template-columns: repeat(5, auto);
}
footer .left .nav-group li {
  display: none !important;
}
footer .left .nav-group .nav-item {
  color: #8297a0;
  font-size: 16px;
  display: inline !important;
}
footer .left .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #fafafa;
  border-radius: 999px;
  border-style: solid;
  border-color: rgba(238, 240, 239, 0.4);
  border-width: 1px;
}
footer .left img {
  width: auto;
  height: 36px;
  margin: 0px;
}

.card-item {
  width: 22.5%;
  min-height: 35vh;
  background-color: white;
  transition: all 0.5s ease;
  box-shadow: 0px 8px 40px 0px rgba(117, 142, 254, 0.05);
  padding: 24px;
  border-style: solid;
  border-color: rgba(130, 151, 160, 0.5);
  border-width: 0.1px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-item:hover {
  transform: translateY(-5%);
  background-color: #d2eaf7 !important;
}
.card-item .icon-container {
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 30px;
  justify-content: center;
}
.card-item .icon-container .ri {
  color: #035280 !important;
  font-size: 40px;
  line-height: 100%;
}
.card-item b {
  font-size: 24px;
  font-weight: 700;
  color: #1d2321 !important;
}
.card-item p {
  width: 70%;
  font-size: 16px;
  font-weight: 400;
  color: #1d2321 !important;
}

html:not([data-scroll="0"]) nav {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1) !important;
  border-style: solid !important;
  border-width: 0px !important;
  border-bottom-width: 1px !important;
  border-color: rgba(238, 240, 239, 0.4) !important;
}

nav {
  padding: 0px !important;
  border-style: none !important;
  background-color: #035280 !important;
}
nav .navbar-toggler {
  background-color: #fafafa !important;
}
nav .container-fluid {
  padding: 16px 80px;
}
@media only screen and (max-width: 426px) {
  nav .container-fluid {
    padding: 16px 24px !important;
  }
}
@media only screen and (max-width: 769px) {
  nav .container-fluid {
    padding: 16px 40px;
  }
  nav .navbar-nav {
    flex-direction: column !important;
    border-style: solid;
    border-color: #fafafa;
    border-width: 0px;
    border-bottom-width: 1px;
    margin-bottom: 20px;
  }
  nav .nav-item {
    padding: 8px 0px !important;
    margin: 0px !important;
  }
  nav .user-wrap {
    display: flex;
    flex-direction: column;
  }
  nav .user-wrap p {
    font-size: 14px;
    text-align: center !important;
    color: #fafafa;
  }
  nav .user-wrap .btn-white {
    background-color: #fafafa;
    color: #035280;
  }
}
@media only screen and (max-width: 1435px) {
  nav .container-fluid {
    padding: 8px 16px !important;
  }
}
nav .nav-icon img {
  width: auto;
  height: 48px;
}
nav .nav-icon .text-wrap {
  font-size: 12px;
  color: #fafafa;
}
nav .nav-icon .text-wrap b {
  margin: 0px;
}
nav .nav-icon .text-wrap p {
  font-weight: 300;
  margin: 0px;
}
nav .navbar-nav {
  display: flex;
  flex-direction: row;
}
nav .navbar-nav li {
  display: none;
}
nav .navbar-nav .nav-item {
  padding: 8px 6px;
  font-size: 16px;
  color: #8297a0;
  font-weight: 400;
  display: inline !important;
  margin: 0px 8px;
}
nav .navbar-nav .nav-item .nav-link {
  color: #8297a0 !important;
  padding: 0px !important;
}
nav .navbar-nav .nav-item .nav-link:hover {
  color: #fafafa !important;
}
nav .navbar-nav .nav-item .active {
  width: fit-content !important;
  color: #fafafa !important;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
}

@media only screen and (max-width: 769px) {
  .auth {
    padding: 0px 40px;
  }
}
.auth .card-body h2 {
  font-weight: 800;
  font-size: 42px;
}
.auth .card-body p {
  font-size: 16px;
  color: #8297a0;
}
.auth .welcome-body {
  padding: 40px 32px;
  display: flex;
  justify-content: center;
  background-color: #035280;
}
@media only screen and (max-width: 769px) {
  .auth .welcome-body {
    display: none;
  }
}
.auth .welcome-body p {
  font-size: 16px;
  color: #fafafa;
}
.auth .welcome-body h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fafafa;
}
.auth .welcome-body h4 span {
  color: #e2ff85;
}
.auth form a {
  text-decoration: none;
  color: #035280;
}

/*# sourceMappingURL=custom.css.map */
