ul.menu-subnav li.menu-item:hover span.menu-icon i {
  color: #8950fc;
}
ul.nav.flex-column li.nav-item a.active i {
  color: #8950fc !important;
}
.is-invalid {
  border-color: #f64e60 !important;
}
label.is-invalid {
  color: #f64e60;
  font-size: 0.9rem;
  font-weight: 400;
}
table.datatable_table th {
  color: #b5b5c3 !important;
  font-size: 0.9rem !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 0.1rem !important;
  font-family: Poppins, Helvetica, sans-serif !important;
}
select.form-control.is-valid {
  background-position: right calc(0.375em + 1.325rem) center;
}
#content_ships .form-group label {
  margin-top: 0.7rem;
}
.symbol.symbol-ship-image > img {
  width: 100%;
  max-width: 200px;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.table th,
.table td {
  vertical-align: middle;
}

/*TODO*/
.is_checked {
  color: #7e8299 !important;
  text-decoration: line-through !important;
}
.is_none_checked {
  font-weight: 500 !important;
  color: #3f4254 !important;
}

.ck.ck-toolbar {
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #ebedf3 !important;
}
.ck.ck-editor {
  min-height: 100%;
  min-height: 500px;
}
.ck.ck-editor__editable_inline {
  border: 0 !important;
  padding: 20px !important ;
}
.login.login-4 .login-aside {
  background: linear-gradient(147.04deg, #0a6286 0.74%, #0a6286 99.61%);
}

.ck.ck-editor {
  border: 1px solid #e4e6ef !important;
}
.ck.ck-editor {
  min-height: 400px !important;
}
figure.media {
  display: block;
}
#division {
  background-color: red;
}
.preview-area {
  position: absolute;
  box-sizing: border-box;
  border: 1px white dashed;
  opacity: 0.2;
  background: black;
  transition: opacity 1s;
  padding: 0;
  margin: 0;
  z-index: 11;
  cursor: pointer;
}
.login-sidebar {
  background: linear-gradient(147.04deg, #0a6286 0.74%, #0a6286 99.61%);
}

