<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card-body .regInfo {
    color: #6E6E6E;
}

#user-addresses-list-outer a.user-address-edit i {
    color: var(--gs-text-color);
}

#user-addresses-list-outer a.user-address-edit:hover {
    text-decoration: none;
}

.account-settings .panel-title {
    margin-bottom: 5px;
}

.account-settings .setting-row {
    display: flex;
}

    .account-settings .setting-row span {
        font-size: 14px;
        text-align: left;
        display: block;
    }

    .account-settings .setting-row input + label {
        margin-right: 10px;
    }

.account-settings .settings-notificationradius input {
    display: block;
}

.form-registration .form-check input[type=checkbox] {
    position: absolute;
    top: 6px;
    left: 0;
}

@media screen and (max-width: 480px) {
    .form-registration .card-body,
    .form-mobile-optimized .card-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .form-registration .form-check .form-check-label,
    .form-mobile-optimized .form-check .form-check-label {
        margin-left: 10px;
    }
}

/*--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
*/

@media screen and (min-width: 576px) {
    .profile-col-shorter {
        margin-right: -2px;
    }
}

@media screen and (min-width: 768px) {
    .profile-col-shorter {
        margin-right: -88px;
    }
}

@media screen and (min-width: 992px) {
    .profile-col-shorter {
        margin-right: -18px;
    }
}

@media screen and (min-width: 1200px) {

    .profile-col-shorter {
        margin-right: -23px;
    }
}

.profile-container li:not(.select2-selection__choice),
.profile-edit-container li:not(.select2-selection__choice):not(.select2-search) {
    background: url(/images/grey_arrow.png) no-repeat transparent;
    background-position: 0px 8px;
    padding-left: 10px;
    padding-top: 1px;
}

.profile-container ul,
.profile-edit-container ul {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

.profile-game-list li {
    background: none;
    padding-left: 0px;
}

#userProfileMeetupFutureToggle,
#userProfileMeetupPastToggle,
#userProfileGamesToggle {
    color: var(--gs-red-color);
    margin-left: 10px;
    cursor: pointer;
}

.meetupLinkPastMax, .meetupLinkFutureMax, .gameLinkMax {
    display: none;
}

.row-profile label{
    margin-bottom: 4px;
}

.profile-edit-container .form-group .profile-edit-gamecategory input {
    height: 15px;
    display: inline-block;
    width: 20px;
}

.profile-edit-container .form-group .profile-edit-gamecategory label {
    line-height: 1.4;
    margin-bottom: 2px;
}

.profile-edit-container .form-group .profile-edit-weekday {
    margin-bottom: 5px;
}

.profile-edit-container .form-group .profile-edit-weekday input[type='checkbox'] {
    height: 15px;
    display: inline-block;
    width: 20px;
}

.profile-edit-container .form-group .profile-edit-weekday label {
    height: 15px;
    display: inline-block;
    width: 20px;
}

.profile-edit-container .select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}

@media screen and (max-width: 768px) {
    .profile-edit-container .col-form-label {
        font-weight: bold;
    }

    .profile-col-label-responsive {
        font-weight: bold;
    }
}

@media screen and (max-width: 576px) {
    .profile-user-name {
        font-size: 20px;
    }
}

.page-item.active .page-link {
    background-color: var(--gs-red-color);
    border-color: var(--gs-red-color);
}

.page-link, .page-link:hover {
    color: var(--gs-red-color);
}
@import url(../fonts/inter.css);
/*@import url(icons/themify/themify-icons.css);
@import url(icons/font-awesome/css/font-awesome.min.css);*/


.chat-outer-wrap .btn-icon {
    margin-right: .5rem;
}

.chat-outer-wrap .list-group-item {
    background-color: inherit;
    border-color: #ebebeb;
}

.chat-outer-wrap ul.list-inline .list-inline-item {
    margin-bottom: .5rem;
}

    .chat-outer-wrap ul.list-inline .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

.chat-outer-wrap ul.list-inline:not(.social-links) .list-inline-item {
    margin-left: .5rem;
}

.chat-outer-wrap ul.list-inline.social-links .list-inline-item {
    margin-right: .5rem;
    margin-bottom: .6rem;
}

.chat-outer-wrap .files ul.list-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}

    .chat-outer-wrap .files ul.list-inline .list-inline-item {
        margin-left: 0;
        margin-right: .5rem;
    }

.chat-outer-wrap .connection-error svg {
    margin: 30px 0;
    height: 100px;
    width: 100%;
}

    .chat-outer-wrap .connection-error svg path, .chat-outer-wrap .connection-error svg circle, .chat-outer-wrap .connection-error svg polygon {
        fill: #fd397a;
    }

.chat-outer-wrap .form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .chat-outer-wrap .form-control:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #0a80ff !important;
    }

.chat-outer-wrap .custom-control-label {
    line-height: 25px;
}

.chat-outer-wrap .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0a80ff;
    border-color: #0a80ff;
}

