@import "../../../titanium/assets/css/style.min.css";

/* Your CSS code goes here
-------------------------------------- */

@font-face {
    font-family: 'ec-fontello';
    src: url("../fonts/ec-fontello.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
.nticon-file-pdf::before {
	content: '\f1c1';
    font-family: 'ec-fontello';
}
.ld-download-icon {
    font-size: 1.6em;
}
.mce-btn:is([aria-label="הוספת בדיקה"], [aria-label="ניקוי הכול"]) button::before {
	font-family: 'dashicons';
	position: relative;
	top: 2px;
	margin-left: 3px;
}
.mce-btn[aria-label="הוספת בדיקה"] button::before {
	content: "\f502";
}
.mce-btn[aria-label="ניקוי הכול"] button::before {
	content: "\f153";
}

.mce-btn[aria-label="צילום מסך"] button::before {
	content: '\e800';
	font-family: 'ec-fontello';
    margin-left: 3px;
}

/* hide buttons in note */
#nt-note-actions li:not(:first-child) {
	display: none;
}
#nt-note-actions li:first-child {
	width: 100%;
}
/* hide menubar */
.mce-container-body .mce-menubar {
	display: none;
}

/* fullscreen iframe - not in use */
iframe.wistia_embed.fullscreen {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 100000;
}

/* fix editor scroll */
.nt-note-wrapper .note-body .mce-container-body {
	display: flex;
	flex-direction: column;
}

/* shrink button */
input.nt-note-submit {
	height: 35px;
}

/* fix rtl note */
.mce-rtl .mce-flow-layout .mce-flow-layout-item > div {
	text-align: right;
	margin-right: 5px;
}
.nt-close-icon {
	left: 0;
	right: auto;
}
#nt-note-title-bar, #nt-note-title-field input[type="text"].nt-note-title {
	text-align: right;
}
#nt-course-note .mce-container, #nt-course-note .mce-container *, #nt-course-note .mce-widget, #nt-course-note .mce-widget *, #nt-course-note .mce-reset {
	direction: rtl;
	text-align: right;
}
#nt-utility-links a svg, #nt-utility-links a i {
	margin-left: 5px;
}

/* fix z-index note */
#nt_note_cont .ui-resizable, .nt-note-wrapper.ui-resizable {
	z-index: 99999;
}

/* tmce tabs */
.mce-container-body .mce-top-part.mce-container {
    display: flex;
    flex-direction: column;
}
#nt-course-note .mce-container .tabs {
	display: flex;
	flex-wrap: wrap;
}
#nt-course-note .mce-container .tabs .tab {
	flex: auto 1 1;
	padding: 5px;
	background: lightgray;
	border: 1px black solid;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}
#nt-course-note .mce-container .tab.current-tab {
	background: #4f759a;
	color: white;
}
#nt-course-note .mce-container .tab.current-tab .close-tab:after {
	content: "\f153";
	font-family: 'dashicons';
	display: inline-block;
	width: 18px;
}

/* sweet alert */
.swal2-actions .swal2-styled.swal2-confirm, .swal2-actions .swal2-styled.swal2-cancel {
	font-size: 20px;
}
#swal2-title {
	font-size: 30px;
}
body .swal2-container {
	z-index: 99999;
}

/* cropper */
#cropper-block {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.5);
}
#cropper-wrapper {
	width: 100%;
}
#cropper-buttons {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	direction: rtl;
	background: white;
}
#cropper-buttons button {
	font-size: 20px;
}
#cropper-wrapper img {
	max-width: 90%;
	display: block;
	max-height: 80vh;
}
body.no-scroll {
	overflow: hidden;
}

/* note to left */
.nt-note-wrapper.ui-draggable {
	right: auto;
	left: 30px;
}

/* more note style */
.nt-note-tab.ldnt-style-circle.bottom {
    bottom: 76px;
}
#pojo-scroll-up.pojo-scroll-up-right {
    right: 50px;
	bottom:10px
}
#nt-utility-links {
    background: #50575e;
    color: #999;
    margin: 0;
    border-radius: 0 0 4px 4px;
    text-align: center;
}

/* specific to construction-quality */
.ld-tab.ld-export {
	margin: 11px;
}

/* readonly inputs */
#gform_fields_3 input[readonly] {
	opacity: 0.6;
	background: #efefef;
}

