@charset "UTF-8";

[class^="ico_"],
[class*=" ico_"] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    line-height: 1em;
}

html,
body {
    color: #353535;
    font-family: "Rajdhani";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.31;
    background: #0e0e0e;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    /*overflow: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rajdhani";
    font-weight: 700;
    text-transform: uppercase;
}

.uk-text-lead {
    margin-bottom: 15px;
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33;
}

@font-face {
    src: url("../fonts/icons.eot");
    src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
    font-family: "icons";
}

.ico_add-square:before,
.ico_apple:before,
.ico_arrow-circle-left:before,
.ico_arrow-circle-right:before,
.ico_attach-circle:before,
.ico_call:before,
.ico_chats:before,
.ico_clipboard-text:before,
.ico_close-circle:before,
.ico_community:before,
.ico_edit:before,
.ico_emoji-happy:before,
.ico_eye:before,
.ico_favourites:before,
.ico_friends:before,
.ico_gallery:before,
.ico_help:before,
.ico_home:before,
.ico_info-circle:before,
.ico_market:before,
.ico_menu:before,
.ico_message:before,
.ico_microphone:before,
.ico_more:before,
.ico_notification:before,
.ico_play-circle:before,
.ico_profile:before,
.ico_report:before,
.ico_search:before,
.ico_shopping-cart:before,
.ico_star:before,
.ico_store:before,
.ico_streams:before,
.ico_tick-circle:before,
.ico_trash:before,
.ico_video-circle:before,
.ico_wallet:before,
.ico_windows:before,
.swiper-button-prev:before,
.swiper-rtl .swiper-button-next:before,
.swiper-button-next:before,
.swiper-rtl .swiper-button-prev:before,
.stream-item__media a:before,
.stream-item__count:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    text-decoration: none;
    text-decoration: inherit;
    text-transform: none;
}

.ico_add-square:before {
    content: "";
}

.ico_apple:before {
    content: "";
}

.ico_arrow-circle-left:before {
    content: "";
}

.ico_arrow-circle-right:before {
    content: "";
}

.ico_attach-circle:before {
    content: "";
}

.ico_call:before {
    content: "";
}

.ico_chats:before {
    content: "";
}

.ico_clipboard-text:before {
    content: "";
}

.ico_close-circle:before {
    content: "";
}

.ico_community:before {
    content: "";
}

.ico_edit:before {
    content: "";
}

.ico_emoji-happy:before {
    content: "";
}

.ico_eye:before {
    content: "";
}

.ico_favourites:before {
    content: "";
}

.ico_friends:before {
    content: "";
}

.ico_gallery:before {
    content: "";
}

.ico_help:before {
    content: "";
}

.ico_home:before {
    content: "";
}

.ico_info-circle:before {
    content: "";
}

.ico_market:before {
    content: "";
}

.ico_menu:before {
    content: "";
}

.ico_message:before {
    content: "";
}

.ico_microphone:before {
    content: "";
}

.ico_more:before {
    content: "";
}

.ico_notification:before {
    content: "";
}

.ico_play-circle:before {
    content: "";
}

.ico_profile:before {
    content: "";
}

.ico_report:before {
    content: "";
}

.ico_search:before {
    content: "";
}

.ico_shopping-cart:before {
    content: "";
}

.ico_star:before {
    content: "";
}

.ico_store:before {
    content: "";
}

.ico_streams:before {
    content: "";
}

.ico_tick-circle:before {
    content: "";
}

.ico_trash:before {
    content: "";
}

.ico_video-circle:before {
    content: "";
}

.ico_wallet:before {
    content: "";
}

.ico_windows:before {
    content: "";
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus,
*:active,
*.nice-select.open {
    outline: none;
}

*.text__input.open {
    outline: none;
}

a:focus,
a:active,
a.nice-select.open {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-size: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    background-color: inherit;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.row{display: flex; flex-flow: row wrap}

.column{flex:1}

.merge2{flex:2}
.merge3{flex:3}
.merge4{flex:4}

.row,.merge2,.merge3,.merge4 {margin:0 8px}

.nested{padding:0 !important; margin:0 !important; border: 0 !important}

.tooltip::after {
    content: attr(data-tooltip);
}

.full-width {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
}

._video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

@media only screen and (max-width: 3000px) and (min-width: 1300px) {


    .uk-grid-custom .uk-width-1-5\@l {
        width: 23%;
    }

    .uk-grid-custom .uk-width-3-5\@l {
        width: 54%;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 960px) {

    html .widget-title {
        font-size: 14px;
        line-height: 24px;
    }

    .widget-title .ic {
        display: none;
    }

    .uk-grid-custom .uk-width-1-5\@l {
        width: 33%;
    }

    .uk-grid-custom .uk-width-3-5\@l {
        width: 67%;
    }
}

@media (max-width: 1300px) {

    .uk-grid-custom div[data='sidebar-left'] {
        display: none;
    }
}

.widjet .uk-range {
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    -webkit-appearance: none;
    background: 0 0;
    padding: 0;
    position: relative;
    top: 3px;
}

html #youzify-groups-list .item .item-title a {
    font-size: 18px;
    color: #222;
    font-weight: 500;
}


/* ======= PRELOADER ========== */
.preloaderjs .spinner {
    display: none !important;
}

.preloaderjs#page-preloader {
    background: rgba(46, 46, 46, 0.99) !important;
}

#page-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e2e2e;
    z-index: 100500;
}

#page-preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border: 3px solid transparent;
    border-top-color: #4aa138;
    border-radius: 50%;
    z-index: 1001;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before,
#page-preloader .spinner:after {
    position: absolute;
    border-radius: 50%;
    content: '';
}

#page-preloader .spinner:before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 3px solid transparent;
    border-top-color: #c3204d;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

._video video,
._video iframe,
._video object,
._video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    z-index: -100;
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: auto;
    height: 38px;
    padding-right: 30px;
    padding-left: 18px;
    clear: both;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    outline: none;
    background-color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.57;
    text-align: left !important;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #c3204d;
}

.nice-select:after {
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    display: block;
    position: absolute;
    top: 45%;
    right: 16px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    transform: rotate(45deg);
    transform-origin: 66% 66%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    content: '';
    pointer-events: none;
    transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    min-width: 100%;
    transform: scale(1) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #000;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #333333;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    right: 0 !important;
    left: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    right: 0;
    left: auto;
}

.nice-select.small {
    height: 30px;
    font-size: 12px;
    line-height: 2.33;
}

.nice-select.small:after {
    width: 4px;
    height: 4px;
}

.nice-select.small .option {
    min-height: 28px;
    line-height: 28px;
}

.nice-select .list {
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-19px);
    -ms-transform: scale(0.75) translateY(-19px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    box-sizing: border-box;
    z-index: 9;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    padding: 0;
    overflow: hidden;
    transform: scale(0.75) translateY(-19px);
    transform-origin: 50% 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    min-height: 36px;
    padding-right: 29px;
    padding-left: 18px;
    outline: none;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #000;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

#toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 2px 2px 7px 0px #00000024;
    z-index: 5;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 75px;
    height: 40px;
    border-radius: 20px;
    outline: none;
    background-color: #c3204d;
    box-shadow: 2px 2px 7px 0px #00000024;
    cursor: pointer;
}

#toggle:after {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    content: "";
}

.dark-theme {
    background-color: #0e0e0e;
    color: #e5e5e5;
}

.dark-theme #toggle {
    background-color: #ffffff;
}

.dark-theme #toggle:after {
    -webkit-box-shadow: 10px 10px #0e0e0e;
    top: -4px;
    left: 30px;
    background-color: transparent;
    box-shadow: 10px 10px #0e0e0e;
}

body.no-scroll {
    overflow: hidden;
}

.page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    /*min-width: 380px;*/
    max-width: 1920px;
    min-height: 100vh;
    margin: 0 auto;
    background: #F5F5F5;
}

.page-wrapper .page-content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    align-items: stretch;
    padding-top: 75px;
}

.page-wrapper .page-main {
    scrollbar-color: #c3204d #E2EBEC;
    scrollbar-width: thin !important;
    -moz-appearance: none !important;
    display: block;
    position: relative;
    height: calc(100vh - 75px);
    padding: 45px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.page-wrapper .page-main::-webkit-scrollbar {
    width: 6px;
}

.page-wrapper .page-main::-webkit-scrollbar-track {
    background-color: #E2EBEC;
}

.page-wrapper .page-main::-webkit-scrollbar-thumb {
    background-color: #c3204d;
}

.page-wrapper .page-main::before {
    display: block;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: '';
    opacity: 0;
    pointer-events: none;
}

.scroll-box {
    scrollbar-color: #c3204d #E2EBEC;
    scrollbar-width: thin !important;
    -moz-appearance: none !important;
}

.scroll-box::-webkit-scrollbar {
    width: 4px;
}

.scroll-box::-webkit-scrollbar-track {
    background-color: #E2EBEC;
}

.scroll-box::-webkit-scrollbar-thumb {
    background-color: #c3204d;
}

a {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    color: #c3204d;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.31;
    transition: all 0.25s linear;
}

a:hover {
    color: #c3204d;
}

.search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search__input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 350px;
    height: 40px;
    padding: 0 20px;
    background: #F5F5F5;
    border-left: 2px solid #c3204d;
}

.search__input [class*='ico_'] {
    margin-right: 10px;
    color: #1F2933;
    font-size: 16px;
}

.search__input input {
    width: 100%;
    border: none;
    background: none;
    color: #1F2933;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.search__input input::-webkit-input-placeholder {
    color: #5e5e5e;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.search__input input::-moz-placeholder {
    color: #5e5e5e;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.search__input input:-ms-input-placeholder {
    color: #5e5e5e;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.search__input input::-ms-input-placeholder {
    color: #5e5e5e;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.search__input input::placeholder {
    color: #5e5e5e;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.search__input input:hover,
.search__input input:focus,
.search__input input:active,
.search__input input.nice-select.open {
    border: none;
    outline: none;
}

.search__btn {
    margin-left: 0px;
}

.search__btn button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    color: #3E4C59;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.25s linear;
}

.search__btn button:hover,
.search__btn button:focus,
.search__btn button:active,
.search__btn button.nice-select.open {
    color: #c3204d;
}


.text__input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #303030;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #3d3d3d;
}
.text__input input {
    width: 100%;
    border: none;
    background: none;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Rajdhani';
    letter-spacing: .5px;
}
.text__input input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Rajdhani';
}
.text__input input::-moz-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Rajdhani';
}

.text__input input:-ms-input-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Rajdhani';
}

.text__input input::-ms-input-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Rajdhani';
}

.text__input input::placeholder {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Rajdhani';
}

.text__input input:hover,
.text__input input:focus,
.text__input input:active,
.text__input input.nice-select.open {
}

.text__input:hover{
    border-color: #ffffff;
}
.text__input:active,
.text__input.open,
.text__input:focus {
    border-color: #c3204d;
}


.social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social li {
    margin: 0 20px 0 0;
    max-width: 41px;
}

.social li:last-child {
    margin: 0;
}

.uk-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #F5F5F5;
    border-radius: 15px;
    background: #F2F2F2;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 3.75;
}

html .uk-form-icon {
    left: 22px;
    top: 14px;
    align-items: flex-start;
    height: 26px;
}

html .uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
    padding-left: 50px !important;
}

.uk-input::-webkit-input-placeholder {
    color: #1F2933;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.uk-input::-moz-placeholder {
    color: #1F2933;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.uk-input:-ms-input-placeholder {
    color: #1F2933;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.uk-input::-ms-input-placeholder {
    color: #1F2933;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.uk-input::placeholder {
    color: #1F2933;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.uk-input:hover,
.uk-input:focus,
.uk-input:active,
.uk-input.nice-select.open {
    border: 1px solid #F5F5F5;
    background: #F2F2F2;
}

.uk-button {
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 16px;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
}

.uk-button-theme-color {
    border-color: rgba(244, 97, 25, 0.05);
    background: rgba(244, 97, 25, 0.05);
    color: #c3204d;
}

.uk-button-theme-color:hover,
.uk-button-theme-color:focus,
.uk-button-theme-color:active {
    background-color: #c3204d;
    border-color: #c3204d;
    color: #fff;
}

.uk-button-radius {
    border-radius: 100px;
}

.uk-button-secondary {
    background-color: #323F4B;
    color: #fff;
}

.uk-button-secondary:hover,
.uk-button-secondary:focus,
.uk-button-secondary:active,
.uk-button-secondary.nice-select.open {
    background-color: #c3204d;
    border-color: #c3204d;
}

.uk-button-default:hover {
    background-color: #c3204d;
    border-color: #c3204d;
    color: #fff;
}

.uk-button-primary {
    background: #c3204d;
    border-color: #c3204d;
    color: #fff;
}

.uk-button-primary:hover,
.uk-button-primary:focus,
.uk-button-primary:active,
.uk-button-primary.nice-select.open {
    border-color: #0f7ae5;
}

.uk-button-danger {
    background: rgba(244, 97, 25, 0.05);
    color: #ffffff;
}

.uk-button-danger:hover,
.uk-button-danger:focus,
.uk-button-danger:active,
.uk-button-danger.nice-select.open {
    background: #c3204d;
}

.uk-button-link {
    color: #c3204d;
}

.ico_more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    color: #353535;
    font-size: 6px;
    transition: all 0.25s linear;
    position: relative;
    z-index: 8;
}

.ico_more:hover {
    color: #c3204d;
}

.uk-form-label {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    padding-bottom: 10px;
    font-family: 'Poppins';
    opacity: .9;
}

.uk-input {
    border: none;
    border-radius: 0;
    background: rgb(250, 250, 250);
    border: 1px solid #F2F2F2;
    color: #1F2933;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    resize: none;
    border-radius: 0;
}

.uk-input:hover,
.uk-input:focus,
.uk-input:active,
.uk-input.nice-select.open {
    background: #F5F5F5;
}

.uk-textarea {
    height: 150px;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    background: rgb(250, 250, 250);
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.36;
    resize: none;
    border: 1px solid #3d3d3d;
    border-radius: 5px;
    font-family: 'Poppins';
}

.uk-textarea:hover,
.uk-textarea:focus,
.uk-textarea:active,
.uk-textarea.nice-select.open {
    background: #F5F5F5;
    border: 1px solid #ffffff;
}

.uk-form-custom .uk-button-default {
    border: none;
    border-radius: 0;
    background: #F5F5F5;
    color: #5F5F5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
}

.uk-form-custom .uk-button-default .uk-icon,
.uk-form-custom .uk-button-default [class*="ico_"] {
    margin-right: 10px;
}

.fl-form-action.uk-grid > * {
    padding-left: 0 !important;
}

.fl-form-action .uk-button-link {
    color: #222;
}

.uk-form-custom .uk-button-default [class*="ico_"] {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.uk-button-small {
    min-width: 150px;
}

.nice-select {
    height: 50px;
    border: none;
    border-radius: 5px;
    background: #F5F5F5;
    border: 1px solid #3d3d3d;
    line-height: 36px;
}

.--upload .nice-select {
    height: 40px;
    border: none;
    border-radius: 5px;
    background: #F5F5F5;
    border: 1px solid #3d3d3d;
    line-height: 40px;
    width: 100%;
    margin-bottom: 20px;
}

.nice-select .current {
    color: #6F6F6F;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.31;
}

.swiper {
    margin: -20px;
    padding: 20px 10px 0px 20px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-prev:before,
.swiper-rtl .swiper-button-next:before {
    content: "";
}

.swiper-button-prev::before,
.swiper-rtl .swiper-button-next::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 30px;
    transition: all 0.25s linear;
}

.swiper-button-prev:hover::before,
.swiper-rtl .swiper-button-next:hover::before {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    color: #c3204d;
    transition: all 0.25s linear;
}

.swiper-button-prev:hover:after,
.swiper-button-next::after {
    background: #fff;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    right: 0;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-next:before,
.swiper-rtl .swiper-button-prev:before {
    content: "";
}

.swiper-button-next::before,
.swiper-rtl .swiper-button-prev::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 30px;
    transition: all 0.25s linear;
}

.swiper-button-next:hover::before,
.swiper-rtl .swiper-button-prev:hover::before {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    color: #c3204d;
    transition: all 0.25s linear;
}

.swiper-button-next:hover::after,
.swiper-rtl .swiper-button-prev:hover::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    background-color: #fff;
}

.swipper-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 30px;
    bottom: 20px;
    align-items: center;
    justify-content: center;
}

.swipper-nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
}

.swipper-nav .swiper-button-next {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #000;
    content: '';
}

.swiper-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    text-align: left;
    left: 40px;
}

.swiper-pagination-bullet {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    border-radius: 5px;
    background: #6d6d6dcc;
    transition: all 0.25s linear;
}

.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 5px;
    background-color: #c3204d;
}

.sidebar.is-show + .page-main {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    left: 230px;
    width: calc(100% - 230px);
    padding: 45px 45px;
    transition: all 0.25s linear;
}

.sidebar.is-hide + .page-main {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    left: 90px;
    width: calc(100% - 90px);
    padding: 45px 30px;
    transition: all 0.25s linear;
}

