td .white-space-normal{
    white-space: normal;
}

.btn-primary-translucent {
    background-color: rgba(11, 157, 254, 0.5);
    /* 50% opacity */
    color: white;
    /* Set the text color as needed */
}

.btn-primary-translucent:hover {
    background-color: rgba(11, 157, 254, 0.7);
    /* Darker on hover */
    color: white;
    /* Set the text color as needed */
}
.btn-secondary-translucent {
    background-color: rgba(0, 0, 0, 0.5);
    /* 50% opacity */
    color: white;
    /* Set the text color as needed */
}

.btn-secondary-translucent:hover {
    background-color: rgba(0, 0, 0, 0.7);
    /* Darker on hover */
    color: white;
    /* Set the text color as needed */
}

.dropzone {
    border: 2px dashed #009efd;
    border-radius: 0.5rem;
    padding: 1rem;
    min-height: 6rem;
}

.dropzone .dz-message {
	text-align: center;
	margin: 0.5rem 0;
}

/* For Chrome, Safari, Edge, Opera */
.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.no-arrows {
    -moz-appearance: textfield;
}

/* For IE 10+ */
.no-arrows::-ms-clear,
.no-arrows::-ms-reveal {
    display: none;
}
