/*
 Theme Name:   Eddy
 Description:  Eddy Theme
 Text Domain:  eddy
*/

/*wp-style*/

html::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	z-index: 0;
}
html::-webkit-scrollbar-button {
	display: none;
}
html::-webkit-scrollbar-track {}
html::-webkit-scrollbar-track-piece {}
html::-webkit-scrollbar-thumb {
	width: 6px;
	height: 6px;
	background-color: #aaa;
	border-radius: 4px;
}
html::-webkit-scrollbar-thumb:hover {
	background-color: #777;
}

/* Fixing Select2 input overlap issue. */
body.admin-bar {
	position: relative;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.disabled {
	opacity: 0.7;
	pointer-events: none;
}

button[disabled] {
	cursor: not-allowed !important;
	background-color: #d7dae7 !important;
	border-color: #d7dae7 !important;
}

/* begin::KTDatatable */
.datatable.datatable-default > .datatable-table > .datatable-head .datatable-row > .datatable-cell > span,
.datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-foot .datatable-row > .datatable-cell > span {
	color: #B5B5C3 !important;
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1rem;
}

.datatable.datatable-default > .datatable-table > .datatable-head .datatable-row > .datatable-cell.datatable-cell-sorted > span,
.datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-foot .datatable-row > .datatable-cell.datatable-cell-sorted > span {
	color: #1d92ff !important;
}
/* end::KTDatatable */

/* begin::Switch */
.switch.switch-inside-danger input:checked ~ span:after {
	opacity: 1;
	color: #ffffff;
	background-color: #F64E60;
}
/* end::Switch */

/* begin::Edit Course */
#course-wrapper {
	overflow-x: hidden;
}

.course-sidebar {
	margin-left: 0;
	-webkit-transition: margin .5s ease-out;
	-moz-transition: margin .5s ease-out;
	-o-transition: margin .5s ease-out;
	transition: margin .5s ease-out;
	flex: 300px 0 0;
}

#course-wrapper.active .course-sidebar {
	margin-left: -330px;
	margin-right: 30px;
}

.eddy-timeline .timeline-items {
	list-style: none;
	padding-left: 0;
}

.eddy-timeline .timeline-items .timeline-item {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 20px;
}

.eddy-timeline .timeline-items .timeline-item .timeline-media {
	border: 2px solid #EBEDF3;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	line-height: 0;
	margin-right: 10px;
}

.eddy-timeline .timeline-items .timeline-item .timeline-media i {
	font-size: 1.4rem;
}

.eddy-timeline .timeline-items .timeline-item .timeline-media.collapse-year-part i {
	font-size: 1.8rem;
}

.eddy-timeline .timeline-items .timeline-item .timeline-content {
	flex: 1;
	border-radius: 0.85rem;
	position: relative;
	background-color: #F3F6F9;
	padding: 0.75rem 1.5rem;
}

.eddy-timeline .timeline-items .timeline-item .timeline-content::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 10px;
	left: -25px;
	border-right: solid 10px #F3F6F9;
	border-bottom: solid 17px transparent;
	border-left: solid 17px transparent;
	border-top: solid 17px transparent;
}

.eddy-timeline .timeline-items .timeline-item .timeline-second-level {
	width: 100%;
	list-style: none;
	padding-left: 20px;
	padding-top: 20px;
	position: relative;
}

.question-handel {
	cursor: move;
}

#course_preview_modal_content {
	min-height: 500px;
	max-height: 70vh;
	overflow-y: scroll;
}
/* end::Edit Course */

/* begin::buddydrive */
#bp-upload-ui.drag-drop {
	text-align: center;
	cursor: pointer;
	border: 2px dashed #1BC5BD;
	border-radius: 0.85rem;
}

#bp-upload-ui .drag-drop-inside {
	text-align: center;
	margin: 2em 0;
}

#bp-upload-ui .dropzone-msg-title {
	color: #3F4254;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: 500;
	font-size: 1.2rem;
}

#bp-upload-ui .dropzone-msg-desc {
	color: #B5B5C3;
	font-weight: 400;
	font-size: 1rem;
}