.uk-subnav {
    margin-left: -10px;
}

.uk-subnav > * {
    padding-bottom: 10px;
    padding-left: 10px;
}

.page-header__content .uk-subnav-pill > * > :first-child {
    padding: 5px 10px;
    background: 0 0;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: .5px;
}

.uk-subnav > * > :first-child:hover {
    background: #fff;
    color: #c3204d;
}

.uk-subnav-pill > .uk-active > a {
    background: #000;
    color: #fff;
}

.uk-lightbox {
    background: #000000f5;
}

.page-header {
    display: block;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page-header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    background-color: #fff;
    box-shadow: 11px 7px 10px 0px #0000000f;
    -webkit-box-shadow: 11px 7px 10px 0px #0000000f;
}

.page-header__sidebar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 230px;
    height: 75px;
    padding: 0 30px;
    border-right: 1px solid #F2F2F2;
}

.page-header__menu-btn {
    margin-right: 10px;
    margin-bottom: -10px;
    display: none;
}

.page-header__menu-btn .menu-btn {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    border: none;
    outline: none;
    color: #222;
    font-size: 14px;
    transition: all 0.25s linear;
    margin-left: 0px;
    margin-right: 10px;
}

.page-header__menu-btn .menu-btn:hover,
.page-header__menu-btn .menu-btn:focus,
.page-header__menu-btn .menu-btn:active,
.page-header__menu-btn .menu-btn.nice-select.open {
    color: #c3204d;
}

.uk-nav-lang .uk-icon {
    margin-left: 0px;
}

.uk-nav-lang .uk-dropdown {
    margin-left: -40px;
    padding: 15px 20px;
}

.uk-nav-lang .uk-dropdown li {
    padding-bottom: 5px;
}

.logo-big img {
    max-width: 65px;
}

.logo-big span {
    font-size: 82px;
    color: #fff;
    position: relative;
    top: 38px;
    left: 12px;
}

.page-header__logo {
    display: block;
    position: relative;
}


.page-header__logo img {
    max-width: 40px;
    height: auto;
    margin-right: 12px;
}

.page-header__logo_text {
    position: relative;
}

.page-header__logo_text img {
    max-width: 95px;
    height: auto;
    animation:  none !important;
}

.page-header__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    padding: 0 45px;
}

.page-header__search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: block;
    position: relative;
    flex-grow: 1;
}

.page-header__action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-header__action .page-header__action > * {
    margin-right: 24px;
}

.page-header__action > *:last-child {
    margin-right: 0;
}

.page-header__action .uk-subnav {
    margin-left: 15px;
    margin-top: 29px;
}

.page-header__action .uk-nav li > a {
    display: flex;
    align-items: center;
    column-gap: 0.25em;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 14px;
    color: #ffffff;
    opacity: 1;
}

.action-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #323F4B;
    font-size: 24px;
    transition: all 0.25s linear;
    margin-left: 15px;
}

.action-btn:hover {
    color: #c3204d;
}

.action-btn span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: #c3204d;
}

.profile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    margin-right: 10px;
}


.uk-modal-dialog {
    width: 450px;
    padding: 20px;
    border-radius: 5px;
    background: #FFFFFF;
}

.uk-modal-title {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    border-bottom: 1px solid rgb(195 32 77 / 30%);
    padding-bottom: 19px;
    margin-left: -5%;
    width: 110%;
    text-transform: none;
}

.uk-modal-close-default {
    border-radius: 0;
    background: transparent;
    color: #ffffff;
}

#modal-help h4 {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33;
}

#modal-help ul {
    motion: 0;
    padding: 0;
    list-style-type: none;
}

#modal-help ul li {
    -ms-flex-line-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    color: #353535;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
}

#modal-help ul li + li {
    margin-top: 20px;
}

#modal-help ul li img {
    margin-right: 10px;
}

#modal-help ul li a {
    color: #c3204d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.36;
    text-transform: capitalize;
}

.sidebar {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: block;
    z-index: 888;
    position: absolute;
    top: 75px;
    left: -260px;
    width: 230px;
    height: calc(100vh - 75px);
    padding: 10px 45px 20px 0;
    border-right: 1px solid #F2F2F2;
    background-color: #fff;
    transition: all 0.25s linear;
}

.page-header__sidebar.h-is-show {
    width: 230px;
}

.sidebar.is-hide {
    left: 0px;
    width: 80px;
    padding-right: 10px;
}

.sidebar.is-hide.is-show {
    width: 230px;
}

.sidebar.is-hide .uk-nav-header span {
    display: none;
}

.sidebar.is-hide .uk-nav-header img {
    display: none;
}

.sidebar.is-hide.is-show .uk-nav-header .uk-nav-devider {
    display: none;
}

.sidebar-hider {
    position: relative;
}

.sidebar-hider .icon-arrow-right {
    display: none;
}

.sidebar.is-hide .sidebar-hider .icon-arrow-right {
    display: block;
    right: -35px;
}

.is-show .sidebar-hider .icon-arrow-left {
    display: block;
}

.is-hide .sidebar-hider .icon-arrow-left {
    display: none;
}

.sidebar-hider i {
    position: absolute;
    right: -45px;
    top: 10px;
    border-radius: 0px;
    width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 23px;
    text-align: center;
    background: transparent;
    border: 1px solid #c3204d;
    padding-right: 2px;
    color: #fff;
    cursor: pointer;
}

.sidebar-hider i:hover {
    background-color: #c3204d;
    color: #fff;
}

.sidebar .uk-nav-header .uk-nav-devider {
    min-height: 16px;
    margin-left: -3px;
    position: relative;
    top: -5px;
    border-bottom: 1px solid #c3204d;
    width: 25px;
    display: inline-block;
    position: relative;
    top: -10px;
    display: none;
}

.sidebar.is-hide .uk-nav-header .uk-nav-devider {
    display: block;
}

.uk-nav-text {
    position: relative;
}

.uk-nav-text .count {
    position: absolute;
    top: -5px;
    right: -25px;
}

.sidebar.is-hide.is-show .uk-nav-header span {
    display: block;
}

.sidebar.is-hide.is-show .uk-nav-header {
    width: 240px;
}

.sidebar.is-hide.is-show .uk-nav li a span {
    display: block !important;
    opacity: 1;
    width: auto;
}

.sidebar.is-hide .uk-nav li a span {
    display: none !important;
    opacity: 0;
    width: 1px;
}

.sidebar.uk-nav li a span {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.sidebar.is-show {
    left: 0;
}

.sidebar-box {
    display: block;
    position: relative;
}

.sidebar-box .uk-nav li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 12px 12px 30px;
    color: #323F4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.36;
    transition: all 0.25s linear;
}

.sidebar-box .uk-nav li a:hover,
.sidebar-box .uk-nav li a:focus,
.sidebar-box .uk-nav li a:active,
.sidebar-box .uk-nav li a.nice-select.open {
    background: transparent;
    color: #c3204d;
}

.sidebar-box .uk-nav li a:hover [class*='ico_'],
.sidebar-box .uk-nav li a:focus [class*='ico_'],
.sidebar-box .uk-nav li a:active [class*='ico_'],
.sidebar-box .uk-nav li a.nice-select.open [class*='ico_'] {
    color: #c3204d;
}

.sidebar-box .uk-nav li a [class*='ico_'] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    color: #323F4B;
    font-size: 24px;
    transition: all 0.25s linear;
}

.sidebar-box .uk-nav li a::before {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    background: #c3204d;
    content: '';
    opacity: 0;
    transition: all 0.25s linear;
}

.sidebar-box .uk-nav li a span.count {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: auto;
    border-radius: 50%;
    background: #c3204d;
    color: #FFFFFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 0;
}

.sidebar-box .uk-nav li.uk-nav-header {
    margin-top: 15px;
    padding-left: 30px;
    color: #767676;
    font-weight: 700 !important;
    font-size: 18px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sidebar-box .uk-nav li.uk-active a {
    
}

.sidebar-box .uk-nav li:hover {
    color: #c3204d !important;
    background: transparent !important;
}
.sidebar-box .uk-nav a:hover {
    transform: scale(1.2);
    color: #c3204d !important;
}

.sidebar-box .uk-nav li.uk-active a [class*='ico_'] {
    color: #c3204d;
}

.sidebar-box .uk-nav li.uk-active a::before {
    opacity: 1;
}

.page-first-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-image: url(../img/bg-login-wakuu-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.logo-big {
    text-align: center;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 25px;
}

.logo-big span {
    font-size: 51px;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    font-family: Rajdhani;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.page-first-screen .uk-flex-middle {
    align-items: center;
    justify-content: center;
}

.page-first-screen h1 {
    margin: 5px 0 0 0;
    color: #FFFFFF;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.33;
    padding-left: 102px;
    opacity: 0.7;
}

.form-login {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 30px 45px;
    border-radius: 10px;
    background: #FFFFFF;
    margin: 0 auto;
}

.form-login__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.form-login__box {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.31;
    font-family: 'Poppins';
    color: #6C6C6C;
}

.form-login__box .uk-heading-line {
    font-family: 'Rajdhani';
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.form-login__box a:not(.uk-button) {
    color: #c3204d;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.31;
    font-family: 'Poppins';
}

.uk-heading-line > :before {
    right: 100%;
    margin-right: calc(5px + 0.3em);
}

.form-login__box .uk-heading-line > :after,
.form-login__box .uk-heading-line > :before,
.form-login__box .uk-hr,
.form-login__box hr {
    border-color: #F2F2F2;
}

.js-trending .game-card__media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 270px;
}

.js-trending .game-card__media img {
    width: 100%;
    height: auto;
}

.fl-form {
    padding: 30px;
    border: 1px solid #F2F2F2;
    margin-top: 30px;
}

.box-title {
    padding: 0 20px 12px 0px;
    font-size: 18px;
    line-height: 38px;
    color: #222;
    text-transform: none;
    font-weight: 600;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}

html blockquote {
    background-color: rgba(244, 97, 25, 0.02);
    padding: 25px 25px 25px 35px;
    border: 1px solid rgba(244, 97, 25, 0.02);
    font-style: normal;
    border-left: #c3204d 5px solid;
}

html blockquote footer {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.9;
    font-family: inherit;
    font-weight: 500;
    color: #222;
    text-align: left;
    padding-top: 10px;
}

.fl-form textarea {
    min-height: 120px;
    width: 100%;
    padding: 10px 13px;
    border-radius: 0;
    background: rgb(250, 250, 250);
    border: 1px solid #F2F2F2;
    outline: none;
    font-size: 16px;
    font-family: inherit;
    font-weight: 300;
    color: #222;
}

.fl-form input[type='text'] {
    width: 100%;
    padding: 10px 13px;
    border-radius: 0;
    background: rgb(250, 250, 250);
    border: 1px solid #F2F2F2;
    outline: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.uk-comment-list .uk-link-muted {
    font-size: 12px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
}

.uk-comment-list .uk-link-muted i {
    position: relative;
    top: -2px;
}

.uk-comment-list .uk-link-muted:hover {
    color: #c3204d;
}

.uk-comment-list .uk-comment ~ ul {
    margin: 0;
    padding-left: 0 !important;
    list-style: none;
}

.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
    margin-top: 0 !important;
}

.uk-comment-list .uk-comment ~ ul .uk-comment-header {
    padding-left: 30px;
}

.comments_form {
    padding: 30px;
    margin: 25px 0 0 0;
    border: 1px solid #F2F2F2;
}

.uk-comment-list {
    list-style: none;
}

.uk-comment-list > :nth-child(n+2) {
    margin-top: 0;
}

.uk-comment-avatar {
    border-radius: 100px;
    border: 1px solid #F2F2F2;
}

.uk-comment-list .uk-comment-title a {
    font-weight: 500 !important;
    font-size: 16px !important;
}

.uk-comment-list .uk-comment-meta a,
.uk-comment-list p.uk-comment-meta {
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.uk-comment-list .uk-comment-header {
    display: flow-root;
    margin-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
}

.recommend-slide {
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
    display: block;
    position: relative;
    border-radius: 0;
    background: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    position: relative;
    border-bottom: 0;
}

.recommend-slide img,
.game-card__media img {
    max-height: 450px;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
}

.recommend-slide__box {
    display: block;
    position: relative;
    padding: 30px;
    border-radius: 5px;
    background: #DD2138;
    height: 330px;
}

.recommend-slide__box::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    border-radius: 5px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(217, 37, 59, 0.042)), color-stop(58.85%, rgba(0, 0, 0, 0.306)));
    background: -o-linear-gradient(right, rgba(217, 37, 59, 0.042) 0%, rgba(0, 0, 0, 0.306) 58.85%);
    background: linear-gradient(270deg, rgba(217, 37, 59, 0.042) 0%, rgba(0, 0, 0, 0.306) 58.85%);
    content: '';
}

.recommend-slide__info {
    display: block;
    z-index: 2;
    position: relative;
    max-width: 377px;
}

.recommend-slide__logo {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}

.recommend-slide__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding-top: 20px;
}

.recommend-slide__intro {
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.7;
    position: relative;
    top: 0;
    opacity: 0.85;
    margin-top: -10px;
    margin-bottom: 18px;
}

.recommend-slide__rating-and-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.recommend-slide__rating {
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.31;
}

.recommend-slide__rating [class*='ico_'] {
    color: #FF9900;
    margin-left: 5px;
}

.recommend-slide__price {
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.31;
}

.recommend-slide__btn {
    margin-bottom: 10px;
}

.recommend-slide__btn .uk-button-danger {
    height: 40px;
    border-radius: 5px;
    background: #c3204d;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.31;
    margin: 10px 0;
}

.recommend-slide__platform {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    position: relative;
    top: 10px;
}

.recommend-slide__platform > * {
    margin: 0 10px 0 0;
}

.recommend-slide__platform > *:last-child {
    margin: 0;
}

.recommend-slide__img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.recommend-slide__favorites {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}

.recommend-slide__favorites [class*='ico_'] {
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 24px;
}

.game-card {
    display: block;
    position: relative;
}

.game-card + .game-card {
    margin-top: 12px;
}

.game-card__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.game-card__box.game-card__box_popular {
    border-radius: 10px;
}

.rp-info {
    display: flex;
    flex-grow: 2;
}

.rp-title {
    width: 50%;
}

.rp-title a {
    color: #1f1f1f;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 17px;
}

.rp-status {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
    color: #222;
    opacity: 0.7;
}

.rectangle__rating {
    margin-bottom: 10px;
    font-weight: 500;
    border: 10px;
    width: 50%;
    text-align: right;
}

.rectangle__rating a {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    padding-top: 5px;
}

.rectangle__rating a:hover {
    color: #0087FF;
}

.rectangle_popular {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    min-height: 140px;
    width: 100%;
}

.rectangle__rating .ico_star {
    color: #ddd;
}

.rectangle__rating .ico_star.st-active {
    color: #FF9900;
}

.rectangle_popular-top {
    display: flex;
}

.rectangle_popular-bot {
    display: flex;
    padding-top: 30px;
}

.rectangle_popular-ac {
    width: 50%;
}

.rectangle_popular-ac .uk-button {
    max-width: 120px;
}

.game-card__users {
    width: 50%;
    text-align: right;
}

.rectangle_popular .fl-gp-title a {
    color: #222;
}

.rectangle_popular .users-list li {
    max-width: 40px;
}

.game-card__media {
    display: block;
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 0;
}

.game-card__media img {
    -o-object-fit: cover;
    -o-object-position: top center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
    transform: translate(-50%, -50%);
}

.img-char{
    width: 70% !important;
}

.game-card__info {
    padding: 6px;
}

.game-card__title {
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.31;
    padding-top: 10px;
}

.js-popular .game-card__title {
    font-size: 16px;
}

.uk-button-read-more {
    color: #c3204d;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.31;
}

.uk-button-read-more:hover {
    color: #0087FF;
}

.game-card__genre {
    margin: -5px 0 0px 0;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    color: #222;
    opacity: 0.7;
}

.game-card__discussion {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
}

.game-card__discussion b {
    display: inline-block;
    margin-left: 5px;
    color: #4aa138;
}

.game-card__rating-and-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 10px;
}

.js-popular .game-card__rating-and-price,
.uk-grid.uk-grid-small .game-card__rating-and-price {
    justify-content: space-between;
}

.game-card__rating {
    margin-right: 10px;
    color: #ed9f3a;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.31;
}

.game-card__rating .rating-vote {
    padding-left: 7px;
    font-size: 12px;
}

.game-card__rating [class*='ico_'] {
    margin-left: 6px;
    color: #FF9900;
    position: relative;
    top: 2px;
}

.feature-choose{
    font-size: 24px;
    font-weight: 600;
}
.qty-choose{
    font-size: 28px;
    font-weight: 700;
}

.game-card__price {
    color: #c3204d;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.31;
}

.testiomonial-profession {
    color: #c3204d;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.game-card__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.game-card__platform {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #616161;
    font-size: 24px;
}

.game-card__platform > * {
    margin: 0 10px 0 0;
}

.game-card__platform > *:last-child {
    margin: 0;
}

