:root {
    --text-dark: #000;
    --primary-color: #771308;
    --secondary-color: #faf8b6;
    --box-shadow: #1d26260d;
    --border: #ddd;
    --white: #fff;
    --bg: #f6f2f1;
    --text: #515151;
    --baige: #f7f0eb;
  }

body {font-size: 16px;}

@font-face {
  font-family: "Phosphor";
  src:
    url("../fonts/Phosphor.woff2") format("woff2"),
    url("../fonts/Phosphor.woff") format("woff"),
    url("../fonts/Phosphor.ttf") format("truetype"),
    url("../fonts/Phosphor.svg#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* custom */
*p{
  display: block;
}

.woocommerce-account #_header-2-29.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active {
  position: unset;
}
.canvasjs-chart-container canvas {
  position: unset !important;
}
.timeslot-time-picker-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.timeslot-date-picker-wrapper {
  max-width: 1280px;
}
.time-wrapper {
  border-color: #ddd;
}
.new-class-booking-form-wrapper .field-wrapper.instructor-wrapper {
  padding-left: 30px;
}
.time-wrapper:hover{
border-color: #faf6f5;
transition: 0.3s ease-in-out;
}
.ui-datepicker-trigger {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: var(--text-dark);
  color: var(--white);
  font-size: 17px;
}
.ui-datepicker-trigger:hover{
  background: var(--primary-color);
  color: var(--white);
}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  display: block;
}

.class-detail-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
 text-align: left;
  flex-direction: column;
  gap: 15px;
}

.profile-grid-wrapper {
  padding: 30px 20px;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  background: var(--white);
  overflow: hidden;
  border: 1px solid var(--border);
}
.profile-grid-wrapper::before, .profile-grid-wrapper::after {
  content: "";
  opacity: 0.35;
  filter: blur(75px);
  position: absolute;
  z-index: -1;
  height: 175px;
  width: 175px;
}
.profile-grid-wrapper::before {
  background: var(--text);
  left: -50px;
  top: -50px;
  opacity: 0.3;
}
.profile-grid-wrapper::after {
  background: var(--primary-color);
  right: -100px;
  bottom: -100px;
}
.modal-body-wrapper .profile-list-row {
  padding: 20px;
  margin-top: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  position: relative;
  z-index: 6;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(1,minmax(0px,1fr));
  row-gap: 20px;
  column-gap: 20px;
}

.field-wrapper {
  display: flex;
  gap: 8px;
  align-items: baseline;
   margin-bottom: 20px;
}
.field-wrapper label {
  font-weight: 500;
}

.select2-selection.select2-selection--single.select2-selection--clearable {
  border-color: var(--primary-color);
}

.profile-strip-data-wrapper {
  display: flex;
}
.avatar-wrappar {
  padding: 0 20px 0px 30px;
  border-right: solid 1px var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  }
.bardge.badge-primary {
  background: var(--primary-color);
  rotate: -45deg;
  position: absolute;
  top: 13px;
  left: -91px;
  overflow: hidden;
  z-index: -3;
  display: block;
  text-align: center;
  font-size: 12px;
  width: 224px;
  padding: 3px 0;
  color: var(--white);
}
.profile-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  line-height: 1.2;
}
/*   .profile-strip-data-wrapper {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

/*  .profile-strip-action-wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 border-radius:10px;
} */

.profile-strip-main-wrapper.wccb_student {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  z-index: 6;
  overflow: hidden;
  position: relative;
  justify-content: space-between;
  background-color: var(--white);
}
.woocommerce-MyAccount-content .strip-action-link {
  font-size: 13px;
  color: var(--white);
  font-weight: 500;
  background: var(--primary-color);
  padding: 12px 20px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
}
.woocommerce-MyAccount-content .strip-action-link::after{
  content: "";
width: 20px;
height: 20px;
position: relative;
background-size: 20px;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../images/dashboard/right1.svg);
display: none;
}

.woocommerce-MyAccount-content .strip-action-link:hover {
  background: var(--text-dark);
  color: var(--white) !important;
  text-decoration: none;
} 

.profile-strip-action-wrapper .strip-action-link.purchase-hours-link {
  color: var(--white);
  background: var(--text-dark);
}

.strip-action-link.purchase-hours-link:hover{
  background:var(--primary-color);
  color:var(--white);
  text-decoration: none;
  }

.profile-list-row {
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 6;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3,minmax(0px,1fr));
  row-gap: 20px;
  column-gap: 20px;
  background-color: var(--white);
}

table{
  margin-bottom: 40px;
}

.profile-data {
display: grid;
align-items: stretch;
grid-template-columns: repeat(2,minmax(0px,1fr));
gap: 20px;
width: 100%;
margin-bottom: 40px;
transition-duration: .5s;
transition-property: all;
overflow: hidden;
}
.hour-wraper-grid {
  display: grid;
  grid-template-columns: repeat(1,minmax(0px,1fr));
  gap:20px
}
.profile-data li {
  list-style: none;
  display: flex;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.profile-data li:nth-child(1), .profile-data li:nth-child(3){
  border-right: 1px solid v1px solid var(--border);
}
.profile-detail-wrapper .profile-data .data-count {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  font-family: 'poppins';
  color: var(--primary-color);
}

.link-wrapper .wccb-link.assign-profile-instructor-link {
  background: var(--primary-color);
  padding: 15px 20px;
  border-radius: 5px;
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.link-wrapper .wccb-link.assign-profile-instructor-link:hover {
  background: var(--text-dark);
  transition-duration: .5s;
  transition-property: all;
}
.content-wrapper .top-button-wrapper {
  padding-bottom: 10px;
  margin-bottom: 38px;
  margin-top: -49px;
  align-items: flex-start;
  text-align: end;
}
.package-detail-wrapper .package-title {
  font-size: 20px;
  color: var(--text-dark);
  font-weight: 500;
  padding: 20px 0;
}
.top-button-wrapper .wccb-link.add-profile-link {
  background: var(--primary-color);
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  color: var(--white);
}
.top-button-wrapper .wccb-link.add-profile-link:hover{
  background: var(--text-dark);
  text-decoration: none;
}
.profile-strip-action-wrapper .strip-action-link.change-profile-link {
  color: var(--white);
  background: var(--primary-color);
}
.profile-strip-action-wrapper .strip-action-link.change-profile-link:hover {
  color: var(--white);
  text-decoration: none;
  background: var(--text-dark);
}
.new-class-booking-form-wrapper .new-class-booking {
display: block;
align-items: center;
margin-top: 30px;
}

.selected-slots-main-wrapper.sticky-slots {
  position: fixed;
  bottom: 87px;
  left: 60px;
  text-align: center;
  max-width: 150px;
  width: 100%;
}
.selected-slots-main-wrapper.sticky-slots h3 {
  color: var(--primary-color);
  border-bottom: solid 1px var(--primary-color);
  font-family: poppins;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}
.selected-slot-date-time-row {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
}
.data-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.data-count {
font-size: 14px ;
font-weight: 500;
color: #000;
}
ul.profile-data {
padding-left: 0;
}
.btn.btn-primary.save-booking.sticky-button:hover {
background: var(--text-dark);
}

.hour-data-wrapper {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px, 1fr));
  /* background: var(--white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border-radius: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

/* .inner-content-wrapper.student-hours-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
} */

.instructor-past-classes-wrapper .booking-classes-row.instructor-past-classes-row {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0px,1fr));
  grid-column-gap: 20px;
}

.data-row-wrapper.purchased-date {
background: var(--secondary-color) ;
color: var(--primary-color) ;
padding: 10px;
border-radius: 10px;
}
.data-row-wrapper.purchased-date .data-count {
color: var(--text-dark) ;
font-size: 14px;
font-weight: 500;
}
.data-row-wrapper .purchased-date .label-wrapper {
font-weight: 500;
font-size: 16px;
}
.data-row-wrapper.credit-minutes {
  background: var(--secondary-color) ;
  color: var(--primary-color) ;
  padding: 16px;
  border-radius: 10px;
}

.deduct-minute-form-wrapper .deduct-minute .field-group {
  display: grid;
  gap: 0px;
}

.data-row-wrapper.credit-minutes, .label-wrapper,
.data-row-wrapper.remaining-minutes, 
.data-row-wrapper.expiry-date {
  color: var(--primary-color) ;
font-size: 16px;
font-weight: 500;
}
.data-row-wrapper.used-minutes, 
.data-row-wrapper.remaining-minutes,
.data-row-wrapper.expiry-date {
  background: var(--secondary-color);
  color: var(--primary-color) ;
  padding: 20px;
  border-radius: 10px;
}

.data-row-wrapper.used-minutes .data-count {
color: var(--text-dark) ;
font-size: 14px;
font-weight: 500;
}

.data-row-wrapper.credit-minutes .data-count
 {
color: var(--text-dark) ;
font-size: 14px;
font-weight: 500 ;
}
.data-row-wrapper.num-booked-class {
  background: var(--secondary-color) ;
  color: var(--primary-color) ;
  padding: 16px;
  border-radius: 10px;
}
.data-row-wrapper.num-booked-class .data-count {
color: var(--text-dark) ;
font-size: 16px;
font-weight: 500;
}
.profile-strip-main-wrapper.wccb_student .profile-strip-action-wrapper {
  display: flex;
  gap: 12px;
}

.progress-bar-wrapper {
  margin-bottom: 30px;
  width: 93%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
}
.progress-bar-data-wraper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.percent-used {
  color: var(--primary-color);
  font-weight: 500;
}
.progress {
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #eee;
  border-radius: 10px;
}
.bg-primary {
  background-color: #871111;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-striped;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 1rem;
}

@keyframes progress-bar-striped {
  0% {
    background-position: 40px 0;
  }

  100% {
    background-position: 0 0;
  }
}


.package-image {
border-radius: 10px;
}
.booking-class-grid.instructor-booking-grid .ribbone.ribbone-top-left,
.hour-wrapper-grid .ribbone.ribbone-top-left, 
.hour-wraper-grid .ribbone.ribbone-top-left {
  background: var(--primary-color);
  left: -35px;
  overflow: hidden;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 14px;
  width: 132px;
  padding: 3px 0;
  position: absolute;
  inset-block-start: 18px;
  color: var(--white);
  rotate:-45deg;
}
.booking-class-grid.student-booking-grid .ribbone.ribbone-top-left{
  background: var(--primary-color);
  left: -35px;
  overflow: hidden;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 14px;
  width: 132px;
  padding: 3px 0;
  position: absolute;
  inset-block-start: 18px;
  color: var(--white);
  rotate:-45deg;
}

.student-past-classes-wrapper .ribbone.ribbone-top-left {
  background: #ddd;
  background: var(--primary-color);
  left: -35px;
  overflow: hidden;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 13px;
  width: 132px;
  padding: 3px 0;
  position: absolute;
  inset-block-start: 18px;
  color: var(--white);
  rotate: -45deg;
}
.profile-grid-wrapper .ribbone.ribbone-top-left{
  background: #ddd;
  background: var(--primary-color);
  left: -35px;
  overflow: hidden;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 14px;
  width: 132px;
  padding: 2px 0;
  position: absolute;
  inset-block-start: 18px;
  color: var(--white);
  rotate: -45deg;
}

/* .profile-grid-wrapper .ribbone.ribbone-top-left::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 6;
  inset-block-start: 0;
  inset-inline-end: -8px;
  border-block-start: 13px solid #1ABE17;
  border-block-end: 13px solid #1ABE17;
  border-inline-end: 8px solid transparent;
} */

.ribbone-success {
color: var(--white);
padding: 0 10px;
}

/* .new-class-booking {
display: grid;
 grid-template-columns: repeat(2,minmax(0px, 1fr)); 
background: var(--white);
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
align-items: center;
margin-top: 30px;
padding: 20px;
border-radius: 10px;
} */
.package-image {
border-radius: 10px;
width: 100%;
}

.class-detail-wrapper .package-title {
padding: 0 10px;
color: var(--text-dark);
font-weight: 500;
font-size: 16px;
line-height: 1.2;
}

.class-date-time {
 padding: 0 10px;
color:var(--text-dark);
font-weight:500;    
line-height:1.2;
font-size: 16px;
}

.class-detail-wrapper .instructor-wrapper {
display: flex;
padding: 0 10px;
color:var(--text-dark);
font-weight:500;      
gap: 10px;
align-items:center;
}

.booking-classes-row.student-upcoming-classes-row .link-wrapper {
  display: flex;
  gap: 20px;
}
.wccb-link.class-grid-view-link.cancel-class-link{
 padding: 0 10px;
color: var(--text-dark);
font-weight: 500;
position: relative;
font-size: 16px;
}
.wccb-link.class-grid-view-link.cancel-class-link::after{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position:center center;
  background-image: url(../images/dashboard/cancel.svg);
  padding-left: 43px;
  padding-top: 26px;
}

.woocommerce {
display: block;
}
.deselect-slot-time-link {
  padding: 0;
  position: absolute;
  font-size: 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
  right: -40px;
}
.deselect-slot-time-link::before{
  content: "";
  width: 30px;
  height: 30px;
  position: relative;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/delete1.svg);
 
}
/* .delete-selected-slot-date-time
.class-detail-wrapper .link-wrapper {
  display: flex;
  line-height: 1.2;
  align-items: center;
} */
.booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper {
  display: grid;
  line-height: 1.2;
  grid-template-columns: repeat(2,minmax(200px,1fr));
  column-gap: 0px;
  row-gap: 10px;
}
.badge.badge-success {
display: none; 
align-items: center;
padding-right: 20px;
}
.booking-class-grid.student-booking-grid {
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 20px 0;
  padding: 20px 20px;
  border-radius: 20px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.booking-class-grid.instructor-booking-grid {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 20px 0;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.class-detail-wrapper .student-wrapper {
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.load-more-link.load-more-instructor-past-classes {
background: #fef2aa;
padding: 15px 30px;
border-radius: 10px;
font-weight: 500;
}
.load-more-link.load-more-instructor-past-classes:hover {
  background: var(--primary-color);
  color: var(--white) !important;
  text-decoration: none !important;
}
.link-wrapper .wccb-link.change-delivery-status-link {
padding-left: 10px;
}

.content-wrapper .add-minute-form-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 20px 0;
}

.time-row {
display: flex;
justify-content: end;
gap: 20px;
padding: 20px 0;
}
.add-minute {
display: flex;
gap:20px;
align-items: end;
}
.assigned-instructor-wrapper .instructor-wrapper {
  display: flex;
  justify-content: left;
  padding:20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 30px 0;
  border-radius: 10px;
  align-items: center;
  background-color: var(--white);
}
.assigned-instructor-wrapper .profile-content-wrapper .avatar-wrapper {
  padding: 30px;
}
.profile-gender {
  color: var(--text-dark);
  font-weight: 500;
  padding: 10px 18px;
  font-size: 18px;
}


.profile-detail-wrapper .profile-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}
.profile-field-wrapper .avatar-image {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: var(--baige);
  color: var(--primary-color);
}
.avatar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.profile-content-wrapper .avatar-wrapper {
  border-radius: 100%;
  font-weight: 500;
  height: 50px;
  width: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
.modal-body-wrapper .avatar-wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100%;
  color: var(--text-dark);
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}
.student-wrapper .name-wrapper {
  color: var(--text-dark);
  font-weight: 500;
  font-size: 18px;
}
.class-detail-wrapper .instructor-wrapper .avatar-wrapper {
  color: var(--text-dark);
  font-weight: 500;
  font-size: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  align-items: center;
}

.assigned-instructor-wrapper .label-wrapper {
  padding: 0 0 10px;
  border-bottom: solid 1px var(--primary-color);
}

.assigned-instructor-wrapper .instructor-name {
  padding: 0px 20px;
  border-right: solid 1px var(--text-dark);
  color: var(--text-dark);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}

.instructor-wrapper .instructor-gender {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
}
.deduct-minute-form-wrapper .deduct-minute {
  display: flex;
  padding: 20px 0;
  gap: 13px;
  flex-direction: column;
}
.wccb-modal-backdrop .wccb-modal {
background-color: white;
max-height: 80vh;
overflow-y: auto;
max-width: 500px;
width: 100%;
border-radius: 10px;
position: relative;
padding: 20px;
}
.modal-header-wrapper .wccb-close-modal {
text-indent: -99999px;
width: 36px;
height: 36px;
padding: 10px;
/* background-image: url(../images/dashboard/close.svg); */
background-image: url(../images/dashboard/close.svg) !important;
background-repeat: no-repeat;
display: flex;
background-color: #581818 !important;
background-size: 15px;
border-radius: 5px;
background-position: center center;
}
.modal-header-wrapper .wccb-close-modal:hover {
  background-color: var(--text-dark);
}
.data-count-row {
  display: grid;
  grid-template-columns: repeat(4,minmax(0px, 1fr));
  row-gap: 20px;
  column-gap: 20px;
}
.card {
  border: solid #ddd .6px;
  padding: 20px;
  border-radius: 10px;
  justify-content: left;
  display: flex;
  align-items: baseline;
}
.student-profile-detail-wrapper, .student-account-detail-wrapper, .instructor-profile-activity-wrapper,
.package-data-wrapper, .data-count-wrapper, .inner-content-wrapper.new-class-booking-wrapper, .inner-content-wrapper.student-classes-wrapper {
  width: 100%;
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
}
.inner-content-wrapper.new-class-booking-wrapper, .inner-content-wrapper.student-classes-wrapper {margin: 0;}
.data-image-wrapper {
  background: #faf6f5;
  padding: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-body.total-student .data-image-wrapper::before{
  content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/dashboard/student2.svg);
  }
.card-body.total-tutors .data-image-wrapper::before{
content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/teacher1.svg);
}
.card-body.total-booked-classes .data-image-wrapper::before{
  content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/dashboard/booking.svg);
  }
.card-body.total-completed-classes .data-image-wrapper::before{
content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/check-box.svg);
}
.card-body.total-cancelled-classes .data-image-wrapper::before{
  content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/dashboard/cancel.svg);
  }
.card-body.total-upcoming-classes .data-image-wrapper::before{
content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/upcoming.svg);
}
.card-body.total-delivered-classes .data-image-wrapper::before{
  content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/dashboard/like.svg);
  }
.card-body.total-missed-classes .data-image-wrapper::before{
content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/deadline.svg);
}

div.dt-container div.dt-layout-row {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin: 1.75em 0;
}
.box-top-wrapper {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dotted var(--primary-color);
  margin: 0 0 20px;
}

.student-wrapper .avatar-wrapper {
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.action-wrapper .wccb-link.add-more-date {
  position: relative;
  padding: 10px 0px;
  font-size: 18px;
  font-weight: 500;
  padding-right: 40px;
}
.action-wrapper .wccb-link.add-more-date::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 6px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/add.svg);
  top: 13px;

}
.class-feedback-wrapper .feedback-text {
  font-size: 16px;
  font-weight: 500;
}

.class-feedback-wrapper .feedback-date {
  font-size: 17px;
  font-weight: 500;
}

.class-feedback-wrapper .star.star-full {
  color: #581818;
}

