.content{
    padding-top:120px!important;
}
.title{
    color: white;
}
.card label{
    color:#eee!important;;
    width: 100%;
    text-align: right;
}
.form-control{
    color:#eee;
}
.card.glass-back-big{
    direction: rtl!important;

}
.btn-neutral{
    background-color: transparent!important;
    color:white!important;
}
.description{
    color:#ccc;
}
.sidebar .nav{
    text-align: right;
}

.nav.nav-tabs{
    position: relative;
    /*z-index: 100;*/
}

.changeNumber a{
    color: #a1ec0a;
}
.loadingOnline{
    position: absolute;
    left: 10px;
    margin-top: -8px;
}

.loadingOnline .loaderRefOnline{
    z-index: 100;
    perspective: 800px;
    width: 28px;
    height: 28px;
}
.loaderRef {
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    perspective: 800px;
    margin: 25px 0;
}
.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #EFEFFA;
}

.inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #EFEFFA;
}

.inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #EFEFFA;
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}



#generalModal button.close.btn.btn-danger{
    padding: 7px 10px;
    border-radius: 50%;
    opacity: 1;
    top: -5px;
    right: -5px;
    position: relative;
}

#generalModal .plugin-modal i{
    font-size: 18px;
    color: #00ced1;
    position: relative;
    top: 3px;
    width: 30px;
    text-align: center;
}
#generalModal .plugin-modal.passed{
    background-color: #eee;
}
#generalModal .plugin-modal > p{
    color: #222;
    font-size: 12px;
    font-weight: 600;
    line-height: 35px;
    margin:0;
}
#generalModal .pushedContent > p{
    text-align: center;
}

#generalModal button.close-btn {
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding:0;
    box-shadow: 0 0 10px rgb(242 86 86 / 50%);
    border:none;
    left: 10px;
    z-index: 100;
    width: 32px;
    top: 10px;
    height: 32px;
}
#generalModal  button.close-btn i {
    font-size: 28px;
    top:0;
}
#noMore{display: none;}

#noMore > p{
    display: block;
    background-color: #f2f2f2;
    padding: 10px 15px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 1px 4px 0 #f2f2f2;
    margin: 15px 0;
    font-weight: 500;
}
#generalModalElements{
    direction: rtl;
    flex-wrap: wrap;
}
#generalModal.larged{
    width: 100% !important;
}
#generalModal.larged .modal-dialog{
    width: 98% !important;
}
#generalModal .meeting-result-parent{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    direction: ltr;
    border-radius: 25px;
    margin-bottom: 18px;
}
@media (max-width: 440px){
    #generalModal .meeting-result-parent{
        flex-wrap: wrap;
    }
    #generalModal .meeting-result-parent button,
    #generalModal .meeting-result-parent a{
        margin-top:15px;
    }
}
#generalModal .meeting-result-parent p{
    font-weight: 700;
    margin: 0;
}
#generalModal .meeting-result-parent button,
#generalModal .meeting-result-parent a,
#generalModal .plugin-modal a.start{
    padding: 7px 12px!important;
    margin-left: 14px;
    top: -3px;
    position: relative;
    font-size: 12px;
}
#generalModal .plugin-modal i{
    font-size: 18px;
    color: #00ced1;
    position: relative;
    top: 3px;
    width: 30px;
    text-align: center;
}
#generalModal .plugin-modal.passed{
    background-color: #eee;
}
#generalModal .plugin-modal > p{
    color: #222;
    font-size: 12px;
    font-weight: 600;
    line-height: 35px;
    margin:0;text-align: right;
}
hr{
    border-top: 1px solid rgba(255,255,255,.1) !important;
}

#generalModal div.plugin-modal:first-of-type{
    padding-top: 15px;
}

