@import "https://unpkg.com/@progress/kendo-theme-material@latest/dist/all.css";
.gloop-overlay {
	z-index: 1;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0d0d0d;
	opacity: 0.6;
}

.gloop-container {
	z-index: 599999;
	position: fixed;
	width: 375px;
	height: 670px;
	bottom: 0;
	left: 50px;
	background: white;
	display: flex;
	flex-direction: column;
	align-content: stretch;
	align-items: stretch;
	font: 16px 'Open Sans', Arial, sans-serif;
	overflow: hidden;
	border-radius: 7px 7px 0 0;
}
#static-gloop-container .gloop-container {
	z-index: 1;
}
#static-gloop-container .gloop-container{
	position: relative;
}
#static-gloop-container .gloop-overlay{
	display: none;
}
.gloop-start-block{
	height: 100%;
}
.gloop-container-2{
	width: 375px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: stretch;
	align-items: stretch;
	font: 16px 'Open Sans', Arial, sans-serif;
	background: #fff;
	z-index: 10;
	height: 100%;
	border-radius: 7px 7px 0 0;
	overflow: hidden;
}
.gloop-start-block .loading,
.gloop-container .loading{
	position: absolute;
	width: 100%;
	height: calc(100% - 276px);
	top: 52px;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 200;
	background: #f1f2f3;
}
.gloop-start-block .loading img,
.gloop-container .loading img{
	width: 100px;
	height: auto;
}
.loading.hidden-loading{
	z-index:0;
}
.gloop-start-block img,
.gloop-container img{
	vertical-align: top;
	max-width: 100%;
	outline: none;
}

.gloop-top-bar {
	display: flex;
	justify-content: space-between;
	height: 62px;
	padding: 0 15px;
	align-items: center;
}
.gloop-top-bar .gloop-back-button,
.gloop-top-bar .gloop-save-draft {
	color: #868A8A;
	font: 16px/24px "Sen", sans-serif;
	text-decoration: none;
}
.gloop-top-bar .gloop-back-button{
	color: #fff;
}
#static-gloop-container .gloop-start-block .gloop-top-bar .gloop-back-button{
	opacity: 0;
	pointer-events: none;
}
.gloop-top-bar .gloop-back-button:before,
.gloop-top-bar .gloop-save-draft:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 20px;
	background: url("images/arrow-back.gif") no-repeat;
	margin: 0 10px 4px 0;
}
.gloop-top-bar .gloop-share {
	display: inline-block;
	line-height: 24px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 3px;
	letter-spacing: 0.5px;
	background: #00B89D;
    font-family: 'Sen', sans-serif;
	color: #fff;
	padding: 8px 17px;
	text-transform: uppercase;
	text-decoration: none;
}

.gloop-animation-block {
	box-sizing: border-box;
	height: 374px;
	/*background-color: #E4EBF5;*/
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 0;
}
.gloop-textarea-block{
	position: relative;
	width: 100%;
	height: 100%;
}
.gloop-textarea-holder{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px;
	border: 2px dashed #FFFFFF;
	margin: 0;
}
.gloop-textarea-frame{
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.gloop-textarea-holder:before,
.gloop-textarea-holder:after,
.gloop-textarea-frame:before,
.gloop-textarea-frame:after{
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 8px;
	height: 8px;
	background: #FFFFFF;
}
.gloop-textarea-frame:after{
	top: -14px;
	right: -14px;
	left: auto;
}
.gloop-textarea-holder:after{
	top: auto;
	bottom: -4px;
	right: -4px;
	left: auto;
}
.gloop-textarea-frame:before{
	top: auto;
	bottom: -14px;
	left: -14px;
}
.gloop-textarea-holder textarea{
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-size: 28px;
	/*line-height: 115%;*/
	line-height: 85%;
	padding: 0;
	overflow: hidden;
	resize: none;
	text-shadow: 0 0 8px rgba(0,0,0,0.5);
	outline: none !important;
}
.gloop-textarea-holder .label {
	position: absolute;
	right: 100%;
	top: 23px;
	text-align: center;
	margin: 0 -21px 0 0;
}
.gloop-textarea-holder .label span {
	display: inline-block;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.65);
	padding: 0 7px;
	transform: rotate(270deg);
	font-size: 9px;
	white-space: nowrap;
}
.tap-to-edit {
	color: #000;
	font: 12px/20px "Open Sans", Arial, sans-serif;
	text-align: center;
}