.booking-data-item {
  padding: 10px 0;
}

.booking-data-item .item-label {
  color: #581818;
  font-weight: 500;
  font-size: 18px;
}

.booking-data-item .item-value {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-dark);
}

.action .wccb-link.delete-class-note {
  padding: 10px 20px;
  background:var(--secondary-color);
  margin-top: 20px;
  border-radius: 5px;
 color: #581818;
 font-weight: 500;
}
.action .wccb-link.delete-class-note:hover {
  padding: 10px 20px;
  background: var(--text-dark);
 color: var(--white);
 text-decoration: none;
}
.class-note-item {
  display: flex;
  justify-content: space-between;
 padding: 15px 0;
}
.class-note-list .note-text {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
}

.class-note-list .note-date {
  font-size: 14px;
  font-weight: 500;
}

/* .wpiaf-help-tip.wpiaf-tips{
  display: none;
} */

.content-wrapper .hour-list-row-wrapper {
  display: grid;
  grid-template-columns: repeat(3,minmax(0px,1fr));
  row-gap: 20px;
  column-gap: 20px;
}
.add-time-row{
  position: relative;
  display: flex;
  padding-right: 40px;
}
.add-time-row::after{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 6px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/add.svg);
  top: 5px;
}
.ui-widget.ui-widget-content {
  border: 1px solid #d8dcdf;
  z-index: 6;
}

.wccb-link.remove-date{
  position: relative;
  padding-right: 40px;
  font-weight: 500;
}
.wccb-link.remove-date::after{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/delete1.svg);
  top: 0px;
}
.avatar-name-image-wrapper .avatar-wrapper .avatar-image, .profile-content-wrapper .avatar-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--baige);
  font-weight: 500;
  color: var(--primary-color);
  font-size: 18px;
}
.avatar-name-image-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  text-align: left;
}
.profile-grid-wrapper .avatar-name-image-wrapper {
  display: flex;
  align-items: first baseline;
  gap: 15px;
}
.modal-body-wrapper .booking-data-row {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
}
.field-wrapper .select.wccb-select {
  margin-left: 25px;
}
.assign-instructor {
  padding-top: 25px;
}
.modal-body-wrapper .profile-content-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: center;
}
.add-minute-form-wrapper .field-group {
  display: flex;
  flex-direction: column;
}
.woocommerce-MyAccount-content .box-top-wrapper h3 {
  color: var(--primary-color);
  margin: 0;
}

.card-item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}
.text-truncate{
  margin: 0;
}

.woocommerce-account .heading-wrapper h2 {
  color: var(--primary-color);
  font-size: /*40px*/ 30px;
  margin: 15px 0;
}

.date-wrapper .month {
  color: #7B0808;
  opacity: 1;
  font-size: 0.75rem;
  margin-top: 5px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
}

.timeslot-date-picker-wrapper .slick-prev::before, .timeslot-date-picker-wrapper .slick-next::before {
  color: var(--primary-color);
  opacity: 1;
  font-size: 28px;
}
.wccb-tab-active {
  border-color: var(--primary-color);
  font-weight: 500;
  color: var(--primary-color);
}
.time-main-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.time-wrapper.active-slot{
  margin: 0x;
  border-color: var(--primary-color)
}
.delete-selected-slot-date-time{
  padding: 10px;
  position: relative;
  font-size: 0px;
}
.delete-selected-slot-date-time::before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: -1px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/delete1.svg);
  top: -6px;
}

.action-wrapper {
  margin: 15px;
}
 .btn-wrapper.fixed-btn {
  position: fixed;
  right: 60px;
  bottom: 40px;
}
.btn.btn-primary.save-booking.sticky-button {font-weight: 500;}
.delete-time-row{
  position: relative;
  font-size: 0px;
}
.delete-time-row::before{
content: "";
width: 20px;
height: 20px;
position: absolute;
background-size: 20px;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../images/dashboard/delete1.svg);
top: -18px;
}

 .action-wrapper .wccb-link.delete-image{
  position: relative;
  font-size: 0px;
}
.action-wrapper .wccb-link.delete-image::before{
  content: "";
width: 20px;
height: 20px;
position: absolute;
background-size: 20px;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../images/dashboard/delete1.svg);
top: -18px;
} 

.link-wrapper {
  display: flex;
  align-items: center;
}

.booking-classes-row.student-upcoming-classes-row {
  display: grid;
  grid-template-columns: repeat(3,minmax(0px,1fr));
  grid-column-gap:
20px;
  grid-row-gap:
20px;
}

/* custom end */



.left_column_wrapper {width: 70%; float: left; padding-right: 60px;}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
  width: 30%;
  padding: 40px;
  background: #efefef;
  border-radius: 10px;
  text-align: center;
}
.tutor_profile_main_wrapper {width:  100%;}
.tutor_profile_main_wrapper .wccb_title, .tutor_availability_main_wrapper h2 {width: 100%; font-size: 24px; color: var(--primary-color);}
.tutor_availability_main_wrapper h2 {margin-bottom: 20px;}
.tutor_profile_wrapper.tutor_selected .tutor_meta_wrapper {background-color: var(--primary-color);}
.tutor_availability_main_wrapper .table.table-bordered, .table.table-bordered {
  font-size: 15px;
  color: var(--text);
  width: 100%;
  overflow-x: scroll;
  max-width: 100%;
  text-align: center;
}
.table.table-bordered th {
  font-weight: 500;
}
.woocommerce .wc-proceed-to-checkout a.button.alt {
  background-image: linear-gradient(90deg, var(--primary-color), rgba(157,30,15,0.85));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 55px;
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: All;
  line-height: 1;
  box-shadow: 0px 0px 0px 5px rgba(156,32,32,0.22);
  border: none !important;
}
.woocommerce .wc-proceed-to-checkout a.button.alt:hover {
  background-image: linear-gradient(90deg, rgba(157,30,15,0.85), var(--primary-color));
  color: var(--secondary-color);
}
.quantity_wrapper {width: 100%; margin-bottom: 30px;}
.woocommerce .quantity_wrapper label {
  width: 100%;
  float: none;
  display: inline-block;
  font-size: 18px;
}
.quantity.buttons_added {
  width: auto;
  margin: 0 auto;
  float: none;
  display: inline-block;
}
.single-product .buttons_added.quantity .qty, table.cart .buttons_added.quantity .qty {
  border: medium 0;
  font-size: 24px;
  text-align: center;
  width: 50px;
  box-shadow: none;
  background: 0 0;
  height: 48px;
  margin: 0;
  float: left;
  border-right: 0;
      border-right-color: currentcolor;
  border-right-color: currentcolor;
  border-left: 0;
      border-left-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #c5c5c5;
  border-radius: 0;
}
.single-product .quantity button, .product-quantity button {
  width: 48px;
  text-align: center;
  padding: 0;
  height: 48px;
  background-color: var(--white);
  color: var(--text-dark);
  border: 1px solid #c5c5c5;
  float: left;
  position: relative;
  background-color: transparent;
}
.fa-minus::before, .fa-plus::before {
  content: "";
  background: url(../images/dashboard/delete1.svg);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  cursor: pointer;
}
.fa-plus::before {
  background: url(../images/dashboard/add.svg);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}
.tutor_availability_main_wrapper table, .tutor_availability_main_wrapper th, .tutor_availability_main_wrapper td,
.table.table-bordered th, .table.table-bordered td, .table.table-bordered tr {border: 1px solid #ddd;}
.tutor_availability_main_wrapper table, .table.table-bordered {border-collapse: collapse;}
.tutor_availability_main_wrapper th, .tutor_availability_main_wrapper td, .table.table-bordered th, .table.table-bordered td {padding: 10px;}
.slot_selected_container {
  width: 100%;
  float: left;
  padding: 0 20px;
  border-radius: 10px;
  background: var(--primary-color);
  margin: 20px 0;
  color: var(--white);
}
.slot_selected_container .slot_picked_row {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.slot_selected_container a {color: var(--secondary-color);}
.get_tutor_availability_calendar {position: relative;}
.get_tutor_availability_calendar::before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: 24px;
  display: flex;
}
.get_tutor_availability_calendar.next_date::before {
  background: url(../images/dashboard/arrow-right.png) no-repeat;
  background-position: center;
}
.get_tutor_availability_calendar.previous_date::before {
  background: url(../images/dashboard/arrow-left.png) no-repeat;
  background-position: center;
}

table.cart .buttons_added.quantity .qty {
  border: medium 0;
  font-size: 24px;
  text-align: center;
  width: 50px;
  box-shadow: none;
  background: 0 0;
  height: 48px;
  margin: 0;
  float: left;
  border-right: 0;
      border-right-color: currentcolor;
  border-right-color: currentcolor;
  border-left: 0;
      border-left-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #c5c5c5;
  border-radius: 0;
}
.woocommerce div.product div.summary .single_add_to_cart_button {margin: 0 auto;}
.tutor_availability_main_wrapper .table.table-bordered thead {
  background: var(--primary-color);
  color: var(--white);
}
.tutor_availability_main_wrapper td.inner_table table,
.tutor_availability_main_wrapper td.inner_table table tr,
.tutor_availability_main_wrapper td.inner_table table td {
  width: 100%;
  border: none;
  padding: 0;
}
.tutor_availability_main_wrapper td.inner_table span.slot:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}
.tutor_availability_main_wrapper td.inner_table span.slot {
  padding: 10px;
  width: 100%;
  display: inline-block;
}
.tutor_availability_main_wrapper td.inner_table span.slot:hover, .tutor_availability_main_wrapper td.inner_table span.slot.slot_picked {
  background: var(--secondary-color);
  color: var(--primary-color);
}
.tutor_availability_main_wrapper td.inner_table table {
  width: 130px;
}
/*.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce a.added_to_cart, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce table.my_account_orders .button, td a.woocommerce-MyAccount-downloads-file.button.alt {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.woocommerce-message {border-top-color: var(--primary-color) important;}
.woocommerce-message::before {color: var(--primary-color) !important;}*/
.woocommerce .button.wc-forward, .woocommerce-cart-form .actions .button {float: right;}
.woocommerce-cart table.cart thead, .woocommerce-cart table.cart thead th {
  background: var(--primary-color);
  color: var(--white);
  font-size: 18px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 200px;
  border-radius: 50px !important;
  height: 48px !important;
  margin-right: 20px;
}
#customer_details {margin-bottom: 30px;}
.woocommerce-cart table.cart th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce table.shop_table th, .woocommerce table.shop_table tfoot th {font-size: 14px !important;}
.woocommerce td.product-name dl.variation p {margin-bottom: 15px;}
.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__line-item.order_item ul {
  padding-left: 0;
  list-style: none;
}
p.woocommerce-thankyou-order-received {color: var(--primary-color);}
.slot_booked {background: var(--primary-color); color: var(--white);}
.oxy-header-wrapper .header-btn {margin-left: 20px;}
.oxy-header-wrapper .header-btn:first-child {margin-left: 0;}

/*-------------------------My Account--------------------------------*/
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  border-radius: 15px;
 position: sticky;
 top: 20px;
}

.woocommerce-account  .woocommerce .woocommerce-MyAccount-content {
float: right;
width: 75%;
padding-left: 40px;
}
.woocommerce-account .oxy-off-canvas .woocommerce .woocommerce-MyAccount-content {display: none;}
.woocommerce-account .oxy-off-canvas .woocommerce .woocommerce-MyAccount-navigation {width: 100%; padding: 0; display: block;}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
padding: 0;
list-style: none;
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
width: 100%;
padding: 10px 15px;
color: var(--primary-color);
margin-bottom: 5px;
transition-duration: .5s;
transition-property: background-color;
position: relative;
display: flex;
align-items: center;
gap: 10px;
font-weight: 300;
border-radius: 40px;
font-size: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white);
  text-decoration: none;
}

/*-----------------------------------End-----------------------------------------*/
.woocommerce .button-wrapper button[type="submit"], .woocommerce .button-wrapper button[type="button"] {
  padding: 7px 20px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0;
  border: 1px solid var(--primary-color);
  font-family: 'Poppins';
  border-radius: 5px;
}
.woocommerce .button-wrapper button[type="submit"]:hover {background-color: var(--white); color: var(--primary-color);}
.woocommerce-MyAccount-content a.delete_slot {color: var(--secondary-color);}
.woocommerce-MyAccount-content a.delete_slot:hover {color: var(--white);}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-top: 3px solid var(--primary-color);
  border-radius: 0;
}
.woocommerce-form.woocommerce-form-register.register p {margin-top:  0;}
.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme, .booking_list_wrapper {margin-top: 20px !important;}
.user_count_wrapper, .user_count_wrapper h3, .tutor_availability_main_wrapper label {width:  100%; float:  left;}
.user_count_wrapper h3 {margin-bottom: 20px !important;}
.woocommerce .my_classes_form .woocommerce-Button.button {background: var(--primary-color); border: none !important; margin: 20px 0;}
.woocommerce .my_classes_form .woocommerce-Button.button:hover, .woocommerce .date_filter_wrapper button[type="submit"]:hover {background: var(--secondary-color); color: var(--primary-color); }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.ui-widget-content .ui-state-active a:hover {color: var(--white);}
.wpiaf-help-tip::after {display: none;}
.woocommerce .date_filter_wrapper button[type="submit"] {
  text-transform: capitalize;
  padding: 12px 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  line-height: 1.2;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  letter-spacing: 0;
  float: left;
}
.woocommerce .date_filter_wrapper #reset_search {padding: 12px 30px; font-size: 14px; float: left; margin-left: 10px;}
.date_filter_wrapper .from_date_wrapper {width: 50%; float: left; margin-bottom: 20px;}
.booking_list_wrapper h3 {margin: 20px 0; width:  100%; float: left;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account table {width: 100%; margin: 20px 0; text-align: left;}
.tutor_availability_main_wrapper textarea {width:  100%; margin: 0 0 20px;}
.woocommerce-EditAccountForm.add_hour_form .field-group {margin-top: 15px;}

.wccb-spinner {
	background: url(../images/spinner.gif) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	visibility: hidden;
	vertical-align: middle;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 20px;
	height: 20px;
	margin: 0px 10px 0;
}

.wccb-spinner.is-active {
	visibility: visible;
}

.tutor_profile_main_wrapper {
	float: left;
}
.tutor_profile_main_wrapper img {
	width: 100px;
}
.tutor_availability_main_wrapper {
	float:left;
	margin-top: 20px;
}
.previous_date {
	cursor: pointer;
	color: blue;
}
.next_date {
	cursor: pointer;
	color: blue;
}
.slot_selected_container {
	float: left;
}
.slot {
	cursor: pointer;
}
/*.slot_picked {
	background: green;
	color:white;
}*/
/*.slot_booked {
	font-weight: bold;
	background: #EEEEEE;
}*/
.radio_btn {
	display: none;
}
.tutor_profile_wrapper {
	cursor: pointer;
}

.profile_image_wrapper {
	cursor: pointer;
}

.div-table {
  display: table;         
  width: auto;         
  background-color: #eee;         
  border: 1px solid #666666;         
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
  display: table-row;
  width: auto;
  clear: both;
  background-color: #ccc;  
}
.div-table-col {
  float: left; /* fix for  buggy browsers */
  display: table-column;         
  width: 200px;
}

/* wpiaf tip */
.wpiaf-help-tip {
    color: #666;
    display: inline-block;
    font-size: 1.1em;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}
.wpiaf-help-tip:after{
	font-family: Dashicons;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	content: "ïˆ£";
	cursor: help;
}
#wpiaftip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#wpiaftip_holder.tip_top {
	padding-bottom: 5px;
}

#wpiaftip_holder.tip_bottom {
	padding-top: 5px;
}

#wpiaftip_holder.tip_right {
	padding-left: 5px;
}

#wpiaftip_holder.tip_left {
	padding-right: 5px;
}

#wpiaftip_content {
	font-size: 11px;
	color: var(--white);
	text-shadow: 0 0 2px var(--text-dark);
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(var(--text-dark)));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#wpiaftip_arrow, #wpiaftip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#wpiaftip_holder.tip_top #wpiaftip_arrow {
	border-top-color: var(--white);
	border-top-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_bottom #wpiaftip_arrow {
	border-bottom-color: var(--white);
	border-bottom-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_right #wpiaftip_arrow {
	border-right-color: var(--white);
	border-right-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_left #wpiaftip_arrow {
	border-left-color: var(--white);
	border-left-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_top #wpiaftip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_bottom #wpiaftip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_right #wpiaftip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_left #wpiaftip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#wpiaftip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#wpiaftip_holder.tip_bottom #wpiaftip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#wpiaftip_holder.tip_top #wpiaftip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: .7;
  background: url('../images/loader.gif') center no-repeat var(--white);
}

.wccb-msg-entry {
    text-align: center;
    padding: 10px;
}

.wccb-msg-success {
  background-color: green;
  color: var(--white) !important;
}

.wccb-msg-error {
  background-color: red;
  color: var(--white) !important;
}

/*** Tab CSS start ***/
.choose-instructor-tab-wrapper, .fields-main-wrapper .field-control {width: 100%;}
.tab-label-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 40px;
}
.tab-label-wrapper p {margin: 0; font-size: 18px;}

.wccb-tab-content-hidden {
  display: none !important;
}

/*** Tab css end ***/

/** Modal css start **/

.wccb-modal-backdrop {
  display: none;
  align-items: center;
  justify-content: center;
}

.wccb-modal-backdrop .wccb-modal {
  background-color: white;
  max-height: 80vh;
  overflow-y: auto;
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.wccb-modal-backdrop .wccb-modal .modal-header-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-header-wrapper .wccb-close-modal {
  text-indent: -99999px;
  width: 36px;
  height: 36px;
  padding: 10px;
  background-image: url(../images/dashboard/close.svg);
  background-repeat: no-repeat;
  display: flex;
  background-color: #2097f3;
  background-size: 15px;
  border-radius: 5px;
  background-position: center center;
}
.modal-header-wrapper .wccb-close-modal:hover {background-color: #03045e;}
.wccb-modal-backdrop.live {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

body.wccb-modal-active {
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  Left: 0;
}


.wccb-spinner {
	background: url(../images/spinner.gif) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	visibility: hidden;
	vertical-align: middle;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 20px;
	height: 20px;
	margin: 0px 10px 0;
}

.wccb-spinner.is-active {
	visibility: visible;
}

.tutor_profile_main_wrapper {
	float: left;
}
.tutor_profile_main_wrapper img {
	width: 100px;
}
.tutor_availability_main_wrapper {
	float:left;
	margin-top: 20px;
}
.previous_date {
	cursor: pointer;
	color: blue;
}
.next_date {
	cursor: pointer;
	color: blue;
}
.slot_selected_container {
	float: left;
}
.slot {
	cursor: pointer;
}
/*.slot_picked {
	background: green;
	color:white;
}*/
/*.slot_booked {
	font-weight: bold;
	background: #EEEEEE;
}*/
.radio_btn {
	display: none;
}
.tutor_profile_wrapper {
	cursor: pointer;
}

.profile_image_wrapper {
	cursor: pointer;
}

.div-table {
  display: table;         
  width: auto;         
  background-color: #eee;         
  border: 1px solid #666666;         
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
  display: table-row;
  width: auto;
  clear: both;
  background-color: #ccc;  
}
.div-table-col {
  float: left; /* fix for  buggy browsers */
  display: table-column;         
  width: 200px;
}

/* wpiaf tip */
.wpiaf-help-tip {
    color: #666;
    display: inline-block;
    font-size: 1.1em;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}
.wpiaf-help-tip:after{
	font-family: Dashicons;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	content: "ïˆ£";
	cursor: help;
}
#wpiaftip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#wpiaftip_holder.tip_top {
	padding-bottom: 5px;
}

#wpiaftip_holder.tip_bottom {
	padding-top: 5px;
}

#wpiaftip_holder.tip_right {
	padding-left: 5px;
}

