
.login-screen-bg-img {
  background-image: url("../img/auth-bg.png");
}

/*== To handle dropdown clear button issue ===*/
/*.select2-container--bootstrap5 .select2-selection__clear {*/
/*    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--kt-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");*/
/*    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")*/
/*}*/

@media (min-width: 992px) {
  .app-content {
    padding-top: 18px;
    padding-bottom: 18px;

  }
}

@media (min-width: 992px) {
  .app-sidebar-menu .menu > .menu-item > .menu-link > .menu-title {
    font-weight: unset;
    font-size: 1.1rem;
  }
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
  color: unset;
}

.text-right {
  text-align: right;
}

.form-control-solid {
  border: 1px solid #ebebeb !important;
}

.form-select-solid {
  border: 1px solid #ebebeb !important;
}

/*p {*/
/*  margin-top: unset;*/
/*  margin-bottom: unset !important;*/
/*}*/

.article-content h1, h2, h3 {
  margin-bottom: 1.5rem;
}

.article-content p {
  line-height: 2rem;
  font-size: 16px;
}

.article-content .ak-ul li p{
  margin-bottom: 0.5rem;
  line-height: unset !important;
}

.mce-toc {
  margin-bottom: 2rem;
}

.mce-toc ul li{
  font-size: 16px;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 0.5em 10px;
}

blockquote p {
  display: inline;
}

.ml-auto {
  margin-left: auto;
}

/*============= Begin::Required Field ============*/
.field-validation-error {
  margin-top: 5px;
  color: #f1416c;
}

.required-filed:after {
  content: " *";
  font-weight: bold;
  color: #f1416c;
}

.validation-summary-errors {
  background-color: #ffe2e5;
  border-color: transparent;
  color: #f1416c;
  padding: .75rem 1.25rem;
  display: flex;
}

.validation-summary-errors > ul {
  margin-top: 1rem;
  padding-left: 1.5rem;
}

/*============= End::Required Field ============*/

/*============= Begin::Dropzone ============*/

.dropzone .max-files-warning {
  display: none;
  color: #f1416c;
}

.dropzone.dz-max-files-reached .max-files-warning {
  display: inline;
}

/*============= End::Dropzone ============*/

/*.tagger-highlight {*/
/*  !* Light yellow background with subtle transparency *!*/
/*  background-color: rgba(255, 255, 0, 0.2);*/

/*  !* Smooth transition for hover effect *!*/
/*  transition: background-color 0.2s ease;*/

/*  !* Subtle rounded corners and padding *!*/
/*  border-radius: 3px;*/
/*  padding: 0 2px;*/

/*  !* Optional: light border *!*/
/*  border-bottom: 1px dashed #ffd700;*/
/*}*/

/*!* Hover effect to make it more interactive *!*/
/*.tagger-highlight:hover {*/
/*  background-color: rgba(255, 255, 0, 0.3);*/
/*}*/