.game-card__users {
    display: block;
    position: relative;
}

.game-card__more {
    margin-right: 40px;
    margin-left: auto;
}

.game-card__more a {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    color: #323F4B;
    font-size: 6px;
    transition: all 0.25s linear;
}

.game-card__more a:hover {
    color: #c3204d;
}

.game-card.--horizontal .game-card__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: row;
    align-items: center;
    border-radius: 3px;
}

.game-card.--horizontal .game-card__media {
    width: 50%;
    max-width: 50%;
}

.game-card.--horizontal .game-card__info {
    width: 50%;
    padding: 10px 20px;
}

.game-card.--small .game-card__media {
    width: 50%;
    max-width: 100px;
    max-height: 90px;
}

.users-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.users-list li {
    margin-left: -10px;
}

.users-list li:nth-child(1) {
    z-index: 4;
}

.users-list li:nth-child(2) {
    z-index: 3;
}

.users-list li:nth-child(3) {
    z-index: 2;
}

.users-list li:nth-child(4) {
    z-index: 1;
}

.widjet {
    display: block;
    position: relative;
}

.widjet__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.widjet__head h3.uk-text-lead {
    margin-bottom: 0;
}

.widjet__head a {
    color: #c3204d;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.31;
    text-transform: uppercase;
}

.widjet__head a:hover {
    text-decoration: none;
}

.widjet__body {
    padding: 20px 30px 20px 20px;
    border-radius: 0;
    background: #fff;
}

.widjet__body + .widjet__body {
    margin-top: 15px;
}

.widjet + .widjet {
    margin-top: 24px;
}

.widjet.--profile .widjet__body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.user-info__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    width: 110px;
    height: 110px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 50%;
}

.user-info__box {
    display: block;
    position: relative;
}

.user-info__title {
    color: #353535;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.35;
}

.user-info__text {
    margin-top: 0px;
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
}

.widjet.--activity .widjet__body {
    padding: 15px;
}

.widjet-game {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.widjet-game__media {
    margin-right: 20px;
    overflow: hidden;
    border-radius: 5px;
    max-width: 200px;
}

.widjet-game__media img {
    width: 100%;
}

.widjet-game__info {
    display: block;
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
}

.widjet-game__info b {
    display: inline-block;
    margin-left: 5px;
    color: green;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.36;
}

.price-down {
    color: #bf1716 !important;
}

.widjet-game__title {
    color: #353535;
    font-size: 18px;
    font-style: normal;
    line-height: 1.31;
    padding-bottom: 5px;
    font-weight: 500;
}

.widjet-game__title a {
    color: #353535;
    font-weight: 500;
}

.widjet-game__record {
    margin: 6px 0;
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
}

.widjet-game__last-played {
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
}

.widjet-game__starting {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 8px;
}

.widjet-game__starting [data-uk-icon="arrow-up"] {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-left: 10px;
    border-radius: 3px;
    background: #0DA800;
    color: #fff;
}

.widjet-game__starting [data-uk-icon="arrow-down"] {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-left: 10px;
    border-radius: 3px;
    background: #C60000;
    color: #fff;
}

.widjet-game__quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.widjet-game + .widjet-game-info {
    margin-top: 15px;
}

.widjet-game-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 30px;
    border-radius: 5px;
    background: #F5F5F5;
}

.widjet-game-info > * {
    margin: 5px;
}

.widjet-game-info__title {
    color: #5F5F5F;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
}

.widjet-game-info__progress {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #707070;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.33;
}

.widjet-game-info__progress .progress-box {
    display: block;
    position: relative;
    width: 200px;
    height: 8px;
    margin-left: 10px;
    border-radius: 5px;
    background: #DFDFDF;
}

.widjet-game-info__progress .progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 5px;
    background: #F65100;
}

.widjet-game-info__acheivement ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widjet-game-info__acheivement ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
}

.widjet-game-info__acheivement ul li + li {
    margin-left: 3px;
}

.widjet-game-info__acheivement ul li:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #DFDFDF;
    color: #606060;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.widjet.--upload .widjet__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.widjet.--upload .widjet__body > .uk-button {
    margin-left: 10px;
}

.widjet.--badges .widjet__body {
    padding: 30px;
}

.badges-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.badges-list li {
    margin: 0 10px 10px 0;
}

.badges-list li:last-child {
    margin-right: 0;
}

.widjet.--games .widjet__body {
    padding: 45px 30px;
}

.games-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.games-list li {
    margin: 0 10px 10px 0;
    max-width: 75px;
    border-radius: 5px;
    overflow: hidden;
}

.games-list li:last-child {
    margin-right: 0;
}

.widjet.--filters {
    margin-bottom: 24px;
}

.widjet.--filters .search__input {
    max-width: 100%;
}

.widjet.--filters .nice-select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.favourites-game .game-card__media {
    min-height: 160px !important;
    max-height: 160px !important;
}

.widjet.--my-list .widjet__body {
    padding: 0;
    background: none;
}

.my-game-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.my-game-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 30px 10px 10px;
    border-radius: 5px;
    background: #fff;
}

.my-game-item + .my-game-item {
    margin-top: 12px;
}

.my-game-item__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 70px;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
}

.my-game-item__letter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.33;
    border-radius: 5px;
}

.my-game-item__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 20px 0 13px;
    color: #353535;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.36;
}

.my-game-item__more a {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    color: #323F4B;
    font-size: 6px;
    transition: all 0.25s linear;
}

.my-game-item__more a:hover {
    color: #c3204d;
}

.creat-list-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 25px;
    margin-top: 24px;
    border: none;
    border-radius: 5px;
    background: rgba(244, 97, 25, 0.05);
    border: rgba(244, 97, 25, 0.35) 2px solid;
    color: #F65100;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    transition: all 0.25s linear;
}

.creat-list-btn [class*='ico_'] {
    margin-right: 10px;
    font-size: 20px;
}

.creat-list-btn:hover {
    background: #c3204d;
    color: #fff;
}

.chat-user-list {
    display: block;
    position: relative;
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}

.chat-user-list__box {
    display: block;
    position: relative;
}

.chat-user-list__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.chat-user-list__head .avatar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.chat-user-list__head a.ico_edit {
    width: 20px;
    height: 20px;
    margin-right: 30px;
    margin-left: auto;
    color: #323F4B;
    font-size: 20px;
}

.chat-user-list__head a.ico_more {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #323F4B;
    font-size: 6px;
}

.chat-user-list__search {
    margin-bottom: 30px;
}

.chat-user-list__search .search__input {
    max-width: 100%;
}

.chat-user-list__body {
    margin: 0 -15px;
}

.chat-user-list__body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.user-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 5px;
    background: #FFFFFF;
}

.user-item__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    display: block;
    position: relative;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-item__avatar:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 10px;
    height: 10px;
    border: 1.5px solid #FFFFFF;
    border-radius: 50%;
    background: #4aa138;
    content: '';
}

.user-item__avatar img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.user-item__desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto 0 16px;
}

.user-item__box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto 0 16px;
}

.user-item__name {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.31;
    padding-bottom: 3px;
}

.user-item__name a {
    font-weight: 500;
    color: #222;
}

.user-item__text {
    -o-text-overflow: ellipsis;
    max-width: 220px;
    overflow: hidden;
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-item__playing {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
}

.user-item__playing b {
    -o-text-overflow: ellipsis;
    display: inline-block;
    margin-left: 5px;
    overflow: hidden;
    color: #323F4B;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.36;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.user-item__time {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.33;
}

.user-item__count {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    border-radius: 50%;
    background: #c3204d;
    color: #FFFFFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.user-item.--active .user-item__avatar:after {
    background: #c3204d;
}

.user-item.--active .user-item__text {
    color: #353535;
    opacity: 0.7;
}

.user-item.--active .user-item__time {
    color: #c3204d;
}

.chat-messages-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 5px;
    background: #fff;
}

.chat-messages-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 24px;
    border-bottom: 1px solid #e2e2e2;
}

.chat-messages-head a {
    width: 24px;
    height: 24px;
    color: #323F4B;
    font-size: 24px;
}

.chat-messages-head a + a {
    margin-left: 24px;
}

.chat-messages-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    scrollbar-color: #c3204d #E2EBEC;
    scrollbar-width: thin !important;
    -moz-appearance: none !important;
    flex-grow: 1;
    max-height: 600px;
    padding: 37px 24px 70px 24px;
    overflow: auto;
}

.chat-messages-body::-webkit-scrollbar {
    width: 4px;
}

.chat-messages-body::-webkit-scrollbar-track {
    background-color: #E2EBEC;
}

.chat-messages-body::-webkit-scrollbar-thumb {
    background-color: #c3204d;
}

.chat-messages-footer {
    padding: 10px 30px;
    border-top: 1px solid #e2e2e2;
}

.chat-messages-form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-messages-form .chat-messages-form-btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.chat-messages-form .chat-messages-form-btns button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    color: #323F4B;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.25s linear;
}

.chat-messages-form .chat-messages-form-btns button:hover,
.chat-messages-form .chat-messages-form-btns button:focus,
.chat-messages-form .chat-messages-form-btns button:active,
.chat-messages-form .chat-messages-form-btns button.nice-select.open {
    color: #c3204d;
}

.chat-messages-form .chat-messages-form-btns button + button {
    margin-left: 12px;
}

.chat-messages-form .chat-messages-form-controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-grow: 1;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 25px;
    background: #F5F5F5;
}

.chat-messages-form .chat-messages-form-controls input {
    width: 100%;
    border: none;
    background: none;
    color: #1F2933;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.chat-messages-form .chat-messages-form-controls input::-webkit-input-placeholder {
    color: #1F2933;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.chat-messages-form .chat-messages-form-controls input::-moz-placeholder {
    color: #1F2933;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.chat-messages-form .chat-messages-form-controls input:-ms-input-placeholder {
    color: #1F2933;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.chat-messages-form .chat-messages-form-controls input::-ms-input-placeholder {
    color: #1F2933;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.chat-messages-form .chat-messages-form-controls input::placeholder {
    color: #1F2933;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.43;
}

.chat-messages-form .chat-messages-form-controls input:hover,
.chat-messages-form .chat-messages-form-controls input:focus,
.chat-messages-form .chat-messages-form-controls input:active,
.chat-messages-form .chat-messages-form-controls input.nice-select.open {
    border: none;
    outline: none;
}

.chat-messages-form .chat-messages-form-btn {
    margin-left: 12px;
}

.chat-messages-form .chat-messages-form-btn button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    color: #323F4B;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.25s linear;
}

.chat-messages-form .chat-messages-form-btn button:hover,
.chat-messages-form .chat-messages-form-btn button:focus,
.chat-messages-form .chat-messages-form-btn button:active,
.chat-messages-form .chat-messages-form-btn button.nice-select.open {
    color: #c3204d;
}

.messages-item + .messages-item {
    margin-top: 15px;
}

.messages-item.--your-message {
    display: inline-block;
    position: relative;
    align-items: center;
}

.messages-item.--your-message .messages-item__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-left: 14px;
    margin-bottom: 17px;
}

.messages-item.--your-message .messages-item__text {
    max-width: 240px;
    padding: 20px;
    border-radius: 5px;
    background: #e5f6ee;
    color: #39cb8a;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    position: relative;
}

.messages-item.--your-message .messages-item__text:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 11px solid #e5f6ee;
    opacity: 1;
    left: 23px;
    top: -20px;
    right: auto;
    width: fit-content;
    margin: auto;
    transition: all .3s ease-in-out;
}

.messages-item.--friend-message .messages-item__text:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-top: 11px solid #fcf3e1;
    opacity: 1;
    right: 23px;
    bottom: -20px;
    width: fit-content;
    margin: auto;
    transition: all .3s ease-in-out;
}

.messages-item.--friend-message .messages-item__text {
    position: relative;
}

.messages-item.--friend-message {
    display: grid;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    margin-bottom: -40px;
    margin-top: -40px;
}

.messages-item.--friend-message .messages-item__avatar {
    margin-top: 20px;
}

.messages-item.--friend-message .messages-item__text {
    max-width: 240px;
    padding: 20px;
    border-radius: 5px;
    background: #fcf3e1;
    color: #ffab02;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.31;
}

.friend-requests-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.friend-requests-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.friend-requests-item + .friend-requests-item {
    margin-top: 24px;
}

.friend-requests-item__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
}

.friend-requests-item__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 12px;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.31;
}

.friend-requests-item__action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.friend-requests-item__action button {
    background: #F5F5F5;
    color: #5F5F5F;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 15px;
}

.friend-requests-item__action button.ico_tick-circle {
    background: #37cc8a !important;
    color: #fff;
}

.friend-requests-item__action button:hover {
    background-color: #4aa138;
    color: #fff;
}

.friend-requests-item__action button + button {
    margin-left: 12px;
}

.friend-requests-item__action button [class*='ico_'] {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.friend-requests-item__action button.confirm {
    background: #e5f6ee !important;
    color: #38ca89;
}

.friend-requests-item__action button.reject {
    background: #ffeeea;
    color: #fe5631;
}

.friend-requests-item__action button.reject:hover {
    background: #fe5631 !important;
    color: #fff;
}

.widjet.--wallet .widjet__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 212px;
}

.swiper-slide-thumb-active img {
    opacity: 0.7;
}

.wallet-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wallet-value {
    color: #F65100;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33;
    padding-bottom: 5px;
}

.wallet-label {
    color: #4aa138;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.31;
}

.wallet-label i {
    margin-right: 4px;
    position: relative;
    bottom: 0px;
}

.widjet.--payment-method .widjet__body {
    padding: 20px 16px;
}

.payment-card {
    -webkit-box-shadow: 0px 0px 50px rgba(65, 220, 13, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 320px;
    height: 170px;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 5px;
    background: -o-linear-gradient(192.83deg, #00A911 0%, #009456 100%);
    background: linear-gradient(257.17deg, #00A911 0%, #009456 100%);
    box-shadow: 0px 0px 50px rgba(65, 220, 13, 0.1);
}

.payment-card__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-card__number {
    margin: 20px 0;
    color: #FFFFFF;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.32;
    text-align: center;
}

.payment-card__value {
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
}

.widjet.--activities .widjet__body {
    padding: 0;
    background: none;
}

.activities-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.activities-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #fff;
}

.activities-item + .activities-item {
    margin-top: 12px;
}

.activities-item__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
}

.activities-item__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.activities-item__title {
    -o-text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.31;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activities-item__date {
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
}

.activities-item__price {
    color: #E60000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.36;
    white-space: nowrap;
}

.price-range {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.price-range label {
    margin-right: 10px;
    color: #5F5F5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.36;
}

.price-range .uk-range::-webkit-slider-runnable-track {
    border-radius: 5px;
    background: rgba(244, 97, 25, 0.1);
}

.price-range .uk-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    border: 1px solid #c3204d;
    border-radius: 500px;
    background: #c3204d;
}

.gallery {
    position: relative;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}

.gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
}

.gallery-small {
    margin-top: 15px;
}

.gallery-small .swiper {
    margin: 0;
    padding: 0;
}

.game-profile-card {
    display: block;
    position: relative;
    margin-bottom: 12px;
    padding: 15px 15px 7px 15px;
    border-radius: 5px;
    background: #fff;
}

.game-profile-card__media {
    display: block;
    position: relative;
}

.game-profile-card__media img {
    width: 100%;
}

.game-profile-card__intro {
    margin: 15px 0 20px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    color: #353535;
}

.game-profile-card__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 15px;
}

.game-profile-card__list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.game-profile-card__list li + li {
    margin-top: 10px;
}

.game-profile-card__list li > *:first-child {
    margin-right: 10px;
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.31;
}

.game-profile-card__type {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.game-profile-card__type li {
    margin: 0 8px 8px 0;
}

.game-profile-card__type li:last-child {
    margin-right: 0;
}

.game-profile-card__type li span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0 5px;
    border-radius: 5px;
    background: #F5F5F5;
    color: #5F5F5F;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
    text-transform: uppercase;
}

.game-profile-price {
    display: block;
    position: relative;
    margin-bottom: 12px;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}

.game-profile-price__value {
    margin: 20px 0;
    color: #c3204d;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
}

.game-profile-price .uk-button {
    height: 50px;
    font-size: 16px;
    font-style: normal;
    line-height: 1.31;
}

.game-profile-price .uk-button [class*='ico_'] {
    margin-right: 10px;
}

.game-profile-price .uk-button + .uk-button {
    margin-top: 8px;
}

.widjet.--market .widjet__body {
    padding: 12px;
}

.stream-item {
    display: block;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
}

.stream-item__box {
    display: block;
    position: relative;
}

.stream-item__media {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.stream-item__media a {
    display: block;
    position: relative;
}

.stream-item__media a:before {
    content: "";
}

.stream-item__media a::before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 40px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s linear;
}

.stream-item__media a:hover::before,
.stream-item__media a:focus::before,
.stream-item__media a:active::before,
.stream-item__media a.nice-select.open::before {
    opacity: 1;
}

.stream-item__media a img {
    width: 100%;
}

