/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
.carSale__product .product-info .dis pre{
  padding: 0;
  background-color: transparent;
  font-family: "Inter-Medium", sans-serif;
  color: #373F41;
  font-size: 16px !important;
  line-height: 22px;
  letter-spacing: 0.07px;
}
.mfp-wrap.mfp-wrap.trackday-main-refund-popup{
    width: 50%;
    height: 200px;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #1b459c;
}
.refund-cancel-btn{
    margin-left: 15px;
}
#trackday-global-loader{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: -1%;
    left: 0;
    opacity: 1;
    background-color: #c2e0ff17;
    z-index: 999999999;
}
#trackday-global-loader .spinner {
    position: relative;
}
#trackday-global-loader .spinner:before {
    content: "";
    border: 3px solid #2a53a5;
    border-right: 3px solid transparent;
    -webkit-animation: animation-spinner 0.5s linear infinite;
    animation: animation-spinner 0.5s linear infinite;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -0.75rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
}
@-webkit-keyframes animation-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animation-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woocommerce .woocommerce-orders-table a.button.trackday-refund-btn{
  max-width: 150px;
}
.event-time-validate-msg{
  display: none;
  position: relative;
  margin-top: 20px;
}
.event-form__form .event-time-validate-msg p.error {
  font-family: "Inter-Medium", sans-serif;
  color: #fff;
  margin: 0;
  letter-spacing: 0px;
  background-color: #AF3493;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: auto;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 5px;
  min-width: 102px;
  top: -15px;
  right: 15px;
  z-index: 1;
}
.popupBox .confirmEvent .checkboxBlock{
  display: flex;
  flex-direction: column;
}
.checkboxBlock label.checked:after{
  opacity: 1;
}
.carSale__product-title .action_items .pricing{
  white-space: nowrap;
}
#buddypress.buddypress-wrap .bp-wrap .item-body .group_members .members-group-list .item-entry .list-wrap .list-wrap-inner .item .item-block .club-moderator-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#buddypress.buddypress-wrap .bp-wrap .item-body .group_members .members-group-list .item-entry .list-wrap .list-wrap-inner .item .item-block .club-moderator-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#buddypress.buddypress-wrap .bp-wrap .item-body .group_members .members-group-list .item-entry .list-wrap .list-wrap-inner .item .item-block .club-moderator-box .club-member-role{
  padding:0 5px;
  font-family: 'Inter-SemiBold';
  color: #373F41;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  text-align:center;
}
.club-member-moderator-button{
  display: flex;
  align-items: center;
  justify-content: flex-end;

}
.club-member-moderator-button label{
  font-family: 'Inter-SemiBold';
  color: #373F41;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-right:10px;
}
#buddypress.buddypress-wrap .bp-wrap .item-body .group_members .members-group-list .item-entry .list-wrap .list-wrap-inner .item .item-block .club-moderator-box .list-title{
  width: 38%;
}
.club-member-role{
  width: 24%;
}
.club-member-moderator-button{
  width: 38%;
}
.club-role-change-message{
  width: 100%;
  text-align: right;
}
@media screen and (min-width:992px) and (max-width:1199px){
  #buddypress.buddypress-wrap .bp-wrap .item-body .group_members .members-group-list .item-entry .list-wrap .list-wrap-inner .item .item-block .club-moderator-box{
    justify-content: flex-start;
  }
  #buddypress.buddypress-wrap .bp-wrap .item-body .group_members .members-group-list .item-entry .list-wrap .list-wrap-inner .item .item-block .club-moderator-box .list-title,
  .club-member-role{
    width: 50%;
  }
  .club-member-moderator-button{
    width: 100%;
  }
  #buddypress.buddypress-wrap .bp-wrap .item-body .group_members .members-group-list .item-entry .list-wrap .list-wrap-inner .item .item-block .club-moderator-box .club-member-role{
    text-align: right;
    padding: 0 0 10px;
  }
  .club-member-moderator-button{
    justify-content: flex-start;
    margin: 0 0 10px;
  }
  .club-role-change-message{
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width:767px){
  #buddypress.buddypress-wrap .bp-wrap .item-body .group_members .members-group-list .item-entry .list-wrap .list-wrap-inner .item .item-block .club-moderator-box{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #buddypress.buddypress-wrap .bp-wrap .item-body .group_members .members-group-list .item-entry .list-wrap .list-wrap-inner .item .item-block .club-moderator-box .list-title,
  .club-member-role,
  .club-member-moderator-button{
    width: 100%;
  }
  #buddypress.buddypress-wrap .bp-wrap .item-body .group_members .members-group-list .item-entry .list-wrap .list-wrap-inner .item .item-block .club-moderator-box .club-member-role{
    text-align: left;
    padding: 0 0 10px;
  }
  .club-member-moderator-button{
    justify-content: flex-start;
    margin: 0 0 10px;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .club-role-change-message{
    width: 100%;
    text-align: left;
  }
}

.event-update-message-box{
  background-color: rgba(92, 198, 137, 0.33);
  padding: 15px;
  margin-bottom: 30px;
  width: 100%;
  font-family: "Bau-Bold", sans-serif;
  text-align: center;
  color: #373F41;
  border-radius: 5px;
  font-size: 16px;
  line-height: 15px;
}
#user-premium-membership-personal-li{
  display: none;
}