/* Body Layout */

* {
    font-family: "Poppins", sans-serif;
}

.body-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    min-height: 100vh;
}

body {
    background-color: #0F0F0F;
}

/* Begining of Dashboard */

/* End of Dashboard */


@media (min-width:1895px) {
    .profile-container {
        max-width: 1400px !important;
    }

    .profile-container2 {
        max-width: 1400px !important;
    }
}

@media (min-width: 1684px) {
    .profile-container {
        max-width: 1400px !important;
    }

    .profile-container2 {
        max-width: 1400px !important;
    }
}

.recent-play-align {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
    row-gap: 2rem;
    padding: 1rem;
}

.recent-play-card-one {
    background-image: url('/assets/images/recentplay-one.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 375px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    row-gap: 2rem;
    padding-bottom: 2rem;
}

.recent-play-card-two {
    background-image: url('/assets/images/recentplay-two.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 375px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    row-gap: 2rem;
    padding-bottom: 2rem;
}

.recent-play-card-three {
    background-image: url('/assets/images/recentplay-three.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 375px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    row-gap: 2rem;
    padding-bottom: 2rem;
}

.recent-play-card-four {
    background-image: url('/assets/images/recentplay-four.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 375px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    row-gap: 2rem;
    padding-bottom: 2rem;
}

.recent-play-card-text {
    color: #fff;
    text-align: center;
}

.recent-play-card-span {
    color: #38EC9D;
    text-align: center;
}

.recent-play-card-span2 {
    color: #7A44D2;
    text-align: center;
}

.recent-play-card-span3 {
    color: #29ABE2;
    text-align: center;
}

.recent-play-card-span4 {
    color: #D76F00;
    text-align: center;
}

.recent-up-down-align {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}

.recent-up-span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #B2B2B2;
    padding: 4px 8px;
}

.recent-up-span-text {
    color: #00FF38;
}

.recent-down-span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #B2B2B2;
    padding: 4px 8px;
}

.recent-down-span-text {
    color: #FF3B37;
}

.recent-card-btn-align1 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}

.recent-card-btn1 {
    font-size: 14px;
    color: #38EC9D;
    border: 1px solid #38EC9D;
    padding: 6px 40px;
    background-color: transparent;
    border-radius: 20px;
    transition: all .3s ease-in-out;
}

.recent-card-btn1:hover {
    color: #000;
    background-color: #38EC9D;
    transition: all .3s ease-in-out;
}

.recent-card-btn2 {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 20px;
    background-color: transparent;
    border-radius: 20px;
    transition: all.3s ease-in-out;
}

.recent-card-btn2:hover {
    color: #000;
    background-color: #fff;
    transition: all.3s ease-in-out;
}

.recent-card-btn3 {
    font-size: 14px;
    color: #7A44D2;
    border: 1px solid #7A44D2;
    padding: 6px 40px;
    background-color: transparent;
    border-radius: 20px;
    transition: all.3s ease-in-out;
}

.recent-card-btn3:hover {
    color: #fff;
    background-color: #7A44D2;
    transition: all.3s ease-in-out;
}

.recent-card-btn4 {
    font-size: 14px;
    color: #29ABE2;
    border: 1px solid #29ABE2;
    padding: 6px 40px;
    background-color: transparent;
    border-radius: 20px;
    transition: all.3s ease-in-out;
}

.recent-card-btn4:hover {
    color: #fff;
    background-color: #29ABE2;
    transition: all.3s ease-in-out;
}

.recent-card-btn5 {
    font-size: 14px;
    color: #D76F00;
    border: 1px solid #D76F00;
    padding: 6px 40px;
    background-color: transparent;
    border-radius: 20px;
    transition: all.3s ease-in-out;
}

.recent-card-btn5:hover {
    color: #fff;
    background-color: #D76F00;
    transition: all.3s ease-in-out;
}

.recentplay-head {
    color: #fff;
    margin-block: 2rem;
    padding-left: 3rem;
}

.custom-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
}

