/* this is for tour button */
.mo-otp-help-button.mo-fixed#restart_tour_button {
	/* right:5.6em; */
	position: absolute;
	left: calc(100% - 255px);
}

.mo-card {
	top: 50%;
	left: 50%;
	width: 24em;
	margin-left: -12em;
	background-color: #ffffff00;
	position: fixed;
	z-index: 999991;
	border-radius: 4px;
	line-height: 16px;
	font-weight: 600;
}

.mo-tour-card-bottom {
	height: 3px;
	width: 100%;
	background-color: #48a0dc;
	bottom: 0px;
}

.mo-card h2 {
	font-size: 15px;
	margin: 0;
}

.mo-card h3 {
	font-size: 13px;
	margin: 0;
}


/* when no side, centre */
.mo-tour-content-area {
	height: 100%;
	width: 100%;
	position: absolute;
	/* border: 1px solid #b8acee; */
	background-color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 4px;

}

.mo-tour-arrow {
	/* border: 1px solid #bcda18; */
	text-align: center;
	height: 0;
	font-size: 5em;
}

.mo-tour-arrow>i {
	position: relative;
	top: calc(50% - 0.6em);
	font-size: 40px;
}


/* when pointing left */
.mo-point-left.mo-tour-arrow {
	height: 100%;
	width: 5%;
	position: relative;
	left: 0;
	float: left;

}

.mo-point-left.mo-tour-content-area {
	width: 95%;
	left: 5%;
	float: left;
}

/* when pointing right */
.mo-point-right.mo-tour-arrow {
	height: 100%;
	width: 5%;
	left: 95%;
	position: relative;
	float: left;
	margin-left: -2px;
}

.mo-point-right.mo-tour-content-area {
	width: 95%;
	float: left;

}

/* when pointing top */
.mo-point-up.mo-tour-arrow {
	height: 8%;
	margin-bottom: -5px;
}


/* when pointing bottom */
.mo-point-down.mo-tour-arrow {
	height: 7%;
	top: 94%;
	position: relative;
	margin-top: -5px;

}

.mo-point-down.mo-tour-content-area {
	height: 92%;
	top: 0;
}

.mo-tour-content-area>img {
	padding-top: 10px;
	width: auto;
	/*maintain aspect ratio*/
}

.mo-tour-title>h1,
.mo-tour-content {
	padding: 25px 25px 0 25px;
}

.mo-tour-title>h1 {
	font-weight: 700;
	font-size: 17px;
	margin: 0;
}

.mo-tour-button-area {
	position: absolute;
	bottom: 0;
	margin: 25px auto;
	text-align: center;
	width: 100%;
	border-radius: 7px;
}

.mo-medium .mo-tour-button-area {
	margin: 10px auto;
}

.mo-small .mo-tour-button-area {
	margin: 10px auto;
}

.mo-small h1,
.mo-small .mo-tour-content {
	padding: 5px 15px 0 15px;
}

.mo-medium h1,
.mo-medium .mo-tour-content {
	padding: 5px 15px 0 15px;
}

.mo-tour-button {
	line-height: 1.4;
	font-weight: 600;
	margin: auto 15px;
	height: 35px;
	width: 110px;
	padding: 0 20px;
	border: none;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: background-color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	cursor: pointer;
}

.mo-point-left.mo-tour-button {
	margin: auto 10px;
}

.mo-skip-btn:hover {
	background-color: #f61717d9;
	box-shadow: 0px 1px 3px 0px #32373c;
}

.mo-skip-btn {
	background-color: #ffffff00;
	border-bottom: 3px solid #f61717d9;
	color: #f61717d9;
}

.mo-tour-primary-btn {
	background-color: #ffffff00;
	border: 2px solid #48a0dc;
	color: #48a0dc;
}

.mo-tour-primary-btn:hover {
	color: #ffffff;
	background-color: #48a0dc;
	/* border: 2px solid #48a0dc; */
}

.mo-target-index {
	z-index: 999992 !important;
	position: relative !important;
	background-color: #ffffff;
}

.mo-big {
	height: 20em;
	margin-top: -10em;
	/*set to a negative number 1/2 of your height*/
}

.mo-medium {
	height: 14em;
	margin-top: -7em;
	/*set to a negative number 1/2 of your height*/
}

.mo-small {
	height: 10em;
	margin-top: -5em;
	/*set to a negative number 1/2 of your height*/
}

.mo-big img {
	height: 80px;
}

.mo-medium img {
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mo-small img {
	height: 40px;
}

i.mo-dashicons.dashicons.dashicons-arrow-up {
	left: -10px;
	margin-top: 2px;
}

i.mo-dashicons.dashicons.dashicons-arrow-down {
	left: -9px;
}

i.mo-dashicons.dashicons.dashicons-arrow-left {
	left: -9px;
}

i.mo-dashicons.dashicons.dashicons-arrow-right {
	left: -15px;
}

div.box {
	position: relative;
	overflow: hidden;
}

div.line {
	width: calc(1.414 * 48px);
	transform: rotate(338deg);
	transform-origin: bottom right;
	border-top: 2.5px solid #000;
	position: absolute;
	top: -2px;
	left: 14px
}
