#csp-form-section {
	margin-bottom: 30px;
}

#csp-form-section .container {
	display: flex;
/* 	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; */
}

#csp-form-section .col-12 {
	padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
	display: inline-flex;
}

#csp-form-section .btn {

}

form.social-post-form {
	width: 100%;
}

#csp-form-section .social-post-form .form-group {
	background-color: #eee;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    padding: 15px 20px;
}

#csp-form-section .social-post-form .form-group .header {
	align-items: center;
    cursor: auto!important;
    display: flex;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: 0;
    outline: 0;
	padding: 0.375rem 0.75rem;
    padding-left: 0;
/*     padding-right: 0; */
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.social-post-form .form-group .header .step-title {
	flex-grow: 1;
}

.social-post-form .form-group .header .step-edit-btn {
	background-color: #8049a6;
    color: #fff;
    display: none;
    margin: 0 5px 0 0;
	font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding: 8px 20px;
    text-transform: uppercase;
	border-radius: 0.25rem;
}	

.social-post-form .form-group .header .toggle {
	display: block;
    position: relative;
    width: 20px;
}

.social-post-form .form-group .header .toggle i {
	color: #b389d4;
	margin-left: 8px;
}

.social-post-form .form-group .header.active .toggle i {
	color: #8049a6;
}

.social-post-form .form-group .form-content {
	display: none;
    padding: 15px;
    position: relative;
}

.social-post-form .form-group #cnt-1 {
    display: block;
}

.social-post-form .form-group .form-content button {
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	user-select: none;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fff;
    border: 1px solid #8049a6;
    color: #8049a6;
    font-size: 1.25rem;
    margin-bottom: 10px;
    width: 100%;
}

.social-post-form .form-group .form-content button:hover {
	background-color: #8049a6;
	color: #fff;
}

.social-post-form .form-group .form-content button.active {
	background-color: #8049a6;
	color: #fff;
}

.form-group .form_content .form_content_file_upload {
	align-items: center;
    display: flex;
	flex-direction: row;
}

.form-group .form-content .form_content_file_upload label {
	background-color: #fff;
    border: 1px solid #8049a6;
    color: #8049a6;
    font-size: 1.25rem;
    margin-bottom: 0;
	width: auto;
	cursor: pointer;
	display: inline-block;
	border-radius: 0.25rem;
	font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
	text-transform: uppercase;
}

.form-group .form-content .form_content_file_upload label:hover {
	background-color: #8049a6;
	color: #fff;
}

.form-group .form-content .form_content_file_upload input[type=file] {
	border: 0;
    left: 15px;
    opacity: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    z-index: -1;
}

.social-post-form .form-group .form-content .btn-step-4-continue {
	width: auto;
	display: block;
	margin-top: 1rem;
	background-color: #8049a6;
	color: #fff;
}

.social-post-form .form-group .form-content .btn-step-4-continue:disabled {
	opacity: .65;
}

#sticky {
    margin-bottom: 60px;
    margin-top: 30px;
    min-width: 260px;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    width: 260px;
}

#poster-preview .preview-img, .poster-preview-final .final-preview-img {
	position: relative;
}

#poster-preview .preview-img .preview-img-img {
	background: #eee;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 177px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 246px;
	display: none;

}

.poster-preview-final .final-preview-img .final-preview-img-img {
	background: #eee;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	height: 177px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 246px;
}

#poster-preview .preview-img .preview-img-message {
	display: flex;
    flex-direction: column;
    height: 92px;
    left: 16px;
    min-height: 1px;
    position: absolute;
    right: 16px;
    top: 192px;
}

.poster-preview-final .final-preview-img .final-preview-img-message {
	display: flex;
    flex-direction: column;
    height: 92px;
    left: 16px;
    min-height: 1px;
    position: absolute;
    right: 16px;
    top: 192px;
}

#poster-preview .preview-img .preview-img-message .preview-img-text {
	color: #663085;
    font-style: normal;
    line-height: 1.1;
    margin: 0;
    text-align: center;
    text-transform: none;
    white-space: pre-wrap;
	font-family: Monserrat,sans-serif;
	font-weight: 300;
}

.poster-preview-final .final-preview-img .final-preview-img-message .final-preview-img-text {
	color: #663085;
    font-style: normal;
    line-height: 1.1;
    margin: 0;
    text-align: center;
    text-transform: none;
    white-space: pre-wrap;
	font-family: Monserrat,sans-serif;
	font-weight: 300;
}

#poster-preview .preview-img .preview-img-message.preview-img-message-hidden {
    display: none;
}

.poster-preview-final .final-preview-img .final-preview-img-message.preview-img-message-hidden {
    display: none;
}

#poster-preview .preview-img.facebook .preview-img-img {
	height: 129px;
    left: 4px;
    top: 4px;
    width: 126px;
}

