.book-notice,
.message-calendar {
    display: inline-block;
    margin: 0 auto;
    padding: 5px 15px;    
}

.book-notice {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 100%  !important;
    text-decoration: none !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #fff;
  }
  

  .qef-notice {
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    border-left: 4px solid green;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  }

  .qef-error {
    border-color: red !important;
  }

  #profile-appointments  .booked-profile-appt-list > h4,
  .booked-profile-header .booked-info {
    display: none !important;
  }

.color-dark {
    color: #555;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.booked-profile-page {
    position: relative;
}

.booked-cal-buttons .cancel {
    background: red !important;
    color: #fff !important;
    border: red !important;
}

.booked-cal-buttons .cancel:hover {
    opacity: .7 !important;
}

.cou {
    top: 10px;
    right: 15px;
    position: absolute;
    padding: 15px;
    width: 55px;
    height: 55px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 25px;
    color: #000 !important;
    font-weight: bold;
}

/* .cou:after {
        content: "μαθήματα";
        font-size: 10px;
    } */
.cou span {
    font-size: 10px;
}

.menu-account  {
    width: 60px;
  }
  .menu-account a:before {
    content: "";
    background: url(/wp-content/uploads/2024/06/circle-user-regular.svg);
    width: 30px;
    height: 30px;
    position: relative;
    display: block;  
    opacity: 1 !important;
    background-color: transparent !important;
      
  }

  .menu-account a {
    padding: 0;
    font-size: 0px !important;
    display: block !important;
  /*   width: 80px; */
  }
  @media (max-width: 1024px) {
    .menu-account  {
        width: 50px;
      }
    .menu-account a:before {
        width: 20px;
        height: 20px;
    }
  }
  
  
  @media (max-width:  767px) {
    .hfe-dropdown li:hover a,
    .current-menu-item a{
        color:#121622 !important;
    }
    .menu-account  {
        width: 100% !important;
        height: 52.34px !important;
      }

  }
 

  .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
  }

.expired-day {
    text-align: right;
    padding: 5px 15px;
    background: #ffc000;
    display: inline-block;
    font-family: Arial;
    color: #fff;
    font-size: 16px;
    margin-bottom: -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: -26px;
    text-align: center;
    min-width: 300px;
    right: 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.inform-user {
    font-size: 16px !important;
    margin-bottom: 8px;
}

@media (max-width: 380px) {
    .cou {
        top: 2px;
        right: 2px;
    }
}

.booked-appt-list .inform-user:not(:first-of-type) {
    display: none;
}


/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f290" !important;
    font-size: 30px;
    color: #FF1493;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    position: absolute;
    top: 15px;
    right: 1px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 1px;
}

@media (max-width: 600px) {
    .cou {
        top: -35px !important;
        right: 0px !important;
        font-size: 20px !important;
    }
}


/* CSS for the loading animation */
.loading-animation {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 20px auto;
}

.loading-animation:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #333;
    animation: loading-animation 1s infinite linear;
}

@keyframes loading-animation {
    to {
        transform: rotate(360deg);
    }
}


.custom-tabs .tab {
    margin-bottom: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-family: "Yulong", Sans-serif;

}
.custom-tabs  .tablinks:hover,
.custom-tabs  .tablinks.active {
    opacity: 1;
}
.custom-tabs  .tablinks.active {
    border-bottom: 2px solid #fff;
}
.custom-tabs  .tablinks {    
    cursor: pointer;
    opacity: .8;
    
    font-size: 26px;
}


.info-box {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;    
    text-align: center;
    border: 5px solid #7a7a7a;
}
.info-box p {
    color: #333;
    margin-bottom: 0;
}

.info-box a {
    color: #333;
    color: inherit !important;
    text-decoration: underline;
}


body .booked-appt-list .timeslot .timeslot-title {
    color: #f17aa8 !important;
}


.woocommerce-MyAccount-navigation ul{
list-style: none !important;
padding-left: 0 !important;
display: flex;
flex-direction: column;
}
.woocommerce-MyAccount-navigation ul li a {
    padding-left: 16px !important;
}
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px !important;

    border-left: 3px solid transparent !important;
    transition: .3s;
}



.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover {
    border-color: #f17aa8 !important;
}

.woocommerce-MyAccount-navigation-link--dashboard {
    order: 0 !important;
}

.woocommerce-MyAccount-navigation-link--account-appointments {
    order: 1 !important;
}

.woocommerce-MyAccount-navigation-link--edit-account {
    order: 2 !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
    order: 3 !important;
}

.woocommerce-EditAccountForm.edit-account button {
    margin-top: 16px;
}

.booked-tabs .edit-button {
    display: none !important;
}

.woocommerce-MyAccount-navigation #remaining-appointments {
    text-align: left !important;
}

.tab {
    display: flex;
      gap: 30px !important;
  }
  .tab .tablinks {
    font-size: 18px !important;
  }
  
  .tab .tablinks.active {
    color: #f17aa8 !important;
  }

  .booked-modal #submit-request-appointment, 
  .booked-modal .cancel.button,
  .booked-modal  .booked-title-bar *,
.monthName,
  .timeslot-people *,
  .spots-available {
    text-transform: none !important;
  }

@media (max-width: 1100px) {
    .video-title small {
        font-size: 4vw !important
    }
    }
    
    


  @media (max-width: 991px) {
    .site-navigation-toggle {
        background-color: #f17aa8 !important;
        color: #fff !important;
        width: 40px !important;
        height: 40px !important;
        transform: rotate(45deg);
      }
      
      .site-navigation-toggle-icon {
         transform: rotate(-45deg);
      }
    .current-menu-item  a{
        background-color: #f17aa8 !important;
        color: #fff !important;
    }
    .page-header {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
    .page-header h1 {
      font-size: 28px !important;   
      
    }
    .menu .account-icon a{
        display: flex !important;
        align-items: center !important;
        font-size: 100% !important;
    }

    .account-icon a:before {
        margin-right:10px !important;
    }
  }

  @media (max-width: 767px) {
    .video-title small {
        font-size: 20px !important;
    }
    .tab {        
          gap: 20px !important;
      }
    }
    
    