.bg-theme {
    background-color: #093e73 !important;
    color: #fff !important;
}

.navbar-nav .nav-link {
    color: #fff !important;
}

.tab-content {
    border-bottom: 1px solid #e3eaf0 !important;
    border-left: 1px solid #e3eaf0 !important;
    border-right: 1px solid #e3eaf0 !important;
}

#cancellationTblList {
    font-size: 12px !important;
    text-align: center !important;
}

#reservationSearch,
#cancellationSearch {
    float: right !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #093e73 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    border: 1px solid #eaecef !important;
    border-radius: 0px !important;
}


/* Refund Form Design */

#refundForm thead tr {
    text-align: center;
}

.bookingCurrencyCode,
.baseCurrencyCode,
#paidCredit,
#paidAmount,
#dpr_paidCredit,
#dpr_paidAmount {
    color: red;
}


/* Popover dialog Design update */

.popover.fade.show.bs-popover-right h3.popover-header {
    background-color: red !important;
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
}

.popover-header h3 {
    color: white !important;
}


/* Dispute Refund */

#dpr_refund_by {
    text-transform: capitalize;
}

#footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 250px;
    padding: 2px;
}