/**
 * This file is part of Aksara CMS, both framework and publishing
 * platform.
 *
 * @author     Aby Dahana <abydahana@gmail.com>
 * @copyright  (c) Aksara Laboratory <https://aksaracms.com>
 * @license    MIT License
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the LICENSE.txt file.
 *
 * When the signs is coming, those who don't believe at "that time"
 * have only two choices, commit suicide or become brutal.
 */
body {
  overflow-x: hidden;
  position: relative;
}
html.fix-scrollbar body {
  overflow-x: inherit;
}
body.content-expanded .navbar,
body.content-expanded [role=breadcrumb] {
  display: none;
}
body.content-expanded #page-wrapper {
  background: #fff;
  z-index: 1081
}
body.content-expanded [role=content] {
  position: fixed !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  overflow-y: hidden;
}
th[align=right] {
  text-align: right!important
}
.clip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gradient {
  background-image: linear-gradient(
    to right,
    rgba(30, 30, 30, 0),
    rgba(255, 255, 255, 0.5)
  );
}
.gradient-top {
  background: linear-gradient(
    to top,
    rgba(50, 50, 50, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.gradient-right {
  background: linear-gradient(
    to right,
    rgba(50, 50, 50, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.gradient-bottom {
  background: linear-gradient(
    to bottom,
    rgba(50, 50, 50, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.gradient-left {
  background: linear-gradient(
    to left,
    rgba(50, 50, 50, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.tooltip {
  position: absolute !important;
  top: 0;
}
.toast-container {
  z-index: 1090 !important;
}
.toast {
  border-radius:1.25rem!important
}
.callout {
  border-width: 0!important;
  border-left-width: .25rem!important
}
.offcanvas-header {
  padding: .75rem 1rem!important
}
.modal-backdrop.show ~ .modal-backdrop.show {
  z-index: 1055 !important;
}
.modal.show ~ .modal.show {
  z-index: 1056 !important;
}
.modal-body .mCSB_container {
  padding: 3px;
}
.modal-body > .--validation-callback.alert {
  margin-left: -1rem !important;
  margin-right: -1rem!important;
  margin-bottom: -1rem !important;
}
.mx--3 {
  margin-left: -.75rem!important;
  margin-right: -.75rem!important
}
.modal-body .mx--3,
.card-body .mx--3,
.alert .mx--3 {
  margin-left: -1rem!important;
  margin-right: -1rem!important
}
.card-body .list-group .list-group-item span.float-end {
  float: inherit!important
}
.sortable {
  cursor: pointer;
}
.sortable .sort-icon {
  margin-top: 5px;
}
#option-modal-title .mdi.mdi-cogs,
.list-group-item-action i {
  width: 30px;
  display: inline-block;
}
.btn-group-sm .rounded-end {
  border-top-right-radius: .25rem!important;
  border-bottom-right-radius: .25rem!important;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
}
.text-justify {
  text-align: justify
}
.text-break-word {
  word-break: break-word;
}
.text-break-all {
  word-break: break-all;
}
.text-sm {
  font-size: 0.75rem !important;
}
.text-muted {
  color: #a8a8a8 !important;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 2px dashed #ced4da;
  background: #f9fcff;
  min-height: 38px;
}
.btn.btn-file > input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: 0;
  cursor: inherit;
  display: block;
}
.fileupload-new {
  min-height: 36px;
  max-width: 128px
}
.fileupload-new img {
  border-radius: var(--bs-border-radius);
}
.fileuploader-item.row {
  margin-right: 0;
  margin-left: 0;
}
.fileuploader-item.row .col-2,
.fileuploader-item.row .col-10 {
  padding: 0;
}
.fileuploader-item.row .col-2 {
  padding-right: 1rem;
}
button:focus,
.btn:focus,
button:active,
.btn:active,
button:visited,
.btn:visited {
  outline: none;
  box-shadow: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  resize: none !important;
}
.form-control::placeholder {
  opacity: .75!important
}
.form-control[readonly],
.form-control:focus[readonly] {
  background: #e9ecef;
  opacity: 1;
}
.form-control:focus {
  box-shadow: none !important;
}
.input-group>.select2-container {
  margin-left:0!important
}
.custom-file-label {
  border: 2px dashed #ced4da !important;
  background: #f9fcff;
  white-space: nowrap;
  overflow: hidden;
}
.custom-file-label::after {
  height: auto;
}
.no-wrap {
  white-space: nowrap;
}
.CodeMirror {
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  border: 1px solid #ced4da !important;
  background-color: #fff !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.CodeMirror-lines,
.CodeMirror pre {
  padding: 0 !important;
}
.CodeMirror,
.CodeMirror-scroll {
  min-height: auto !important;
}
.CodeMirror-scroll {
  overflow: hidden !important;
}
.editor-toolbar a {
  height: 24px !important;
}
.editor-toolbar a:before {
  line-height: 22px !important;
}
blink {
  animation: blink 0.8s ease-in-out infinite;
}
.mdi-2x {
  font-size: 2rem;
}
.mdi-3x {
  font-size: 3rem;
}
.mdi-4x {
  font-size: 4rem;
}
.mdi-5x {
  font-size: 5rem;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #ced4da;
  overflow-x: hidden;
  overflow-y: auto;
}
.autocomplete-suggestion {
  padding: 0.375rem 0.75rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.autocomplete-suggestion strong {
  color: #007bff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.autocomplete-suggestion:hover {
  color: #fff;
  background: #007bff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.autocomplete-suggestion:hover strong {
  color: #ff0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.autocomplete-no-suggestion {
  padding: 0.375rem 0.75rem;
  color: #999;
  font-size: small;
}
.navbar-collapse.show .navbar-nav .nav-link i.mdi,
.navbar-collapse.collapsing .navbar-nav .nav-link i.mdi {
  width: 2rem;
}
.table .MsoNormal {
  margin-bottom: 0;
}
.mejs__container {
  padding-top: 0 !important;
}
.mejs__container,
.mejs__embed,
.mejs__embed body,
.mejs__controls:not([style*="display: none"]) {
  background: transparent !important;
}
.ripple {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: inherit;
  pointer-events: none;
  animation: ripple-shadow 0.4s forwards;
  -webkit-animation: ripple-shadow 0.4s forwards;
}
.rippleWave {
  backface-visibility: hidden;
  position: absolute;
  border-radius: 50%;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  background: rgba(255, 255, 255, 1);
  opacity: 0.45;
  animation: ripple 1s forwards;
  -webkit-animation: ripple 1s forwards;
}
@keyframes ripple-shadow {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  20% {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes ripple-shadow {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  20% {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes ripple {
  to {
    transform: scale(24);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  to {
    -webkit-transform: scale(24);
    opacity: 0;
  }
}

@media (min-width: 576px) {
 .text-sm-justify {
  text-align: justify
 }
}

@media (min-width: 768px) {
  .text-md-justify {
   text-align: justify
  }
}

@media (min-width: 992px) {
  .text-lg-justify {
   text-align: justify
  }
}

@media (min-width: 1200px) {
  .text-xl-justify {
   text-align: justify
  }
}

@media (min-width: 1400px) {
  .text-xxl-justify {
   text-align: justify
  }
}

@media (max-width: 575.98px) {
  .navbar-brand {
    max-width: 80%
  }
  .card a>img.rounded.w-100 {
    max-height: 200px;
    object-fit: cover;
  }
  .toast-container.position-fixed.bottom-0.end-0 {
    width: 100%;
    top: 60px!important;
    left: 0!important;
    right: 0!important
  }
  .toast-container.position-fixed.bottom-0.end-0 .toast {
    width: 100%;
    max-width: 575.98px!important
  }
}

@media (max-width: 767.98px) {
  
}

@media (max-width: 991.98px) {
  
}

@media (max-width: 1199.98px) {
  
}

@media (max-width: 1399.98px) {
  
}

.fileupload-new .img-fluid {
    width: 100%
}
body{background: #ffffff!important; color: #333333!important}
body{background: #ffffff!important; color: #333333!important}
#header-wrapper{background: #297bbf!important; color: #fafafa!important}
#footer-wrapper{background: #ffffff!important; color: #333333!important}
#breadcrumb-wrapper{background: #fff!important; color: #333!important}
#sidebar-wrapper{background: #fafafa!important; color: #333333!important}
