@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;800&amp;display=swap');

html {
    color-scheme: dark;
}

body {
    background: url(/img/tpbg.png) top center no-repeat #141416;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

header {
    background: #232323;
    font-family: 'Kenyan Coffee Rg', sans-serif;
}

.header-nav {
    padding: 15px 0 5px 0;
}

.header-nav li a {
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-nav li a img {
    margin-right: 5px;
}

.header-nav li input {
    color: black;
    font-size: 20px;
}


.header-nav li input::placeholder {
    color: black;
    font-size: 20px;
}

.input-with-icon {
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
}

.input-with-icon-icon {
    position: absolute;
    right: 4px;
    top: 1px;
    bottom: 0px;
    border-top-right-radius:1px;
    border-bottom-right-radius:1px;
    color: black;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px 10px 10px;
    background-image:radial-gradient(ellipse farthest-corner at center 0px,#ffc400 -150%,#ffc400 45%,#ff8800 85%);
}

.input-with-icon input[type=text],
.input-with-icon input[type=password] {
    padding-left: 7px;
}

input[type=text],
input[type=password] {
    height: 30px;
    outline: none;
    border: none;
    padding: 0 50px;
    border-radius:3px;
}



.orange-gradient-text {
    background: -webkit-linear-gradient(180deg, rgba(255, 165, 45, 1) 0%, rgba(248, 206, 11, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.orange-gradient-bg {
    background: -webkit-linear-gradient(180deg, rgba(255, 165, 45, 1) 0%, rgba(248, 206, 11, 1) 100%);
}

.login-register-btn span {
    color: black;
    border-radius: 15px;
    margin-left: 5px;
    padding: 0 20px;
}

.login-register-btn img {
    width: 30px;
}

.featured-games {
    font-family: 'Kenyan Coffee Rg', sans-serif;
    padding: 10px 0;
}

.featured-games ul li {
    margin: 0 10px;
}

.featured-games ul li a {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.featured-games img {
    border-radius: 50%;
    padding: 2px;
    background: -webkit-linear-gradient(90deg, rgba(248, 206, 11, 1) 0%, rgba(255, 165, 45, 1) 100%);
}

.featured-games .featured-game-title {
    background-color: #1a1915;
    padding: 5px 20px;
    box-shadow: 0px 0px 30px 0px rgba(248, 206, 11, 1);
    border-radius: 7px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    margin-bottom: -10px;
}

.latest-products {
    border-top: 2px solid #feb028;
    border-bottom: 2px solid #feb028;
    padding: 10px 0;
}

.horizontal-product {
    border: 3px solid #feb028;
    border-radius: 15px;
    padding: 5px;
}

.horizontal-product .product-img-container {
    position: relative;
    flex-direction: column;
}

.horizontal-product .product-img-container img {
    display: block;
}

.horizontal-product .product-img-container .product-art {
    border-radius: 10px;
    width: 79px;
}

.horizontal-product .product-img-container .product-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 28px;
    height: 28px;
}

.circle {
    border-radius: 50%;
}

.horizontal-product .product-meta .seller-icon {
    border: 2px solid #15ff16;
    width: 17px;
    height: 17px;
}

.horizontal-product .product-meta .seller-text {
    color: white;
    font-size: 12px;
}

.horizontal-product .product-meta .date {
    font-size: 12px;
    font-family: 'Kenyan Coffee Rg', sans-serif;

}

.horizontal-product .product-meta .server {
    background: white;
    color: black;
    padding: 0 3px;
    border-radius: 7px;
    font-size: 8px;
    text-align: center;
    font-weight: bold;
}

.horizontal-product .product-name {
    background: url("../img/product-name-bg.png") center center no-repeat;
    font-family: 'Kenyan Coffee Rg', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.horizontal-product .product-name a {
    color: black
}

.horizontal-product .price {
    font-weight: bold;
    font-size: 18px;
}

.horizontal-product .seller-logo img {
    width: 80px;
}

.vertical-divider {
    height: 80px;
    width: 1px;
    border-right: 1px solid #a0870f;
    margin: 0 10px;
}

.latest-products .browse-all {
    border-radius: 10px;
    text-align: center;
    font-family: 'Kenyan Coffee Rg', sans-serif;
    padding: 5px 15px 5px 5px;
    font-style: italic;
    font-size: 18px;
    margin-top: 5px;

}

.latest-products .browse-all a {
    color: black;
    height: 100%;
}

.latest-products .browse-all .text-big {
    font-size: 46px;
}

.sliders img {
    width: 100%;
}


.horizontal-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.horizontal-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
}

.horizontal-divider .shape-fill {
    fill: #feae29;
}


.horizontal-divider.flip {
    transform: rotate(180deg);
    margin-top: 50px;

}

.mt-6 {
    margin-top: 70px;
}

.banner-image img {
    width: 100%;
}

.banner-container .latest-news {
    text-align: center;
    font-size: 24px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
    font-weight: bold;
    bottom: 0;
    position: absolute;
    width: 100%;
    font-style: italic;
}

.game-section-title {
    margin-top: 10px;
    text-align: center;
}

.game-section-title h1 {
    padding-top: 10px;
    padding-bottom: 15px;
    font-family: 'Kenyan Coffee Rg', sans-serif;
    text-align: center;
    display: inline-block;
}

.game-products-container>.row>div {
    margin-top: 20px
}

.game-product {
    border-radius: 20px;
    position: relative;
}

.game-product .product-info-container {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.game-product .item-art {
    border-radius: 20px;
    width: 100%;
    box-shadow: 0px 10px 15px 8px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.game-product .seller-container img {
    border: 2px solid #ff0000;
    width: 33px;
    height: 33px;
}

.game-product .seller-name {
    font-weight: bold;
    color: white;
}

.game-product .server {
    color: black;
    background: white;
    padding: 0 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 5px;
}

.game-product .add-favorite-btn {
    background: black;
    color: white;
    padding: 2px 5px 0 5px;
    border-radius: 3px;
}

.game-product .product-name {
    font-family: 'Kenyan Coffee Rg', sans-serif;
    background: url("../img/product-name-bg-big.png") center center no-repeat;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 130px;
    font-weight: bold;
    text-align: center;
}

.game-product .buy-btn {
    color: black;
    border-radius: 5px;
    padding: 1px 10px;
    font-size: 13px;
    font-weight: bold;
}

.game-product .product-icon {
    width: 40px;
    height: 40px;
}

.game-product .price {
    font-weight: bold;
    color: white;
}

.game-product .seller-logo {
    width: 96px;
}

.game-product-see-more a {
    font-family: 'Kenyan Coffee Rg', sans-serif;
    color: black;
    font-size: 32px;
    padding: 5px 30px;
    font-style: italic;
    border-radius: 10px;
}

footer {
    margin-top: 20px;
    font-family: 'Roboto', serif;
    color: white;
    font-weight: 300;
    font-size: 18px;

}

footer a {
    color: white;
}

footer .about-text {
    font-size: 16px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    margin-top: 10px
}

footer .contacts {
    font-size: 36px;
}

footer .contacts a {
    margin-right: 14px;
}

.game-categories-container {
    margin-top: 75px;
}

.game-categories-container .game-category img {
    width: 100%;
    border-radius: 30px;

}

.game-categories-container .game-category {
    border: 4px solid #feb028;
    border-radius: 30px;
    position: relative;
}

.game-categories-container .game-category-title {
    font-family: 'Kenyan Coffee Rg', sans-serif;
    font-size: 56px;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.product-details-container .product-img img {
    border-radius: 28px;
    width: 100%;
    border: 4px solid #feb028;

}

.product-details-container .seller img {
    border: 2px solid #ff0000;
    width: 33px;
    height: 33px;
}

.product-details-container .seller-text {
    color: white;
    font-weight: bold;
}

.product-details-container .product-name {
    color: white;
    font-weight: 900;
    font-size: 46px;
}

.product-details-container .price {
    color: white;
    font-size: 32px;
    font-family: 'Kenyan Coffee Rg', sans-serif;

}

.product-details-container .product-status {
    font-size: 32px;
    font-family: 'Kenyan Coffee Rg', sans-serif;

}

.product-details-container .server {
    font-size: 13px;
    background: white;
    color: black;
    padding: 1px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.button {
    font-family: 'Kenyan Coffee Rg', sans-serif;
    margin-top: 10px;
    color: black;
    padding: 5px 10px;
    border-radius: 10px;
}

.font-24 {
    font-size: 24px;
}

.font-36 {
    font-size: 36px;
}

.product-details-container .product-info {
    /*border-top: 1px solid #feb028;
    border-bottom: 1px solid #feb028;
    padding: 20px 0;*/
}

.product-details-container .product-info p {
    font-family: 'Kenyan Coffee Rg', sans-serif;
    color: white;
    font-size: 22px;
}



.product-details-container .product-comments {
    border-radius: 15px;
    padding: 10px;
    margin-top: 20px;
}

.product-details-container .product-comments .product-comments-inner {
    border-radius: 10px;
    border: 2px solid black;
    padding: 10px;
}

.product-details-container .product-comments .product-comments-inner h5 {
    color: black;
    font-weight: 900;

}

.product-details-container .comment span {
    color: black;
}

.product-details-container .comment p {
    color: white;
    background: black;
    padding: 1px 10px 0 10px;
    border-radius: 10px;
    margin: 0;
}

.product-details-container .comment .date {
    font-size: 11px;
    text-align: right;
    display: block;
    margin-right: 5px;
    margin-top: 5px
}



.product-details-container .send-comment-container {
    text-align: right;
}

@media (max-width: 576px) {
    .padded-x {
        padding: 0 20px;
    }

    .horizontal-divider svg {
        height: 20px;
    }

    .featured-games ul li {
        margin-top: 30px
    }

    .vertical-divider {
        display: none;
    }

    .banner-container .latest-news {
        font-size: 16px;
        margin-bottom: -20px
    }

    .banner-container {
        padding-bottom: 40px;
    }

    .game-section-title h1 {
        background: url("../img/game-section-title-bg-sm.png") 0 0 no-repeat;
        width: 320px;
    }

    footer .row>div {
        margin-top: 50px;
        text-align: center;
    }

    .product-details-container .seller-logo {
        max-width: 175px;
    }

}

@media (min-width: 768px) {

    .game-section-title h1 {
        background: url("../img/game-section-title-bg.png") 0 0 no-repeat;
        width: 468px;
    }

    .product-details-container .seller-logo {
        max-width: 200px;
    }

}

@media (min-width: 992px) {
    .padded-x {
        padding: 0 175px;
    }

    .horizontal-divider svg {
        height: 50px;
    }

    .featured-games ul li {
        margin-top: 0
    }

    .banner-container .latest-news {
        font-size: 24px;
        margin-bottom: -5px
    }

    .banner-container {
        padding-bottom: 0px;
    }

}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {
    .header-nav li input {}
}

select {
    all: unset;
    cursor: pointer;
    background-image: url("../img/orangeborder45-bg.png");
    background-size: cover;
    color: orange;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    margin: 5px 10px;
    width: 150px;
    height: 35px;
}

select>option {
    background: #202020;
    color: orange;
    font-weight: bold;
}

.pagination>div {
    border: 1px solid orange;
    border-radius: 10px !important;
    font-weight: bold !important;
    padding: 5px 10px !important;
    margin: 5px !important;
    /*     color: white;
    background: black; */
    background: -webkit-linear-gradient(180deg, rgba(255, 165, 45, 1) 0%, rgba(248, 206, 11, 1) 100%);
    min-width: 35px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    cursor: pointer;
    user-select: none;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.pagination .active {
    border: 1px solid orange !important;
    background: black !important;
    color: white !important;
}

.pagination>div:first-child {
    margin-right: 20px !important;

}

/* .pagination>div:first-child::after {
    content: "...";
    position: absolute;
    right: -20px;
    top: 10px;
    display: block;
    height: 1px;
    color: white;
}
 */
.pagination>div:last-child {
    margin-left: 20px !important;
}


/* .pagination>div:last-child:before {
    content: "...";
    position: absolute;
    left: -20px;
    top: 10px;
    display: block;
    height: 1px;
    color: white;
} */

.loginContainer {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.loginLeft {
    flex: 1;
    max-width: 500px;
}

.loginLeft>img {
    width: 100%;
}

.loginRight {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.loginRightForm {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    border: 1px solid orange;
    border-radius: 20px;
    margin: auto;
    padding: 10px;
    width: 100%;
    height: 100%;
    max-width: 400px;
    position: relative;
}

.loginRightForm input {
    height: 35px;
    background: linear-gradient(-45deg, rgba(255, 165, 45, 1) 0%, rgba(248, 206, 11, 1) 100%) !important;
    color: black !important;
    font-weight: bold;
    width: 70%;
}

.loginRightForm input:first-of-type {
    margin-top: 30px;
}

.loginRightForm input:focus {
    outline: 1px solid orange;
}

.loginRightForm input::placeholder {
    color: black !important;
    font-weight: bold;
    text-align: center;
}

.loginRightForm>div:nth-of-type(2) {
    font-weight: bold;
    margin-top: -15px;
    width: 70%;
    text-align: end;
    cursor: pointer;
}

.loginRightForm>div:nth-of-type(3) {
    border: 1px solid orange;
    border-radius: 20px;
    padding: 10px;
    font-size: 12px;
    text-align: justify;
}

.loginRightBanner {
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 110%;
}

.loginSwitch {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    user-select: none;
}

.loginSwitch>div {
    border: 1px solid orange;
    padding: 5px 35px;
    font-weight: bold;
    cursor: pointer;

}

.loginSwitch .active {
    background: orange;
    color: black;
}

.item-filter {
    border-radius: 10px;
    margin-right: 10px;
    padding: 30px 20px;
}

.filter-bottomborder {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, black, rgb(49, 48, 48), black);
    border-left: 0;
    border-right: 0;
    border-top: 0;
}


.orange-bottomborder {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, black, black, orange, black, black);
    border-left: 0;
    border-right: 0;
    border-top: 0;
}


.ko-ring-card {
    width: 220px;
    height: 350px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1C1C1C;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    border: 1px solid #575762;
    box-shadow: 0px 0px 10px 0px #000000;
    overflow: hidden;
    position: relative;
}

.rise-ring-card {
    width: 220px;
    height: 350px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1C1C1C;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    border: 1px solid #575762;
    box-shadow: 0px 0px 10px 0px #000000;
    overflow: hidden;
    position: relative;

}

.card-bottomborder {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #1C1C1C, #505050, #1C1C1C);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.adListRow {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    text-decoration: "none";
    color: white;

    padding: 20px 10px;
    font-size: 14px;

}

.adListRow:not(:last-of-type) {

    border-bottom: 2px solid #303030;
}


.adListRow>div {
    flex: 1;
    text-transform: capitalize;
    text-align: center;
    vertical-align: middle;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.adListRow:last-of-type {
    padding-bottom: 0px;
}

.adListRow>div:not(:last-of-type) {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to top, black, rgb(49, 48, 48), rgb(49, 48, 48), rgb(49, 48, 48), black);
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
}

.adListRow>div:nth-of-type(1)>div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;

}

.adListRow>div:nth-of-type(1) {
    flex: 1.4
}

.adListRow>div:nth-of-type(3) {
    flex: 2
}

.adListRow>div:nth-of-type(4) {
    flex: 2
}

.adListRow>div:nth-of-type(7) {
    flex: 2
}

.searchBox::placeholder {
    color: #DDD;
}

.header-search-input {
    width: 200px !important;
    height: 95% !important;
    margin-right: 45px;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px !important;
    background-color: #26262f;
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .9) !important;
    padding: 10px 15px !important;
    margin-bottom: 10px;
    font-size: 13px;
    color: #ccc;
}

.header-search-input::placeholder {
    color: white;

}

.modal-outer {
    background-color: #00000070;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}



.modal-close-x {
    background-color: white;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 20px;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: FontAwesome;
    cursor: pointer;
    border: 1px solid orange;
    z-index: 1000;
    user-select: none;
}

.modal-container {
    width: 500px;
    height: 400px;
    margin: auto;
    position: relative;
    border: 1px solid orange;
    border-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0px 0px 40px 20px black;
}

.modal-header {
    flex: 3.5;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    text-align: center;

}

.modal-title {
    border-radius: inherit;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    text-align: center;
}

.modal-header .modal-icon {
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-image: linear-gradient(to left, orange, orange, gold);

    border-bottom: 1px solid #ccc;
    flex-grow: 1;
}

.modal-header .modal-text {
    padding: 10px;
    background-color: white;
    color: black;
    font-size: 30px;
}

.modal-body {
    flex: 2;
    text-align: center;
    font-size: 22px;
    color: #202020
}

.modal-footer {
    flex: 1;
    /* background-image: linear-gradient(to top, grey, white); */
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}

.modal-button {
    background-color: orange;
    color: black;
    padding: 7px 50px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid orange;
    user-select: none;
}


.similar-products-title {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 40px 0px;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to right, #1c1c1c, #1c1c1c, orange, #1c1c1c, #1c1c1c);
    border-left: 0;
    border-right: 0;
    padding: 10px 0px;
}

.gb-table th {
    background-color: #282828;
    color: white;
}

.filter-order:hover {
    color: orange !important;
    font-weight: bolder;
}

.productcard-container:hover {
    box-shadow: 0px 0px 10px 3px #333240;
    border-radius: 10px;
    cursor: pointer;
    transform: scale(1.05);
    z-index: 7;
}




.game-section-button:hover {
    box-shadow: 0px 0px 10px 3px orange;
    border-radius: 10px;
    cursor: pointer;
    transform: scale(1.05);
    z-index: 7;

}

.search-show-all:hover {
    transform: scale(1.05);
    font-weight: bold;
}

.featured-circle:hover {
    transform: scale(1.05);
    font-weight: bold;
    box-shadow: 0px 0px 10px 3px orange;
    border-radius: 50%;
}

.leftbanner-container {
    width: 220px;
    height: 740px;
    position: absolute;
    left: 10px;
    top: 15vh;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.leftbanner-header {
    background-color: orange;
    align-self: stretch;
    border-radius: 30px 30px 0 0;
    font-size: 22px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: 4px solid white;
    color: black;
    border-bottom: 3px solid white;
}

.leftbanner-footer {
    background-color: orange;
    align-self: stretch;
    border-radius: 0 0 30px 30px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: 4px solid white;
    color: black;
    border-top: 3px solid white;

}

.leftbanner-content {
    align-self: stretch;
    flex-grow: 1;
    border-left: 4px solid white;
    border-right: 4px solid white;
    overflow-y: hidden;
    text-decoration: none;
    color: orange;
    position: relative;
}

.leftbanner-item {
    border-bottom: 2px solid white;
    padding: 5px 10px;
    background-color: #14141c;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.leftbanner-item div:first-of-type {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.leftbanner-item>div:first-of-type img {
    border: 2px solid orange;
    border-radius: 50%;
    margin-right: 10px;
}

.wa-link {
    margin-right: 3px;
    background-color: limegreen;
    color: white;
    padding: 4px;
    border-radius: 10px 4px 10px 4px;
}

.wa-link i {
    font-size: 24px;
    margin-right: 3px;
}

.leftbanner-item>div:last-of-type {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #15ff16;
}

.leftbanner-hide {
    position: absolute;
    right: -35px;
    top: 340px;
    background-color: orange;
    color: black;
    font-size: 36px;
    padding: 5px;
    border: 4px solid white;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer ;
    
}
.leftbanner-hide:hover{
    color:white;
    background-color: darkorange;
}

.tooltip {
  position: relative;
  background: $green;
  padding: 5px 12px;
  margin: 5px;
  font-size: 15px;
  border-radius: 100%;
  color: #FFF;
}

.tooltip:before,
.tooltip:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.4s ease;
}

.tooltip:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: $green transparent transparent transparent;
  top: -15px;
   transform: translateY(20px);
}

.tooltip:after {
  content: attr(data-tooltip);
  background: $green;
  width: 160px;
  height: 40px;
  font-size: 13px;
  font-weight: 300;
  top: -75px;
  left: -10px;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  transform: translateY(20px);
}

.tooltip:hover::before,
.tooltip:hover::after {
  opacity: 1;
  transform: translateY(-2px);
}

@keyframes shake {
  0% { 
    transform: rotate(2deg);
  }
  50% {
   transform: rotate(-3deg);
  }
  70% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#anim:hover {
  animation: shake 500ms ease-in-out forwards;
}