.note-editor.note-frame {
    border: 1px solid #eee;
}

.form-horizontal .btn.submitAction{
  margin-top:30px;
}

.modal-footer .btn.submitAction {
    margin-top: 0;
}

.blogBlocks .card.ctaCard{
  border: 1px solid rgba(0,0,0,.125);
}

.ratingStars .checked {
  color: orange;
}

#sidebar-menu>ul>li>a {
  font-size: 13px;
}

.col-form-label {
  font-size: 12px;
}

ul.selectLangs{
  list-style: none;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px 0;
}

ul.selectLangs img{
  height: 30px;
  margin-right:10px;
  cursor: pointer;
}

.actionBlocks{
  display: none;
  position: absolute;
  bottom:0;
  right: 0;
}

.actionBlocks .badge{
  margin-bottom: 8px;
  transition: all .3s;
  opacity: 0;
  margin-left: 5px;
}

.actionBlocks .badge-soft-warning {
  cursor: pointer;
}

.blogBlocks {
  border-bottom: solid 1px transparent;
  transition: all .3s;
}

.blogBlocks:hover {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.blogBlocks:hover .actionBlocks .badge{
  opacity: 1;
}

.blogBlocks:hover .actionBlocks{
  display: block;
}

.noti-scroll {
    height: auto !important;
}

.pro-user-name {
    display: block;
}

.prodGalleryItem{
  display: inline-flex;
  margin-bottom:5px;
  margin-left:2px;
  overflow: hidden;
}

.prodGalleryItem:hover .deleteGallery{
  display: block;
}

.deleteGallery{
  position: absolute;
  bottom: -1px;
  right: 0;
  display: none;
}

.deleteGallery .badge {
  background: rgba(255,255,255,.8);
}

.accordion>.card {
  border-radius: .3rem !important;
}

.modal ul.selectLangs {
  padding: 0 15px;
}

.form-control:disabled, .form-control[readonly] {
  opacity: .7;
  cursor: not-allowed;
}

.noty.alert{
  position: fixed;
  right: 24px;
  top: 5px;
  z-index: 999999;
}

.checkbox-label {
  padding-left: 40px;
}

.checkboxField {
  position: absolute;
  height: 20px;
  right: 0;
}

td .text-muted {
    color: #6c757d!important;
    opacity: .5;
}

.trng {
  border-color: #3c4043 transparent;
  margin: -7px 0 0 3px;
  right: -12px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  top: 76%;
  position: absolute;
}

.bBlock{
  display:none;
}

.bBlock.blogBlockType1{
  display: block;
}

.preloader {
  background: #f3f4f7;
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  margin-top: -100px;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #5369f8;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  } 100%, 0% {
    transform: scale(1.0);
  }
}

.seoboost h3{
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 3px;
  padding-top: 4px;
  margin-top:0;
}

.seoboost cite{
  font-size: 14px;
  padding-top: 1px;
  line-height: 1.3;
  color: #202124;
  font-style: normal;
}

.seoboost .result{
  margin: 30px 0;
}

.seoboost .badge {
  padding: .5em .5em;
}

.seoB-it, .seoB-es, .seoB-de, .seoB-fr{
  display: none;
}

#blogSection h3, #blogSection h4, #blogSection h5, #blogSection h6{
  font-size: 16px;
}
