
/*jackpot*/
.jackpot{
    height:auto;
    position:relative;
    width: calc(100% - 31px);
    top:0;
    padding:3px 2px;
    overflow: hidden;
    z-index: 9;
    display:flex;
    justify-content:center;
    transform-origin:bottom left;
    -ms-transform:skew(-30deg, 0deg);
    -webkit-transform:skew( -30deg , 0deg );
    transform:skew( -30deg , 0deg );
}
 .jackpot-div-mini > span,.jackpot-div-super > span,.jackpot-div-mega > span{
    align-self:center;
    padding:5px 0px;
    border-radius:3px;
    text-transform:uppercase;
    margin:2px 3px;
    font-size: 14px;
    line-height:11px;
    font-weight:bolder;
    color: var(--white-color);
    transform-origin:bottom left;
    -ms-transform:skew(30deg, 0deg);
    -webkit-transform:skew( 30deg , 0deg );
    transform: skew( 30deg , 0deg );
}
 .jackpot-div-super,.jackpot-div-mini,.jackpot-div-mega{
    height:auto;
    background-size:cover;
    width:calc(33.333% - 2px);
    border-radius:5px;
    margin:0px 1px 0px;
    border:0px;
    box-shadow:0px 0px 0px 0px rgb(0 0 0 / 50%);
    max-width:100%;
    position:relative;
    justify-content:center;
    border-left:1px solid #ffffff45;
    border-bottom:1px solid #ffffff45;
    flex-direction:row;
    padding:3px 0px;
    display:flex;
    transform-origin:bottom left;
    -ms-transform:skew(-30deg, 0deg);
    -webkit-transform:skew( -30deg , 0deg );
    transform:skew( -30deg , 0deg );
}
 .jackpot-div-mega > strong,.jackpot-div-super > strong,.jackpot-div-mini > strong{
    align-self:center;
    font-size: 17px;
    line-height:22px;
    margin:3px 7px;
    border-right:0;
    border-left:1px solid #ffffff80;
    padding:0px 9px;
    transform-origin:bottom left;
    color: var(--secondary-color);
    -ms-transform:skew(30deg, 0deg);
    -webkit-transform:skew( 30deg , 0deg );
    transform: skew( 30deg , 0deg );
    font-family: var(
    --secondary-font);
    letter-spacing:1px;
}
 .jackpot-div-super{
    background: #ffffff2b;
         animation: bounce-in-top 1.1s steps(2, end) 0.5s both;
     
}
 .jackpot-div-mini{
    background: #ffffff21;
     animation: bounce-in-top 1.1s steps(2, end) 0s both;
}
 .jackpot-div-mega{
    background: #ffffff30;
         animation: bounce-in-top 1.1s steps(2, end) 1s both;
}
 @media (max-width: 991px){
     .jackpot-div-super,.jackpot-div-mini,.jackpot-div-mega{
        flex-direction:column;
    }
     .jackpot-div-mini > span,.jackpot-div-super > span,.jackpot-div-mega > span{
        padding:5px 0px 0px;
        font-size:10px;
        margin:2px 3px 0px;
    }
     .jackpot-div-mega > strong,.jackpot-div-super > strong,.jackpot-div-mini > strong{
        font-size:16px;
        line-height:17px;
        margin:0px 7px 3px;
        border-left:0px solid #ffffff80;
        padding:0px;
    }
}

 @-webkit-keyframes bounce-in-top{
    0%{
        -webkit-transform:translateY(-500px);
        transform:translateY(-500px);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0;
    }
    38%{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
        opacity:1;
    }
    55%{
        -webkit-transform:translateY(-65px);
        transform:translateY(-65px);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
    }
    72%{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
    }
    81%{
        -webkit-transform:translateY(-28px);
        transform:translateY(-28px);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
    }
    90%{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
    }
    95%{
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out;
    }
}



/*page casino*/
 .middle-button{
    transition:.5s ease;
    opacity:0;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    text-align:center;
}
 .circle{
    stroke:var(--primary-color);
    stroke-dasharray:650;
    stroke-dashoffset:650;
    -webkit-transition:all 0.5s ease-in-out;
    opacity:0.3;
}
 .playBut{
    display:inline-block;
    -webkit-transition:all 0.5s ease;
}
 .playBut .triangle{
    -webkit-transition:all 0.7s ease-in-out;
    stroke-dasharray:240;
    stroke-dashoffset:480;
    stroke:#fff;
    transform:translateY(0);
}
 .playBut:hover .triangle{
    stroke-dashoffset:0;
    opacity:1;
    stroke:var(--primary-color);
    animation:nudge 0.7s ease-in-out;
}
 .playBut:hover .circle{
    stroke-dashoffset:0;
    opacity:1;
}
/*! CSS Used from: Embedded */
 polygon.triangle{
    fill:#fff0!important;
    transition:all 0.2s ease-out;
}

 .line-p-game{
    margin:10px 0px 10px 10px;
    padding:10px 15px;
    background:#0000002b;
    border-radius:7px;
}