.chat-outer-wrap .sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.chat-outer-wrap .dropdown-menu {
    border-color: #ebebeb;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px -10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px -10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px -10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .chat-outer-wrap .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

        .chat-outer-wrap .dropdown-menu .dropdown-item.active {
            background: none;
            color: inherit;
        }

        .chat-outer-wrap .dropdown-menu .dropdown-item:focus, .chat-outer-wrap .dropdown-menu .dropdown-item:hover, .chat-outer-wrap .dropdown-menu .dropdown-item:active {
            background-color: #e6e6e6;
            color: black;
        }

.chat-outer-wrap figure.avatar {
    display: inline-block;
    margin-bottom: 0;
    height: 2.3rem;
    width: 2.3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .chat-outer-wrap figure.avatar .avatar-title {
        color: rgba(255, 255, 255, 0.8);
        background: #d7d7d7;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 19px;
    }

    .chat-outer-wrap figure.avatar &gt; a {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        -moz-transition: color .3s;
        transition: color .3s;
        color: #0a80ff;
    }

        .chat-outer-wrap figure.avatar &gt; a &gt; img, .chat-outer-wrap figure.avatar &gt; img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .chat-outer-wrap figure.avatar.avatar-sm {
        height: 1.3rem;
        width: 1.3rem;
    }

        .chat-outer-wrap figure.avatar.avatar-sm .avatar-title {
            font-size: 14px;
        }

        .chat-outer-wrap figure.avatar.avatar-sm.avatar-state-primary:before, .chat-outer-wrap figure.avatar.avatar-sm.avatar-state-success:before, .chat-outer-wrap figure.avatar.avatar-sm.avatar-state-danger:before, .chat-outer-wrap figure.avatar.avatar-sm.avatar-state-warning:before, .chat-outer-wrap figure.avatar.avatar-sm.avatar-state-info:before, .chat-outer-wrap figure.avatar.avatar-sm.avatar-state-secondary:before, .chat-outer-wrap figure.avatar.avatar-sm.avatar-state-light:before, .chat-outer-wrap figure.avatar.avatar-sm.avatar-state-dark:before {
            width: .8rem;
            height: .8rem;
        }

    .chat-outer-wrap figure.avatar.avatar-lg {
        height: 3.8rem;
        width: 3.8rem;
    }

        .chat-outer-wrap figure.avatar.avatar-lg .avatar-title {
            font-size: 29px;
        }

        .chat-outer-wrap figure.avatar.avatar-lg.avatar-state-primary:before, .chat-outer-wrap figure.avatar.avatar-lg.avatar-state-success:before, .chat-outer-wrap figure.avatar.avatar-lg.avatar-state-danger:before, .chat-outer-wrap figure.avatar.avatar-lg.avatar-state-warning:before, .chat-outer-wrap figure.avatar.avatar-lg.avatar-state-info:before, .chat-outer-wrap figure.avatar.avatar-lg.avatar-state-secondary:before, .chat-outer-wrap figure.avatar.avatar-lg.avatar-state-light:before, .chat-outer-wrap figure.avatar.avatar-lg.avatar-state-dark:before {
            width: 1.2rem;
            height: 1.2rem;
            right: -1px;
        }

    .chat-outer-wrap figure.avatar.avatar-xl {
        height: 6.1rem;
        width: 6.1rem;
    }

        .chat-outer-wrap figure.avatar.avatar-xl .avatar-title {
            font-size: 39px;
        }

        .chat-outer-wrap figure.avatar.avatar-xl.avatar-state-primary:before, .chat-outer-wrap figure.avatar.avatar-xl.avatar-state-success:before, .chat-outer-wrap figure.avatar.avatar-xl.avatar-state-danger:before, .chat-outer-wrap figure.avatar.avatar-xl.avatar-state-warning:before, .chat-outer-wrap figure.avatar.avatar-xl.avatar-state-info:before, .chat-outer-wrap figure.avatar.avatar-xl.avatar-state-secondary:before, .chat-outer-wrap figure.avatar.avatar-xl.avatar-state-light:before, .chat-outer-wrap figure.avatar.avatar-xl.avatar-state-dark:before {
            width: 1.2rem;
            height: 1.2rem;
            top: 2px;
            right: 7px;
        }

    .chat-outer-wrap figure.avatar.avatar-state-primary, .chat-outer-wrap figure.avatar.avatar-state-success, .chat-outer-wrap figure.avatar.avatar-state-danger, .chat-outer-wrap figure.avatar.avatar-state-warning, .chat-outer-wrap figure.avatar.avatar-state-info, .chat-outer-wrap figure.avatar.avatar-state-secondary, .chat-outer-wrap figure.avatar.avatar-state-light, .chat-outer-wrap figure.avatar.avatar-state-dark {
        position: relative;
    }

        .chat-outer-wrap figure.avatar.avatar-state-primary:before, .chat-outer-wrap figure.avatar.avatar-state-success:before, .chat-outer-wrap figure.avatar.avatar-state-danger:before, .chat-outer-wrap figure.avatar.avatar-state-warning:before, .chat-outer-wrap figure.avatar.avatar-state-info:before, .chat-outer-wrap figure.avatar.avatar-state-secondary:before, .chat-outer-wrap figure.avatar.avatar-state-light:before, .chat-outer-wrap figure.avatar.avatar-state-dark:before {
            content: "";
            position: absolute;
            display: block;
            width: .8rem;
            height: .8rem;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            top: -2px;
            right: -2px;
            border: 3px solid white;
        }

        .chat-outer-wrap figure.avatar.avatar-state-primary:before {
            background: #0a80ff;
        }

        .chat-outer-wrap figure.avatar.avatar-state-success:before {
            background: #0abb87;
        }

        .chat-outer-wrap figure.avatar.avatar-state-danger:before {
            background: #fd397a;
        }

        .chat-outer-wrap figure.avatar.avatar-state-warning:before {
            background: #ffb822;
        }

        .chat-outer-wrap figure.avatar.avatar-state-info:before {
            background: #00bcd4;
        }

        .chat-outer-wrap figure.avatar.avatar-state-secondary:before {
            background: dimgray;
        }

        .chat-outer-wrap figure.avatar.avatar-state-light:before {
            background: #e6e6e6;
        }

        .chat-outer-wrap figure.avatar.avatar-state-dark:before {
            background: #3a3f51;
        }

.chat-outer-wrap .avatar-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 2.2rem;
}

    .chat-outer-wrap .avatar-group figure.avatar {
        border: 2px solid white;
        margin-right: -1rem !important;
    }

        .chat-outer-wrap .avatar-group figure.avatar:last-child {
            margin-right: 0;
        }

        .chat-outer-wrap .avatar-group figure.avatar:hover {
            position: relative;
            z-index: 1;
        }


.chat-outer-wrap .call {
    text-align: center;
}

    .chat-outer-wrap .call .modal-content .modal-body {
        padding: 50px 0;
    }

    .chat-outer-wrap .call .action-button {
        margin-top: 3rem;
    }

        .chat-outer-wrap .call .action-button .btn {
            width: 70px;
            height: 70px;
            margin: 0 15px;
        }

            .chat-outer-wrap .call .action-button .btn svg {
                width: 28px;
                height: 28px;
            }

.chat-outer-wrap .nav.nav-tabs {
    border: none;
}

    .chat-outer-wrap .nav.nav-tabs .nav-item {
        margin: 0;
    }

        .chat-outer-wrap .nav.nav-tabs .nav-item:first-child {
            margin-left: 0;
        }

        .chat-outer-wrap .nav.nav-tabs .nav-item:last-child {
            margin-right: 0;
        }

        .chat-outer-wrap .nav.nav-tabs .nav-item .nav-link {
            border: none;
            color: black;
            border-bottom: 2px solid transparent;
            padding: 10px 15px;
            padding-top: 0;
        }

            .chat-outer-wrap .nav.nav-tabs .nav-item .nav-link:hover {
                color: #969696;
            }

            .chat-outer-wrap .nav.nav-tabs .nav-item .nav-link.active {
                color: #0a80ff;
                border-bottom-color: #0a80ff;
            }

.chat-outer-wrap .badge {
    padding: 5px 10px;
    font-size: 11px;
}

    .chat-outer-wrap .badge.badge-success {
        background: #0abb87;
    }

    .chat-outer-wrap .badge.badge-danger {
        background: #fd397a;
    }

    .chat-outer-wrap .badge.badge-secondary {
        background: dimgray;
    }

    .chat-outer-wrap .badge.badge-info {
        background: #00bcd4;
    }

    .chat-outer-wrap .badge.badge-warning {
        background: #ffb822;
    }

    .chat-outer-wrap .badge.badge-dark {
        background: #3a3f51;
    }

    .chat-outer-wrap .badge.badge-primary {
        background: #0a80ff;
    }

    .chat-outer-wrap .badge.badge-light {
        background: #e6e6e6;
    }

.chat-outer-wrap .btn {
    position: relative;
}

    .chat-outer-wrap .btn .badge {
        padding: 2px 6px;
        right: 7px;
        top: -7px;
        position: absolute;
    }

.chat-outer-wrap nav.navigation {
    background: white;
    border-right: 1px solid #ebebeb;
}

    .chat-outer-wrap nav.navigation .nav-group {
        width: 100px;
    }

    .chat-outer-wrap nav.navigation ul {
        height: 100vh;
        height: -webkit-calc(var(--vh, 1vh) * 100);
        height: -moz-calc(var(--vh, 1vh) * 100);
        height: calc(var(--vh, 1vh) * 100);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

        .chat-outer-wrap nav.navigation ul li {
            list-style: none;
        }

            .chat-outer-wrap nav.navigation ul li:not(.logo) {
                margin: 5px 20px;
            }

                .chat-outer-wrap nav.navigation ul li:not(.logo) &gt; a {
                    -webkit-border-radius: 7px;
                    -moz-border-radius: 7px;
                    border-radius: 7px;
                }

            .chat-outer-wrap nav.navigation ul li &gt; a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 15px 0;
                color: #828282;
                position: relative;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s;
            }

                .chat-outer-wrap nav.navigation ul li &gt; a svg {
                    width: 18px;
                    height: 18px;
                }

                .chat-outer-wrap nav.navigation ul li &gt; a .badge {
                    content: '';
                    display: block;
                    width: 8px;
                    height: 8px;
                    padding: 0;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    position: absolute;
                    top: 10px;
                    right: 10px;
                }

                .chat-outer-wrap nav.navigation ul li &gt; a.active {
                    background-color: #e6e6e6;
                    color: #0a80ff;
                }

                .chat-outer-wrap nav.navigation ul li &gt; a:hover, .chat-outer-wrap nav.navigation ul li &gt; a:focus {
                    color: #0a80ff;
                }

                .chat-outer-wrap nav.navigation ul li &gt; a i {
                    font-size: 19px;
                }

            .chat-outer-wrap nav.navigation ul li.logo a {
                margin-bottom: 1rem;
                height: 80px;
            }

                .chat-outer-wrap nav.navigation ul li.logo a svg {
                    width: 30px;
                    height: 30px;
                }

                    .chat-outer-wrap nav.navigation ul li.logo a svg path {
                        fill: #0a80ff;
                    }

            .chat-outer-wrap nav.navigation ul li.brackets {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -moz-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }


.chat-outer-wrap .input-group svg {
    width: 16px;
    height: 16px;
}

.chat-outer-wrap .input-group .input-group-text {
    font-size: 14px;
}

.chat-outer-wrap .tooltip .arrow {
    display: none;
}

.chat-outer-wrap .tooltip .tooltip-inner {
    background-color: rgba(0, 0, 0, 0.5);
}

.chat-outer-wrap .sticky-top {
    z-index: auto;
}

.chat-outer-wrap .tab-content {
    padding-top: 30px;
}

    .chat-outer-wrap .tab-content .form-item {
        margin-bottom: .8rem;
    }

.chat-outer-wrap .layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

    .chat-outer-wrap .layout .content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .chat-outer-wrap .layout .content .sidebar-group {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .chat-outer-wrap .layout .content .sidebar-group .sidebar {
                background: white;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                overflow: hidden;
                width: 350px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -moz-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding-bottom: 0px;
            }

                .chat-outer-wrap .layout .content .sidebar-group .sidebar:not(.active) {
                    display: none;
                }

                .chat-outer-wrap .layout .content .sidebar-group .sidebar &gt; header {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -webkit-justify-content: space-between;
                    -moz-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    padding: 0 30px;
                    height: 80px;
                    font-weight: 600;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                }

                    .chat-outer-wrap .layout .content .sidebar-group .sidebar &gt; header &gt; span {
                        font-size: 22px;
                    }

                    .chat-outer-wrap .layout .content .sidebar-group .sidebar &gt; header ul {
                        margin-bottom: 0;
                    }

                        .chat-outer-wrap .layout .content .sidebar-group .sidebar &gt; header ul li {
                            margin-bottom: 0;
                        }

                .chat-outer-wrap .layout .content .sidebar-group .sidebar &gt; form {
                    padding: 17px 30px;
                }

                    .chat-outer-wrap .layout .content .sidebar-group .sidebar &gt; form .form-control {
                        -webkit-border-radius: 5px;
                        -moz-border-radius: 5px;
                        border-radius: 5px;
                        height: auto;
                        border: 1px solid #e6e6e6;
                        padding: 10px 15px;
                    }

                .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item {
                    padding-left: 5px;
                    padding-right: 10px;
                    padding-top: 17px;
                    padding-bottom: 17px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    cursor: pointer;
                }

                    .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item.open-chat {
                        background-color: #f0f0f0;
                    }

                        .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item.open-chat .users-list-body p {
                            font-weight: 600;
                            color: #646464;
                        }

                    .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item figure {
                        margin-right: 1rem;
                    }

                    .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item .users-list-body {
                        -webkit-box-flex: 1;
                        -webkit-flex: 1;
                        -moz-box-flex: 1;
                        -ms-flex: 1;
                        flex: 1;
                        position: relative;
                        min-width: 0px;
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -moz-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

                        .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item .users-list-body &gt; div:first-child {
                            min-width: 0;
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -moz-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -webkit-flex-direction: column;
                            -moz-box-orient: vertical;
                            -moz-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            -webkit-box-flex: 1;
                            -webkit-flex: 1;
                            -moz-box-flex: 1;
                            -ms-flex: 1;
                            flex: 1;
                        }

                        .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item .users-list-body h5 {
                            white-space: nowrap;
                            overflow: hidden;
                            font-size: 16px;
                            font-weight: 500;
                            margin-bottom: .2rem;
                            text-wrap: wrap;
                        }

                        .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item .users-list-body p {
                            white-space: nowrap;
                            -o-text-overflow: ellipsis;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            margin-bottom: 0;
                            color: #969696;
                            text-wrap: wrap;
                        }

                        .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .chat-list-action {
                            padding-left: 15px;
                        }

                            .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .chat-list-action [data-toggle="dropdown"] i {
                                font-size: 18px;
                            }

                            .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .chat-list-action .new-message-count {
                                width: 23px;
                                display: -webkit-box;
                                display: -webkit-flex;
                                display: -moz-box;
                                display: -ms-flexbox;
                                display: inline-flex;
                                -webkit-box-align: center;
                                -webkit-align-items: center;
                                -moz-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                -webkit-box-pack: center;
                                -webkit-justify-content: center;
                                -moz-box-pack: center;
                                -ms-flex-pack: center;
                                justify-content: center;
                                line-height: 0;
                                font-size: 13px;
                                height: 23px;
                                background-color: var(--gs-red-color);
                                color: white;
                                -webkit-border-radius: 50%;
                                -moz-border-radius: 50%;
                                border-radius: 50%;
                                margin-left: auto;
                            }

                            .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .chat-list-action .action-toggle {
                                opacity: 0;
                                text-align: right;
                            }

                    .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item:hover .chat-list-action .action-toggle {
                        opacity: 1;
                    }

        .chat-outer-wrap .layout .content .chat {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            border-left: 1px solid #e6e6e6;
        }

.chat-outer-wrap .chat .chat-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding: 17px 30px;
    padding-right: 0px;
}

    .chat-outer-wrap .chat .chat-header .chat-header-user {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .chat-outer-wrap .chat .chat-header .chat-header-user figure {
            margin-right: 1rem;
        }

        .chat-outer-wrap .chat .chat-header .chat-header-user h5 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
            line-height: 1;
        }

    .chat-outer-wrap .chat .chat-header .chat-header-action ul {
        margin-bottom: 0;
    }

        .chat-outer-wrap .chat .chat-header .chat-header-action ul &gt; li &gt; a {
            font-size: 16px;
        }

.chat-outer-wrap .chat .chat-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px;
    padding-left: 10px;
}

    .chat-outer-wrap .chat .chat-body:not(.no-message) {
        overflow-x: auto;
        overflow-y: scroll;
        max-height: calc(50vh);
    }

    .chat-outer-wrap .chat .chat-body.no-message {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .chat-outer-wrap .chat .chat-body.no-message .no-message-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
        }

            .chat-outer-wrap .chat .chat-body.no-message .no-message-container svg {
                width: 50px;
                height: 50px;
                stroke: #0a80ff;
                fill: #e6e6e6;
            }

            .chat-outer-wrap .chat .chat-body.no-message .no-message-container p {
                font-size: 16px;
                color: #828282;
            }

    .chat-outer-wrap .chat .chat-body .messages {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .chat-outer-wrap .chat .chat-body .messages .message-item {
            max-width: 75%;
            margin-bottom: 0.5rem;
        }

            .chat-outer-wrap .chat .chat-body .messages .message-item:last-child {
                margin-bottom: 0;
            }

            .chat-outer-wrap .chat .chat-body .messages .message-item .message-avatar {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 1rem;
            }

                .chat-outer-wrap .chat .chat-body .messages .message-item .message-avatar .avatar {
                    margin-right: 1rem;
                }

                .chat-outer-wrap .chat .chat-body .messages .message-item .message-avatar h5 {
                    font-size: 15px;
                    margin-bottom: 0;
                }

                .chat-outer-wrap .chat .chat-body .messages .message-item .message-avatar .time {
                    color: #828282;
                    margin-top: 2px;
                    font-style: italic;
                    font-size: 12px;
                }

                    .chat-outer-wrap .chat .chat-body .messages .message-item .message-avatar .time .ti-double-check:before, .chat-outer-wrap .chat .chat-body .messages .message-item .message-avatar .time .ti-double-check:after {
                        content: "\e64c";
                        font-family: 'themify';
                    }

                    .chat-outer-wrap .chat .chat-body .messages .message-item .message-avatar .time .ti-double-check:after {
                        margin-left: -4px;
                    }

            .chat-outer-wrap .chat .chat-body .messages .message-item .message-content {
                background: #ebebeb;
                -webkit-border-radius: 7px;
                -moz-border-radius: 7px;
                border-radius: 7px;
                padding: 10px 20px;
            }

                .chat-outer-wrap .chat .chat-body .messages .message-item .message-content.message-file {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    word-break: break-word;
                }

                    .chat-outer-wrap .chat .chat-body .messages .message-item .message-content.message-file .file-icon {
                        font-size: 24px;
                        margin-right: 1rem;
                        color: #828282;
                    }

                    .chat-outer-wrap .chat .chat-body .messages .message-item .message-content.message-file ul {
                        margin-top: 3px;
                        margin-bottom: 0;
                    }

                        .chat-outer-wrap .chat .chat-body .messages .message-item .message-content.message-file ul li.list-inline-item {
                            margin-left: 0;
                            margin-right: .5rem;
                        }

            .chat-outer-wrap .chat .chat-body .messages .message-item.outgoing-message {
                margin-left: auto;
            }

                .chat-outer-wrap .chat .chat-body .messages .message-item.outgoing-message .message-avatar {
                    -webkit-box-pack: end;
                    -webkit-justify-content: flex-end;
                    -moz-box-pack: end;
                    -ms-flex-pack: end;
                    justify-content: flex-end;
                }

                .chat-outer-wrap .chat .chat-body .messages .message-item.outgoing-message .message-content {
                    background-color: var(--gs-red-color-lighter);
                    color: white;
                    margin-right: 5px;
                }

        .chat-outer-wrap .chat .chat-body .messages .messages-divider {
            width: 100%;
            max-width: 100%;
            position: relative;
        }

            .chat-outer-wrap .chat .chat-body .messages .messages-divider:before {
                content: attr(data-label);
                display: block;
                position: absolute;
                top: -8px;
                letter-spacing: .5px;
                font-size: 11px;
                padding: 2px 8px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                background-color: #e6e6e6;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
            }

.chat-outer-wrap .chat .chat-footer {
    border-top: 1px solid #e6e6e6;
    padding: 17px 30px;
    padding-bottom: 5px;
}

    .chat-outer-wrap .chat .chat-footer form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .chat-outer-wrap .chat .chat-footer form .form-buttons {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
        }

            .chat-outer-wrap .chat .chat-footer form .form-buttons .btn {
                margin-left: 1rem;
            }

.chat-outer-wrap .layout .content .chat + .sidebar-group {
    margin-right: 0px;
}

    .chat-outer-wrap .layout .content .chat + .sidebar-group .sidebar {
        margin-right: 0px;
    }

.chat-detail-loading-wrapper {
    height: 300px;
}

    .chat-detail-loading-wrapper .spinner-border {
        width: 3rem;
        height: 3rem;
    }

.chat-contextmenu {
    background-color: white;
    border: 0;
    color: #6c757d;
    line-height: 1;
    padding-left: 6px;
    padding-right: 9px;
    margin-left: 3px;
}

.e-dialog .e-btn.e-flat.e-primary.chat-delete-confirm-btn {
    background-color: var(--gs-red-color);
    border-color: var(--gs-red-color);
}

.chat-outer-wrap .chat-list-action {
    display: flex;
    align-items: center;
}

.chat-outer-wrap .action-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .chat-list-action .new-message-count {
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    height: 23px;
    background-color: var(--gs-red-color);
    color: white;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .chat-list-action .chat-list-action .dropdown-menu a:hover {
    cursor: pointer;
}

.chat-body .message-content .a-autolink {
    color: white;
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .chat-outer-wrap .navigation-open:after {
        content: '';
        display: block;
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: 1020;
    }

    .chat-outer-wrap .navigation-open .navigation {
        display: block;
    }

    .chat-outer-wrap .navigation {
        display: none;
        position: fixed;
        bottom: 0;
        top: 0;
        left: 0;
        z-index: 1021;
    }
    /*    .chat-outer-wrap .sidebar-group {
        position: fixed;
        right: -50%;
        top: 0;
        bottom: 0;
        width: 30%;
        opacity: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        -webkit-box-shadow: 25px 0px 30px 5px black;
        -moz-box-shadow: 25px 0px 30px 5px black;
        box-shadow: 25px 0px 30px 5px black;
        visibility: hidden;
        z-index: 1021;
    }
        .chat-outer-wrap .sidebar-group .sidebar {
            width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
        }
        .chat-outer-wrap .sidebar-group.mobile-open {
            opacity: 1;
            right: 0;
            visibility: visible;
        }*/
    .chat-outer-wrap .chat .chat-footer {
        padding-bottom: 17px;
    }
}

@media screen and (max-width: 992px) {
    .chat-outer-wrap .sidebar-group, body .sidebar-group {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .chat-outer-wrap .sidebar-group, .chat-outer-wrap body .sidebar-group {
        width: 75%;
    }

        .chat-outer-wrap .sidebar-group .sidebar .list-group-item .users-list-body h5, .chat-outer-wrap .sidebar-group .sidebar .list-group-item .users-list-body h5 {
            font-size: 16px !important;
        }

    .chat-outer-wrap .chat .chat-header {
        display: block !important;
        padding-bottom: 15px !important;
    }

        .chat-outer-wrap .chat .chat-header .chat-header-user h5 {
            font-size: 19px !important;
        }

        .chat-outer-wrap .chat .chat-header .chat-header-action {
            margin-top: 15px;
        }

    .chat-outer-wrap .chat .chat-body .messages .message-item {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 576px) {
    .chat-outer-wrap .sidebar-group, body .sidebar-group {
        width: 100%;
    }

    .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.form-membership {
        padding: 20px;
    }

        body.form-membership .form-wrapper {
            padding-right: 20px;
            padding-left: 20px;
            width: 100% !important;
            margin-bottom: 20px;
        }

    .chat-outer-wrap .layout .content .sidebar-group .sidebar {
        width: 100%;
    }

        .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item figure {
            display: none;
        }


        /*        .chat-outer-wrap .layout .content .sidebar-group .sidebar .users-list-body p {
            display: none;
        }*/

        .chat-outer-wrap .layout .content .sidebar-group .sidebar .list-group-item .users-list-body h5 {
            font-size: 15px !important;
        }
}


.chat-outer-wrap h5.text-primary {
    color: var(--gs-red-color) !important;
}

.chat-outer-wrap .message-date {
    font-size: 12px;
    font-style: italic;
}

.chat-outer-wrap .message-date-outgoing {
    text-align: right;
}

.chat-outer-wrap .message-date-incoming {
    text-align: right;
}

.chat-sidebar-top {
}

.chat-outer-wrap .chat .chat-body {
    padding-right: 0;
    min-height: calc(50vh);
}


.chat-detail-name {
    font-size: 26px;
}



.chat-outer-wrap .btn.btn-outline-light {
    background: 0 0;
    border-color: #e6e6e6;
    color: #dcdcdc;
    border-width: 1px;
    color: #212529;
}

.chat-outer-wrap .btn.btn-outline-light {
    border-color: var(--gs-grey-color);
}

.chat-outer-wrap .btn-outline-light svg {
    stroke: var(--gs-grey-color);
}


.chat-outer-wrap .list-group-item.chat-row-open {
    background-color: #ede9e9;
}

.message-system {
    margin-left: auto;
    margin-right: auto;
}

.chat-outer-wrap .chat .chat-body .messages .message-system .message-content {
    padding: 2px 5px;
    font-size: 13px;
    background-color: #f2d072;
}

.chat-outer-wrap textarea.new-message {
    border: 1px solid black;
    border-radius: 6px 0 0 0;
}

.chat-header-action .e-dropdown-btn.e-btn {
    background-color: white;
    border-color: white;
    color: black;
}

    .chat-header-action .e-dropdown-btn.e-btn .e-btn-icon {
        font-size: 22px;
        width: 1em;
        padding-right: 0;
    }

.chat-outer-wrap .chat .chat-header {
    padding-top: 0;
}

ul.chat-detail-dialog-user-list,
ul.chat-detail-dialog-invites-list {
    list-style-type: none;
    padding-left: 0;
}

    ul.chat-detail-dialog-invites-list .fa-solid:hover {
        cursor: pointer;
    }

.chat-detail-usercontextmenu.e-btn {
    background-color: white;
    border: 0;
}

.chat-detail-usercontextmenu .e-btn-icon {
    color: var(--gs-grey-color);
}

.chat-detail-usercontextmenu:hover .e-btn-icon,
.chat-detail-usercontextmenu.e-active .e-btn-icon {
    color: white;
}

.chat-list-header-icon:hover {
    cursor: pointer;
}

.chat-body .hide-spinner {
    display: none !important;
}

.chat-row a:hover {
    text-decoration: none;
}

.list-group-item.chat-row:hover {
    background-color: #ebebeb;
}

.chat-outer-wrap .dropdown-menu-messages-custom {
    top: -25px !important;
    left: -222px !important;
    transform: none !important;
}

@media (max-width: 640px), (max-width: 767.98px) {
    .chat-outer-wrap .layout .content .sidebar-group.chatopen {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .chat-outer-wrap .sidebar-group, .chat-outer-wrap body .sidebar-group {
        width: 100%;
    }

    .chat-outer-wrap .layout .content .sidebar-group .sidebar {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .chat-detail-name {
        font-size: 18px;
    }

    .chat-outer-wrap .chat .chat-body {
        padding: 0;
    }

        .chat-outer-wrap .chat .chat-body .messages .message-item .message-content {
            padding: 10px;
        }
}

/* Start Meetup List */
.meetup-list-row {
    border: 1px solid black;
}

.meetup-list-date-outer {
    width: 80px;
    border: 1px solid black;
}

.meetup-item-date-day-wrap {
    height: 60px;
}

.meetup-list-date-day {
    height: 60px;
    background-color: #FFFFFF;
}

.meetup-list-date-day span {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-top: 8px;
    width: 70px;
    color: black;
}

.meetup-list-date-month {
    height: 25px;
    background-color: var(--gs-meetup-dark-red);
    font-size: 17px;
    font-weight: bold;
    width: 80px;
    color: black;
}
/* End Meetup List */


#meetup-container .meetup-distance-not-logged-in {
    color: gray;
    font-size: 14px;
}

#meetup-container .meetup-item-date-year {
    text-align: center;
    display: block;
    font-size: 17px;
    font-weight: bold;
}

#meetup-container .meetup-item-date-day {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-top: 8px;
}

#meetup-container .meetup-item-date-month {
    width: 100%;
    height: 25px;
    background-color: var(--gs-meetup-dark-red);
    display: block;
    text-align: center;
    padding-top: 2px;
    font-size: 17px;
    color: black;
    font-weight: bold;
}

#meetup-container .meetup-item-date-time {
    text-align: center;
    display: inline-block;
}

#meetup-container .meetup-item-date-outer-wrap {
    max-width: 100px;
    border: 1px solid black;
}

#my-meetups-container .tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

#my-meetups-container .nav-tabs {
    margin-bottom: 0;
}

