/*
Theme Name:        BestPractice Child
Theme URI:         https://croator.hr
Author:            Croator Web Studio
Author URI:        https://croator.hr
Description:       Child Theme of Geeks.
Requires at least: WordPress 5.0
Template:          bestpractice
Version:           1.2.13
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       geeks-child
Tags:              custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post, theme-options
*/

* {
	--bs-primary-hover: #32659e;
}

.single-lesson .navbar {
	z-index: 3 !important;
}

.tutor-next-previous-pagination-wrap a {
	margin-left: 15px;
	font-size: 12px;
	padding: 8px 14px;
	border-radius: 5px;
	color: white;
	font-weight: bold;
}

.tutor-next-previous-pagination-wrap a i {
	vertical-align: middle;
}

.tutor-next-previous-pagination-wrap a.previous-lesson {
	background: #979696;
	margin-left: auto;
}

.tutor-next-previous-pagination-wrap a.next-lesson {
	background: #ec1c50;

}

.tutor-topbar-complete-btn.mt-2 {
	margin-top: 0px !important;
}

.single-lesson .site-content {
	/*z-index: 2;*/
	position: relative;
}

.tutor-video-player .loading-spinner {
	display: none;
}

.company-review-image.avatar-md{
    width: max-content;
    max-width: calc(100% - 105px);
	object-fit: contain !important;
}

@media (max-width:1024px) {

	.tutor-video-player-wrapper .tutor-video-player .hls-video-player,
	.tutor-video-player .hls-video-player {
		height: 100% !important;
	}
}

