.page-instagram-ads-mockup h2 {
	font-size: 2.2rem;
	font-weight: 700;
}
.page-instagram-ads-mockup .menu-wrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-evenly;
}
.page-instagram-ads-mockup .menu-wrapper ul li {
	width: 200px;
	margin: 0;
	border-radius: 16px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	padding: 1.2em 0 1em 0;
	color: #fff;
	display: block;
	align-items: center;
	justify-content: center;
	background: #282b31;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.3s;
}
.page-instagram-ads-mockup .menu-wrapper ul li span {
	display: block;
}
.page-instagram-ads-mockup .menu-wrapper ul li img {
	height: 40px;
}
.page-instagram-ads-mockup .menu-wrapper ul li.active {
	background: #794aff;
	color: #fff;
}
.page-instagram-ads-mockup .content-result-canvas-holder {
	width: 100%;
	height: 100%;
}
.page-instagram-ads-mockup .canvas-holder.scroll {
	width: inherit;
	position: sticky;
}
.page-instagram-ads-mockup .canvas-holder.scroll-bottom {
	width: inherit;
	position: absolute;
	bottom: 0;
}
.page-instagram-ads-mockup .btn-danger {
	background: #f26d84;
	border-color: #f26d84;
	font-size: 14px;
	font-weight: 700;
}
.page-instagram-ads-mockup .btn-danger:hover {
	background: #df546c;
	border-color: #df546c;
}
.page-instagram-ads-mockup .website-click-wrapper h3 {
	font-size: 1em;
	margin-top: 1em;
}
.page-instagram-ads-mockup .website-click-wrapper ul.website-click-result-type {
	margin: 0 0 30px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.page-instagram-ads-mockup .website-click-wrapper .website-click-result-type a {
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	width: 130px;
	cursor: pointer;
	color: #fff;
	background: #c6c6c6;
	text-decoration: none;
	display: block;
	width: 100%;
}
.page-instagram-ads-mockup
	.website-click-wrapper
	.website-click-result-type
	a.active {
	background-color: #794aff;
	transition: 0.3s;
}
.page-instagram-ads-mockup
	.website-click-wrapper
	.website-click-result-display {
	background: #fff;
	border: 1px solid #333;
	box-sizing: border-box;
	border-radius: 5px;
	transition: 0.5s;
	max-width: 100%;
	margin: 0 auto;
}
.page-instagram-ads-mockup
	.website-click-wrapper
	.website-click-result-display.mobile {
	background-image: url("assets/img/fb_ads_mockup_mobile_mockup_bg.png") !important;
	background-size: contain;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
}
.page-instagram-ads-mockup
	.website-click-wrapper
	.website-click-result-display.mobile
	> div {
	background-color: #fff;
	margin-top: 2em;
	padding: 0.5em 2em 1em;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}
.page-instagram-ads-mockup
	.website-click-wrapper
	.type-carousel-form
	.file-upload-image {
	max-height: 100%;
	max-width: 100%;
}
.page-instagram-ads-mockup .video-post-wrapper h3 {
	font-size: 1em;
	margin-top: 1em;
}
.page-instagram-ads-mockup .video-post-wrapper ul.video-post-result-type {
	margin: 0 0 30px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.page-instagram-ads-mockup .video-post-wrapper .video-post-result-type a {
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	width: 130px;
	cursor: pointer;
	color: #fff;
	background: #c6c6c6;
	text-decoration: none;
	display: block;
	width: 100%;
}
.page-instagram-ads-mockup
	.video-post-wrapper
	.video-post-result-type
	a.active {
	background-color: #794aff;
	transition: 0.3s;
}
.page-instagram-ads-mockup .video-post-wrapper .video-post-result-display {
	background: #fff;
	border: 1px solid #333;
	box-sizing: border-box;
	border-radius: 5px;
	transition: 0.5s;
	max-width: 100%;
	margin: 0 auto;
}
.page-instagram-ads-mockup
	.video-post-wrapper
	.video-post-result-display.mobile {
	background-image: url("assets/img/fb_ads_mockup_mobile_mockup_bg.png") !important;
	background-size: contain;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
}
.page-instagram-ads-mockup
	.video-post-wrapper
	.video-post-result-display.mobile
	> div {
	background-color: #fff;
	margin-top: 2em;
	padding: 0.5em 2em 1em;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}
.page-instagram-ads-mockup
	.video-post-wrapper
	.type-carousel-form
	.file-upload-image {
	max-height: 100%;
	max-width: 100%;
}
.page-instagram-ads-mockup .photo-post-wrapper h3 {
	font-size: 1em;
	margin-top: 1em;
}
.page-instagram-ads-mockup .photo-post-wrapper ul.photo-post-result-type {
	margin: 0 0 30px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.page-instagram-ads-mockup .photo-post-wrapper .photo-post-result-type a {
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	width: 130px;
	cursor: pointer;
	color: #fff;
	background: #c6c6c6;
	text-decoration: none;
	display: block;
	width: 100%;
}
.page-instagram-ads-mockup
	.photo-post-wrapper
	.photo-post-result-type
	a.active {
	background-color: #794aff;
	transition: 0.3s;
}
.page-instagram-ads-mockup .photo-post-wrapper .photo-post-result-display {
	background: #fff;
	border: 1px solid #333;
	box-sizing: border-box;
	border-radius: 5px;
	transition: 0.5s;
	max-width: 100%;
	margin: 0 auto;
}
.page-instagram-ads-mockup
	.photo-post-wrapper
	.photo-post-result-display.mobile {
	background-image: url("assets/img/fb_ads_mockup_mobile_mockup_bg.png") !important;
	background-size: contain;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
}
.page-instagram-ads-mockup
	.photo-post-wrapper
	.photo-post-result-display.mobile
	> div {
	background-color: #fff;
	margin-top: 2em;
	padding: 0.5em 2em 1em;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}
.page-instagram-ads-mockup
	.photo-post-wrapper
	.type-carousel-form
	.file-upload-image {
	max-height: 100%;
	max-width: 100%;
}
.page-instagram-ads-mockup .story-wrapper h3 {
	font-size: 1em;
	margin-top: 1em;
}
.page-instagram-ads-mockup .story-wrapper ul.story-result-type {
	margin: 0 0 30px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.page-instagram-ads-mockup .story-wrapper .story-result-type a {
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	width: 130px;
	cursor: pointer;
	color: #fff;
	background: #c6c6c6;
	text-decoration: none;
	display: block;
	width: 100%;
}
.page-instagram-ads-mockup .story-wrapper .story-result-type a.active {
	background-color: #794aff;
	transition: 0.3s;
}
.page-instagram-ads-mockup .story-wrapper .story-result-display {
	background: #fff;
	border: 1px solid #333;
	box-sizing: border-box;
	border-radius: 5px;
	transition: 0.5s;
	max-width: 100%;
	margin: 0 auto;
}
.page-instagram-ads-mockup .story-wrapper .story-result-display.mobile {
	background-image: url("assets/img/fb_ads_mockup_mobile_mockup_bg.png") !important;
	background-size: contain;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
}
.page-instagram-ads-mockup .story-wrapper .story-result-display.mobile > div {
	background-color: #fff;
	margin-top: 2em;
	padding: 0.5em 2em 1em;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}
.page-instagram-ads-mockup
	.story-wrapper
	.type-carousel-form
	.file-upload-image {
	max-height: 100%;
	max-width: 100%;
}
.page-instagram-ads-mockup .story-wrapper .story-bottom {
	background-color: #000;
	padding: 1em 0 2em 0;
}
.page-instagram-ads-mockup .story-wrapper .story-bottom .cta {
	background: #737272;
	color: #fff;
	border-radius: 30px;
	padding: 0.7em 1.5em;
}
.page-instagram-ads-mockup .app-install-wrapper h3 {
	font-size: 1em;
	margin-top: 1em;
}
.page-instagram-ads-mockup .app-install-wrapper ul.app-install-result-type {
	margin: 0 0 30px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.page-instagram-ads-mockup .app-install-wrapper .app-install-result-type a {
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	width: 130px;
	cursor: pointer;
	color: #fff;
	background: #c6c6c6;
	text-decoration: none;
	display: block;
	width: 100%;
}
.page-instagram-ads-mockup
	.app-install-wrapper
	.app-install-result-type
	a.active {
	background-color: #794aff;
	transition: 0.3s;
}
.page-instagram-ads-mockup .app-install-wrapper .app-install-result-display {
	background: #fff;
	border: 1px solid #333;
	box-sizing: border-box;
	border-radius: 5px;
	transition: 0.5s;
	max-width: 100%;
	margin: 0 auto;
}
.page-instagram-ads-mockup
	.app-install-wrapper
	.app-install-result-display.mobile {
	background-image: url("assets/img/fb_ads_mockup_mobile_mockup_bg.png") !important;
	background-size: contain;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
}
.page-instagram-ads-mockup
	.app-install-wrapper
	.app-install-result-display.mobile
	> div {
	background-color: #fff;
	margin-top: 2em;
	padding: 0.5em 2em 1em;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}
.page-instagram-ads-mockup .website-click-type .type {
	box-sizing: border-box;
	border-radius: 16px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 220px;
	transform: scale(0.9);
	opacity: 0.8;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
	background: #282b31;
}
.page-instagram-ads-mockup .website-click-type .type.active {
	background: #794aff;
	opacity: 1;
}
.page-instagram-ads-mockup .video-post-type .type {
	box-sizing: border-box;
	border-radius: 5px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 220px;
	transform: scale(0.9);
	opacity: 0.8;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
	background: #c6c6c6;
}
.page-instagram-ads-mockup .video-post-type .type.active {
	background: #794aff;
	opacity: 1;
}
.page-instagram-ads-mockup .photo-post-type .type {
	box-sizing: border-box;
	border-radius: 5px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 220px;
	transform: scale(0.9);
	opacity: 0.8;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
	background: #c6c6c6;
}
.page-instagram-ads-mockup .photo-post-type .type.active {
	background: #794aff;
	opacity: 1;
}
.page-instagram-ads-mockup .story-type .type {
	box-sizing: border-box;
	border-radius: 16px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 220px;
	transform: scale(0.9);
	opacity: 0.8;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
	background: #282b31;
}
.page-instagram-ads-mockup .story-type .type.active {
	background: #794aff;
	opacity: 1;
}
.page-instagram-ads-mockup .app-install-type .type {
	box-sizing: border-box;
	border-radius: 16px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 220px;
	transform: scale(0.9);
	opacity: 0.8;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
	background: #282b31;
}
.page-instagram-ads-mockup .app-install-type .type.active {
	background: #794aff;
	opacity: 1;
}
.page-instagram-ads-mockup .website-click-form h4 {
	font-size: 1em;
	font-weight: bold;
}
.page-instagram-ads-mockup .app-install-form h4 {
	font-size: 1em;
	font-weight: bold;
}
.page-instagram-ads-mockup .video-post-form h4 {
	font-size: 1em;
	font-weight: bold;
}
.page-instagram-ads-mockup .photo-post-form h4 {
	font-size: 1em;
	font-weight: bold;
}
.page-instagram-ads-mockup .story-form h4 {
	font-size: 1em;
	font-weight: bold;
}
.page-instagram-ads-mockup .event-form h4 {
	font-size: 1em;
	font-weight: bold;
}
.page-instagram-ads-mockup .file-upload-content {
	display: none;
	text-align: center;
	border: 1px dashed #794aff;
	position: relative;
}
.page-instagram-ads-mockup .file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}
.page-instagram-ads-mockup .image-upload-wrap {
	border: 1px dashed#794aff;
	position: relative;
	border-radius: 1rem;
}
.page-instagram-ads-mockup .image-upload-wrap:hover {
	background-color: #794aff;
	border: 1px dashed #ffffff;
	color: #fff;
}
.page-instagram-ads-mockup .image-upload-wrap:hover > .drag-text p {
	color: #fff;
}
.page-instagram-ads-mockup .image-dropping {
	background-color: #794aff;
	border: 1px dashed #ffffff;
	color: #fff;
}
.page-instagram-ads-mockup .image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222;
}
.page-instagram-ads-mockup .drag-text {
	text-align: center;
}
.page-instagram-ads-mockup .drag-text p {
	font-weight: 100;
	color: #794aff;
	padding: 60px 0;
}
.page-instagram-ads-mockup .file-upload-image {
	max-height: 200px;
	max-width: 200px;
	margin: auto;
	padding: 20px;
}
.page-instagram-ads-mockup .remove-image {
	width: 100%;
	margin: 0;
	color: #fff;
	background: #cd4535;
	border: none;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #b02818;
	transition: all 0.2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
	word-wrap: break-word;
}
.page-instagram-ads-mockup .remove-image:hover {
	background: #c13b2a;
	color: #ffffff;
	transition: all 0.2s ease;
	cursor: pointer;
}
.page-instagram-ads-mockup .remove-image:active {
	border: 0;
	transition: all 0.2s ease;
}
.page-instagram-ads-mockup .video-post-wrapper ul.video-post-result-type {
	margin: 0 0 30px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.page-instagram-ads-mockup .video-post-wrapper .video-post-result-type a {
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	width: 130px;
	cursor: pointer;
	color: #fff;
	background: #c6c6c6;
	text-decoration: none;
	display: block;
	width: 100%;
}
.page-instagram-ads-mockup
	.video-post-wrapper
	.video-post-result-type
	a.active {
	background-color: #794aff;
	transition: 0.3s;
}
.page-instagram-ads-mockup .video-post-wrapper .video-post-result-display {
	background: #fff;
	border: 1px solid #333;
	box-sizing: border-box;
	border-radius: 5px;
	transition: 0.5s;
	max-width: 100%;
	margin: 0 auto;
}
.page-instagram-ads-mockup
	.video-post-wrapper
	.video-post-result-display.mobile {
	background-image: url("assets/img/fb_ads_mockup_mobile_mockup_bg.png") !important;
	background-size: cover;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
}
.page-instagram-ads-mockup
	.video-post-wrapper
	.video-post-result-display.mobile
	> div {
	background-color: #fff;
	margin-top: 2em;
	padding: 0.5em 2em 1em;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}
.page-instagram-ads-mockup .event-wrapper ul.event-result-type {
	margin: 0 0 30px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.page-instagram-ads-mockup .event-wrapper .event-result-type a {
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	width: 130px;
	cursor: pointer;
	color: #fff;
	background: #c6c6c6;
	text-decoration: none;
	display: block;
	width: 100%;
}
.page-instagram-ads-mockup .event-wrapper .event-result-type a.active {
	background-color: #794aff;
	transition: 0.3s;
}
.page-instagram-ads-mockup .event-wrapper .event-result-display {
	background: #fff;
	border: 1px solid #333;
	box-sizing: border-box;
	border-radius: 5px;
	transition: 0.5s;
	max-width: 100%;
	margin: 0 auto;
}
.page-instagram-ads-mockup .event-wrapper .event-result-display.mobile {
	background-image: url("assets/img/fb_ads_mockup_mobile_mockup_bg.png") !important;
	background-size: cover;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
}
.page-instagram-ads-mockup .event-wrapper .event-result-display.mobile > div {
	background-color: #fff;
	margin-top: 2em;
	padding: 0.5em 2em 1em;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}
.page-instagram-ads-mockup .head_prev .fb_button button {
	background-color: #f6f7f8;
	cursor: pointer;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid;
	border-color: #ccc #c5c6c8 #b6b7b9;
	border-radius: 2px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: 0 8px;
	color: #4e5665;
	margin: 0;
	width: 93px;
	height: auto;
	display: flex;
	align-items: center;
}
.page-instagram-ads-mockup .head_prev .fb_button button .mobile {
	display: none;
}
.page-instagram-ads-mockup .head_prev .fb_button button img {
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-right: 2px;
}
.page-instagram-ads-mockup .head_prev .prev_icons h4 {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
	line-height: 20px;
	cursor: pointer;
	word-break: break-all;
}
.page-instagram-ads-mockup .head_prev .prev_icons p {
	color: #000;
	font-size: 11px;
	margin: 0;
	line-height: 1.28;
}
.page-instagram-ads-mockup .mobile {
	margin: 0 auto !important;
	position: relative !important;
}
.page-instagram-ads-mockup .mobile .head_prev .fb_button button {
	text-align: center;
	position: absolute;
	top: 5em;
	right: 2em;
	-webkit-touch-callout: none;
	display: inline-block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	text-decoration: none;
	width: 32px;
	height: 28px;
	padding: 0;
	min-width: 0;
	background-color: transparent;
	border: unset;
}
.page-instagram-ads-mockup .mobile .head_prev .fb_button button .all_time {
	display: none;
}
.page-instagram-ads-mockup .mobile .head_prev .fb_button button .mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.page-instagram-ads-mockup .mobile .head_prev .fb_button button .mobile svg {
	margin: 0 auto;
	width: 12px;
	height: 20px;
}
.page-instagram-ads-mockup .mobile .bot_row > .like:before {
	display: none;
}
.page-instagram-ads-mockup .mobile .under_spon .spon_footer p {
	width: 70%;
}
.page-instagram-ads-mockup .vidpost_result .resultprev.mobile .under_spon {
	display: none;
}
.page-instagram-ads-mockup .event_result .resultprev .under_spon .right_hshow {
	display: none;
}
.page-instagram-ads-mockup
	.video-post-result-display:not(.righthand)
	.under_spon {
	display: none;
}
.page-instagram-ads-mockup .event-result-display:not(.righthand) .right_hshow {
	display: none;
}
.page-instagram-ads-mockup
	.event-result-display
	.head_prev
	.prev_icons
	.txt_prev
	h4 {
	font-size: 14px !important;
	line-height: 17px !important;
	color: #141823 !important;
	font-weight: normal !important;
	word-break: break-all;
}
.page-instagram-ads-mockup
	.event-result-display
	.head_prev
	.prev_icons
	.txt_prev
	h4
	span {
	font-weight: bold !important;
}
.page-instagram-ads-mockup .righthand {
	max-width: 280px !important;
	margin: 0 auto !important;
}
.page-instagram-ads-mockup .righthand .carusel_prev .under_spon .spon_row p {
	display: none;
}
.page-instagram-ads-mockup .righthand .carusel_prev .under_spon .spon_footer p {
	display: none;
}
.page-instagram-ads-mockup .righthand .head_prev {
	display: none !important;
}
.page-instagram-ads-mockup .righthand .result_row:nth-child(2) {
	display: none !important;
}
.page-instagram-ads-mockup .righthand .under_spon {
	padding: 10px 0;
}
.page-instagram-ads-mockup .righthand .under_spon .spon_row p {
	display: none !important;
}
.page-instagram-ads-mockup .righthand .under_spon .spon_footer {
	padding-top: 0;
	flex-direction: column;
	align-items: flex-start;
}
.page-instagram-ads-mockup .righthand .under_spon .spon_footer button {
	display: none !important;
}
.page-instagram-ads-mockup .righthand .under_spon .spon_footer .txt_msg {
	display: block;
	padding-top: 6px;
	color: #9197a3;
	font-size: 12px;
	line-height: 1.28;
	padding-top: 6px;
	margin: 0;
}
.page-instagram-ads-mockup .righthand .under_spon .spon_footer p {
	font-size: 12px;
	line-height: 1.28;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: unset;
	word-break: break-all;
}
.page-instagram-ads-mockup .righthand .under_spon .normal_show {
	display: none !important;
}
.page-instagram-ads-mockup .righthand .under_spon h5 {
	color: #000;
	white-space: nowrap;
	font-size: 12px !important;
	line-height: 1.28 !important;
	font-weight: 700 !important;
	margin-bottom: 0;
}
.page-instagram-ads-mockup .righthand .result_reactions {
	display: none !important;
}
.page-instagram-ads-mockup .righthand .bot_row {
	display: none !important;
}
.page-instagram-ads-mockup .righthand .img_result {
	height: 133px !important;
}
.page-instagram-ads-mockup .righthand .msg_area {
	box-shadow: unset;
}
.page-instagram-ads-mockup .result_row.head_prev {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 1em;
}
.page-instagram-ads-mockup .result_row.head_prev .prev_icons .logo img {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border-radius: 100%;
}
.page-instagram-ads-mockup .txt_msg.wrapped-textarea-value {
	white-space: break-spaces;
	font-size: 14px;
	line-height: 1.4;
	margin: 11px 0 10px;
	word-break: break-all;
}
.page-instagram-ads-mockup .resultprev .prev_body .prev_overflow {
	width: 100%;
}
.page-instagram-ads-mockup .resultprev .prev_body .prev_overflow .msg_area {
	width: 100%;
}
.page-instagram-ads-mockup .img_result .play_btn {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	z-index: 3;
}
.page-instagram-ads-mockup .img_result .carusel_btn {
	position: absolute;
	top: 2%;
	left: 89%;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.4588235294);
	color: #fff;
	padding: 2px 8px;
	border-radius: 35px;
}
.page-instagram-ads-mockup .img_result img {
	overflow: auto;
	z-index: 1;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-instagram-ads-mockup .img_result .img_result_top_bar {
	background-color: rgba(222, 222, 222, 0.7411764706);
	width: 96%;
	height: 5px;
	z-index: 99;
	border-radius: 10px;
	margin: 0 auto;
	top: 2%;
	left: 50%;
	transform: translate(-50%, 0);
}
.page-instagram-ads-mockup .img_result .img_result_top_bar span {
	display: block;
	background: #fff;
	height: 5px;
	border-radius: 10px;
	width: 35%;
}
.page-instagram-ads-mockup .img_result .img_result_profile {
	width: 100%;
	z-index: 99;
	border-radius: 10px;
	top: 2%;
	left: 50%;
	transform: translate(-50%);
}
.page-instagram-ads-mockup .img_result .img_result_profile .prev_icons h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
	line-height: 20px;
	cursor: pointer;
	word-break: break-all;
}
.page-instagram-ads-mockup .img_result .img_result_profile .prev_icons p {
	color: #fff;
	font-size: 11px;
	margin: 0;
	line-height: 1.28;
}
.page-instagram-ads-mockup .img_result.video_prev .play_btn {
	visibility: visible;
	opacity: 1;
}
.page-instagram-ads-mockup .under_spon {
	padding: 5px 10px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	color: #000;
}
.page-instagram-ads-mockup .under_spon h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 5px;
	max-height: 110px;
	overflow: hidden;
	word-wrap: break-word;
}
.page-instagram-ads-mockup .under_spon .spon_row p {
	font-size: 12px;
	line-height: 16px;
	max-height: 80px;
	overflow: hidden;
	margin: 0;
}
.page-instagram-ads-mockup .under_spon .spon_footer {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-instagram-ads-mockup .under_spon .spon_footer p {
	margin: 0;
	text-transform: uppercase;
	color: #9197a3;
	font-size: 11px;
	line-height: 11px;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	width: 70%;
}
.page-instagram-ads-mockup .under_spon .spon_footer button {
	background-color: #f6f7f8;
	cursor: pointer;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid;
	border-color: #ccc #c5c6c8 #b6b7b9;
	border-radius: 2px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: 0 8px;
	color: #4e5665;
	width: auto;
	display: inline-block;
	height: auto;
	margin: 0;
}
.page-instagram-ads-mockup .under_spon .spon_footer .txt_msg {
	display: none;
}
.page-instagram-ads-mockup .prev_body.carusel_prev {
	overflow: hidden;
}
.page-instagram-ads-mockup .prev_body.carusel_prev .under_spon .spon_footer p {
	width: 65%;
}
.page-instagram-ads-mockup .prev_body.carusel_prev .under_spon h5 {
	margin: 0;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}
.page-instagram-ads-mockup .prev_body.carusel_prev .msg_area {
	cursor: pointer;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
.page-instagram-ads-mockup .prev_body.carusel_prev .msg_area .carusel_btn {
	visibility: visible;
	opacity: 1;
}
.page-instagram-ads-mockup
	.prev_body.carusel_prev
	+ .footer_actions
	.carusel_bullet {
	visibility: visible;
	opacity: 1;
}
.page-instagram-ads-mockup .txt_msg {
	font-size: 14px;
	line-height: 1.4;
	margin: 11px 0 10px;
}
.page-instagram-ads-mockup .prev_body .prev_overflow .msg_area:last-child {
	display: none;
}
.page-instagram-ads-mockup
	.prev_body:not(.carusel_prev)
	.result_row.msg_first
	.under_spon
	h5 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 36px;
	position: relative;
	max-width: 240px;
	line-height: 18px;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0;
	word-break: break-all;
}
.page-instagram-ads-mockup .footer_actions {
	display: flex;
	justify-content: space-between;
}
.page-instagram-ads-mockup .footer_actions .actions img {
	width: 20px;
}
.page-instagram-ads-mockup .footer_actions .save-action img {
	width: 20px;
}
.page-instagram-ads-mockup .footer_actions .carusel_bullet {
	margin-left: -50px;
	visibility: hidden;
	opacity: 0;
}
.page-instagram-ads-mockup .post-desc {
	padding: 0 10px;
}
.page-instagram-ads-mockup .post-desc span {
	font-size: 12px;
	color: #000;
}
.page-instagram-ads-mockup .result_reactions {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.page-instagram-ads-mockup .result_reactions .like_itm {
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}
.page-instagram-ads-mockup .result_reactions .like_itm img {
	margin-right: 4px;
	width: 17px;
	height: 17px;
	position: relative;
	border-radius: 50%;
	margin-top: -1px;
}
.page-instagram-ads-mockup .result_reactions .like_itm img:not(:first-child) {
	margin-left: -10px;
}
.page-instagram-ads-mockup .result_reactions .comm_shar {
	display: flex;
	justify-content: space-between;
}
.page-instagram-ads-mockup .result_reactions .comm_shar p {
	color: #9197a3;
	font-size: 11px;
	line-height: 20px;
	margin: 0 5px 0;
}
.page-instagram-ads-mockup .bot_row {
	border-top: 1px solid #ddd;
	margin-top: 0;
	padding-top: 4px;
	display: flex;
}
.page-instagram-ads-mockup .bot_row > div {
	display: flex;
	width: auto;
	align-items: center;
	color: #7f7f7f;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	margin-right: 20px;
	padding: 4px 4px 4px 0;
}
.page-instagram-ads-mockup .bot_row > div img {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}
.page-instagram-ads-mockup .video-post-result-display.righthand .under_spon {
	display: block;
}
.page-instagram-ads-mockup .video-post-result-display.righthand .under_spon h4 {
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.28;
	margin-bottom: 0;
	word-break: break-all;
}
.page-instagram-ads-mockup .video-post-result-display.righthand .spon_footer p {
	color: #9197a3;
	font-size: 12px;
	line-height: 1.28;
	padding-top: 6px;
	text-transform: unset;
}
.page-instagram-ads-mockup
	.event-result-display.righthand
	.under_spon
	.right_hshow {
	display: block;
}
.page-instagram-ads-mockup .event-result-display.righthand .msg_first {
	box-shadow: unset;
	border: unset;
}
.page-instagram-ads-mockup
	.event-result-display.righthand
	.right_hshow
	.event_title {
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.28;
	word-break: break-all;
}
.page-instagram-ads-mockup .event-result-display.righthand .right_hshow h5 {
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.28;
	word-break: break-all;
	font-weight: 400 !important;
}
.page-instagram-ads-mockup
	.event-result-display.righthand
	.right_hshow
	.txt_msg {
	color: #9197a3;
	font-size: 12px;
	line-height: 1.28;
	padding-top: 6px;
	margin: 0;
}
.page-instagram-ads-mockup .event-result-display.righthand .right_hshow .data {
	display: flex !important;
	width: 100% !important;
	flex-direction: unset !important;
	justify-content: flex-start !important;
}
.page-instagram-ads-mockup
	.event-result-display.righthand
	.right_hshow
	.data
	> span {
	color: #999;
	font-size: 11px;
	padding: 0;
	line-height: 11px;
	margin: 0;
}
.page-instagram-ads-mockup .event-result-display.mobile .under_spon {
	padding-bottom: 15px;
}
.page-instagram-ads-mockup
	.website-click-result-display.righthand
	.prev_body.carusel_prev
	.msg_area {
	width: 180px;
}
.page-instagram-ads-mockup
	.website-click-result-display.righthand
	.prev_body.carusel_prev
	.msg_area
	.under_spon {
	flex-direction: column;
	align-items: flex-start;
	padding-left: 10px;
}
.page-instagram-ads-mockup .result_row.msg_first .under_spon .normal_show {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-instagram-ads-mockup .result_row.msg_first .under_spon .data {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 53px;
}
.page-instagram-ads-mockup .result_row.msg_first .under_spon .date {
	color: #141823;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: -6px;
	position: relative;
}
.page-instagram-ads-mockup .result_row.msg_first .under_spon .month {
	color: #ec1c2b;
	font-size: 11px;
	line-height: 11px;
	padding-top: 8px;
	text-transform: uppercase;
}
.page-instagram-ads-mockup
	.result_row.msg_first
	.under_spon
	.event_time_and_location {
	line-height: 16px;
	max-width: 240px;
	font-weight: 400;
	font-size: 12px;
	color: #4e5665;
	word-break: break-all;
}
.page-instagram-ads-mockup
	.result_row.msg_first
	.under_spon
	.event_people_going {
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: #9197a3;
	max-width: 240px;
}
.page-instagram-ads-mockup .result_row.msg_first .event_calendar_container {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding: 14px;
	display: flex;
	align-items: center;
}
.page-instagram-ads-mockup
	.result_row.msg_first
	.event_calendar_container
	.calendar {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-position: 0 0;
	background-size: 25px 37px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 24px;
	width: 24px;
}
.page-instagram-ads-mockup .progressbar {
	z-index: 9;
}
.page-instagram-ads-mockup .progressbar .bar__container {
	width: 100%;
}
.page-instagram-ads-mockup .progressbar .bar {
	margin: 0;
	padding: 0;
	margin-left: -0.5em;
}
.page-instagram-ads-mockup .progressbar .bar li {
	list-style-type: none;
	float: left;
	width: 33.33%;
	position: relative;
	text-align: center;
	font-size: 9px;
	color: #afafaf;
	padding-left: 5px;
	cursor: pointer;
}
.page-instagram-ads-mockup .progressbar .bar li:before {
	content: "";
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #c6c6c6;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #282b31;
	color: #333;
}
.page-instagram-ads-mockup .progressbar .bar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #c6c6c6;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.page-instagram-ads-mockup .progressbar .bar li:first-child:after {
	content: none;
}
.page-instagram-ads-mockup .progressbar .bar li.active:before {
	background: #794aff;
	border: 1px solid #794aff;
	color: #666666;
}
.page-instagram-ads-mockup .progressbar .bar li.active + li.active:after {
	background: #794aff;
}
.page-instagram-ads-mockup
	.progressbar
	.bar
	li.active:first-child
	+ li:after:not(.active) {
	background: white;
}
.page-instagram-ads-mockup .header-logo-wrapper {
	border-bottom: 1px solid #ccc;
}
.page-instagram-ads-mockup .header-logo-wrapper .logo img,
.page-instagram-ads-mockup .header-logo-wrapper .logo i {
	filter: brightness(0);
}
.page-instagram-ads-mockup .action-buttons img {
	width: 20px;
}

@media screen and (max-width: 996px) {
	.page-instagram-ads-mockup .menu-wrapper ul {
		flex-direction: column;
	}
	.page-instagram-ads-mockup .menu-wrapper ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.page-instagram-ads-mockup .content-result-canvas-holder {
		width: 100%;
		height: 100%;
	}
	.page-instagram-ads-mockup .canvas-holder.scroll {
		width: inherit;
		position: relative;
	}
	.page-instagram-ads-mockup .capture-canvas {
		width: 350px;
	}
	.website-click-type .type {
		padding: 10px 15px !important;
		min-height: 180px !important;
	}
	.app-install-type .type {
		padding: 10px 15px !important;
		min-height: 180px !important;
	}
}
@media screen and (min-width: 767px) and (max-width: 996px) {
	.page-instagram-ads-mockup .download-mockup {
		width: 350px !important;
	}
}
@media all and (min-width: 500px) {
	.page-instagram-ads-mockup .progressbar .bar li {
		font-size: 1em;
	}
}
@media screen and (min-width: 997px) and (max-width: 1180px) {
	.page-instagram-ads-mockup .menu-wrapper ul li {
		width: 160px;
	}
}

select.form-control:not([size]):not([multiple]) {
	height: auto;
}

.page-instagram-ads-mockup .type.active h3 {
	color: #fff;
}

.page-instagram-ads-mockup .btn-custom {
	color: #fff;
	background-color: #794aff;
}

.page-instagram-ads-mockup .btn-custom:hover {
	background-color: #000000;
}

.app-rounded {
	border-radius: 16px;
	background-color: #1a1d23 !important;
	border: 1px solid #22252b;
}

.canvas-holder {
	position: sticky;
	top: 120px;
}

.form-control,
.form-control:focus {
	background-color: #282b31;
	border-color: #4f535c;
	color: #fff;
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(122, 74, 255, 0.25);
}

.btn.download-mockup,
.btn.clear-fields {
	padding: 8px 20px;
	color: #ffffff;
	background-color: #794aff;
	font-size: 16px;
	font-family: "Rubik", Sans-serif;
	font-weight: 500;
	border-radius: 8px;
	cursor: pointer;
	height: 46px;
	white-space: nowrap;
	transition: 0.2s;
}

.btn.download-mockup:hover,
.btn.clear-fields:hover {
	background-color: #9f7dff;
}

.btn.download-mockup:hover {
	background-color: #9f7dff;
}
