.bannerImg {
    border-radius: 20px;
    width: 100%;
    max-width: 512px;
    max-height: 200px;
    background-color: rgba(0, 0, 0, 0.2);
    /*opacity: 91%;*/
    margin-top: -1px;
}
.copyBannerImg {
    display: block;
    margin-top: -34px;
    border-radius: 20px;
}

.avatarImg {
    border-radius: 50%;
    display: block;
    margin-top: -41px;
    margin-left: 0;
    border: 10px solid transparent;
    height: 80px;
    opacity: 99%;
    transition: 250ms ease-in;
}
.copyAvatarImg {
    display: block;
    margin-left: 10px;
    border-radius: 50%;
    margin-top: -70px;
    padding-top: 14px;
    height: 60px;
    width: 60px;
}
.copyAvatarImg:hover {
    opacity: 50% !important;
}

.iconImg {
    border-radius: 50%;
    width: 256px;
    height: 256px;
    opacity: 80%;
    transition: 250ms ease-in;
}
.copyHoverImg:hover .iconImg {
    opacity: 90%;
    border-radius: 30%;
}
.copyIconImg {
    display: block;
    border-radius: 50%;
    margin-top: -256px;
    padding-top: 120px;
    margin-left: 23.1%;
    width: 256px;
    height: 256px;
    opacity: 0 !important;
}
@media (hover: none) {
    .copyIconImg {
        margin-left: 17.6%;
    }
}
.copyIconImg:hover {
    opacity: 50% !important;
    border-radius: 30%;
}

.mcserverImg {
    display: block;
    margin-top: -80px;
    margin-left: 0;
    border: 10px solid transparent;
    height: 80px;
    transition: 250ms ease-in;
}
.mcserverImg:hover {
    padding-left: 83%;
}

.card-container-1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    max-width: 300px;
    margin-left: 23%;
    margin-right: 23%;
    margin-top: 3%;
}

.card-container-2 {
    background-color: rgba(0, 135, 255, 0.2);
    width: 180%;
    border-radius: 20px;
}

@media (hover: none) {
    .card-container-1 {
        width: 100%;
        max-width: 300px;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 50%;
    }
    .card-container-2 {
        width: 150%;
    }
}  

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 5px;
}

.card-user-inbody {
    text-align: center !important;
    color: #f8f9fa !important;
    border-radius: 20px;
    /*margin-top: -180px;*/
    padding-bottom: 10px;
}
.card-guild-inbody {
    text-align: center !important;
    color: #f8f9fa !important;
    border-radius: 20px;
    margin-top: 50px;
    padding-bottom: 20px;
}
.card-mcserver-inbody {
    text-align: center !important;
    color: #f8f9fa !important;
    margin-top: 75px;
    padding-bottom: 20px;
}

.card-columns {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 1;
    padding-bottom: 1;
}

.card-default {
    border-radius: 50px;
    background-color: rgba(0, 135, 255, 0.2);
    
    width: 100%;
    text-align: center;
    max-width: 1000px;

    padding: 5px;
}
.card-default-spoti {
    border-radius: 50px;
    background-color: rgba(0, 135, 255, 0.2);
    
    width: 100%;
    text-align: center;
    max-width: 1000px;

    padding: 5px;
    margin-top: 2%; 

    color: #eee;
}
.card-default-inner {
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    
    padding-inline: 10%;
    padding-block: 5%;
}
.card-default-inner-spoti {
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    
    padding-inline: 12%;
    padding-top: 3%;
    padding-bottom: 5%;
}
.spoticard {
    margin-top: 3%;
    border-radius: 15px !important;
}


.rb-status {
    border-radius: 30px;
    background-color: rgba(0, 135, 255, 0.5);
    border: none;
    text-align: center;
    width: 200px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 250ms ease-in;
}
.rb-status:hover {
    border-radius: 15px;
    background-color: rgba(0, 135, 255, 0.5);
}