/**
 * Note that these styles are loaded *after* common styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.wp-block-comslider-comslider-basic-block {
	background: transparent url('logo_txt.png') no-repeat right top; 
	min-height: 100px;
}

.cms-loaderwrapper{
	background: rgba(78, 196, 226, 0.8);	
	width: 60px;
	height: 60px;	
	position:absolute;
	border-radius: 50%;
	top:20px;
	left:calc(50% - 30px);
}

.cms-loader,
.cms-loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-sizing: content-box;
}
.cms-loader {
	top:8px;
	left:0px;
	margin: 0px auto;	
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.2em solid rgba(255, 255, 255, 0.2);
	border-right: 0.2em solid rgba(255, 255, 255, 0.2);
	border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
	border-left: 0.2em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: cms-load8 1.1s infinite linear;
	animation: cms-load8 1.1s infinite linear;
}
@-webkit-keyframes cms-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cms-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cms-loader-text {
    top: 80px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    background: rgba(78, 196, 226, 0.9);
    margin: 20px;
    padding: 10px;
	display:none;
}

.cms-overlay{
	background-color:#000;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	opacity: 0.3;	
}

.cms-editor-block-styles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cms-block-editor-block-styles__item {
    width: calc(100% - 4px);
    margin: 4px 0;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1px;
    padding: 4px;
}
.cms-block-editor-block-styles__item.is-active {
    color: #ff0000;
    outline: 2px solid transparent;
    outline-offset: -2px;
    box-shadow: 0 0 0 2px #4dc4e2;
}
.cms-block-editor-block-styles__item-preview {
    overflow: hidden;
    padding: 0;
	margin: 0;
    text-align: center;    
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: flex;
    background: #333;
}
.cms-block-editor-block-styles__item-preview .cms-block-editor-block-preview__content {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    min-height: auto;
	padding-top:2px;
}
.cms-block-editor-block-styles__item-label {
    text-align: center;
    padding: 1px 2px 4px 2px;
	background-color:#333;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
	color:#fff;
}
.cms-block-editor-block-styles__create-template ,
.cms-block-editor-block-styles__create-slideshow {
    width: 100%;
	text-align:right;
}

.cms-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    background: #4ec4e2;
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.04em;
    line-height: 24px;
    text-decoration: none!important;
    text-transform: uppercase;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    will-change: transform, opacity;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px;
    padding: 0 6px;
    border: none;
    outline: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	-khtml-border-radius: 2px;	
    color: #fff!important;
    font-weight: normal!important;
    font-size: 14px;
    margin: 0px 0px 0px 4px;
    -webkit-transition: background 250ms;
    transition: background 250ms;
	outline: none!important;
}

.cms-button:hover{
	background:#70CFE8!important;
	cursor:pointer!important;
}

.cms-button:disabled,.cms-button[disabled]{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)!important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12)!important; 
	background-color: rgba(85, 85, 85, 0.6)!important;
	color: rgba(0, 0, 0, 0.4)!important;
	color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.4))!important;
	opacity: 1!important; filter:Alpha(Opacity=100)!important;
	cursor:default!important;
}

.cms-button span.s1{
	font-size:11px; font-family:Arial, sans-serif;
}
.cms-button span.s2{
	font-weight:bold;font-family:Arial, sans-serif
}

.cms-btn-preview{outline:none!important;border:0px!important;box-shadow: none;}
.cms-btn-preview:focus{outline:none!important;border:0px!important;box-shadow: none;}
