.swal2-confirm,
.btn-primary {
  background-color: #2a2dad !important;
}
.custom-money {
  font-size: 18px;
}
.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: 17em;
  background: rgba(255, 255, 255, .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;
}
.modal-header h5{font-size: 17px} 
.text-bold{font-weight:  bolder;}
