@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body{
    font-family: 'Quicksand', sans-serif !important;
    background-attachment: fixed !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.container{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

h1{
    font-family: 'Quicksand', sans-serif !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;

    font-size: 30px !important;
    font-weight: bold !important;
}
h2, h4{
    font-family: 'Quicksand', sans-serif !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;

    font-size: 22px !important;
    font-weight: bold !important;
}

a{
    text-decoration: none !important;
}

.content-wrap,
footer .copyright{
    background: none !important;
}

.col-center {
    position: relative;
}

.col-img {
    position: absolute;
    top: 50%;
    left: 72%;
    transform: translate(-50%, -50%);
}

.badge{
    background-color: orange !important;
    color: black !important;
    position: relative !important;
    margin-top: -2px !important;
    margin-left: 0px !important;
} 

.btn{
    color: black !important;
    font-size: 18px !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2) !important;
    background-color: rgba(255, 255, 255, 0.916) !important;
    padding: 10px 20px !important;
    width: 100% !important;
    max-width: 210px !important;
    transition: 0.3s !important;
}
.btn:hover{
    background-color: rgba(244, 244, 244, 0.916) !important;
}
.btn::before,
.btn::after{
    content: none !important;
}

.btn-1{
    max-width: 120px !important;
}
.btn-2{
    max-width: 210px !important;
}
.btn-3{
    max-width: 280px !important;
}
.btn-4{
    max-width: 185px !important;
}
.btn-free{
    width: auto !important;
    max-width: none !important;
}

.tittle{
    font-weight: bold;
    font-size: 50px;
}
.subtitle{
    font-weight: bold;
    font-size: 20px;
}
.descr{
    background-color: #ffffff6e !important;
    padding: 5px 10px;
    border-radius: 6px;
    margin: 20px;
}

.item-buy-panel{
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.caret-select{
    position: absolute;
    top: 10px;
    right: 12px;
    pointer-events:none;
}

.row{
    margin: 0px !important;
}

section{
    width: 100%;
}
.p-title-adm,
.p-title{
    color: rgb(21, 21, 21);
    padding: 10px;
    font-size: 28px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-weight: bolder;
}
.pannel-adm,
.pannel{
    z-index: -200 !important;
    margin-top: -10px;
    width: 100% !important;
    color: rgb(21, 21, 21);
    background-color: rgba(255, 255, 255, 0.809);
    border-radius: 0px 0px 6px 6px;
    padding: 10px;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    overflow: auto !important;
}

.p-title-adm{
    color: rgb(246, 246, 246);
    background-color: rgb(0, 0, 0);
}
.pannel-adm{
    color: rgb(246, 246, 246);
    background-color: rgba(35, 35, 35, 0.852);
    margin-top: 0px;
    border-radius: 12px;
}

.p-login{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 300px !important;
}
.p-register{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 420px !important;
}
.px-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.pxb-50{
	padding-bottom: 50px !important;
}
.youplay-input input{
    background-color: rgba(255, 255, 255, 0.702) !important;
    border: solid 1px rgba(0, 0, 0, 0.112) !important;
    border-radius: 6px !important;
}
.youplay-input::after,
.youplay-input::before{
    content: none !important;
}

.center-h{
    margin-left: 50%;
    transform: translate(-50%, 0%);
}

.dropdown-menu{
background-color: rgba(0, 0, 0, 0.804) !important;
}
.dropdown-menu ul li a{
    font-weight: bold !important;
}
.dropdown-menu ul li a::after{
    content: none !important;
}

select{
    background-color: white !important;
    border-radius: 7px !important;
}
.angled-bg::after,
.angled-bg::before,
select::after,
select::before{
    content: none !important;
}
.alert::after,
.alert::before{
    -webkit-transform: skew(0deg) !important;
    -ms-transform: skew(0deg) !important;
}
.alert-danger{
    color: white !important;
}

a:hover,
li:hover{
    color: orange !important;
}


.navbar-youplay{
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    background-color: rgba(0, 0, 0, 0.67) !important;

    border-bottom: solid 5px rgba(255, 140, 0, 0.807) !important;
    box-shadow: 0px 3px 0px 0px rgba(255, 162, 47, 0.898) !important;

    /* border-bottom: solid 5px rgba(157, 0, 255, 0.616) !important;
    box-shadow: 0px 4px 5px 0px rgba(157, 0, 255, 0.616) !important; */
    margin-bottom: 30px !important;
    z-index: 200 !important;
}

.main-footer{
    background-color: rgba(0, 0, 0, 0.67) !important;

    position: fixed; 
    bottom: 0;
    width: 100%;
    padding: 2px;
    text-align: center;
}
.f-items{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.navbar-youplay .navbar-nav > li {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.nav-link,
.dropdown-toggle{
    font-size: 16px !important;
    font-weight: bold !important;
    height: auto !important;
    padding: 5px !important;
}

.nav-link:hover,
.dropdown-toggle:hover{
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
    border-radius: 7px !important;
}

.nav-link::after{
    background: none !important;
}

.navbar-header {
    background-color: rgb(0, 0, 0, 0) !important;
}

.status-text{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}


.color-green{
    color: greenyellow !important;
}

.color-red{
    color: red !important;
}

aside{
    width: 100%;
    max-width: 280px;

    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.aside-dist{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}
.space-bottom{
    height: 30px !important;
}

.table-normal,
.ranking-table{
    min-width: 100% !important;
}

.table-normal tr td,
.ranking-table tr td,
.ranking-table tr th{
    font-size: 18px;
    text-align: left !important;
    padding: 2px 10px;
}

.table-normal tr td:nth-child(odd){
    text-align: center !important;
}

.ranking-table tr th{
    font-size: 24px;
}

.ranking-table tr:first-child{
    border-radius: 12px !important;
    background-color: rgba(0, 0, 0, 0.828) !important;
    color: white;
}

.ranking-table tr:nth-child(even)
{
    background-color: rgba(255, 255, 255, 0.824);
}

.ranking-table tr:nth-child(odd)
{
    background-color: white;
}

.top1,
.top2,
.top3{
    font-weight: bold;
    font-size: 22px;
}
.top1{
    color: gold;
}
.top2 {
    color: silver;
}
.top3{
    color: chocolate;
}

.items-on-shop{
    display: flex;
    margin: 2px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}
.item-name{
    font-size: 16px;
    font-weight: bold;
    color: rgb(18, 18, 18);
}
.item-shop{
    background-color: #ffffff6e;
    width: calc(50% - 20px);
    margin: 10px 10px;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.coins-on-shop{
    display: flex;
    margin: 2px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}
.coin-shop{
    background-color: #ffffff6e;
    width: calc(33% - 20px);
    margin: 10px 10px;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.mt-10px{
    margin-top: 10px;
}

.big-text{
    font-size: 30px !important;
}

.shop-categories{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    gap: 5px;
}
.shop-cat{
    background-color: #ffffff7a;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: bold;
}
.shop-cat:hover{
    background-color: #ffffffcb;
}

.hoverable { position: relative; }
.hoverable > .item-info { display: none; }

.hoverable:hover > .item-info {
	display: block;
    width: max-content;
    position: fixed;
    bottom: 26px;
    right: 10px;
    background: #ffffff;
    border-radius: 4px;
    padding: 2px 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2) !important;
}

.info-item{
	position: absolute;
	font-size: 20px;
}

	


@media screen and (max-width: 991px) {
    .aside-dist{
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    aside{
        max-width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .items-on-shop{
        flex-direction: column;
    }

    .coin-shop{
        width: calc(50% - 20px);
    }
    .item-shop{
        width: 100%;
    }
}

@media screen and (max-width: 359px) {
    .coin-shop{
        width: calc(100% - 20px);
    }
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 130px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