.stream-item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 10px;
    flex-direction: column;
}

.stream-item__status {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 22px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.33;
}

.stream-item__status::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%;
    background: #F00000;
    content: '';
}

.stream-item__count {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 22px;
    margin-top: 5px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.33;
}

.stream-item__count:before {
    content: "";
}

.stream-item__count::before {
    margin-right: 6px;
}

.stream-item__body {
    padding: 10px;
}

.stream-item__title {
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.31;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
}

.stream-item__nicname {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36;
    padding-bottom: 10px;
    text-transform: uppercase;
    opacity: 0.8;
}

.stream-item__nicname i {
    margin-right: 9px;
    color: #c3204d;
}

.stream-item__time {
    color: #767676;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.36;
}

.stream-item__time i {
    margin-right: 5px;
}

.uk-breadcrumb > * > * {
    font-weight: normal;
}

body.dark-theme .nice-select {
    background: transparent;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #303030;
    padding: 0 20px;
    border-radius: 5px;
}

body.dark-theme .nice-select .current {
    color: #fff;
}

body.dark-theme .nice-select .list {
    background: #181b1e;
}

body.dark-theme .nice-select .option.selected.focus,
body.dark-theme .nice-select .option:hover {
    background: #3f3f3f;
}

body.dark-theme .uk-button-secondary {
    background: #3f3f3f;
}

body.dark-theme .uk-button-primary {
    background: #181b1e;
    color: #fff;
}

body.dark-theme .uk-text-lead {
    color: #fff;
}

body.dark-theme .ico_more {
    color: #fff;
}

body.dark-theme .ico_more:hover {
    color: #c3204d;
}

body.dark-theme .uk-subnav-pill > .uk-active > a {
    background: transparent;
    color: #c3204d;
    font-weight: 700;
}

body.dark-theme .uk-subnav-pill > .uk-active > img {
    filter: invert(68%) sepia(8%) saturate(6429%) hue-rotate(297deg) brightness(100%) contrast(90%);
}


body.dark-theme .uk-subnav-pill > * > :first-child {
    background: #0e0e0e;
    color: #fff;
}

body.dark-theme .uk-modal-dialog {
    background: #161616;
    border-radius: 10px;
    box-shadow: 0px 10px 42px -21px rgba(195,32,77,0.66);
    -webkit-box-shadow: 0px 10px 42px -21px rgba(195,32,77,0.66);
    -moz-box-shadow: 0px 10px 42px -21px rgba(195,32,77,0.66);
}

body.dark-theme .uk-textarea {
    background: transparent;
    color: #ffffff;
}

body.dark-theme .uk-form-custom .uk-button-default {
    background: #c3204d;
    color: #fff;
}

body.dark-theme .uk-button-danger {
    background: #323446;
}

body.dark-theme .uk-modal-close-default {
    background: transparent;
    border: 1px solid #c3204d;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

body.dark-theme .uk-modal-close-default:hover {
    background: #c3204d;
    color: #fff;
}

body.dark-theme .swiper-button-prev::before,
body.dark-theme .swiper-button-next::before {
    color: #0e0e0e;
}

body.dark-theme .swiper-button-prev::after,
body.dark-theme .swiper-button-next::after {
    background: #fff;
}

body.dark-theme .form-login {
    -webkit-box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
    background: #0e0e0e;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
    color: #ACACAC;
}

body.dark-theme .form-login .uk-heading-line > :after,
body.dark-theme .form-login .uk-heading-line > :before {
    border-bottom: 1px solid #303030;
}

body.dark-theme .form-login .uk-hr,
body.dark-theme .form-login hr {
    border-top: 1px solid #303030;
}

body.dark-theme .form-login .uk-input {
    border: 1px solid #1A2634;
    background: #1A2634;
}

body.dark-theme .page-wrapper {
    background: #0e0e0e;
}

body.dark-theme .page-header__inner {
    background: #0e0e0e;
}

body.dark-theme .page-header__sidebar {
    border-right: 1px solid #030410;
}

body.dark-theme .page-header__menu-btn .menu-btn {
    color: #fff;
}

body.dark-theme .search__input {
    background: transparent;
}

body.dark-theme .search__btn button {
    color: #fff;
}

body.dark-theme .action-btn {
    color: #fff;
}

body.dark-theme .sidebar {
    border-right: 1px solid #030410;
    background: #0e0e0e;
}

body.dark-theme .sidebar-box .uk-nav li a {
    color: #fff;
}

body.dark-theme .sidebar-box .uk-nav li a [class*='ico_'] {
    color: #DADADA;
}

body.dark-theme .sidebar-box .uk-nav li.uk-active a {
    color: #c3204d;
    /*background: rgb(195 32 77 / 10%);*/
    font-weight: 600;
    font-size: 17px;
    letter-spacing: .1em;
    text-transform: uppercase;
    /*-webkit-clip-path: polygon(0 0, 95% 0, 100% 25%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 25%, 100% 100%, 0 100%);
    -webkit-transition: background-color .2s ease-in-out;*/
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
body.dark-theme .sidebar-box .uk-nav li.uk-active img {
    filter: invert(68%) sepia(8%) saturate(6429%) hue-rotate(297deg) brightness(100%) contrast(90%);
}

body.dark-theme .sidebar-box .uk-nav li.uk-active a [class*='ico_'] {
    color: #c3204d;
}

body.dark-theme .recommend-slide {
    -webkit-box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
    background: #0e0e0e;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
}

body.dark-theme .game-card__box {
    -webkit-box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
    background: #0e0e0e;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
}

body.dark-theme .game-card__title,
body.dark-theme .game-card__genre,
body.dark-theme .game-card__rating,
body.dark-theme .game-card__price,
body.dark-theme .game-card__platform {
    color: #fff;
}

body.dark-theme .widjet__body {
    -webkit-box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
    background: #0e0e0e;
    box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.03);
}

body.dark-theme .widjet .widjet-game__title {
    color: #fff;
}

body.dark-theme .widjet .widjet-game__record,
body.dark-theme .widjet .widjet-game__last-played {
    color: #A1A1A1;
}

body.dark-theme .widjet .widjet-game-info {
    background: #1A2634;
}

body.dark-theme .widjet .widjet-game-info__title {
    color: #fff;
}

body.dark-theme .widjet .widjet-game-info__progress .progress-box {
    background: #0e0e0e;
}

body.dark-theme .widjet .widjet-game-info__acheivement ul li:last-child {
    background: #0e0e0e;
    color: #fff;
}

body.dark-theme .user-info__title {
    color: #fff;
}

body.dark-theme .user-info__text {
    color: #A1A1A1;
}

body.dark-theme .my-game-item {
    background: #0e0e0e;
}

body.dark-theme .my-game-item__title,
body.dark-theme .my-game-item__more a {
    color: #fff;
}

body.dark-theme .chat-user-list,
body.dark-theme .chat-messages-box {
    background: #0e0e0e;
}

body.dark-theme .user-item {
    background: #0e0e0e;
}

body.dark-theme .user-item__name {
    color: #fff;
}

body.dark-theme .user-item__text {
    color: #A1A1A1;
}

body.dark-theme .messages-item.--your-message .messages-item__text {
    background: #1A2634;
    color: #fff;
}

body.dark-theme .chat-messages-form .chat-messages-form-controls {
    background: #1A2634;
}

body.dark-theme .chat-messages-form .chat-messages-form-controls .chat-messages-input {
    color: #fff;
}

body.dark-theme .chat-messages-form .chat-messages-form-btn button,
body.dark-theme .chat-messages-form .chat-messages-form-btns button {
    color: #fff;
}

body.dark-theme .friend-requests-item__name {
    color: #fff;
}

body.dark-theme .friend-requests-item__action button.reject {
    background: #1A2634;
    color: #fff;
}

body.dark-theme .activities-item {
    background: #1A2634;
}

body.dark-theme .activities-item__title {
    color: #fff;
}

body.dark-theme .activities-item__date {
    color: #A1A1A1;
}

body.dark-theme .gallery,
body.dark-theme .game-profile-card,
body.dark-theme .game-profile-price {
    background: #0e0e0e;
    color: #A1A1A1;
}

body.dark-theme .gallery__list,
body.dark-theme .game-profile-card__list,
body.dark-theme .game-profile-price__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body.dark-theme .gallery__list li > *:first-child,
body.dark-theme .game-profile-card__list li > *:first-child,
body.dark-theme .game-profile-price__list li > *:first-child {
    color: #A1A1A1;
}

body.dark-theme .gallery__type,
body.dark-theme .game-profile-card__type,
body.dark-theme .game-profile-price__type {
    color: #A1A1A1;
}

body.dark-theme .gallery__type li span,
body.dark-theme .game-profile-card__type li span,
body.dark-theme .game-profile-price__type li span {
    background: #1A2634;
    color: #ACACAC;
}

body.dark-theme .gallery__value,
body.dark-theme .game-profile-card__value,
body.dark-theme .game-profile-price__value {
    color: #fff;
}

body.dark-theme .stream-item {
    background: #0e0e0e;
}

body.dark-theme .stream-item__title {
    color: #fff;
}

body.dark-theme .stream-item__nicname,
body.dark-theme .stream-item__time {
    color: #ACACAC;
}

body.dark-theme #modal-help h4 {
    color: #fff;
}

body.dark-theme #modal-help ul li {
    color: #fff;
}

@media only screen and (max-width: 1499px) {
    .user-item__desc {
        max-width: 130px;
    }

    .html recommend-slide__info {
        max-width: 304px;
    }
}

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



    html .game-profile-card__list li > *:first-child {
        margin-right: 0;
        padding-bottom: 10px;
    }

    html .game-profile-card__list li {
        display: inline-block;
        display: inline-block;
        display: inline-block;
        align-items: center;
        width: 100%;
    }

    html .game-profile-price .uk-button {
        font-size: 13px;
        line-height: 1.6;
    }

    html .game-profile-card__type {
        display: inline-block;
        width: 100%;
    }

    html .game-profile-card__type li {
        margin: 1%;
        display: inline-block;
        width: 46%;
    }

    .logo-big span {
        font-size: 66px;
    }

    .page-first-screen h1 {
        padding-left: 74px;
    }

    .page-header__search .search {
        max-width: 300px;
    }

    .widjet-game-info {
        padding: 15px;
    }

    .user-item__desc {
        max-width: 100%;
    }
}

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


    .sidebar-hider {
        display: none;
    }

    .uk-page-heading {
        max-height: 225px !important;
        padding: 3%;
    }

    html .uk-page-heading .uk-page-heading-h {
        font-size: 32px;
        line-height: 39px;
    }

    html .uk-heading-text {
        font-size: 16px;
    }

    .logo-big span {
        font-size: 56px;
    }

    .page-first-screen h1 {
        padding-left: 30px;
    }

    .page-header__menu-btn {
        display: block;
    }

    .page-header__logo_text {
        display: none;
    }

    .sidebar.is-show + .page-main {
        left: 0px;
        width: 100%;
        padding: 30px;
        overflow: hidden;
    }

    .sidebar.is-show + .page-main::before {
        opacity: 1;
    }

    .sidebar + .page-main {
        padding: 30px 30px 45px;
    }

    .page-first-screen {
        padding: 50px 15px 50px 30px;
    }

    .form-login {
        padding: 30px 20px;
    }
}

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





    html .b-post-full .entry-title a {
        font-size: 19px;
    }

    html .b-post-single .entry-content {
        padding: 25px;
    }

    .uk-page-heading {
        max-height: 165px !important;
        padding: 3%;
    }

    .uk-page-heading.uk-flex-center {
        justify-content: end;
        padding-bottom: 5%;
    }

    html .uk-page-heading .uk-page-heading-h {
        font-size: 20px;
        line-height: 15px;
    }

    html .uk-heading-text {
        font-size: 13px;
    }

    html .b-post-full.b-post-cover .entry-meta {
        padding-top: 20px;
        padding-left: 15px;
        padding-bottom: 13px;
    }

    .logo-big span {
        font-size: 46px;
    }

    .page-first-screen h1 {
        padding-left: 10px;
    }

    .page-wrapper .page-main {
        padding: 20px 15px 0px;
    }

    .page-header__sidebar {
        width: auto;
        padding: 0 20px 0 15px;
        border-right: 0;
    }

    .page-header__menu-btn {
        margin-right: 10px;
    }

    .page-header__content {
        padding: 0 12px 0 10px;
    }

    .search__btn {
        display: block;
    }

    .my-balance{
        display: none;
    }

    .page-header__action {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .page-header__search {
        margin-right: 20px;
    }

    .sidebar {
        padding: 0px 20px 20px 0;
    }

    .sidebar.is-show + .page-main {
        padding: 20px 15px 30px;
    }

    .page-first-screen {
        text-align: center;
    }

    .form-login {
        margin: auto;
    }

    .widjet__body {
        padding: 15px;
    }

    .widjet.--profile .widjet__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start;
    }

    .widjet.--profile .widjet__body .uk-button {
        margin-top: 20px;
    }

    .widjet-game-info {
        padding: 15px 10px;
    }

    .widjet-game-info__progress .progress-box {
        width: 150px;
    }

    .widjet.--badges .widjet__body {
        padding: 15px 15px 5px;
    }

    .widjet.--games .widjet__body {
        padding: 15px 15px 5px;
    }

    .my-game-item__title {
        margin: 0 2px;
    }

    .chat-user-list {
        padding: 10px;
    }

    .chat-user-list__head {
        margin-bottom: 15px;
    }

    .chat-user-list__search {
        margin-bottom: 15px;
    }

    .chat-user-list__body {
        margin: 0 0 0 -10px;
    }

    .user-item {
        padding: 5px 10px;
    }

    .chat-messages-head {
        padding-right: 12px;
    }

    .chat-messages-head a + a {
        margin-left: 12px;
    }

    .chat-messages-body {
        padding: 12px;
    }

    .chat-messages-footer {
        padding: 12px;
    }

    .chat-messages-form .chat-messages-form-controls {
        padding: 0 12px;
    }

    .page-first-screen h1 {
        font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
    }

    .user-info__title {
        font-size: calc(20px + 10.2 * ((100vw - 320px) / 1920));
    }

    .widjet-game__info {
        font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
    }

    .widjet-game__info b {
        font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
    }

    .widjet-game__title {
        font-size: calc(17px + 3.4 * ((100vw - 320px) / 1920));
    }

    .user-item__name {
        font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
    }

    .user-item__text {
        font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
    }

    .messages-item.--your-message .messages-item__text {
        font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
    }

    .messages-item.--friend-message .messages-item__text {
        font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
    }

    .payment-card__number {
        font-size: calc(20px + 3.4 * ((100vw - 320px) / 1920));
    }

    .payment-card__value {
        font-size: calc(18px + 3.4 * ((100vw - 320px) / 1920));
    }

    .activities-item__title {
        font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
    }

    .activities-item__date {
        font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
    }

    .activities-item__price {
        font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
    }
}

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


    .uk-comment-list .uk-flex-top {
        flex-direction: column;
    }

    .uk-comment-list .uk-grid > .uk-grid-margin {
        margin-top: 5px;
    }

    .uk-comment-list .uk-comment ~ ul .uk-comment-header {
        padding-left: 0;
    }

    .page-header__content .uk-dropdown.uk-open {
        right: 10px;
        left: auto;
    }

    html .page-header__action .uk-subnav {
        position: relative;
        left: 0;
        margin-top: 29px;
        margin-right: 0;
    }

    html .page-header__search .search {
        max-width: inherit;
        margin-right: 0px;
    }

    .page-header__action .uk-subnav {
        margin-left: 0;
    }

    .logo-big span {
        font-size: 46px;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        padding-top: 10px;
    }

    .page-first-screen h1 {
        padding-left: 10px;
    }

    * + .uk-grid-margin,
    .uk-grid + .uk-grid,
    .uk-grid > .uk-grid-margin {
        margin-top: 60px;
    }

    .recommend-slide__img {
        display: none;
    }

    .widjet-game {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        flex-direction: column;
        align-items: stretch;
    }

    .widjet-game__media {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .widjet.--upload .widjet__body > .uk-button {
        margin-top: 10px;
        margin-left: 0;
    }

    .widjet.--upload .widjet__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        flex-direction: column;
        align-items: stretch;
    }

    .widjet.--wallet .widjet__body {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
    }

    .wallet-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .payment-card {
        height: 150px;
        padding: 20px;
    }

    .payment-card__number {
        margin: 15px 0;
    }

    .activities-item {
        padding: 12px;
    }

    .activities-item__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
    }

    .gallery-small {
        display: none;
    }
}

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


    .page-header .action-btn,
    .page-header .profile {
        display: none;
    }

    html .page-header__search {
        margin-right: 0;
        margin-left: 0px;
    }

    .swipper-nav {
        display: none;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .recommend-slide__box {
        padding: 15px 15px 30px;
    }

    .game-card__more {
        position: absolute;
        right: 20px;
        bottom: 20px;
        margin: 0;
    }

    .game-card.--horizontal .game-card__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .game-card.--horizontal .game-card__media {
        width: 100%;
        max-width: 100%;
        min-height: 200px;
    }

    .game-card.--horizontal .game-card__info {
        width: 100%;
        padding: 10px 0;
    }

    .game-card.--small .game-card__media {
        width: 100%;
        max-width: 100%;
        min-height: 90px;
        max-height: none;
    }

    .favourites-game .game-card__media {
        min-height: auto !important;
        max-height: none !important;
    }
}