#bp-upload-ui .moxie-shim {
	width: 100%!important;
	height: 100%!important;
	left: 0 !important;
	top: 0 !important;
}

.buddydrive-file-name {
	width: 100%;
	height: 42px;
	word-wrap: break-word;
	overflow: hidden;
	text-align: center;
}

#buddydrive-autocomplete {
	list-style: none;
	padding: 0;
}

#eddy-buddydrive-aside-card-body-wrap {
	position: sticky;
	top: 100px;
}

.buddydrive-folder-link {
	width: 80%;
}

.buddydrive-folder-title {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 160px;
	height: 1.2em;
	white-space: nowrap;
}

#eddy-buddydrive-folders .nav-item {
	width: 100%;
}

.buddydrive-item .icon-privacy.public:before {
	content: "\f06e";
}

.buddydrive-item .icon-privacy.private:before {
	content: "\f023";
}

.buddydrive-item .icon-privacy.password:before {
	content: "\f084";
}

.buddydrive-item .icon-privacy.members:before {
	content: "\f007";
}

.buddydrive-item .icon-privacy.groups:before {
	content: "\f0c0";
}

.buddydrive-item .icon-privacy.course:before {
	content: "\f15c";
}

#buddydrive-autocomplete {
	background: #fafafa;
	border-radius: 0.85rem;
	margin-top: 20px;
}

#buddydrive-autocomplete .buddydrive-item {
	padding: 8px;
	border-radius: 8px;
	cursor: pointer;
}

#buddydrive-autocomplete .buddydrive-item:hover {
	background-color: #e8f4ff;
}

#buddydrive-object-selection {
	border-radius: 0.85rem;
	border: 1px solid #eee;
	padding-bottom: 2rem !important;
}
/* end::buddydrive */

/* bbb room */

#joinroom .bbb-button {
	background: #1d92ff;
	color: #fff;
	border: none;
	padding: 10px 25px;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 20px;
}

/* countdown */
.vibe_countdown_item .digit {
	background-color: #e8f4ff;
	color: #1d92ff;
}

@media (max-width: 575.98px) {
	.vibe_countdown_item .digit {
		width: 2rem;
		height: 3.5rem;
		font-size: 2.3rem;
	}
}

@media (max-width: 409.98px) {
	.vibe_countdown_item .digit {
		width: 1.5rem;
		height: 3rem;
		font-size: 2rem;
	}

	.clock .vibe_countdown_item .countdown_label {
		font-size: 0.7rem;
	}

	.vibe_countdown .clock .vibe_countdown_item {
		margin-right: 0.5rem;
	}
}

/* Groups */
/** Navigation **/
#groups-my-groups-personal-li{
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	list-style: none;
	border-radius: 0.85rem;
}

#groups-my-groups-personal-li a{
	color: #b5b5cb!important;
	text-decoration: underline;
}

.batch_courses .course_single_item{
	float: left;
}

.batch_details .nav.nav-tabs{
	display: none;
}

.batch_details .tab-content {
	padding: 0;
}

ul.groups-second-navigation{
	display: flex;
	margin-left: -15px;
}

.groups-second-navigation li{
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.groups-second-navigation li.current.selected{
	text-decoration: underline;
	font-weight: 600;
}

.groups-second-navigation li:hover{
	text-decoration: underline;
}

.group-additional-admin-settings ul{
	/* margin-left: 0; */
	/*
	padding-left: 2.5rem;
	margin-bottom: 1.5rem;
	*/
}

.group-additional-admin-settings h4,
.group-additional-admin-settings .h4 {
	padding-bottom: 1rem;
}

.group-additional-admin-settings #bp-browse-button{
	position: relative;
	z-index: 1;
	color: #FFFFFF;
	background-color: #1d92ff;
	border-color: #1d92ff;
	margin-left: 1rem;
	border: 0;
	padding: 7px 10px;
	border-radius: 7px;
}