#wpiaftip_holder.tip_left {
	padding-right: 5px;
}

#wpiaftip_content {
	font-size: 11px;
	color: var(--white);
	text-shadow: 0 0 2px var(--text-dark);
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(var(--text-dark)));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#wpiaftip_arrow, #wpiaftip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#wpiaftip_holder.tip_top #wpiaftip_arrow {
	border-top-color: var(--white);
	border-top-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_bottom #wpiaftip_arrow {
	border-bottom-color: var(--white);
	border-bottom-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_right #wpiaftip_arrow {
	border-right-color: var(--white);
	border-right-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_left #wpiaftip_arrow {
	border-left-color: var(--white);
	border-left-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_top #wpiaftip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_bottom #wpiaftip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_right #wpiaftip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_left #wpiaftip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#wpiaftip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#wpiaftip_holder.tip_bottom #wpiaftip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#wpiaftip_holder.tip_top #wpiaftip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

#TB_overlay {
	background: var(--text-dark);
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050; /* Above DFW. */
}

#TB_window {
	position: fixed;
	background-color: var(--white);
	z-index: 100050; /* Above DFW. */
	visibility: hidden;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeWindowButton {
	position: absolute;
	left: auto;
	right: 0;
	width: 29px;
	height: 29px;
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
	transition: color .1s ease-in-out, background .1s ease-in-out;
}

#TB_ajaxWindowTitle {
	float: left;
	font-weight: 500;
	line-height: 29px;
	overflow: hidden;
	padding: 0 29px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc( 100% - 39px );
}

#TB_title {
	background: #fcfcfc;
	border-bottom: 1px solid #ddd;
	height: 29px;
}

#TB_ajaxContent {
	clear: both;
	padding: 20px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
	width: 100% !important;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}
.change_class_status_wrapper .field-group {
  margin-bottom: 10px;
}
#TB_ajaxContent {
  color: var(--text-dark);
  font-weight: 400;
}
.woocommerce-Button.button.change_class_status_btn {
  background-color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  color: var(--white);
  cursor: pointer;
  border: 1px solid var(--primary-color);
}
.woocommerce-Button.button.change_class_status_btn:hover {
	background-color: var(--secondary-color);
	border-color: var(--primary-color);
	color: var(--primary-color)
}
.change_class_status_wrapper .field-group .select {
  background: var(--white);
  border: 1px solid #ddd;
  padding: 5px 7px;
}
#TB_load {
	position: fixed;
	display: none;
	z-index: 100050;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0 0 -125px;
	padding: 40px 15px 15px;
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: var(--white);
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}

#TB_iframeContent {
	clear: both;
	border: none;
}

.tb-close-icon {
	display: block;
	color: #666;
	text-align: center;
	line-height: 29px;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}

.tb-close-icon:before {
	content: "x";
	/*font: normal 20px/29px dashicons;*/
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
	color: #006799;
}

#TB_closeWindowButton:focus .tb-close-icon {
	-webkit-box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
}


/**
 * 
 * Bookng screen css start
 * 
 * */

/*.timeslot-date-picker-wrapper {
  max-width: 960px;
}*/

.timeslot-date-picker-wrapper .slider {
    width: 100%;
    margin: 50px auto;
}

.timeslot-date-picker-wrapper .slick-slide {
  margin: 0px 20px;
}

.timeslot-date-picker-wrapper .slick-slide img {
  width: 100%;
}

.timeslot-date-picker-wrapper .slick-prev:before,
.timeslot-date-picker-wrapper .slick-next:before {
  color: black;
}


.timeslot-date-picker-wrapper .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.timeslot-date-picker-wrapper .slick-active {
  opacity: 1;
}

.timeslot-date-picker-wrapper .slick-current {
  opacity: 1;
}

.date-main-wrapper {
  margin: 0 12px;
  padding: 16px;
  flex: 1;
  border: 2px solid var(--border);
  margin: 0 4px;
  padding: 16px 5px;
  font-size: 1rem;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  transition: all .3s;
}
.timeslot-date-picker-wrapper .active-slick-date .date-main-wrapper, .date-main-wrapper:hover {border-color: var(--primary-color);}
.date-field-wrapper {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
  text-align: center;
}
.date-main-wrapper .date-wrapper p {
  color: var(--text);
}
.date-main-wrapper:hover .date-wrapper p, .timeslot-date-picker-wrapper .active-slick-date .date-main-wrapper .date-wrapper p {
  color: var(--primary-color);
}
.date-wrapper {
  width: 100%;
}
.date-wrapper .day {margin: 0;}
.date-wrapper .month {
  font-size: 0.75rem;
  margin-top: 5px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.date-wrapper .date {
  color: #2B2D32;
  margin: 3px 0 0 -4px;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: -0.05em;
}
.date-field-radio {
  display: none;
}

.timeslot-time-picker-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.time-wrapper {
  flex: 0 0 100%;
  width: 100%;
  margin: 14px 0 0 0;
  font-weight: 400;
  justify-content: flex-start;
  flex: 1;
  border: 2px solid var(--border);
  padding: 10px 15px;
  font-size: 1rem;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}

.time-field {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.time-field p.time {margin: 0;}
.time-field-radio {
  display :none;
}
.time-wrapper:hover {
  border-color: var(--primary-color);
}
.time-wrapper.active-slot{
  border-color: var(--primary-color);
  font-weight: 500;
}
.time-wrapper.active-slot .time-field p {color:  var(--primary-color);}

.timeslot-calendar-picker-wrapper {
  text-align: center;
}

.disable-time-slot {
		background-color: var(--border);
		cursor: not-allowed;
}

/**
 * 
 * Booking screen css end
 * 
 * */


/**
 * 
 * 
 * Wordpress star rating css start
 * 
 * */

 @font-face {
	font-family: "dashicons";
	src: url("../fonts/dashicons.eot");
}

@font-face {
	font-family: "dashicons";
	src: url("../fonts/dashicons.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.star-rating .star-full:before {
content: "\f155";
}

.star-rating .star-half:before {
content: "\f459";
}

.star-rating .star-empty:before {
content: "\f154";
}

.star-rating .star {
color: #0074A2;
display: inline-block;
font-family: dashicons;
font-size: 20px;
font-style: normal;
font-weight: 400;
height: 20px;
line-height: 1;
text-align: center;
text-decoration: inherit;
vertical-align: top;
width: 20px;
}

/**
 * 
 * Wordpress star rating css end
 * 
 * 
 * */
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 20% ;
 }

 .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 80% ;
 }



 @media only screen and (max-width: 1080px){
  .woocommerce ul.order_details::before {display: none;}
  .woocommerce-thankyou-order-details.order_details {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-row-gap: 20px;
  }
  .woocommerce ul.order_details li {
      width: 100%;
      padding-left: 20px;
  }

/*  custom */

.profile-strip-main-wrapper.wccb_student {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}


.ribbone.ribbone-top-left {
  background: #1d2327;
  left: 0px;
  overflow: hidden;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 16px;
  width: 92px;
  padding: 3px 0;
  position: absolute;
  inset-block-start: 18px;
  color: var(--white);
}
.profile-data {
  grid-template-columns: repeat(2,minmax(0px,1fr));
}

 .strip-action-link.change-profile-link {
    border: none;
}
 .strip-action-link.assign-profile-instructor-link {
  font-size: 13px;
}
.admin-control-wrapper .field-wrapper {
  padding: 20px 0;
}


.profile-strip-action-wrapper {
  display: flex;
}
.booking-class-grid.student-booking-grid {
  flex-direction: column;
  align-items: first baseline;
}

.class-detail-wrapper {
padding: 20px 0 ;
}

 .booking-class-grid.instructor-booking-grid {
  flex-direction: column;
}

.booking-classes-row.student-past-classes-row {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
}
.working-hours-settings tr {
  display: flex;
  gap: 30px;
  padding: 20px 0;
}

.add-minute {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
}

 .deduct-minute {
  gap: 20px !important;
}
.instructor-past-classes-wrapper .booking-classes-row.instructor-past-classes-row {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
  grid-column-gap: 20px;
}

 .booking-class-grid.instructor-booking-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .profile-list-row {
    grid-template-columns: repeat(2,minmax(0px,1fr));
  
  }
  .profile-strip-main-wrapper.wccb_student .profile-strip-action-wrapper {
    display: grid;
    grid-template-columns: repeat(3,minmax(0px,1fr));
  }
  .profile-gender {
    color: var(--text-dark);
    font-weight: 500;
    padding: 10px 18px;
    font-size: 18px;
  }
  .profile-grid-wrapper .avatar-name-image-wrapper{
    gap: 15px;
  }
  .avatar-name-image-wrapper{
    flex-direction: column;
  }
  .data-count-row{
    grid-template-columns: repeat(3,minmax(0px, 1fr))
  }

  .search-filter-form-wrapper .button-wrapper {
    display: flex;
    align-items: end;
  }
  .add-minute-form-wrapper .button-wrapper {
    display: flex;
    align-items: end;
  }
  .wccb-link.add-class-note-link{
    border: none;
  }
  .booking-classes-row.student-upcoming-classes-row .link-wrapper {
    display: flex;
    align-items: normal;
    flex-direction: column;
  }
  .wccb-link.view-class-note-link{
    border: none;
  }
}



@media only screen and (max-width: 992px){
  .woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column;
  }
 .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    display: none;
  }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100% ;
    padding-left: 0 ;
  } 
  .left_column_wrapper, .woocommerce div.product div.summary {width: 100%; float: left;}
  .left_column_wrapper {padding: 0;}
  .woocommerce-cart-form .actions .button {margin: 0 0 20px;}
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {background-color: transparent;}

/* header resposibe */
.oxy-pro-menu-off-canvas-container {align-items: flex-start !important;}
.oxy-pro-menu-container > div:first-child {margin: unset !important; padding-top: 80px;}
/* .oxy-pro-menu .oxy-pro-menu-list > .menu-item {border-bottom: 1px solid #2f2e2c;} */
.oxy-pro-menu .oxy-pro-menu-list > .menu-item a {justify-content: space-between !important;}

#-pro-menu-17-29 .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .sub-menu .menu-item a {
    font-size: 14px;
    padding: 10px 15px;
}

/*  custom */

.wccb-tab, .wccb-tab-content {
padding:10px 0;
}
  .class-detail-wrapper {
  flex-direction: column;
  align-items: baseline !important;
  gap:20px;
    width:100%;
}

  .add-minute {
  gap: 20px;
  flex-direction: column;
}
.deduct-minute {
  display: flex;
  gap: 30px !important;
  flex-direction: column;
}
.new-class-booking .hour-expire-date-wrapper {
  font-size: 16px;
}

.field-group {
  display: flex;
  flex-direction: column;
}

.content-wrapper .add-minute-form-wrapper {
  flex-direction: column;
}
.booking-classes-row.student-past-classes-row {
  display: grid;
  grid-template-columns: repeat(1,minmax(0px,1fr));

}
.booking-class-grid.instructor-booking-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hour-wraper-grid {
  display: grid;
  grid-template-columns: repeat(1,minmax(0px,1fr));
  gap: 20px;
}
.content-wrapper .hour-list-row-wrapper {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
  row-gap: 20px;
  column-gap: 20px;
}
.booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2,minmax(170px,1fr));
}
.field-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
}
.assigned-instructor-wrapper .instructor-wrapper {
  flex-direction: column;
  gap: 10px;
  align-items: baseline;
}
.assigned-instructor-wrapper .instructor-name , .instructor-wrapper .instructor-gender{
  padding: 0;
  border: none;
}
.data-count-row {
  grid-template-columns: repeat(2,minmax(0px, 1fr));
}
.wccb-dashboard-main-wrapper .dt-layout-cell.dt-layout-full {
  overflow: scroll;
}
.wccb-dashboard-main-wrapper td {
  min-width: 140px;
}
.table.table-bordered.instructor-table td{
  min-width: 140px;
}

.data-table-wrapper {
  width: 100%;
  overflow: scroll;
}

.search-instructor-data {
  display: grid;
  padding: 20px;
  margin: 20px 0;
  gap: 30px;
  grid-template-columns: repeat(2,minmax(0px,1fr));
}

.search-filter-form-wrapper .search-field {
  flex-direction: column;
  display: flex;
}
.package-data-wrapper .search-package-data {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
}
.booking-classes-row.student-upcoming-classes-row {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
  grid-column-gap:
20px;
  grid-row-gap:
20px;
}

}


@media only screen and (max-width: 768px){
  .woocommerce-thankyou-order-details.order_details {grid-template-columns: 1fr 1fr;}
  .hour_list_wrapper {overflow-x: scroll; white-space: nowrap; margin: 15px 0 0;}
  .hour_list_wrapper .total_hour_wrapper {width: 100%; margin: 30px 0 0;}
  .search-filter-form-wrapper .search-statistics-data, .search-filter-form-wrapper .search-instructor-data, .search-filter-form-wrapper .search-package-data {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .search-filter-form-wrapper .search-field {max-width: 100%;}

/*  custom */


 #section-2-96 > .ct-section-inner-wrap {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.new-class-booking .field-wrapper {
  flex-direction: column;
  align-items: baseline;
}

.wccb-select.get-booking-minute-detail {
  padding: 10px 5px;
  margin: 0;
}
.profile-list-row {
  grid-template-columns: repeat(1,minmax(0px,1fr));

}



}



@media only screen and (max-width: 480px){
  .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .button {width:  100%; margin: 15px 0;}
  .woocommerce-thankyou-order-details.order_details {grid-template-columns: 1fr;}
  .woocommerce ul.order_details li {padding: 0; border: none;}
  .woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {margin: 10px 0 20px !important;}
  .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row, .ui-tabs .ui-tabs-panel,
  .woocommerce-form.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-form-row {overflow-x: scroll; white-space: nowrap;}
  .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row td select.select, .woocommerce-EditAccountForm .time_row select.select {width: 100px;}
  .date_filter_wrapper .from_date_wrapper, .woocommerce-EditAccountForm.add_hour_form .field-group .select, .woocommerce-EditAccountForm.add_hour_form .field-group input {width: 100%;}


  /* custom */

  .ct-span {
    display: inline-block;
    text-decoration: inherit;
    font-size: 40px;
    line-height: 1.2;
  }
  .strip-action-link.book-new-class-link {
    border: none ;
  }

  .profile-data {
    align-items: stretch;
    grid-template-columns: repeat(2,minmax(0px,1fr)) ;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: grid;
  }

  .profile-strip-data-wrapper {
    display: flex ;
    gap: 20px;
    flex-wrap: wrap;
  }

  .profile-strip-main-wrapper.wccb_student .profile-strip-action-wrapper {
    display: grid ;
    grid-template-columns: repeat(1,minmax(200px,1fr)) ;
    row-gap: 10px;
    column-gap: 10px;
    padding-top: 20px;
    width: 100%;
  }

  .admin-control-wrapper .field-wrapper {
    display: flex;
    gap: 15px;
  }

  .strip-action-link.assign-profile-instructor-link {
    border: none ;
  }

  .avatar-wrappar {
    padding: 10px 100px ;
  }

  .profile-name{
    padding: 10px 0px ;
    font-size: 18px;
  }

  .strip-action-link.change-profile-link{
    padding: 10px 100px ;
    border-bottom: 1px solid #ddd ;
  }
  .strip-action-link.purchase-hours-link{
    padding: 10px 0 ;
    border-bottom: 1px solid #ddd ;
  }

  .strip-action-link.assign-profile-instructor-link{
    padding: 10px 0 ;
    border-bottom: 1px solid #ddd ;
  }
  .strip-action-link.book-new-class-link{
   font-size: 16px;
    color: var(--white);
    font-weight: 500;
    background: var(--primary-color);
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  

  .class-detail-wrapper .package-title {
   border: none;
  }

  .class-date-time{
    border: none ;
  }
  .class-detail-wrapper .instructor-wrapper {
   border:none;
  }
  .wpiaf-help-tip.wpiaf-tips {
    align-content: last baseline;
  }

  .booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px, 1fr));
    gap: 10px;
  }

  .wccb-tabs .wccb-tab.wccb-tab-active {
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 10px;
  }
  .wccb-tab-active::before {
    content: "\25bc";
    float: right;
    color: var(--primary-color);
    bottom: -30px;
    position: absolute;
    font-size: 30px;
  }
  .wccb-link.add-class-note-link {
   border: none;
   
  }
  .wccb-tabs .wccb-tab{
    font-size: 16px;
    line-height: 1.3;
    padding: 5px 0;
  }

  .top-button-wrapper .wccb-link.add-profile-link {
    font-size: 16px;
  }
  .hour-data-wrapper {
    display: grid ;
    /* grid-template-columns: repeat(1,minmax(0px, 1fr)) ;
    padding: 20px ; */
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .booking-class-grid.instructor-booking-grid .class-detail-wrapper {
    gap: 15px;
  }
  .working-hours-settings tr {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3,minmax(0px,1fr));
  }

  .field-wrapper.unavailable-date-field-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: baseline;
  }

  .assigned-instructor-wrapper .instructor-wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }

  .instructor-wrapper .avatar-wrapper {
      border: none;
  }

  .assigned-instructor-wrapper .instructor-name {
    padding: 0px 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    border: none;
  }
  .booking-classes-row.student-past-classes-row {
    margin-bottom: 0;
  }
  .booking-class-grid.instructor-booking-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .profile-field-wrapper .profile-strip-data-wrapper .avatar-wrappar {
    padding: 10px 0;
    border-right: none;
  }
  .profile-list-row {
    padding: 20px;
  }
  #ui-datepicker-div {
    position: absolute;
    top: 860.5px;
    left: 50.083px;
    z-index: 1;
    display: block;
  }

  .assigned-instructor-wrapper .instructor-wrapper {
    padding: 20px 10px;
  }

  .instructor-wrapper .instructor-gender {
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
  }
  .instructor-past-classes-wrapper .booking-classes-row.instructor-past-classes-row {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,1fr));
    grid-column-gap: 20px;
  }

  .profile-field-wrapper .profile-strip-main-wrapper.wccb_tutor .profile-strip-data-wrapper {
    padding: 35px;
    gap:20px;
  }

  .content-wrapper .hour-list-row-wrapper {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,1fr));
    row-gap: 20px;
    column-gap: 20px;
  }
  .woocommerce-MyAccount-content .strip-action-link {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    background: var(--primary-color);
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  } 

  .strip-action-link.change-profile-link {
    color: var(--white);
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .profile-gender{
    padding: 0;
  }

  .profile-grid-wrapper .avatar-name-image-wrapper {
    display: flex;
    flex-direction:row;
    align-items: baseline;
  }
  .data-count-row {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px, 1fr));
  }
  .card-item-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    align-items: baseline;
    justify-content: left;
  }

  .timeslot-time-picker-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
 
  .class-detail-wrapper .link-wrapper {
    display: flex;
    line-height: 1.2;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .new-class-booking-form-wrapper .field-wrapper.instructor-wrapper {
    display: flex;
    flex-direction: row;
  }
 
  .package-data-wrapper .search-package-data {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,1fr));
    width: 100%;
    align-items: stretch;
  }

  .search-instructor-data {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,1fr));
    align-items: stretch;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: flex;
    flex-direction: column;
  }
  #ui-datepicker-div {
    display: none;
  }
  .date-wrapper .month{
    font-size: 12px;
    font-weight: 500;
  }
  .wccb-link.view-class-note-link{
    border: none;
  }

  .action-wrapper{
    margin: 0;
  }
  .add-minute{
    grid-template-columns: repeat(1,minmax(0px,1fr));
  }
  .slick-next{
    right: 0;
  }
  .slick-prev.slick-arrow {
    left: -5px;
  }
  .woocommerce-account .heading-wrapper h2 {
    color: var(--primary-color);
    font-size: 30px;
    margin: 15px 0;
  }
  .deselect-slot-time-link {
    padding: 0;
    position: absolute;
    font-size: 0px;
    display: flex;
    align-items: center;
    flex-direction: row;
    right: 10px;
    justify-content: center;
  }

  .new-class-booking-form-wrapper .new-class-booking{
    margin: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    padding: 8px;
  }
  .add-time-row{
    padding: 0;
  }
  .add-minute-form-wrapper p {
    display: none;
  }
  .booking-classes-row.student-upcoming-classes-row {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,1fr));

}

}