.poster-preview-final .final-preview-img.facebook .final-preview-img-img, .poster-preview-final .final-preview-img.twitter .final-preview-img-img {
	height: 129px;
    left: 4px;
    top: 4px;
    width: 126px;
}

#poster-preview .preview-img.twitter .preview-img-img {
	height: 129px;
    left: 4px;
    top: 4px;
    width: 126px;
}

#poster-preview .preview-img.facebook .preview-img-message {
	height: 75px;
    left: 137px;
    right: 10px;
    top: 11px;
}

.poster-preview-final .final-preview-img.facebook .final-preview-img-message, .poster-preview-final .final-preview-img.twitter .final-preview-img-message {
	height: 75px;
    left: 137px;
    right: 10px;
    top: 11px;
}

#poster-preview .preview-img.twitter .preview-img-message {
	height: 75px;
    left: 137px;
    right: 10px;
    top: 11px;
}

.social-post-form .photo-edit-wrapper.photo-edit-wrapper-empty {
	display: none;
}

.social-post-form .photo-edit-wrapper .photo-edit {
    margin: 10px auto 2em;
    max-width: 300px;
}

.social-post-form .download {
	position: relative;
	border: 1px solid transparent;
    border-radius: 0.25rem;
	background-color: #8049a6;
    color: #fff;
    margin-right: 15px;
    margin-top: 30px;
	cursor: pointer;
	font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.social-post-form .download i, .social-post-form .btn-outline-primary i {
	margin-left: 8px;
}

.social-post-form .share-dd-mt {
    margin-top: 30px;
	display: inline-block;
}

.social-post-form .btn-outline-primary {
	border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: #8049a6;
    color: #8049a6;
	font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    padding: 8px 20px;
    text-transform: uppercase;
	display: inline-block;
}

#csp-form-section .modal {
	display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}

#csp-form-section .fade {
    transition: opacity .15s linear;
}

#csp-form-section .modal.fade .modal-dialog {
/*     transform: translateY(-50px); */
    transition: transform .3s ease-out;
}

#csp-form-section .modal .modal-dialog {
    max-width: 1000px;
	margin: 0.5rem;
    pointer-events: none;
    position: relative;
    width: auto;	
}

#csp-form-section .modal .modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem);
}

#csp-form-section .modal .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}

#csp-form-section .modal .modal-dialog .modal-content {
    padding: 15px 30px;
}

#csp-form-section .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem;
	flex-shrink: 0;
}

#csp-form-section .modal .modal-dialog .modal-content .modal-header {
    border: 0;
    display: block;
}

#csp-form-section .modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}

#csp-form-section .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#csp-form-section .modal .modal-dialog .modal-content .modal-header h5.modal-title {
    color: #8049a6;
    display: block;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
}

textarea#message {
    overflow: auto;
    resize: vertical;
}

.icon-panky {
	background: url('/wp-content/uploads/Pancreas-Mascot-edit5.png');
	background-repeat: no-repeat;
	background-size: contain;
    background-position: bottom;
	display: inline-block;
	position: relative;
/* 	height: auto; */
}

.icon-pankyy {
	position: absolute;
    bottom: 0px;
    left: 0;
/*     height: 100%;
    width: 40px; */
}
.true-poster-container .icon-pankyy {
	bottom: 0px;
	width: auto;
	height: auto;
}
#csp-form-section .modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
}

#csp-form-section .modal .modal-dialog .modal-content .modal-header button {
    position: absolute;
    right: 30px;
    top: 30px;
}

#csp-form-section .modal .modal-dialog .modal-content .modal-header button span {
    color: #8049a6;
}

#csp-form-section .modal .poster-share-text-wrapper > p {
	font-size: 16px;
    margin-top: 0;
}

.poster-share-wrapper #poster-share-modal .modal-dialog .modal-content .modal-body .poster-share-text-wrapper .share-copy-wrapper {
    align-items: center;
    display: flex;
}

.poster-share-wrapper #poster-share-modal .modal-dialog .modal-content .modal-body .poster-share-text-wrapper .share-copy-wrapper .btn-copy-this-link {
	background-color: #8049a6;
    color: #fff;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 1.1rem;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 1;
    padding: 8px 20px;
    text-transform: capitalize;
    border-radius: 2px;
}

#poster-share-modal #copy-this-link-target {
	min-height: 140px;
	font-size: 16px;
	border-radius: 4px;
	margin-bottom: 1.75rem;
}

#poster-share-modal .copied-confirmation {
	font-size: 16px;
    display: inline-block;
    margin-left: 1rem;
    opacity: 0.87;
	display: none;
}

.poster-share-wrapper #poster-share-modal .modal-dialog .modal-content .modal-body .poster-share-text-wrapper {
    margin-bottom: 30px;
}

