body{
    font-family: 'Prompt', sans-serif;
}

.swal-text{
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

.datepicker-dropdown {
    z-index: 9999999 !important;
}
.modal-body {
  overflow-x: auto;
}

/* .ui-sortable{
    margin-left: 20px;
    margin-right: 20px;
} */