[type="submit"]:not(:disabled) {
	cursor: pointer;
	outline: none !important;
	font-weight: 500 !important;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.85rem;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	position: relative;
	z-index: 1;
	color: #FFFFFF;
	background-color: #1d92ff;
	border-color: #1d92ff;
}

.groups-sub-menu{
	padding-bottom: 2rem;
	margin-left: -15px;
}

#item-body{
	width: 100%;
}
.groups-sub-menu li.current.selected {
	text-decoration: underline;
	font-weight: 600;
}

/*Batch plugin*/
.batch-course-section label {
	font-weight: 500 !important;
	display: block;
}

.batch-course-section select.form_field{
	display: block;
	width: 100%;
	height: calc(1.5em + 1.3rem + 2px);
	padding: 0.65rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #3F4254;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #E4E6EF;
	border-radius: 0.85rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	min-height: 300px;
}


.subheader-title a{
	color: #181C32 !important;
	font-size: 1.75rem;
}

.subheader-title a:hover{
	text-decoration: underline;
}
/*
#groups-my-groups-personal-li.current:after {
	display: block;
	content: " ";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #D1D3E0;
	margin-left: 0.5rem;
}

#groups-my-groups-personal-li.current{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
*/


#group-create-body .avatar {
	max-width: 240px!important;
	max-height: 240px!important;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#group-create-body #group-creation-previous{
	cursor: pointer;
	color: #FFFFFF;
	background-color: #1d92ff;
	border-color: #1d92ff;
	outline: none !important;
	vertical-align: middle;
	-webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
	font-weight: 500 !important;
	display: inline-block;
	font-weight: normal;
	color: #3F4254;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.65rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.85rem;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	position: relative;
	z-index: 1;
	color: #FFFFFF;
	background-color: #1d92ff;
	border-color: #1d92ff;
	border: 0;
	padding: 7px 10px;
	border-radius: 7px;
	min-width: 115px;
	color: #1d92ff;
	background-color: #e8f4ff;
	border-color: transparent;
	margin-right: 5px;
}

#groups_search{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #F3F6F9;
	border-radius: 0.85rem;
	border-radius: 0.28rem;
	border: 0;
	background-color: transparent;
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #F3F6F9;
/* border-radius: 0.85rem; */
	padding: 0.55rem 0.75rem;
	font-size: 0.925rem;
	line-height: 1.35;
	border-radius: 0.28rem;
	height: calc(1.35em + 1.1rem + 2px);
}


.group-types-change .categorychecklist li{
	list-style: none;
	float: left;
	margin-right: 15px;
}

.group-types-change ul.categorychecklist{
	display: table;
	margin-left: -40px;
}

.groups-sub-menu li{
	list-style: none;
	float: left;
	margin-right: 15px;
}

/*bbb meating in unit*/

#unit_content .bbb_meeting_wrapper img {
	max-height: 35px;
	margin-right: 10px;
}


/* frame video */

.ll-embed-video {
    position: relative;
    padding-bottom: 56.25%;
}

.ll-embed-video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ll-embed-video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

.ll-embed-video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video--enabled {
    cursor: pointer;
}

.video--enabled .ll-embed-video__button {
    display: block;
}

/* Page instruction img */

.instruction-content img{
	display: block;
    box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.05);
}

/* begin::Unit */
.unit-attachment-handel {
	cursor: move;
}
/* end::Unit */

/* begin::Quiz */
#kt_tab_pane_questions .question-title-text {
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	min-width: 80%;
}
/* end::Quiz */

/* begin:Profile */
#avatar-crop-container .avatar-crop-wrap {
	margin-right: 15px;
	margin-bottom: 15px;
}

#avatar-crop-container .avatar-crop-wrap img {
	width: 100%;
	height: 100%;
}

@media (max-width: 575px) {
	#avatar-crop-container .avatar-crop-wrap,
	#avatar-crop-container .jcrop-holder {
		width: 100%;
		height: 100%;
	}
}

#message.bp-template-notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #EEE5FF;
	padding: 1.5rem 2rem;
	border: 0;
	border-left: 4px solid #8950FC;
	border-radius: 0.85rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin: 15px;
	color: #8950FC;
}