@media only screen and (max-width: 414px) {
    .user-item__desc {
        max-width: 160px;
    }

    .user-item__box {
        max-width: 160px;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 767px) {
    .page-first-screen h1 {
        font-size: calc(18px + 6 * (100vw / 1920));
    }

    .user-info__title {
        font-size: calc(20px + 6 * (100vw / 1920));
    }

    .widjet-game__info {
        font-size: calc(12px + 2 * (100vw / 1920));
    }

    .widjet-game__info b {
        font-size: calc(12px + 2 * (100vw / 1920));
    }

    .widjet-game__title {
        font-size: calc(17px + 2 * (100vw / 1920));
    }

    .user-item__name {
        font-size: calc(14px + 2 * (100vw / 1920));
    }

    .user-item__text {
        font-size: calc(12px + 2 * (100vw / 1920));
    }

    .messages-item.--your-message .messages-item__text {
        font-size: calc(10px + 4 * (100vw / 1920));
    }

    .messages-item.--friend-message .messages-item__text {
        font-size: calc(12px + 4 * (100vw / 1920));
    }

    .payment-card__number {
        font-size: calc(20px + 2 * (100vw / 1920));
    }

    .payment-card__value {
        font-size: calc(18px + 2 * (100vw / 1920));
    }

    .activities-item__title {
        font-size: calc(12px + 4 * (100vw / 1920));
    }

    .activities-item__date {
        font-size: calc(12px + 2 * (100vw / 1920));
    }

    .activities-item__price {
        font-size: calc(12px + 2 * (100vw / 1920));
    }
}

.sidebar-box .uk-nav li a [class*='ico_'],
.sidebar-box .uk-nav li a [class*='icon-'] {
    font-size: 20px;
    margin-right: 6px;
    padding-right: 8px;
    height: 18px;
    width: auto;
}

.sidebar-box .uk-nav li a [class*='icon-'] {
    font-size: 18px;
}

.sidebar-box .uk-nav li a {
    font-family: 'Rajdhani', serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
}

.sidebar-box .uk-nav li.uk-nav-header {
    font-weight: 600;
}

.page-header__logo_text {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.uk-text-lead {
    padding-left: 20px;
    font-family: 'Rajdhani', serif;
    font-size: 30px;
    color: #1f1f1f;
    margin-bottom: 17px;
    text-transform: uppercase;
    border-left: 3px solid #c3204d;
}

.game-card__title,
.my-game-item__title {
    color: #1f1f1f;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.my-game-item__title {
    font-weight: 500;
    padding-top: 14px;
    font-size: 17px;
}

.uk-nav-header {
    color: #1f1f1f !important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600 !important;
    font-weight: normal;
}

.logo-big img {
    position: relative;
    top: 21px;
}

.animation-navspinv,
.page-header__logo img {
    animation: navspinv 2.4s infinite linear;
}

@keyframes navspinv {
    0% {
        transform: translate3d(0, -5%, 0);
    }

    50% {
        transform: translate3d(0, 5%, 0);
    }

    100% {
        transform: translate3d(0, -5%, 0);
    }
}

.preloader-1 {
    width: 66px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px -30px 0 0;
}

.preloader-1 .line {
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 1px;
    display: inline-block;
    animation: opacity-1 1000ms infinite ease-in-out;
}

.preloader-2 .line {
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 1px;
    display: inline-block;
    animation: opacity-2 1000ms infinite ease-in-out;
}

.preloader-1 .line-1,
.preloader-2 .line-1 {
    animation-delay: 800ms;
}

.preloader-1 .line-2,
.preloader-2 .line-2 {
    animation-delay: 600ms;
}

.preloader-1 .line-3,
.preloader-2 .line-3 {
    animation-delay: 400ms;
}

.preloader-1 .line-4,
.preloader-2 .line-4 {
    animation-delay: 200ms;
}

.preloader-1 .line-6,
.preloader-2 .line-6 {
    animation-delay: 200ms;
}

.preloader-1 .line-7,
.preloader-2 .line-7 {
    animation-delay: 400ms;
}

.preloader-1 .line-8,
.preloader-2 .line-8 {
    animation-delay: 600ms;
}

.preloader-1 .line-9,
.preloader-2 .line-9 {
    animation-delay: 800ms;
}

.loader-text {
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
}

@keyframes opacity-1 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity-2 {
    0% {
        opacity: 1;
        height: 15px;
    }

    50% {
        opacity: 0;
        height: 12px;
    }

    100% {
        opacity: 1;
        height: 15px;
    }
}

.youzify-gp-data .game-card__users {
    display: block;
    position: relative;
    max-width: 123px;
    margin: 0 auto 0 auto;
    text-align: center;
    position: relative;
    left: -12px;
}

.youzify-gp-data .game-card__users ul {
    padding-left: 0;
}

.youzify-gp-data .game-card__users li {
}

html #youzify-groups-list .action .group-button .leave-group {
    padding: 16px;
    color: #fff;
    border: 0;
    background: #c3204d;
    border-radius: 5px;
}

.users-list li {
    max-width: 29px;
    width: auto !important;
}

html #youzify-groups-list .users-list li {
    max-width: 25px;
}

.youzify-gp-data .users-list li {
    max-width: 28px !important;
}

.users-list li {
    max-width: 25px;
}

.users-list li img {
    width: 100%;
    height: auto;
    border-radius: 100px;
    border: 2px solid #fff;
}

body.dark-theme .uk-nav-header {
    color: #c3204d !important;
}

body.dark-theme .users-list li img {
    border-color: #222;
}

html body.dark-theme .swiper-button-prev::before,
body.dark-theme .swiper-button-next::before {
    color: #c3204d;
}

html body.dark-theme .user-item__name a {
    color: #fff;
}

html body.dark-theme .user-item.--active .user-item__text {
    color: #fff;
    opacity: 0.6;
}

html body.dark-theme .chat-messages-head,
html body.dark-theme .chat-messages-footer {
    border-color: rgba(255 255 255 / 0.3);
}

body.dark-theme .swiper-pagination-bullet {
    background: #fff;
}

body.dark-theme .swiper-pagination-bullet-active {
    background: #c3204d;
}

.body.dark-theme sidebar-box .uk-nav li a:hover,
body.dark-theme .sidebar-box .uk-nav li a:focus,
body.dark-theme .sidebar-box .uk-nav li a:active,
body.dark-theme .sidebar-box .uk-nav li a.nice-select.open {
    background: black;
}

html body.dark-theme .game-card__genre {
    opacity: 0.7;
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 10px;
}

html body.dark-theme .creat-list-btn {
    background: rgba(244, 97, 25, 0.25);
}

html body.dark-theme .nice-select:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

html body.dark-theme .search__input input {
    color: #fff;
}

html body.dark-theme .search__input [class*='ico_'] {
    color: #fff;
}

html body.dark-theme .price-range label {
    color: #fff;
}

html body.dark-theme .widjet-game__title a {
    color: #fff;
}

html body.dark-theme .widjet-game__game-name,
html body.dark-theme .widjet-game__starting,
html body.dark-theme .widjet-game__quantity {
    color: #fff;
    opacity: 0.7;
}

html body.dark-theme .uk-modal-title {
    color: #fff;
}

#youzify-groups-list .item-avatar .youzify-gp-avatar {
    border-radius: 100px;
    overflow: hidden;
}

html body.dark-theme #youzify-groups-list li .youzify-gp-data {
    background-color: #0e0e0e;
}

html body.dark-theme #youzify-groups-list .item .item-title a {
    color: #fff;
}

html body.dark-theme #youzify-groups-list .action {
    border-color: rgba(255 255 255 / 0.3);
}

html body.dark-theme .uk-button-danger {
    background: #c3204d;
}

html body.dark-theme .game-profile-card__intro {
    color: #A1A1A1;
}

html body.dark-theme .chat-user-list__head a.ico_edit {
    color: #fff;
}

.widjet-game__game-name {
    font-weight: 500;
}

.uk-button-buy {
    color: #fff;
    background: #c3204d;
}

.uk-button-favorite {
    background: rgba(244, 97, 25, 0.05);
    color: #c3204d;
}

.uk-button-buy:hover {
    background: #0087FF;
    color: #fff;
}

.uk-button-favorite:hover {
    background: #0087FF;
    color: #fff;
}

.game-card__discussion {
    margin-top: -5px;
}

.more_post {
    padding-left: 10px;
}

.my-game-item__more a,
.item__more a,
.game-card__more.game-card__more a,
.user-item__more,
.more_post {
    position: relative;
}

