.full-width {
    width: 100%;
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.g-flex-container {
    display: flex;
}

.g-flex-wrap {
    flex-wrap: wrap;
}

.g-flex-direction-column {
    flex-direction: column;
}

.g-flex-h-end {
    justify-content: end;
}

.g-flex-h-space-between {
    justify-content: space-between;
}

.g-flex-h-space-evenly {
    justify-content: space-evenly;
}

.g-flex-h-center {
    justify-content: center;
}

.g-flex-v-end {
    align-items: flex-end;
}

.g-flex-v-center {
    align-items: center;
}

.g-flex-end {
    justify-content: flex-end;
}

.g-width-50 {
    width: 50%;
    margin-left: 5px;
}

.g-width-100 {
    width: 100%;
}

.g-text-align-center {
    text-align: center !important;
}

.g-text-align-justify {
    text-align: justify;
}

.g-text-align-right {
    text-align: right !important;
}

.g-text-align-left {
    text-align: left !important;
}

.g-text-danger {
    color: #F00 !important;
}

.g-field-error {
    padding: 0 10px;
}

.g-display-inline-block {
    display: inline-block;
}

.g-display-none {
    display: none !important;
}

.g-no-wrap {
    white-space: nowrap;
}

.g-cell-min-width {
    padding-right: 10px;
    white-space: nowrap;
    width: 1%;
}

.g-padding-top-10 {
    padding-top: 10px;
}

.g-padding-bottom-10 {
    padding-bottom: 10px;
}

.g-margin-bottom-10 {
    margin-bottom: 10px;
}

.g-mb-1 {
    margin-bottom: 0.25rem;
}

.g-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.g-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.g-topic-message-height {
    height: 150px;
}

.g-table-nowrap td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.g-table-nowrap-1 td:nth-child(1), .g-table-nowrap-2 td:nth-child(2), .g-table-nowrap-3 td:nth-child(3) {
    white-space: nowrap;
}

.g-table-nowrap.g-table-nowrap-3rd-150 tr td:nth-child(3) {
    max-width: 150px;
}


#g-limited-offer {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: inherit;
    box-shadow: inset 0 0 5px 5px #000, 0 0 5px 10px #000;
    z-index: 1000;
}

#g-limited-offer .news-content-border {
    box-sizing: border-box;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.g-limited-offer {
    display: flex;
}

.g-limited-offer .g-limited-offer-image {
    display: flex;
    width: 100px;
    height: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.g-limited-offer .g-limited-offer-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.g-limited-offer .g-limited-offer-button {
    display: flex;
    align-items: center;
    justify-content: center;
 }

#g-limited-offer table {
    margin: 0;
}

.g-cookies-policy-popup {
    display: flex;
    flex-wrap: nowrap;
    position: fixed;
    bottom: 5px;
    left: 5px;
    right: 5px;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    box-shadow: 0 0 30px 15px #000;
}

.g-cookies-policy-popup div:first-child {
    padding-right: 15px;
}

.error, .info {
    text-align: left;
}

.g-shop-image {
    display: block;
    margin-top: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.g-blur {
    filter: blur(3px);
}

.lang-picker-wrapper {
    display: flex;
    position: fixed;
    right: -108px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 100ms;
    padding: 8px;
    cursor: pointer;
    color: #e1e1e1;
    text-shadow: 1px 0 1px #000, -1px 0 1px #000, 0 1px 1px #000, 0 -1px 1px #000;
}

.lang-picker-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(3px);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 0 6px 2px #000, inset 0 0 5px rgba(0, 0, 0, 0.25), inset 1px 1px 0 rgba(219, 246, 255, 0.15);
    z-index: -1;
}

.lang-picker-wrapper.open::after {
    content: '';
    position: absolute;
    bottom: -8px;
    height: 8px;
    left: 0;
    right: 0;
}

.lang-picker-current, .lang-picker-item-flag {
    position: relative;
    width: 50px;
    height: 30px;
    background: #F0F center no-repeat;
    background-size: cover;
    border: 1px solid #222;
}

.lang-picker-current.loading::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.lang-picker-current.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    left: 50%;
    transform: translate(-14px, -14px);
    background: url(../images/loading.webp) no-repeat;
    background-size: contain;
    opacity: 0.75;
    z-index: 2;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: translate(-14px, -14px) rotate(0deg);
    }
    to {
        transform: translate(-14px, -14px) rotate(360deg);
    }
}

.lang-picker-selector, .lang-picker-item-label {
    width: 108px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 22px 0 8px;
}

.lang-picker-selector::after {
    content: '';
    display: block;
    border: solid;
    width: 0;
    height: 0;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 17px;
}

.lang-picker-wrapper:hover, .lang-picker-wrapper.open {
    right: 0;
}

.lang-picker-wrapper:active {
    color: #cbcbcb;
}

.lang-picker-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    opacity: 0;
    top: 40px;
    left: 0;
    right: 0;
    transition: opacity 100ms, top 100ms;
    pointer-events: none;

    backdrop-filter: blur(3px);
    box-shadow: 0 0 6px 2px #000, inset 0 0 5px rgba(0, 0, 0, 0.25), inset 1px 1px 0 rgba(219, 246, 255, 0.15);
    padding: 4px 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}

.lang-picker-item {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
    padding: 4px 8px;
    transition: background-color 100ms;
}

.lang-picker-wrapper.open .lang-picker-list {
    display: flex;
    opacity: 1;
    pointer-events: all;
    top: 56px;
    cursor: pointer;
}

.lang-picker-item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #FFF;
}

.lang-picker-wrapper.open .lang-picker-selector::after {
    transform: rotate(225deg);
    top: 22px;
}

.g-button-disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.pinInput {
    width: 50px;
    padding: 0;
    text-align: center
}

.news, .pinned-news {
    margin-left: auto;
    margin-right: auto;
}

.table-content {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.g-coincher-frame {
    width: 100%;
    height: 100px;
    border: none;
}

.g-popper-tooltip {
    background: #000E;
    color: #EEE;
    padding: 4px 8px;
    border-radius: 8px;
    z-index: 1000;
}

.g-popper-arrow, .g-popper-arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

.g-popper-arrow {
    visibility: hidden;
}

.g-popper-arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
}

.g-popper-tooltip[data-popper-placement^='top'] > .g-popper-arrow {
    bottom: -4px;
}

.g-popper-tooltip[data-popper-placement^='bottom'] > .g-popper-arrow {
    top: -4px;
}

.g-popper-tooltip[data-popper-placement^='left'] > .g-popper-arrow {
    right: 4px;
}

.g-popper-tooltip[data-popper-placement^='right'] > .g-popper-arrow {
    left: -13px;
}


.g-loading,
.g-loading:after {
    box-sizing: border-box;
}

.g-loading {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.g-loading:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6.4px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    animation: g-loading-keyframes 1.2s linear infinite;
}

@keyframes g-loading-keyframes {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.g-ranking-pagination-left, .g-ranking-pagination-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.g-ranking-pagination-right {
    justify-content: flex-end;
}

.g-ranking-pagination-center {
    flex: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
}

