.select2-search__field.form-control {
  box-shadow: none!important;
  border: unset!important;
}

.light-style .select2-container--default .select2-search--dropdown {
  border-bottom: 1px solid #d9dee3!important;
}

@media (min-width: 576px) {
  .custom-scrollbar {
    transition: all .8s;
  }
  .custom-scrollbar:hover {
    z-index: 1;
  }
  
  /* width */
  .custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .custom-scrollbar-1::-webkit-scrollbar {
    width: 8px!important;
    height: 8px!important;
  }

  .custom-scrollbar::-webkit-scrollbar:hover {
    width: 8px!important;
    height: 8px!important;
  }

  .custom-scrollbar-1::-webkit-scrollbar-track,
  .custom-scrollbar-1::-webkit-scrollbar-thumb {
    border-radius: 7px;
  }

  .custom-scrollbar-1::-webkit-scrollbar-track:hover {
    background-color: rgb(0 0 0 / 5%);
  }

  .custom-scrollbar-1::-webkit-scrollbar-thumb {
    background-color: rgb(0 0 0 / 5%);
  }

  /* Handle */
  .custom-scrollbar:hover::-webkit-scrollbar-thumb,
  .custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0 0 0 / 25%);
  }

  #performanceChart.card-separator {
    border-style: none !important;
  }
}

.select2-results__options {
  position: relative;
}

.custom-upload-avatar,
.custom-upload-flag {
  height: 2.151rem;
}

.avatar-file-input,
.flag-file-input,
.icon-file-input {
  height: 0!important;
  width: 0!important;
  opacity: 0!important;
}

@media (min-width: 576px) {
  .custom-upload-avatar,
  .custom-upload-flag {
    height: 2.46rem!important;
  }
}

@media (max-width: 576px) {
  .nav-sm-fill>.nav-link,.nav-sm-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
  }

  .nav-sm-fill .nav-item {
    width: 100%
  }

  .nav-tabs:not(.nav-sm-fill):not(.nav-justified) .nav-link, .nav-pills:not(.nav-sm-fill):not(.nav-justified) .nav-link {
    width: 100%
  }

  html:not([dir=rtl]) .nav-align-top .nav-tabs:not(.nav-sm-fill)~.tab-content {
    border-top-right-radius: .375rem
  }
}

.craftygrumpy {
  font-family: "Crafty Girls", cursive;
  letter-spacing: .3em;
  /*font-size: 1.125em;*/
  animation: pulse 2.5s linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
    opacity: .25;
  }
  50% {
    transform: scale(1.2, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: .25;
  }
}

.f-craftygrumpy {
  font-family: "Crafty Girls", cursive;
}

.custom-modal-top {
  z-index: 1096!important;
}

.grumpy-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

.grumpy-need-center::before {
  vertical-align: middle!important;
}

.custom-input-with-ajax.has-validation>.form-control:not(:first-child):not(:last-child) {
  border-top-right-radius: .375rem!important;
  border-bottom-right-radius: .375rem!important;
  border-right: 1px solid #d9dee3!important;
}

.custom-input-with-ajax.has-validation>.form-control:not(:first-child):not(:last-child):focus {
  border-color: #696cff!important;
}

.custom-input-with-ajax>.form-control:not(:first-child):not(:last-child).is-invalid {
  border-top-right-radius: .375rem!important;
  border-bottom-right-radius: .375rem!important;
  border-right: 1px solid #ff3e1d!important;
}

.custom-input-with-ajax>.form-control:not(:first-child):not(:last-child):focus.is-invalid {
  border-color: #ff3e1d!important;
}

.alert-modal {
  z-index: 1076!important;
}

@media(max-width: 768px) {
  .z-index-1099 {
    z-index: 1099!important;
  }

  .z-index-1100 {
    z-index: 1100!important;
  }

  .z-index-1105 {
    z-index: 1105!important;
  }
}

@media(min-width: 576px) {
  .yearing-end-0 {
    right: 3.1em
  }
}

.form-check-input,.form-check-label {
  cursor: pointer;
}

#utilities {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
  font-size: inherit !important;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 360px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transform: translateX(380px);
  -ms-transform: translateX(380px);
  transform: translateX(380px);
}

#utilities .utilities-btn {
  position: absolute;
  top: 223px;
  left: 0;
  z-index: -1;
  display: block;
  width: 42px;
  height: 42px;
  border-top-left-radius: 15%;
  border-bottom-left-radius: 15%;
  background: #333;
  color: #fff !important;
  text-align: center;
  font-size: 18px !important;
  line-height: 42px;
  opacity: 1;
  -webkit-transition: all .1s linear .2s;
  -o-transition: all .1s linear .2s;
  transition: all .1s linear .2s;
  -webkit-transform: translateX(-62px);
  -ms-transform: translateX(-62px);
  transform: translateX(-62px)
}

