/* @import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities'; */

body{
  font-family: 'Poppins', sans-serif !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f1f1f1 !important;
}

.brand-image{
  filter: grayscale(30%);
}

.dataTables_filter label {
  text-align: right !important;
}

.dataTables_filter label input {
  width: 50% !important;
  float: right !important;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

.wizard {
  position: relative;
}

.wizard>.steps .current-info,
.title,
.wizard>.steps .number {
  display: none;
}

.wizard>.steps ul {
  display: flex;
  justify-content: center;
}

.wizard>.steps li a {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  width: auto;
  height: auto;
  border-radius: 10px;
  background: #d4d7da;
  margin-right: 78px;
  position: relative;
}

.wizard>.steps li a:before {
  content: "";
  width: 58px;
  height: 2px;
  background: #d4d7da;
  position: absolute;
  left: -69px;
  top: 17px;
}

.wizard>.steps li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #3490dc;
  position: absolute;
  left: -69px;
  top: 17px;
  transition: all 0.6s ease;
}

.wizard>.steps li.first a {
  background: #3490dc;
}

.wizard>.steps li.checked a {
  background: #3490dc;
}

.wizard>.steps li.checked a:after {
  width: 58px;
}

.wizard>.steps li.error a {
  background: #dc3545;
}

.wizard>.steps li:last-child a {
  margin-right: 0;
}

.wizard>.steps li:first-child a:before {
  display: none;
}

.wizard>.steps li:first-child a:after {
  display: none;
}

.wizard>.content {
  position: relative;
}

.actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.actions ul {
  display: flex;
}

/* NEXT BUTTON */

.actions li a {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #333333;
  background-color: #eaedf0;
  border-color: #eaedf0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-right: 23px;
}

.actions li a:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 8px;
}

.actions li a:hover {
  background: #d4d7da;
  border-color: #d4d7da;
}

.actions li:last-child a {
  padding: 0.25rem 0.5rem;
  padding-left: 23px;
}

/* PREVIOUS BUTTON */

.actions li:first-child a {
  padding: 0.25rem 0.5rem;
  padding-left: 23px;
}

.actions li:first-child a:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 8px;
}

/* SAVE BUTTON */

.actions li:nth-child(2) a,
.actions li:last-child a {
  margin-left: 10px;
}

.actions li[aria-disabled="false"]~li a {
  background-color: #38c172;
  border-color: #38c172;
  color: white;
}

.actions li[aria-disabled="false"]~li a:hover {
  background: #2fa360;
  border-color: #2fa360
}

.actions li:last-child a:before {
  content: "\f0c7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 8px;
}

.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 1s;
}

.lock:hover {
  cursor: pointer;
}

.image-area {
  border: 2px dashed rgba(0, 0, 0, 0.7);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  content: 'Preview gambar';
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
  max-height: 200px;
}

.nav-link.active{
  background-color: #20c997;
  border-radius: .5rem;
  color: white !important;
}

.required-sign{
  color: #dc3545;
  margin-left: 1px;
}
