.flex-wrap {
    flex-wrap: wrap !important;
}
.d-flex {
    display: flex !important;
}
.d-block {
    display: block !important;
}
.w-25 {
  width: 25% !important
}
.w-100 {
    width: 100% !important;
}
img.w-100 {
    width: 100px !important;
    height: 100px;
	margin: 0 auto;
    z-index: 1;
}
.form-control {
    display: block;
    width: 100%;
    padding: 1rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25;
    color: #0A2463;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ACB4C4;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-center {
    text-align: center !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.rounded {
    border-radius: 5px !important;
}
.position-relative {
    position: relative !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.btn img, svg {
    vertical-align: bottom;
}

.text-uppercase {
    text-transform: uppercase !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}


@media (min-width: 768px) {
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
}

@media (min-width: 576px) {
    .col-sm-12 {
        flex: 0 0 auto;
      /*  width: 100%; */
    }
}



.me-4 {
    margin-right: 1rem !important;
}

.mt-1 {
    margin-top: .25rem !important;
}
.mt-4 {
    margin-top: 1rem !important;
}
.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
}
main .mt-8 {
    margin-top: 0rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mt-8 {
    margin-top: 2rem !important;
}
.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}
.mb-lg-12 {
    margin-bottom: 3rem !important
}



.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    color: #0A2463;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem;
    font-size: .875rem;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #00be63;
    border-color: #0799e2;
}
.btn-secondary {
    color: #000;
    background-color: #fbfff1;
    border-color: #d0d9de;
}
.btn-success {
    color: #fff;
    background-color: #297373;
    border-color: #297373;
}
.btn-danger {
    color: #fff;
    background-color: #FF4564;
    border-color: #FF4564;
}

.btn-info {
  color: #fff;
  background-color: #45C1FF;
  border-color: #45C1FF
}
.alert {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 5px
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 600
}

.alert-dismissible {
  padding-right: 3rem
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem
}

.alert-primary {
  color: #99293c;
  background-color: #ffdae0;
  border-color: #ffc7d1
}

.alert-primary .alert-link {
  color: #7a2130
}

.alert-secondary {
  color: #998d8f;
  background-color: #fffbfc;
  border-color: #fff9fa
}

.alert-secondary .alert-link {
  color: #7a7172
}

.alert-success {
  color: #194545;
  background-color: #d4e3e3;
  border-color: #bfd5d5
}

.alert-success .alert-link {
  color: #143737
}

.alert-info {
  color: #297499;
  background-color: #daf3ff;
  border-color: #c7ecff
}

.alert-info .alert-link {
  color: #215d7a
}

.alert-warning {
  color: #8c8135;
  background-color: #fbf7de;
  border-color: #f8f3cd
}

.alert-warning .alert-link {
  color: #70672a
}

.alert-danger {
  color: #99293c;
  background-color: #ffdae0;
  border-color: #ffc7d1
}

.alert-danger .alert-link {
  color: #7a2130
}

.alert-light {
  color: #919396;
  background-color: #fcfdfe;
  border-color: #fbfcfe
}

.alert-light .alert-link {
  color: #747678
}

.alert-dark {
  color: #06163b;
  background-color: #ced3e0;
  border-color: #b6bdd0
}

.alert-dark .alert-link {
  color: #05122f
}


@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #DADFE9;
  border-radius: 5px
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #FF4564;
  transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none
  }
}
.alert-warning {
    color: #8c8135;
    background-color: #fbf7de;
    border-color: #f8f3cd;
}
.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
}