.coin p {
    color: #fefefe;
    position: absolute;
    z-index: 1;
    text-align: center;
    margin: 0;
    align-items: center;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-weight: 500;
    padding: 0;
    width: 113px;
}
.coin{
    display: flex;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
}
.more{
    display: flex;justify-content: center;
}
.more button{
    margin: 0;background: transparent;border: 1px solid #a1ec01;color: #a1ec0a;padding: 4px 20px 5px;font-weight: 400;
    transition: .3s all;
}
.coin:hover .img-cont{
    border: 1px solid #a1ec0a;
    border-radius: 50%;
    box-shadow: 0 3px 15px 3px #a1ec0155;
    cursor: pointer;

}
.coin.boost:hover .img-cont{
    border: 1px solid red;
    box-shadow: 0 3px 15px 3px #ff000055;
}
.coin.fivem:hover .img-cont{
    border: 1px solid #ef870d;
    box-shadow: 0 3px 15px 3px #ef870d55;
}
.coins{
    position: relative;
    padding: 10px 0 5px;
    overflow: hidden;
}
.coins .card.glass-back-big{
    margin-bottom:0px;
}
.coins .col-md-12{
    padding:0 10px;
}
.coins:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(14px);
    background: #ffffff26;
    background: -webkit-linear-gradient(49deg, rgba(255,255,255,.13) 50%, rgba(255,255,255,.19) 44%);
    background: -o-linear-gradient(49deg, rgba(255,255,255,.13) 50%, rgba(255,255,255,.19) 44%);
    background: -moz-linear-gradient(49deg, rgba(255,255,255,.13) 50%, rgba(255,255,255,.19) 44%);
    background: linear-gradient(49deg, rgba(255,255,255,.13) 50%, rgba(255,255,255,.19) 44%);

}
.more button:hover{
    background-color: #a1ec01;
    color: #000;
    box-shadow: 0 2px 8px 1px #a1ec0a76!important;
    border-radius: 20px;
}
.card-category{
    color: #a1ec0a!important;
    font-weight: 600;
    margin:0;
}
.coin:hover .img-cont:after{
    background: #ffffff26;
    background: -webkit-linear-gradient(49deg, rgba(0,0,0,.615) 50%, rgba(0,0,0,.712) 44%);
    background: -o-linear-gradient(49deg, rgba(0,0,0,.615) 50%, rgba(0,0,0,.712) 44%);
    background: -moz-linear-gradient(49deg, rgba(0,0,0,.615) 50%, rgba(0,0,0,.712) 44%);
    background: linear-gradient(49deg, rgba(0,0,0,.615) 50%, rgba(0,0,0,.712) 44%);
}
.coin .img-cont:after{
    transition: .3s all;
    background: #ffffff26;
    background: -webkit-linear-gradient(49deg, rgba(0,0,0,.715) 50%, rgba(0,0,0,.612) 44%);
    background: -o-linear-gradient(49deg, rgba(0,0,0,.715) 50%, rgba(0,0,0,.612) 44%);
    background: -moz-linear-gradient(49deg, rgba(0,0,0,.715) 50%, rgba(0,0,0,.612) 44%);
    background: linear-gradient(49deg, rgba(0,0,0,.715) 50%, rgba(0,0,0,.612) 44%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.coin img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 1px 15px -8px rgb(0 0 0 / 24%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.coin .img-cont{
    transition: .3s all;
    position: relative;
    width: fit-content;
    will-change: border;
    border:1px solid transparent;;
}
.coin.gifts img{
    border-radius: 4px;
}
.coin.gifts .img-cont:after{
    border-radius: 4px;
}

.coin.game img{
    width: 100%;
    min-height: 200px;
    border-radius: 8px;
    height: 100%;
    object-position: center;
}
.coin.game .img-cont:after{
    border-radius: 8px;
}
/*.buyCoin select option{*/
/*    direction: rtl;*/
/*}*/
p.caution-item{
    color: #ffae00;
}
p.notice-item{
    color: #d2d508;
    margin-bottom: 0;
}

@media (max-width: 450px) {
    .container-box{
        margin-top: 25px!important;
        padding-left: 10px!important;
    }
    .buyCoin img{
        right: 0;
        left: 0;
        margin: auto;
        display: block;
    }
}