.custom-tab,
.custom-tab-new {
    background: none;
    border: none;
}

.custom-tab-contents,
.custom-tab-contents-new {
    margin-top: 20px;
}

.custom-tab-content,
.custom-tab-content-new {
    display: none;
}

.custom-tab-content.active,
.custom-tab-content-new.active {
    display: block;
}

.custom-tab .tab-text-btn,
.custom-tab-new .tab-text-btn {
    position: relative;
    right: 6rem;
    color: #fff;
}

.custom-tab.active .tab-text-btn,
.custom-tab-new.active .tab-text-btn {
    position: relative;
    right: 8rem;
    color: #fff;
}

@media(max-width: 540px) {
    .game1-bg {
        max-width: 340px;
    }

    .dash-imd-hid {
        display: none;
    }

    .custom-tabs {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        column-gap: 8px;
        row-gap: 1rem;
    }

    .custom-tab .tab-text-btn,
    .custom-tab-new .tab-text-btn {
        position: relative;
        right: 0rem;
        color: #fff;
        font-size: 14px;
        width: 100%;
        display: block;
        bottom: 2rem;
    }

    .custom-tab.active .tab-text-btn,
    .custom-tab-new.active .tab-text-btn {
        position: relative;
        right: 0rem;
        color: #fff;
        font-size: 14px;
        width: 100%;
        display: block;
        bottom: 2.35rem;
    }
}

/* Common Classes */
.text-primary {
    color: #03ed37 !important;
}

.text-red {
    color: #FF2A25;

}

.text-secondary {
    color: #173b2b !important;
}

.bg-primary {
    background: #173b2b !important;
}

.bg-secondary {
    background: #38EC9D !important;
}

.border-primary {
    border: 1px solid #1d5d41 !important;
}

.border-primary-new {
    border: 2px solid #03ed37 !important;
}

.border-secondary {
    border: 1px solid #38EC9D !important;
}

.fs-custom-sm {
    font-size: 8px;
}

.fs-6-custom {
    font-size: 13px;
}

.b-radius {
    border-radius: 8px;
}

.mt-5-cistom {
    margin-top: 4rem !important;
}

.nav-profile-icon1 {
    height: 30px;
}

.text-gradient {
    background: linear-gradient(270.07deg, #38EC9D 0.89%, rgba(56, 236, 157, 0.22) 99.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.join-down-span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #B2B2B2;
    padding: 4px 24px;
}

.mygames-align {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
    row-gap: 2rem;
}

.mygames-card-one {
    background-image: url('/assets/images/mygames-one.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
}

.mygames-card-two {
    background-image: url('/assets/images/mygames-two.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
}

.mygames-card-three {
    background-image: url('/assets/images/mygames-three.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
}

.mygames-btn1 {
    background-color: transparent;
    color: #fff;
    border: 1px solid #29ABE2;
    padding: 8px 30px;
    border-radius: 9999px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-top: 9.5rem;
    margin-left: 4rem;
}

.mygames-btn1:hover {
    background-color: #29ABE2;
    color: #fff;
    transition: background-color 0.3s ease;
}

.mygames-btn2 {
    background-color: transparent;
    color: #fff;
    border: 1px solid #38EC9D;
    padding: 8px 30px;
    border-radius: 9999px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-top: 9.5rem;
    margin-left: 4rem;
}

.mygames-btn2:hover {
    background-color: #38EC9D;
    color: #fff;
    transition: background-color 0.3s ease;
}

.mygames-btn3 {
    background-color: transparent;
    color: #fff;
    border: 1px solid #D76F00;
    padding: 8px 30px;
    border-radius: 9999px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-top: 9.5rem;
    margin-left: 4rem;
}

.mygames-btn3:hover {
    background-color: #D76F00;
    color: #fff;
    transition: background-color 0.3s ease;
}