#my-meetups-container .nav-link {
    border-color: #dee2e6 #dee2e6 #fff;
}

#meetup-form .form-group .profile-edit-gamecategory input {
    height: 15px;
    display: inline-block;
    width: 20px;
}

#meetup-form .form-group .profile-edit-gamecategory label {
    line-height: 1.4;
    margin-bottom: 2px;
}

.e-dialog .e-btn.e-flat.e-primary.meetup-delete-confirm-btn {
    background-color: var(--gs-red-color);
    border-color: var(--gs-red-color);
}

.btn-meetup-delete {
    color: var(--gs-red-color);
}

.btn-meetup-delete:hover {
    cursor: pointer;
}

ul.meetup-game-list {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

ul.meetup-game-list li {
    background: none;
    padding-left: 0px;
}

#meetupGamesToggle {
    color: var(--gs-red-color);
    margin-left: 10px;
    cursor: pointer;
}

.e-dialog.gs-dialog-wrap {
    top: 200px;
}

.meetup-only-visible-as-organizer {
    background-color: grey;
    color: white;
}

@media screen and (max-width: 576px) {
    #meetup-container label {
        font-weight: bold;
    }

    .e-dialog.gs-dialog-wrap {
        top: 0 !important;
    }
}


.member-index-fill-out-profile-hint {
    background-color: var(--gs-red-color-lighter);
    color: white;
    font-weight: bold;
}

    .member-index-fill-out-profile-hint a {
        color: white;
    }

