
.history-nav {
    position: relative;
}

.sports-account h3 {
    font-weight: bold;
    color: var(--colorAccountText);
}

.btn-history-filter {
    position: absolute;
    display: none;
    right: 0px;
    top: 2px;
    font-size: 10px;
    color: var(--colorAccountText);
    background-color: var(--colorAccountBtn);
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px 6px 0 6px;
}

.btn-history-filter img {
    transform: rotate(45deg);
}

.btn-history-filter.collapsed {
    border-radius: 6px;
}

.btn-history-filter.collapsed img {
    transform: rotate(0deg);
}

.btn-history-filter:focus,
.btn-history-filter:hover {
    outline: none;
    box-shadow: none;
}

#history-filter.collapse:not(.show) {
    display: block;
}

.bgr-account #lottoIframe {
    background-color: transparent;
}

.n-padding {
    padding: 0;
}

#history-search .form-group {
    margin-bottom: 0;
}

.secondary-nav {
    justify-content: space-between;
    margin-bottom: 10px
}

.secondary-nav .nav-box {
    margin: 0;
    padding: 0;
}

.account-box-buttons {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    column-gap: 10px;
}

.sports-account .account-box-buttons #btn-clear-myhistory {
    background-color: #ff0000;
    color: #fff;
}

.sports-account .account-box-buttons .btn-default {
    color: #fff;
    background-color: var(--themeColor1) !important;
}

.sports-account .account-box-buttons .btn-red {
    background-color: #ff0000;
    color: #fff;
}

.sports-account .voucher-details .account-box-buttons .btn-default {
    background-color: #0069d9 !important;
}

.sports-account .voucher-details .account-box-buttons {
    margin: 0 !important;
}