#message.bp-template-notice.error {
	background-color: #FFE2E5;
	border-left: 4px solid #F64E60;
	color: #F64E60;
}

#message.bp-template-notice.success {
	background-color: #C9F7F5;
	border-left: 4px solid #1BC5BD;
	color: #1BC5BD;
}
/* end:Profile */

/* begin:Course Status */
.main_unit_content iframe {
	width: 100%;
}

/* video iframe */
.main_unit_content iframe[src*="youtube"],
.main_unit_content iframe[src*="vimeo"] {
	max-width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.main_unit_content .ead-document {
	display: flex;
	justify-content: center;
}

.main_unit_content .ead-document iframe {
	width: 800px !important;
	height: 700px !important;
}

.main_unit_content .bbb-alert-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.main_unit_content .bbb-alert-wrap .alert {
	width: 50%;
	text-align: center;
	padding: 25px !important;
	font-size: 18px;
}

.in_question .question_options .question-output-img__link,
.in_question .matchgrid_options .question-output-img__link {
	margin-right: 10px;
}

.in_question .question-output-left__wrap {
	margin-bottom: 15px;
}

#course_status_curriculum .offcanvas-content {
	overflow-y: scroll;
}

#course_status_curriculum .offcanvas-content::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	z-index: 0;
}
#course_status_curriculum .offcanvas-content::-webkit-scrollbar-button {
	display: none;
}
#course_status_curriculum .offcanvas-content::-webkit-scrollbar-track {}
#course_status_curriculum .offcanvas-content::-webkit-scrollbar-track-piece {}
#course_status_curriculum .offcanvas-content::-webkit-scrollbar-thumb {
	width: 6px;
	height: 6px;
	background-color: #aaa;
	border-radius: 2px;
}
#course_status_curriculum .offcanvas-content::-webkit-scrollbar-thumb:hover {
	background-color: #888;
}

body.course-status-page {
	min-height: 100%;
}

#accordionExample6 .active {
	background-color: #E4E6EF !important;
}

span.text-options {
	display: none;
}

.vibe_fillblank {
	min-width: 180px;
	position: relative;
	display: inline-block;
	padding: 12px 5px 10px;
	outline: none;
}

.vibe_fillblank:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #E4E6EF;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.vibe_fillblank:focus:after {
	background: #3F4254;
}

.quiz_result .gradebook-question.fillblank .question-text p,
.in_question .question.fillblank p {
	display: inline;
	line-height: 0;
}

.quiz_result .gradebook-question.fillblank .question-text .live-edit {
	border-bottom: 1px solid #b5b5c3;
	color: transparent;
}

.question_options.match {
	border-radius: 0.85rem;
}

.btn-xxl, .btn-group-xxl > .btn {
	min-width: 120px;
	padding: 0.825rem 1.42rem;
	font-size: 1.4rem;
	line-height: 3;
	border-radius: 0.85rem;
}

.in_question .left-question-col [data-fancybox="gallery"] img {
	max-width: 100%;
}

.wp-video {
	margin: auto;
}

.wp-video,
.wp-video .mejs-container,
.wp-video .mejs-container video,
.wp-video .mejs-container .mejs-layer,
.wp-video .mejs-container .mejs-overlay-play {
	width: 800px !important;
	height: 450px !important;
}

@media (max-width: 767px) {
	.wp-video,
	.wp-video .mejs-container,
	.wp-video .mejs-container .mejs-overlay-play {
		width: 500px !important;
		height: 280px !important;
	}
}

.unit_button.submit_inquiz {
	min-width: 250px;
}

@media (max-width: 767px) {
	.course_content_panel_content {
		padding: 10px;
	}

	.course_content_panel_content .main_unit_content  {
		padding: 0;
	}

	.course_content_panel_content .main_unit_content > .card {
		margin-bottom: 0;
		padding: 0;
	}

	.course-status-main-card > .card-header {
		padding-top: 15px !important;
	}

	#unit-title {
		margin-top: 10px;
	}

	#unit-title .card-label {
		width: 100%;
		text-align: center;
	}
}
/* end:Course Status */