@media (min-width: 992px) {
	.controls.controls-testimonial {
		top: 50%;
		bottom: 0px;
		justify-content: space-between !important;
		left: -60px;
		width: calc(100% + 64px);
	}

	.elementor-widget-gk-testimonial-carousel .tns-carousel-wrapper,
	.elementor-widget-gk-testimonial-carousel .tns-slider.tns-carousel {
		padding-bottom: 0px !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-brand img {
		max-width: 100px !important;
	}

	.navbar-search.mt-3.mt-lg-0.ms-lg-3 {
		right: 32% !important;
	}

}

@media (max-width: 600px) {
	.max-attempts-reached {
		margin-top: 5px;
	}

	.quiz-desc {
		margin-left: 0px !important;
		margin-top: 5px;
	}

}

@media (max-width:991px) {
	.checkout-sidebar {
		margin-top: 1.5rem;
	}

	.shop_table thead {
		display: none;
	}

	.elementor-widget-gk-testimonial-carousel {
		padding-top: 0px !important;
	}

	.gk-testimonial__text {
		font-size: 18px;
	}

	.tutor-course-filter>form {
		width: 100%;
	}

	.tutor-course-filter-wrap>.d-md-inline-flex .nav {
		display: none;
	}

	.desktop-only {
		display: none;
	}

	.woocommerce-MyAccount-content .woocommerce-Button {
		width: 100%;
		margin-bottom: 10px;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item,
	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-name>div,
	.woocommerce-orders-table.woocommerce-MyAccount-orders tr {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */

	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item {
		flex-wrap: wrap;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-name .product-body {
		margin-left: 10px;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-price {
		width: 40%;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-quantity {
		width: 20%;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-subototal {
		width: 30%;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-remove {
		width: 10%;
	}

	.cws-cart-recommendations .recommendations-wrap {
		grid-template-columns: 1fr !important;
	}

	.cws-cart-recommendations .recommendations-wrap img {
		height: 200px !important;
		max-height: 200px;
		object-fit: cover;
		width: 100%;
	}

	.tutor-course-single-content-wrapper {
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex-direction: column;
	}

	.controls li.next {
		margin-right: 0px !important;
	}

	.tutor-course-single-content-wrapper .tutor-sidebar-fixed {
		order: 2;
	}

	.tutor-course-single-content-wrapper .tutor-single-entry-content {
		order: 1;
	}

	.tutor-course-single-content-wrapper .course-sidebar {
		padding: 0px 10px;
		background: unset !important;
	}

	#tutor-single-entry-content {
		padding-top: 20px;
	}

	#tutor-single-entry-content .tab-content {
		padding-bottom: 0px !important;
	}

	.tutor-course-single-content-wrapper .tutor-lesson-sidebar {
		background: #fff;
	}

	.tutor-next-previous-pagination-wrap a.previous-lesson,
	.tutor-next-previous-pagination-wrap a.next-lesson {
		margin-left: 0px !important;
		margin-top: 20px !important;
	}

	.tutor-next-previous-pagination-wrap {
		flex-wrap: wrap !important;
	}

	.tutor-topbar-complete-btn,
	.tutor-topbar-complete-btn .tutor-topbar-mark-btn {
		width: 100%
	}

	.navbar-search {
		position: relative !important;
		right: 0% !important;
	}

	.elementor-element .col-12 button {
		width: 100%;
	}

	.navbar .navbar-nav .dropdown-menu {
		box-shadow: unset !important;
	}

	.navbar-expanded {
		height: 100vh;
		align-items: flex-start;
		position: fixed;
		top: 0px;
		width: calc(100% - 0.625rem);
		padding: 0.625rem 0.5rem 0.625rem 1rem;
		box-sizing: border-box;
	}

	.dropdown-item {
		white-space: wrap;
	}

	.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
		width: auto !important;
	}

	.navbar-collapse {
		max-height: calc(100vh - 50px);
		overflow: auto !important;
		padding-right: 0.5rem;
	}

	/* width */
	.navbar-collapse::-webkit-scrollbar {
		width: 4px;
	}

	/* Track */
	.navbar-collapse::-webkit-scrollbar-track {
		background: #f5f5f5;
		border-radius: 5px;
	}

	/* Handle */
	.navbar-collapse::-webkit-scrollbar-thumb {
		background: var(--bs-primary);
	}

	/* Handle on hover */
	/*.navbar-collapse::-webkit-scrollbar-thumb:hover {
  	background: #555;
	}*/

	.header__cart.mobile-only {
		display: block !important;
		margin-right: 15px;
	}

	.header__cart.mobile-only .geeks-minicart {
		width: 100vw;
		right: -77px;
	}

	.single-edukacija .cky-btn-revisit-wrapper,
	.single-course-bundle .cky-btn-revisit-wrappe {
		bottom: 70px;
		left: 5px;
	}

	.radionice-cjeline {
		grid-template-columns: 1fr !important;
	}

	.flex.single-expectation,
	.flex.actions {
		flex-direction: column !important;
	}

	.follow-button button {
		left: 0;
	}

	.lbp-modal-wrap.radionica-kupovina {
		height: 100% !important;
	}

	.lbp-modal-wrap.radionica-upit {
		height: 100% !important;
	}

	#b_cal {
		display: none !important;
	}

}

@media (max-width:768px) {
	.geeks-update-cart button {
		width: 100%;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-quantity {
		width: 25%;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-price {
		width: 35%;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-quantity>div {
		width: 3rem !important;
	}

	.shop_table .woocommerce-cart-form__cart-item.cart_item .product-quantity input {
		padding: 0.75rem 0.5rem;
		text-align: center;
	}
}

.cart-contents-count {
	font-size: 13px !important;
	line-height: 14px !important;
	font-weight: 600 !important;
}

.menu-item-has-children.dropdown-submenu>.dropdown-menu {
	width: 350px;
	min-width: 100%;
}

.menu-item-has-children.dropdown-submenu>.dropdown-menu li {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #f8f8f8;
}

.single-enrolled-video {
	border-radius: 10px;
}

.tutor-video-player {
	line-height: 0px;
}

.tutor-lessons-under-topic>a>.text-truncate>span {
	text-wrap: wrap;
}

.action-indicator {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

div.action-indicator svg {
	max-width: 300px;
	margin: auto;
	height: auto;
}

.action-indicator>div {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.action-indicator svg {
	opacity: 1;
	transform: scale(0.5);

	visibility: hidden;
}

.action-indicator>div.active svg {
	transition: opacity 2s ease, transform 1.5s ease;
	visibility: visible;
	opacity: 0;
	transform: scale(1);
}

.tutor-course-details-widget .tutor-icon-bullet-point {
	display: none;
}

.single-lesson .site-content.full-screen {
	z-index: 4 !important;
}

.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
	width: max-content;
	max-width: unset;
}

.tutor-lesson-sidebar-tab-item {
	padding-bottom: 125px;
}

ul.wc_payment_methods li .payment_box {
	padding: 10px;
	background: #adadad1a;
	border-radius: 10px;
	margin: 0px !important;
}

ul.wc_payment_methods li .payment_box>p {
	margin: 0px !important;
}

.tns-carousel-inner {
	display: -webkit-box !important;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box !important;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox !important;
	/* TWEENER - IE 10 */
	display: -webkit-flex !important;
	/* NEW - Chrome */
	display: flex !important;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	;
	padding-bottom: 50px;
}

.lp-button-green {
	padding: 0.75rem 1.25rem;
	border: 1px solid transparent;
	padding: 0.75rem 1.25rem;
	padding-top: 0.75rem;
	padding-right: 1.25rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
	font-weight: 600;
	color: #fff !important;
}

.tns-carousel-inner .tns-item .card {
	height: 100%;
}

.elementor-widget-gk-team-member,
.elementor-widget-gk-team-member .card,
.elementor-widget-gk-team-member>div {
	height: 100%;
}

.education-grid .card {
	height: 100%;
}

.widget-product-title .text-inherit {
	white-space: normal !important;
}

.tutor-table-purchase-history td[data-th='Price'],
.tutor-table-purchase-history td[data-th='Status'],
.tutor-table-purchase-history td[data-th='Date'] {
	min-width: 120px;
}

.mobile-navbar-active {
	overflow: hidden;
}

.lesson-action-buttons.tutor-return-to-course {
	color: #ffffff;
	font-size: 14px;
	background: #254E7E;
	border-color: #254E7E;
}

.lesson-action-buttons.tutor-return-to-course:hover {
	background-color: #2F629C;
	border-color: #254E7E;
}

.lesson-action-buttons.tutor-return-to-course:focus,
.woocommerce-mini-cart__buttons .btn.btn-outline-primary.btn-sm.btn-block:focus {
	box-shadow: 0 0 0 0.25rem rgb(37 79 126 / 23%);
}

.woocommerce-mini-cart__buttons .btn.btn-outline-primary.btn-sm.btn-block {
	background-color: #254e7e;
	border-color: #254e7e;
	color: #fff !important;
}

.tutor-add-to-cart-button.ajax_add_to_cart {
	transition: 250ms ease-in-out;
	background-color: #09c36f !important;
	border-color: #09c36f !important;
}

.tutor-add-to-cart-button.ajax_add_to_cart:hover {
	background-color: #08d177 !important;
	border-color: #08d177 !important;
}

.tutor-add-to-cart-button.ajax_add_to_cart:active,
.tutor-add-to-cart-button.ajax_add_to_cart:focus,
.widget_shopping_cart_content .btn-primary:focus,
.widget_shopping_cart_content .btn-primary:active,
.tutor-mark-text-lesson-completed:focus,
.tutor-mark-text-lesson-completed:active,
.lp-button-green:focus,
.lp-button-green:active {
	box-shadow: 0 0 0 0.25rem rgb(28 236 121 / 23%) !important;
}

.wpcf7-form-control.btn.btn-primary,
.widget_shopping_cart_content .btn-primary,
.wc-proceed-to-checkout .btn-primary,
.place-order .btn-primary,
.tutor-mark-text-lesson-completed,
.cws-button.purchase,
.cws-button.next-step,
.tutor-course-sidebar-card-body .add_to_cart_button,
.mobile-cta .add_to_cart_button,
.tutor-reg-form-btn-wrap>button,
.tutor-course-sidebar-card-body .tutor-woocommerce-view-cart,
.mobile-cta .tutor-woocommerce-view-cart,
.tutor-btn-primary.tutor-btn-view-certificate,
.lesson-actions.next-lesson.download-certificate,
.lesson-actions.next-lesson.complete-education,
.tutor-lead-info-btn-group .btn.btn-primary.tutor-course-entry-button,
.tutor-lead-info-btn-group .btn.btn-primary.tutor-course-entry-button,
.tutor-lead-info-btn-group .btn.btn-primary.tutor-course-entry-button,
#navbar-default>.ms-auto>.btn.btn-primary,
.archived-course-new-version .btn-primary,
.lp-button-green {
	transition: 250ms ease-in-out;
	background-color: #09c36f;
	border-color: #09c36f;
}

.wpcf7-form-control.btn.btn-primary:hover,
.wpcf7-form-control.btn.btn-primary:focus,
.widget_shopping_cart_content .btn-primary:hover,
.widget_shopping_cart_content .btn-primary:focus,
.widget_shopping_cart_content .btn-primary:active,
.archived-course-new-version .btn-primary:focus,
.archived-course-new-version .btn-primary:active,
.archived-course-new-version .btn-primary:hover,
.tutor-lead-info-btn-group .btn.btn-primary.tutor-course-entry-button:focus,
.tutor-lead-info-btn-group .btn.btn-primary.tutor-course-entry-button:active,
.tutor-lead-info-btn-group .btn.btn-primary.tutor-course-entry-button:hover,
.wc-proceed-to-checkout .btn-primary:hover,
.wc-proceed-to-checkout .btn-primary:focus,
.wc-proceed-to-checkout .btn-primary:active,
.tutor-reg-form-btn-wrap>button:hover,
.tutor-reg-form-btn-wrap>button:focus,
.tutor-reg-form-btn-wrap>button:active,
.tutor-mark-text-lesson-completed:hover,
.tutor-mark-text-lesson-completed:focus,
.tutor-mark-text-lesson-completed:active,
.place-order .btn-primary,
.place-order .btn-primary,
.tutor-course-sidebar-card-body .add_to_cart_button:hover,
.mobile-cta .add_to_cart_button:hover,
.tutor-course-sidebar-card-body .tutor-woocommerce-view-cart:hover,
.mobile-cta .tutor-woocommerce-view-cart:hover,
.tutor-course-sidebar-card-body .tutor-woocommerce-view-cart:active,
.mobile-cta .tutor-woocommerce-view-cart:active,
.cws-button.purchase:hover,
.cws-button.next-step:hover,
.tutor-btn-primary.tutor-btn-view-certificate:hover,
.lesson-actions.next-lesson.download-certificate:hover,
.lesson-actions.next-lesson.complete-education:hover,
#navbar-default>.ms-auto>.btn.btn-primary:hover,
.lp-button-green:hover {
	background-color: #08d177 !important;
	border-color: #08d177 !important;
}

.tutor-btn-primary-green {
	transition: 250ms ease-in-out;
	background-color: #09c36f;
	border-color: #09c36f;
}

.tutor-btn-primary-green:hover {
	background-color: #08d177 !important;
	border-color: #08d177 !important;
}

.single-tutor_quiz .tutor-quiz-btn-grp .tutor-btn-primary:hover {
	background-color: #08d177 !important;
	border-color: #08d177 !important;
}

.wpcf7-form-control.btn.btn-primary:focus,
.wpcf7-form-control.btn.btn-primary:active,
.widget_shopping_cart_content .btn-primary:focus,
.widget_shopping_cart_content .btn-primary:active,
.archived-course-new-version .btn-primary:focus,
.archived-course-new-version .btn-primary:active,
.tutor-lead-info-btn-group .btn.btn-primary.tutor-course-entry-button:focus,
.tutor-lead-info-btn-group .btn.btn-primary.tutor-course-entry-button:active,
.cws-button.purchase:focus,
.cws-button.purchase:active .cws-button.next-step:focus,
.cws-button.next-step:active,
.tutor-course-sidebar-card-body .add_to_cart_button:focus,
.tutor-course-sidebar-card-body .tutor-woocommerce-view-cart:focus,
.mobile-cta .tutor-woocommerce-view-cart:focus,
.tutor-course-sidebar-card-body .add_to_cart_button:active,
.mobile-cta .add_to_cart_button:focus,
.mobile-cta .add_to_cart_button:active,
.tutor-course-sidebar-card-body .tutor-woocommerce-view-cart:active,
.mobile-cta .tutor-woocommerce-view-cart:active,
.place-order .btn-primary:focus,
.place-order .btn-primary:active,
.wc-proceed-to-checkout .btn-primary:focus,
.wc-proceed-to-checkout .btn-primary:active,
.tutor-reg-form-btn-wrap>button:focus,
.tutor-reg-form-btn-wrap>button:active,
#navbar-default>.ms-auto>.btn.btn-primary:active,
#navbar-default>.ms-auto>.btn.btn-primary:focus {
	box-shadow: 0 0 0 0.25rem rgb(28 236 121 / 23%) !important;
}

a.btn.btn-primary:focus,
.tutor-reset-password-form button.tutor-button:focus,
.login-submit button.btn-primary:focus {
	box-shadow: 0 0 0 0.25rem rgb(37 79 126 / 23%);
}

.tutor-reset-password-form button.tutor-button:hover,
.login-submit button.btn-primary:hover {
	background: #2F629C;
}

.tutor-reset-password-form button.tutor-button:focus,
.tutor-reset-password-form button.tutor-button:active,
.login-submit button.btn-primary:active,
.login-submit button.btn-primary:focus {
	background: #2F629C !important;
	border-color: #254E7E !important;
}

.tutor-reset-password-form button.tutor-button,
.login-submit button.btn-primary {
	background: #254E7E;
	border-color: #254E7E;
}

.btn-primary.lbp-blue {
	background: #254E7E !important;
	border-color: #254E7E !important;
}

.btn-primary.lbp-blue:hover {
	background: var(--bs-primary-hover) !important;
	border-color: var(--bs-primary-hover) !important;
}

.btn-primary.lbp-blue:active,
.btn-primary.lbp-blue:focus {
	background: var(--bs-primary-hover) !important;
	border-color: var(--bs-primary-hover) !important;
	box-shadow: 0 0 0 0.25rem rgb(37 79 126 / 23%) !important;
}


.cws-button.purchase,
.cws-button.next-step {
	color: #fff;
	border-radius: 5px
}

tfoot tr td,
tfoot tr th,
tbody tr td,
tbody tr th {
	text-wrap: wrap;
}

#payment-slip {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	gap: 20px;
	flex-wrap: wrap;
}

#payment-slip #payment-data {
	min-width: max-content;
	flex: 1;
}

.tutor-button.cws-button.purchase {
	margin: auto;
	width: max-content;
}

.sh-modal-wrap .loading-indicator {
	pointer-events: none;
}

.sh-modal-wrap.active .loading-indicator {
	pointer-events: all;
}

.tutor-downloads svg {
	max-height: 100%;
	width: auto;
}

.tutor-downloads .icon {
	width: auto;
	height: 22px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: text-bottom;
}

.tutor-downloads.disabled a {
	color: #a9a9a9;
}

.tutor-downloads.disabled svg path {
	stroke: #a9a9a9;
}

.course-profile-rating {
	margin-top: -5px;
	margin-bottom: 10px;
}

.profile-course-certificate a {
	width: 95%;
	margin: auto;
	margin-bottom: 5px;
}

.course-profile.card-body {
	padding-bottom: 0px !important;
}

.unreviewed-courses {
	margin-top: 10px;
}

.tutor-list.geeks-enrolled-courses {
	padding: 0px 10px;
}

.tutor-list.geeks-enrolled-courses .tutor-card {
	margin: 10px 0px;
}

.write-course-review-link-btn:hover a {
	color: #fff;
}

.tutor-dashboard-reviews-wrap .tutor-modal-body .tutor-fw-medium,
.tutor-dashboard-reviews-wrap .tutor-modal-body .tutor-color-muted,
.tutor-dashboard-reviews-wrap .tutor-modal-body .tutor-ratings {
	text-align: left;
}

.tutor-dashboard-reviews-wrap .tutor-modal-body .tutor-ratings {
	justify-content: flex-start !important;
}

.list-group-item.main {
	background: #2f5684;
}

.list-group-item.main h4 {
	color: #ffffff;
}

@media (min-width:991px) {
	.course-sidebar {
		position: sticky !important;
	}

	.mobile-only {
		display: none;
	}
}

.course-sidebar {
	top: 0px !important;
}

.tutor-sidebar-tabs-content {
	height: 100% !important;
}

@media (max-width:991px) {

	.lesson-top-bar,
	.lesson-top-bar .flex {
		flex-direction: column;
	}

	.lesson-top-bar .tutor-return-to-course {
		width: 100% !important;
		max-width: 100% !important;
	}

	.lesson-top-bar .add_to_cart_button {
		margin: 0px !important;
		margin-top: 10px !important;
	}

	.tutor-dashboard-student .pt-16.rounded-top-md {
		/* background: url(https://bestpractice.hr/wp-content/uploads/2024/07/profile-bg.png) no-repeat !important;*/
		background-size: cover !important;
		background-position: left center !important;
		background-color: #4165d5 !important;
	}

	.tutor-lesson-sidebar-tab-item {
		padding-bottom: 0px;
	}

	.course-sidebar {
		min-height: unset !important;
		margin-bottom: 5px;
	}

	.navbar-expanded {
		width: 100% !important;
	}
}

.course-container .content {
	margin-left: 0px !important;
}

#tutor-single-entry-content .tab-content {
	padding-bottom: 95px;
}

.course-curriculum,
.curriculum-scrollable {
	height: 100% !important;
}

#dropdown-menu a.dropdown-item {
	padding: 0.125rem 2rem !important;
}

@media (min-width:992px) {
	.mt-lg-n28 {
		margin-top: -28em !important;
	}

	.single-course-bundle .mt-lg-n28 {
		/*margin-top: -33.7em !important;*/
	}

	.container.header-info {
		min-height: 365px;
	}
}

.tutor-dashboard-content .tutor-table-responsive.quiz-overview-data.tutor-mb-32 thead tr th:nth-child(4),
.tutor-dashboard-content .tutor-table-responsive.quiz-overview-data.tutor-mb-32 thead tr th:nth-child(5),
.tutor-dashboard-content .tutor-table-responsive.quiz-overview-data.tutor-mb-32 thead tr th:nth-child(6) {
	white-space: normal;
	min-width: 85px;
}

.tutor-dashboard-content .tutor-table-responsive.quiz-overview-data.tutor-mb-32 thead tr th:nth-child(3) {
	white-space: normal;
	min-width: 70px;
}

.tutor-dashboard-content .tutor-table-responsive.quiz-overview-data.tutor-mb-32 thead tr th:nth-child(7) {
	white-space: normal;
	min-width: 90px;
}

@media (max-width:1180px) {

	/*STYLE START FOR PREVIOUS ATTEMPTS INSIDE OF SINGLE QUIZ IN LESSON*/
	.single-tutor_quiz .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-32 thead tr th:nth-child(3),
	.tutor-dashboard-content .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-32 thead tr th:nth-child(3) {
		white-space: normal;
		min-width: 70px;
	}

	.single-tutor_quiz .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-32 thead tr th:nth-child(4),
	.single-tutor_quiz .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-32 thead tr th:nth-child(5),
	.single-tutor_quiz .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-32 thead tr th:nth-child(6),
	.tutor-dashboard-content .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-32 thead tr th:nth-child(4),
	.tutor-dashboard-content .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-32 thead tr th:nth-child(5),
	.tutor-dashboard-content .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-32 thead tr th:nth-child(6) {
		white-space: normal;
		min-width: 85px;
	}

	.single-tutor_quiz .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-32 thead tr th:nth-child(7),
	.tutor-dashboard-content .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-32 thead tr th:nth-child(7) {
		white-space: normal;
		min-width: 90px;
	}

	/*STYLE END FOR PREVIOUS ATTEMPTS INSIDE OF SINGLE QUIZ IN LESSON*/
	/*STYLE START FOR QUIZ OVERVIEW TABLE*/
	.single-tutor_quiz .tutor-table-responsive.quiz-overview-data.tutor-mb-32 thead tr th {
		padding: 4px 8px !important;
	}

	.single-tutor_quiz .tutor-table-responsive.quiz-overview-data.tutor-mb-32 thead tr th:nth-child(3) {
		white-space: normal;
		min-width: 70px;
	}

	.single-tutor_quiz .tutor-table-responsive.quiz-overview-data.tutor-mb-32 thead tr th:nth-child(4),
	.single-tutor_quiz .tutor-table-responsive.quiz-overview-data.tutor-mb-32 thead tr th:nth-child(5),
	.single-tutor_quiz .tutor-table-responsive.quiz-overview-data.tutor-mb-32 thead tr th:nth-child(6) {
		white-space: normal;
		min-width: 85px;
	}

	.single-tutor_quiz .tutor-table-responsive.quiz-overview-data.tutor-mb-32 thead tr th:nth-child(7) {
		white-space: normal;
		min-width: 90px;
	}

	/*STYLE END FOR QUIZ OVERVIEW TABLE*/

	.single-tutor_quiz .tutor-table tr th,
	.single-tutor_quiz .tutor-table tr td,
	.tutor-dashboard-content .tutor-table tr th,
	.tutor-dashboard-content .tutor-table tr td {
		padding: 9px 8px;
	}

	.single-tutor_quiz .tutor-table-responsive.tutor-mt-16 thead tr th:nth-child(1),
	.tutor-dashboard-content .tutor-table-responsive.tutor-mt-16 thead tr th:nth-child(1) {
		min-width: 55px;
		white-space: normal;
	}

	.single-tutor_quiz .tutor-table-responsive.tutor-mt-16 thead tr th:nth-child(2),
	.tutor-dashboard-content .tutor-table-responsive.tutor-mt-16 thead tr th:nth-child(2) {
		min-width: 50px;
	}

	.single-tutor_quiz .tutor-table-responsive.tutor-mb-32 tbody tr td:nth-child(1),
	.tutor-dashboard-content .tutor-table-responsive.tutor-mb-32 tbody tr td:nth-child(1) {
		min-width: 100px !important;
	}

	.single-tutor_quiz .tutor-table-responsive.tutor-mb-32 tbody tr td div,
	.tutor-dashboard-content .tutor-table-responsive.tutor-mb-32 tbody tr td div {
		min-width: 100px;
	}

	.single-tutor_quiz .quiz-explanation-actions button,
	.tutor-dashboard-content .quiz-explanation-actions button {
		font-size: 14px;
	}

	.quiz-explanation-actions .tutor-iconic-btn.tutor-icon-angle-down:before {
		margin-top: 15px !important;
		padding-right: 145px !important;
	}

	.quiz-explanation-actions .tutor-iconic-btn.is-active.tutor-icon-angle-down:before {
		padding-left: 147px !important;
		padding-right: 0px !important;
		margin-top: -12px !important;
	}

	.tutor-previous-attempts-data-table thead tr th:nth-child(1) {
		min-width: 110px;
	}
}

.quiz-meta-info {
	padding: 8px 10px;
	border-radius: 5px;
	background: #f9f9f9;
	margin-bottom: 10px;
}

@media (max-width:768px) {

	tr.cart-subtotal th,
	tr.cart-subtotal td,
	tr.order-total th,
	tr.order-total td {
		padding: 1rem 16px;
	}

	.cws-checkout>.container {
		padding: 0;
	}

	.single-lesson .tutor-modal.tutor-quiz-popup .tutor-modal-window {
		max-height: calc(100vh - 100px) !important;
		top: 50px !important;
		border-radius: 0px !important;
	}

	.tutor-previous-attempts-data {
		flex-direction: column;
	}

	.quiz-question .quiz-question-title {
		line-height: 1.2;
	}

	.quiz-meta-info .quiz-meta-info-right p {
		margin-bottom: 0;
	}

	.quiz-question-ans-choice label {
		align-items: flex-start !important;
	}

	span.button {
		margin-bottom: 10px;
		;
	}

	.edukacija-filter.flex {
		flex-direction: column;
	}

}

.full-height-cards .row {
	row-gap: 20px;
}

.full-height-cards .card {
	height: 100%;
}

ul.navbar-nav .dropdown-item.dropdown-toggle {
	padding-right: 40px;
}

.card-body.course-profile .enrolment-expire-info {
	display: block !important;
}

.card-body.course-profile .enrolment-expire-info span {
	margin: 0 !important;
}

.result .label-success {
	white-space: nowrap;
}

.tutor-quiz-wrap>.tutor-color-secondary {
	display: none !important;
}

.geeks-single-quiz-content {
	margin-top: 25px !important;
}

.tutor-table-quiz-attempts tbody .tutor-badge-label,
.tutor-quiz-attempt-details tbody .tutor-badge-label,
.tutor-table-quiz-attempts tbody .tutor-btn-outline-primary {
	white-space: nowrap;
}

#tutor-registration-wrap .mb-3,
#tutor-login-form .mb-3,
.tutor-reset-password-form .mb-3,
.bp-input-wrap {
	position: relative;
}

.input-actions {
	position: absolute;
	height: auto;
	width: 28px;
	bottom: 10px;
	right: 22px;
}

.input-actions span {
	cursor: pointer;
	display: none;
}

.input-actions .active {
	display: block !important;
}

.input-actions svg {
	height: 100%;
	width: 100%;
}

.woocommerce-checkout .entry-header.bg-primary {
	background-color: #09c36f !important;
}

.tutor-bundle-courses-wrapper .tutor-bundle-course-list-counter a,
.tutor-bundle-courses-wrapper .tutor-bundle-course-list-counter img {
	height: 100% !important;
}

.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper {
	border: unset !important;
	border-bottom: 1px solid #dcdfe5 !important;
	border-radius: 0px;
	margin-bottom: 15px !important;
}

.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper:last-child {
	border-bottom: unset !important;
}

.single-course .site-content>.bg-primary,
.single-course-bundle .site-content>.bg-primary,
.single-edukacija .site-content>.bg-primary {
	background-color: #254e7e !important;
	/*background-color:#22201E !important; /*Black friday akcija*/
	/*background-color:#0F7044 !important; /*New Year akcija*/
}

.single-course .nav-lb-tab .nav-link,
.single-course-bundle .nav-lb-tab .nav-link {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--bs-primary) !important;
}

.single-edukacija .nav-lb-tab .nav-link,
.single-edukacija .course-tabs .nav-link {
	font-size: 1rem;
	font-weight: 700;
	color: var(--bs-primary) !important;
}

.single-course .tutor-sidebar-card,
.single-course-bundle .tutor-sidebar-card,
.single-edukacija .tutor-sidebar-card,
.single-edukacija .card-header h4,
.single-course-bundle .card-header h4,
.single-course .tutor-course-details-widget-title {
	color: var(--bs-primary) !important;
}

.company-image-holder {
	flex-wrap: wrap;
	gap: 5px;
}

.company-image-holder>div {
	width: calc(20% - 5px);
	min-width: 140px;
}

.single-lesson .tutor-btn-view-certificate {
	margin: 0px !important;
}

.tutor-dashboard-info-card:hover a {
	background: #e5e5e5;
	transition: 250ms ease-in-out;
}

.tutor-bundle-courses-wrapper .tutor-bundle-course-list-wrapper .tutor-bundle-course-list-desc .tutor-bundle-course-title {
	word-break: break-word !important;
}

.tutor-topbar-mark-btn {
	position: relative;
}

.tutor-topbar-mark-btn .loading-animation {
	display: none;
}

.tutor-topbar-mark-btn.active .loading-animation {
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	background: #ec1c50;
}

.tutor-topbar-mark-btn.active .loading-animation svg {
	height: 100%;
	width: 100%;
}

.tutor-topbar-mark-btn.active .loading-animation svg g {
	fill: #fff;

}

.tutor-topbar-mark-btn.active .loading-animation svg .loading-bar {
	animation: loading-rotate 1s forwards infinite;
	transform-origin: center;
}

div.show-more {
	grid-template-rows: 1fr;
	transition: 250ms ease-in-out;
}

div.show-more>.show-more-content {
	overflow: hidden;
}

div.show-more.inactive {
	grid-template-rows: 0fr;
}

.show-more-trigger {
	cursor: pointer;
	color: #254e7e;
	user-select: none;
}

.company-review-image {
	object-fit: contain;
	width: max-content;
}

.company-image-holder img {
	max-height: 200px;
	object-fit: contain;
}

.company-image-holder.flex {
	align-items: center;
}

.tooltip-txt>a:hover {
	color: #ec1c50 !important;
}

.cky-btn-revisit-wrapper {
	z-index: 3 !important;
}

.course-grid-list .row>div .card {
	height: calc(100% - 1.5rem);
}

.course-grid-list .row>div .card>a img {
	height: 300px;
	object-fit: cover;
}

.gk-elementor-headline-plain-text.text-dark {
	color: #254E7E !important;
}

.header__cart .badge {
	background-color: #09c36f !important;
}

.single-lesson .tutor-next-previous-pagination-wrap,
.single-tutor_quiz .tutor-next-previous-pagination-wrap {
	display: none !important;
}

.gallery-columns-1 {
	grid-template-columns: repeat(1, 1fr);
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.elementor-image-gallery .gallery-item {
	max-width: 100% !important;
}

.elementor-image-gallery .gallery {
	grid-template-rows: 1fr !important;
	align-items: center;
}

.company-review-image.avatar-md {
	height: 2.5rem;
}

.position-relative.tns-carousel-wrapper {
	padding-bottom: 30px;
}

.reviews-scroll .wp-google-list {
	max-height: 350px !important;
	overflow-y: scroll;
}

.controls.controls-testimonial {
	bottom: -10px;
	z-index: 999;
}

.no-padding {
	padding: 0px !important;
}

.tutor-quiz-wrap {
	padding: 15px;
	background: white;
	border-radius: 5px;
}

.tutor-quiz-wrap .tutor-form-check-input {
	background-color: #e7e7e7;
}

.flex,
.tutor-flex-center {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.single-edukacija #page,
.single-course-bundle #page {
	background: #fff;
}

.single-edukacija .course-tabs.card,
.single-edukacija .card,
.single-course-bundle .course-tabs.card,
.single-edukacija .tutor-sidebar-card,
.single-course-bundle .tutor-sidebar-card,
.single-course-bundle .card {
	box-shadow: 0px 0px 30px 1px #0000001a;
	border: 1px solid #ebebeb;
}

.single-course-bundle .elementor-accordion,
.single-edukacija .elementor-accordion {
	box-shadow: 0px 0px 30px 1px #0000001a;
}

.controls.controls-testimonial {
	z-index: 0 !important;
}

.show-more-content-inline {
	transition: 250ms ease-in-out;
	opacity: 0;
	display: none;
}

.show-more-content-inline.active {
	display: inline;
}

.show-more-content-inline.active.fade-in {
	opacity: 1;
}

.elementor-accordion .elementor-accordion-item:first-child {
	border-radius: 5px 5px 0px 0px;
}

.elementor-shortcode .hls-video {
	border-radius: 5px;
}

.elementor-accordion .elementor-accordion-item:last-child,
.elementor-shortcode .hls-video-control-wrap {
	border-radius: 0px 0px 5px 5px;
}

.tns-carousel-inner .tns-item .card {
	box-shadow: 0px 0px 10px 1px #0000001a !important;
	background: #fff;
}

#reviews .tns-slider {
	padding: 30px 0px !important;
}

.card-body ul {
	/*margin-left:17px;*/
}

.single-course-bundle .card-header h4,
.single-edukacija .card-header h4 {
	font-size: 20px !important;
	font-weight: 700 !important;
}

.tutor-bundle-course-list-counter img {
	object-fit: cover;
}

.tutor-bundle-course-list-counter a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.card-body ul li {
	list-style-type: disc;
}

span.vrsta-tecaja {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 5px 15px;
	border-radius: 5px;
	color: #fff;
	background: #254e7e;
	font-size: 12px;
}

._2p3a {
	width: 100% !important;
}

.search-results .bg-primary {
	background: #254E7E !important;
}

.btn-primary {
	/*border-color: var( --e-global-color-secondary ) !important;*/
}

.btn-primary:focus {
	/*box-shadow: 0 0 0 0.25rem #254e7e59;*/
}

.tutor-certificate-demo {
	border: 1px solid #e3e3e3;
	padding-bottom: 0px !important;
	margin-bottom: 50px;
}

span.button {
	padding: 5px 10px;
	margin-right: 10px;
	background: #254e7e59;
	border-radius: 5px;
	color: #222;
	font-size: 14px;
	transition: 250ms;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

span.button:hover {
	background: #254f7ead;
}

span.button.active {
	background: #254f7e !important;
	color: #fff;
}

.search-results .card-footer {
	display: none !important;
}

.edukacija-filter {
	margin: 15px 0px;
}

.info-icon {
	/*position: absolute;
    top: 0px;
    right: 0px;*/
}

.info-icon svg {
	max-width: 17px;
	margin-left: 5px;
	height: auto;
}

.info-icon svg path {
	fill: #254e7e;
}

span.button:hover .info-icon svg path,
span.button.active .info-icon svg path {
	fill: #fdfdfd;
}

@media (min-width:991px) {
	.navbar-search.mt-3.mt-lg-0.ms-lg-3 {
		right: 20%;
		position: relative !important;
		right: unset !important;
		margin-left: auto !important;
	}
}

@media (max-width:991px) {

	.single-edukacija .header-info .geeks-meta,
	.single-course-bundle .header-info .geeks-meta {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.main-course-content {
		padding-bottom: 0px !important;
	}

	.single-edukacija .edudivider,
	.single-edukacija .eduvideo,
	.single-course-bundle .edudivider,
	.single-course-bundle .eduvideo {
		display: none;
	}
}

.mobile-course-video,
.mobile-course-video .hls-video-player {
	height: 100%;
	width: 100%;
}

.mobile-course-video .hls-video-player video {
	object-fit: cover;
}

.mobile-course-video .hls-video-player.full-screen video {
	object-fit: contain;
}

.tutor-form-check-input[type=checkbox]:checked {
	background-color: #2f5684 !important;
}

#tutor-quiz-time-expire-wrapper {
	margin-bottom: 20px;
	margin-top: 0px !important;
}

.quiz-question-ans-choice-area {
	margin-top: 0px !important;
}

button.tutor-quiz-answer-next-btn,
.tutor-quiz-btn-grp .tutor-btn-primary {
	background-color: #2f5684 !important;
	border-color: #2f5684 !important;

}

.tutor-quiz-questions-pagination {
	display: none !important;
}

.tutor-bundle-course-list-wrapper {
	position: relative;
}

@media (min-width:1400px) {
	.navbar-collapse .header__cart {
		padding: 0px 15px 0px 50px;
		margin-left: 0px !important;
	}

	.logged-in .navbar-collapse .header__cart {
		padding: 0px 0px 0px 25px;
		margin-left: 0px !important;
	}
}

.tutor-previous-attempts-data>div {
	font-weight: bold;
}

.tutor-previous-attempts-data>div span {
	font-weight: 400;
}

.previous-attempts-quiz-header {
	/*padding: 10px 20px;
	font-size: 21px;
	background: #2f5684;
	color: #fff;
	border-radius: 5px 5px 0px 0px;*/
	text-align: center;
}

.main-title h1{
	font-weight: bold;
}

.single-tutor-quiz-stats{
    padding: 20px;
    border-radius: 8px;
    background: #2f5684;
    width: max-content;
    color: #fff;
    text-align: center;
}

.lbp-tutor-previous-attempts-data{
    gap: 24px;
    align-items: center;
    justify-content: center;
	padding-bottom: 20px;
}

.lbp-tutor-previous-attempts-data .single-tutor-quiz-stats{
	padding: 20px;
    border-radius: 8px;
    background: #2f5684;
    width: max-content;
    color: #fff;
}

.tutor-previous-attempts-data {
	margin-top: 0px;
	border: 1px solid #dfdfdf !important;
	border-top: 0;
	border-bottom: 0 !important;
	padding: 20px 10px;
	margin-bottom: 0;
}

.tutor-previous-attempts-data-table.tutor-table-responsive {
	border: 1px solid #dfdfdf;
	border-top: 0;
	border-radius: 0px 0px 5px 5px;
}

.tutor-previous-attempts-data-table.tutor-table-responsive .tutor-table-quiz-attempts tr:first-child th:first-child {
	border-top-left-radius: 0px !important;
}

.tutor-previous-attempts-data-table.tutor-table-responsive .tutor-table-quiz-attempts tr:first-child th:last-child {
	border-top-right-radius: 0px !important;
}

.quiz-desc {
	font-size: 15px;
	padding: 10px;
	background: #f4f6f9;
	max-width: max-content;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.question-marks {
	margin-top: -5px;
}

.explanation-header p {
	display: inline-block;
	vertical-align: middle;
}

.quiz-explanation-actions button>span {
	font-family: 'Inter';
	margin-left: 10px;
}

.quiz-explanation-actions button {
	width: 100%;
}

.tutor-quiz-attempt-details tbody tr:nth-child(2n) td {
	background: #ebebeb !important;
}

.tutor-quiz-type-icon {
	color: #2f5684 !important;
}

.quiz-explanation-actions .tutor-iconic-btn.is-active.tutor-icon-angle-down:before {
	padding-left: 147px;
	padding-right: 0px;
	margin-top: -11px;
}

.quiz-explanation-actions .tutor-iconic-btn.tutor-icon-angle-down:before {
	content: "";
	position: absolute;
	width: max-content;
	height: 100%;
	margin-top: 15px;
	padding-right: 145px;
}

.quiz-explanation-actions .tutor-iconic-btn {
	position: relative;
}

.quiz-question-ans-choice .tutor-form-check-input[type='radio']:checked {
	background-color: #2f5684 !important;
}

.tutor-no-attempts-quiz-meta {
	padding: 10px;
	background: #f5f5f5;
	border-radius: 10px;
}

.max-attempts-reached {
	display: inline-block;
	max-width: max-content;
	padding: 10px;
	background: #fde3e1;
	border-radius: 10px;
	color: #ff3838;
}

.quiz-desc.tutor-ml-0 {
	margin-left: 0;
}

.tutor-dashboard-content .tutor-quiz-attempt-details-wrapper {
	background: #fff;
	padding: 20px 5px;
	border-radius: 10px;
}

.tutor-table-quiz-attempts th,
.tutor-quiz-attempt-details th {
	background: #2f5684 !important;
	color: #fff !important;
}

@media (min-width: 660px) {
	.single-tutor_quiz .tutor-table-responsive.tutor-mt-16 {
		overflow: visible !important;
	}

	.admin-bar.single-tutor_quiz .tutor-table-responsive.tutor-mt-16 .tutor-table.tutor-quiz-attempt-details.tutor-mb-32.tutor-table-data-td-target th {
		top: 32px;
		z-index: 9;
	}

	.single-tutor_quiz .tutor-table-responsive.tutor-mt-16 .tutor-table.tutor-quiz-attempt-details.tutor-mb-32.tutor-table-data-td-target th {
		position: sticky;
		top: 0px;
		z-index: 9;
	}
}

@media (min-width: 720px) {
	.single-tutor_quiz .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-24 {
		overflow: visible !important;
	}

	.admin-bar.single-tutor_quiz .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-24 .tutor-table.tutor-table-quiz-attempts th {
		top: 32px;
		z-index: 9;
	}

	.single-tutor_quiz .tutor-table-responsive.tutor-previous-attempts-data-table.tutor-mb-24 .tutor-table.tutor-table-quiz-attempts th {
		position: sticky;
		top: 0px;
		z-index: 9;
	}
}

@media (min-width: 780px) {
	.single-tutor_quiz .tutor-table-responsive.tutor-mt-16 {
		overflow: visible !important;
	}

	.single-tutor_quiz .tutor-quiz-attempt-details.tutor-table-data-td-target.tutor-quiz-attempt-details th {
		position: sticky;
		top: 0px;
		z-index: 9;
	}

	.admin-bar.single-tutor_quiz .tutor-quiz-attempt-details.tutor-table-data-td-target.tutor-quiz-attempt-details th {
		top: 32px;
		z-index: 9;
	}


}

@media (min-width: 1180px) {

	.tutor-dashboard-content .tutor-table-responsive .tutor-table.tutor-table-data-td-target,
	.tutor-dashboard-content .tutor-table-responsive.tutor-mt-16 {
		overflow: visible;
	}

	.single-tutor_quiz .navbar-sticky.navbar-stuck {
		position: relative !important;
	}

	.single-tutor_quiz .course-container,
	.single-tutor_quiz .tutor-table-responsive,
	.tutor-dashboard-content .tutor-previous-attempts-data-table {
		overflow: visible !important;
	}

	.admin-bar .tutor-table-quiz-attempts th {
		position: sticky;
		top: 0px;
	}

	.admin-bar .tutor-table-quiz-attempts th {
		top: 32px;
	}

	.tutor-quiz-attempt-details.tutor-table-data-td-target th {
		position: sticky;
		top: 0px;
		z-index: 9;
	}

	.admin-bar .tutor-quiz-attempt-details.tutor-table-data-td-target th {
		top: 32px;
		z-index: 9;
	}
}

.tutor-quiz-popup .tutor-modal-close-o {
	top: 4px !important;
	right: 4px !important;
}

span.free-lesson {
	padding: 5px 8px;
	margin-left: 5px;
	color: #fff;
	background: #09c36f;
	border-radius: 10px;
}

.tutor-table.tutor-quiz-attempt-details thead tr th:nth-child(5) {
	min-width: 180px;
}

.tutor-table.tutor-quiz-attempt-details thead tr th:nth-child(3) {
	min-width: 100px;
}

.quiz-explanation-actions button {
	font-size: 14px;
	border-color: rgba(var(--tutor-color-success-rgb), 0.3);
	background: #def1e4 !important;
	color: var(--tutor-color-success);
	border: 1px solid rgba(var(--tutor-color-success-rgb), 0.3) !important;
	margin: 8px 0px;
}

nav.not-stuckable {
	top: 0px !important;
	position: relative !important;
}

.lesson-certificate-download {
	padding: 0px 13px;
}

.lesson-certificate-download>a {
	margin: 0 !important;
}

.single-lesson .tutor-modal.tutor-quiz-popup .tutor-modal-window {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	max-height: calc(100vh - 200px);
	height: 100%;
	min-height: unset !important;
	top: 100px;
}

.single-lesson .tutor-modal.tutor-quiz-popup .tutor-modal-content {
	height: 100%;
	overflow: auto;
}

.tutor-quiz-popup#quiz-guide .tutor-modal-overlay {
	pointer-events: none;
}

.wc_payment_methods li {
	list-style-type: none !important;
}

.promo-video-wrap {
	position: relative;
}

.tutor-video-player-wrapper {
	height: max-content;
}

.lesson-top-bar {
	width: 100%;
}

.lesson-top-bar h3,
.lesson-top-bar a {
	flex: 1;
}

.lesson-top-bar .lesson-title {
	width: 100%;
}

.navbar .dropdown.active-cart>.dropdown-menu {
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.lesson-top-bar .lesson-action-buttons {
	max-width: max-content;
	width: 100%;
	white-space: nowrap;
	padding: 0.75rem 1.25rem;
}

.lesson-top-bar .add_to_cart_button {
	font-size: 14px;
}

.flex-sb {
	justify-content: space-between;
}

.lesson-top-bar .added_to_cart {
	display: none !important;
}

.hls-video-player.full-screen video {
	height: 100%;
}

#menu-social-media i {
	font-size: 24px !important;
}

.question-marks {
	margin-top: 5px;
	font-size: 1.1em;
	color: #ec1c50;
	font-weight: 500;
}

.bp-inlesson-popup .tutor-mt-16 label {
	display: inline;
}

.bp-inlesson-popup .tutor-modal-window {
	border: 3px solid #2f5684;
}

.lbp-modal {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #254e7e78;
	align-items: center;
	justify-content: center;
	z-index: 99999999;
}

.lbp-modal-wrap {
	height: 70%;
	background: #fff;
	margin: auto;
	max-height: 800px;
	border-radius: 8px;
	flex-direction: column;
	max-width: 800px;
}

.lbp-modal-wrap.radionica-kupovina {
	max-width: 1200px;
	width: 100%;
	max-height: 400px;
}

.lbp-modal-wrap.radionica-kupovina.radionica-upit {
	max-height: 800px;
}

.lbp-modal-wrap .title h2 {
	color: #fff;
	margin: 0;
}

.lbp-modal-wrap .title {
	padding: 15px 20px;
	background: var(--e-global-color-secondary);
	border-radius: 6px 6px 0px 0px;
}

.lbp-modal-wrap .content {
	padding: 20px;
	overflow: auto;
}

.purchase-radionica {
	gap: 20px;
}

.purchase-radionica .purchase-quantity input {
	border-radius: 5px;
	border: 1px solid #254e7e;
	width: 50px;
	text-align: center;
}

.bp-inlesson-popup .tutor-modal-window {
	border: unset;
}

.bp-inlesson-popup .tutor-modal-content {
	border: 3px solid #2f5684;
}

@media (max-width:768px) {

	.question-marks {
		margin-top: 0px;
	}

	.single-lesson .bp-inlesson-popup.tutor-modal.tutor-quiz-popup .tutor-modal-window {
		margin: 0;
		max-height: 100% !important;
		top: 0px !important;
		padding: 10px !important;
		background: transparent !important;
	}

	.tooltip-wrap .tooltip-right {
		right: calc(100% + 5px) !important;
		top: -20px !important;
		left: auto !important;
	}

	.promo-video-wrap {
		margin: 10px 0px;
	}
}

.wpcf7-form .wpcf7-spinner {
	vertical-align: middle;
	margin-left: 15px !important;
}

.lh-1.mt-3.text-dark.fw-bold {
	font-size: 18px;
}

.recommendations-content .basic-info img {
	height: 150px;
	object-fit: cover;
}



/*black friday*/
.black-friday-course-sticker.promo {
	position: absolute;
	top: -100px;
	left: -60px;
	z-index: 2;
	width: 150px;
}

.black-friday-course-sticker.normal {
	position: absolute;
	top: -110px;
	left: -30px;
	z-index: 2;
	width: 150px;
}

.tutor-course-sidebar-card-body .tutor-d-flex.tutor-align-center.tutor-gap-1 {
	font-weight: 600;
	margin-bottom: 5px;
}

.tutor-table-responsive {
	z-index: 1;
}

.archived-notice,
.expiration-notice {
	padding: 10px;
}

.archived-notice p,
.expiration-notice .notice p {
	background: #fafad2;
	padding: 10px;
	font-weight: bold;
	margin: 0;
}

.archived-course-new-version {
	padding: 0px 10px 10px 10px;
}

.archived-course-new-version .btn-primary {
	width: 100%;
}

.single-edukacija .tutor-btn-view-certificate {
	margin-bottom: 0 !important;
}

.edu-loc-type {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
	font-style: unset;
}

@media (max-width:768px) {

	.black-friday-course-sticker.normal,
	.black-friday-course-sticker.promo {
		position: absolute;
		top: -35px;
		left: 0px;
		z-index: 2;
		width: 100px;
	}


}

.pulse-cart {
	/*	will-change: transform;
	box-shadow: 0 0 0 0 rgba(9, 195, 111, 1);
	-webkit-box-shadow: 0 0 0 0 rgba(9, 195, 111, 1);
    transform: scale(1) translateZ(0);
	-webkit-border-radius: 50% !important; 
    animation: 3000ms ease 0ms infinite normal none running pulse;*/
	position: relative;
}

.pulse-cart::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(9, 195, 111, 0.5);
	/* ring color */
	z-index: -1;
	transform: scale(1);
	opacity: 0;
	animation: pulse-ring 3s ease infinite;
}

.sticker.shape {
	z-index: 99;
	width: 80px;
	height: 80px;
	right: 2px;
	position: absolute;
	transform: rotate(0deg);
	bottom: -10px !important;
	top: unset;
}

.sticker.shape .edges {
	position: absolute;
	background: #56CBF9;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	left: 0;
	top: 0;
	transform-origin: 50% 50%;
}

.tutor-btn.dark-button {
	background: #254E7E !important;
	border-color: #254E7E !important;
}

.tutor-btn.dark-button:hover {
	background: #335e91 !important;
	border-color: #335e91 !important;
}

.tutor-btn.dark-button:focus,
.tutor-btn.dark-button:active {
	background: #335e91 !important;
	border-color: #335e91 !important;
	box-shadow: 0 0 0 0.25rem rgb(37 78 126 / 23%) !important;
}

.tutor-btn.light-blue-button {
	background: #56CBF9 !important;
	border-color: #56CBF9 !important;
}

.tutor-btn.light-blue-button:hover {
	background: #74ccef !important;
	border-color: #74ccef !important;
}

.tutor-btn.light-blue-button:focus,
.tutor-btn.light-blue-button:active {
	background: #74ccef !important;
	border-color: #74ccef !important;
	box-shadow: 0 0 0 0.25rem rgb(116 204 239 / 23%) !important;
}

.tutor-btn.dark-outline {
	color: #222;
	border-color: #222;
}

.tutor-btn.dark-outline:hover {
	background: #f8f8f8 !important;
}

.tutor-btn.dark-outline:focus,
.tutor-btn.dark-outline:active {
	background: #f8f8f8 !important;
	box-shadow: 0 0 0 0.25rem rgba(248 248 248 / 23%) !important;
}

.sticker.shape .edges.edge-1 {
	transform: rotate(45deg);
}

.sticker.shape .edges.edge-2 {
	transform: rotate(80deg);
}

.sticker.shape .edges.edge-3 {
	transform: rotate(105deg);
}

.sticker.shape .content-holder {
	z-index: 99;
	height: 100%;
	position: relative;
	overflow: hidden;
	max-height: 100%;
	align-items: center;
}

.sticker.shape .content-holder p {
	word-break: break-word;
	color: #fff;
	font-size: 12px;
	max-height: 100%;
	font-weight: 700;
	padding: 0 5px;
	margin: auto;
	text-align: center;
}

.card a.card-img-top {
	position: relative;
}

.payment-logos {
	flex-wrap: wrap;
	gap: 5px;
}

.payment-logos span.single-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/*max-width: 48px;*/
	margin: 0;
}

#lbp-live-signup .hidden-data {
	display: none !important;
}

