:root{
    --bs-theme-primary: #9A3334;
}
.table-loader {
    display: none;
}
.text-end {
    text-align:right !important;
}
.text-green {
    color: #39b54a !important;
}
.text-red {
    color: #9A3334 !important;
}
.text-violet {
    color: #6739b6 !important;
}
.text-purple-red {
    background-image: linear-gradient( 158deg, rgb(103, 57, 182) 50%, #9A3334 50% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-purple-green {
    background-image: linear-gradient(
        158deg,
        rgb(103, 57, 182) 50%,
        rgb(57, 181, 74) 50%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.loading-message {
    font-size: 16px;
    padding: 8px;
    color: rgba(0, 0, 0, 0.7);
}
.form-check-input:checked {
    background-color: #198754 !important;
    border-color: #198754 !important;
}
.form-valid-error {
    width: 100%;
    color: #ff0000;
    margin-top: 4px;
}
.swal2-container {
    backdrop-filter: blur(8px);
}
.pagination nav {
    width: 100%;
}
.pagination .page-item.active .page-link {
    background-color: var(--bs-theme-primary) !important;
    border-color: #db833c !important;
    color: #fff !important;
}
.pagination .page-item .page-link {
    color: var(--bs-theme-primary) !important;
}
.pagination .page-item.disabled .page-link {
    color: #6c757d !important;
}

#complaint-detail .modal-body span h4 {
    color: #8799a3;
    font-size: 14px;
}

.result-mini-circle{
    border-radius: 50px !important;
    padding: 2px 6px!important;
    color: #fff !important;
    font-weight: bold;
}
.result-circle{
    border-radius: 50px !important;
    padding: 2px 6px!important;
    color: #fff !important;
    font-weight: bold;
    margin-right:0 !important;
}
.result-circle-disabled{
    background-color:#d0d0d0!important;
    color:  #a6a6a6!important;
    margin-right: 0px !important;
}
.back-shadow{
    background: #dfdfdfbd!important;
}
.fade-danger{
    background-color:#f4433614;
}
.fade-warning{
    background-color:#ffeb3b30;
}
.fade-success{
    background-color:#4caf5045 !important;
}
/* card */
.card {
    box-shadow: 0 20px 27px 0 rgba(0,0,0,.05);
}
/* Badges  */

.bg-gradient-pink {
    font-size : .85rem;
    background-image: linear-gradient(310deg,#7928ca,#ff0080);
}
.bg-gradient-primary {
    font-size : .85rem;
    background-image: linear-gradient(310deg,#2152ff,#21d4fd)
}
.bg-gradient-success {
    font-size : .85rem;
    background-image: linear-gradient(310deg,#17ad37,#98ec2d)
}
/* radius*/
.br-5{
    border-radius: 5px;
}
.br-20{
    border-radius: 20px;
}
.br-10{
    border-radius: 10px;
}
.br-100{
    border-radius: 100px;
}
/* My Result List */
.bet-box-result{
    padding: 2px 5px 2px 5px !important;
    font-size: 12px;
    border-radius: 100px;
    color:#fff;
    font-weight: bold;
}
.bet-block{
    margin-top:5px;
    background-color: #b1d3ed29;
    border-radius: 5px;
    padding: 6px 2px;
}

/* Poper Js */
.parent_canvas{
    position:relative;
}
#drawing_canvas,.drawing_canvas {
    position: absolute;
    margin: auto;
    width: 300px;
    height: 350px;
    right: 0;
    top:0;
}
.winning-ank{
    position: absolute;
    bottom: 0;
    left: 40%;
    top: 35%;
    right:0;
    font-size:150px;
    /*background: -webkit-linear-gradient(#eee, #333);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Banner Css */
.banner-link:link { 
text-decoration: none; 
} 
.banner-link:visited { 
text-decoration: none; 
} 
.banner-link:hover { 
text-decoration: none; 
} 
.banner-link:active { 
text-decoration: none; 
}

.offer-banner {
    background-color: #673ab7;
    color: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 58px;
    left: 0;
    z-index: 1000;
    padding: 10px 10px 0px 10px;
}

.offer-text {
    font-size: 16px;
    margin-bottom: 10px;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #555;
}

@media screen and (max-width: 580px) {
    .number-btn button{
        width:40px;
        border-radius: 50px !important;
        padding: 4px!important;
        color: #fff !important;
        font-weight: bold;
        margin-right:10px;
    }
}
@media screen and (max-width: 480px) {
    .result-circle{
        padding: 3px 5px 2px 5px!important;
        color: #fff !important;
        font-weight: bold;
        font-size: 10px;
    }
    .result-circle.active{
        padding: 1px 5px 1px 5px!important;
        color: #fff !important;
        font-weight: bold;
        font-size: 12px;
        box-shadow: 0px 0px 3px 2px rgb(189, 189, 189);
    }
}