/* begin::Sortable */
.dragged {
	position: absolute;
	top: 0;
	opacity: 0.5;
	z-index: 9999;
}

.placeholder {
	width: 100%;
	padding-bottom: 20px;
	border-top: 2px solid #ebedf3;
}

.placeholder::marker {
	display: none;
	font-size: 0;
}
/* end::Sortable */


/* pagination */
.pagination-wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.pagination-wrap .post-page-numbers {
	color: #7E8299;
}

.pagination-wrap .post-page-numbers:hover {
	color: #fff;
}

/* hide recaptcha */
.grecaptcha-badge {
	opacity: 0;
	z-index: -1;
}

/* begin::Chat */
#chat_container {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
}

#chat_container.active {
	width: 400px;
}

#chat_container .WiseChatWidget {
	width: 100%;
}

#chat_container:not(.active) .WiseChatWidget {
	display: none;
}

#chat_container .wcContainer,
#chat_container .wcContainer .wcWindowTitle {
	border-radius: 0;
}

#chat_container .chat-toggle {
	width: 80px;
	height: 60px;
}

#chat_container.active .chat-toggle {
	width: 40px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#chat_container:not(.active) .chat-close {
	display: none;
}

#chat_container.active .chat-open {
	display: none;
}
/* end::Chat */


/* begin::VR */
.file-item.active {
	background-color: #c9f7f5 !important;
}
/* end::VR */

/* begin::User Manage */
.change-password-off *:not(.change-password-button) {
	display: none;
}

.change-password-on .change-password-button {
	display: none;
}
/* end::User Manage */

/* begin::Bootstrap tooltip blinking */
.tooltip {
	pointer-events: none;
}
.tooltip-inner {
	max-height: 50vh;
	overflow: hidden;
}
/* end::Bootstrap tooltip blinking */



/* begin::Documents Manage */
.eddy_document_view_full_screen {
	position: fixed !important;
	height: 100vh;
	max-height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	background: #fff;
}
.eddy_document_view_full_screen #eddy_view_document_modal_content,
.eddy_document_view_full_screen #eddy_view_document_modal_content embed {
	height: 100% !important;
}

.eddy_document_view_full_screen .eddy_document_view_left {
	min-width: 75%;
	height: 100%;
}

.eddy_document_view_full_screen .eddy_document_view_right {
	max-width: 25%;
}

@media screen and (max-width: 1200px) {
	.eddy_document_view_full_screen .eddy_document_view_right {
		max-width: 100%;
	}
}

/* end::Documents Manage */

/* begin::Excursion */
#eddy_excursion_table .excursion-marks-wrap .excursion-plus {
	display: none !important;
}

#eddy_excursion_table .excursion-marks-wrap:hover .excursion-plus {
	display: inline-flex !important;
}

/* end::Excursion */

/* begin::Сonversation */
#eddy_conversation_table .conversation-marks-wrap .conversation-plus {
	display: none !important;
}
#eddy_conversation_table .conversation-marks-wrap:hover .conversation-plus {
	display: inline-flex !important;
}
/* end::Сonversation */

.cursor-not-allowed {
	cursor: not-allowed !important;
}

/* begin::Select2 */
.select2-wrap-text {
	max-width: 100%;
	box-sizing: border-box;
	white-space: normal;
	word-wrap: break-word;
}

.has-danger span.select2-selection {
	border-color: #F64E60;
}
/* end::Select2 */

.btn-icon-min-width {
	min-width: calc(1.5em + 1.3rem + 2px);
}

/* begin::Qualification Work */
.qualification-work-cell .qualification-work-plus {
	display: none !important;
}

.qualification-work-cell:hover .qualification-work-plus {
	display: inline-flex !important;
}
/* end::Qualification Work */

/* begin::Privacy Policy */
.privacy-policy-page p {
	padding-inline-start: 40px;
}
/* end::Privacy Policy */