.gloop-controls-block{
	height: 150px;
	padding: 0 24px;
	width: 375px;
	box-sizing: border-box;
	position: relative;
	overflow: auto;
}
.gloop-controls-block > .scroll-container{
	height: 100%;
}
.gloop-controls-block > .scroll-container > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.gloop-text-controls-block{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gloop-controls-block .disabled{
	cursor: default;
	position: relative;
	display: block;
	height: 100%;
}

.gloop-controls-block .disabled:after{
	content: "";
	background: url("images/Lock.svg") no-repeat 50% 50% rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	font:14px/18px "Sen", sans-serif;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 20px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 28px;
	z-index: 20;
	top: 0;
	left: 0;
    text-align: center;
}

.gloop-controls-block .gloop-spundracks-list .disabled:after{
	width: 56px;
	height: 56px;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
}
.gloop-spundracks-list .disabled:after{
	font: 12px/15px "Sen", sans-serif;
	padding-bottom: 13px;
}

/* font controls */
.gloop-font-family-controls{
	margin: 0 -20px 25px 0;
}
.gloop-font-family-controls ul{
	padding: 0 20px 0 0;
	list-style: none;
	display: flex;
	margin: 0;
}
a{
	outline: none;
}
.gloop-font-family-controls ul li{
	margin: 0 0 0 8px;
}
.gloop-font-family-controls ul li:first-child{
	margin: 0;
}
.gloop-font-family-controls ul li span,
.gloop-font-family-controls ul li a{
	text-decoration: none;
	color: #131E41;
	font-size: 24px;
	line-height: 30px;
	padding: 0 10px;
	border: 2px solid #fff;
	border-radius: 20px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
}
.gloop-font-family-controls ul li span.active,
.gloop-font-family-controls ul li a.active{
	border: 2px solid #FDB814;
}
.gloop-text-color-controls{
	width: calc(100% + 20px);
	margin: 0 -20px 0 0;
}
.gloop-text-color-controls ul{
	margin: 0;
	padding: 3px 20px 3px 3px;
	list-style: none;
	display: flex;
}
.gloop-text-color-controls ul li{
	margin: 0 0 0 32px;
	border-radius: 50%;
}
.gloop-text-color-controls ul li:first-child{
	margin: 0;
}
.gloop-text-color-controls ul li span,
.gloop-text-color-controls ul li a{
	display: block !important;
	-webkit-appearance: none;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: relative;
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
}
.gloop-text-color-controls ul li span.active:after,
.gloop-text-color-controls ul li a.active:after{
	content: "";
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -3px;
	box-sizing: border-box;
	height: 38px;
	width: 38px;
	border: 1px solid #1170F4;
}
.gloop-text-color-controls ul li span.white,
.gloop-text-color-controls ul li a.white{
	border: 1px solid #dcdcdc;
}
.gloop-pallet-controls ul li a img{
	border: 1px solid #dcdcdc;
	border-radius: 30%;
}
.gloop-pallet-controls ul li.active a img{
	border: none;
}
.gloop-text-color-controls ul li span.white.active:after,
.gloop-text-color-controls ul li a.white.active:after{
	top: -4px;
	left: -4px;
}
/* background colors */
.gloop-images-controls {
	margin: 0 -20px 0 0;
}
.gloop-images-controls ul{
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	display: flex;
}
.gloop-images-controls ul li{
	margin: 0 0 0 20px;
	height: 113px;
	width: 113px;
	min-width: 113px;
	border: 1px solid #C3CBD9;
	border-radius: 28px;
	background-color: #E4EBF5;
	overflow: hidden;
	box-sizing: border-box;
}
.gloop-images-controls ul li:first-child{
	margin: 0;
}
.gloop-images-controls ul li img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.gloop-images-controls ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gloop-images-controls ul li.active{
	border: 2px solid #FDB814;
}
.gloop-pallet-controls {
	margin: 0 -20px 0 0;
}
.gloop-pallet-controls ul{
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	display: flex;
}
.gloop-pallet-controls ul li{
	margin: 0 0 0 16px;
	min-width: 113px;
}
.gloop-pallet-controls ul li:first-child{
	margin: 0;
}
.gloop-pallet-controls ul li img{
	width: 113px;
	height: 113px;
	object-fit: cover;
	border-radius: 28px;
}
.gloop-pallet-controls ul li.active a{
	position: relative;
	display: block;
}
.gloop-pallet-controls ul li.active a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #FDB814;
	box-sizing: border-box;
	top: 0;
	left: 0;
	border-radius: 28px;
	z-index: 2;
}
/* soundtrack controls */
.gloop-soundtrack-controls .title{
	display: block;
	color: #9098A6;
	font: 14px/20px "Open Sans", Arial, sans-serif;
	text-align: center;
	margin: 0 0 11px;
}
.gloop-spundracks-list ul{
	margin: 0;
	padding: 0 0 0 4px;
	list-style: none;
	display: flex;
}
.gloop-spundracks-list ul li{
	margin: 0 0 0 20px;
}
.gloop-spundracks-list ul li:first-child{
	margin: 0;
}
.gloop-spundracks-list ul li .gloop-soundtrack-icon{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto 7px;
}
.gloop-spundracks-list ul li.active .gloop-soundtrack-icon:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #FDB814;
	padding: 2px;
	top: -4px;
	left: -4px;
	border-radius: 50%;
	box-sizing: content-box;
	z-index: 2;
}
.gloop-spundracks-list .gloop-soundtrack-icon img{
	width: 14px;
	height: 16px;
}
.gloop-spundracks-list ul li:nth-child(4n-3) .gloop-soundtrack-icon{
	background: linear-gradient(225deg, #00FFFC 0%, #0053CF 100%);
}
.gloop-spundracks-list ul li:nth-child(4n-2) .gloop-soundtrack-icon{
	background: linear-gradient(225deg, #FF00D2 0%, #2700CF 100%);
}
.gloop-spundracks-list ul li:nth-child(4n-1) .gloop-soundtrack-icon{
	background: linear-gradient(225deg, #FFDC00 0%, #CF6500 100%);
}
.gloop-spundracks-list ul li:nth-child(4n) .gloop-soundtrack-icon{
	background: linear-gradient(225deg, #56FF00 0%, #00CFC6 100%);
}
.gloop-spundracks-list ul li a{
	text-decoration: none;
	font: 12px "Open Sans", Arial, sans-serif;
	color: #131E41;
}
.gloop-spundracks-list ul li a span{
	color: #131E41;
	display: block;
	text-align: center;
	white-space: nowrap;
}


/* bottom controls menu */
.gloop-controls-menu{
	height: 92px;
	border: 1px solid #d0d4d4;
	display: flex;
	justify-content: space-between;
	padding: 16px 40px 0;
	align-items: start;
}
.gloop-controls-menu a,
.gloop-controls-menu a:visited{
	display: inline-block;
	text-decoration: none;
	color: #afb3b3;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	padding: 31px 0 0;
	margin-bottom: 26px;
	position: relative;
}
.gloop-controls-menu a:hover,
.gloop-controls-menu a:visited:hover{
	color: #00B89D;
}

.gloop-controls-menu a.active {
	color: #00B89D;
}

.gloop-controls-menu a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.gloop-controls-menu a.-gloop-btn-textcontrol:before{
	background: url("images/ico-color-2.gif") no-repeat;
	width: 29px;
	height: 25px;
}
.gloop-controls-menu a.-gloop-btn-customizecontrol:before{
	background: url("images/ico-style-new.gif") no-repeat;
	width: 27px;
	height: 27px;
}
.gloop-controls-menu a.-gloop-btn-color:before{
	background: url("images/ico-background-new.gif") no-repeat;
	width: 28px;
	height: 33px;
}
.upgrade-info {
	width: 266px;
	color: white;
	background: #106354;
	font: 14px/24px "Sen", sans-serif;
	position: absolute;
	top: 53%;
	left: 50%;
	display: none;
	transform: translate(-50%);
	text-align: center;
	border-radius: 4px;
	padding: 8px 12px;
	box-sizing: border-box;
	z-index: 201;
}
.upgrade-info:before {
	content: "";
	bottom: -24px;
	left: 50%;
	transform: translate(-50%);
	border: 12px solid transparent;
	border-top: 12px solid #106354;
	position: absolute;
}
.toMessage-wrapper{
	position: relative;
}
.toMessage-wrapper .upgrade-info{
	top: auto;
	bottom: 100%;
	line-height: 1.2;
	display: block;
}
.upgrade-info.upgrade-info-mail{
	top: auto;
	bottom: 230px;
}
a:not(.disabled) .upgrade-info{
	display: none;
}

.upgrade-info a{
	display: inline-block;
	color: #FFFFFF;
	text-decoration: underline;
	width: auto;
}

.upgrade-info a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.upgrade-info a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

.gloop-controls-menu a.-gloop-btn-soundcontrol:before{
	background: url("images/ico-sound-new.gif") no-repeat;
	width: 27px;
	height: 28px;
}
.gloop-controls-menu a.active:before,
.gloop-controls-menu a:hover:before{
	background-position: 0 100% !important;
}
.gloop-controls-menu a.-gloop-btn-soundcontrol:hover:before,
.gloop-controls-menu a.-gloop-btn-soundcontrol.active:before{
	background-position: 0 100% !important;
}

.gloop-animation-block video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}
.react-draggable{
	overflow: hidden;
	resize: none;
}
.share-gloop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 1;
	background-color: rgba(0,0,0, 0.2);
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
}
.blur {
	filter: blur(25px);
}

.sendEmailForm {
	position: absolute;
	top: 0;
	z-index: 30;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 12px;
	color: #252626;
	font-size: 16px;
	font-family: "Sen", sans-serif;
	background-color: #FFFFFF;
}

.sendEmailForm form {
	display: flex;
	flex-direction: column;
}

.sendEmailForm input[type="text"],
.sendEmailForm textarea{
	background: #ECF0F0;
	border-radius: 4px;
	border: none;
	margin-bottom: 10px;
	color: #252626;
	font-family: "Sen", sans-serif;
}

.sendEmailForm textarea {
	height: 80px;
}

.sendEmailForm input {
	height: 40px;
}

.sendEmailForm input[type="text"]:focus,
.sendEmailForm textarea:focus{
	outline: none;
}

.sendEmailForm label {
	font-weight: bold;
	margin-bottom: 10px;
}

.sendButton {
	line-height: 24px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 4px;
	letter-spacing: 0.5px;
	background: #00B89D;
	font-family: 'Sen', sans-serif;
	color: #fff;
	padding: 8px 16px;
	text-transform: uppercase;
}

.sendButton {
	line-height: 24px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 4px;
	letter-spacing: 0.5px;
	background: #00B89D;
	font-family: 'Sen', sans-serif;
	color: #fff;
	padding: 8px 12px;
	text-transform: uppercase;
}

.sendButton:hover {
	background: #00B89D;
}

.backSpan {
	vertical-align: middle;
	display: inline-block;
	width: 11px;
	height: 20px;
    cursor: pointer;
	background: url(images/arrow-back.gif) no-repeat;
}

.topSectionForms {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
}

.topSectionForms p{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.topSectionForms p{
	margin: 0;
}

.share-gloop .cancel{
	display: inline-block;
	color: #FFF;
	font: 600 16px/24px "Sen", "Open Sans", Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 24px 0 40px;
}
.share-gloop ul{
	margin: 0;
	padding: 0 24px;
	list-style: none;
	box-sizing: border-box;
	width: 100%;
}

.share-gloop .save-parent {
	padding-bottom: 16px;
	border-bottom: 1px solid #FFFFFF;
}

.share-gloop ul li{
	margin: 0 0 16px;
}
.share-gloop ul li.disabled{
	/*pointer-events: none;*/
	opacity: 0.45;
}
.share-gloop ul li.disabled button{
	color: #666 !important;
	cursor: default;
}

.share-gloop ul p {
	color: #FFFFFF;
	line-height: 24px;
	font:16px 'Sen', sans-serif;
}

.share-gloop ul a,
.share-gloop ul button,
.share-gloop div[role="button"]{
	border-radius: 26px !important;
	background-color: #FFF !important;
	color: #000 !important;
	font: 600 16px/48px "Sen", "Open Sans", Arial, sans-serif !important;
	text-align: center !important;
	display: block !important;
	padding: 0 10px !important;
	width: 100% !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
}
.after-share-gloop{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	height: 100%;
	display: flex;
	background-color: rgba(54,86,133,0);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.after-share-gloop .after-share-block {
	width: 328px;
	border-radius: 8px;
	max-height: 100%;
	background: #fff;
}
.aftershare-image-gloop{
	background-color: #e6e6e6;
	height: 158px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aftershare-image-gloop img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.aftershare-content{
	padding: 29px 20px 20px;
	color: #252626;
	font: 16px/24px "Sen", "Open Sans", Arial, sans-serif;
}
.aftershare-content h4{
	color: #252626;
	font: 28px/36px 'Open Sans', Arial, sans-serif;
	text-align: center;
	margin: 0 0 20px;
}
.aftershare-content p{
	margin: 0 0 6px;
}
.aftershare-content ul{
	color: #252626;
	font: 600 16px/28px "Sen", "Open Sans", Arial, sans-serif;
	padding: 0;
	list-style: none;
	margin: 0 0 25px;
}
.aftershare-content ul li{
	padding: 0 0 0 25px;
	position: relative;
}
.aftershare-content ul li:before{
	content: "";
	background: url("images/complete.gif") no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 3px;
}
.aftershare-content .signup-gloop{
	height: 40px;
	display: block;
	width: 100%;
	border-radius: 4px;
	background-color: #00B89D;
	text-transform: uppercase;
	color: #FFF;
	font: 600 16px/40px "Sen", "Open Sans", Arial, sans-serif;
	text-align: center;
	margin: 0 0 20px;
}
.aftershare-content .cancel{
	display: block;
	text-align: center;
	color: #868A8A;
	font: 14px/24px "Sen", "Open Sans", Arial, sans-serif;
}
/* gloop startblock */
.gloop-startblock-content{
	color: #252626;
	font: 16px/24px "Sen", "Open Sans", Arial, sans-serif;
	padding: 33px 20px 40px;
	text-align: center;
}
.gloop-startblock-content h2{
	color: #252626;
	font: 600 18px/24px "Sen", "Open Sans", Arial, sans-serif;
	margin: 0 0 8px;
}
.gloop-startblock-content h2:before{
	display: none;
}
.gloop-startblock-content p{
	margin: 0 0 40px;
}
.gloop-startblock-content .gloop-start-editing{
	padding: 8px 12px;
	text-align: center;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
	font-weight: bold;
    text-transform: uppercase;
    font-family: "Sen", sans-serif;
	background: #00B89D;
}
.gloop-startblock-content .gloop-start-editing a{
    color: #fff;
}
.gloop-start-block .gloop-created-by{
	overflow: hidden;
	padding: 0 20px;
}
.gloop-start-block .gloop-created-by .image-holder{
	float: left;
	margin: 0 20px 0 0;
	width: 52px;
}
.gloop-start-block .gloop-created-by .text-holder{
	overflow: hidden;
}
.gloop-start-block .gloop-created-by .text-holder span{
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #131E41;
	display: block;
}
.gloop-start-block .gloop-created-by .text-holder strong{
	font: 20px/1.6 "Open Sans", Arial, sans-serif;
	color: #131E41;
	display: block;
}
.gloop-start-block .gloop-startblock-creditline{
	text-align: center;
	padding: 0 5px;
	color: #9098A6;
	font: 16px/1.5 "Open Sans", Arial, sans-serif;
}
.gloop-start-block .gloop-startblock-creditline a{
	color: #0073aa;
	text-decoration: none;
}
.gloop-start-block .gloop-startblock-creditline a:hover{
	text-decoration: underline;
}
.volume-wrapper {
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
	position: absolute;
	bottom: 16px;
	left: 20px;
	padding: 16px;
	cursor: pointer;
}

.volume-button {
	background: url("images/Sound-off.svg") no-repeat;
	background-size: contain;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 14%;
	left: 50%;
	transform: translate(-50%);
}

.volume-button.sound {
	background: url("images/Sound-on.svg") no-repeat;
	background-size: contain;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 14%;
	left: 50%;
	transform: translate(-50%);
}

.loading iframe {
	width: 100%;
	height: 100%;
}
.gloop-textarea-block span>div:nth-child(1) {
	height: 20px !important;
	top: -10px !important;
	cursor: ns-resize !important;
	display: none !important;
}
.gloop-textarea-block span>div:nth-child(2) {
	width: 20px !important;
	right: -10px !important;
	cursor: ew-resize !important;
	display: none !important;
}
.gloop-textarea-block span>div:nth-child(3) {
	height: 20px !important;
	bottom: -10px !important;
	cursor: ns-resize !important;
	display: none !important;
}
.gloop-textarea-block span>div:nth-child(4) {
	width: 20px !important;
	left: -10px !important;
	cursor: ew-resize !important;
	display: none !important;
}
.react-draggable {
	overflow: visible !important;
}
.gloop-textarea-frame .label {
	display: none !important;
}
.autocomplete-popup {
	position: absolute;
	top: 370px;
}
.k-animation-container {
	z-index: 999999999;
	margin: -40px 0 0;
}
#gloop_app .k-multiselect .k-multiselect-wrap{
	background: #ECF0F0;
	border-radius: 4px;
	border: none;
	margin-bottom: 10px;
	color: #252626;
	font-family: "Sen", sans-serif;
	padding: 5px 10px;
}
#gloop_app .k-multiselect .k-multiselect-wrap input{
	margin: 0;
}
.k-animation-container {
	margin-top: -5px!important;
}
.k-animation-container *{
	font-style: normal!important;
	font-size: 16px!important;
}
.k-animation-container:first-of-type{
	font-family: "Sen", sans-serif!important;
}
@media screen and (max-height: 690px) {
	.gloop-container {
		height: 550px;
	}
	.gloop-top-bar {
		height: 42px;
	}
	.gloop-start-block .loading,
	.gloop-container .loading {
		height: 346px;
		top: 42px;
	}
	.gloop-controls-block {
		height: 100px;
	}
	.gloop-animation-block{
		height: 346px;
	}
	.gloop-font-family-controls ul li span, .gloop-font-family-controls ul li a{
		font-size: 20px;
		line-height: 28px;
	}
	.gloop-font-family-controls {
		margin: 0 -20px 5px 0;
	}
	.gloop-text-color-controls ul li span,
	.gloop-text-color-controls ul li a{
		width: 27px;
		height: 27px;
	}
	.gloop-text-color-controls ul li span.active:after,
	.gloop-text-color-controls ul li a.active:after{
		height: 33px;
		width: 33px;
	}
	.gloop-text-color-controls ul li {
		margin: 0 0 0 25px;
	}
	.gloop-pallet-controls ul li{
		min-width: 85px;
	}
	.gloop-pallet-controls ul li img{
		width: 85px;
		height: 85px;
		border-radius: 20px;
	}
	.gloop-controls-block .disabled:after{
		border-radius: 20px;
	}
	.gloop-pallet-controls ul li.active a:before{
		border-radius: 20px;
	}
	.gloop-controls-menu {
		height: 62px;
	}
	.gloop-images-controls ul li{
		height: 85px;
		width: 85px;
		min-width: 85px;
		border-radius: 20px;
	}

}
@media screen and (max-width: 450px) {
	.gloop-container {
		left: 50%;
		transform: translate(-50%,0);
	}
}

