.blue-btn {
    border: 1px solid #bcbcbc;
    /*height: 35px;*/
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    font-weight: 700;
    color: #ffffff;
    background-image: linear-gradient(0deg, rgba(111, 20, 17, 1) 0%, rgba(68, 18, 18, 1) 100%);
    margin: 5px;
    margin-right: 10px;
}

.transp2 {
    color: white !important;
}

.no-pad {
    padding: 0;
}

.blink_text {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 0.7s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    color: red;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1.0;
    }
}

.brand-logo {
    width: 200px;
}

.page-link {
    font-weight: bold;
    color: white;
    font-size: .7rem;
    padding: .5rem .8rem;
    border-radius: .5rem;
    margin-left: 2px;
    background: rgb(180, 0, 0);
    background: linear-gradient(180deg, rgba(180, 0, 0, 1) 54%, rgba(112, 4, 4, 1) 100%);
}

.page-item.active .page-link {
    background: whitesmoke !important;
    color: #0B0B0B;
    border-color: rgba(112, 4, 4, 1);
}

.vld-shown {
    overflow: hidden;
}

.btn-light {
    padding: .25rem 1rem;
}

.vld-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
    z-index: 9999;
}

.vld-overlay.is-active {
    display: flex;
}

.vld-overlay.is-full-page {
    z-index: 9999;
    position: fixed;
}

.vld-overlay .vld-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 0.5;
}

.vld-overlay .vld-icon,
.vld-parent {
    position: relative;
}

ul.pagination {
    margin-bottom: 0.1rem;
}

.form-withdraw .btn-custom,
.tab-pane .btn-custom {
    border: 1px solid white !important;
}

.form-withdraw .btn-custom .text-silver,
.tab-pane .btn-custom .text-silver {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-sm {
    padding: .25rem .5rem !important;
}

.bg-gradient-secondary {
    background: darkgray;
}

.datepicker-dropdown {
    min-width: 220px !important;
    z-index: 10000 !important;
}

.bank-deposit-img {
    width: 110px;
    height: 110px;
}

.contact-box {
    height: 0px;
}

.dropdown-menu.dropdown-wallet {
    left: -20px !important;
}

.dropdown-menu.dropdown-wallet h6.dropdown-header,
.dropdown-menu.dropdown-wallet a.dropdown-item {
    font-size: .975rem;
}

.bg-agent-table {
    background-color: #160c0b;
}

@media only screen and (max-width: 768px) {
    .dropdown-menu.dropdown-wallet h6.dropdown-header,
    .dropdown-menu.dropdown-wallet a.dropdown-item {
        font-size: .775rem;
    }
    .contact-box {
        height: 0px;
    }
    .container-date {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .btn-light {
        padding: .25rem 1rem;
    }
    .brand-logo {
        width: 110px;
    }
    .btn-custom {
        font-weight: 300;
        color: white;
        border: 1px solid white;
        background: rgb(180, 0, 0);
        background: linear-gradient(180deg, rgba(180, 0, 0, 1) 54%, rgba(112, 4, 4, 1) 100%);
    }
    .bank-deposit-img {
        width: 80px;
        height: 80px;
    }
    ul#pills-tab li {
        width: auto;
    }
    #agent ul#pills-tab li {
        width: 24% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .page-link {
        padding: .3rem .6rem;
    }
    text {
        font-size: 12px !important;
    }
    div.icon-bank-box {
        height: auto !important;
        margin-bottom: 10px !important;
    }
    #agent ul#pills-tab {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
    #agent ul#pills-tab li a {
        padding: 6px 10px 6px 10px;
        font-size: 10px;
    }
    #agent ul#pills-tab li a.btn-danger {
        font-size: .8rem;
        width: 100%;
    }
}

text {
    font-size: 16px;
    pointer-events: none;
    text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
}

#chart {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.custom-control-inline {
    margin-right: 0;
}

.img-contact:hover {
    border: 3px inset #0C1D2F;
    border-radius: 10px;
    background-color: white;
    padding: 5px;
}

.text-wallet .dropdown-toggle::after {
    margin-top: .5rem;
}

.loader {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-ref {
    color: #000;
    border-radius: 1rem;
    text-align: center;
    background: rgb(240, 187, 25);
    background: linear-gradient(180deg, rgba(240, 187, 25, 1) 0%, rgba(237, 222, 93, 1) 100%);
    font-size: 14px;
    padding: 1rem;
}

.btn-ref:hover {
    color: #000;
}

.btn-ref img {
    margin-bottom: 6px;
    height: 25px;
}

.tab-content {
    margin-top: 1rem;
}

.ref-box-balance {
    color: white;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #2e2e2e;
}

.box-ref-stat {
    padding: 1rem;
    background-color: #2e2e2e;
    color: white;
    font-size: 14px;
    border-radius: .5rem
}

.ref-box-detail {
    color: white;
    padding: .5rem;
    font-size: 12px;
    height: 70px;
    border-radius: .5rem;
    background-color: #2e2e2e;
}

.select-month {
    font-size: 14px;
    border-radius: 1rem;
    border: 0px;
    color: white;
    background-color: #2e2e2e;
}

.ref-balance {
    font-size: 2rem;
}

.ref-text-detail {
    font-size: 1.5rem;
}

.invite-menu-box {
    padding: 1rem;
    width: 100%;
}

.loader .bar {
    width: 3px;
    height: 2px;
    background: white;
    margin: 1px;
    animation: bar 1s infinite linear;
}

.loader .bar:nth-child(1) {
    animation-delay: 0s;
}

.loader .bar:nth-child(2) {
    animation-delay: 0.25s;
}

.loader .bar:nth-child(3) {
    animation-delay: 0.5s;
}

.fadeIn {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

.video-logo {
    padding-top: .5rem;
    width: auto;
    height: 100px;
}

@keyframes bar {
    0% {
        transform: scaleY(1) scaleX(0.5);
    }
    50% {
        transform: scaleY(5) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(0.5);
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}