﻿@import url('/theme/css/binance-theme.css?v=2');

/*.swal2-title{
    color:black !important;
}*/
body {
    height: 100vh;
}
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #ffffff;
    text-decoration: none;
    background-color: #161615;
    border: #1f1f1f;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
    .page-link.active, .active > .page-link {
        z-index: 3;
        color: white !important;
        background-color: #dbae14 !important;
        border-color: #d7a114 !important;
        font-weight: bolder;
    }

    .page-link.disabled, .disabled > .page-link {
        color: rgb(121 127 129);
        pointer-events: none;
        background-color: #161615;
        border-color: #1f1f1f;
    }
.pagination {
    margin-bottom: 0;
}


.btn.btnInterestRate.active {
    background: #fbcc0b;
    font-weight: bold;
}

/*.theme-warning .text-primary {
    color: #ffce00 !important;
}
.link-warning {
    color: #ffce00 !important;
}
.dark-skin .text-dark {
    color: #eaeaea !important;
}
.theme-warning .text-success {
    color: #00ff78 !important;
}
.input-group .input-group-text {
    border-color: #ffe8005e;
    border-radius: 5px;
}
.card-img, .card-img-top, .card-img-bottom {
    width: 70%;
}
.box-img, .box-img-top, .box-img-bottom {
    text-align: center;
    background: #000000;
}

@media (max-width: 767px) {
    .content {
        padding: 1.5rem 1rem 0px 1rem;
    }
}
*/
