/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.tutorbordergray{
    border: 1px solid #ccc !important;
}
.tutor-card.tutor-course-card.tutorbordergray {
    border: 1px solid #ccc !important;
    border-radius: 15px;
  }
  div#cpd-course-productsdiv + .tutor-sidebar-card {
    border-top: 0px !important;
    border-radius: 0px 0px 5px 5px;
}
div#cpd-course-productsdiv {
    margin-bottom: 0px;
}

.wc-block-components-product-details__value {
  text-transform: capitalize;
}

.woocommerce-order-received .wc-item-meta li p {
	display: inline list-item !important;
}

.tutor-dashboard-menu-withdraw  .tutor-dashboard-menu-item-icon::before {
  content: '';
  display: inline-block;
  background: url('/wp-content/uploads/2025/08/Hand-Withdraw-Bold-Streamline-Phosphor-1.svg') no-repeat center center;
    background-size: auto;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.tutor-dashboard-menu-analytics-earnings .tutor-dashboard-menu-item-icon::before {
  content: '';
  display: inline-block;
  background: url('/wp-content/uploads/2025/08/Frame.svg') no-repeat center center;
    background-size: auto;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.tutor-dashboard-menu-assignments .tutor-dashboard-menu-item-icon::before {
  content: '';
  display: inline-block;
  background: url('/wp-content/uploads/2025/08/Mask-group.png') no-repeat center center;
    background-size: auto;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.tutor-dashboard-menu-analytics-statements .tutor-dashboard-menu-item-icon::before {
  content: '';
  display: inline-block;
  background: url('/wp-content/uploads/2025/08/Frame-1.png') no-repeat center center;
    background-size: auto;
  background-size: contain;
  width: 24px;
  height: 24px;
}


.tutor-dashboard-menu-announcements .tutor-dashboard-menu-item-icon::before {
  content: '';
  display: inline-block;
  background: url('/wp-content/uploads/2025/08/Ionic-Ionicons-Megaphone-outline-1.svg') no-repeat center center;
    background-size: auto;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.tutor-dashboard-menu-my-bundles .tutor-dashboard-menu-item-icon::before {
  content: '';
  display: inline-block;
  background: url('/wp-content/uploads/2025/08/files.png') no-repeat center center;
    background-size: auto;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.tutor-frontend-dashboard-maincontent .rbt-title-style-2 {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  opacity: .5;
  margin-bottom: 0;
  color: #000 !important;
}