* {
  outline: none;
}
.btn-check:focus + .btn,
.btn:focus,
.form-select:focus {
  box-shadow: none;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 1;
}
input[type='text'] {
  border: #e7e8e8 2px solid;
  border-radius: 10px;
  font-size: 16px;
  padding: 5px 10px;
}

.btn-success {
  background: #2bb673;
  border-color: #2bb673;
}

/* 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;
}
button {
  border-radius: 10px;
  border: none;
  font-family: 'Swis721 BT Bold';
  font-size: 18px;
  padding: 0 15px;
  line-height: 1;
  background: #3278c2;
  color: #fff;
}
.action-box {
  display: flex;
  justify-content: flex-end;
  grid-gap: 20px;
  padding: 0 0 30px;
  position: relative;
  z-index: 1;
}
.reset {
  border: #bcbec0 1px solid;
  background: transparent;
  color: #bcbec0;
}
.reset:hover {
  color: #fff;
  /* border-color: var(--btn_seconday); */
  background: #bcbec0;
}
.action-box button {
  border-radius: 5px;
  min-height: 45px;
  font-size: 18px;
  padding: 0 15px;
  min-width: 140px;
  font-weight: 700;
  text-transform: uppercase;
}
button:hover {
  background: #203853;
}
input[type='date'] {
  text-transform: uppercase;
  padding: 5px 10px;
}
input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-calendar-picker-indicator,
input[type='month']::-webkit-inner-spin-button,
input[type='month']::-webkit-calendar-picker-indicator {
  opacity: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.widget-container > * {
  width: 100%;
  padding: 10px;
}
