:root {
    --primary-logo-color: #bc222a;
}
.bg-primary-color {
    background-color: var(--primary-logo-color) !important;
}
.swal2-title {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #000 !important;
    margin-top: 15px !important;
}

.swal2-styled.swal2-confirm {
    background-color: #a61036 !important;
    font-size: 15px !important;
    min-width: 120px !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}
.swal2-actions {
    display: block !important;
}
table.dataTable tbody th,
table.dataTable tbody td {
    border: 1px solid #ede6e6;
}
.tblheading {
    display: flex;
    margin-bottom: 32px;
}
.tblheading button {
    margin-left: 16px;
    margin-top: -7px;
    line-height: 1;
}
.badge {
    line-height: 15px;
    padding: 0.25em 1.4em;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
