body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #271580;
}

body::-webkit-scrollbar-thumb {
    background-color: #5e72e4;
}

body {
    background-color: #f1f3f4 !important;
}

.navbar-style {
    background-color: transparent;
    transition: all 0.5s ease;
}

.my-card {
	background: #fff;
    color: #525f7f;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    margin-bottom: 30px;
    padding: 25px;
}

.card-text {
    color: #525f7f;
}

.brand-text {
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    position: absolute;
    margin-top: -3px;
    margin-left: 5px;
    text-transform: uppercase;
    color: black;
}

.counter-box {
    display: block;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #fff
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

.card-prise {
    font-size: 18px;
}

.card-prise b {
    font-size: 25px;
    font-weight: bold;
}

.displayFixedBottom {
    position: fixed;
    bottom:  0;
    display: none;
    z-index: 9999;
}

.displayFixedBottomContact {
    position: fixed;
    bottom:  0;
    z-index: 9999;
}

.img-menu {
    height: 30px;
}

.category {
    padding: 10px 40px 10px 40px;
    border-radius: 50px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}

.bg-tiktok {
    background-color: #000;
}

.bg-youtube {
    background-color: #ff0000;
}

.bg-facebook {
    background-color: #1b74e4;
}

.bg-twitch {
    background-color: #772ce8;
}

.bg-spotify {
    background-color: #1ed760;
}

.bg-twitter {
    background-color: #00abec;
}

.bg-kick {
    background-color: #02de03;
}

.bg-x {
    background-color: #000000;
}

.bg-www {
    background-color: #0084c8;
}

.sep {
    margin-top: 30px;
}