.member-index-tile-action {
    padding: 10px;
    color: white;
    background-color: var(--main-background-color);
    min-height: 105px;
}

    .member-index-tile-action a {
        color: white;
    }

        .member-index-tile-action a h3 {
            font-size: 1.5rem;
        }

        .member-index-tile-action a i {
            margin-right: 5px;
            font-size: 0.8em;
        }

@media (max-width: 1200px) {
    .member-index-tile-action {
        min-height: 100px;
    }

        .member-index-tile-action a h3 {
            font-size: 1.1rem;
        }
}

@media screen and (max-width: 992px) {
    .member-index-tile-action {
        min-height: 100px;
    }
}

@media screen and (max-width: 768px) {
    .member-index-tile-action {
        min-height: 50px;
    }
}

@media screen and (max-width: 576px) {
    .member-index-tile-action {
        min-height: 0;
    }
}

.player-request-list-container table {
    table-layout: fixed;
    word-break: break-all;
}

#player-request-container .playerrequest-distance-not-logged-in {
    color: gray;
    font-size: 14px;
}

#player-request-list-skeleton .ssc-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}


.player-request-list-container a.player-request-edit i {
    color: var(--gs-text-color);
}

ul.playerrequest-game-list {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

.playerrequest-game-list li {
    background: none;
    padding-left: 0px;
}

#player-request-form .form-group .profile-edit-gamecategory input {
    height: 15px;
    display: inline-block;
    width: 20px;
}