/*Sadhan---------------------------------------------*/
    .class-view-toggle{display:inline-flex;gap:.5rem;margin:.75rem 0}
    .class-view-toggle .toggle-btn{border:1px solid #d0d7de;background:#fff;padding:.5rem .9rem;border-radius:.5rem;cursor:pointer}
    .class-view-toggle .toggle-btn[aria-pressed="true"]{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(119,19,8,.15) inset}

    /* Grid */
    /* .view-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px} */
    .view-grid .booking-class-grid{border:1px solid #e5e7eb;border-radius:12px;padding:15px;background:#fff;position:relative}

    /* List */
    .view-list{display:flex;flex-direction:column;gap:12px}
    .view-list .booking-class-grid{display:flex;gap:16px;align-items:center;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;background:#fff; flex-direction: row;}
    .view-list .package-image-wrapper{width:400px}
    .view-grid .package-image-wrapper{width:100%; max-height: 265px; overflow: hidden; border-radius: 0;}
    .view-list .package-image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:8px}
    @media (max-width:520px){
      .view-list .booking-class-grid{grid-template-columns:64px 1fr}
      .view-list .package-image-wrapper{width:400px;}
      .view-list .booking-class-grid > .link-wrapper{grid-column:1 / -1;justify-self:start;margin-top:8px}
    }

/*Ganga ------------------------------------------------------------------*/
/* Container Tooltip */
.tooltip {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px 0 8px;
    cursor: pointer;
}

/* Style text tooltip */
.tooltipText {
    background-color: #000000;
    position: absolute;
    bottom: 130%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: all .5s;
    color: #fff;
    min-width: 150px;
}
.action-td .tooltipText {
  min-width: 120px;
}

/*  Membuat dan style tip*/
.tooltipText::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 40%;
    margin-left: 5%;
}


/* Hover text tooltip */
.tooltip:hover .tooltipText{
    opacity: 1;
    transform: translateY(-10px);
}

.view-list .class-detail-wrapper .link-wrapper .wccb-link {
  font-size: 14px;
  padding: 0;
}
/* .view-list .wccb-link.view-class-note-link::after {
  right: -30px;
} */
.view-list .wccb-link.class-grid-view-link.class-feedback-link {
  left: 50px;
}
/* .view-grid .wccb-link.class-grid-view-link.class-feedback-link{
  left: 30px;
} */

.hour-wraper-grid {
  position: relative;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  display: block;
  padding: 15px 15px 80px;
  overflow: hidden;
}
a.wccb-link.view-class-note-link:hover,
.wccb-link.class-grid-view-link.class-feedback-link:hover {
  text-decoration: none;
  color: #fff !important;
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color);
}

body {font-size: 16px;}

@font-face {
  font-family: "Phosphor";
  src:
    url("../fonts/Phosphor.woff2") format("woff2"),
    url("../fonts/Phosphor.woff") format("woff"),
    url("../fonts/Phosphor.ttf") format("truetype"),
    url("../fonts/Phosphor.svg#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* custom */
*p{
  display: block;
}

.woocommerce-account #_header-2-29.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active {
  position: unset;
}
.canvasjs-chart-container canvas {
  position: unset !important;
}
/* .timeslot-time-picker-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
} */
.timeslot-date-picker-wrapper {
  max-width: 1280px;
}
.time-wrapper {
  border-color: #ddd;
}
.new-class-booking-form-wrapper .field-wrapper.instructor-wrapper {
  padding-left: 30px;
}
.time-wrapper:hover{
border-color: #faf6f5;
transition: 0.3s ease-in-out;
}
.ui-datepicker-trigger {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: var(--text-dark);
  color: var(--white);
  font-size: 17px;
}
.ui-datepicker-trigger:hover{
  background: var(--primary-color);
  color: var(--white);
}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  display: block;
}

.class-detail-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px;
 text-align: left;
  flex-direction: column;
  gap: 15px;
}
.booking-classes-row.student-past-classes-row {
  display: grid;
  grid-template-columns: repeat(3,minmax(0px,1fr));
  grid-column-gap: 20px;
  margin-bottom: 30px;
}

.profile-grid-wrapper {
  padding: 30px 20px;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  background: var(--white);
  overflow: hidden;
  border: 1px solid var(--border);
}
.profile-grid-wrapper::before, .profile-grid-wrapper::after {
  content: "";
  opacity: 0.35;
  filter: blur(75px);
  position: absolute;
  z-index: -1;
  height: 175px;
  width: 175px;
}
.profile-grid-wrapper::before {
  background: var(--text);
  left: -50px;
  top: -50px;
  opacity: 0.3;
}
.profile-grid-wrapper::after {
  background: var(--primary-color);
  right: -100px;
  bottom: -100px;
}
.modal-body-wrapper .profile-list-row {
  padding: 20px;
  margin-top: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  position: relative;
  z-index: 6;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(1,minmax(0px,1fr));
  row-gap: 20px;
  column-gap: 20px;
}

.field-wrapper {
  display: flex;
  gap: 8px;
  align-items: baseline;
   margin-bottom: 20px;
}
.field-wrapper label {
  font-weight: 500;
}

.select2-selection.select2-selection--single.select2-selection--clearable {
  border-color: var(--primary-color);
}

.profile-strip-data-wrapper {
  display: flex;
}
.avatar-wrappar {
  padding: 0 20px 0px 30px;
  border-right: solid 1px var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  }
.bardge.badge-primary {
  background: var(--primary-color);
  rotate: -45deg;
  position: absolute;
  top: 13px;
  left: -91px;
  overflow: hidden;
  z-index: -3;
  display: block;
  text-align: center;
  font-size: 12px;
  width: 224px;
  padding: 3px 0;
  color: var(--white);
}
.profile-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  line-height: 1.2;
}
/*   .profile-strip-data-wrapper {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

/*  .profile-strip-action-wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 border-radius:10px;
} */

.profile-strip-main-wrapper.wccb_student {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  z-index: 6;
  overflow: hidden;
  position: relative;
  justify-content: space-between;
  background-color: var(--white);
}
.woocommerce-MyAccount-content .strip-action-link {
  font-size: 13px;
  color: var(--white);
  font-weight: 500;
  background: var(--primary-color);
  padding: 12px 20px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
}
.woocommerce-MyAccount-content .strip-action-link::after{
  content: "";
width: 20px;
height: 20px;
position: relative;
background-size: 20px;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../images/dashboard/right1.svg);
display: none;
}

.woocommerce-MyAccount-content .strip-action-link:hover {
  background: var(--text-dark);
  color: var(--white) !important;
  text-decoration: none;
} 

.profile-strip-action-wrapper .strip-action-link.purchase-hours-link {
  color: var(--white);
  background: var(--text-dark);
}

.strip-action-link.purchase-hours-link:hover{
  background:var(--primary-color);
  color:var(--white);
  text-decoration: none;
  }

.profile-list-row {
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 6;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3,minmax(0px,1fr));
  row-gap: 20px;
  column-gap: 20px;
  background-color: var(--white);
}

table{
  margin-bottom: 40px;
}

.profile-data {
display: grid;
align-items: stretch;
grid-template-columns: repeat(2,minmax(0px,1fr));
gap: 20px;
width: 100%;
margin-bottom: 40px;
transition-duration: .5s;
transition-property: all;
overflow: hidden;
}
.hour-wraper-grid {
  display: grid;
  grid-template-columns: repeat(1,minmax(0px,1fr));
  gap:20px
}
.profile-data li {
  list-style: none;
  display: flex;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.profile-data li:nth-child(1), .profile-data li:nth-child(3){
  border-right: 1px solid v1px solid var(--border);
}
.profile-detail-wrapper .profile-data .data-count {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  font-family: 'poppins';
  color: var(--primary-color);
}

.link-wrapper .wccb-link.assign-profile-instructor-link {
  background: var(--primary-color);
  padding: 15px 20px;
  border-radius: 5px;
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: flex;
}
.link-wrapper .wccb-link.assign-profile-instructor-link:hover {
  background: var(--text-dark);
  transition-duration: .5s;
  transition-property: all;
}
.content-wrapper .top-button-wrapper {
  padding-bottom: 10px;
  margin-bottom: 38px;
  margin-top: -49px;
  align-items: flex-start;
  text-align: end;
}
.package-detail-wrapper .package-title {
  font-size: 20px;
  color: var(--text-dark);
  font-weight: 500;
  padding: 20px 20px 0;
}
.top-button-wrapper .wccb-link.add-profile-link {
  background: var(--primary-color);
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  color: var(--white);
}
.top-button-wrapper .wccb-link.add-profile-link:hover{
  background: var(--text-dark);
  text-decoration: none;
}
.profile-strip-action-wrapper .strip-action-link.change-profile-link {
  color: var(--white);
  background: var(--primary-color);
}
.profile-strip-action-wrapper .strip-action-link.change-profile-link:hover {
  color: var(--white);
  text-decoration: none;
  background: var(--text-dark);
}
.new-class-booking-form-wrapper .new-class-booking {
display: block;
align-items: center;
margin-top: 30px;
}

.selected-slots-main-wrapper.sticky-slots {
    position: fixed;
    bottom: 60px;
    left: 40px;
    text-align: center;
    max-width: 280px;
    min-width: 280px;
    width: 280px;
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
 }
 .selected-slots-main-wrapper.sticky-slots h3 {
  color: var(--primary-color);
  border-bottom: solid 1px var(--primary-color);
  font-family: poppins;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
 }
 .selected-slot-date-time-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 8px;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
 }
 .selected-slot-date-time-row .slot-date-time {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 }
 .selected-slot-date-time-row .action-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
 }
.data-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.data-count {
font-size: 14px ;
font-weight: 500;
color: #000;
}
ul.profile-data {
padding-left: 0;
}
.btn.btn-primary.save-booking.sticky-button:hover {
background: var(--text-dark);
}

.hour-data-wrapper {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px, 1fr));
  /* background: var(--white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border-radius: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 20px;
}

/* .inner-content-wrapper.student-hours-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
} */

.instructor-past-classes-wrapper .booking-classes-row.instructor-past-classes-row {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0px,1fr));
  grid-column-gap: 20px;
}

.data-row-wrapper.purchased-date,
.data-row-wrapper.expired-minutes,
.data-row-wrapper.expiried-date {
background: var(--secondary-color) ;
color: var(--primary-color) ;
padding: 10px;
border-radius: 10px;
max-height: 200px;
}
a.hour-grid-link.extend-hour-expire-days-link {
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
  background: var(--primary-color);
  padding: 10px 15px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
}
a.hour-grid-link.extend-hour-expire-days-link:hover {
  background: var(--text-dark);
  color: var(--white);
  text-decoration: none;
}

.data-row-wrapper.purchased-date .data-count {
color: var(--text-dark) ;
font-size: 14px;
font-weight: 500;
}
.data-row-wrapper .purchased-date .label-wrapper {
font-weight: 500;
font-size: 16px;
}
.data-row-wrapper.credit-minutes {
  background: var(--secondary-color) ;
  color: var(--primary-color) ;
  padding: 16px;
  border-radius: 10px;
}

.deduct-minute-form-wrapper .deduct-minute .field-group {
  display: grid;
  gap: 0px;
}

.data-row-wrapper.credit-minutes, .label-wrapper,
.data-row-wrapper.remaining-minutes, 
.data-row-wrapper.expiry-date {
  color: var(--primary-color) ;
  font-size: 16px;
  font-weight: 500;
  max-height: 200px;
}
.data-row-wrapper.used-minutes, 
.data-row-wrapper.remaining-minutes,
.data-row-wrapper.expiry-date {
  background: var(--secondary-color);
  color: var(--primary-color) ;
  padding: 20px;
  border-radius: 10px;
  max-height: 200px;
}

.data-row-wrapper.used-minutes .data-count {
color: var(--text-dark) ;
font-size: 14px;
font-weight: 500;
}

.data-row-wrapper.credit-minutes .data-count
 {
color: var(--text-dark) ;
font-size: 14px;
font-weight: 500 ;
}
.data-row-wrapper.num-booked-class {
  background: var(--secondary-color) ;
  color: var(--primary-color) ;
  padding: 16px;
  border-radius: 10px;
  max-height: 200px;
}
.data-row-wrapper.num-booked-class .data-count {
color: var(--text-dark) ;
font-size: 16px;
font-weight: 500;
}
.profile-strip-main-wrapper.wccb_student .profile-strip-action-wrapper {
  display: flex;
  gap: 12px;
}

.progress-bar-wrapper {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
}
.progress-bar-data-wraper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.percent-used {
  color: var(--primary-color);
  font-weight: 500;
}
.progress {
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #eee;
  border-radius: 10px;
}
.bg-primary {
  background-color: #871111;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-striped;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 1rem;
}

@keyframes progress-bar-striped {
  0% {
    background-position: 40px 0;
  }

  100% {
    background-position: 0 0;
  }
}


.package-image {
border-radius: 10px;
}
.booking-class-grid.instructor-booking-grid .ribbone.ribbone-top-left,
.hour-wrapper-grid .ribbone.ribbone-top-left, 
.hour-wraper-grid .ribbone.ribbone-top-left {
  background: #289b04;
  left: -35px;
  overflow: hidden;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 14px;
  width: 132px;
  padding: 3px 0;
  position: absolute;
  inset-block-start: 18px;
  color: var(--white);
  rotate:-45deg;
}
.hour-wraper-grid .ribbone.ribbone-top-left.danger-badge {
  background: var(--primary-color);
}
.booking-class-grid.student-booking-grid .ribbone.ribbone-top-left{
  background: #289b04;
  left: -35px;
  overflow: hidden;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 14px;
  width: 132px;
  padding: 3px 0;
  position: absolute;
  inset-block-start: 18px;
  color: var(--white);
  rotate:-45deg;
}

.student-past-classes-wrapper .ribbone.ribbone-top-left {
  background: #ddd;
  background: var(--primary-color);
  left: -35px;
  overflow: hidden;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 13px;
  width: 132px;
  padding: 3px 0;
  position: absolute;
  inset-block-start: 18px;
  color: var(--white);
  rotate: -45deg;
}
.profile-grid-wrapper .ribbone.ribbone-top-left{
  background: #ddd;
  background: var(--primary-color);
  left: -35px;
  overflow: hidden;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 14px;
  width: 132px;
  padding: 2px 0;
  position: absolute;
  inset-block-start: 18px;
  color: var(--white);
  rotate: -45deg;
}

/* .profile-grid-wrapper .ribbone.ribbone-top-left::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 6;
  inset-block-start: 0;
  inset-inline-end: -8px;
  border-block-start: 13px solid #1ABE17;
  border-block-end: 13px solid #1ABE17;
  border-inline-end: 8px solid transparent;
} */

.ribbone-success {
color: var(--white);
padding: 0 10px;
}

/* .new-class-booking {
display: grid;
 grid-template-columns: repeat(2,minmax(0px, 1fr)); 
background: var(--white);
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
align-items: center;
margin-top: 30px;
padding: 20px;
border-radius: 10px;
} */
.package-image {
border-radius: 0;
width: 100%;
}

.class-detail-wrapper .package-title {
padding: 0 10px;
color: var(--text-dark);
font-weight: 500;
font-size: 20px;
line-height: 1.2;
}

.class-date-time {
 padding: 0 10px;
color:var(--text-dark);
font-weight:500;    
line-height:1.2;
font-size: 16px;
}

.class-detail-wrapper .instructor-wrapper {
display: flex;
padding: 0 10px;
color:var(--text-dark);
font-weight:500;      
gap: 10px;
align-items:center;
}

/* .wccb-link.view-class-note-link {
padding: 0 10px;
color: var(--text-dark);
font-weight: 500;
position: relative;
font-size: 16px;
} */
 .wccb-link.view-class-note-link::after {
    /* content: "";
    width: 20px;
    height: 20px;
    position: relative;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/dashboard/feedback.svg); */
    font-family: 'Phosphor';
    position: relative;
    font-size: 24px;
    line-height: 1;
    content: "\E34E";
  }  
.booking-classes-row.student-upcoming-classes-row .link-wrapper {
  display: flex;
  gap: 20px;
}
.wccb-link.class-grid-view-link.cancel-class-link{
 padding: 0 10px;
color: var(--text-dark);
font-weight: 500;
position: relative;
font-size: 16px;
}
.wccb-link.class-grid-view-link.cancel-class-link::after{
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/dashboard/feedback.svg);
}

