.btn-primary {

    --bs-btn-bg: #F07B1A; /* Your desired color */
    --bs-btn-border-color: #F07B1A; /* Your desired color */
    --bs-btn-hover-bg: rgba(240,123,26,0.1);
    --bs-btn-hover-border-color: rgba(240,123,26,0.1);
    --bs-btn-disabled-bg: rgba(240,123,26,0.1);
    --bs-btn-disabled-border-color: rgba(240,123,26,0.1);
    /* Add any other custom styles here */
}

html {
    font-family: Raleway;
}

body {
	margin-bottom: 20px;
}

.table {
    vertical-align: middle;
}

.table-primary {
    --bs-table-bg: rgba(240,123,26,0.1);
    --bs-table-hover-bg: #F07B1A;
    height: 47px;
}

tbody tr td {
    height: 47px;
}

tbody tr td:first-child {
    width: 50%;
}

tbody tr td:nth-child(3) {
    width: 5%;
}

.button-upload {
    float: right;
}