/*your custom css goes here*/

.progressbar li{
  position: relative;
}

.progressbar li::before {

    color: var(--primary);
}

.progressbar li.active::before {
     color: var(--primary) !important;
}

.progressbar li.active + li:after {
    background-color: #02afef;
}

.progressbar li.active:before {
    border-color: #02afef;
}

.progressbar span{
    color: gray;
    font-weight: 600;
}

.progressbar li::before {
    color: #c99696 !important;
}

/*step*/

.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 12%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progressbar li:first-child:before {
    content: "";
    font-family: 'Font Awesome\ 5 Free';
    counter-increment: step;
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
}


.progressbar li:nth-child(1) span::after {
position: absolute;
    content: '';
    left: 13px;
    top: 28%;
    background: var(--primary);
    width: 34%;
    height: 6px;
    border-radius: 999px;
}

.progressbar li:nth-child(3) span::after {
position: absolute;
    content: '';
    right: 15px;
    top: 28%;
    background: #c99696;
    width: 34%;
    height: 6px;
    border-radius: 999px;
}


.progressbar li:nth-child(2):before {
content: "";
   font-family: 'Font Awesome\ 5 Free';
  counter-increment: step;
   font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 1px solid #c99696;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
   position: relative;
  z-index: 2;
}
.progressbar li:nth-child(3):before {
content: "";
   font-family: 'Font Awesome\ 5 Free';
   transform: rotateY(180deg);
  counter-increment: step;
   font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 1px solid #c99696;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
   position: relative;
  z-index: 2; 
}
.progressbar li:nth-child(4):before {
content: "";
   font-family: 'Font Awesome\ 5 Free';
  counter-increment: step;
   font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
   position: relative;
  z-index: 2;
}
.progressbar li:nth-child(5):before {
content: "";
   font-family: 'Font Awesome\ 5 Free';
  counter-increment: step;
   font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
   position: relative;
  z-index: 2;
}
.progressbar li:nth-child(6):before {
content: "";
   font-family: 'Font Awesome\ 5 Free';
  counter-increment: step;
   font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
   position: relative;
  z-index: 2;
}
.progressbar li:nth-child(7):before {
content: "";
   font-family: 'Font Awesome\ 5 Free';
  counter-increment: step;
   font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
   position: relative;
  z-index: 2;
}
.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c99696;
    top: 25px;
    left: -42%;
        border: 1px dashed red;

}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: var(--primary);
}
.progressbar li.active:before {
  border-color: var(--primary);
}


.progressbar li.complete::before {
     color: #2cd22c !important;
}

.progressbar li.complete + li:after {
    background-color: #2cd22c !important;
}

.progressbar li.complete:before {
    border-color: #2cd22c  !important;
}

.membership_menu{
        position: absolute;
    top: 157px;
    background: white;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
    font-weight: bold;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 5px;
}

.packageCard{
    background: white;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border: 1px solid lightgray;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
}

.membershipcardspackages{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.checkborder-primary{
        border: 2px solid var(--primary) !important;
    background: unset;
    color: var(--primary);
    font-weight: 600;
    border-radius: 5px;
}


div.zabuto_calendar .table tr.calendar-month-header td {
    background-color: white !important;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: white !important;
} 

div.zabuto_calendar div.calendar-month-navigation {
    background: #000;
    width: 35px;
    border-radius: 5px;
        margin-left: 20px;
    margin-right: 20px;
}

.calendar-month-header td:nth-child(1) span{position: relative;}

.calendar-month-header td:nth-child(1) span::before {
    position: absolute;
    content: '<';
    width: 20px;
    height: 20px;
    /* background-color: red; */
    top: -13px;
    left: 50%;
    color: white;
    transform: translateX(-50%);
}

.calendar-month-header td:nth-child(3) span{position: relative;}

.calendar-month-header td:nth-child(3) div{margin-left: auto;}

.calendar-month-header td:nth-child(3) span::before {
    position: absolute;
    content: '>';
    width: 20px;
    height: 20px;
    /* background-color: red; */
    top: -13px;
    left: 50%;
    color: white;
    transform: translateX(-50%);
}

/*div.zabuto_calendar .badge-event {
    font-size: 0.95em;
    padding-left: 8px;
    padding-right: 8px; 
    padding-bottom: 4px;
    background: red;
    padding: 15px;
    position: relative;
}

div.zabuto_calendar .badge-event::before{
    position: absolute;
    content: '+';
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}*/

div.zabuto_calendar .badge-event {
    width: 100%;
    height: 100%;
    right: -40px !important;
    top: -30px;
}

@media(max-width: 1500px){
#my-calendar{
        width: 100%;
    margin-left: 20px !important;
}
div.zabuto_calendar .badge-event {
    right: -28px !important;
}
}

.activity-rounded {
  border-radius: 1rem!important;
}