#player-request-form .form-group .profile-edit-gamecategory label {
    line-height: 1.4;
    margin-bottom: 2px;
}

#playerRequestGamesToggle {
    color: var(--gs-red-color);
    margin-left: 10px;
    cursor: pointer;
}


@media screen and (max-width: 576px) {
    #player-request-container label {
        font-weight: bold;
    }
}
.top-area &gt; ul.main-menu &gt; li &gt; ul li a:hover {
    color: var(--gs-red-color);
}

.topbar .user-setting {
    width: 180px;
}

.topbar .top-navigation-user-divider {
    padding-bottom: 7px;
    border-bottom: 1px solid var(--gs-grey-color);
}

.topbar .user-setting &gt; a {
    text-transform: none;
}

.topbar .user-setting &gt; a i,
.topbar .user-setting &gt; a:hover {
    color: var(--gs-red-color);
}

.topbar .user-setting &gt; a:hover {
    font-weight: bold;
}

.topbar .topbar-notification-badge {
    bottom: 10px;
    right: 7px;
    color: var(--gs-red-color);
    font-weight: bold;
}

.topbar #topbar-notification-icon.icon-highlight,
.topbar #topbar-message-icon.icon-highlight {
    color: var(--gs-red-color);
}

.top-area .user-img &gt; img {
    border-radius: 20px;
}
.top-area .dropdowns &gt; a.more-mesg {
    color: var(--gs-red-color);
}

