﻿::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
    width: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #185d6b;
    border-radius: 20px;
    border: transparent;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

:root {
    --primaryColor: #25c2d9;
}

html {
    overflow-x: hidden;
    overflow-y: overlay;
}

body {
    font-family: "Poppins", sans-serif !important;
    background: #04161c !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

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

a {
    color: var(--primaryColor) !important;
}

a.image-locked {
    opacity: 0.5;
    cursor: default;
}

a.locked-link {
    opacity: 0.5;
    cursor: default;
}

.edit.edit-game {
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid var(--primaryColor);
    margin-left: 24px;
    font-size: 14px;
    padding: 16px 48px;
}

.transparent-hover {
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    transform: perspective(1px) translateZ(0);
}

    .transparent-hover:hover {
        filter: brightness(110%);
    }

    .transparent-hover::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        clip-path: circle(0.5% at 50% 50%);
        background: rgba(122, 177, 204, 0.164);
        transition: 0.4s;
        opacity: 1;
    }

    .transparent-hover:hover::before {
        clip-path: circle(100% at 50% 50%);
    }

    .link-no-underline {
        text-decoration: none !important;
    }

.icon-hover:hover img {
    box-shadow: rgba(37, 194, 217, 0.6) 0px 0px 22px 3px;
    background-color: rgb(37 194 217 / 25%);
}

.row > a {
    width: unset;
}

span.navbar-toggler-icon {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
}

a.navbar-brand-gdb.dropdown-toggle::after {
    font-size: 15px;
    margin-left: 10px;
    vertical-align: top;
}

.footerContainer .navbar-brand-gdb {
    min-width: 200px;
}

.footerContainer .navbar-brand-gdb:hover {
    background-color: transparent !important;
}

.navbar .dropdown-menu[data-bs-popper].brand-dropdown {
    -webkit-backdrop-filter: blur(67.957px) !important;
    backdrop-filter: blur(67.957px) !important;
    background: rgba(4, 22, 28, 0.9) !important;
    border-radius: 0 !important;
    border-color: #ffffff33 !important;
    box-shadow: 0 1px 1px rgba(4, 22, 28, 0.2) !important;
    margin-right: 16px !important;
    top: 52px !important;
    width: 219px !important;
    left: unset !important;
    right: 0 !important;
}

.topmost {
    z-index: 999999999 !important;
}

.navbar-brand-gdb {
    color: #eeeeee !important;
    display: block;
    font-size: 26px;
    font-weight: bold;
    height: 70px;
    margin-bottom: -15px;
    margin-top: -15px;
    margin-left: -20px;
    margin-right: -13px;
    padding-left: 20px;
    padding-right: 13px;
    width: 219px !important;
}

    .navbar-brand-gdb:hover, .navbar-brand-gdb.show {
        background-color: #ffffff11;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
    }

    .navbar-brand-gdb span {
        display: block;
        float: left;
        margin-left: 10px;
        padding-top: 8px;
    }

    .navbar-brand-gdb img {
        float: left;
        width: 32px;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        margin-top: 8px;
    }

a.navbar-brand-gdb:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.navbar-brand-gdb span.title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 22px;
    padding-top: 0;
    text-shadow: 1px 1px 3px #00000066;
}

.navbar-brand-gdb span.subtitle {
    font-size: 11px;
    padding-top: 0;
    text-transform: uppercase;
    letter-spacing: 1.3pt;
    margin-left: 11px;
    margin-top: -1px;
    text-shadow: 1px 1px 3px #00000066;
    font-weight: 600;
}

.heroSection {
    background: linear-gradient(to top, #04161c 6.66%, rgba(4, 22, 28, 0.4) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 68px;
}

.navbar .navContainer {
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
    align-items: center;
}

.navbar .navbar-toggler {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: unset;
}

    .navbar .navbar-toggler:focus {
        outline: none;
        box-shadow: unset;
    }

    .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url(/Theme/Images/ListIcon.svg);
        width: 45px;
        height: 45px;
    }

.navbar .navbar-nav .nav-link {
    padding: 0 12px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.4px;
    color: #ffffff !important;
    opacity: 0.6;
    transition: 0.3s;
}

    .navbar .navbar-nav .nav-link.active {
        color: #ffffff !important;
        opacity: 0.6;
    }

    .navbar .navbar-nav .nav-link:hover {
        opacity: 1;
    }

.navProfile.dropdown-toggle::after {
    display: none !important;
}

.navbar .dropdown .dropdown-menu.dropdown-menu-profile {
    left: unset !important;
    right: -30px !important;
    top: 52px !important;
}

@media screen and (max-width: 991px) {
    .navbar .dropdown .dropdown-menu.dropdown-menu-profile {
        left: -81px !important;
        right: unset !important;
    }
}



