/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.bb-course-excerpt * {
    color: white;
}
.modal 
{ 
	display: none ;
	position: fixed !important; 
	z-index: 1000 !important; 
	padding-top: 60px !important; 
	left: 0 !important; 
	top: 0 !important; 
	width: 100% !important; 
	height: 100% !important; 
	overflow: auto !important; 
	background-color: rgba(0,0,0,0.5) !important;
}
.modal-content 
{ 
	background-color: #fff !important; 
	margin: auto !important; 
	padding: 20px !important; 
	border: 1px solid #888 !important; 
	width: 50% !important; 
	justify-self: center !important; 
	align-self: center !important;
	border-radius: 5px !important;
}
.close 
{ 
	color: #aaa; 
	float: right; 
	font-size: 28px; 
	font-weight: bold; 
}
.close:hover, .close:focus 
{ 
	color: black; 
	text-decoration: none; 
	cursor: pointer; 
}
.request-access-button
{
	margin-top: 20px !important;
	width: 100%;
}
.closed-access
{
	background-color: #385dff !important;
	width: 100% !important;
	text-align: center !important;
	display: block !important;
	padding: 10px 20px !important;
	font-size: 14px !important;
	color: white !important;
	font-weight: 500 !important;
	border-radius: 5px !important;
	text-decoration: none !important;
}
.close:hover
{
	cursor: pointer;
}
.success-message
{
	color: rgb(122, 255, 61);
	font-weight: bold;
}
.content-full {
    position: relative;
}

.see-less-container {
    display: inline; /* Ensure it aligns with the last line */
}

.see-less {
    text-decoration: underline;
    color: #0073aa; /* Customize the color if needed */
    cursor: pointer;
}

.wp-block-list
{
	margin-bottom: 0px;
}

.learndash-wrapper .ld-item-list-item a.completed {
    text-decoration: none !important;
}

.learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-title
{
	text-decoration: none !important;
}
.wdm-fullscreen {
    max-width: 100% !important;
    height: 111vh;
    position: fixed;
    top: -30px;
    left: 0px;
    z-index: 9999;
	overflow: auto;
}
.grassblade_iframe{
	height: 100vh !important;
}

.fullscreen-link-icon
{
	position: fixed !important;
    top : 0px;
    right: 0px;
    z-index: 9999; 
    background:#ffffff;
    color: #003478;
    border-radius: 5px;
    padding: 10px 10px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
}

.fullscreen-link-icon i{
	font-size: 24px;
}

.ld-content-actions
{
	padding: 0px !important;
}
.learndash_content_wrap .ld-tabs-content
{
	margin-bottom: 0px !important;	
}

.body .login .login-heading a {
    text-decoration: underline !important;
    text-decoration-style: dashed !important;
}

.bp-checkbox-wrap .option-label
{
	line-height: 22px !important;
}

.required-field
{
	color: red;
}

/* Task 1: Bold and larger payment method labels on Blocks checkout */
.wc-block-components-radio-control__label {
	font-weight: 600 !important;
	font-size: 16px !important;
}

/* Payment method labels for classic checkout */
.woocommerce-checkout .wc_payment_methods label {
	font-weight: 600 !important;
	font-size: 16px !important;
}

/* Payment method title in Blocks checkout - match Select Organisation label */
.wc-block-components-payment-method-label {
	font-weight: 600 !important;
	font-size: 16px !important;
}

/* Hide coupon field on cart page */
.woocommerce-cart .coupon,
.woocommerce-cart .wc-block-components-totals-coupon,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon {
	display: none !important;
}

/* Task 2: Disable product image zoom on single product page */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none !important;
}
.woocommerce div.product div.images img {
	cursor: default !important;
}

/* Task 2: Hide SPECS / product tags on single product page */
.single-product .product_meta,
.single-product .tagged_as {
	display: none !important;
}