.top-area &gt; ul.main-menu &gt; li ul {
    display: none;
}
.top-area &gt; ul.main-menu &gt; li:hover ul {
    display: block;
}
.mm-menu {
    background-color: white;
}

.mm-listview &gt; li &gt; a {
    padding: 3px 10px 2px 20px;
    font-size: 16px;
}

.mm-listview &gt; li &gt; a.menu-responsive-link-red {
    text-transform: none;
    /*color: var(--gs-red-color);*/
}

    .mm-listview &gt; li &gt; a.menu-responsive-link-red i {
        color: var(--gs-red-color);
    }

    .mm-listview &gt; li &gt; a.sidebar-active {
        font-weight: bold;
        color: var(--gs-text-color);
    }

.menu-horizontal-line {
    border-bottom: 1px solid grey;
}

.res-menu ul.mm-listview &gt; li {
    text-transform: none;
    font-size: 16px;
}

.res-menu ul.mm-listview &gt; li span {
    text-transform: none;
    font-size: 16px;
}

    .res-menu ul.mm-listview &gt; li.signed-in {
        background-color: lightgrey;
        height: 40px;
    }

.mm-listview &gt; li.mm-sub-headline {
    font-weight: bold;
    margin-left: 20px;
    margin-top: 5px;
}

.mm-listview &gt; li &gt; span.menu-responsive-link-group-closed-icon &gt; i{
    color: var(--gs-red-color);
}

