@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Nunito' !important;
}

.card {
  box-shadow: none !important;
  padding: 15px !important;
  border-radius: 15px !important;
}

.dropzone-file {
  border: 1px dashed #007bff;
  border-radius: 30px;
  padding: 10px;
}

.main-header {
  background-color: #ef8321 !important;
  /* background: linear-gradient(#ef8321bc, #ef8321); */
}

.sidebar,
aside {
  background-color: #fff !important;
}

.sidebar a {
  color: #495057 !important;
}

.brand-link {
  border-bottom: none !important;
}

a.active {
  background-color: #ef8321 !important;
  box-shadow: none !important;
  color: #fff !important;
}

label {
  font-size: 13px;
  color: #161515;
}

/* Style the range slider track */
.form-control-range-sm {
  -webkit-appearance: none;
  width: 10%;
  height: 8px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.15s ease-in-out;
}

/* Style the range slider thumb */
.form-control-range-sm::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  background: #ef8321;
  border-radius: 50%;
  cursor: pointer;
}

.form-control-range-sm::-moz-range-thumb {
  width: 13px;
  height: 13px;
  background: #ef8321;
  border-radius: 50%;
  cursor: pointer;
}

.form-control-range-sm::-ms-thumb {
  width: 13px;
  height: 13px;
  background: #ef8321;
  border-radius: 50%;
  cursor: pointer;
}

.btn-primary {
  background: #ef8321 !important;
  border: none !important;
}

h5.text-primary {
  background: #ef8321 !important;
  color: #fff !important;
  padding: 2px 5px;
  width: 35%;
  text-align: center;
}

.exoneration.text-primary {
  background: #ef8321 !important;
  color: #fff !important;
  padding: 2px 5px;
  text-align: center;
}

.btn-default,
.badge-default {
  background: #a7a7a7 !important;
  border: none !important;
  color: #fff !important;
}

.btn-gray {
  background: #f0f1f7 !important;
  border: none !important;
  color: #000 !important;
}

.btn {
  border-radius: 5px !important;
}

.navbar-nav a {
  color: #fff !important;
}

.file-input-wrapper {
  position: relative;
  display: inline-block;
}

.file-input-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.file-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.border {
  border-radius: 15px !important;
}

.info-box {
  box-shadow: none !important;
  border: 1px solid #f0f1f7 !important;
  border-radius: 10px !important;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
}

.custom-checkbox input {
  opacity: 0;
  width: 20px;
  height: 0;
}

.custom-checkbox-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.custom-checkbox input:checked + .custom-checkbox-box {
  background-color: #ef8321;
}

.custom-checkbox input:checked + .custom-checkbox-box:after {
  content: '';
  position: absolute;
  display: block;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.empty-img {
  background-image: url('/assets/empty.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