#lbp-live-signup .inline-paragraph label {
	display: inline;
	margin-left: 5px;
}

#lbp-live-signup .inline-paragraph input {
	vertical-align: middle;
	display: inline !important;
}

#lbp-live-signup .select2 {
	width: 100% !important;
}

.mt-lg-n34 {
	margin-top: -34em !important;
}

.recommendations-content .title-wrap h3 {
	font-size: 0.875rem;
}

.share-course i.mdi {
	color: var(--e-global-color-secondary);
}

.woocommerce-mini-cart-item .sale-mini-price,
.woocommerce-cart-form .sale-cart-price {
	font-size: 10px;
}

.woocommerce-checkout .checkout-sidebar>.card>.card-body {
	padding-bottom: 16px;
	padding-top: 16px;
}

.enroll-sticky {
	position: sticky;
	top: 88px;
}

.admin-bar .enroll-sticky {
	top: 120px;
}

.enroll-sticky .tutor-course-details-actions {
	display: none;
}

.enroll-sticky .share-course {
	display: none;
}

.single-edukacija .tutor-course-sidebar-card-body .btn-primary,
.single-course-bundle .tutor-course-sidebar-card-body .btn-primary,
.single-course-bundle .tutor-course-entry-button,
.single-edukacija .tutor-course-entry-button,
.mobile-cta .btn-primary {
	border-color: #222 !important;
}