.mm-next span,
.mm-listview .mm-next.mm-fullsubopen + span {
    padding-top: 4px;
    padding-bottom: 4px;
}

.mm-blocking #mm-blocker {
    background: rgba(25,25,25,0.8);
}

.mh-btns-left a {
    color: white;
}
.games-news {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.games-news-2019 {
    width: 600px;
    margin-left: 20px;
    margin-right: 20px;
}

.games-news-col1-2019 {
    width: 230px;
}

.games-news-col2-2019 {
    width: 200px;
    text-align: center;
}

.games-news-img-wrapper {
    width: 100%;
}

.games-news-img-wrapper-left {
    width: 180px;
    display: inline-block;
}

.games-news-img-wrapper-right {
    display: inline-block;
    margin-top: 20px;
    width: 100px
}

.games-news-category {
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
}

.newsBox h3.games-news-category {
    color: black;
}

.games-news-col1 {
    width: 380px;
}

.games-news-col2 {
    width: 100px;
    text-align: center;
}

.games-news-col3 {
    width: 50px;
    text-align: center;
}

.games-news-col4 {
    width: 100px;
    text-align: center;
}

.games-news, .games-news-2019 {
    border-collapse: collapse;
}

    .games-news td, .games-news th, .games-news-2019 td, .games-news-2019 th {
        border-bottom: 1pt solid black;
        padding: 3px;
    }

    .games-news tr:last-child td, .games-news-2019 tr:last-child td {
        border-bottom: 0;
    }


@media screen and (max-width: 480px) {
    .games-news {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .games-news-img-wrapper-left {
        max-width: 100px;
        margin-right: 10px;
    }

    .games-news-img-wrapper-right {
        width: calc(100% - 120px);
    }
}

@media screen and (max-width: 480px) {
    .games-news-img-wrapper-right {
        width: 200px;
        line-height: 50px;
        height: 50px;
        margin-top: 5px;
    }
    
}
.game-like-icon {

}
.game-heart-icon {
    color: var(--gs-red-color);
}
.game-star-icon {
    color: gold;
}

#game-list-container .game-list-tile,
#game-category-detail-container .game-list-tile,
#game-author-detail-container .game-list-tile,
#game-publisher-detail-container .game-list-tile {
    max-width: 145px;
    min-height: 200px;
}

#game-list-container .gameLink {
    display: inline-block;
    min-height: 40px;
}

#game-list-container .game-list-tile-image-wrap {
    min-height: 180px;
    margin-top: 10px;
}

#game-list-container .game-list-tile-image-wrap img {
    text-align: center;
    max-width: 145px;
}

.game-list-tile-image-wrap {
    min-height: 155px;
}

@media screen and (max-width: 480px) {
    .table-gamelist tbody td:not(:first-child) {
        font-size: 10px;
    }

    .table-gamelist thead th:not(:first-child) {
        padding-left: 0;
        padding-right: 0;
    }

    .game-list-tile .gameLink {
        min-height: 20px !important;
    }

    #game-list-container .game-list-tile-image-wrap img {
        max-width: 100px;
    }
}

@media screen and (max-width: 340px) {
    #game-list-container .game-list-tile-image-wrap img {
        max-width: 80px;
    }
}
#game-detail-container .game-detail-bullet-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

#game-detail-container .game-detail-amazon-link {
    display: block;
    margin-top: 10px;
}

#game-detail-container .game-detail-bgg-link {
    display: block;
    margin-top: 10px;
}

#game-detail-container .slick-next:before,
#game-detail-container .slick-prev:before {
    color: var(--gs-red-color);
}

#game-detail-container .slick-track {
    display: flex !important;
}

#game-detail-container .slick-slide {
    height: inherit !important;
    margin-bottom: 0;
    object-fit: cover;
}

#game-detail-container .slick-slide {
    height: 200px;
    text-align: center;
}

    #game-detail-container .slick-slide img {
        height: 200px;
        margin: auto;

    }