.poster-share-wrapper #poster-share-modal .modal-dialog .modal-content .modal-body .poster-share-links .btn {
	color: #fff;
    margin-right: 5px;
    padding: 10px 15px;
	border-radius: 0.25rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align: middle;
	text-transform: capitalize;
}

.poster-share-wrapper #poster-share-modal .modal-dialog .modal-content .modal-body .poster-share-links .btn.btn-facebook {
	background-color: #4267b2;
}

.poster-share-wrapper #poster-share-modal .modal-dialog .modal-content .modal-body .poster-share-links .btn.btn-twitter {
	background-color: #1da1f2;
}

/* .poster-share-wrapper #poster-share-modal .modal-dialog .modal-content .modal-body .poster-share-links .btn.btn-linkedin {
	background-color: #0072b1;
} */

.poster-share-wrapper #poster-share-modal .modal-dialog .modal-content .modal-body .poster-share-links .btn.btn-email {
	background-color: #d61b26;
}

#csp-form-section .img-fluid.preview-img-background, #csp-form-section .img-fluid.final-preview-img-background {
	position: relative;
	z-index: 3;
}

#csp-form-section .btn.btn-download-jpeg {
	background-color: #8049a6;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 5px;
    font-size: 1.1rem;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 1;
    padding: 8px 20px;
    text-transform: capitalize;
    border-radius: 2px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#poster-download-modal.modal {
	display: block !important;
	z-index: -100;
}

.btn.download .fa-spinner {
	visibility: hidden;
	position: absolute;
    margin: 0;
    right: 17px;
}

.btn.download.loading .fa-arrow-down {
	visibility: hidden;
}

.btn.download.loading .fa-spinner {
	visibility: visible;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

#csp-form-section .container.head {
	display: block;
	margin-bottom: 20px;
}

#csp-form-section .container.head .col-12 {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
	padding-right: 20px;
}

#csp-form-section .row {
	display: initial;
}

#csp-form-section .row .col-12.title-row > p {
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

#csp-form-section .title-row a.btn-start-again {
	background-color: #8049a6;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 5px;
    font-size: 1.1rem;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 1;
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 2px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#csp-form-section .title-row a.btn-start-again i {
	margin-left: 10px;
}

#csp-form-section .true-poster-container {
	position: fixed;
	top: 200px;
	width: max-content;
    height: auto;
	z-index: -2000;
}

#csp-form-section .true-poster-container.show {
	z-index: 1000;
}

.true-poster-container .true-preview-img, .true-poster-container .true-poster-preview {
	position: relative;
}

.tpc {
	display: fixed;
	top: 100px;
	left: 20px;
}

.true-poster-container .true-preview-img .true-preview-img-img {
	position: absolute;
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover !important;
    background: #eee;
    width: 582px;
    top: 18px;
    left: 19px;
    height: 593px;
    z-index: 1;
}

.true-poster-container .true-preview-img.instagram .true-preview-img-img {
	width: 1044px;
    height: 610px;
}

.true-poster-container .true-preview-img .true-preview-img-message {
	position: absolute;
    z-index: 4;
    color: #663085;
    left: 650px;
    top: 197px;
    width: 473px;
    height: 256px;
	font-family: Monserrat,sans-serif;
    font-weight: 300;
	display: flex;
    flex-direction: column;
}

.true-poster-container .true-preview-img.instagram .true-preview-img-message {
	left: 315px;
    top: 555px;
    width: 652px;
    height: 320px;
}

.true-poster-container .true-preview-img-text {
	color: #663085;
    font-style: normal;
    line-height: 1.1;
    margin: 0;
    text-align: center;
    text-transform: none;
    white-space: pre-wrap;
	font-family: Monserrat,sans-serif;
	font-weight: 300;
}

.true-poster-container .img-fluid.true-preview-img-background {
	position: relative;
	z-index: 3;
}