.wccb-tab {
font-size: 22px;
}
.wccb-select.get-instructor-slot-date-time {
  width: 328px;
}
.hour-expire-date-wrapper {
padding: 5px 10px;
/*   border-right: 1px solid #ddd; */
border-radius: 5px;
font-size: 16px;
color: var(--primary-color);
font-weight: 500;
}
/* .wccb-link.class-grid-view-link.class-feedback-link {
padding: 5px;
font-weight: 500;
position: relative;
display: flex;
align-items: center;
justify-content:flex-start;
gap: 7px;
} */
.wccb-link.class-grid-view-link.class-feedback-link::after{
    font-family: 'Phosphor';
    position: relative;
    font-size: 24px;
    line-height: 1;
    content: "\E17E";
}
.woocommerce {
display: block;
}
.deselect-slot-time-link {
  padding: 0;
  position: absolute;
  font-size: 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
  right: /*-40px; its causing issues in Add new calss booking page*/ 0;

}
.deselect-slot-time-link::before{
  content: "";
  width: 30px;
  height: 30px;
  position: relative;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/delete1.svg);
  top: 5px;
  right: 5px;
 
}
/* .delete-selected-slot-date-time
.class-detail-wrapper .link-wrapper {
  display: flex;
  line-height: 1.2;
  align-items: center;
} */
.booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper {
  display: grid;
  line-height: 1.2;
  grid-template-columns: repeat(2,minmax(200px,1fr));
  column-gap: 0px;
  row-gap: 10px;
}
.badge.badge-success {
display: block; 
align-items: center;
padding-right: 20px;
}

.booking-class-grid.student-booking-grid {
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 20px 0;
  padding: /*20px 20px*/0;
  border-radius: 20px;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.student-upcoming-classes-wrapper.view-list .booking-class-grid.student-booking-grid {
  flex-direction: row;
 }
.student-past-classes-wrapper.view-list .booking-class-grid.student-booking-grid {
  flex-direction: row;
 }

.load-more-link.load-more-student-past-classes , .load-more-link.load-more-student-hours {
background: #fef2aa;
padding: 12px 30px;
border-radius: 10px;
font-weight: 500;
transition: 0.3s ease-in-out;
font-size: 14px;
}
.load-more-link.load-more-student-past-classes , .load-more-link.load-more-student-hours:hover {
  background: var(--primary-color);
  color: var(--white) !important;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
}
.booking-class-grid.instructor-booking-grid {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 20px 0;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  z-index: /*6;*/ 1;
  overflow: hidden;
}
.instructor-upcoming-classes-wrapper.view-list .booking-class-grid.instructor-booking-grid {
  flex-direction: row;
 }
.class-detail-wrapper .student-wrapper {
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.load-more-link.load-more-instructor-past-classes {
background: #fef2aa;
padding: 15px 30px;
border-radius: 10px;
font-weight: 500;
}
.load-more-link.load-more-instructor-past-classes:hover {
  background: var(--primary-color);
  color: var(--white) !important;
  text-decoration: none !important;
}
.wccb-link.add-class-note-link {
padding: 0 10px;
/* border-right: 1px solid var(--text-dark); */
}
.link-wrapper .wccb-link.change-delivery-status-link {
padding-left: 10px;
}
.instructor-working-hours-settings-wrapper table th,
.instructor-working-hours-settings-wrapper table td {
  padding: 10px;
  text-align: left;
}

.content-wrapper .add-minute-form-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 20px 0;
}

.time-row {
display: flex;
justify-content: end;
gap: 20px;
padding: 20px 0;
}
.add-minute {
display: flex;
gap:20px;
align-items: end;
}
.assigned-instructor-wrapper .instructor-wrapper {
  display: flex;
  justify-content: left;
  padding:20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 30px 0;
  border-radius: 10px;
  align-items: center;
  background-color: var(--white);
}
.assigned-instructor-wrapper .profile-content-wrapper .avatar-wrapper {
  padding: 30px;
}
.profile-gender {
  color: var(--text-dark);
  font-weight: 500;
  padding: 10px 18px;
  font-size: 18px;
}


.profile-detail-wrapper .profile-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}
.profile-field-wrapper .avatar-image {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: var(--baige);
  color: var(--primary-color);
}
.avatar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.profile-content-wrapper .avatar-wrapper {
  border-radius: 100%;
  font-weight: 500;
  height: 50px;
  width: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
.modal-body-wrapper .avatar-wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100%;
  color: var(--text-dark);
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}
.student-wrapper .name-wrapper {
  color: var(--text-dark);
  font-weight: 500;
  font-size: 18px;
}
.class-detail-wrapper .instructor-wrapper .avatar-wrapper {
  color: var(--text-dark);
  font-weight: 500;
  font-size: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  align-items: center;
}

.assigned-instructor-wrapper .label-wrapper {
  padding: 0 0 10px;
  border-bottom: solid 1px var(--primary-color);
}

.assigned-instructor-wrapper .instructor-name {
  padding: 0px 20px;
  border-right: solid 1px var(--text-dark);
  color: var(--text-dark);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}

.instructor-wrapper .instructor-gender {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
}
.deduct-minute-form-wrapper .deduct-minute {
  display: flex;
  padding: 20px 0;
  gap: 13px;
  flex-direction: column;
}
.wccb-modal-backdrop .wccb-modal {
background-color: white;
max-height: 80vh;
overflow-y: auto;
max-width: 500px;
width: 100%;
border-radius: 10px;
position: relative;
padding: 20px;
}
.modal-header-wrapper .wccb-close-modal {
text-indent: -99999px;
width: 36px;
height: 36px;
padding: 10px;
/* background-image: url(../images/dashboard/close.svg); */
background-image: url(../images/dashboard/close.svg) !important;
background-repeat: no-repeat;
display: flex;
background-color: #581818 !important;
background-size: 15px;
border-radius: 5px;
background-position: center center;
}
.modal-header-wrapper .wccb-close-modal:hover {
  background-color: var(--text-dark);
}
.data-count-row {
  display: grid;
  grid-template-columns: repeat(4,minmax(0px, 1fr));
  row-gap: 20px;
  column-gap: 20px;
}
.card {
  border: solid #ddd .6px;
  padding: 20px;
  border-radius: 10px;
  justify-content: left;
  display: flex;
  align-items: baseline;
}
.student-profile-detail-wrapper, .student-account-detail-wrapper, .instructor-profile-activity-wrapper,
.package-data-wrapper, .data-count-wrapper, .inner-content-wrapper.new-class-booking-wrapper, .inner-content-wrapper.student-classes-wrapper, .inner-content-wrapper.student-hours-wrapper, .student-profile-activity-wrapper {
  width: 100%;
  background-color: var(--white);
  padding: 20px;
  border-radius: 0 0 10px 10px;
  margin: 0;
}
.student-profile-activity-wrapper {
    margin-top: 30px;
    border-radius: 10px;
}
.inner-content-wrapper.new-class-booking-wrapper, .inner-content-wrapper.student-classes-wrapper {margin: 0;}
.data-image-wrapper {
  background: #faf6f5;
  padding: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-body.total-student .data-image-wrapper::before{
  content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/dashboard/student2.svg);
  }
.card-body.total-tutors .data-image-wrapper::before{
content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/teacher1.svg);
}
.card-body.total-booked-classes .data-image-wrapper::before{
  content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/dashboard/booking.svg);
  }
.card-body.total-completed-classes .data-image-wrapper::before{
content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/check-box.svg);
}
.card-body.total-cancelled-classes .data-image-wrapper::before{
  content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/dashboard/cancel.svg);
  }
.card-body.total-upcoming-classes .data-image-wrapper::before{
content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/upcoming.svg);
}
.card-body.total-delivered-classes .data-image-wrapper::before{
  content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/dashboard/like.svg);
  }
.card-body.total-missed-classes .data-image-wrapper::before{
content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/deadline.svg);
}

div.dt-container div.dt-layout-row {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin: 1.75em 0;
}
.box-top-wrapper {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dotted var(--primary-color);
  margin: 0 0 20px;
}

.student-wrapper .avatar-wrapper {
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-field-wrapper .profile-strip-main-wrapper.wccb_tutor .profile-strip-data-wrapper {
  display: flex;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* border-radius: 10px; */
  position: relative;
  z-index: 0;
  overflow: hidden
}

.action-wrapper .wccb-link.add-more-date {
  position: relative;
  padding: 10px 0px;
  font-size: 18px;
  font-weight: 500;
  padding-right: 40px;
}
.action-wrapper .wccb-link.add-more-date::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 6px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/add.svg);
  top: 13px;

}
.class-feedback-wrapper .feedback-text {
  font-size: 16px;
  font-weight: 500;
}

.class-feedback-wrapper .feedback-date {
  font-size: 17px;
  font-weight: 500;
}

.class-feedback-wrapper .star.star-full {
  color: #581818;
}

.booking-data-item {
  padding: 10px 0;
}

.booking-data-item .item-label {
  color: #581818;
  font-weight: 500;
  font-size: 18px;
}

.booking-data-item .item-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
}

.action .wccb-link.delete-class-note {
  padding: 10px 20px;
  background:var(--secondary-color);
  margin-top: 20px;
  border-radius: 5px;
 color: #581818;
 font-weight: 500;
}
.action .wccb-link.delete-class-note:hover {
  padding: 10px 20px;
  background: var(--text-dark);
 color: var(--white);
 text-decoration: none;
}
.class-note-item {
  display: flex;
  justify-content: space-between;
 padding: 15px 0;
}
.class-note-list .note-text {
  color: var(--text-dark);
  font-size: 17px;
  font-weight: 500;
}

.class-note-list .note-date {
  font-size: 14px;
  font-weight: 500;
}

/* .wpiaf-help-tip.wpiaf-tips{
  display: none;
} */

.content-wrapper .hour-list-row-wrapper {
  display: grid;
  grid-template-columns: repeat(3,minmax(0px,1fr));
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 20px;
}
.content-wrapper .hour-list-row-wrapper.view-list {
  grid-template-columns: repeat(1,minmax(0px,1fr));
}
.add-time-row{
  position: relative;
  display: flex;
  padding-right: 40px;
}
.add-time-row::after{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 6px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/add.svg);
  top: 5px;
}
.ui-widget.ui-widget-content {
  border: 1px solid #d8dcdf;
  z-index: 6;
}

.wccb-link.remove-date{
  position: relative;
  padding-right: 40px;
  font-weight: 500;
}
.wccb-link.remove-date::after{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/delete1.svg);
  top: 0px;
}
.avatar-name-image-wrapper .avatar-wrapper .avatar-image, .profile-content-wrapper .avatar-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--baige);
  font-weight: 500;
  color: var(--primary-color);
  font-size: 18px;
}
.avatar-name-image-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  text-align: left;
}
.profile-grid-wrapper .avatar-name-image-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.modal-body-wrapper .booking-data-row {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
}
.field-wrapper .select.wccb-select {
  margin-left: 25px;
}
.assign-instructor {
  padding-top: 25px;
}
.modal-body-wrapper .profile-content-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: center;
}
.add-minute-form-wrapper .field-group {
  display: flex;
  flex-direction: column;
}
.woocommerce-MyAccount-content .box-top-wrapper h3 {
  color: var(--primary-color);
  margin: 0;
}

.card-item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}
.text-truncate{
  margin: 0;
}

.woocommerce-account .heading-wrapper h2 {
  color: var(--primary-color);
  font-size: /*40px*/ 24px;
  margin: 15px 0;
}

.date-wrapper .month {
  color: #7B0808;
  opacity: 1;
  font-size: 0.75rem;
  margin-top: 5px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
}

.timeslot-date-picker-wrapper .slick-prev::before, .timeslot-date-picker-wrapper .slick-next::before {
  color: var(--primary-color);
  opacity: 1;
  font-size: 28px;
}
.wccb-tab-active {
  border-color: var(--primary-color);
  font-weight: 500;
  color: var(--primary-color);
}
.time-main-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.time-wrapper.active-slot{
  margin: 0x;
  border-color: var(--primary-color)
}
.delete-selected-slot-date-time{
  padding: 10px;
  position: relative;
  font-size: 0px;
}
.delete-selected-slot-date-time::before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: -1px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/dashboard/delete1.svg);
  top: -6px;
}

.action-wrapper {
  margin: 15px;
}
 .btn-wrapper.fixed-btn {
  position: fixed;
  right: 60px;
  bottom: 40px;
}
.btn.btn-primary.save-booking.sticky-button {font-weight: 500;}
.delete-time-row{
  position: relative;
  font-size: 0px;
}
.delete-time-row::before{
content: "";
width: 20px;
height: 20px;
position: absolute;
background-size: 20px;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../images/dashboard/delete1.svg);
top: -18px;
}

 .action-wrapper .wccb-link.delete-image{
  position: relative;
  font-size: 0px;
}
.action-wrapper .wccb-link.delete-image::before{
  content: "";
width: 20px;
height: 20px;
position: absolute;
background-size: 20px;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../images/dashboard/delete1.svg);
top: -18px;
} 

.link-wrapper {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: flex-start;
  gap: 10px;
}

.booking-classes-row.student-upcoming-classes-row {
  display: grid;
  grid-template-columns: repeat(3,minmax(0px,1fr));
  grid-column-gap:20px;
  grid-row-gap:20px;
}

.wccb-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  border-radius: 10px 10px 0 0;
  gap: 20px;
  background-color: #7713081a;
  padding: 10px;
}
.wccb-tab {
  font-size: 15px;
  border-radius: 50px;
  color: var(--text-dark);
  width: 100%;
  text-align: center;
  padding: 12px 30px;
  font-weight: 500;
  cursor: pointer;
}
.wccb-tab-active {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
}
/* custom end */



.left_column_wrapper {width: 70%; float: left; padding-right: 60px;}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
  width: 30%;
  padding: 40px;
  background: #efefef;
  border-radius: 10px;
  text-align: center;
}
.tutor_profile_main_wrapper {width:  100%;}
.tutor_profile_main_wrapper .wccb_title, .tutor_availability_main_wrapper h2 {width: 100%; font-size: 24px; color: var(--primary-color);}
.tutor_availability_main_wrapper h2 {margin-bottom: 20px;}
.tutor_profile_wrapper.tutor_selected .tutor_meta_wrapper {background-color: var(--primary-color);}
.tutor_availability_main_wrapper .table.table-bordered, .table.table-bordered {
  font-size: 15px;
  color: var(--text);
  width: 100%;
  overflow-x: scroll;
  max-width: 100%;
  text-align: center;
}
.table.table-bordered th {
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: center !important;

}

.woocommerce .wc-proceed-to-checkout a.button.alt {
  background-image: linear-gradient(90deg, var(--primary-color), rgba(157,30,15,0.85));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 55px;
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: All;
  line-height: 1;
  box-shadow: 0px 0px 0px 5px rgba(156,32,32,0.22);
  border: none !important;
}
.woocommerce .wc-proceed-to-checkout a.button.alt:hover {
  background-image: linear-gradient(90deg, rgba(157,30,15,0.85), var(--primary-color));
  color: var(--secondary-color);
}
.quantity_wrapper {width: 100%; margin-bottom: 30px;}
.woocommerce .quantity_wrapper label {
  width: 100%;
  float: none;
  display: inline-block;
  font-size: 18px;
}
.quantity.buttons_added {
  width: auto;
  margin: 0 auto;
  float: none;
  display: inline-block;
}
.single-product .buttons_added.quantity .qty, table.cart .buttons_added.quantity .qty {
  border: medium 0;
  font-size: 24px;
  text-align: center;
  width: 50px;
  box-shadow: none;
  background: 0 0;
  height: 48px;
  margin: 0;
  float: left;
  border-right: 0;
      border-right-color: currentcolor;
  border-right-color: currentcolor;
  border-left: 0;
      border-left-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #c5c5c5;
  border-radius: 0;
}
.single-product .quantity button, .product-quantity button {
  width: 48px;
  text-align: center;
  padding: 0;
  height: 48px;
  background-color: var(--white);
  color: var(--text-dark);
  border: 1px solid #c5c5c5;
  float: left;
  position: relative;
  background-color: transparent;
}
.fa-minus::before, .fa-plus::before {
  content: "";
  background: url(../images/dashboard/delete1.svg);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  cursor: pointer;
}
.fa-plus::before {
  background: url(../images/dashboard/add.svg);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}
.tutor_availability_main_wrapper table, .tutor_availability_main_wrapper th, .tutor_availability_main_wrapper td,
.table.table-bordered th, .table.table-bordered td, .table.table-bordered tr {border: 1px solid #ddd;}
.tutor_availability_main_wrapper table, .table.table-bordered {border-collapse: collapse;}
.tutor_availability_main_wrapper th, .tutor_availability_main_wrapper td, .table.table-bordered th, .table.table-bordered td {padding: 10px;}
.slot_selected_container {
  width: 100%;
  float: left;
  padding: 0 20px;
  border-radius: 10px;
  background: var(--primary-color);
  margin: 20px 0;
  color: var(--white);
}
.slot_selected_container .slot_picked_row {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.slot_selected_container a {color: var(--secondary-color);}
.get_tutor_availability_calendar {position: relative;}
.get_tutor_availability_calendar::before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: 24px;
  display: flex;
}
.get_tutor_availability_calendar.next_date::before {
  background: url(../images/dashboard/arrow-right.png) no-repeat;
  background-position: center;
}
.get_tutor_availability_calendar.previous_date::before {
  background: url(../images/dashboard/arrow-left.png) no-repeat;
  background-position: center;
}

table.cart .buttons_added.quantity .qty {
  border: medium 0;
  font-size: 24px;
  text-align: center;
  width: 50px;
  box-shadow: none;
  background: 0 0;
  height: 48px;
  margin: 0;
  float: left;
  border-right: 0;
      border-right-color: currentcolor;
  border-right-color: currentcolor;
  border-left: 0;
      border-left-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #c5c5c5;
  border-radius: 0;
}
.woocommerce div.product div.summary .single_add_to_cart_button {margin: 0 auto;}
.tutor_availability_main_wrapper .table.table-bordered thead {
  background: var(--primary-color);
  color: var(--white);
}
.tutor_availability_main_wrapper td.inner_table table,
.tutor_availability_main_wrapper td.inner_table table tr,
.tutor_availability_main_wrapper td.inner_table table td {
  width: 100%;
  border: none;
  padding: 0;
}
.tutor_availability_main_wrapper td.inner_table span.slot:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}
.tutor_availability_main_wrapper td.inner_table span.slot {
  padding: 10px;
  width: 100%;
  display: inline-block;
}
.tutor_availability_main_wrapper td.inner_table span.slot:hover, .tutor_availability_main_wrapper td.inner_table span.slot.slot_picked {
  background: var(--secondary-color);
  color: var(--primary-color);
}
.tutor_availability_main_wrapper td.inner_table table {
  width: 130px;
}
/*.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce a.added_to_cart, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce table.my_account_orders .button, td a.woocommerce-MyAccount-downloads-file.button.alt {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.woocommerce-message {border-top-color: var(--primary-color) important;}
.woocommerce-message::before {color: var(--primary-color) !important;}*/
.woocommerce .button.wc-forward, .woocommerce-cart-form .actions .button {float: right;}
.woocommerce-cart table.cart thead, .woocommerce-cart table.cart thead th {
  background: var(--primary-color);
  color: var(--white);
  font-size: 18px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 200px;
  border-radius: 50px !important;
  height: 48px !important;
  margin-right: 20px;
}
#customer_details {margin-bottom: 30px;}
.woocommerce-cart table.cart th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce table.shop_table th, .woocommerce table.shop_table tfoot th {font-size: 14px !important;}
.woocommerce td.product-name dl.variation p {margin-bottom: 15px;}
.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__line-item.order_item ul {
  padding-left: 0;
  list-style: none;
}
p.woocommerce-thankyou-order-received {color: var(--primary-color);}
.slot_booked {background: var(--primary-color); color: var(--white);}
.oxy-header-wrapper .header-btn {margin-left: 20px;}
.oxy-header-wrapper .header-btn:first-child {margin-left: 0;}