.navbar .navSearch, .navbar .navProfile {
    width: 40px;
    height: 40px;
    background: rgba(122, 177, 204, 0.06);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    transition: 0.5s;
}

    .navbar .navSearch {
        width: unset;
        min-width: 40px;
        padding: 0.5em;
    }

    .navSearch .input-group {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

.navSearch input {
    border: none;   
    height: 40px;
    background: none;
    width: 150px;
}

.navSearch input:focus {
    box-shadow: none !important;
}

.navbar .navSearch:hover, .navbar .navProfile:hover {
    background: rgba(122, 177, 204, 0.205);
}

    .navbar .navSearch img, .navbar .navProfile img {
        width: 20px !important;
        height: 20px !important;
    }

.dropdown-menu {
    -webkit-backdrop-filter: blur(67.957px) !important;
    backdrop-filter: blur(67.957px) !important;
    background: rgba(4, 22, 28, 0.8) !important;
    border-radius: 0 !important;
    border-color: #ffffff33 !important;
    box-shadow: 0 1px 1px rgba(4, 22, 28, 0.2) !important;
}

.navbar .dropdown-menu[data-bs-popper] {
    margin-right: 16px !important;
    top: 42px !important;
    left: 0 !important;
    right: unset !important;
}

.dropdown-item {
    color: #ffffff !important;
    opacity: 0.6;
    transition: 0.3s;
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #ffffff11 !important;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        opacity: 1;
    }

.navbar .navProfile img {
    width: 100%;
    height: 100%;
}

.mainContainer {
    max-width: 1166px;
    width: 100%;
    margin: 0 auto;
}

.heroContainer {
    padding: 180px 0 24px;
    position: relative;
}

    .heroContainer .ratings {
        background: rgba(122, 177, 204, 0.06);
        border-radius: 12px;
        padding: 12px;
        width: fit-content;
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

        .heroContainer .ratings span {
            margin-right: 9px;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            color: #ffffff;
            line-height: 1;
        }

    .heroContainer .heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .heroContainer .heading h1 {
            font-style: normal;
            font-weight: 800;
            font-size: 80px;
            line-height: 88px;
            letter-spacing: -4px;
            text-transform: uppercase;
            color: #ffffff;
            margin: 0 !important;
        }

    .heroContainer .options {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

.heroContainer .edit {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        color: var(--primaryColor);
        text-decoration: none;
        margin-right: 40px;
    }

        .heroContainer .edit:hover {
            filter: brightness(120%);
        }

    .heroContainer .add-to-collection-button {
        background: transparent;
        border: 1px solid var(--primaryColor);
        border-radius: 12px;
        padding: 16px 24px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        color: var(--primaryColor);
        position: relative;
        overflow: hidden;
        transition: 0.4s;
        transform: perspective(1px) translateZ(0);
        text-decoration: none;
    }

.add-to-collection-button:hover {
    filter: brightness(110%);
}

.add-to-collection-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0.5% at 50% 50%);
    background: rgba(122, 177, 204, 0.164);
    transition: 0.4s;
    opacity: 1;
}

.add-to-collection-button:hover::before {
    clip-path: circle(100% at 50% 50%);
}

.tab-content {
    position: relative;
}

.tab-content::before {
    content: "";
    width: 178px;
    height: 178px;
    border-radius: 50%;
    background: #7ab1cc;
    filter: blur(192px);
    position: absolute;
    left: -119px;
    top: -65px;
    z-index: 1111;
    pointer-events: none;
}

.tab-content::after {
    content: "";
    width: 295px;
    height: 409px;
    background: #7ab1cc;
    filter: blur(192px);
    transform: rotate(35.72deg);
    position: absolute;
    top: 100px;
    right: -305px;
    border-radius: 100%;
    z-index: 1111;
    pointer-events: none;
    opacity: 0.8;
}

/* game info section starts here */

.game-info-section {
    background: #04161c;
    position: relative;
    top: -12px;
}

.gameInfoContainer .infoCards {
    position: relative;
}

.infoCards .card {
    background: rgba(122, 177, 204, 0.06);
    border-radius: 16px;
    border: none !important;
    padding: 16px 24px;
    height: 100%;
}

    .infoCards .card .cardHeading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4px;
    }

        .infoCards .card .cardHeading span {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            color: #ffffff;
            opacity: 0.6;
        }

    .infoCards .card .cardDetails {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 0;
    }

.get-on-steam img {
    object-fit: contain;
    height: 100%;
}