.my-game-item__more a:hover:before,
.item__more a:hover:before,
.game-card__more.game-card__more a:hover:before,
.user-item__more:hover:before,
.more_post:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.my-game-item__more a:before,
.game-card__more a:before,
.item__more a:before {
    content: "";
    height: 40px;
    width: 40px;
    background-color: #c3204d;
    border-radius: 50%;
    position: absolute;
    top: -17px;
    left: -10px;
    z-index: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.more_post:before {
    content: "";
    height: 27px;
    width: 27px;
    background-color: #c3204d;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 5px;
    z-index: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.user-item__more:before,
.item__more:before {
    content: "";
    height: 40px;
    width: 40px;
    background-color: #c3204d;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: -9px;
    z-index: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-game-item__more a:hover .ico_more,
.game-card__more a:hover .ico_more,
.user-item__more:hover .ico_more,
.item__more a:hover .ico_more {
    color: #fff !important;
}

.more_post .ico_more:before {
    position: relative;
    z-index: 7;
}

.more_post:hover .ico_more:before {
    position: relative;
    z-index: 7;
    color: #fff;
}

.more_post .ico_more {
    font-size: 5px;
}

.item__more a:before {
    top: -8px;
}

.action-btn .animation-ripple-delay1 {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #c3204d;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.action-btn .animation-ripple-delay2 {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #c3204d;
    -webkit-animation: ripple2 1.5s linear infinite;
    animation: ripple2 1.5s linear infinite;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.section-sidebar {
    margin-bottom: 45px;
}

.widget-title {
    position: relative;
    margin-bottom: 0;
    padding: 12px 20px 9px 30px;
    font-size: 17px;
    line-height: 40px;
    color: #222;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid #F2F2F2;
}

.widget-title .ic {
    float: left;
    font-size: 19px;
    font-weight: normal;
    opacity: 1;
    color: #c3204d;
    margin-right: 14px;
    margin-top: 11px;
}

.widget-inner {
    padding: 35px 26px;
}

.widget-search {
    margin-bottom: 35px;
}

.widget-search .form-sidebar {
    position: relative;
}

.widget-search .form-sidebar__input {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    padding: 8px 50px 7px 20px;
    text-transform: none;
    background: #F5F5F5;
    border: 1px solid #E4E7EB;
    border-radius: 3px;
}

.widget-search .form-sidebar__input::-webkit-input-placeholder {
    color: #222;
}

.widget-search .form-sidebar__input::-moz-placeholder {
    color: #222;
}

.widget-search .form-sidebar__input:-ms-input-placeholder {
    color: #222;
}

.widget-search .form-sidebar__btn {
    position: absolute;
    top: 0;
    right: 5px;
    width: 40px;
    height: 100%;
    line-height: 1;
    color: #222;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}

.widget-search .form-sidebar__btn:focus {
    outline: none;
}

.widget-search .form-sidebar__btn .ic {
    font-size: 16px;
}

.widget-list {
    max-width: inherit;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5px;
}

.widget-list__item {
    padding-left: 26px;
    list-style: none;
    margin-left: 0;
    position: relative;
}

.widget .post-widget__title a {
    color: #222;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
}

.widget .post-widget__title {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    padding-top: 0;
}

.widget-list__item:before {
    color: #c3204d;
}

.widget-list__link {
    display: block;
    color: #222;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

.widget-list .widget-list__item {
    margin-bottom: 15px;
}

.widget-list .widget-list__item:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e606";
    display: inline-block;
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.widget-list .widget-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-widget {
    padding-bottom: 30px;
    overflow: hidden;
}

.post-widget:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.post-widget__media {
    float: left;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50px;
}

.post-widget__inner {
    padding-left: 55px;
    height: 35px;
}

.post-widget__title {
    display: block;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 20px;
}

.post-widget__title a {
    color: #c3204d;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.post-widget__date {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.7;
    font-family: 'Poppins';
}

.list-tags {
    margin-right: -4px;
    margin-bottom: -8px;
    margin-left: 0;
    padding-left: 0;
}

.list-tags:before,
.list-tags:after {
    display: table;
    content: "";
}

.list-tags:after {
    clear: both;
}

.lt-ie8 .list-tags {
    zoom: 1;
}

.list-tags__item {
    float: left;
    margin-right: 4px;
    margin-bottom: 8px;
    margin-left: 4px;
    list-style: none;
}

.list-tags__link {
    display: block;
    padding: 6px 11px;
    font-size: 9px;
    color: #222;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 400;
}

.list-tags__link:hover {
    color: #fff;
    background-color: #c3204d;
    text-decoration: none;
    border-color: #c3204d;
}

.widget {
    background: #fff;
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.ico_notification + span {
    right: 3px;
}

.uk-page-heading .uk-page-heading-h {
    font-family: Rajdhani;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    z-index: 7;
}

.uk-heading-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 7;
    color: #fff;
    opacity: 0.85;
}

.uk-page-heading {
    margin-bottom: 25px;
    border: 10px solid #fff;
    border-radius: 5px;
    position: relative;
    background-size: cover;
}

.uk-page-heading.uk-page-heading-style-a {
    min-height: 320px;
    padding-top: 0px;
}

.uk-page-heading-style-a .uk-page-heading-h {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    position: relative;
    z-index: 8;
}

.uk-page-heading-style-a .uk-heading-text {
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    z-index: 9;
}

.fl-subnav {
    background: transparent;
}

.fl-subnav li {
    font-weight: 500;
}

.fl-subnav li a {
    font-weight: 600;
    margin: 11px 14px;
    font-size: 18px !important;
    text-transform: none !important;
}

.fl-subnav li a i {
    font-size: 17px;
    margin-right: 7px;
}

.fl-subnav li {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.fl-subnav .uk-subnav {
    margin: 0;
    border-bottom: 0;
    background: transparent;
    padding: 0;
    justify-content: space-around !important;
}

.fl-subnav .uk-subnav-pill > .uk-active > a {
    background: transparent;
    color: #222;
}

.fl-subnav .uk-subnav > * > :first-child:hover {
    background: #fff;
    color: #c3204d;
    background: transparent;
}

.fl-hd-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.fl-hd-cover-02 {
    background-color: rgba(0, 0, 0, 0.25);
}

.decore-lt {
    position: absolute;
    top: -15px;
    left: -15px;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
    transform: rotate(-46deg);
}

.entry-media .decore-lt {
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    left: -10px;
    top: -10px;
}

.decore-lb {
    position: absolute;
    bottom: -15px;
    left: -15px;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.decore-rt {
    position: absolute;
    top: -15px;
    right: -15px;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    -o-transform: rotate(46deg);
    transform: rotate(46deg);
}

.entry-media .decore-rt {
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    right: -10px;
    top: -10px;
}

.decore-rb {
    position: absolute;
    bottom: -15px;
    right: -15px;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.entry-media .decore-rb {
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    bottom: -10px;
    right: -10px;
    z-index: 567;
}

.uk-page-heading-style-a .item-avatar img {
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 5px solid transparent;
}

.fl-hd-avatar {
    position: relative;
    z-index: 9;
}

.uk-page-heading-style-a .uk-page-heading-h {
    position: relative;
    z-index: 8;
    padding-top: 10px;
}

.heading-image {
    background: #DD2138;
    border-radius: 5px;
    padding-top: 85px;
    padding-bottom: 85px;
    padding-left: 80px;
    margin-bottom: 25px;
    border-radius: 5px;
    min-height: 200px;
    position: relative;
    padding-right: 50%;
}

.heading-image::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    border-radius: 5px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(217, 37, 59, 0.042)), color-stop(58.85%, rgba(0, 0, 0, 0.306)));
    background: -o-linear-gradient(right, rgba(217, 37, 59, 0.042) 0%, rgba(0, 0, 0, 0.306) 58.85%);
    background: linear-gradient(270deg, rgba(217, 37, 59, 0.042) 0%, rgba(0, 0, 0, 0.306) 58.85%);
    content: '';
}

.uk-page-heading-style-a .fl-gp-footer {
    z-index: 7;
    background: transparent;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    margin-bottom: -15px;
    border-bottom: 0;
}

.uk-page-heading-style-a .fl-gp-cells strong {
    color: #fff;
}

.uk-page-heading-style-a .fl-gp-cells {
    border-bottom: 0;
    border: 0 !important;
    margin-top: 15px;
}

.uk-page-heading-style-a .fl-gp-cell-left {
    border-color: rgba(255, 255, 255, 0.2);
}

.uk-page-heading-style-a .fl-gp-cell-left {
    padding: 0px 15px 0 15px;
}

.uk-page-heading-style-a .fl-gp-cell-right {
    padding: 0px 15px 0 15px;
}

.uk-page-heading-style-a .fl-gp-action {
    padding: 25px;
    background: transparent;
    text-align: center;
    min-height: auto;
}

.heading-image .widjet__head h3 {
    font-size: 30px;
    color: #fff;
    position: relative;
}

.uk-text__intro {
    color: #fff;
    position: relative;
    font-size: 18px;
    opacity: 0.85;
}





/*01  Blog */
.b-post-group {
    margin-bottom: 23px;
    padding-right: 18px;
}

.b-post-full-wrap {
    padding-right: 18px;
}

.b-post-group-2 {
    margin-top: 28px;
}

.b-post .entry-title {
    color: #333;
}

.b-post .entry-title,
.b-post .entry-title a {
    color: #000;
}

.b-post .entry-meta__item {
    white-space: nowrap;
}

.b-post .entry-meta__link {
    font-size: 14px;
    text-transform: none;
    color: #fff;
    font-weight: 500;
}

.entry-content p {
    padding-bottom: 0;
    padding-top: 10px;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.8;
}

.b-post-full.b-post-cover .entry-title {
    color: #fff;
    position: relative;
    z-index: 8;
    font-size: 19px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 30%;
    line-height: 27px;
}

.b-post-full.b-post-cover .entry-title a {
    color: #fff !important;
    font-size: 23px !important;
}

.b-post-full.b-post-cover .entry-title a:hover {
    text-decoration: underline;
}

.b-post-full.b-post-cover .entry-meta__item {
    margin-right: 15px;
    margin-left: 0;
}

.b-post-full.b-post-cover .entry-meta {
    padding-top: 60px;
    padding-left: 30px;
    padding-bottom: 20px;
    border: 0;
}

.b-post-full {
    padding-bottom: 0px;
}

.b-post-full .entry-title {
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #253241;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

.b-post-full .entry-title a {
    font-size: 24px;
    font-weight: 600;
    color: #253241;
    margin-bottom: 0;
    display: inline-block;
}

.uk-grid-medium .b-post-full .entry-title a {
    font-size: 19px;
    line-height: 29px;
}

.uk-grid-medium .entry-content p {
    font-size: 13px;
    line-height: 1.5;
}

.b-post-full .entry-title:hover a {
    color: #c3204d;
}

.b-post-full .entry-media {
    position: relative;
    border-bottom: 0;
}

.b-post-full .entry-media a {
    display: inline-block;
}

.b-post-full .entry-media__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(37, 50, 65, 0.85);
    text-align: center;
}

.b-post-full .entry-media__link {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-post-full .entry-media__link .ic {
    display: block;
    margin-bottom: 17px;
    font-size: 48px;
}

.b-post-full .entry-media__link:hover {
    text-decoration: none;
}

.b-post-full .entry-media__info {
    font-size: 24px;
    font-weight: 700;
}

.b-post-full .entry-media .ic-play {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    padding-left: 5px;
    font-family: "Simple-Line-Icons" !important;
    font-size: 30px;
    line-height: 80px;
    opacity: .9;
    color: #253241;
    border-radius: 40px;
    background-color: #fff;
    text-align: center;
}

.b-post-full .entry-meta {
    padding-bottom: 12px;
    border-bottom: 1px solid #F2F2F2;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 78;
    width: 100%;
    padding-top: 31px;
}

.b-post-full .entry-meta__item {
    margin-right: 0px;
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    z-index: 9;
    position: relative;
    opacity: 0.9;
}

.entry-meta__item .fl-post-avatar {
    border-radius: 100px;
    max-width: 40px;
    height: auto;
    margin-right: -4px;
    margin-top: -20px;
}

.b-post-full .entry-meta__item .ic {
    margin-right: 7px;
    color: #fff;
    position: relative;
    top: 1px;
}

.b-post-full .entry-meta__link:hover {
    text-decoration: none;
}

.b-post-full .entry-date {
    position: absolute;
    z-index: 10;
    top: -70px;
    left: 35px;
    width: 75px;
    padding: 16px 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.b-post-full .entry-date:after {
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    content: '';
}

.b-post-full .entry-date__number {
    display: block;
    font-size: 30px;
}

.b-post-full .entry-date__month {
    display: block;
    font-size: 12px;
}

.b-post-full .entry-main {
    padding-top: 0;
    background: #fff;
}

.b-post-full .entry-content {
    padding: 20px;
}

.b-post-single .entry-content {
    padding: 35px;
}

.b-post-full .entry-blockquote {
    margin-top: 60px;
    margin-bottom: 70px;
    padding-right: 50px;
    padding-left: 144px;
    color: #222;
    padding-bottom: 30px;
    padding-top: 30px;
}

.b-post-full .entry-blockquote__cite {
    font-weight: normal;
    font-style: normal;
    letter-spacing: .38px;
}

.b-post-full .entry-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    color: #222;
}

.b-post-full .entry-link i {
    color: #F65100;
    margin-left: 4px;
    position: relative;
    top: 2px;
}

.b-post-full .ui-subtitle {
    margin-top: 35px;
    margin-bottom: 15px;
}

.b-post-full .list-tags {
    margin-top: 50px;
}

.b-post-full .entry-carousel .slick-prev,
.b-post-full .entry-carousel .slick-next {
    top: calc(50% - 20px);
    width: 45px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}

.b-post-full .entry-carousel .slick-prev:before,
.b-post-full .entry-carousel .slick-next:before {
    display: inline-block;
    border-top-color: #253241;
    border-left-color: #253241;
}

.b-post-full .entry-carousel .slick-prev {
    left: 35px;
}

.b-post-full .entry-carousel .slick-prev:before {
    margin-right: -5px;
}

.b-post-full .entry-carousel .slick-next {
    right: 35px;
}

.b-post-full .entry-carousel .slick-next:before {
    margin-left: -5px;
}

.b-post-full .entry-meta:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 9) 0, rgba(186, 209, 241, 0)) !important;
    opacity: 0.35;
}

.news-feed {
    padding: 20px 30px;
    border-radius: 5px;
    background: #fff;
}

.item__more {
    position: absolute;
    right: 0;
    top: 28px;
}

.post-header {
    position: relative;
}

.post-body {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.76;
    color: #353535;
    padding-top: 15px;
}

.post-meta-wrap {
    list-style: none;
    margin: 0;
    background: #F5F5F5;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
}

.post-meta-wrap li {
    display: inline-block;
}

.post-meta-wrap li a {
    color: #6F6F6F;
    font-size: 16px;
}

.post-name {
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.post-header {
    padding-bottom: 15px;
}

.youzify-gp-avatar {
    border: 8px solid transparent;
    background-color: rgba(255, 255, 255, .35);
}

.youzify-search-header .youzify-search-landing-image:before {
    content: '';
}

.youzify-search-landing-heading {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 2px;
    font-family: Rajdhani;
}

.youzify-search-landing-heading-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 0;
    color: #E4E7EB;
}

html .youzify-search-landing-image-text {
    top: 79%;
    z-index: 7;
}

.youzify-search-landing-image-container {
    background-image: url(../img/fl-heading01.jpg);
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    background-position: 11px -1px;
}

.youzify-search-landing-image-container:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 9) 0, rgba(186, 209, 241, 0)) !important;
    opacity: 0.7;
}

.youzify-search-input-with-dropdown .youzify-search-input {
    color: #52606D;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    outline: none;
}

.youzify-search-input-with-dropdown .youzify-search-icon {
    color: #3E4C59;
    fill: #3E4C59;
}

.toggle-menu-button {
    border: 0;
}

.toggle-menu-button.is-active .toggle-menu-button-icon span:nth-child(1),
.toggle-menu-button.is-active .toggle-menu-button-icon span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-menu-button.is-active .toggle-menu-button-icon span:nth-child(2),
.toggle-menu-button.is-active .toggle-menu-button-icon span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle-menu-button.is-active .toggle-menu-button-icon span:nth-child(1) {
    left: 2px;
    top: 4px;
}

.toggle-menu-button.is-active .toggle-menu-button-icon span:nth-child(2) {
    left: calc(50% - 2px);
    top: 4px;
}

.toggle-menu-button.is-active .toggle-menu-button-icon span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.toggle-menu-button.is-active .toggle-menu-button-icon span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.toggle-menu-button.is-active .toggle-menu-button-icon span:nth-child(5) {
    left: 2px;
    top: 11px;
}

.toggle-menu-button.is-active .toggle-menu-button-icon span:nth-child(6) {
    left: calc(50% - 2px);
    top: 11px;
}

.toggle-menu-button .toggle-menu-button-icon {
    width: 22px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.toggle-menu-button .toggle-menu-button-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #222;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(1),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(2) {
    top: 0px;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(3),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(4) {
    top: 6px;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(5),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(6) {
    top: 12px;
}

.navbar-with-inside > li:hover .wrap-inside-nav {
    display: block;
}

.fl-gp-box {
    /*padding-bottom: 15px;*/
}

.fl-gp-avatar {
    border-radius: 100px;
    overflow: hidden;
    width: 70px;
    height: 70px;
}

.fl-gp-footer {
    background: #fff;
}

.fl-gp-info {
    position: absolute;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 20px;
    bottom: 0px;
}

.fl-gp-info-wrap {
    position: relative;
    z-index: 7;
}

.fl-left{
    float: left;
    text-align: left;
}

.fl-right{
    float: right;
    text-align: right;
}

.fl-cover-image:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(195,32,64);
    background: linear-gradient(0deg, rgb(195 32 64 / 60%) 0%, rgba(238,174,202,0) 100%);
}



.swiper-slide .fl-gp-avatar {
    display: none;
}

.fl-gp-avatar {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 5px solid transparent;
    background-color: rgba(255, 255, 255, .35);
}

.fl-cover-image {
    border-radius: 10px;
    position: relative;
    border-bottom: 0;
}

.fl-cover-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.fl-cover-forum {
    border-radius: 10px;
    position: relative;
    border-bottom: 0;
}

.fl-cover-forum img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.fl-cover-forum:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(195,32,64);
    background: linear-gradient(0deg, rgb(195 32 64 / 60%) 0%, rgba(238,174,202,0) 100%);
}

.fl-forum-meta {
    color: #fff;
    opacity: 1;
    font-size: 12px;
    font-family: 'Poppins';
}

.fl-forum-meta-post {
    opacity: 1;
    font-size: 14px;
    font-family: 'Poppins';
    float: right;
    color: #c3204d;
}

.fl-forum-meta p {
    color: c3204d;
    opacity: 1;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 300;
}

.fl-forum-meta i {
    padding-right: 7px;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.fl-gp-title a {
    color: #fff;
    display: flex;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.fl-gp-meta {
    color: #fff;
    font-weight: normal;
    opacity: 0.8;
    font-size: 12px;
}

.fl-gp-meta i {
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}

.fl-gp-cells {
    display: flex;
    border-bottom: 1px solid #F2F2F2;
    text-align: center;
}

.fl-gp-cell-left {
    padding: 20px 15px 15px 15px;
    border-right: 1px solid #F2F2F2;
    width: 50%;
    text-align: center;
    font-size: 14px;
}

.fl-gp-cell-right {
    padding: 20px 15px 15px 15px;
    width: 50%;
    text-align: center;
    font-size: 14px;
}

.fl-gp-cells strong {
    display: inline-block;
    width: 100%;
    line-height: 25px;
    font-size: 18px;
    padding-bottom: 2px;
}

.fl-gp-cells span {
    opacity: 0.9;
    line-height: 14px;
    font-size: 12px;
}

.fl-active-info {
    font-size: 14px;
    padding: 25px;
}

.fl-gp-action {
    padding: 25px;
    background: #fff;
    text-align: center;
}

.fl-gp-button a {
    padding: 13px 12px 14px 12px;
    color: #fff;
    border: 0;
    background: #c3204d;
    border-radius: 100px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 17px;
}

.fl-gp-button a:hover {
    background-color: #0087FF;
}

.fl-gp-button .fl-manage-group {
    background: #00B26E;
}

.fl-gp-button .fl-request-membership {
    background: #222;
}

.fl-gp-button .fl-hidden-group {
    background: #ddd !important;
    color: #222 !important;
}

i.gg-icon {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    font-size: 13px;
    --ggs: 0.8;
    top: 6px;
    margin-left: -10px;
}

.fl-gp-action i {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    top: 2px;
    margin-left: -10px;
}

.fl-gp-action i.gg-icon {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    font-size: 16px;
    top: 3px;
    margin-left: -10px;
}

.fl-gp-button i {
    position: relative;
    display: inline-block;
    font-size: 13px;
    top: 1px;
    margin-left: -6px;
    margin-right: 10px;
}

.fl-gp-active {
    font-size: 13px;
    opacity: 0.7;
    padding-bottom: 15px;
    display: block;
    margin-top: -10px;
}

.fl-gp-avatar a {
    display: inline-block;
    position: relative;
}

.fl-cover-single {
    position: relative;
    min-height: 250px;
    background: #fff;
    text-align: center;
    color: #222;
    border: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    align-content: center;
}

.fl-gp-box-single .fl-gp-footer {
    border: 1px solid #F2F2F2;
    border-top: 0;
}

.fl-cover-single .fl-gp-info {
    position: relative;
    color: #222;
    bottom: 0;
    font-size: 14px;
    left: 0;
    margin: 0 auto;
}

.fl-view-profile {
    color: #c3204d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    padding: 25px;
    width: 100%;
}

.fl-gp-box-single:hover .fl-gp-action,
.fl-full-usinfo:hover .fl-gp-action {
    background: #222;
}

.fl-gp-box-single:hover .fl-gp-action .fl-view-profile {
    color: #fff;
}

.fl-gp-box-single .fl-gp-action:hover,
.fl-full-usinfo .fl-gp-action {
    background: #c3204d;
}

.fl-gp-box-single .fl-gp-action .fl-view-profile:hover,
.fl-full-usinfo .fl-gp-action .fl-view-profile:hover {
    color: #fff;
}

.fl-gp-box-single .fl-gp-action {
    min-height: auto;
    padding: 0;
}

.fl-cover-single .fl-gp-title a {
    color: #222;
}

.fl-cover-single .fl-gp-meta {
    color: #222;
    font-weight: normal;
    padding-bottom: 4px;
    display: inline-block;
    font-size: 12px;
    opacity: 0.7;
}

.fl-cover-single .fl-gp-avatar {
    position: relative;
    right: 0;
    bottom: 0;
    border: 5px solid transparent;
    text-align: center;
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    margin-top: 15px;
}

.fl-cover-single .fl-gp-avatar:hover {
    background-color: rgba(0, 0, 0, .15);
}

.fl-cover-single .fl-gp-avatar img {
    width: 100%;
    height: auto;
}

.fl-gp-footer-info {
    padding: 50px 20px 50px 23%;
}

.fl-gp-footer-info ul,
.fl-gp-footer-info li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fl-gp-footer-info li {
    padding-bottom: 10px;
    color: #222;
    opacity: 0.65;
}

.fl-gp-footer-info li i {
    margin-right: 15px;
    font-size: 18px;
}

.dark-theme .fl-gp-box {
    background-color: transparent;
    color: #fff;
}

.dark-theme .fl-gp-footer,
.dark-theme .fl-gp-action {
    background: #0e0e0e;
}

.dark-theme .fl-gp-cell-left,
.dark-theme .fl-gp-cells {
    border-color: #030410;
}

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


    .fl-gp-footer-info {
        padding-left: 20%;
    }
    .fl-cover-image img {
        height: 270px;
        object-fit: cover;
    }
}

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


    .fl-gp-footer-info {
        padding: 50px 10% 50px 10%;
        text-align: center;
    }

    .youzify-search-landing-heading {
        font-size: 32px;
    }

    .youzify-search-landing-heading-text {
        font-size: 17px;
        margin-top: -14px;
    }

    .youzify-search-input-with-dropdown .youzify-search-input {
        margin-left: 65px;
    }

    .b-post-full.b-post-cover .entry-title {
        font-size: 18px;
        line-height: 24px;
        padding-right: 30px;
    }

    .uk-grid-medium .b-post-full .entry-title a {
        font-size: 16px;
        line-height: 24px;
    }
}

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

    .post-widget__media {
        float: none;
        margin-bottom: 10px;
    }

    .post-widget__inner {
        padding-left: 0;
    }
}

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

    .page-header__menu-btn {
        display: block;
    }

    .youzify-search-landing-heading {
        font-size: 22px !important;
    }

    .youzify-search-landing-heading-text {
        font-size: 12px !important;
    }
}

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

    html .sidebar.is-hide + .page-main {
        left: 85px;
        width: calc(100% - 85px);
        padding: 10px 0px;
    }
}

/*ACCORDION*/
.accordion{
    margin-bottom: 40px !important;
}
.accordion .accordion-item {
  border-bottom: 1px solid #3d3d3d;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #c3204d;
}