/*-------------------------My Account--------------------------------*/
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  border-radius: 15px;
 position: sticky;
 top: 20px;
}

.woocommerce-account  .woocommerce .woocommerce-MyAccount-content {
float: right;
width: 75%;
padding-left: 40px;
}
.woocommerce-account .oxy-off-canvas .woocommerce .woocommerce-MyAccount-content {display: none;}
.woocommerce-account .oxy-off-canvas .woocommerce .woocommerce-MyAccount-navigation {width: 100%; padding: 0; display: block;}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
padding: 0;
list-style: none;
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
width: 100%;
padding: 10px 15px;
color: var(--primary-color);
margin-bottom: 5px;
transition-duration: .5s;
transition-property: background-color;
position: relative;
display: flex;
align-items: center;
gap: 10px;
font-weight: 300;
border-radius: 40px;
font-size: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white);
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
  font-family: 'Phosphor';
  position: relative;
  font-size: 24px;
  line-height: 1;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\E464";
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--profiles a::before {
  content: "\E4C4";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--new_class_booking a::before{
  content: "\E600";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--classes a::before {
	content: "\E5FE";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--hours a::before {
	content: "\ED2C";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--bookings a::before {
	content: "\E68E";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--my-sessions a::before {
	content: "\E108";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--working_hours a::before {
	content: "\EDEC";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--unavailable_dates a::before {
	content: "\E108";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--add_hours a::before {
	content: "\E4D0";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--deduct_hours a::before {
  content: "\E4CE";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\E42A";
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\E41E";
}
/* .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account.is-active a::before {
  content: "\E900";
} */
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\E600";
}

/*-----------------------------------End-----------------------------------------*/


.search-filter-form-wrapper .search-statistics-data,
.search-filter-form-wrapper .search-instructor-data,
.search-filter-form-wrapper .search-package-data,
.search-filter-form-wrapper .search-statistics-data-student,
 .search-filter-form-wrapper .search-statistics-data-instructor {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: var(--baige);
  border-radius: 10px;
  margin-bottom: 20px;
}
.search-filter-form-wrapper .search-field {
  max-width: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.search-filter-form-wrapper .search-field input, .search-filter-form-wrapper .search-field select,
.search-filter-form-wrapper .search-field .select2 {
  width: 100% !important;
}
.search-filter-form-wrapper .search-field label {display: none;}
/* .button-wrapper {
  display: flex;
  gap: 10px;
} */
.woocommerce .button-wrapper button[type="submit"], .woocommerce .button-wrapper button[type="button"] {
  padding: 7px 20px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0;
  border: 1px solid var(--primary-color);
  font-family: 'Poppins';
  border-radius: 5px;
}
.woocommerce .button-wrapper button[type="submit"]:hover {background-color: var(--white); color: var(--primary-color);}
.woocommerce-MyAccount-content a.delete_slot {color: var(--secondary-color);}
.woocommerce-MyAccount-content a.delete_slot:hover {color: var(--white);}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-top: 3px solid var(--primary-color);
  border-radius: 0;
}
.woocommerce-form.woocommerce-form-register.register p {margin-top:  0;}
.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme, .booking_list_wrapper {margin-top: 20px !important;}
.user_count_wrapper, .user_count_wrapper h3, .tutor_availability_main_wrapper label {width:  100%; float:  left;}
.user_count_wrapper h3 {margin-bottom: 20px !important;}
.woocommerce .my_classes_form .woocommerce-Button.button {background: var(--primary-color); border: none !important; margin: 20px 0;}
.woocommerce .my_classes_form .woocommerce-Button.button:hover, .woocommerce .date_filter_wrapper button[type="submit"]:hover {background: var(--secondary-color); color: var(--primary-color); }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.ui-widget-content .ui-state-active a:hover {color: var(--white);}
.wpiaf-help-tip::after {display: none;}
.woocommerce .date_filter_wrapper button[type="submit"] {
  text-transform: capitalize;
  padding: 12px 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  line-height: 1.2;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  letter-spacing: 0;
  float: left;
}
.woocommerce .date_filter_wrapper #reset_search {padding: 12px 30px; font-size: 14px; float: left; margin-left: 10px;}
.date_filter_wrapper .from_date_wrapper {width: 50%; float: left; margin-bottom: 20px;}
.booking_list_wrapper h3 {margin: 20px 0; width:  100%; float: left;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account table {width: 100%; margin: 20px 0; text-align: left;}
.tutor_availability_main_wrapper textarea {width:  100%; margin: 0 0 20px;}
.woocommerce-EditAccountForm.add_hour_form .field-group {margin-top: 15px;}

.wccb-spinner {
	background: url(../images/spinner.gif) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	visibility: hidden;
	vertical-align: middle;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 20px;
	height: 20px;
	margin: 0px 10px 0;
}

.wccb-spinner.is-active {
	visibility: visible;
}

.tutor_profile_main_wrapper {
	float: left;
}
.tutor_profile_main_wrapper img {
	width: 100px;
}
.tutor_availability_main_wrapper {
	float:left;
	margin-top: 20px;
}
.previous_date {
	cursor: pointer;
	color: blue;
}
.next_date {
	cursor: pointer;
	color: blue;
}
.slot_selected_container {
	float: left;
}
.slot {
	cursor: pointer;
}
/*.slot_picked {
	background: green;
	color:white;
}*/
/*.slot_booked {
	font-weight: bold;
	background: #EEEEEE;
}*/
.radio_btn {
	display: none;
}
.tutor_profile_wrapper {
	cursor: pointer;
}

.profile_image_wrapper {
	cursor: pointer;
}

.div-table {
  display: table;         
  width: auto;         
  background-color: #eee;         
  border: 1px solid #666666;         
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
  display: table-row;
  width: auto;
  clear: both;
  background-color: #ccc;  
}
.div-table-col {
  float: left; /* fix for  buggy browsers */
  display: table-column;         
  width: 200px;
}

/* wpiaf tip */
.wpiaf-help-tip {
    color: #666;
    display: inline-block;
    font-size: 1.1em;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}
.wpiaf-help-tip:after{
	font-family: Dashicons;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	content: "ïˆ£";
	cursor: help;
}
#wpiaftip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#wpiaftip_holder.tip_top {
	padding-bottom: 5px;
}

#wpiaftip_holder.tip_bottom {
	padding-top: 5px;
}

#wpiaftip_holder.tip_right {
	padding-left: 5px;
}

#wpiaftip_holder.tip_left {
	padding-right: 5px;
}

#wpiaftip_content {
	font-size: 11px;
	color: var(--white);
	text-shadow: 0 0 2px var(--text-dark);
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(var(--text-dark)));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#wpiaftip_arrow, #wpiaftip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#wpiaftip_holder.tip_top #wpiaftip_arrow {
	border-top-color: var(--white);
	border-top-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_bottom #wpiaftip_arrow {
	border-bottom-color: var(--white);
	border-bottom-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_right #wpiaftip_arrow {
	border-right-color: var(--white);
	border-right-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_left #wpiaftip_arrow {
	border-left-color: var(--white);
	border-left-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_top #wpiaftip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_bottom #wpiaftip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_right #wpiaftip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_left #wpiaftip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#wpiaftip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#wpiaftip_holder.tip_bottom #wpiaftip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#wpiaftip_holder.tip_top #wpiaftip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.7;
  background: url('../images/loader.gif') center no-repeat var(--white);
}

.wccb-msg-entry {
    text-align: center;
    padding: 10px;
}

.wccb-msg-success {
  background-color: green;
  color: var(--white) !important;
}

.wccb-msg-error {
  background-color: red;
  color: var(--white) !important;
}

/*** Tab CSS start ***/
.choose-instructor-tab-wrapper, .fields-main-wrapper .field-control {width: 100%;}
.tab-label-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 40px;
}
.tab-label-wrapper p {margin: 0; font-size: 18px;}
/*.wccb-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-left: 20px;
  flex: 1;
  justify-content: space-evenly;
}

.wccb-tab {
  background-color: transparent;
  padding-bottom: 10px;
  padding-top: 10px;
  transition-duration: .5s;
  transition-property: all;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 3px solid transparent;
    border-bottom-color: transparent;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.wccb-tab:hover {
  color: ;
}
.wccb-tab-active {
  border-color: #03045e;
  font-weight: 500;
}
/*.wccb-tabs-contents {
  width: 100%;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
  border-top: 3px solid #03045e;
  margin-bottom: 40px;
}
.wccb-tab , .wccb-tab-content {
  padding: 10px 20px;
}*/

.wccb-tab-content-hidden {
  display: none !important;
}

/*** Tab css end ***/

/** Modal css start **/

.wccb-modal-backdrop {
  display: none;
  align-items: center;
  justify-content: center;
}

.wccb-modal-backdrop .wccb-modal {
  background-color: white;
  max-height: 80vh;
  overflow-y: auto;
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.wccb-modal-backdrop .wccb-modal .modal-header-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-header-wrapper .wccb-close-modal {
  text-indent: -99999px;
  width: 36px;
  height: 36px;
  padding: 10px;
  background-image: url(../images/dashboard/close.svg);
  background-repeat: no-repeat;
  display: flex;
  background-color: #2097f3;
  background-size: 15px;
  border-radius: 5px;
  background-position: center center;
}
.modal-header-wrapper .wccb-close-modal:hover {background-color: #03045e;}
.wccb-modal-backdrop.live {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

body.wccb-modal-active {
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  Left: 0;
}


.wccb-spinner {
	background: url(../images/spinner.gif) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	visibility: hidden;
	vertical-align: middle;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 20px;
	height: 20px;
	margin: 0px 10px 0;
}

.wccb-spinner.is-active {
	visibility: visible;
}

.tutor_profile_main_wrapper {
	float: left;
}
.tutor_profile_main_wrapper img {
	width: 100px;
}
.tutor_availability_main_wrapper {
	float:left;
	margin-top: 20px;
}
.previous_date {
	cursor: pointer;
	color: blue;
}
.next_date {
	cursor: pointer;
	color: blue;
}
.slot_selected_container {
	float: left;
}
.slot {
	cursor: pointer;
}
/*.slot_picked {
	background: green;
	color:white;
}*/
/*.slot_booked {
	font-weight: bold;
	background: #EEEEEE;
}*/
.radio_btn {
	display: none;
}
.tutor_profile_wrapper {
	cursor: pointer;
}

.profile_image_wrapper {
	cursor: pointer;
}

.div-table {
  display: table;         
  width: auto;         
  background-color: #eee;         
  border: 1px solid #666666;         
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
  display: table-row;
  width: auto;
  clear: both;
  background-color: #ccc;  
}
.div-table-col {
  float: left; /* fix for  buggy browsers */
  display: table-column;         
  width: 200px;
}

/* wpiaf tip */
.wpiaf-help-tip {
    color: #666;
    display: inline-block;
    font-size: 1.1em;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}
.wpiaf-help-tip:after{
	font-family: Dashicons;
	speak: never;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	content: "ïˆ£";
	cursor: help;
}
#wpiaftip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#wpiaftip_holder.tip_top {
	padding-bottom: 5px;
}

#wpiaftip_holder.tip_bottom {
	padding-top: 5px;
}

#wpiaftip_holder.tip_right {
	padding-left: 5px;
}

#wpiaftip_holder.tip_left {
	padding-right: 5px;
}

#wpiaftip_content {
	font-size: 11px;
	color: var(--white);
	text-shadow: 0 0 2px var(--text-dark);
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(var(--text-dark)));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#wpiaftip_arrow, #wpiaftip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#wpiaftip_holder.tip_top #wpiaftip_arrow {
	border-top-color: var(--white);
	border-top-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_bottom #wpiaftip_arrow {
	border-bottom-color: var(--white);
	border-bottom-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_right #wpiaftip_arrow {
	border-right-color: var(--white);
	border-right-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_left #wpiaftip_arrow {
	border-left-color: var(--white);
	border-left-color: rgba(255,255,255,0.35);
}

#wpiaftip_holder.tip_top #wpiaftip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_bottom #wpiaftip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_right #wpiaftip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#wpiaftip_holder.tip_left #wpiaftip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#wpiaftip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#wpiaftip_holder.tip_bottom #wpiaftip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#wpiaftip_holder.tip_top #wpiaftip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

#TB_overlay {
	background: var(--text-dark);
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050; /* Above DFW. */
}

#TB_window {
	position: fixed;
	background-color: var(--white);
	z-index: 100050; /* Above DFW. */
	visibility: hidden;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeWindowButton {
	position: absolute;
	left: auto;
	right: 0;
	width: 29px;
	height: 29px;
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
	transition: color .1s ease-in-out, background .1s ease-in-out;
}

#TB_ajaxWindowTitle {
	float: left;
	font-weight: 500;
	line-height: 29px;
	overflow: hidden;
	padding: 0 29px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc( 100% - 39px );
}

#TB_title {
	background: #fcfcfc;
	border-bottom: 1px solid #ddd;
	height: 29px;
}

#TB_ajaxContent {
	clear: both;
	padding: 20px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
	width: 100% !important;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}
.change_class_status_wrapper .field-group {
  margin-bottom: 10px;
}
#TB_ajaxContent {
  color: var(--text-dark);
  font-weight: 400;
}
.woocommerce-Button.button.change_class_status_btn {
  background-color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  color: var(--white);
  cursor: pointer;
  border: 1px solid var(--primary-color);
}
.woocommerce-Button.button.change_class_status_btn:hover {
	background-color: var(--secondary-color);
	border-color: var(--primary-color);
	color: var(--primary-color)
}
.change_class_status_wrapper .field-group .select {
  background: var(--white);
  border: 1px solid #ddd;
  padding: 5px 7px;
}
#TB_load {
	position: fixed;
	display: none;
	z-index: 100050;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0 0 -125px;
	padding: 40px 15px 15px;
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: var(--white);
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}

#TB_iframeContent {
	clear: both;
	border: none;
}

.tb-close-icon {
	display: block;
	color: #666;
	text-align: center;
	line-height: 29px;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}

.tb-close-icon:before {
	content: "x";
	/*font: normal 20px/29px dashicons;*/
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
	color: #006799;
}

#TB_closeWindowButton:focus .tb-close-icon {
	-webkit-box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
}


/**
 * 
 * Bookng screen css start
 * 
 * */

/*.timeslot-date-picker-wrapper {
  max-width: 960px;
}*/

.timeslot-date-picker-wrapper .slider {
    width: 100%;
    margin: 50px auto;
}

.timeslot-date-picker-wrapper .slick-slide {
  margin: 0px 20px;
}

.timeslot-date-picker-wrapper .slick-slide img {
  width: 100%;
}

.timeslot-date-picker-wrapper .slick-prev:before,
.timeslot-date-picker-wrapper .slick-next:before {
  color: black;
}


.timeslot-date-picker-wrapper .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.timeslot-date-picker-wrapper .slick-active {
  opacity: 1;
}

.timeslot-date-picker-wrapper .slick-current {
  opacity: 1;
}

.date-main-wrapper {
  margin: 0 12px;
  padding: 16px;
  flex: 1;
  border: 2px solid var(--border);
  margin: 0 4px;
  padding: 16px 5px;
  font-size: 1rem;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  transition: all .3s;
}
.timeslot-date-picker-wrapper .active-slick-date .date-main-wrapper, .date-main-wrapper:hover {border-color: var(--primary-color);}
.date-field-wrapper {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
  text-align: center;
}
.date-main-wrapper .date-wrapper p {
  color: var(--text);
}
.date-main-wrapper:hover .date-wrapper p, .timeslot-date-picker-wrapper .active-slick-date .date-main-wrapper .date-wrapper p {
  color: var(--primary-color);
}
.date-wrapper {
  width: 100%;
}
.date-wrapper .day {margin: 0;}
.date-wrapper .month {
  font-size: 0.75rem;
  margin-top: 5px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.date-wrapper .date {
  color: #2B2D32;
  margin: 3px 0 0 -4px;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1em;
  letter-spacing: -0.05em;
}
.date-field-radio {
  display: none;
}

.timeslot-time-picker-wrapper {
  /* display: flex;
  flex-wrap: wrap;
  flex-direction: column; */
    display: grid;
    grid-template-columns: repeat(6, minmax(0px, 1fr));
    max-width: 100%;
}

.time-wrapper {
  flex: 0 0 100%;
  width: 100%;
  margin: 14px 0 0 0;
  font-weight: 400;
  justify-content: flex-start;
  flex: 1;
  border: 2px solid var(--border);
  padding: 10px 15px;
  font-size: 1rem;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
}

.time-field {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.time-field p.time {margin: 0;}
.time-field-radio {
  display :none;
}
.time-wrapper:hover {
  border-color: var(--primary-color);
}
.time-wrapper.active-slot{
  border-color: var(--primary-color);
  font-weight: 500;
}
.time-wrapper.active-slot .time-field p {color:  var(--primary-color);}

.timeslot-calendar-picker-wrapper {
  text-align: center;
}

.disable-time-slot {
		background-color: var(--border);
		cursor: not-allowed;
}

/**
 * 
 * Booking screen css end
 * 
 * */


/**
 * 
 * 
 * Wordpress star rating css start
 * 
 * */

 @font-face {
	font-family: "dashicons";
	src: url("../fonts/dashicons.eot");
 }
 
 @font-face {
	font-family: "dashicons";
	src: url("../fonts/dashicons.eot?#iefix") format("embedded-opentype"),
	url("../fonts/dashicons.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
 }
 
 .star-rating .star-full:before {
content: "\f155";
}

.star-rating .star-half:before {
content: "\f459";
}

.star-rating .star-empty:before {
content: "\f154";
}

.star-rating .star {
color: #0074A2;
display: inline-block;
font-family: dashicons;
font-size: 20px;
font-style: normal;
font-weight: 400;
height: 20px;
line-height: 1;
text-align: center;
text-decoration: inherit;
vertical-align: top;
width: 20px;
}

/**
 * 
 * Wordpress star rating css end
 * 
 * 
 * */
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 20% ;
 }

 .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 80% ;
 }

 @media only screen and (max-width: 1500px){
  .booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
  .view-list .class-detail-wrapper .link-wrapper .wccb-link, .wccb-link.view-class-note-link, .wccb-link.class-grid-view-link.class-feedback-link {
    max-width: 200px;
    margin-bottom: 10px;
  }
  .link-wrapper {
    position: relative;
  }
  .link-wrapper span.wpiaf-help-tip.wpiaf-tips {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .view-grid .wccb-link.class-grid-view-link.class-feedback-link {
        left: 0 !important;
    }
    /* .link-wrapper {
      padding-left: 10px;
    } */
 }

 @media only screen and (max-width: 1080px){
  .woocommerce ul.order_details::before {display: none;}
  .woocommerce-thankyou-order-details.order_details {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-row-gap: 20px;
  }
  .woocommerce ul.order_details li {
      width: 100%;
      padding-left: 20px;
  }

/*  custom */

.profile-strip-main-wrapper.wccb_student {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}


.ribbone.ribbone-top-left {
  background: #1d2327;
  left: 0px;
  overflow: hidden;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: 16px;
  width: 92px;
  padding: 3px 0;
  position: absolute;
  inset-block-start: 18px;
  color: var(--white);
}
.profile-data {
  grid-template-columns: repeat(2,minmax(0px,1fr));
}

 .strip-action-link.change-profile-link {
    border: none;
}
 .strip-action-link.assign-profile-instructor-link {
  font-size: 13px;
}
.admin-control-wrapper .field-wrapper {
  padding: 20px 0;
}


.profile-strip-action-wrapper {
  display: flex;
}
.booking-class-grid.student-booking-grid {
  flex-direction: column;
  align-items: first baseline;
}

.class-detail-wrapper {
padding: 20px 0 ;
}

 .booking-class-grid.instructor-booking-grid {
  flex-direction: column;
}

.booking-classes-row.student-past-classes-row {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
}
.working-hours-settings tr {
  display: flex;
  gap: 30px;
  padding: 20px 0;
}

.add-minute {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
}

 .deduct-minute {
  gap: 20px !important;
}
.instructor-past-classes-wrapper .booking-classes-row.instructor-past-classes-row {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
  grid-column-gap: 20px;
}

 .booking-class-grid.instructor-booking-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .profile-list-row {
    grid-template-columns: repeat(2,minmax(0px,1fr));
  
  }
  .profile-strip-main-wrapper.wccb_student .profile-strip-action-wrapper {
    display: grid;
    grid-template-columns: repeat(3,minmax(0px,1fr));
  }
  .profile-gender {
    color: var(--text-dark);
    font-weight: 500;
    padding: 10px 18px;
    font-size: 18px;
  }
  .profile-grid-wrapper .avatar-name-image-wrapper{
    gap: 15px;
  }
  .avatar-name-image-wrapper{
    flex-direction: column;
  }
  .data-count-row{
    grid-template-columns: repeat(3,minmax(0px, 1fr))
  }

  .search-filter-form-wrapper .button-wrapper {
    display: flex;
    align-items: end;
  }
  .add-minute-form-wrapper .button-wrapper {
    display: flex;
    align-items: end;
  }
  .wccb-link.add-class-note-link{
    border: none;
  }
  .booking-classes-row.student-upcoming-classes-row .link-wrapper {
    display: flex;
    align-items: normal;
    flex-direction: column;
  }
  .wccb-link.view-class-note-link{
    border: none;
  }
}



@media only screen and (max-width: 992px){
  .woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column;
  }
 .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    display: none;
  }
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100% ;
    padding-left: 0 ;
  } 
  .left_column_wrapper, .woocommerce div.product div.summary {width: 100%; float: left;}
  .left_column_wrapper {padding: 0;}
  .woocommerce-cart-form .actions .button {margin: 0 0 20px;}
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {background-color: transparent;}