.line-p-game:first-child {
    margin-top: 0px;
}

 .container-fluid.casino-content{
}
 .sidebar-casino-content{
    border-right: 1px solid #ffffff42;
}
 .title-category{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:10px;
    background: #ffffff24;
    padding: 0px 12px;
}
 .title-category h3 > span{
    font-size: 22px;
    line-height: 35px;
    background: var(--secondary-color);
    color: var(--bg-body);
    padding:4px 10px;
    margin-left:8px;
    font-weight:bold;
}
 .title-category h3{
    font-size: 35px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 10px 0px;
    display: flex;
    font-weight: 600;
    align-items: center;
    font-family: var(--primary-font);
    color: var(--secondary-color);
}
 .title-category h3 > i{
    width: 30px;
    margin-right:10px;
    background: var(--secondary-color);
    height: 30px;
}
 .box-button-category{
    display:flex;
    align-items:center;
}
 a.button-next-category svg,a.button-prev-category svg{
    width:20px;
    height:20px;
    fill: var(--white-color);
}
 a.button-next-category,a.button-prev-category{
    padding:8px 8px;
    background: var(--primary-color);
    border-radius:3px;
    margin:3px;
}
.button-all-category {
    padding: 8px 28px;
    border-radius: 3px;
    margin: 3px 3px 3px 25px;
    text-decoration: none;
    color: var(--white-color);
    background: var(--primary-color);
    cursor: pointer;
}