.gap-s {
	gap: 5px;
}

.education.mobile-cta {
	z-index: 999;
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
	background: #fff;
	padding: 5px;
	box-shadow: 0px 5px 10px 5px #00000017;
}

.header-info .bg-cover {
	border: 1px solid #222 !important;
}

.cky-consent-container {
	height: 100% !important;
	width: 100% !important;
	left: 0px !important;
	top: 0px !important;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center !important;
	justify-content: center !important;
	background: #000000bd !important;
	border-radius: 0px !important;
}

.cky-consent-container .cky-consent-bar {
	max-width: 600px;
}

.course-grid-list .row>div .card>a img {
	border: 1px solid #222 !important;
	overflow: hidden;
}

.single-edukacija .card .avatar {
	object-fit: cover;
}

.available-dates>.flex {
	justify-content: center;
	gap: 20px;
}

.available-dates>.gap-s {
	gap: 20px;
}

.available-dates .single-radionica {
	text-align: center;
}

.available-dates .single-radionica .city {
	font-size: 21px;
	font-weight: 600;
}

.radionice-purchase .title {
	font-size: 24px;
	font-weight: 600;
}

.radionice-purchase .desc {
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.radionice-purchase .actions {
	margin-top: 15px;
}

.single-expectation-wrap {
	color: #fff;
}

.single-expectation .image img {
	border-radius: 8px;
}

.single-expectation-wrap .single-expectation {
	gap: 20px;
}

.single-cjelina .title h2 {
	font-size: 36px;
	color: #fff;
	font-family: "Roboto", Sans-serif;
}

.single-expectation-wrap h2 {
	font-size: 36px;
	margin-bottom: 40px;
	color: #fff;
	font-family: "Roboto", Sans-serif;
}

.radionica-reviews h2 {
	font-size: 36px;
	margin-bottom: 40px;
	font-family: "Roboto", Sans-serif;
}

.radionice-cjeline-wrap .lbp-modal-wrap {
	max-width: 800px;
}

.single-expectation>div {
	flex: 1
}

.single-expectation {
	padding: 20px 0px;
}

.single-expectation .text {
	text-align: left;
}

.single-expectation.even {
	flex-direction: row-reverse;
}

.instructor-data>div {
	flex: 1;
}

.instructor-data .actions {
	text-align: left;
}

.instructor-data .profile-image {
	text-align: center;
}

.instructor-data .profile-image img {
	max-height: 250px;
	object-fit: cover;
	width: auto;
}

.instructor-data img {
	border-radius: 10px;
}

.instructor-data .short-bio {
	font-size: 16px;
	text-align: left;
}

.radionica-video {
	text-align: center;
}

.radionica-video iframe {
	width: 100% !important;
	max-width: unset;
	height: 500px;
}

.radionica-bottom-cta .text p {
	font-size: 18px;
	font-weight: 500;
	color: var(--e-global-color-9a68214);
}

.short-bio-wrap {
	flex: 2 !important;
}

.radionice-dates-wrap .actions,
.radionica-bottom-cta-wrap .actions {
	margin-top: 15px;
	gap: 20px;
	justify-content: center;
}

blockquote,
blockquote:not([class]) {
	padding-left: 10px !important;
	border-left: 3px solid var(--e-global-color-9a68214) !important;
}

.radionice-purchase-wrap .elementor-button-link {
	margin-top: 15px;
	width: 100%;
}

.lbp-modal-wrap .title {
	position: relative;
}

.lbp-modal-wrap .close-lbp-modal {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 0px;
}

.lbp-modal-wrap .close-lbp-modal:hover svg {
	transition: 250ms;
	fill: var(--e-global-color-primary);
	stroke: red;
}

.lbp-modal-wrap .close-lbp-modal svg {
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.radionice-cjeline {
	grid-template-columns: 1fr 1fr;
	text-align: center;
	gap: 20px;
}

.radionice-cjeline .single-cjelina {
	padding: 20px;
	background: #254E7E;
	border-radius: 8px;
	box-shadow: 0px 0px 5px 2px #00000038;
	min-height: 300px;
}

.radionice-cjeline .single-cjelina .short-desc p {
	font-size: 16px;
	color: #fff;
}

.single-cjelina .data-wrap {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #fff;
}

.radionice-cjeline .single-cjelina>div,
.radionice-cjeline .single-cjelina .short-desc {
	flex: 1;
}

.radionice-cjeline .single-cjelina .actions a {
	width: 100%;
}

.radionice .card-body {
	flex: 1 1 auto !important;
	padding: 1.5rem 1.5rem !important;
}

.radionice a {
	color: var(--bs-primary) !important;
}

.radionice h3 {
	font-size: 1.25rem !important;
	margin-top: 0 !important;
	margin-bottom: 0.5rem !important;
	font-family: "Inter", "sans-serif" !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	color: #18113C !important;
}

.radionice .card {
	border: 0rem !important;
	box-shadow: 0px 1px 3px rgba(3, 0, 71, 0.09) !important;
}

.radionice .card-footer {
	background: #fff;
	padding: 1rem 1.5rem;
	background-color: #fff;
	border-top: 1px solid #eae7f5;
}

.radionice .card-footer {
	font-size: 14px !important;
	font-family: var(--bs-body-font-family) !important;
}

.radionice .available-dates {
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
}

.radionice .available-dates>.flex {
	align-items: center;
	gap: 5px;
}

.radionice .location-name {
	font-size: 1.25rem !important;
	font-family: "Inter", "sans-serif" !important;
	line-height: 1.4 !important;
	text-align: center;
}

.radionice .location-date {
	font-size: 0.75rem !important;
	display: block;
}

.available-dates {
	justify-content: center;
}

.single-radionica .tutor-btn.light-blue-button {
	font-size: 0.875rem;
}

.single-radionica .radionice-dates-wrap .tutor-btn-block.light-blue-button {
	padding: 0.75rem 1.25rem;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.6;
}

/*start b_calendar */
#b_cal_ajax_url {
	display: none;
}

.fc-title {
	cursor: pointer;
	color: #fff;
}

.fc-event {
	background-color: #ec1c50 !important;
	border: 1px solid #ec1c50 !important
}

.fc-event.expired {
	background-color: #b5b5b5 !important;
	border: 1px solid #b5b5b5 !important;
	pointer-events: none;

}

.fc-day-grid-container {
	overflow: hidden !important;
	height: auto !important;
}

#b_cal {
	width: 100%;
	margin: 40px auto;
	padding: 0 10px;
}