/* header resposibe */
.oxy-pro-menu-off-canvas-container {align-items: flex-start !important;}
.oxy-pro-menu-container > div:first-child {margin: unset !important; padding-top: 80px;}
/* .oxy-pro-menu .oxy-pro-menu-list > .menu-item {border-bottom: 1px solid #2f2e2c;} */
.oxy-pro-menu .oxy-pro-menu-list > .menu-item a {justify-content: space-between !important;}

#-pro-menu-17-29 .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .sub-menu .menu-item a {
    font-size: 14px;
    padding: 10px 15px;
}

/*  custom */

.wccb-tab, .wccb-tab-content {
padding:10px 0;
}
  .class-detail-wrapper {
  flex-direction: column;
  align-items: baseline !important;
  gap:20px;
    width:100%;
}

  .add-minute {
  gap: 20px;
  flex-direction: column;
}
.deduct-minute {
  display: flex;
  gap: 30px !important;
  flex-direction: column;
}
.new-class-booking .hour-expire-date-wrapper {
  font-size: 16px;
}

.field-group {
  display: flex;
  flex-direction: column;
}

.content-wrapper .add-minute-form-wrapper {
  flex-direction: column;
}
.booking-classes-row.student-past-classes-row {
  display: grid;
  grid-template-columns: repeat(1,minmax(0px,1fr));

}
.booking-class-grid.instructor-booking-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hour-wraper-grid {
  display: grid;
  grid-template-columns: repeat(1,minmax(0px,1fr));
  gap: 20px;
}
.content-wrapper .hour-list-row-wrapper {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
  row-gap: 20px;
  column-gap: 20px;
}
.booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2,minmax(170px,1fr));
}
.field-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
}
.assigned-instructor-wrapper .instructor-wrapper {
  flex-direction: column;
  gap: 10px;
  align-items: baseline;
}
.assigned-instructor-wrapper .instructor-name , .instructor-wrapper .instructor-gender{
  padding: 0;
  border: none;
}
.data-count-row {
  grid-template-columns: repeat(2,minmax(0px, 1fr));
}
.wccb-dashboard-main-wrapper .dt-layout-cell.dt-layout-full {
  overflow: scroll;
}
.wccb-dashboard-main-wrapper td {
  min-width: 140px;
}
.table.table-bordered.instructor-table td{
  min-width: 140px;
}

.data-table-wrapper {
  width: 100%;
  overflow: scroll;
}

.search-instructor-data {
  display: grid;
  padding: 20px;
  margin: 20px 0;
  gap: 30px;
  grid-template-columns: repeat(2,minmax(0px,1fr));
}

.search-filter-form-wrapper .search-field {
  flex-direction: column;
  display: flex;
}
.package-data-wrapper .search-package-data {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
}
.booking-classes-row.student-upcoming-classes-row {
  display: grid;
  grid-template-columns: repeat(2,minmax(0px,1fr));
  grid-column-gap:
20px;
  grid-row-gap:
20px;
}

}


@media only screen and (max-width: 768px){
  .woocommerce-thankyou-order-details.order_details {grid-template-columns: 1fr 1fr;}
  .hour_list_wrapper {overflow-x: scroll; white-space: nowrap; margin: 15px 0 0;}
  .hour_list_wrapper .total_hour_wrapper {width: 100%; margin: 30px 0 0;}
  .search-filter-form-wrapper .search-statistics-data, .search-filter-form-wrapper .search-instructor-data, .search-filter-form-wrapper .search-package-data {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .search-filter-form-wrapper .search-field {max-width: 100%;}

/*  custom */


 #section-2-96 > .ct-section-inner-wrap {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.new-class-booking .field-wrapper {
  flex-direction: column;
  align-items: baseline;
}

.wccb-select.get-booking-minute-detail {
  padding: 10px 5px;
  margin: 0;
}
.profile-list-row {
  grid-template-columns: repeat(1,minmax(0px,1fr));

 }

}



@media only screen and (max-width: 480px){
  .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .button {width:  100%; margin: 15px 0;}
  .woocommerce-thankyou-order-details.order_details {grid-template-columns: 1fr;}
  .woocommerce ul.order_details li {padding: 0; border: none;}
  .woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {margin: 10px 0 20px !important;}
  .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row, .ui-tabs .ui-tabs-panel,
  .woocommerce-form.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-form-row {overflow-x: scroll; white-space: nowrap;}
  .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row td select.select, .woocommerce-EditAccountForm .time_row select.select {width: 100px;}
  .date_filter_wrapper .from_date_wrapper, .woocommerce-EditAccountForm.add_hour_form .field-group .select, .woocommerce-EditAccountForm.add_hour_form .field-group input {width: 100%;}


  /* custom */

  .ct-span {
    display: inline-block;
    text-decoration: inherit;
    font-size: 40px;
    line-height: 1.2;
  }
  .strip-action-link.book-new-class-link {
    border: none ;
  }

  .profile-data {
    align-items: stretch;
    grid-template-columns: repeat(2,minmax(0px,1fr)) ;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: grid;
  }

  .profile-strip-data-wrapper {
    display: flex ;
    gap: 20px;
    flex-wrap: wrap;
  }

  .profile-strip-main-wrapper.wccb_student .profile-strip-action-wrapper {
    display: grid ;
    grid-template-columns: repeat(1,minmax(200px,1fr)) ;
    row-gap: 10px;
    column-gap: 10px;
    padding-top: 20px;
    width: 100%;
  }

  .admin-control-wrapper .field-wrapper {
    display: flex;
    gap: 15px;
  }

  .strip-action-link.assign-profile-instructor-link {
    border: none ;
  }

  .avatar-wrappar {
    padding: 10px 100px ;
  }

  .profile-name{
    padding: 10px 0px ;
    font-size: 18px;
  }

  .strip-action-link.change-profile-link{
    padding: 10px 100px ;
    border-bottom: 1px solid #ddd ;
  }
  .strip-action-link.purchase-hours-link{
    padding: 10px 0 ;
    border-bottom: 1px solid #ddd ;
  }

  .strip-action-link.assign-profile-instructor-link{
    padding: 10px 0 ;
    border-bottom: 1px solid #ddd ;
  }
  .strip-action-link.book-new-class-link{
   font-size: 16px;
    color: var(--white);
    font-weight: 500;
    background: var(--primary-color);
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  

  .class-detail-wrapper .package-title {
   border: none;
  }

  .class-date-time{
    border: none ;
  }
  .class-detail-wrapper .instructor-wrapper {
   border:none;
  }
  .wpiaf-help-tip.wpiaf-tips {
    align-content: last baseline;
  }

  .booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px, 1fr));
    gap: 10px;
  }

  .wccb-tabs .wccb-tab.wccb-tab-active {
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 10px;
  }
  .wccb-tab-active::before {
    content: "\25bc";
    float: right;
    color: var(--primary-color);
    bottom: -30px;
    position: absolute;
    font-size: 30px;
  }
  .wccb-link.add-class-note-link {
   border: none;
   
  }
  .wccb-tabs .wccb-tab{
    font-size: 16px;
    line-height: 1.3;
    padding: 5px 0;
  }

  .top-button-wrapper .wccb-link.add-profile-link {
    font-size: 16px;
  }
  .hour-data-wrapper {
    display: grid ;
    /* grid-template-columns: repeat(1,minmax(0px, 1fr)) ;
    padding: 20px ; */
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .booking-class-grid.instructor-booking-grid .class-detail-wrapper {
    gap: 15px;
  }
  .working-hours-settings tr {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3,minmax(0px,1fr));
  }

  .field-wrapper.unavailable-date-field-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: baseline;
  }

  .assigned-instructor-wrapper .instructor-wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }

  .instructor-wrapper .avatar-wrapper {
      border: none;
  }

  .assigned-instructor-wrapper .instructor-name {
    padding: 0px 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    border: none;
  }
  .booking-classes-row.student-past-classes-row {
    margin-bottom: 0;
  }
  .booking-class-grid.instructor-booking-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .profile-field-wrapper .profile-strip-data-wrapper .avatar-wrappar {
    padding: 10px 0;
    border-right: none;
  }
  .profile-list-row {
    padding: 20px;
  }
  #ui-datepicker-div {
    position: absolute;
    top: 860.5px;
    left: 50.083px;
    z-index: 1;
    display: block;
  }

  .assigned-instructor-wrapper .instructor-wrapper {
    padding: 20px 10px;
  }

  .instructor-wrapper .instructor-gender {
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
  }
  .instructor-past-classes-wrapper .booking-classes-row.instructor-past-classes-row {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,1fr));
    grid-column-gap: 20px;
  }

  .profile-field-wrapper .profile-strip-main-wrapper.wccb_tutor .profile-strip-data-wrapper {
    padding: 35px;
    gap:20px;
  }

  .content-wrapper .hour-list-row-wrapper {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,1fr));
    row-gap: 20px;
    column-gap: 20px;
  }
  .woocommerce-MyAccount-content .strip-action-link {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    background: var(--primary-color);
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  } 

  .strip-action-link.change-profile-link {
    color: var(--white);
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .profile-gender{
    padding: 0;
  }

  .profile-grid-wrapper .avatar-name-image-wrapper {
    display: flex;
    flex-direction:row;
    align-items: baseline;
  }
  .data-count-row {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px, 1fr));
  }
  .card-item-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    align-items: baseline;
    justify-content: left;
  }

  .timeslot-time-picker-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
 
  .class-detail-wrapper .link-wrapper {
    display: flex;
    line-height: 1.2;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .new-class-booking-form-wrapper .field-wrapper.instructor-wrapper {
    display: flex;
    flex-direction: row;
  }
 
  .package-data-wrapper .search-package-data {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,1fr));
    width: 100%;
    align-items: stretch;
  }

  .search-instructor-data {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,1fr));
    align-items: stretch;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: flex;
    flex-direction: column;
  }
  #ui-datepicker-div {
    display: none;
  }
  .date-wrapper .month{
    font-size: 12px;
    font-weight: 500;
  }
  .wccb-link.view-class-note-link{
    border: none;
  }

  .action-wrapper{
    margin: 0;
  }
  .add-minute{
    grid-template-columns: repeat(1,minmax(0px,1fr));
  }
  .slick-next{
    right: 0;
  }
  .slick-prev.slick-arrow {
    left: -5px;
  }
  .woocommerce-account .heading-wrapper h2 {
    color: var(--primary-color);
    font-size: 30px;
    margin: 15px 0;
  }
  .deselect-slot-time-link {
    padding: 0;
    position: absolute;
    font-size: 0px;
    display: flex;
    align-items: center;
    flex-direction: row;
    right: 10px;
    justify-content: center;
  }

  .new-class-booking-form-wrapper .new-class-booking{
    margin: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    padding: 8px;
  }
  .add-time-row{
    padding: 0;
  }
  .add-minute-form-wrapper p {
    display: none;
  }
  .booking-classes-row.student-upcoming-classes-row {
    display: grid;
    grid-template-columns: repeat(1,minmax(0px,1fr));

}

}


/* DEEP CSS */

.graph-data-wrapper {
  gap: 5%;
  width: 100%;
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
}
.graph-view-wrapper {
    display: flex;
    gap: 5%;
}
.graph-data-wrapper .graph-wrapper {
    width: 30%;
}

.canvasjs-chart-container .canvasjs-chart-canvas {
    width: 100%;
}

.graph-wrapper a.canvasjs-chart-credit {
    display: none;
}
/* 
@media screen and (max-width: 1440px) {
  .canvasjs-chart-container .canvasjs-chart-canvas {
    width: 300px !important;
}
    .graph-data-wrapper .graph-wrapper {
    width: 34% !important;
}
  } */


@media screen and (max-width: 991px) {
    .graph-data-wrapper {
    display: inherit !important;
}
       .graph-data-wrapper .graph-wrapper {
        width: 100% !important;
    }
    .canvasjs-chart-container .canvasjs-chart-canvas {
    width: 100% !important;
}
}



/*Ganga ------------------------------------------------------------------*/
form.search-profile-classes-data.filter-data-form,
form.search-profile-hours-data.filter-data-form, 
form.search-instructor-package-wise-data.filter-data-form,
form.search-instructor-past-classes.filter-data-form, 
form.search-instructor-upcoming-classes.filter-data-form {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
form.search-profile-classes-data.filter-data-form .button-wrapper button[type="submit"], 
form.search-profile-classes-data.filter-data-form .button-wrapper button[type="button"],
form.search-profile-hours-data.filter-data-form .button-wrapper button[type="submit"], 
form.search-profile-hours-data.filter-data-form .button-wrapper button[type="button"], 
form.search-instructor-package-wise-data.filter-data-form .button-wrapper button[type="submit"], 
form.search-instructor-package-wise-data.filter-data-form .button-wrapper button[type="button"],
form.search-instructor-past-classes.filter-data-form .button-wrapper button[type="submit"],
form.search-instructor-upcoming-classes.filter-data-form .button-wrapper button[type="submit"] {
  padding: 7px 20px;
}

form.search-instructor-past-classes.filter-data-form .button-wrapper,
form.search-instructor-upcoming-classes.filter-data-form .button-wrapper {
    margin: 0;
}
.search-filter-form-wrapper {
    margin-top: 15px;
}

/* Container Tooltip */
.action-td {
  display: flex !important;
  border: 0 !important;
  margin-top: 15px;
}
.tooltip {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px 0 8px;
    cursor: pointer;
}

/* Style text tooltip */
.tooltipText {
    background-color: #000000;
    position: absolute;
    bottom: 130%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: all .5s;
    color: #fff;
    min-width: 150px;
}
.action-td .tooltipText {
  min-width: 120px;
}

/*  Membuat dan style tip*/
.tooltipText::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 40%;
    margin-left: 5%;
}


/* Hover text tooltip */
.tooltip:hover .tooltipText{
    opacity: 1;
    transform: translateY(-10px);
}