/* import from custom */
#nt-note-actions li:first-child {
    width: 100%;
    height: 35px;
}
.nt-note-editor-body {
    height: 450px;
    padding: 15px;
    background: #fff;
}

/* hide new tollbars */
.mce-toolbar:not(:first-child) {
  display: none;
}

/* more from custom */
/* Quiz bts arrows */
/*
input.wpProQuiz_button.wpProQuiz_QuestionButton[name="next"] {
    padding-left: 30px !important;
}
.wpProQuiz_question:before {
    content: "\e914";
    position: absolute;
    left: 10px;
    bottom: 7px;
    font-family: ld-icons!important;
    color: #fff;
    font-size: 12px;
}

input.wpProQuiz_button.wpProQuiz_QuestionButton[name="back"] {
    padding-right: 30px !important;
}
.wpProQuiz_question:after {
    content: "\e913";
    position: absolute;
    right: 10px;
    bottom: 7px;
    font-family: ld-icons!important;
    color: #fff;
    font-size: 12px;
}
*/
/* Quiz bts arrows END*/
/*
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 3px 4px;
}


#sidebar .course_navigation .learndash_navigation_lesson_topics_list ul li {
	list-style-image:none;
	list-style: none;
}
.single-sfwd-courses #widget_ldcoursenavigation-2, .woocommerce-MyAccount-navigation-link--dashboard, .woocommerce-MyAccount-navigation-link--orders, .woocommerce-MyAccount-navigation-link--subscriptions, .woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--edit-address, .woocommerce-MyAccount-navigation-link--edit-account, nav.woocommerce-MyAccount-navigation, #gfield_upload_rules_2_8 {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
.learndash-wrapper .ld-expand-button, .learndash-wrapper .ld-table-list .ld-table-list-header, .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
    background: #386899;
}
.learndash-wrapper .ld-expand-button {
    border-radius: 5px;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate {
	color: #386899;
}
	.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
    padding: 0;
		margin: 0 0 -10px 0;
    border-radius: 20px;
    background-color: #9e9e9e;
    color: #fff !important;
    font-weight: 800;
    font-size: .75em;
    cursor: pointer;
    max-width: 385px;
    display: flex;
    justify-content: center;
    padding: 1em;
    line-height: 1.25em;
}
@media only screen and (max-width: 768px) {
	.learndash-wrapper .ld-course-status.ld-course-status-enrolled, #sidebar {
		display: none;
	}
	#primary .page-title h1 {
    font-size: 1.7em;
}
	.learndash .learndash_topic_dots.type-list a>span {
    width: 100%;
	}
	.learndash_topic_dots b, .learndash_topic_dots strong, nav.woocommerce-MyAccount-navigation {
    display: block;
    margin-bottom: 10px;
	}
	.rtl #course_list>div h4>a, .rtl #lessons_list>div h4>a, .rtl #quiz_list>div h4>a {
    line-height: 26px;
		min-height: 55px;
	}
	#course_list>div h4, #learndash_lesson_topics_list ul>li>span.topic_item, #lessons_list>div h4, #quiz_list>div h4 {
    padding: 10px;
	}
  #header .container, #primary .container {
    max-width: unset!important;
	}
	.rtl #header.logo-left #logo .logo-img, .rtl #header.logo-left #logo .logo-text {
    max-width: 140px;
    float: unset;
    display: inline-block;
    margin: 0 auto;
    margin-right: calc(50% - 70px);
	}
	#primary .sfwd-courses .page-title h1 {
    font-size: 24px;
}
	#lessons_list .list-count {
    font-size: 16px !important;
    padding-right: 5px;
}
	.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
		margin-bottom: 8px;
	}

	.learndash-wrapper .ld-button {
		margin-right: 0;
	}
	.ld-content-action .learndash_mark_complete_button {
    margin-bottom: 15px !important;
}
	.learndash-wrapper #sfwd-mark-complete:after, .learndash-wrapper .sfwd-mark-complete:after {
    top: 37%;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button, .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
    display: inline-flex;
		margin-bottom: 1px;
		min-width: 140px;
}
	input.wpProQuiz_button.wpProQuiz_QuestionButton[name="back"] {
    float: right !important;
}
	input.wpProQuiz_button.wpProQuiz_QuestionButton[name="next"] {
    float: left !important;
}
}
*/