@media(max-width: 991.98px) {
  #utilities .utilities-btn {
      top: 223px
  }
}

#utilities .utilities-btn::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-size: 100% 100%;
  position: absolute;
  margin: 10px
}

[dir=rtl] #utilities .utilities-btn {
  border-radius: 0;
  border-top-right-radius: 15%;
  border-bottom-right-radius: 15%
}

[dir=rtl] #utilities .utilities-btn::before {
  margin-left: -2px;
}

.canvas-open .utilities-btn,
#template-customizer.canvas-open .template-customizer-open-btn {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.view_cover:hover,
.view_breadcrumb:hover {
  background-color: #4359711f;
}

.view_cover,
.view_breadcrumb {
  transition: all .2s ease-in-out
}

table.showList {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.misc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - (1.625rem * 2));
  text-align: center;
}

.z-index-1105 {
  z-index: 1105!important;
}

.card-hover-border-primary:hover {
  border-color: #696cff !important;
}

#activityCode img {
  width: 68%;
}

.select-tagify-mode .tagify.form-control {
  height: 38.55px;
  cursor: pointer;
}

.select-tagify-mode .tagify.form-control::after {
  /*content: "﹥";*/
  content: "";
  font-weight: 800;
  font-size: 1.1em;
  left: 97.3%;
  color: #566a7f;
}

/*
.tagify__tag__removeBtn {
  display: none!important;
}
*/

.select-tagify-mode .tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  bottom: 0;
  right: unset;
}

.select-tagify-mode .tagify__tag {
  line-height: 1;
  margin: .375rem .375rem .375rem 0 !important;
}

.select-tagify-mode .tagify__tag .tagify__tag__avatar-wrap {
  border-radius: 0%;
}

.select-tagify-mode .tagify--select .tagify__tag div {
  display: block;
}

.select-tagify-mode .tagify__tag__removeBtn:hover {
  color: #fff;
  background: red;
}

.select-tagify-mode .tagify__tag:hover:not([readonly]) div::before,
.select-tagify-mode .tagify__tag:focus div::before {
  opacity: inherit!important;
  background-color: #ffbeb3;
}

.select-tagify-mode .tagify__tag__removeBtn:hover+div>span {
  opacity: inherit!important;
  background-color: #ffbeb3;
}

#showCriteria .btn-outline-primary:hover {
  color: #696cff !important;
  background-color: rgba(67, 89, 113, 0.06) !important;
  border-color: #d9dee3 !important;
  box-shadow: unset !important;
  transform: unset !important;
}

#showCriteria .btn-outline-primary:hover .badge.bg-danger {
  color: #fff!important
}

#showCriteria .btn-check:focus+.btn-outline-primary,
#showCriteria .btn-outline-primary:focus {
  color: #696cff !important;
  background: rgba(0,0,0,0) !important
}

#showCriteria .btn-check:checked+.btn-outline-primary, .btn-check:active+.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff !important;
  background-color: #595cd9 !important;
  border-color: #595cd9 !important
}

.misc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 1.5rem * 2);
  text-align: center;
}

.authentication-wrapper.authentication-basic .authentication-inner .card {
  z-index: 1;
}

.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}

.authentication-wrapper.authentication-basic .authentication-inner .card {
  padding: 1.5rem;
}

.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 460px;
  position: relative;
}

.authentication-wrapper .authentication-inner {
  width: 100%;
}

.opacity-85 {
  opacity: .85 !important;
}

.pratinjau .owl-stage {
  padding-top: 2rem!important;
  padding-bottom: 2rem!important;
}

.pratinjau .owl-nav {
  width: 100%;
  /* height: 150px; */
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pratinjau .owl-nav .owl-prev,
.pratinjau .owl-nav .owl-next {
  width: 44px;
  height: 44px;
  /* background-color: rgba(51, 51, 51, 0.5); */
  border-radius: 50%;
  /* line-height: 42px; */
  font-size: 20px;
  /* color: #fff; */
  margin-right: 30px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid transparent;
  color: #697a8d;
  transition: all .2s ease-in-out;
}

.pratinjau .owl-nav .owl-prev:hover,
.pratinjau .owl-nav .owl-next:hover {
  /* background-color: rgba(51, 51, 51, 1); */
  color: #5f61e6;
  /* background-color: ; */
  border-color: transparent
}

.pratinjau .owl-nav .owl-next {
  margin-right: 0;
}

.swal-title-centered {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
  width: 100%;
  margin: 0 auto 1rem auto !important;
  font-weight: 700;
  font-size: 1.5rem;
}

.swal-popup-wide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .modal .tagify__dropdown {
  z-index: 99999 !important;
  position: absolute !important;
  width: 100% !important;
}

.tagify__dropdown--modal {
  z-index: 2000 !important;
  position: absolute !important;
} */