.advance-tags-container {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.advance-tag {
    background: rgba(122, 177, 204, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    opacity: 0.8;
}


/* details and images tabs */
.gameTabs {
    padding: 48px 0;
}

    .gameTabs .tabHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
        gap: 1em;
    }

    .gameTabs .deletionBtn {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: var(--primaryColor);
        text-decoration: none;
        padding: 8px;
    }

        .gameTabs .deletionBtn:hover {
            filter: brightness(120%);
        }

    .gameTabs .nav-tabs {
        border: none !important;
        background: rgba(122, 177, 204, 0.06);
        border-radius: 14px;
        width: fit-content;
        padding: 4px;
    }

.nav-tabs .nav-link {
    border: none !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #ffffff !important;
    border-radius: 12px !important;
    padding: 12px 30px;
    transition: 0.4s;
    transform: perspective(1px) translateZ(0);
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border: none !important;
        background: var(--primaryColor) !important;
    }

    .nav-tabs .nav-link:hover {
        filter: brightness(110%);
    }

    .nav-tabs .nav-link::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        clip-path: circle(0.5% at 50% 50%);
        background: rgba(122, 177, 204, 0.164);
        border-radius: 12px !important;
        transition: 0.4s;
        opacity: 1;
    }

    .nav-tabs .nav-link:hover::before {
        clip-path: circle(100% at 50% 50%);
    }

/* tabs content */
.tab-content .detailCard {
    padding: 24px;
    background: rgba(122, 177, 204, 0.06);
    border-radius: 24px;
    margin-bottom: 18px;
    color: #ffffff;
    word-break: break-word;
}

    .tab-content .detailCard h5 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
        color: #ffffff;
        margin: 0 0 12px;
    }

    .tab-content .detailCard p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #ffffff;
        opacity: 0.8;
        margin: 0;
        word-break: break-word;
    }

    .tab-content .detailCard ul {
        margin: 0;
    }

        .tab-content .detailCard ul li {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            color: #ffffff;
            opacity: 0.8;
            margin-bottom: 12px;
        }

            .tab-content .detailCard ul li:last-child {
                margin-bottom: 0;
            }

.detailCard ul li span {
    float: right;
}

    .detailCard ul li span img {
        width: 22px;
        height: 16px;
        margin-left: 5px;
    }

.tab-content .detailCard a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    word-wrap: break-word;
    color: var(--primaryColor);
    opacity: 0.8;
}

    .tab-content .detailCard a:hover {
        filter: brightness(120%);
    }

/* images tab styles */

.imageContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

    .imageContainer .imageCard {
        border-radius: 24px;
        border: 2px solid transparent;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

        .imageContainer .imageCard::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient( 0, rgba(34, 69, 86, 0.16), rgba(34, 69, 86, 0.16) );
        }

        .imageContainer .imageCard::after {
            display: none;
            content: none;
            width: 44px;
            height: 44px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 1111;
            background: url(/Theme/Images/ZoomIcon.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

/* image card content */

.mainImagesContainer .imageCard img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.imageCard .editImgCard {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 16px;
    left: 16px;
    background: rgba(122, 177, 204, 0.12);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .imageCard .editImgCard img {
        width: 20px;
        height: 20px;
    }

.imageCard .imgCardText {
    visibility: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px;
    background: linear-gradient( 0, #0b2026 7.6%, rgba(11, 32, 38, 0.8906) 38.04%, rgba(11, 32, 38, 0) 100% );
}

    .imageCard .imgCardText p {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
        color: #ffffff;
        margin: 0;
    }

/* image card hover content */

.imageContainer .imageCard:hover {
    border-color: var(--primaryColor);
    box-shadow: 0 2px 64px rgba(37, 194, 217, 0.24);
    background: var(--primaryColor);
    transition: 0.4s;
}

    .imageContainer .imageCard:hover::after {
        display: block;
        content: "";
    }

    .imageContainer .imageCard:hover .editImgCard {
        background: #7ab1cc;
        transition: 0.4s;
    }

    .imageContainer .imageCard:hover .imgCardText {
        visibility: visible;
        transition: 0.4s;
    }

/*...*/

.imageContainer .imageCard1 {
    max-width: 392px;
    width: 100%;
    height: 392px;
}

.imageContainer .imageCard2 {
    max-width: 756px;
    width: 100%;
    height: 392px;
    margin-right: 0 !important;
}

.imageContainer .imageCard3 {
    max-width: 337px;
    width: 100%;
    height: 251px;
}

.imageContainer .imageCard4 {
    max-width: 278px;
    width: 100%;
    height: 323px;
}

.imageContainer .imageCard5 {
    max-width: 252px;
    width: 100%;
    height: 229px;
    margin-right: 0 !important;
}

.imageContainer .imageCard6 {
    max-width: 245px;
    width: 100%;
    height: 360px;
}

.imageContainer .imageCard7 {
    max-width: 337px;
    width: 100%;
    height: 340px;
}

.imageContainer .imageCard8 {
    max-width: 278px;
    width: 100%;
    height: 268px;
}

.imageContainer .imageCard9 {
    max-width: 252px;
    width: 100%;
    height: 362px;
}

.imageContainer .imageCard10 {
    max-width: 245px;
    width: 100%;
    height: 231px;
    margin-right: 0 !important;
}

.modal.lightbox {
    background: rgba(4, 22, 28, 0.88);
    z-index: 9999 !important;
}

footer {
    background: #04161c;
}

.footerContainer {
    border-top: 1px solid #1d2d33;
    color: #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 24px 0;
}

.footerContainer .navbar-brand-gdb {
    height: 55px;
}

    .footerContainer .footerLinks {
        display: flex;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0 0 0 50px;
    }

        .footerContainer .footerLinks li {
            margin-right: 60px;
        }

            .footerContainer .footerLinks li:last-child {
                margin-right: 0;
            }

            .footerContainer .footerLinks li a {
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                color: #ffffff;
                opacity: 0.6;
                text-decoration: none;
                transition: 0.5s;
            }

                .footerContainer .footerLinks li a:hover {
                    opacity: 1;
                }

    .footerContainer .madeBy {
        display: flex;
        align-items: center;
    }

        .footerContainer .madeBy span {
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            color: rgba(253, 253, 253, 0.32);
        }

            .footerContainer .madeBy span a {
                color: #ffffff;
                text-decoration: none;
            }

        .footerContainer .madeBy img {
            display: flex;
            align-items: center;
            margin-left: 8px;
        }

/* footer ends here */

/* grid and list display buttons(used in various pages) */
.displayStyle {
    display: none;
    justify-content: space-between;
    align-items: center;
    background: rgba(122, 177, 204, 0.06);
    border-radius: 12px;
    width: 80px;
    height: 40px;
    padding: 4px 6px;
}

    .displayStyle.show {
        display: flex;
    }

    .displayStyle .style {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: 0.4s;
        transform: perspective(1px) translateZ(0);
        opacity: 0.2;
    }

        .displayStyle .style:hover {
            filter: brightness(110%);
        }

        .displayStyle .style::before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            clip-path: circle(0.5% at 50% 50%);
            background: rgba(122, 177, 204, 0.164);
            transition: 0.4s;
            opacity: 1;
        }

        .displayStyle .style:hover::before {
            clip-path: circle(100% at 50% 50%);
        }

        .displayStyle .style.active {
            background: var(--primaryColor);
            opacity: 1 !important;
        }

        .displayStyle .style image {
            width: 100%;
            height: 100%;
        }

/* video game cards (used in various pages) */
.gameCardsContainer .gameCard {
    background: rgba(122, 177, 204, 0.06);
    border-radius: 24px;
    height: 100%;
    outline: none;
    cursor: pointer;
    transition: 0.1s;
}

    .gameCardsContainer .gameCard:hover {
        outline: 2px solid var(--primaryColor);
        box-shadow: 0 2px 64px rgba(37, 194, 217, 0.24);
    }

.gameCard .cardImgPart {
    position: relative;
    border-radius: 24px 24px 0 0;
    height: 270px;
    padding-bottom: 1px;
}

    .gameCard .cardImgPart::before {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #0b2026 7.6%, rgba(11, 32, 38, 0.8906) 38.04%, rgba(11, 32, 38, 0.12) 100% );
        border-radius: 24px 24px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }

.gameCardsContainer .gameCard img {
    width: 100%;
    height: 100%;
    border-radius: 24px 24px 0 0;
    object-fit: cover;
}

.addToCollection.icon-hover img {
    border-radius: 24px;
}

.cardImgPart .imgOver {
    width: 150px;
    height: 135px;
    margin: 0 auto;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    z-index: 2222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardImgPart .imgOver img {
    border-radius: 0px !important;
    box-shadow: 2px 2px 20px #182f39, -2px -2px 20px #182f39;
    max-width: 100%;
    max-height: 100%;
    width: unset;
    height: unset;
}

.gameCardsContainer .gameCard:hover .cardImgPart .imgOver {
    transform: scale(1.1);
}

.gameCard .cardContent {
    border-radius: 0 0 24px 24px;
    padding: 6px 24px 24px;
    position: relative;
}

.cardContent .cardHeading {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 24px;
    position: absolute;
    top: -50px;
    left: 0;
    gap: 5px;
}

    .cardContent .cardHeading h3 {
        max-width: 250px;
        width: 100%;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
        color: #ffffff;
        z-index: 2222 !important;
        margin: 0;
        overflow-wrap: anywhere;
    }

    .cardContent .cardHeading a {
        display: inline-block;
        width: 24px;
        height: 24px;
        color: white;
        z-index: 2222 !important;
        text-decoration: none;
    }

    .cardContent .cardHeading img {
        width: 100%;
        height: 100%;
    }

/* dropdown */
.addToCollectionDropdown {
    background: #212529;
    border-radius: 16px;
    z-index: 2222;
    position: absolute;
    right: 24px;
    bottom: 40px;
    padding: 16px;
}

    .addToCollectionDropdown.hide {
        display: none;
    }

    .addToCollectionDropdown h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        color: #ffffff;
        padding-bottom: 8px;
        border-bottom: 1px solid #ffffff2d;
    }

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

        .addToCollectionDropdown ul li a {
            width: 100% !important;
            height: 100% !important;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            color: #ffffff;
            opacity: 0.6;
            text-decoration: none;
            margin-bottom: 8px;
            transition: 0.3s;
        }

            .addToCollectionDropdown ul li a:hover {
                opacity: 1;
            }
/* ... */

.cardContent .contentHeading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 40.8px;
}

.contentHeading .releaseDate span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
}

.contentHeading .releaseDate h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

.contentHeading .ratings {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 36px;
    background: rgba(122, 177, 204, 0.06);
    border-radius: 12px;
}

.contentHeading .ratings-short {
    display: flex;
    gap: 8px;
}

    .contentHeading .ratings img {
        width: 16px;
        height: 16px;
    }

    .contentHeading .ratings h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        color: #ffffff;
        margin: 0;
        line-height: 1;
    }

.cardContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.8;
    margin: 12px 0 0;
}

/* list view styles */

.listViewCard .gameCard {
    display: flex;
    border-radius: 24px 24px;
}

    .listViewCard .gameCard .cardImgPart {
        position: relative;
        border-radius: 24px 0 0 24px;
        width: 216px;
    }

        .listViewCard .gameCard .cardImgPart::before {
            border-radius: 24px 0 0 24px;
            background: linear-gradient( 270deg, #0b2026 7.6%, rgba(11, 32, 38, 0.8906) 38.04%, rgba(11, 32, 38, 0.12) 100% );
        }

    .listViewCard .gameCard img {
        border-radius: 24px 0 0 24px;
        padding-right: 2px;
    }

    .listViewCard .gameCard .steam-list img {
        border-radius: 0;
        padding: 0;
        height: 40px;
        object-fit: contain;
    }

.listViewCard .cardImgPart .imgOver {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    width: 175px;
    height: 175px;
}

.listViewCard .cardContent {
    flex: 1;
    padding: 24px 24px 24px 0 !important;
}

    .listViewCard .cardContent .cardHeading {
        width: 100%;
        height: fit-content !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 !important;
        position: static !important;
        margin-bottom: 16px;
    }

        .listViewCard .cardContent .cardHeading h3 {
            max-width: 100%;
        }

    .listViewCard .cardContent .contentHeading {
        margin-bottom: 16px;
    }

.listViewCard .addToCollectionDropdown {
    bottom: unset;
    top: 58px;
}

/* video games cards tab ends here */

/* paginations */

.gameCardsPagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.changePage {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: var(--primaryColor);
}

    .changePage:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

    .changePage img {
        margin: 0 10px;
    }

.gameCardsPagination ul {
    list-style: none;
    padding: 0;
    margin: 0 40px;
    display: flex;
}

    .gameCardsPagination ul li {
        width: 36px;
        height: 36px;
        background: transparent;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        color: var(--primaryColor);
        margin: 0 1px;
        cursor: pointer;
    }

        .gameCardsPagination ul li.active {
            background: linear-gradient(0, var(--primaryColor), var(--primaryColor)), var(--primaryColor);
            color: #ffffff;
        }

/* advance options selects */

.advanceOptions {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

select {
    line-height: 50px !important;
}


.selectOptions {
    flex: 1;
}

.addNewGame {
    width: 170px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .addNewGame a {
        font-style: normal;
        font-weight: 500;`
        font-size: 16px;
        text-align: right;
        color: var(--primaryColor);
        text-decoration: none;
        transition: 0.4;
    }

        .addNewGame a:hover {
            filter: brightness(120%);
        }
         
/* select2 Custom css */

.select2-container.select2-container--custom {
    max-width: 100% !important;
}

.select2-container--open {
    z-index: 9999;
}

.select2-dropdown {
    background: #3f4e52 !important;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-top: none !important;
    max-height: 400px;
    overflow-y: scroll;
}

.select2-container.select2-container--custom .select2-selection--multiple {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 5px;
    cursor: text;
    min-height: 48px;  
}

.select2-container.select2-container--custom.select2-container--disabled .select2-selection--multiple {
    opacity: 0.5;
    cursor: default;
}

.select2-container.select2-container--custom .select2-search .select2-search--inline {
    height: unset !important;
}

.select2-container.select2-container--custom .select2-search--inline .select2-search__field {
    border: none;
    outline: none;
    margin-top: 0px !important;
    background-color: transparent;
    color: white;
}

.select2-results__option:hover {
    background-color: #1E90FF;
}

.select2-results__message:hover {
    background: #3f4e52;
}

.select2-container.select2-container--custom .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;    
    gap: 5px;
    margin-bottom: 0px;
}

.select2-container.select2-container--custom .selection {
    display: flex;
    flex-wrap: wrap;
}

.select2-selection__choice {
    background: rgba(122, 177, 204, 0.06);
    display: flex;
    align-items: center;
    gap: 0.5em;
    padding: 0.5em;
    border-radius: 8px;
    border: 2px solid #cbcbcb;
    width: fit-content;
    color: #cbcbcb;
}

.select2-container.select2-container--custom .select2-selection__choice__remove {
    outline: none;
    border: 2px solid #df4b2b;
    background: none;
    border-radius: 100%;
    line-height: 0;
    color: #df4b2b;
    font-weight: 700;
    font-size: 14px;
    height: 24px;
    width: 25px;
}

.select2-container.select2-container--custom .select2-selection__choice__display {
    word-break: break-word;
}

.select2-search--inline::marker {
    display: none;
}

select, .select2-container--custom .select2-selection--multiple {
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
    background: rgba(122, 177, 204, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background-image: url(/Theme/Images/ChevronDown.svg) !important;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: right 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: unset !important;
}

.select2-container--custom .select2-selection--multiple {
    background-image: none !important;
}

    select::-ms-expand {
        display: none !important;
    }

    select:focus, .select2-container--custom .select2-selection--multiple:focus-within:enabled {
        outline: none !important;
        box-shadow: unset !important;
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25) !important;
    }

select:hover:enabled {
    background-color: #112731 !important;
}

select:focus option {
    background: #112731 !important;
    border: none;
    outline: none !important;
}

        select:focus option:hover {
            background: var(--primaryColor) !important;
            border: none;
            outline: none !important;
        }

    select option {
        font-size: 16px;
        color: #ffffff;
        background: transparent;
        box-shadow: none !important;
        padding: 0 !important;
        outline: none !important;
        border: none !important;
    }

        select option:hover,
        select option:checked {
            border: none !important;
            background: transparent;
        }

.changes-status-icon {
    width: 20px;
}

.similar-game-card img {
    width: 100%;
    height: 100%;
    border-radius: 24px 0px 0px 24px;
    object-fit: cover;
}

.new-game-form select {
    height: 52px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #748389;
    background-position: right 20px center;
}

/* Game Forms */

.gameFormBox {
    padding: 24px;
    background: rgba(122, 177, 204, 0.06);
    border-radius: 24px;
    margin-bottom: 18px;
}

    .gameFormBox label, .gameFormBox .label-text {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 4px;
    }

        .gameFormBox label .required-asterisk {
            color: #df4b2b;
        }

        .gameFormBox .help-block {
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.6);
            margin-bottom: 4px;
        }

    .gameFormBox h1 {
        letter-spacing: -0.4px;
        color: #ffffff;
    }

    .gameFormBox h5, .gameFormBox h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: -0.4px;
        color: #ffffff;
        margin: 0px 0px 12px;
    }

    .gameFormBox h4 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: -0.4px;
        color: #ffffff;
    }

        .gameFormBox p {
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            color: #ffffff;
            opacity: 0.8;
            margin: 0px;
        }

    .gameFormBox .dateInput[type="date"]::-webkit-calendar-picker-indicator {
        background: url("../images/gamesDatabase/calender.svg") no-repeat center center;
        color: transparent;
        width: 16px;
        height: 16px;
        opacity: 1;
        cursor: pointer;
    }

    .gameFormBox select {
        color: #ffffff;
        font-size: 14px;
    }

        .gameFormBox select option {
            font-size: 14px;
        }

    .gameFormBox textarea {
        background: rgba(122, 177, 204, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        width: 100%;
        padding: 16px;
        outline: none;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        resize: none;
        height: fit-content;
    }

    .gameFormBox textarea::placeholder {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        opacity: 0.5;
    }

/* input fields */

input {
    background: rgba(122, 177, 204, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    width: 100%;
    height: 52px;
    padding: 0px 16px;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

    input::placeholder {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        opacity: 0.5;
    }

    input:focus {
        outline: none !important;
        box-shadow: unset !important;
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25) !important;
    }

    input:disabled {
        opacity: 0.5;
    }

    textarea:disabled {
        opacity: 0.5;
    }

textarea:disabled ~ label {
    opacity: 0.5;
}

select:disabled {
    opacity: 0.5 !important;
    cursor: default;
    transition: unset;
}

.disabled-label {
    opacity: 0.5;
}

.checkbox input {
    height: unset;
    width: unset;
}

    .checkbox input:focus {
        box-shadow: unset !important;
    }

.checkbox label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
}

.field-validation-error {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #df4b2b;
    margin-bottom: 4px;
}

.validation-summary-errors {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #df4b2b;
}

    .validation-summary-errors ul {
        list-style-type: none;
        padding: 0;
    }

    /* button */
    .btn-main {
        width: 100%;
        height: 52px;
        background: transparent;
        border: 1px solid var(--primaryColor);
        border-radius: 12px;
        margin-top: 24px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        color: var(--primaryColor);
        position: relative;
        overflow: hidden;
        transition: 0.4s;
        transform: perspective(1px) translateZ(0);
    }

    .btn-main:hover {
        filter: brightness(110%);
    }

    .btn-main:disabled:hover {
        filter: unset;
    }

    .btn-main::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0;
        clip-path: circle(0.5% at 50% 50%);
        background: rgba(122, 177, 204, 0.164);
        transition: 0.4s;
        opacity: 1;
    }

    .btn-main:hover::before {
        clip-path: circle(100% at 50% 50%);
    }

    .btn-main:disabled:hover::before {
        clip-path: circle(0.5% at 50% 50%);
    }

.btn-filled {
    height: 52px;
    background: var(--primaryColor);
    border: none;
    border-radius: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.4px;
    color: #ffffff;
}

    .btn-filled:disabled, .btn-outline:disabled {
        opacity: 0.4;
    }

    .btn-filled.btn-error {
        background: #df4b2b;
        color: white;
    }

.btn-outline {
    box-sizing: border-box;
    width: 204px;
    height: 52px;
    background: transparent;
    border: 1px solid var(--primaryColor);
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: var(--primaryColor);
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    transform: perspective(1px) translateZ(0);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

    .btn-outline:hover {
        filter: brightness(110%);
    }

    .btn-outline::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0;
        clip-path: circle(0.5% at 50% 50%);
        background: rgba(122, 177, 204, 0.164);
        transition: 0.4s;
        opacity: 1;
    }

    .btn-outline:hover::before {
        clip-path: circle(100% at 50% 50%);
    }

.btn-error {
    border: 1px solid #df4b2b;
    color: #df4b2b;
}

.btn-error::before {
    background: rgba(223, 75, 43, 0.164);
}

.btn-outline.btn-warning {
    border-color: #ffc107;
    color: #ffc107;
}

    .btn-outline.btn-warning::before {
        background: rgb(223, 192, 43, 0.16);
    }

.btn-transparent {
    background: none;
    outline: none;
    border: none;
}



/* image upload */
.thumbnail {
    position: relative;
    display: flex;
    align-items: center;
}

    .thumbnail .thumbnailImg {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

        .thumbnail .thumbnailImg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

    .thumbnail p {
        margin: 0px 8px 0px 12px !important;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        text-decoration-line: underline;
        color: #ffffff;
    }

    .thumbnail .delete-icon {
        width: 12px;
        height: 12px;
        cursor: pointer;
        opacity: 0.6;
        transition: 0.3s;
    }

/* Datepicker */
.datepicker-dropdown {
    padding: 1em !important;
    color: white !important;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 30px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.datepicker-months th, .datepicker-years th, .datepicker-decades th, .datepicker-centuries th {
    width: 60px;
}

.carousel-item .ratio {
    background-color: #111111 !important;
}

/* pagination */


ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}

    .simple-pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .simple-pagination li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
    }

span.ellipse.clickable {
    cursor: pointer;
}

.ellipse input {
    width: 3em;
}

.light-theme span {
    cursor: pointer;
}

.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

    .light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
        text-decoration: none;
        background: var(--primaryColor);
        color: #ffffff !important;
    }


.light-theme .current {
    background: var(--primaryColor);
    color: #ffffff;
    cursor: default;
}

.light-theme .disabled .current {
    background: none;
    color: var(--primaryColor);
    opacity: 0.6;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
    color: var(--primaryColor);
}


/* scroll to top */

.dmtop {
    background-color: #04678e;
    background-image: url(/Theme/Images/back-to-top-arrow.png);
    background-position: 50% 48%;
    background-repeat: no-repeat;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: none;
    border: 2px solid #fff;
}

    .dmtop:hover {
        background-color: #3097D1;
    }


/* tooltipster */

.tooltipster-custom {
    color: #ffffffcc;
    font-size: 14px;
}

    .tooltipster-custom.tooltipster-sidetip .tooltipster-box {
        padding: 0.5em;
        border-radius: 16px;
        background: #212529;
        border-color: var(--primaryColor);
        max-width: 400px;
    }

        .tooltipster-custom.tooltipster-sidetip .tooltipster-box .tooltipster-content {
            padding: 6px;
        }

            .tooltipster-custom.tooltipster-sidetip .tooltipster-box .tooltipster-content p {
                margin: 0;
            }

    .tooltipster-custom.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
        border-top-color: var(--primaryColor);
    }

    .tooltipster-custom.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
        border-top-color: #212529;
    }

.header-text {
    color: rgba(255, 255, 255, 0.8) !important;
}

.detailCard h1, .gameCardsContainer h1{
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: #ffffff !important;
    margin: 0px;
    opacity: 1;
}

.acceptReject button {
    width: 100%;
    margin: 0;
}

.acceptReject .row {
    margin: 0;
}

.moderation-count {
    color: #ffffff;
}

/* media queries */
@media screen and (max-width: 1250px) {
    .mainContainer {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .heroSection {
        background-size: 100% 100%, cover;
        background-position: top, left;
    }

    .imageContainer .imageCard1 {
        max-width: 39.5%;
        width: 100%;
        height: 392px;
    }

    .imageContainer .imageCard2 {
        max-width: 59%;
        width: 100%;
        height: 392px;
    }
}

@media screen and (max-width: 1199px) {
    .imageContainer2 .innerContainer {
        width: 49%;
    }

    .innerContainer .imageCard {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .heroContainer .heading h1 {
        font-size: 70px;
    }
}

@media screen and (max-width: 991px) {

    .navbar .dropdown-menu[data-bs-popper].brand-dropdown {
        left: -20px !important;
    }

    .navbar-collapse {
        margin-left: 5px !important;
        margin-top: 15px !important;
    }

    .navbar-collapse .d-flex {
        margin-top: 20px !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0 !important;
    }

    .navbar .dropdown-menu[data-bs-popper] {
        left: 0 !important;
        right: unset !important;
    }

    .heroContainer {
        padding: 140px 0 24px;
    }

        .heroContainer .heading h1 {
            font-size: 55px;
        }

        .heroContainer .edit {
            margin-right: 20px;
        }

    .advanceOptions {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

        .advanceOptions .selectOptions {
            width: 100%;
        }

        .advanceOptions .addNewGame {
            width: fit-content;
            text-align: start;
            margin: 20px 0;
        }
}

@media screen and (max-width: 767px) {
    .heroContainer {
        padding: 120px 0 24px;
    }

            .heroContainer .ratings span {
                font-size: 14px;
            }

        .heroContainer .heading h1 {
            font-size: 38px;
            line-height: 44px;
            margin-bottom: 8px !important;
            letter-spacing: 0 !important;
        }

        .heroContainer .edit {
            margin-right: 10px;
        }

        .heroContainer .add-to-collection-button {
            padding: 14px 20px;
        }

    .imageContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

        .imageContainer .innerContainer {
            width: 100%;
        }

        .imageContainer .imageCard {
            max-width: 80% !important;
            width: 100% !important;
            height: auto !important;
            margin: 0 auto 20px !important;
        }

    .gameTabs .tabHeader {
        flex-direction: column;
    }

        .gameTabs .tabHeader .displayStyle {
            margin-top: 20px;
        }

    .gameCard .cardContent {
        padding: 6px 18px 18px;
    }

    .cardContent .cardHeading {
        padding: 10px 18px;
    }
}

@media screen and (max-width: 650px) {
    .heroContainer .heading {
        flex-direction: column;
        align-items: flex-start;
    }

        .heroContainer .heading .options {
            margin: 6px 0;
        }
}

@media screen and (max-width: 600px) {
    .listViewCard .gameCard {
        flex-direction: column;
    }

        .listViewCard .gameCard .cardImgPart {
            width: 100%;
            height: 200px;
            border-radius: 24px;
        }

            .listViewCard .gameCard .cardImgPart::before {
                border-radius: 24px;
            }

        .listViewCard .gameCard img {
            border-radius: 24px;
            padding-right: 0;
        }

    .listViewCard .cardContent {
        padding: 18px !important;
    }

}

.gameTabs .nav-tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .heroContainer .heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .gameTabs .nav-tabs {
        width: 100%;
    }

        .gameTabs .nav-tabs li {
            width: 50%;
        }

            .gameTabs .nav-tabs li button {
                width: 100%;
            }

    .nav-tabs .nav-link {
        padding: 10px 40px;
        margin: 0 auto;
    }

    .gameTabs .tabHeader {
        flex-direction: column;
    }

        .gameTabs .tabHeader .deletionBtn {
            margin-top: 20px;
        }

    .imageContainer .imageCard {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto 20px !important;
    }

    .footerContainer {
        flex-direction: column;
    }

        .footerContainer .footerLinks {
            padding: 20px 0;
        }

            .footerContainer .footerLinks li {
                margin-right: 20px;
            }

    .gameCardsPagination ul {
        margin: 0 20px;
    }

        .gameCardsPagination ul li {
            width: 26px;
            height: 26px;
            font-size: 12px;
            border-radius: 4px;
        }
}

@media screen and (max-width: 500px) {
    .detailCard ul li span {
        float: unset;
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .gameCardsPagination ul {
        margin: 0 10px;
    }

        .gameCardsPagination ul li {
            width: 20px;
            height: 20px;
        }
}