/* Define @font-face rules for each custom font */
@font-face {
    font-family: deliverylight;
    src: url(deliveryfont/Delivery_A_LtIt.ttf);
}

@font-face {
    font-family: deliveryregular;
    src: url(deliveryfont/Delivery_A_Rg.ttf);
}

@font-face {
    font-family: deliverybold;
    src: url(deliveryfont/Delivery_A_Bd.ttf);
}

/* Apply the custom fonts to specific elements */

*,
input,
select,
textarea,
button,td,label,
span,a,th,
div,
p {
    font-family: deliveryregular !important; /* Default font for all elements */
}
select::-ms-expand {
    font-family: deliveryregular !important; /* For IE */
}

select option {
    font-family: arial !important; /* For Firefox */
}

.btn.btn-default.buttons-excel.buttons-html5 {
	color: #fff;
}

h1, h2, h3, h4, h5, h6,.title {
    font-family: deliverybold !important; /* Specific font for headings */
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: unset !important;
}
table thead {
	background-color: rgb(229 229 229) !important;
}
table thead tr {
	background-color: rgb(229 229 229) !important;
}
.modal-body{
    background:#fff !important;
}
.modal-body label{
    color:#333 !important;
}
.modal-body #showleadsfrontline_info{
    color:#333 !important;
}
tr:nth-child(odd) {
            background-color: #fff;
}
tr:nth-child(even) {
    background-color: rgb(242 242 242) !important;
}