#game-detail-container .slick-next {
    right: -20px;
}

#game-detail-container .slick-prev {
    left: -40px;
}

#game-detail-container .slick-prev:before {
    content: 'â†';
}

#game-detail-container .slick-prev.slick-arrow {
    margin-bottom: 0;
    margin-top: 10px;
}

#game-detail-container .slick-prev.slick-arrow.slick-next {
    margin-top: 9px;
}

#game-detail-container .slick-dots li:not(.dot-size-1):not(.dot-size-2):not(.dot-size-3)
{
    display: none;
}

#game-detail-container .userGameRatingInput-Container .caption-badge {
    font-size: 12px;
}

#game-detail-container .userGameRatingInput-Container #userGameRatingClear {
    font-size: 12px;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}

#game-detail-container .userGameRatingInput-Container #userGameRatingClear:hover {
    cursor: pointer;
}

#game-detail-container .tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

#game-detail-container .nav-tabs {
    margin-bottom: 0;
}

#game-detail-container .nav-link {
    border-color: #dee2e6 #dee2e6 #fff;
}

#game-detail-container #game-detail-delete-user-testimonial {
    color: white;
}

.games-images-wrap {
    min-height: 200px;
}

.games-images-wrap .game-image-large {
    display: none;
}

@media screen and (max-width: 740px) {
    #game-detail-container .slick-prev {
        left: -20px;
    }
}
#game-category-list-container .game-category-list-tile {
    border: 1px solid lightgray;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 90px;
}


.badge-gs-red {
    color: white;
    background-color: var(--gs-red-color);
}

.badge-gs-red:hover {
    color: white;
}
#notification-list-container .notification-list-item {
    padding: 5px;
    border: 1px solid var(--gs-grey-color);
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
}

    #notification-list-container .notification-list-item[data-read='False'] {
        border-left: 5px solid var(--gs-red-color-hover);
    }


#notification-list-container .notification-list-item-title {
    font-weight: bold;
}

#notification-list-container .notification-list-item-date {
    font-size: 10px;
}

#notification-list-container .notification-list-item i.fa-trash:hover,
#notification-list-container .notification-list-item i.fa-eye:hover {
    cursor: pointer;
}
#admin-competitor-log table,
#admin-traffic-log table {
    width: auto;
}

#main-container.admin-main-container {
    max-width: 90%;
}

.admin-user-list-buttons .btn-primary {
    font-size: 12px;
    padding: 2px;
}


.admin-user-list table.e-table tr th:nth-child(3),
.admin-user-list table.e-table tr td:nth-child(3),
.admin-user-list table.e-table tr th:nth-child(4),
.admin-user-list table.e-table tr td:nth-child(4),
.admin-user-list table.e-table tr th:nth-child(5),
.admin-user-list table.e-table tr td:nth-child(5) {
    width: 140px;
}

.admin-user-list table.e-table td.is-deleted {
    background-color: grey;
}

.admin-user-list table.e-table td.is-locked {
    background-color: red;
}


#admin-email-queue-list ul {
    padding-left: 20px;
}

.game-import-btn:hover {
    cursor: pointer;
}

.game-sync-images-btn:hover {
    cursor: pointer;
}
.radiussearch-user-mobile-games-favourite,
.radiussearch-playerrequest-mobile-games,
.radiussearch-meetup-mobile-games {
    text-wrap: wrap;
}

#memo-index-tabs-content .tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

#memo-index-tabs .nav-link {
    border-color: #dee2e6 #dee2e6 #fff;
}

    #memo-index-tabs .nav-link.active {
        font-weight: bold;
    }

.memo-user-block,
.memo-playerrequest-block,
.memo-meetup-block {
    background-color: lightgrey;
}

.memo-action-link:hover {
    cursor: pointer;
}

.memo-add-user-btn:hover,
.memo-add-playerrequest-btn:hover,
.memo-add-meetup-btn:hover {
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    #memo-index-tabs .nav-item {
        width: 100%;
        display: block;
    }

    #memo-index-tabs .nav-link {
        width: 100%;
        display: block;
    }

        #memo-index-tabs .nav-link.active {
            background-color: var(--gs-red-color);
            color: white;
        }
}


@media screen and (max-width: 576px) {
    #memo-index-tabs-content .card-body {
        padding: 0;
    }

    #memo-index-tabs-content h5.card-title {
        font-size: 16px;
        line-height: 1;
    }

    #memo-index-tabs-content .card-text {
        font-size: 14px;
    }

    #MemoUpsertDialog .modal-header h3 {
        font-size: 14px;
        line-height: 1;
    }
}



.banner-huene .banner-huene-inner {
    padding: 20px;
}

.banner-huene .widget-title {
    margin-bottom: 10px;
}

.banner-huene .huene-logo-wrapper {
    text-align: center;
    margin-top: 10px;
}

.banner-huene .huene-logo {
    /*max-width: 80%;*/
}

.banner-huene .huene-table-text1 {
    font-weight: bold;
}

.banner-huene .huene-table-text2 {
    display: block;
}

.banner-huene .huene-discountcode-label {
    font-weight: bold;
}

.banner-huene .huene-discountcode {
    color: var(--gs-red-color);
    font-weight: bold;
}

/*MOBILE*/

#banner-outer-mobile {
    background-color: #F0F0F0;
    border: 1px solid black;
}


.banner-huene-mobile {
    background-color: #F0F0F0;
    padding: 10px;
}

    .banner-huene-mobile .banner-huene-mobile-inner {
        padding: 0;
    }

    .banner-huene-mobile .widget-title {
        margin-bottom: 10px;
    }

    .banner-huene-mobile .huene-mobile-logo-wrapper {
        text-align: center;
        margin-top: 10px;
    }


    .banner-huene-mobile .huene-mobile-table-text1 {
        font-weight: bold;
    }

    .banner-huene-mobile .huene-mobile-table-text2 {
        display: block;
    }

    .banner-huene-mobile .huene-mobile-discountcode-label {
        font-weight: bold;
    }

    .banner-huene-mobile .huene-discountcode {
        color: var(--gs-red-color);
        font-weight: bold;
    }

    .banner-huene-mobile .huene-mobile-details {
        display: block;
    }

    .banner-huene-mobile .huene-mobile-logo-wrapper {
        text-align: center;
        margin-top: 10px;
    }

    .banner-huene-mobile .huene-mobile-logo {
        max-width: 80%;
    }</pre></body></html>