@charset "UTF-8";
.stepper .nav-tabs {
  position: relative;
}
 .content {
     padding-top: 5%;
     text-align: center;
 }

.input-stepper{
    display: block;
    padding: 0.5%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 1em;
    border-bottom: 2px solid teal;
    width: 70%;
    text-align: center;
}
#months{
    padding: 0.5%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 1em;
    border-bottom: 2px solid teal;
    width: 15%;
    text-align: center;
    height: 4%;
    font-size: medium;
}

#for_months{
margin-right: 1em;
font-weight: bold;
font-size: medium;
margin-bottom: 0;
}
.stepper .nav-tabs > li {
  width: 25%;
  position: relative;
}
.stepper .nav-tabs > li:after {
  content: "";
  position: absolute;
  background: #f1f1f1;
  display: block;
  width: 100%;
  height: 5px;
  top: 30px;
  left: 50%;
  z-index: 1;
}
.stepper .nav-tabs > li.completed::after {
  background: #dc3545;
}
.stepper .nav-tabs > li:last-child::after {
  background: transparent;
}
.stepper .nav-tabs > li.active:last-child .round-tab {
  background: #dc3545;
}
.stepper .nav-tabs > li.active:last-child .round-tab::after {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}
.stepper .nav-tabs [data-toggle="tab"] {
  width: 25px;
  height: 25px;
  margin: 20px auto;
  border-radius: 100%;
  border: none;
  padding: 0;
  color: #f1f1f1;
}
.stepper .nav-tabs [data-toggle="tab"]:hover {
  background: transparent;
  border: none;
}
.stepper .nav-tabs > .active > [data-toggle="tab"],
.stepper .nav-tabs > .active > [data-toggle="tab"]:hover,
.stepper .nav-tabs > .active > [data-toggle="tab"]:focus {
  color: #34bc9b;
  cursor: default;
  border: none;
}
.stepper .tab-pane {
  position: relative;
  padding-top: 50px;
}
.stepper .round-tab {
  width: 25px;
  height: 25px;
  line-height: 22px;
  display: inline-block;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #dc3545;
  color: #34bc9b;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 14px;
}
.stepper .completed .round-tab {
  background: #dc3545;
    color: #dc3545;
}
.stepper .completed .round-tab::after {
  content: "✔";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}
.stepper .active .round-tab {
  background: #fff;
  border: 2px solid #34bc9b;
}
.stepper .active .round-tab:hover {
  background: #fff;
  border: 2px solid #34bc9b;
}
.stepper .active .round-tab::after {
  display: none;
}
.stepper .disabled .round-tab {
  background: #fff;
  color: #f1f1f1;
  border-color: #f1f1f1;
}
.stepper .disabled .round-tab:hover {
  color: #4dd3b6;
  border: 2px solid #a6dfd3;
}
.stepper .disabled .round-tab::after {
  display: none;
}
.d1-error{
  color: black;
  max-width: 50%;
  margin: auto;
  background-color: #dc143c;

}
.a-error{
  font-size: 20px;
  color: white !important;
  opacity: unset;
}
.a-error:hover{
  color: white !important;
}
@media (max-width: 800px) {
.d1-error{
  max-width: 80%;
}
}

.mm-data {
  margin: 0.5em auto 0.5em auto;
}

.logo-main{
    margin: 0 auto 5px auto;
    max-height: 150px;
    max-width: 150px;
}
.panel{
    background: linear-gradient(to bottom, #E5E6E4, #F5F5F5);
    padding-top: 5px;
}

#pay-foot{
    background: #ced4da;
    border-style: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: rgba(33, 37, 41, 0.75);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    font-size: medium;
}

.f-small{
    font-size: small;
}

.txt-cent{
    text-align: center;
}
.m-l-q{
margin-left: 25%;
}

.f-m{
    font-size: medium;
}
.w-100{
    width: 100%;
}
.m-t-5p{
    margin-top: 5%;
}

.p-3{
    padding: 3px;
}
.bs-none{
    border-style: none;
}
.b-gray{
    background: var(--bs-gray-400);
}

.bt-s{
    border-top: 2px solid #dc3545 ;
}