/* Custom css */

.grecaptcha-badge { 
    visibility: hidden;
}

.ck-editor__editable_inline {
    background: #ffffff;
}

.ck-editor__editable {
    min-height: 80px !important;
    font-size: 1.1rem;
}

.ck.ck-editor__editable_inline{
    border: 1px solid #e4e6ef !important;
}

.menu-sub-indention .menu-item .menu-item .menu-link.active {
    background-color: #c1ecd2 !important;
}

@media (min-width: 992px) {
    .app-content {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
}

a {
    font-weight: 500 !important;
}

.box-chat-msg {
    border-radius: 20px;
}

@media (min-width: 992px) {
    :root {
      --kt-app-sidebar-width: 220px;
    }
}

.nav-line-tabs .nav-item .nav-link {
    color: var(--kt-gray-800);
  }