.button-all-category:hover {
    color: var(--white-color);
    opacity: .5;

}
 .row-game{
    display:flex;
    align-items:center;
    margin:0px 0px 0px;
}
 .game-important{
    width: 36%;
}
 .game-important .title-single-game > h3{
    font-size:25px;
}
 .box-game-new{
    width:100%;
    border-radius:5px;
    overflow:hidden;
    -webkit-box-shadow:0px 0px 39px -16px #000000;
    box-shadow:0px 0px 39px -16px #000000;
    cursor:pointer;
    border:1px solid #ffffff1c;
    position:relative;
}
 .box-game-new:hover{
    animation:up-game;
    animation-duration:1s;
    transform:scale(1.03);
}
 .box-game-new:hover img{
    opacity:.1;
}
 .box-game-new:hover .middle-button{
    opacity:1;
    z-index:10;
}
 .game-important .middle-button{
    transition:.5s ease;
    opacity:0;
    position:absolute;
    top:calc(50% - 40px);
    left:50%;
    transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    text-align:center;
}
 .game-important .middle-button > a > svg{
    width:100px!important;
    height:100px!important;
}
 .middle-button{
    transition:.5s ease;
    opacity:0;
    position:absolute;
    top:calc(50% - 30px);
    left:50%;
    transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    text-align:center;
}
 .middle-button > a > svg{
    width:80px!important;
    height:80px!important;
}
 .box-game-new > img{
    width:100%;
    height: calc(100% - 60px);
}
 .title-single-game{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:5px 15px;
    background:var(--color3);
}
 .title-single-game h3{
    color: var(--secondary-color);
    font-size:18px;
    margin:5px 0px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
 .title-single-game h3 > span{
    font-size:14px;
    display:block;
}
 .line-game{
    display:flex;
    width: 65%;
    align-items:center;
    flex-wrap:wrap;
    padding-left:0px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
 .line-game > div.box-game-new{
    width:calc(25% - 10px);
    margin:5px;
}
 .checkbox-heart{
    display:inline-block;
    height:2rem;
    position:relative;
    vertical-align:middle;
    width:2rem;
    transform:scale(.8);
}
 .checkbox-heart--origin{
    bottom:0;
    cursor:pointer;
    left:0.5rem;
    margin:0;
    opacity:0;
    padding:0;
    position:absolute;
    right:0;
    top:0;
    transform:rotate(45deg);
    z-index:2;
}
 .checkbox-heart--custom{
    height:100%;
    width:100%;
}
 .checkbox-heart--custom__inner{
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    top:0;
}
 .custom--heart{
    background-color:#bfbebe;
    bottom:0;
    height:1rem;
    left:0.5rem;
    position:absolute;
    right:0;
    top:0.5rem;
    transform:rotate(45deg);
    width:1rem;
}
 .custom--heart::before,.custom--heart::after{
    background-color:#bfbebe;
    border-radius:100%;
    content:"";
    height:1rem;
    position:absolute;
    width:1rem;
}
 .custom--heart::before{
    bottom:0;
    left:-0.5rem;
}
 .custom--heart::after{
    right:0;
    top:-0.5rem;
}
 .checkbox-heart--origin:checked + .custom--heart::before,.checkbox-heart--origin:checked + .custom--heart::after,.checkbox-heart--origin:checked + .custom--heart > .checkbox-heart--custom__inner{
    background-color:#f96a57;
}
 .box-search-sidebar{
    background: var(--primary-color);
    margin: 0px -12.5px;
    padding: 8px 10px;
}
 .box-search-sidebar h3{
    color: var(--white-color);
    font-size:15px;
}
 .box-search-sidebar input{
    background: var(--bg-body);
    border:1px solid #0000005c;
    -webkit-box-shadow:inset 0px 0px 13px -4px rgb(0 0 0 / 80%);
    box-shadow:inset 0px 0px 13px -4px rgb(0 0 0 / 80%);
}
 button.btn.button-search-game > i{
    width:20px;
    background:var(--white-color);
    display: block;
    height: 20px;
}
 .button-search-game{
    background: var(--secondary-color);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
 .button-search-game:hover{
    opacity:.8;
}
 .category-game{
    margin: 0px -12.5px;
}
 .category-game h3{
    font-size: 2vw;
    font-weight:600;
    background: #ffffff1f;
    color: var(--secondary-color);
    padding: 15px;
    margin: 0px;
    border-bottom: 1px solid #dddddd4f;
    text-transform:uppercase;
    font-family: var(--primary-font);
}
 .button-category-g a{
    border-bottom:1px solid #dddddd4f;
    display:block;
    padding:15px;
    font-size:15px;
    text-transform:uppercase;
    color:#fff;
    line-height:27px;
    background: #ffffff1f;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
 .button-category-g > a > i {
    width:18px;
    background:#fff;
    height:18px;
    margin-top: 0;
    margin-right:8px;
}
 div.accordion-plus{
    display:block;
    width:100%;
    font-size:20px;
    text-transform:uppercase;
    color:#fff;
    line-height:27px;
}
 div.accordion-plus .card{
    background:transparent;
    border:0px;
}
 div.accordion-plus .card-header{
    padding:0px;
}
 .card-body{
    padding:0px;
}

.accordion-plus .card-header > a {
    display: flex;
    align-items: center;
    }

.accordion-plus .card-header > a:after {
    content: '';
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
    display: block;
    filter: invert(1);
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}


.accordion-plus .card-header > a:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}



 a.provider-button-new{
    background:#0000001f;
    padding:5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

a.provider-button-new > i {
    width: 25px;
    background: var(--white-color);
    height: 25px;
    margin: 10px;
}

a.provider-button-new.active {
    background: #0000009e;
    opacity: .5;
}

 a.provider-button-new img{
    width: 50%;
    margin: 0px 10px;
}
 .line-game-full{
    display:flex;
    flex-wrap:wrap;
     width:100%;
}
 .line-game-full .box-game-new{
    width:calc(20% - 10px);
    margin:5px;
}
 .sticky-sidebar-game{
    position:sticky;
    top: 45px;
    z-index: 1000000000000;
}
 a.modalsearch{
    display:none;
}
 a.modalprovider{
    display:none;
}



 @media all and (max-width: 991px){
     .sticky-sidebar-game{
        display:flex;
        flex-direction:row-reverse;
    }

     div.accordion-plus{
        display:none;
    }
     .button-category-g{
        display:flex;
        width:100%;
    }
     .category-game{
        margin:0px;
        width:70%;
    }
     .line-p-game{
        margin:5px -10px 5px -10px;
        padding:10px 15px;
        background:#0000002b;
        border-radius:7px;
    }
     .category-game h3{
        display:none;
    }
     div.accordion-plus{
        display:none;
    }
     .box-search-sidebar h3{
        display:none;
    }
     .button-category-g a{
        height:64px;
        width:100%;
        border-right: 1px solid #ffffff4f;
        line-height:34px;
        border-bottom:0px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        display:block;
    }
     .sticky-sidebar-game{
        margin: 0px -12.5px;
        /* border-top:1px solid #dddddd0a; */
        /* border-bottom:1px solid #dddddd0a; */
    }
     .col-lg-2.sidebar-casino-content{
        position:sticky;
        top: 45px;
        z-index: 1;
        background: var(--primary-color);
    }
     a.modalsearch{
        display: none !important;
    }
}
 @media only screen and (max-width: 600px){
     .button-category-g a{
        font-size:0px;
        display:block;
        text-align:center;
    }
     .title-category{
        flex-direction:column;
        background: #ffffff21;
    }
     .line-game-full .box-game-new{
        width:calc(50% - 10px);
        margin:5px;
    }
     .line-game-full .box-game-new:first-child{
        width:calc(100% - 10px);
    }
     .box-button-category{
        display:none;
    }
     .row-game{
        flex-direction:column;
    }
     .game-important{
        width:100%;
    }
     .line-game > div.box-game-new{
        width:calc(50% - 10px);
        margin:5px;
    }
     .line-game{
        width:100%;
    }
     .sticky-sidebar-game > div.box-search-sidebar{
        display:none;
    }
     div.box-search-sidebar{
        width:100%;
    }
     .category-game{
        margin:0px;
        width:100%;
    }
     .button-category-g > a > i{
        margin-right:0px;
        width: 30px;
        height: 30px;
    }
     a.modalsearch{
        background: var(--secondary-color);
        display: flex !important;
    }
     a.modalsearch > svg{
        fill: var(--bg-body);
    }
}

 @keyframes nudge{
    0%{
        transform:translateX(0);
    }
    30%{
        transform:translateX(-5px);
    }
    50%{
        transform:translateX(5px);
    }
    70%{
        transform:translateX(-2px);
    }
    100%{
        transform:translateX(0);
    }
}
 @keyframes up-game{
    0%{
        transform:scale(1);
    }
    100%{
        transform:scale(1.03);
    }
}
















.list_game_win {
  display: flex;
  align-items: center;
}

.list_game_win img {
    width: 40px;
    border-radius: 3px;
    margin-right: 10px;
}

.list_game_win h3 {

color: var(--white-color);

font-size: 17px;

margin-bottom: 0px;

line-height: .8em;
}

.list_game_win h3 > span {

font-size: 12px;
}

.scroll-list__item p {

color: var(--secondary-color);

margin-bottom: 0px;

font-family: var(--primary-font);

font-size: 22px;
}




.wrapper {
  display: flex;
  align-items: center;
  min-height: auto;
  margin: 0px -12.5px;
  background-image: transparent;
}

.scroll-list {
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .scroll-list {
    margin-top: 20px;
  }
}
.scroll-list__wrp {
  width: 100%;
  height: 350px;
  overflow: auto;
  padding: 5px 5px;
  margin-bottom: 0px;
  border-radius: 0px;
  background: #ffffff1a;
}
.scroll-list__wrp .scrollbar-track {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .scroll-list__wrp {
    padding: 25px;
  }
    .wrapper {
  display: none;
}
}
.scroll-list__item {
  background: #ffffff1c;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-radius: 8px;
  transition: all 0.35s ease-in-out;
  padding: 10px;
  opacity: 0;
  transform: scale(0.7);
  box-shadow: 0px 7px 16px 0px rgba(41, 53, 108, 0.25);
}
.scroll-list__item.item-hide {
  opacity: 0;
  transform: scale(0.7);
}
.scroll-list__item.item-focus {
  opacity: 1;
  transform: scale(1);
}
.scroll-list__item.item-next {
  opacity: 1;
  transform: scale(1);
}
.scroll-list__item.item-next + .scroll-list__item {
  opacity: 1;
  transform: scale(1);
}
.scroll-list__item:last-child {
  margin-bottom: 155px;
}












 button.close > span > svg{
    width:20px;
    height:20px;
    fill:#fff;
}


 @media all and (max-width: 991px){
     .box-search-sidebar{
        margin:0px;
        border-radius:0px;
        align-self: center;
        width:30%;
    }
     .box-search-sidebar h3{
        display:none;
    }
     
     .scroll-list {
    display: none;
}
}
 @media only screen and (max-width: 600px){
     .title-category{
        flex-direction:column;
    }
     div.box-search-sidebar{
        width:100%;
    }
}

 .close > span > svg{
    width:30px!important;
    height:30px!important;
    vertical-align:middle;
    fill:#015798;
    overflow:hidden;
    margin-top:10px;
    margin-bottom:-10px;
}
 .modal.fade .modal-dialog{
    animation:entra .2s;
}
 .modal-content{
    border:0px;
    height:100%;
    overflow-y:scroll;
}
 .modal-header{
    border-bottom:0px;
    padding-bottom:0px;
    justify-content:center;
}
 .modal-body{
    padding-top:0px;
}
 @media screen and (max-width: 991px){

     #ModalSearch > div.modal-dialog {
        position:fixed;
        bottom:0px;
        width:100%;
        margin:0px;
        left:0px;
        max-width:initial;
        height:calc(100% - 50px);
        background: var(--bg-body);
        border-top-left-radius:20px;
        overflow:hidden;
        border-top-right-radius:30px;
    }
     
    div#ModalSearch {
        background: #ffffff21;
    }
     .modal-content{
        border:0px;
        height:100%;
        overflow-y:scroll;
        background: var(--bg-body);
    }

     button.close {
            background: var(--bg-body);
            border: 0px;
        }
     
     .button-category-g{
        display:flex;
        width:100%;
    }
     .button-category-g a{
        height:64px;
        width:100%;
        border-right:1px solid #dddddd4f;
        line-height:34px;
        border-bottom:0px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        display:block;
    }
     .modal-body > div.button-category-g{
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
    }
     .modal-body > div.button-category-g > a{
        width:calc(33.33333% - 4px);
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

     .modal-body > div.button-category-g > a{
        height:auto;
        border:0px;
        margin:2px;
    }

     #ModalProvider > div.modal-dialog{
        position:fixed;
        bottom:0px;
        width:100%;
        margin:0px;
        left:0px;
        max-width:initial;
        height:calc(100% - 50px);
        background: var(--bg-body);
        border-top-left-radius:20px;
        overflow:hidden;
        border-top-right-radius:30px;
    }
     div#ModalProvider{
        background: #ffffff21;
    }
     
      #ModalCategoryGame > div.modal-dialog{
        position:fixed;
        bottom:0px;
        width:100%;
        margin:0px;
        left:0px;
        max-width:initial;
        height:calc(100% - 50px);
        background: var(--bg-body);
        border-top-left-radius:20px;
        overflow:hidden;
        border-top-right-radius:30px;
    }
     div#ModalCategoryGame {
        background: #ffffff21;
    }


}
 @media only screen and (max-width: 600px){
     .button-category-g a{
        font-size:0px;
        display:block;
        text-align:center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
     .modal-body > div.button-category-g > a{
        width:calc(100% - 4px);
        font-size: 15px;
    }
     
    a.provider-button-new > svg {
        width: 25px;
        fill: var(--white-color);
        margin: 10px;
    }     
}

 @keyframes entra{
    0%{
        bottom:-100vh;
    }
    100%{
        bottom:0px;
    }
}











 .pagination_list_element{
    margin:10px 0px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
 .page-link{
    padding:6px 10px;
    font-size:16px;
    line-height:19px;
    font-weight:600;
    color: var(--white-color) !important;
    text-decoration: none !important;
    background-color: #ffffff1c !important;
    border: 1px solid #ffffff17 !important;
}
 .page-item.disabled > a{
    background-color:transparent!important;
    border-color:#ffffff59!important;
}
 .pagination_list_element ul.pagination{
    margin-bottom:0px;
}
 @media (max-width: 992px){
     .pagination_list_element ul.pagination{
        margin:5px!important;
    }
     .pagination_list_element{
        align-items:center;
        justify-content:space-between;
        flex-direction:column;
    }
}
 .select_pagination{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    font-size:13px;
    color:#999;
    font-weight:bold;
}
 .select_pagination .form-select{
    padding:6px 0px 6px 10px;
    font-size:12px;
    line-height:13px;
    color:var(--white-color);
    font-weight:600;
    background-color:transparent;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    width:60px;
    background-position:right 6px center;
    margin:5px 0px 5px 8px;
}
 .select_pagination .form-select:focus{
    border-color:#fff;
    outline:0;
    box-shadow:0 0 0 0.25rem rgb(255 255 255 / 25%);
}

.page-item.active .page-link {
    color: var(--secondary-color) !important;
}