/* General Styles */
.ui-datepicker {
    z-index: 10000 !important;
}

span {
    font-weight: 600;
}

.headline {
    color: var(--primary-color);
}

.main-btn {
    border-radius: 30px;
}

.aar-btn-secondary {
    background-color: #ee1c24;
}

/* Table Styles */
.table-wrap {
    overflow-x: scroll;
}

.table {
    background: #fff;
    box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
}

.table thead.thead-primary {
    background: #f78930 !important;
}

.table thead th {
    border: none;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    background: #f78930 !important;
}

.table tbody tr {
    margin-bottom: 10px;
}

.table tbody th,
.table tbody td {
    border: none;
    padding: 30px;
    font-size: 14px;
    background: #fff;
    vertical-align: middle;
    border-bottom: 2px solid #f8f9fd;
}

.table tbody th.scope {
    background: #e8ebf8;
    border-bottom: 2px solid #e0e5f6;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .main-btn {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .table tbody td:nth-child(odd) {
        background: #f4f6fc;
        border-bottom: 2px solid #eceffa;
    }
}