@media (min-width: 300px) {
	#sticky {
		width: 360px;
	}
	#poster-preview .preview-img .preview-img-img {
		height: 179px;
		left: 5px;
		top: 5px;
		width: 175px;
		z-index: 1;
	}
	.poster-preview-final .final-preview-img.instagram {
/* 		max-width: 500px; */
	}
	.poster-preview-final .final-preview-img .final-preview-img-img {
		height: 418px;
		left: 14px;
		top: 13px;
		width: 410px;
		z-index: 1;
	}
	#poster-preview .preview-img.facebook .preview-img-img {
		height: 179px;
		left: 6px;
		top: 5px;
		width: 173px;
		display: inherit;
		z-index: 1;
	}
	#poster-preview .preview-img.twitter .preview-img-img {
		height: 179px;
		left: 6px;
		top: 5px;
		width: 173px;
		display: inherit;
		z-index: 1;
	}
	.poster-preview-final .final-preview-img.facebook .final-preview-img-img, .poster-preview-final .final-preview-img.twitter .final-preview-img-img {
		height: 418px;
		left: 14px;
		top: 13px;
		width: 410px;
		display: inherit;
		z-index: 1;
	}
	#poster-preview .preview-img.instagram .preview-img-img {
		height: 205px;
		left: 6px;
		top: 5px;
		width: 348px;
		display: inherit;
		z-index: 1;
	}
	.poster-preview-final .final-preview-img.instagram .final-preview-img-img {
		height: 403px;
		left: 15px;
		top: 15px;
		width: 817px;
		display: inherit;
		z-index: 1;
	}
	#poster-preview .preview-img .preview-img-message {
		height: 110px;
		left: 35px;
		min-height: 1px;
		right: 35px;
		top: 280px;
		z-index: 4;
		color: #663085;
	}
	#poster-preview .preview-img.facebook .preview-img-message {
		height: 82px;
		left: 193px;
		right: 23px;
		top: 57px;
		color: #663085;
		z-index: 4;
		font-family: Monserrat,sans-serif;
		font-weight: 300;
	}
	#poster-preview .preview-img.twitter .preview-img-message {
		height: 88px;
		left: 190px;
		right: 19px;
		top: 54px;
		color: #663085;
		z-index: 4;
		font-family: Monserrat,sans-serif;
		font-weight: 300;
	}
	.poster-preview-final .final-preview-img.facebook .final-preview-img-message, .poster-preview-final .final-preview-img.twitter .final-preview-img-message {
		height: 193px;
		left: 450px;
		right: 46px;
		top: 130px;
		color: #663085;
		z-index: 4;
		font-family: Monserrat,sans-serif;
		font-weight: 300;
	}
	#poster-preview .preview-img.instagram .preview-img-message {
		height: 120px;
		left: 105px;
		min-height: 1px;
		right: 38px;
		top: 185px;
		z-index: 4;
		color: #663085;
	}
	.poster-preview-final .final-preview-img.instagram .final-preview-img-message {
		height: 275px;
		left: 237px;
		min-height: 1px;
		right: 79px;
		top: 430px;
		z-index: 4;
		color: #663085;
	}
	#csp-form-section .modal .modal-dialog {
		margin: 1.75rem auto;
/* 		max-width: 500px; */
	}
	#csp-form-section .modal-dialog-centered {
    	min-height: calc(100% - 3.5rem);
	}
	.social-post-form .photo-edit-wrapper .photo-edit {
		margin-left: 0;
		margin-top: 10px;
		max-width: 300px;
	}
}

@media (min-width: 768px) {
	#csp-form-section .modal .modal-dialog .modal-content {
		padding: 30px 60px;
/* 		overflow-y: scroll;
		height: 100%;
		position: absolute; */
	}
}

@media (min-width: 964px) {
	#csp-form-section .container {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	
	#sticky {
		margin-bottom: 0;
		margin-top: 0;
	}
}

@media (max-width: 1250px) {
	#csp-form-section .social-post-form .form-group .header {
		font-size: 1rem;
	}
}

@media (max-width: 1199px) {
	#csp-form-section .container {
		width: 100%;
	}
	.offset-xl-1 {
/* 		margin-left: 8.3333333333%; */
	}
	#sticky {
		margin-top: 0;
	}
	#csp-form-section .col-12.post-col {
		justify-content: end;
	}
}

@media (max-width: 964px) {
	#csp-form-section .container {
		display: flex;
		flex-direction: column-reverse;
	}
	#csp-form-section .col-12.post-col {
		justify-content: center;
	}
	#sticky {
		margin: 0 auto;
		margin-bottom: 2rem;
	}
	#poster-preview .preview-img.twitter .preview-img-message, #poster-preview .preview-img.facebook .preview-img-message {
		height: 83px;
	}
}

@media (max-width: 768px) {
	#csp-form-section .row .col-12.title-row > p {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	#csp-form-section .container {
		max-width: 100% !important;
		width: 100% !important;
	}
	#csp-form-section .container.head {
		margin-bottom: 1rem !important;
	}
	#csp-form-section .container.head .col-12 {
		flex-direction: column;
	}
	#csp-form-section .row .col-12.title-row > p {
		font-size: 24px;
	}
	.poster-share-links .btn {
		margin-bottom: 15px;
	}
	#csp-form-section #poster-download-modal.modal {
		max-width: max-content;
		max-height: max-content;
		width: max-content;
		height: max-content;
		overflow: visible;
	}
	.poster-preview-final .final-preview-img.facebook .final-preview-img-img, .poster-preview-final .final-preview-img.twitter .final-preview-img-img {
		height: 450px;
	}
	.poster-preview-final .final-preview-img.instagram .final-preview-img-img
}