.fc-content-skeleton thead {
	/* display: none; */
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
	padding: 6px 1px !important;
}

.fc-today-button {
	display: none;
}

.fc-day-grid-event .fc-content {
	white-space: normal;
}


.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	float: right;
	color: #254e7e;
	font-weight: 700;

}

/*end b_calendar */

.popper,
.tooltip {
	position: absolute;
	z-index: 9999;
	background: #ec1c50;
	color: black;
	width: 400px;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	padding: 10px;
	text-align: center;
	opacity: 1 !important;
}

.tooltip .tooltip-inner {
	max-width: 400px;
	background: unset !important;
	text-align: left;
}

.tooltip .tooltip-inner ul {
	margin-left: 0.75rem !important;
}

.style5 .tooltip {
	background: #1E252B;
	color: #FFFFFF;
	max-width: 200px;
	width: auto;
	font-size: .8rem;
	padding: .5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
	border-color: #ec1c50;
}

.style5 .tooltip .tooltip-arrow {
	border-color: #1E252B;
}

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
	margin-bottom: 5px;
}

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
	border-width: 5px 5px 0 5px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0;
}

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
	margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
	border-width: 0 5px 5px 5px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	top: -5px;
	left: calc(50% - 5px);
	margin-top: 0;
	margin-bottom: 0;
}

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
	margin-left: 5px;
}

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
	border-width: 5px 5px 5px 0;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
	margin-right: 5px;
}

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
	border-width: 5px 0 5px 5px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	right: -5px;
	top: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
}

