.swal2-confirm,
.btn-primary {
  background-color: #2a2da6 !important;
}
.custom-money {
  font-size: 30px;
}
.select-company {
  transition: all 0.3s ease;
}

.select-company:hover {
  padding: 0.2em;
  background: #ebebeb;
  border-radius: 5px;
  transform: scale(1.1);
}
.uk-text-right1 {
  white-space: nowrap;
}

.modal-glass {
  margin-top: 5em;
  /* background: rgba(255, 255, 255, 0.54); */
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.modal-content {
  border: none;
}

.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.step-indicator .step {
  width: 33%;
  text-align: center;
  font-weight: bold;
  color: #ccc;
}
.step-indicator .step.active {
  color: #fff;
  background: #0f9628;
}

.step {
  border: solid rgb(207, 202, 202) 1px;
  background: #969698;
}
.custom-radio {
  transform: scale(1.5);
  margin-right: 0.5em;
}
.form-group-horizontal {
  display: flex;
  justify-content: left;
  align-items: left;
}
.form-group-horizontal label {
  font-size: 1.25em;
  margin-bottom: 0;
}

