#kt {
  max-width: 1320px;
    margin: 0 auto;
}
.my-comment-public {
  background: #fff;
  border-radius: 20px!important;
}
.my-comment-registered {
  background: #fcffe8;
  border-radius: 20px!important;
}
#kt .kt-comment {
  background: transparent!important;
  position: relative;
}
.my-comment-registered.my-comment-admin {
  position: relative;
  background: #d9e7ff;
  border-radius: 20px!important;
  margin-right: 30px;
  margin-bottom: 50px!important;
  /*margin-top: -7px;*/
}
#fd :after, #fd :before {
  font-size: 20px;
}

input:focus::placeholder {
   color: transparent !important;
}
.kt-form-email input[type=text],
.kt-form-name input[type=text],
.kt-login__cell-pass input[type=password],
.o-form-group.o-form-group--ifta input[type=text] {
  padding-left: 70px !important;
}
.kt-editor-action__ratings.px-md .text-xs {
      font-size: 14px !important;
}
.kt-captcha__input input[type=text] {
  padding: 8px !important;
}
.o-alert {
  font-size: 14px!important;
  font-weight: 500!important;
  color: #000!important;
  border-width: 2px !important;
}
#fd .o-alert--info, #fd .o-alert--info .o-alert__close {
    border-color: #119980 !important;
    background-color: #dafbf5!important;
}
#fd .o-btn.o-btn--default.flex.w-full.mt-lg.mb-lg.text-sm.leading-sm.px-md.py-xs,
#fd .o-btn.o-btn--default.w-full.text-sm.leading-xs.px-sm.py-xs {
  margin-bottom: 50px !important;
}
.kt-form-submit {
  margin-bottom: 50px !important;
}

#fd .o-btn--primary {
  background-color: #298aef !important;
    border-color: #298aef !important;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px !important;
    padding: 15px 25px !important;
    width: 220px;
}

#kt .kt-reply-to,
#kt .kt-reply-to a {
    color: #1c8adb;
    font-size: 16px;
}

#fd .w-full {
  color: #333333;
  border-color: #f5deb3;
  background: #f5deb3!important;
}

#fd .w-full:focus {
  box-shadow: none!important;
}

#fd .o-form-control:focus {
  border-color: rgb(251 182 125) !important;
}

/*.flex.items-center.leading-sm.text-sm span {
	color: #fff!important;
}*/

.flex.items-center.leading-sm.text-sm {
  background: #F5DEB3;
    padding: 7px 12px;
    border-radius: 8px;
}

.leading-xs a {
    color: #333 !important;
    background: wheat;
    padding: 7px 12px;
    border-radius: 8px;
}

#fd .markItUpEditor {
  font-size: 16px!important;
}

#fd .o-empty {
  background: #fff;
  border-radius: 10px;
}

#fd .o-empty__content {
    background: wheat;
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}
#fd .kt-comment__hd .kt-comment-date,
#fd .kt-comment__hd .o-inline-list {
  display: none!important
}