.accordion .accordion-item:last-child {
  border-bottom: 0;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: rgb(255 255 255 / 70%);;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #c3204d !important;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #c3204d;
  border: 1px solid #c3204d;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-family: 'Rajdhani';
  color: #ffffff;
}
.accordion-title:hover{
    color: #c3204d !important;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 6px;
  width: 8px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    left: 9px;
    width: 2px;
    height: 8px;
    background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #c3204d;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin: 2em 0;
    font-family: 'Poppins';
    color: #8f8f8f;

}

/*ACCORDION*/

.dot {
  height: 7px;
  width: 7px;
  background-color: #c3204d !important;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 1px;
}

.dot-overlays {
  height: 3px;
  width: 3px;
  background-color: #c3204d !important;
  border-radius: 50%;
  padding: 0 !important;
}

.icon-plus{
    float: right;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-right: 15px;
}
.icon-x{
    float: right;
    color: #ffffff;
    transform: scale(.4);
    position: relative;
    bottom: 1px;
    right: 10px;
}
.icon-menu{
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

.view-all{
    margin-left: 10px;
    height: 15px;
    width: auto;
}
.icon-header{
    font-family: 'Rajdhani';
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 17px;
    color: #ffffff;
    margin-right: 10px;
}
.icon-login-header{
    position: absolute;
    right: 20px;
    margin-top: 2px;
}

.color-white{
    color: #ffffff !important;
    opacity: 1 !important;
}
.color-red{
    color: #c3204d !important;
    opacity: 1 !important;
}
.color-pink{
    color: #d85176 !important;
    opacity: 1 !important;
}
.color-grey{
    color: #6C6C6C !important;
    opacity: 1 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-700{
    font-weight: 700 !important;
}

.op-7{
    opacity: .7 !important;
}
.uk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    padding: 10px 20px;
    background: rgb(195 32 77 / 75%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    box-shadow: 0 5px 12pxrgba(0,0,0,.15);
    min-width: 150px;
}
.uk-dropdown-nav>li>a {
    color: #fff !important;
    font-family: 'Rajdhani';
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
}
.uk-dropdown-nav>li>a:hover {
    color: #3f0303;
}

.content-leaderboard{
    padding-bottom: 20px;
}

.content-leaderboard-user{
    padding: 0 10px;
}

.content-leaderboard-nominal{
    text-align: right;
    margin-right: 0;
}
.content-leaderboard-nominal h3{
    color: #ffffff !important;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600 !important;
}
.uk-grid{
    padding-bottom: 30px;
}

.content-payment {
    padding-bottom: 20px;
    padding-top: 10px;
}
.payment-bg{
    background: transparent;
    border-radius: 5px;
    padding: 5px 10px;
}
.payment img{
    height: 30px;
    width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
}
.payment img:hover{
    filter: grayscale(0%);
}

.uk-modal {
    background: rgb(0 0 0 / 90%);
}

.bg-grey{
    background: #353535 !important;
}
.w-100{
    width: 100%;
}
.footer-modal{
    border-top: 1px solid rgb(195 32 77 / 30%);
    margin-top: 30px;
    margin-left: -5%;
    width: 110%;
}
.btn-cancel{
    background: transparent !important;
    border: none;
    color: #737272;
    font-weight: 600;
    font-size: 15px;
}
.btn-cancel: hover{
    color: #ffffff;
}
.btn-submit{
    background: #c3204d !important;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

.fullscreen-video{
    object-fit: cover;
    width: inherit;
    border-radius: 10px;
    height: 300px;
    margin: 10px 0;
}

.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
    margin-top: 80px;
}

.content-overlays{
    margin-top: 40px !important;
}

.form-overlays{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
}
#mobileshow{
        display: none;
    }


/*TOGGLE SWITCH*/

.vc-toggle-container * {
    font-family: ;
      -webkit-transition: 1s ease-out;
    ;
      -moz-transition: 1s ease-out;
    ;
      -o-transition: 1s ease-out;
    ;
      transition: 1s ease-out;
    ;
  }

  .vc-switch {
    width: 100%;
    height: 50px;
  }

  .vc-toggle-container label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    cursor: pointer;
  }

  .vc-switch-input {
    position: absolute;
    transform: translate3d(5px, 5px, 0);
  }

  .vc-switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 18px;
    font-weight: 600;
    background: #303030;
    font-family: Rajdhani, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #3d3d3d;
  }

  .vc-switch-label:before,
    .vc-switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1.1;
  }

  .vc-switch-label:before {
    content: attr(data-off);
    color: white;
  }

  .vc-switch-label:after {
    content: attr(data-on);
    color: white;
    opacity: 0;
  }

  .vc-switch-label:before {
    right: 30px;
  }

  .vc-switch-label:after {
    left: 30px;
  }

  .vc-switch-input:checked ~ .vc-switch-label {
    background: #c3204d;
    border: 1px solid #dd3966;
  }

  .vc-switch-input:checked ~ .vc-switch-label:before {
    opacity: 0;
  }

  .vc-switch-input:checked ~ .vc-switch-label:after {
    opacity: 1;
  }

  .vc-handle {
    position: absolute !important;
    top: 10px;
    left: 15px;
    background: white;
    border-radius: 30px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }

  .vc-handle {
    width: 30px;
    height: 30px;
  }

  .vc-handle:before {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute !important;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }

  .vc-switch-label:active ~ .vc-handle, .vc-handle:active {
    width: 30px;
  }

  .vc-switch-input:checked ~ .vc-handle {
    left: unset;
    right: 15px;
  }

  .pick-color {
    height: 25px;
    background-size: auto, 25px 0px !important;
    background-repeat: no-repeat !important;
    padding-left: 40px;
  }

  .video-preview{
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .video-preview:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   }
    .video-preview-sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    }
  .video-content{
    object-fit: cover;
    width: 100%;
    height: 300px;
    border-radius: 5px;
  }
  .title-preview-faq{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
   }
   .preview-embed{
    border: 1px solid #c3204d;
    margin-bottom: 30px;
    background: #c3204d80;
   }
    .btn-preview-copy{
    background: grey !important;
    text-align: center !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    height: 50px !important;
    }
    .btn-preview-copy:hover{
    background: #262626 !important;
    }
    .btn-preview-test{
    background: #c3204d !important;
    text-align: center !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    height: 50px !important;
    }
    .btn-preview-test:hover{
    background: #32010e !important;
    color: #c3204d !important;
    }
    .btn-overlay-save{
    font-family: 'Rajdhani';
    background: transparent !important;
    text-align: center !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    height: 50px !important;
    border: 1px solid #c3204d;
    font-size: 18px;
    }
    .btn-overlay-save:hover{
    background: #c3204d !important;
    color: #ffffff !important;
    }
    

  .btn-alert {
    position: absolute;
    display: flex;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 !important;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 60%;
}

.btn-alert p{
    font-size: 14px;
    color: #FFFFFF !important;
    font-weight: 500;
    font-family: Rajdhani, sans-serif !important;
    margin: 0;
    line-height: 20px;
    padding: 15px;
    background: rgb(195 32 77 / 95%);
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
}