.acffield_naslov {
	font-size: 30px;
	font-weight: 700;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #000;
	/*margin-left:-10px;*/
}

.follow-button.desktop-only button {
	top: 50%;
	right: 0px;
	width: max-content;
	transform: translate(32%, 50%) rotate(270deg);
}

.follow-button button {
	position: fixed;
	bottom: 0px;
	z-index: 9 !important;
	background: #09c36f;
	width: 100%;
	height: min-content;
	padding: 16px 30px;
	z-index: 2;
	border: 0px;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #000;
	cursor: pointer;
}

.single .card-body ul{
	padding-left: 18px;
}

@media (max-width:768px){
	.tutor-table-quiz-attempts thead tr th:last-child, .tutor-table-quiz-attempts tbody tr td:last-child {
    	display: none;
	}

	.from-cart .cws-cart-recommendations{
		display: none;
	}

	.from-cart .woocommerce-cart-form > .card > .card-body{
		display: none;
	}
}


@keyframes pulse {
	0% {
		/*transform: scale(0.95) translateZ(0);*/
		box-shadow: 0 0 0 0 rgba(9, 195, 111, 0.7);
		-webkit-box-shadow: 0 0 0 0 rgba(9, 195, 111, 0.7);
	}

	70% {
		/*transform: scale(1) translateZ(0);*/
		box-shadow: 0 0 0 10px rgba(9, 195, 111, 0);
		-webkit-box-shadow: 0 0 0 10px rgba(9, 195, 111, 0);
	}

	90% {
		/*transform: scale(0.95) translateZ(0);*/
		box-shadow: 0 0 0 0 rgba(9, 195, 111, 0);
		-webkit-box-shadow: 0 0 0 0 rgba(9, 195, 111, 0);
	}

	100% {
		/*transform: scale(0.95) translateZ(0);*/
		box-shadow: 0 0 0 0 rgba(9, 195, 111, 0);
		-webkit-box-shadow: 0 0 0 0 rgba(9, 195, 111, 0);
	}
}

@keyframes pulse-ring {
	0% {
		transform: scale(1);
		opacity: 0.7;
	}

	70% {
		transform: scale(1.8);
		opacity: 0;
	}

	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}