/*
Theme Name:   EduBlink Child
Theme URI:    https://demo.edublink.co/
Author:       DevsBlink
Author URI:   https://themeforest.net/user/devsblink/portfolio
Description:  EduBlink Child Theme For LMS and Education Purpose.
Version:      1.0.0
Template:     edublink
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  edublink-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/
.woocommerce-form-coupon-toggle .highlight-coupon {
  font-weight: 600;       /* semi-bold */
  color: #f5d000;         /* yellow — use a hex so it's visible on white */
}

.learndash-not-available .ld-item-list-item-preview, .learndash-not-available .ld-item-list-item-preview a.ld-item-name, .learndash-not-available .ld-item-list-item-preview a.ld-lesson-item-preview-heading, .learndash-not-available .ld-lesson-item-preview, .learndash-not-available .ld-lesson-item-preview a.ld-item-name, .learndash-not-available .ld-lesson-item-preview a.ld-lesson-item-preview-heading, .learndash-not-available .ld-table-list-item-preview, .learndash-not-available .ld-table-list-item-preview a.ld-item-name, .learndash-not-available .ld-table-list-item-preview a.ld-lesson-item-preview-heading, .user_has_no_access .ld-item-list-item-preview, .user_has_no_access .ld-item-list-item-preview a.ld-item-name, .user_has_no_access .ld-item-list-item-preview a.ld-lesson-item-preview-heading, .user_has_no_access .ld-lesson-item-preview, .user_has_no_access .ld-lesson-item-preview a.ld-item-name, .user_has_no_access .ld-lesson-item-preview a.ld-lesson-item-preview-heading, .user_has_no_access .ld-table-list-item-preview, .user_has_no_access .ld-table-list-item-preview a.ld-item-name, .user_has_no_access .ld-table-list-item-preview a.ld-lesson-item-preview-heading {
	    cursor: default !important;
}

.ld-tooltip:not(.ld-tooltip--modern) [role="tooltip"] {
	display:none !important;
}

/* Hide arrows in number input (Chrome, Safari, Edge, Opera) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}