.bonus-history .booking-history-wrap .booking-min-table-cont {
    margin-bottom: 25px;
}

.bonus-count-message {
    margin-bottom: 20px;
}

.bonus-count-message a,
.bonus-count-message {
    font-weight: 600;
    color: #cf5919;
}

.bonus-count-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 767px) {
    .bonus-count-message {
        flex-wrap: wrap;
    }
}

.bonus-count-message .site-btn {
    width: 200px;
    min-width: 200px;
    height: 40px;
    background-color: #0c5460;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
}

.bonus-count-message a {
    text-decoration: underline;
}

.history-wrap .bonus-nights-recalculate {
    width: auto;
    float: none;
    background: #1ccc78;
    padding: 0 10px;
}

.history-wrap table tr.no-border td {
    border-top: none;
}

.history-wrap table tr td {
    vertical-align: top;
}

.history-wrap table tr .transaction-line-type {
    position: relative;
}

.history-wrap table tr .transaction-line-type .info-text {
    margin-right: 15px;
}

.history-wrap table tr .transaction-line-type .cancel-transaction {
    position: absolute;
    right: 5px;
    top: 10px;
}

.history-wrap .calendar {
    background-color: #fff;
    background-position: 96% 10px;
    cursor: pointer;
}

.history-wrap .btn-replenish {
    background-color: #21c175;
    color: #fff;
    border-radius: 0;
    width: 280px;
    height: 40px;
    text-transform: uppercase;
    padding: 9px 12px;
}

.history-wrap form {
    background-color: #01689e;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
}

.history-wrap .site-btn {
    float: right;
    margin-bottom: 15px;
    height: 40px;
    margin-top: 22px;
    line-height: 40px;
    background-color: #008ed9;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

.history-wrap .site-btn.success {
    background-color: #21c175;
}

.history-wrap .site-btn.dark-green {
    background-color: #25866d;
}

.history-wrap .site-btn.warning {
    background-color: #ff9b0b;
}

.history-wrap .control-label {
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
}

.history-wrap .select2-container--krajee .select2-selection {
    border-radius: 0;
    height: 40px;
    line-height: 26px;
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.history-wrap .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 0;
    height: 38px;
}

.history-wrap .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    color: #1d1d1d;
}

.history-wrap .select2-container--krajee .select2-selection__clear {
    line-height: 1.5;
}

.history-wrap .has-success .select2-container--open .select2-selection,
.history-wrap .has-success .select2-container--krajee.select2-container--focus .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.history-wrap .has-success .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.history-wrap .form-control {
    border-radius: 0;
    height: 40px;
    font-size: 15px;
    color: #1d1d1d;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.history-wrap .has-error .form-control {
    border-color: #a94442;
}

.history-wrap .table-responsive {
    padding: 0;
}

.history-wrap .table {
    margin-top: 10px;
}

.history-wrap .table thead th {
    padding: 3px;
}

.history-wrap .table thead th {
    border-bottom: 0;
    color: #1a1a1a;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.history-wrap .table tbody {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.33);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #333;
    font-size: 14px;
}

.history-wrap .table tbody tr td {
    position: relative;
    padding: 15px 8px;
}

.history-wrap .table tbody tr td:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
}

.history-wrap .table tbody tr td:last-child:after {
    display: none;
}

.history-wrap .table tbody tr:nth-child(2n-1) {
    background-color: #dee6ed;
}

.history-wrap .table tbody tr:nth-child(2n-1) td:after {
    background-color: #c8ced2;
}

.history-wrap .table tbody tr:nth-child(2n) {
    background-color: #f6f9fb;
}

.history-wrap .table tbody tr:nth-child(2n) td:after {
    background-color: #d9dbdc;
}

.history-wrap .table tfoot {
    background-color: #6a7688;
    color: #fff;
    box-shadow: inset 0 5px 7px 0 rgba(0, 0, 0, 0.2);
}

.bonus-history-exclamation {
    display: flex;
    align-items: center;
}

.bonus-history-exclamation a {
    color: inherit;
}

.bonus-history-exclamation svg {
    fill: #cf5919;
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .history-wrap form {
        padding: 20px 25px;
    }
}