.badge {
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.badge-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.badge-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.profile-status-wrapper br {
  display: none;
}
a.remove-assigned-instructor-link,
a.change-student-profile-status-link {
    border: 1px var(--primary-color) solid;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
}
a.remove-assigned-instructor-link:hover,
a.change-student-profile-status-link:hover {
    background: var(--primary-color);
    color: var(--white) !important;
  text-decoration: none !important;
}
.student-profile-detail-wrapper .badge.badge-success {
  display: block;
}
.profile-status-wrapper .badge.badge-success,
.profile-status-wrapper .badge.badge-danger {
  margin-top: 10px;
}
.class-view-toggle {
  margin: 30px 0 5px !important;
}
.view-list .booking-classes-row.student-past-classes-row,
.content-wrapper .view-list .hour-list-row-wrapper {
      grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.hour-wraper-grid.is-list-view {
    display: flex;
}
.hour-wraper-grid.is-list-view .hour-data-wrapper {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  padding-left: 0;
}
.view-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.view-list .class-detail-wrapper {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-bottom: 0;
  gap: 10px;
}

.view-list .class-detail-wrapper .package-title {
  padding: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.view-list .class-detail-wrapper .class-date-time {
  padding: 0;
  font-size: 14px;
  color: #666;
}

.view-list .class-detail-wrapper .instructor-wrapper {
  padding: 0;
  gap: 8px;
}

.view-list .class-detail-wrapper .link-wrapper {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  flex-wrap: wrap;
  color: #000;
}
.view-list .class-detail-wrapper .link-wrapper.view-list:hover {
  color: var(--primary-color);
}

.view-list .class-detail-wrapper .link-wrapper .wccb-link,
.wccb-link.view-class-note-link,
.wccb-link.class-grid-view-link.class-feedback-link {
  font-size: 14px;
  border: 1px #bbbbbb solid;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  color: #000;
}
/* .student-past-classes-wrapper.view-list .wccb-link.view-class-note-link::after {
  right: -30px;
}
.student-past-classes-wrapper.view-grid .wccb-link.view-class-note-link::after{
  right: -25px;
} */
.view-list .wccb-link.class-grid-view-link.class-feedback-link {
  left: /*50px*/ 0;
}
/* .view-grid .wccb-link.class-grid-view-link.class-feedback-link{
  left: 30px;
} */

.hour-wraper-grid {
  position: relative;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  display: block;
  padding: 0 0 80px;
  overflow: hidden;
}
.instructor-past-classes-wrapper.view-list .booking-classes-row.instructor-past-classes-row{
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.instructor-past-classes-wrapper.view-list .booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper{
  display: flex;
  column-gap: 50px;
}
.woocommerce-product-attributes-item__label, .woocommerce-error strong, .woocommerce-MyAccount-content strong, .woocommerce-shipping-destination strong, .woocommerce p.order-info mark, .woocommerce-MyAccount-content mark.order-number, .woocommerce-MyAccount-content mark.order-date, .woocommerce-MyAccount-content mark.order-status, .woocommerce-order-overview strong {
  font-weight: 500 !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
td br {
    display: none;
}
.wccb-modal h2 {
  font-size: 20px;
}
/* form.add-hour,
form.deduct-hour  {
    display: flex;
    gap: 20px;
} */
.add-hour-form-wrapper p {
  display: none;
}
span.select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
}

.instructor-past-classes-wrapper.view-list .booking-class-grid.instructor-booking-grid {
  flex-direction: row;
}
select.wccb-select.get-booking-minute-detail,
.wccb-select.get-instructor-slot-date-time  {
    min-width: 350px;
}
 .view-grid.hour-list-row-wrapper .package-image-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 66.666%;
}
.view-grid.hour-list-row-wrapper .package-image-wrapper .package-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    left: 0;
  } 
  /* .view-list .hour-list-row-wrapper .package-image-wrapper {
    padding-top: 0;
    max-height: 265px;
    overflow: hidden;
    border-radius: 10px;
  }
  .view-list .hour-list-row-wrapper .package-image-wrapper .package-image {
    position: static;
    width: auto !important;
    height: auto !important;
  } */
.slick-prev {
    left: -10px !important;
}
.slick-next {
    right: -5px !important;
}

.toggle-btn.grid-btn:before {
  font-family: 'Phosphor';
  content: "\EC8C";
  font-size: 24px;
  position: relative;
  line-height: 1;
  top: 4px;
  right: 3px;
}
.toggle-btn.list-btn:before {
  font-family: 'Phosphor';
  content: "\E2F0";
  font-size: 24px;
  position: relative;
  line-height: 1;
  top: 4px;
  right: 3px;
}
.class-view-toggle .toggle-btn {
  width: 100px;
}

.input-checkbox {
    /* Hide default checkbox */
    /*appearance: none;
    -webkit-appearance: none;*/
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    top: 5px;
}

.input-checkbox:checked {
    background-color: #771308;
    border-color: #771308;
}

.input-checkbox:checked::before {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 16px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.input-checkbox:hover {
    border-color: #771308;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}

body.woocommerce-checkout .woocommerce-form__input-checkbox.input-checkbox,
body.woocommerce-checkout .woocommerce-form__input-checkbox.input-checkbox:focus,
body.woocommerce-checkout .woocommerce-form__input-checkbox.input-checkbox:active {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    border: 2px solid #4b4b4b;
    background: #ffffff;
    top: 0;
    margin: 0 10px 0 0;
    vertical-align: middle;
    box-shadow: none;
}

body.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox {
    display: inline-block;
}

body.woocommerce-checkout .woocommerce-form__input-checkbox.input-checkbox:checked {
    background-color: #771308;
    border-color: #771308;
}

body.woocommerce-checkout .woocommerce-form__input-checkbox.input-checkbox:checked::before {
    font-size: 15px;
}

.progress .bg-primary{
    background: #029944;
}
.add-hour-form-wrapper,
.deduct-hour-form-wrapper {
    width: 100%;
    display: inline-block;
}
.add-hour-form-wrapper .field-group,
.deduct-hour-form-wrapper .field-group {
  display: inline-block;
  width: 44%;
  margin: 0 2.5%;
  position: relative;
}
.add-hour-form-wrapper .field-group label,
.add-hour-form-wrapper .field-group select,
.add-hour-form-wrapper .field-group #hour,
.deduct-hour-form-wrapper .field-group label,
.deduct-hour-form-wrapper .field-group select,
.deduct-hour-form-wrapper .field-group #hour {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  width: 100%;
}
.add-hour-form-wrapper .field-group .select2-container,
.deduct-hour-form-wrapper .field-group .select2-container {
    width: 100% !important;
}

.button-wrapper {
    margin: 20px /*2.5%*/ 0;
}
.button-wrapper .button:hover {
  color: #fff !important;
}
.deduct-hour-form-wrapper p {
  display: none;
}
.deduct-hour-form-wrapper .hour-expire-date-wrapper {
  position: absolute;
  top: 70px;
  font-size: 13px;
}
.label-error {
    color: var(--primary-color) !important;
    font-size: 13px !important;
}
.data-count-wrapper {
    margin-bottom: 20px;
}
.woocommerce table.shop_table th {
    font-weight: 700 !important;
}
.woocommerce-orders-table .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
    display: flex;
    justify-content: space-between;
}
.woocommerce button.button.alt, .woocommerce a.button, .woocommerce ul.products li.product .button, .woocommerce #review_form #respond .form-submit input, .woocommerce a.button.alt, .woocommerce button.button {
  font-size: 13px !important;
  color: var(--white) !important;
  border: 1px solid var(--primary-color) !important;
  font-weight: 500 !important;
  background: var(--primary-color) !important;
  padding: 12px 20px !important;
  border-radius: 5px !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  justify-content: center !important;
}
.woocommerce button.button.alt:hover, .woocommerce a.button:hover, .woocommerce ul.products li.product .button:hover, .woocommerce #review_form #respond .form-submit input:hover, .woocommerce a.button.alt:hover, .woocommerce button.button:hover {
    background: var(--text-dark) !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--white) !important;
}

.booking-class-grid.student-booking-grid.is-grid-view .badge.badge-success {
  padding-left: 40px;
}
.package-image-wrapper .badge.badge-success {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.load-more-link-wrapper {
    margin-top: 40px;
}
address {
    background: #fff;
}
 .package-image-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
img.package-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
} 
.booking-class-grid.student-booking-grid.is-list-view  .package-image-wrapper {
  padding-top: 0;
}
.booking-class-grid.instructor-booking-grid.is-list-view .package-image-wrapper {
    padding-top: 400px;
}

.student-classes-tabs .student-upcoming-classes-wrapper.view-grid .booking-classes-row.student-upcoming-classes-row,
.student-classes-tabs .student-past-classes-wrapper.view-grid .booking-classes-row.student-past-classes-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: start;
  gap: 12px;
}

.student-classes-tabs .student-upcoming-classes-wrapper.view-list .booking-classes-row.student-upcoming-classes-row,
.student-classes-tabs .student-past-classes-wrapper.view-list .booking-classes-row.student-past-classes-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.student-classes-tabs .view-grid .booking-class-grid.student-booking-grid {
  padding: 10px;
  max-width: 360px;
  justify-self: start;
}

.student-classes-tabs .view-list .booking-class-grid.student-booking-grid {
  padding: 10px 12px;
  gap: 12px;
  align-items: flex-start;
}

.student-classes-tabs .booking-class-grid.student-booking-grid .package-image-wrapper {
  border-radius: 10px;
}

.student-classes-tabs .booking-class-grid.student-booking-grid.is-grid-view .package-image-wrapper {
  padding-top: 55%;
}

.student-classes-tabs .booking-class-grid.student-booking-grid.is-list-view .package-image-wrapper {
  width: 120px;
  flex: 0 0 120px;
  padding-top: 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  padding: 8px;
 }

 .student-classes-tabs .booking-class-grid.student-booking-grid.is-list-view img.package-image {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
 }

 .student-classes-tabs .booking-class-grid.student-booking-grid.is-list-view .package-image-wrapper .badge {
  top: auto;
  bottom: 6px;
  right: 6px;
  margin-bottom: 0;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.2;
  border-radius: 999px;
 }

 .student-classes-tabs .booking-class-grid.student-booking-grid.is-list-view .ribbone.ribbone-top-left {
  inset-block-start: 12px;
  width: 110px;
  font-size: 12px;
  padding: 2px 0;
 }

.student-classes-tabs .booking-class-grid.student-booking-grid .class-detail-wrapper {
  padding: 10px 0 0;
  gap: 8px;
 }

.student-classes-tabs .booking-class-grid.student-booking-grid .class-detail-wrapper .package-title {
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
}

.student-classes-tabs .booking-class-grid.student-booking-grid .class-detail-wrapper .class-date-time {
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
}

.student-classes-tabs .booking-class-grid.student-booking-grid .class-detail-wrapper .instructor-wrapper {
  padding: 0;
}

.student-classes-tabs .booking-class-grid.student-booking-grid .class-detail-wrapper .link-wrapper {
  gap: 10px;
 }

.student-classes-tabs .booking-class-grid.student-booking-grid .class-detail-wrapper .link-wrapper .wccb-link {
  font-size: 12px;
  padding: 6px 10px;
 }

.student-classes-tabs .view-grid .booking-class-grid.student-booking-grid .class-detail-wrapper .link-wrapper {
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  justify-content: start;
  column-gap: 8px;
  row-gap: 8px;
 }

.student-classes-tabs .view-grid .booking-class-grid.student-booking-grid .class-detail-wrapper .link-wrapper .wccb-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  line-height: 1.2;
  white-space: nowrap;
 }

.student-classes-tabs .view-grid .booking-class-grid.student-booking-grid .class-detail-wrapper .link-wrapper .wpiaf-help-tip:after {
  position: static;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 14px;
  font-family: Dashicons;
  content: "\f223";
 }

.student-classes-tabs .booking-class-grid.student-booking-grid .class-detail-wrapper .link-wrapper .wccb-link,
 .instructor-classes-tabs .booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper .wccb-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
 }

.student-classes-tabs .booking-class-grid.student-booking-grid .class-detail-wrapper .link-wrapper .wccb-link::after,
 .instructor-classes-tabs .booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper .wccb-link::after {
  content: none !important;
  display: none !important;
 }

.student-hours-wrapper .hour-list-wrapper.view-grid .hour-list-row-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  justify-content: start;
 }

.student-hours-wrapper .hour-list-wrapper.view-list .hour-list-row-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
 }

.student-hours-wrapper .hour-wraper-grid {
  padding: 12px;
  gap: 12px;
 }

.student-hours-wrapper .hour-wraper-grid.is-grid-view {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  justify-self: start;
 }

.student-hours-wrapper .hour-wraper-grid.is-grid-view .package-image-wrapper {
  padding-top: 52%;
 }

.student-hours-wrapper .hour-wraper-grid.is-grid-view .hour-data-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.student-hours-wrapper .hour-wraper-grid.is-grid-view .data-row-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  padding: 8px 10px !important;
  border: 1px solid #eef2f7 !important;
  border-radius: 10px;
  background: #f9fafb !important;
}

.student-hours-wrapper .hour-wraper-grid.is-list-view {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-template-areas:
  "pkg data"
  "pkg progress";
  align-items: start;
  max-width: none;
  width: 100%;
}

.student-hours-wrapper .hour-wraper-grid.is-list-view .package-detail-wrapper {
  grid-area: pkg;
}

.student-hours-wrapper .hour-wraper-grid.is-list-view .hour-data-wrapper {
  grid-area: data;
}

.student-hours-wrapper .hour-wraper-grid.is-list-view .progress-bar-wrapper {
  grid-area: progress;
}

.student-hours-wrapper .hour-wraper-grid.is-list-view .package-detail-wrapper {
  width: auto;
}

.student-hours-wrapper .hour-wraper-grid.is-list-view .package-image-wrapper {
  width: 100% !important;
  max-width: 140px;
  padding-top: 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  padding: 8px;
}

.student-hours-wrapper .hour-wraper-grid.is-list-view img.package-image {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.student-hours-wrapper .hour-wraper-grid .package-detail-wrapper .package-title {
  font-size: 15px;
  padding: 8px 0 0;
}

.student-hours-wrapper .hour-wraper-grid .hour-data-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
 }

.student-hours-wrapper .hour-wraper-grid.is-list-view .hour-data-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
 }

.student-hours-wrapper .hour-wraper-grid.is-list-view .data-row-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 6px 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
 }

.student-hours-wrapper .hour-wraper-grid.is-list-view .data-row-wrapper:last-child {
  border-bottom: none !important;
}

.student-hours-wrapper .hour-wraper-grid.is-list-view .data-row-wrapper .label-wrapper {
  color: #6b7280;
  font-weight: 500;
  text-align: left;
  flex: 1 1 auto;
  min-width: 0;
 }

.student-hours-wrapper .hour-wraper-grid.is-list-view .data-row-wrapper .data-count {
  color: #111827;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  flex: 0 0 auto;
 }

.student-hours-wrapper .hour-wraper-grid .data-row-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

.student-hours-wrapper .hour-wraper-grid .data-row-wrapper.credit-minutes,
.student-hours-wrapper .hour-wraper-grid .data-row-wrapper.used-minutes,
.student-hours-wrapper .hour-wraper-grid .data-row-wrapper.remaining-minutes,
.student-hours-wrapper .hour-wraper-grid .data-row-wrapper.expiry-date,
.student-hours-wrapper .hour-wraper-grid .data-row-wrapper.num-booked-class,
.student-hours-wrapper .hour-wraper-grid .data-row-wrapper.purchased-date,
.student-hours-wrapper .hour-wraper-grid .data-row-wrapper.expired-minutes,
.student-hours-wrapper .hour-wraper-grid .data-row-wrapper.expiried-date {
  padding: 0 !important;
}

.student-hours-wrapper .hour-wraper-grid .data-row-wrapper .label-wrapper {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: #6b7280;
}

.student-hours-wrapper .hour-wraper-grid .data-row-wrapper .data-count {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}

.student-hours-wrapper .hour-wraper-grid .progress-bar-wrapper {
  margin-top: 10px;
  position: static;
  width: 100%;
}

.student-hours-wrapper .hour-wraper-grid .progress-bar-data-wraper {
  font-size: 12px;
  color: #6b7280;
}

@media (max-width: 1200px) {
.student-hours-wrapper .hour-list-wrapper.view-grid .hour-list-row-wrapper {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
 }

@media (max-width: 900px) {
  .student-hours-wrapper .hour-list-wrapper.view-grid .hour-list-row-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .student-hours-wrapper .hour-wraper-grid.is-list-view .hour-data-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
 }

.instructor-classes-tabs .instructor-upcoming-classes-wrapper.view-grid .booking-classes-row.instructor-upcoming-classes-row,
.instructor-classes-tabs .instructor-past-classes-wrapper.view-grid .booking-classes-row.instructor-past-classes-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: start;
  gap: 12px;
}

.instructor-classes-tabs .instructor-upcoming-classes-wrapper.view-list .booking-classes-row.instructor-upcoming-classes-row,
.instructor-classes-tabs .instructor-past-classes-wrapper.view-list .booking-classes-row.instructor-past-classes-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.instructor-classes-tabs .view-grid .booking-class-grid.instructor-booking-grid {
  padding: 10px;
  max-width: 360px;
  justify-self: start;
}

.instructor-classes-tabs .view-list .booking-class-grid.instructor-booking-grid {
  padding: 10px 12px;
  gap: 12px;
  align-items: flex-start;
}

.instructor-classes-tabs .booking-class-grid.instructor-booking-grid .package-image-wrapper {
  border-radius: 10px;
}

.instructor-classes-tabs .booking-class-grid.instructor-booking-grid.is-grid-view .package-image-wrapper {
  padding-top: 55%;
}

.instructor-classes-tabs .booking-class-grid.instructor-booking-grid.is-list-view .package-image-wrapper {
  width: 120px;
  flex: 0 0 120px;
  padding-top: 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  padding: 8px;
}

.instructor-classes-tabs .booking-class-grid.instructor-booking-grid.is-list-view img.package-image {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.instructor-classes-tabs .booking-class-grid.instructor-booking-grid.is-list-view .package-image-wrapper .badge {
  top: auto;
  bottom: 6px;
  right: 6px;
  margin-bottom: 0;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.2;
  border-radius: 999px;
}

.instructor-classes-tabs .booking-class-grid.instructor-booking-grid.is-list-view .ribbone.ribbone-top-left {
  inset-block-start: 12px;
  width: 110px;
  font-size: 12px;
  padding: 2px 0;
}

.instructor-classes-tabs .booking-class-grid.instructor-booking-grid .class-detail-wrapper {
  padding: 10px 0 0;
  gap: 8px;
}

.instructor-classes-tabs .booking-class-grid.instructor-booking-grid .class-detail-wrapper .package-title {
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
}

.instructor-classes-tabs .booking-class-grid.instructor-booking-grid .class-detail-wrapper .class-date-time {
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
}

.instructor-classes-tabs .booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.instructor-classes-tabs .booking-class-grid.instructor-booking-grid .class-detail-wrapper .link-wrapper .wccb-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .student-classes-tabs .booking-class-grid.student-booking-grid.is-list-view {
    flex-direction: column;
  }
  .student-classes-tabs .booking-class-grid.student-booking-grid.is-list-view .package-image-wrapper {
    width: 100%;
    flex: 0 0 auto;
    height: 140px;
  }
  .student-hours-wrapper .hour-list-wrapper.view-grid .hour-list-row-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .student-hours-wrapper .hour-wraper-grid.is-list-view {
    display: flex;
    flex-direction: column;
  }
  .student-hours-wrapper .hour-list-wrapper.view-list .hour-wraper-grid .package-detail-wrapper {
    width: 100%;
    flex: 0 0 auto;
  }
  .student-hours-wrapper .hour-list-wrapper.view-list .hour-wraper-grid .package-image-wrapper {
    height: 140px;
    padding: 10px;
  }
 }

select.select, select {
    padding: 7px 10px !important;
    min-width: 150px;
    max-height: 35px; 
      appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: #fff url("data:image/svg+xml;utf8,\
        <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'>\
            <path d='M7.41 8.84L12 13.42L16.59 8.84L18 10.25L12 16.25L6 10.25L7.41 8.84Z' fill='%23000000'/>\
        </svg>") 
        no-repeat !important;

    background-position: calc(100% - 5px) center !important;
    background-size: 18px !important;
    width: 200px;
  }

#wccb-modal-change-profile .profile-list-row {
  padding: 12px;
  margin-top: 12px;
  box-shadow: none;
  background-color: transparent;
  row-gap: 12px;
}

#wccb-modal-change-profile .profile-grid-wrapper.change-profile-grid {
  cursor: pointer;
  padding: 16px 18px;
  border-radius: 12px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

#wccb-modal-change-profile .profile-grid-wrapper.change-profile-grid::before,
#wccb-modal-change-profile .profile-grid-wrapper.change-profile-grid::after {
  display: none;
}

#wccb-modal-change-profile .profile-grid-wrapper.change-profile-grid:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 20px;
  border-color: var(--primary-color);
}

#wccb-modal-change-profile .profile-grid-wrapper.change-profile-grid.selected-profile {
  border-color: var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
}

#wccb-modal-change-profile .modal-body-wrapper .profile-content-wrapper {
  gap: 14px;
}