.btn-alert span{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-mediashared{

}
.btn-mediashared-position {
    position: absolute;
    display: flex;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 !important;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 50%;
}
.btn-mediashared-background{
    background: rgb(195 32 77 / 95%);
    padding: 5px;
    border-radius: 7px;
}
.btn-mediashared-video{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.video-content-mediashared {
    object-fit: cover;
    width: 100%;
    height: 120px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.btn-mediashared p{
    font-size: 14px;
    color: #FFFFFF !important;
    font-weight: 500;
    font-family: Rajdhani, sans-serif !important;
    margin: 0;
    line-height: 20px;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-mediashared span{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-copyright{
    margin: 0;
}
.footer-right{
    color: #c3204d !important;
    font-weight: 500 !important;
    letter-spacing: .5px;
    font-size: 14px;
}
.footer-left{
    font-weight: 500 !important;
    letter-spacing: .5px;
    font-size: 14px;
    float: left !important;
    color: #ffffff !important;
    text-align: left;
}
.running-text-position{
    position: absolute;
    display: flex;
    margin: 0 auto !important;
    padding: 0 !important;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    text-align: center;
    align-items: end;
    /* justify-content: end; */
}
.running-text {
    color: #ffffff;
    letter-spacing: .5px;
    font-weight: 300;
    padding: 10px;
    font-size: 16px;
  width: 100%;
  background: rgb(195 32 77 / 80%);
  float: right;
  border-radius: 7px 7px 7px 7px;
  /* padding-left: 20px;
  margin-left: 20px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px; */
}
.running-text span{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.running-text-separator{
    font-weight: 700;
    height: 7px;
      width: 7px;
      background-color: #ffffff !important;
      border-radius: 50%;
      display: inline-block;
      margin: 0 30px;
}
.qr-position{
    border: 1px solid #c3204d;
    border-radius: 10px;
    padding: 15px 25px;
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
.qr-position h2{
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #c3204d;
}
.qr-position p{
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}
.qr-position-bottom-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.qr-position-preview {
    border: 1px solid #c3204d;
    background: rgb(0 0 0 / 50%);
    border-radius: 7px;
    padding: 5px;
    width: 25%;
    height: auto;
    margin: inherit;
    margin-bottom: 0;
}

.qr-position-preview h2{
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 9px;
    color: #c3204d;
    margin-bottom: 5px;
}
.qr-position-preview p{
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 9px;
    color: #ffffff;
    margin-top: 5px;
}
.leaderboard-preview-title {
    text-align: center;
    margin: 0 auto !Important;
}
.leaderboard-position-center {
    margin: auto;
    width: 50%;
    padding: 0px 20px 0px 20px;
}
.leaderboard-position-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.leaderboard-position-head{
    background: #c3204d !important;
    padding: 10px !important;
}
.leaderboard-position-preview {
    border: 1px solid #c3204d;
    background: rgb(0 0 0 / 95%);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}
.leaderboard-position-preview:last-child {
    margin-bottom: 0px;
}
.leaderboard-preview-nominal{
    text-align: right;
    margin: 0;
}
.leaderboard-preview-nominal h3{
    font-size: 13px; 
    line-height: 13px;
    color: #ffffff;
    font-weight: 600;
    display: contents;
}
.leaderboard-preview-user{
    display: block;
    margin-bottom: 0;
}
.leaderboard-preview-user a{
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leaderboard-preview-times{
    font-size: 8px;
    color: #ffffff;
    opacity: 0.9;
    font-family: 'Poppins';
    font-weight: 300;
    text-transform: capitalize;
    display: block;
}
.leaderboard-preview-photo{
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 20px
}
.leaderboard-preview-photo img{
    object-fit: cover;
    border-radius: 20px
}
.leaderboard-preview-user-row{
    align-items: flex-start;
    background: transparent;
    border: 1px solid #c3204d;
    background: rgb(0 0 0 / 50%);
    border-radius: 7px;
    width: 29%;
    height: auto;
    padding: 5px;
}
.content-leaderboard-preview-user {
    padding: 0 5px;
}
.align-center{
    align-items: center;
}
.subathon-bg{
    padding: 0 10px;
}
.subathon-timer{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subathon-timer h3{
    font-size: 25px;
}
.btn-template-position {
    position: absolute;
    top: 0;
    width: 100%;
    border: 1px solid #2b2b2b;
    border-radius: 5px;
}
.btn-template-position img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}
.text-center{
    text-align: center;
}
.fs-12{
    font-size: 12px;
}
.last-activity{
    font-size: 11px;
    font-family: 'Poppins';
    line-height: 20px;
    opacity: .5 !important;
}
.table-forum {
    padding-left: 20px;
    padding-right: 20px;
}
table th {
    border: 0;
    padding: 10px 7px;
    text-align: center;
}
th {
    font-family: Rajdhani, sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 10px;
}
td {
    padding: 10px;
}
.forum-user-name{
    
}
.forum-user{
    display: block;
    align-items: center;
    text-align: center;
}
.forum-user-avatar{
    width: 35px;
    height: 35px;
    border-radius: 35px;
}
.forum-user-name h3{
    color: #c3204d;
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0;
}
.forum-post{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500
}
.forum-user-ts h3 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}
.forum-user-activity {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 11px;
    text-transform: none;
    color: #ffffff;
    opacity: .5;
    padding: 0;
    margin: 5px 0;
}
.forum-post-qty {
    color: #c3204d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}
.forum-post-more {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}
.radius-top-left-10{
    border-top-left-radius: 5px;
}
.radius-top-right-10{
    border-top-right-radius: 5px;
}
.form-second{
    padding-top: 0px;
}

    

/*RESPONSIVE ADD*/

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

 
}

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

    #desktopshow{
        display: none;
    }
    #mobileshow{
        display: block;
    }

    body.dark-theme .sidebar-box .uk-nav li.uk-active a {
        font-size: 18px;
    }
    body.dark-theme .uk-subnav-pill > * > :first-child {
        font-size: 16px;
    }
    .page-header__action .uk-nav li > a {
        font-size: 16px;
    }
    .sidebar-box .uk-nav li.uk-nav-header {
        font-size: 18px;
    }
    .sidebar-box .uk-nav li a {
        font-size: 16px;
    }

    .recommend-slide img, .game-card__media img {
        height: 180px;
        object-fit: cover;
    }
    .mt-80{
        margin-top: 50px;
    }
    .uk-text-lead {
        font-size: 22px;
        margin-left: 5px;
        padding-left: 15px;
    }
    .widjet__head a{
        width: 180px;
        margin-left: 0px;
    }
    .fl-cover-image img {
        height: 180px;
        object-fit: cover;
    }
    .swiper {
        margin: -20px;
        padding: 20px 20px 0px 20px;
    }
    .fullscreen-video {
        height: 180px;
        margin: 0;
        border-radius: 10px;
        margin-top: -20px;
        margin-bottom: -20px !important;
    }
    .fl-cover-forum img {
        height: 180px;
        object-fit: cover;
    }
    .img-char{
        width: 50% !important;
    }
    .sidebar {
        width: 270px;
    }
    .sidebar.is-show {
        overflow-y: scroll;
    }
    .search__input {
        display: none;
    }
    .icon-menu {
        margin-right: 0;
    }
    .search {
        justify-content: flex-end;
    }
    .qty-choose{
        text-align: center;
    }
    .accordion{
        padding: 0 10px;
    }
    .accordion button {
        font-size: 17px;
        margin-bottom: 10px !important;
    }
    .accordion .accordion-content p {
        margin: 10px 0 15px;
    }
    .search__btn button{
        font-size: 16px;
        justify-content: center;
        width: auto;
    }
    .fl-gp-title a {
        line-height: 30px;
    }
    .fl-gp-info{
        bottom: 10px;
    }
    .swiper-horizontal > .swiper-pagination-bullets {
        left: 20px;
        transform: scale(.9);
    }
    .streamer-data{
        font-size: 13px;
    }
    .form-second{
        padding-top: 20px;
    }
    .video-content {
        height: 200px;
    }
    .btn-alert{
        max-width: 50%;
    }
    .btn-alert p {
        font-size: 12px;
        line-height: 16px;
        padding: 10px;
    }
    .uk-subnav-pill>*>:first-child {
        padding: 0;
    }
    *+.uk-margin-small, .uk-margin-small-top {
        margin-top: 0px!important;
    }
    .tab-overlays-mobile{
        background: #c3204d !important;
        border: 1px solid #f0506e;
    }
    .leaderboard-position-preview {
        width: 60%;
        transform: scale(.7);
        margin-bottom: -8px;
    }
    .leaderboard-preview-nominal {
        text-align: left;
        margin-left: 33px;
        margin-top: -15px;
    }
    .leaderboard-preview-photo{
        position: absolute;
        margin-top: 2px;
    }
    .leaderboard-preview-photo img{
        object-fit: cover;
        border-radius: 30px;
    }
    .content-leaderboard-preview-user {
        padding: 0;
        margin-left: 25px;
    }
    .leaderboard-position-left {
        position: absolute;
        bottom: 0;
        left: -5px;
    }
    .leaderboard-preview-user a {
        font-size: 10px;
        line-height: 10px;
    }  
    .leaderboard-preview-nominal h3 {
        font-size: 10px;
        line-height: 10px;
        display: contents;
        margin-top: 3px;
    }
    .video-content-mediashared {
        height: 70px;
    }
    .btn-mediashared span {
        font-size: 14px;
    }
    .btn-mediashared p {
        font-size: 12px;
        margin: 0;
        line-height: 15px;
        padding: 5px 0;
    }
    .qr-position {
        border: 1px solid #c3204d;
        border-radius: 10px;
        padding: 15px 20px;
        width: 80%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .qr-position-preview {
        width: 30%;
        transform: scale(.7);
    }
    .qr-position-bottom-left {
        position: absolute;
        bottom: -10px;
        left: -5px;
    }
    .qr-position h2 {
        font-size: 18px;
    }
    .qr-position p {
        font-size: 14px;
    }
    .qr-position-preview h2 {
        font-size: 7px;
        margin-bottom: 0;
    }
    .qr-position-preview p {
        font-size: 6px;
        margin-top: 3px;
    }
    .running-text-separator {
        height: 5px;
        width: 5px;
        margin: 0 10px;
    }
    .subathon-timer {
        height: 60px;
    }
    .subathon-timer h3 {
        font-size: 15px !important;
    }
    .btn-mediashared {
    }
    .btn-mediashared img{
        height: 200px;
        object-fit: fill;
    }

    
}

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

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    body.dark-theme .sidebar-box .uk-nav li.uk-active a {
        font-size: 18px;
    }
    body.dark-theme .uk-subnav-pill > * > :first-child {
        font-size: 16px;
    }
    .page-header__action .uk-nav li > a {
        font-size: 16px;
    }
    .sidebar-box .uk-nav li.uk-nav-header {
        font-size: 18px;
    }
    .sidebar-box .uk-nav li a {
        font-size: 16px;
    }

    .recommend-slide img, .game-card__media img {
        height: 180px;
        object-fit: cover;
    }
    .mt-80{
        margin-top: 50px;
    }
    .fl-cover-image img {
        height: 180px;
        object-fit: cover;
    }
    .swiper {
        margin: -20px;
        padding: 20px 20px 0px 20px;
    }
    .fullscreen-video {
        height: 180px;
        margin: 0;
        border-radius: 10px;
        margin-bottom: -20px !important;
    }
    .fl-cover-forum img {
        height: 180px;
        object-fit: cover;
    }
    .img-char{
        width: 50% !important;
    }
    .sidebar {
        width: 270px;
    }
    .sidebar.is-show {
        overflow-y: scroll;
    }
    .search__input {
        display: none;
    }
    .icon-menu {
        margin-right: 0;
    }
    .search {
        justify-content: flex-end;
    }
    .qty-choose{
        text-align: center;
    }
    .accordion{
        padding: 0 10px;
    }
    .accordion button {
        font-size: 17px;
        margin-bottom: 10px !important;
    }
    .accordion .accordion-content p {
        margin: 10px 0 15px;
    }
    .search__btn button{
        font-size: 16px;
        justify-content: center;
        width: auto;
    }
    .fl-gp-title a {
        line-height: 30px;
    }
    .fl-gp-info{
        bottom: 10px;
    }
    .swiper-horizontal > .swiper-pagination-bullets {
        left: 20px;
        transform: scale(.9);
    }
    .streamer-data{
        font-size: 13px;
    }
    .streamer-data i{
        font-size: 12px;
        padding-right: 5px;
    }
    .form-second{
        padding-top: 20px;
    }
    .video-content {
        height: 200px;
    }
    .btn-alert{
        max-width: 50%;
    }
    .btn-alert p {
        font-size: 12px;
        line-height: 16px;
        padding: 10px;
    }
    .uk-subnav-pill>*>:first-child {
        padding: 0;
    }
    *+.uk-margin-small, .uk-margin-small-top {
        margin-top: 0px!important;
    }
    .tab-overlays-mobile{
        background: #c3204d !important;
        border: 1px solid #f0506e;
    }
    .leaderboard-position-preview {
        width: 60%;
        transform: scale(.7);
        margin-bottom: -8px;
    }
    .leaderboard-preview-nominal {
        text-align: left;
        margin-left: 33px;
        margin-top: -5px;
    }
    .leaderboard-preview-photo{
        position: absolute;
        margin-top: 2px;
    }
    .leaderboard-preview-photo img{
        object-fit: cover;
        border-radius: 30px;
    }
    .content-leaderboard-preview-user {
        padding: 0;
        margin-left: 25px;
    }
    .leaderboard-position-left {
        position: absolute;
        bottom: 0;
        left: -15px;
    }
    .leaderboard-preview-user a {
        font-size: 10px;
        line-height: 10px;
    }   
    .leaderboard-preview-nominal h3 {
        font-size: 10px;
        line-height: 10px;
        display: contents;
        margin-top: 3px;
    }
    .video-content-mediashared {
        height: 70px;
    }
    .btn-mediashared span {
        font-size: 14px;
    }
    .btn-mediashared p {
        font-size: 12px;
        margin: 0;
        line-height: 15px;
        padding: 5px 0;
    }
    .qr-position {
        border: 1px solid #c3204d;
        border-radius: 10px;
        padding: 15px 20px;
        width: 80%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .qr-position-preview {
        width: 30%;
        transform: scale(.7);
    }
    .qr-position-bottom-left {
        position: absolute;
        bottom: -10px;
        left: -5px;
    }
    .qr-position h2 {
        font-size: 18px;
    }
    .qr-position p {
        font-size: 14px;
    }
    .qr-position-preview h2 {
        font-size: 7px;
        margin-bottom: 0;
    }
    .qr-position-preview p {
        font-size: 6px;
        margin-top: 3px;
    }
    .running-text {
        color: #ffffff;
        letter-spacing: .5px;
        font-weight: 300;
        padding: 5px;
        font-size: 12px;
        width: 75%;
        background: rgb(195 32 77 / 80%);
        float: right;
        padding-left: 20px;
        margin-left: 20px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }
    .running-text span {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .running-text-separator {
        height: 5px;
        width: 5px;
        margin: 0 10px;
    }
    .subathon-timer {
        height: 60px;
    }
    .subathon-timer h3 {
        font-size: 15px !important;
    }
    .btn-mediashared {
    }
    .btn-mediashared img{
        height: 200px;
        object-fit: fill;
    }

}

@media (min-width: 1200px){

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

}


.m-0{
    margin: 0;
}
.mr-0{
    margin-right: 0;
}
.mr-10{
    margin-right: 10px !important;
}
.ml-0{
    margin-left: 0px !important;
}
.ml-20{
    margin-left: 20px;
}
.mt-0{
    margin-top: 0px !important;
}
.mt-5{
    margin-top: 5px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-60{
    margin-top: 60px !important;
}
.mt-80{
    margin-top: 80px !important;
}
.mt-100{
    margin-top: 100px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mb-80{
    margin-bottom: 80px !important;
}
.mb-100{
    margin-bottom: 100px !important;
}
.p-0{
    padding: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
.pt-5{
    padding-top: 5px !important;
}
.pt-10{
    padding-top: 10px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.pb-10{
    padding-bottom: 10 !important;
}
.pl-0{
    padding-left: 0 !important;
}


/*ADD NEW*/
body.dark-theme .form-login {
    -webkit-box-shadow: 0px 30px 70px rgb(0 0 0 / 3%);
    background: hsl(0deg 0% 5% / 90%);
    box-shadow: 0px 30px 70px rgb(0 0 0 / 3%);
    color: #ACACAC;
}

.logo-big img {
    width: 100px;
    max-width: 100px;
}
.logo-login {
    text-align: center;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 25px;
    padding-top: 10px;
}
.logo-login img {
    width: 100px;
    max-width: 100px;
}
.logo-login p{
    font-size: 14px;
    margin-top: 0px;
    letter-spacing: .5px;
}
.logo-text-login{
    color: #fff;
    position: relative;
    width: 160px !important;
    max-width: 160px !important;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.or-login{
    color: #6C6C6C;
}

/*CHECKBOX*/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  font-size: 12px;
  cursor: pointer;
  color: #cdcdcd;
  padding-top: 3px;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #999999;
  background: transparent;
  border-radius: 5px;
  box-shadow: none;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: "✕";
    position: absolute;
    top: 12px;
    left: 8px;
    font-size: 12px;
    color: #c3204d;
    line-height: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
/*CHECKBOX*/


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

    .uk-grid {
        margin-left: -15px;
    }
    .uk-grid>* {
        padding-left: 15px;
    }
    .form-overlays {
        padding-left: 15px;
    }

    .logo-login img {
        width: 60px;
        max-width: 60px;
    }
    .logo-text-login {
        width: 100px !important;
        margin-top: 10px !important;
    }
    .logo-login p {
        font-size: 12px;
    }
    .form-login {
        margin-top: 0px !important;
    }
    .form-login__box .uk-heading-line {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .social li {
        max-width: 30px;
        margin: 0 15px 0 0;
    }
    .form-login__social{
        margin-bottom: 15px;
    }
    .or-login {
        color: #6C6C6C;
        font-size: 12px;
    }
    .page-first-screen .uk-flex-middle {
        align-items: end;
        justify-content: center;
        margin-left: 0;
    }
    .page-first-screen {
        padding: 20px;
    }
    .form-login__box {
        font-size: 12px;
    }
    .form-login__box a:not(.uk-button) {
        font-size: 12px;
    }
    .pb-login{
        padding-bottom: 0px !Important;
    }
    .form-login {
        padding: 20px;
    }
    .text-input-login{
        height: 40px !important;
        font-size: 16px;
    }
    .text-input-login input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    .text-input-login input::-moz-placeholder {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    .text-input-login input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    .text-input-login input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    .text-input-login input::placeholder {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    .text__input input {
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
    }
    .logo-login {
        margin-bottom: 10px;
    }
    [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
        padding-left: 45px;
        font-size: 10px;
        padding-top: 3px;
    }
    [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
        content: "";
        position: absolute;
        left: 15px;
    }
    [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
        content: "✕";
        top: 10px;
        left: 22px;
    }
    [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
        width: 20px;
        height: 20px;
    }
    [type="checkbox"]:checked + label:after {
        font-size: 9px;
    }
    .uk-grid-column-small>*, .uk-grid-small>* {
        padding-left: 0;
    }
    .form-donate{
        padding-bottom: 10px !important;
        text-align: left;
        padding-left: 0;
    }
    .mt-mobile{
        margin-top: 40px !important;
    }

}

@media only screen and (max-width: 480px) {
    .logo-login img {
        width: 60px;
        max-width: 60px;
    }
    .logo-text-login {
        width: 100px !important;
        margin-top: 10px !important;
    }
    .logo-login p {
        font-size: 12px;
    }
    .form-login {
        margin-top: 0px !important;
    }
    .form-login__box .uk-heading-line {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .social li {
        max-width: 30px;
        margin: 0 15px 0 0;
    }
    .form-login__social{
        margin-bottom: 15px;
    }
    .or-login {
        color: #6C6C6C;
        font-size: 12px;
    }
    .page-first-screen .uk-flex-middle {
        align-items: end;
        justify-content: center;
        margin-left: 0;
    }
    .page-first-screen {
        padding: 20px;
    }
    .form-login__box {
        font-size: 12px;
    }
    .form-login__box a:not(.uk-button) {
        font-size: 12px;
    }
    .pb-login{
        padding-bottom: 0px !Important;
    }
    .form-login {
        padding: 20px;
    }
    .text-input-login{
        height: 40px !important;
        font-size: 16px;
    }
    .text-input-login input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    .text-input-login input::-moz-placeholder {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    .text-input-login input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    .text-input-login input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    .text-input-login input::placeholder {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    .text__input input {
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
    }
    .logo-login {
        margin-bottom: 10px;
    }
    [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
        padding-left: 45px;
        font-size: 10px;
        padding-top: 3px;
    }
    [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
        content: "";
        position: absolute;
        left: 15px;
    }
    [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
        content: "✕";
        top: 10px;
        left: 22px;
    }
    [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
        width: 20px;
        height: 20px;
    }
    [type="checkbox"]:checked + label:after {
        font-size: 9px;
    }
    .form-donate{
        padding-bottom: 10px !important;
        text-align: left;
        padding-left: 0;
    }
    .mt-mobile{
        margin-top: 40px !important;
    }

}

@media only screen and (max-width: 375px){
    .page-first-screen .uk-flex-middle {
        align-items: end;
        justify-content: center;
        margin-left: 0;
        transform: scale(.95);
    }
    .page-first-screen {
        padding: 20px 20px 20px 20px;
    }
}
@media only screen and (max-width: 360px){
    .page-first-screen {
        padding: 15px;
    }
    .form-login {
        padding: 10px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #303030 inset !important;
}
input:-webkit-autofill{
    -webkit-text-fill-color: #ffffff !important;
}

#logoutForm{
    padding: 5px 0;
}

#logoutForm a:visited,
#logoutForm a:active,
#logoutForm a:focus,
#logoutForm a:hover,
#logoutForm a{
    color: #ffffff !important;
}

#logoutForm i:visited,
#logoutForm i:active,
#logoutForm i:focus,
#logoutForm i:hover{
    color: #ffffff !important;
}

.avatar-donate{
    text-align: center;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    margin-bottom: 15px;
    object-fit: cover;
}
.avatar-donate img{
    border-radius: 50%;
    object-fit: cover;
}
.name-donate{
    font-size: 20px !important;
}


.wrapper-table-history {
    margin: 0 auto;
    max-width: 100%;
}

.table-history {
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
}

.table-history-name{
    font-weight: 700;
    font-size: 15px;
    font-family: 'Poppins';
    color: #ffffff;
}
.table-history-name:hover{
    color: #c3204d;
}

.table-history-nominal{
    font-weight: 500;
    color: #ffffff;
}

.table-history-message{
    font-weight: 500;
    font-size: 13px;
    font-family: 'Poppins';
    color: #ffffff;
}
.table-history-message:hover{
    color: #c3204d;
}

.table-history {
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 580px) {
    .table-history {
        display: block;
    }
}

.row-table-history {
    display: table-row;
    background: #2b2b2b;
    color: #ffffff;
    font-weight: 500;
}

.row-table-history:nth-of-type(odd) {
    background: #535353;
}

.row-table-history.header {
    font-weight: 900;
    letter-spacing: .5px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background: #ea6153;
}

.row-table-history.red {
    background: #c3204d;
}

@media screen and (max-width: 580px) {
    .row-table-history {
        padding: 14px 0 7px;
        display: block;
    }

    .row-table-history.header {
        padding: 0;
        height: 6px;
    }

    .row-table-history.header .cell {
        display: none;
    }

    .row-table-history .cell {
        margin-bottom: 10px;
    }

    .row-table-history .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}

.cell-history {
    padding: 15px 20px;
    display: table-cell;
}

.text-right{
    text-align: right;
}

.font-poppins{
    font-family: 'Poppins' !important;
}

.align-item-end{
    align-items: end !important;
}

.btn-cashout{
    border: none;
    height: 40px !important;
    width: 200px;
    font-size: 15px;
    line-height: 20px;
}
.type-cashout{
    color: #c3204d;
}

.preview-url {
    border: 1px solid #c3204d;
    margin-bottom: 15px;
    background: #c3204d80;
}
.text-area{
    width: 100%;
    background: #303030;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Rajdhani';
    padding: 15px;
    letter-spacing: .5px;
    border: 1px solid #3d3d3d;
}

.avatar-setting{
    width: 180px;
    height: auto;
    border-radius: 100%;
    margin-bottom: 40px !important;
    border: 1px solid #c3204d;
    padding: 10px;
}

.overview-monthly a{
        color: #ffffff;
        font-size: 26px;
        font-weight: 600;
        line-height: 34px;
    }
    .overview-monthly-text{
        font-size: 13px;
        font-weight: 400;
        margin: 0;
    }
    .overview-total a{
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        line-height: 34px;
    }
    .overview-total-text{
        font-size: 13px;
        font-weight: 400;
        margin: 0;
    }
    .overview-bank-name{
        font-size: 15px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 0;
        opacity: 1 !important;
    }


@media screen and (max-width: 580px) {
    .cell-history {
        padding: 2px 16px;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .mt-mobile-0{
        margin-top: 0 !important;
    }
    .mt-mobile-20{
        margin-top: 20px !important;
    }

    .recommend-slide img, .game-card__media img {
        height: 250px;
        object-fit: cover;
    }
}

.milestone-preview{
    padding: 5px 5px 0px 5px;
    width: 60%;
    background-color: #000000;
    border: 1px solid #c3204d;
    border-radius: 10px;
    height: 80px
}

.milestone-preview-title{
    font-size: 20px;
    font-weight: 500;
    color: #c3204d;
}

.milestone-preview-title-p{
    text-align: center;
    margin: 0px 0px 2px 0px;
}

.milestone-preview-progress{
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.milestone-preview-progress-p{
    text-align: center;
    margin: 0px 0px 2px 0px;
}

.milestone-preview-progressbar-base{
    height: 15px;
    width: 100%;
    background-color: #262626;
    border-radius: 2px;
    position: relative;
}

.milestone-preview-progressbar{
    height: 15px;
    width: 10%;
    background-color: #c3204d;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}

.milestone{
    padding: 10px 10px 0px 10px;
    width: 100%;
    background-color: #000000;
    border: 1px solid #c3204d;
    border-radius: 10px;
    height: 130px
}

.milestone-title{
    font-size: 30px;
    font-weight: 500;
    color: #c3204d;
}

.milestone-title-p{
    text-align: center;
    margin: 0px 0px 2px 0px;
}

.milestone-progress{
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
}

.milestone-progress-p{
    text-align: center;
    margin: 0px 0px 2px 0px;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
}

.milestone-progressbar-base{
    height: 25px;
    width: 100%;
    background-color: #262626;
    border-radius: 2px;
    position: relative;
}

.milestone-progressbar{
    height: 25px;
    width: 10%;
    background-color: #c3204d;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}