/* Points store
----------------------------------------------- */
h1.main-title {
    margin: 0 0 30px;
    font-size: 40px;
}

.shop__item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
}
.top-description {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 25px;
}
.shop__coin-count {
    margin-bottom: 20px;
}
.shop__coin-count span {
    font-weight: 700;
}
.m10 {
    margin-bottom: 10px!important;
}
.small-title {
    font-weight: 600;
    margin: 10px 0 20px;
    font-size: 22px;
    line-height: 28px;
}
.shop__get-coins {
    margin-left: 20px;
    margin-bottom: 30px;
}
.shop__get-coins li {
    position: relative;
}
.shop__get-coins li::before {
    content: '';
    position: absolute;
    left: -19px;
    top: 10px;
    width: 10px;
    height: 1px;
    -webkit-transform: skewX(0);
    transform: skewX(0);
}
.shop__get-coins li a {
    color: #007ce1;
}
.shop__subtitle {
    font-size: .9em;
    margin-bottom: 10px;
}
.shop__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop__item {
    min-width: 210px;
    margin-top:5px;
    max-width: 210px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    box-shadow: 2px 4px 8px -5px rgb(34 60 80 / 20%);
    transition: all .2s;
}
.shop__item-img {
    background-color: #000;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    overflow: hidden;
}
.shop__item-img img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    display: block;
    object-fit: cover;
}
.shop__item-content {
   border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: var(--gradient-2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
    border-bottom: 1px solid #200337;
    margin: 0 0 5px;
    border-top: 1px solid #200337;
    padding: 10px;
    margin: 0px;
}
.shop__item-type {
    font-size: .7em;
}
.shop__item-price {
    margin-top: 10px;
    font-weight: 700;
    font-size: .8em;
    text-align: right;
    display: flex;
    align-items: center;
}
.shop__item .shop__item-price i.bought-icon {
    display: none;
    margin-right: auto;
    color: #31c231;
    font-size: 1.5em;
}
.shop__item-price span {
    margin-left: auto;
}
.shop__item-price i.coins-icon {
    color: #FFEB3B;
    margin-left: 5px;
}
.gap {
    width: 160px;
}
.shop__item:hover {
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.shop__item:hover .shop__item-name {
    font-weight: bold;
}
.shop__item:hover {
    transform: scale(1.1);
}

#modal-buy-item {
    max-width: 550px;
    width: auto;
}
#modal-buy-item .modal-content {
    padding: 12px;
}
.modal-buy-item__title {
    font-weight: 600;
    margin: 10px 0 5px;
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
}
.modal-buy-item__subdesc {
        font-size: .9em;
    color: rgb(191 155 210);
    margin-bottom: 10px;
}
.modal-buy-item__desc {
    margin-bottom: 20px;
}
.modal-buy-item__example {
    margin-bottom: 20px;
    background-color: #242222;
    padding: 10px;
    border-radius: 10px;
}
.example-avatar__author {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.example-avatar__img {
    position: relative;
}
.example-avatar__img img {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    margin-right: 10px;
    display: block;
}
.example-avatar__name {
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.example-avatar__date {
    opacity: .4;
    font-size: .8em;
}
.modal-buy-item__info {
    font-weight: 700;
}
.modal-buy-item__btns {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.btn-buy-item, .btn-buy-close {
    border: none;
    font-size: 1.1em;
    font-weight: 400;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #1d78b7;
    cursor: pointer;
    padding: 8px 13px;
    border-radius: 3px;
}
.btn-buy-close {
    background-color: #9a9a9a;
    margin-left: 10px;
}
.profile-frame, .example-avatar__frame {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
    display: none;
}
#videobg {
    width: 100%;
    pointer-events: none;
    cursor: default;
    max-height: 420px;
}
.new-profile__user {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px;
}
.new-profile__avatar {
    width: 100px;
    height: 100px;
    position: relative;
    margin-top: -50px;
}
.new-profile__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
}
.new-profile__user-info {
    margin-left: 20px;
}
.new-profile__name {
    display: flex;
    align-items: center;
    font-size: 1.4em;
    font-weight: 500;
}
.new-profile__status {
    font-size: .8em;
    color: #707277;
    margin-top: 4px;
}
.example-body {
    margin-left: 20px;
}
@media only screen and (max-width:1200px) {
    .shop__item {
        width: 13.2%;
    }
    
    .shop__item {
    min-width: 170px;
}
    
}
@media only screen and (max-width:1050px) {
    .shop__item {
        width: 15.5%;
    }
    .shop__item {
    min-width: 150px;
}
    
}
@media only screen and (max-width:950px) {
    .shop__item {
        width: 18%;
    }
    
    .shop__item {
    min-width: 135px;
}
}
@media only screen and (max-width:701px) {
    .shop__item {
        width: 23.5%;
    }
    .shop__item {
    min-width: 125px;
}
    
}
@media only screen and (max-width:575px) {
    .shop__item {
        width: 31.5%;
    }
}
@media only screen and (max-width:425px) {
    .shop__item {
        width: 47.5%;
    }
}
/* Referral page
----------------------------------------------- */
.referral__top-desc {
    display: flex;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #cccccc52;
    border-radius: 3px;
    font-size: 1.04em;
}
.referral__top-desc img {
    margin-right: 30px;
}
.referral__stats {
    margin-right: 20px;
}
.referral__stats-item {
    display: flex;
    align-items: center;
    width: 250px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #cccccc52;
    border-radius: 3px;
}
.referral__stats-item:last-of-type {
    margin-bottom: 0;
}
.referral__stats-icon {
    flex-basis: 55px;
    height: 55px;
    flex-shrink: 0;
    background-color: #808b90;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.referral__stats-item:first-of-type .referral__stats-icon {
    background-color: #76c27b;
}
.referral__content {
    border: 1px solid #cccccc52;
    padding: 20px;
    width: 100%;
    border-radius: 3px;
}
.referral__text {
    font-size: 1.2em;
    margin: 30px 0 30px 0;
    text-align: center;
}
.referral__text p {
    margin: 0;
}
.referral__stats-icon i {
    color: white;
    font-size: 1.4em;
}
.referral__stats-value {
    font-weight: 900;
    font-size: 2.0em;
    color: #459a86;
    line-height: 28px;
}
.referral__stats-title {
    font-size: 0.9em;
}
.referral__title {
    position: relative;
}
.referral__title::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0c1";
    background-color: #5d80ed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 65px;
    color: white;
    border-radius: 50%;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5em;
    padding-left: 3px;
}
.referral__title h1 {
    font-size: 2em;
    margin: 0 0 5px 0;
    font-weight: 900;
    padding-left: 75px;
}
.referral__title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    display: block;
}
.referral__subtitle {
    font-size: 0.9em;
    color: rgba(93 128 237);
    padding-bottom: 20px;
    padding-left: 75px;
}
.referral__body {
    display: flex;
}
.referral__input {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc7a;
}
.referral__input::after {
    content: "Або поділіться в соцмережах";
    position: absolute;
    display: inline-block;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #76c27b;
    padding: 0 15px;
    font-size: 13px;
}
.referral .referral__content-inner .referral__input input {
    border: 1px solid #459a86;
    padding: 20px 15px;
    width: 100%;
}
.referral__input i {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    font-size: 1.35em;
}
.referral__content-inner {
    margin: 0 auto;
}
.referral__line {
    font-size: 0.95em;
    text-align: center;
    margin: 15px 0 10px 0;
}
.ya-share2 {
    text-align: center;
}
.referral__friends-table {
    margin-top: 30px;
}
.referral__friends-table i {
    color: rgba(31,31,31,.5);
    margin-left: 5px;
    font-size: 0.8em;
}
.referral__friends-table table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}
.referral__friends-table th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}
.referral__friends-table tr {
    border-bottom: 1px solid #cccccc52;
}
.referral__friends-table tr:last-of-type  {
    border-bottom: none;
}
.referral__friends-table th {
    text-align: center;
        color: rgb(170 191 255);
    font-weight: 400;
}
.referral__friends-table td {
    text-align: center;
}
@media only screen and (max-width:1100px){
    .referral__content-inner {
        width: 90%;
    }
}
@media only screen and (max-width:900px){
    .referral__content-inner {
        width: 96%;
    }
}
@media only screen and (max-width:720px){
    .referral__top-desc img {
        display: none;
    }
    .referral__body {
        flex-direction: column;
    }
    .referral__content-inner {
        width: 100%;
    }
    .referral__stats {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .referral__stats-item {
        width: 49%;
    }
    .ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
        width: 45px !important;
        height: 45px !important;
        background-size: 40px 40px !important;
    }
    .referral__input::after {
        font-size: 11px;
    }
    .referral__stats-item:last-of-type {
        margin-bottom: 20px;
        width: 100%;
    }
}
@media only screen and (max-width:400px){
    .referral__stats-item {
        width: 100%;
    }
    .ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
        width: 36px !important;
        height: 36px !important;
        background-size: 28px 28px !important;
    }
    .referral__input::after {
        content: '\438\43b\438';
    }
}
/* Premium page
----------------------------------------------- */
.col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}
.premium__logo {
    text-align: center;
    margin-bottom: 20px;
}
.premium__logo img {
    width: 92px;
}
h1.main-title {
    margin: 0 0 30px;
    font-size: 40px;
}
.premium__title {
    text-align: center;
}
.m10 {
    margin-bottom: 10px!important;
}
.main-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
}
.premium__description {
    width: 600px;
    margin: 0 auto;
    margin-top: 35px;
}
.premium__functions {
    display: flex;
    background: #2e4151;
    margin: 40px -27px;
    padding: 30px 10px;
}
.premium__functions-item {
    flex-basis: 33.33%;
    text-align: center;
}
.premium__functions-item-title {
    font-size: 1.35em;
}
.premium__functions-item-title i {
    color: #4683d9;
    margin-right: 5px;
}
.premium__functions-item-description {
    font-size: .9em;
    color: #959595;
}
.premium__btn {
    text-align: center;
    margin-bottom: 40px;
}
.premium__btn .blue-btn {
    width: 220px;
}
.blue-btn {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    outline: 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 20px;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    background-color: #4683d9;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px rgb(70 131 217 / 48%), inset 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 1px 2px rgb(70 131 217 / 48%), inset 0 -1px 0 rgb(0 0 0 / 12%);
    font-weight: 500;
}
.premium__btn .blue-btn i {
    font-size: .8em;
    margin: 0 7px;
    height: 8px;
}
.premium__btn button {
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;
}
.premium__btn button {
    -webkit-appearance: button;
}
.premium__btn button {
    text-transform: none;
}
.premium__btn button {
    overflow: visible;
}
.premium__btn button {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
@media only screen and (max-width:769px) {
    .premium__description {
        width: 100%;
        text-align: center;
    }
    .premium__functions {
        margin: 40px 0;
        flex-direction: column;
    }
    .premium__functions-item {
        margin-bottom: 35px;
    }
    .premium__functions-item-title {
        font-size: 1.25em;
    }
}
/* History page
----------------------------------------------- */
.new-tr-header {
    background-color: #4f4368;
    border-bottom: none;
    border-radius: 5px;
}
.transactions__green {
   color: green;
}
.transactions__red {
    color: red;
}
.new-tr-amount i {
    color: rgba(31,31,31,.5);
    font-size: 0.9em;
}
.new-tr-item:last-of-type  {
    border-bottom: none;
}
.transactions__get {
    background-color: rgb(255 0 0 / 13%);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.transactions__get ul {
    margin-bottom: 10px;
}
.transactions_get-title {
    font-size: 1.1em;
    font-weight: 500;
}
.transactions__get i {
    font-size: 0.95em;
    color: rgba(31,31,31,.5);
    margin-right: 5px;
}
.transactions__balance {
    margin: 20px 0;
    color: #fae100;
    background-color: #3b3251;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.transactions__balance i {
    font-size: 0.8em;
    margin-left: 5px;
}
.transactions__balance .bl-btn {
    margin-left: auto;
    width: 250px;
}
.bl-btn {
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    outline: 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 20px;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    background-color: #4683d9;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px rgb(70 131 217 / 48%), inset 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 1px 2px rgb(70 131 217 / 48%), inset 0 -1px 0 rgb(0 0 0 / 12%);
    font-weight: 500;
}
.new-tr-date {
    padding-right: 20px;
}
.transactions td,
.transactions th {
    padding-left: 10px;
    padding-right: 10px;
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}
@media only screen and (max-width: 800px) {
    .transactions__balance {
        flex-direction: column;
    }
    .transactions__balance .blue-btn {
        margin-left: 0;
        margin-top: 10px;
    }
}
.transactions table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}
.transactions tr {
    border-bottom: 1px solid rgba(0,0,0,.12);
}
/* Profile page
----------------------------------------------- */
.new-profile__bg {
    height: 330px;
    background-size: cover;
    background-position: top;
}
#profilebg {
    width: 100%;
    pointer-events: none;
    cursor: default;
    max-height: 420px;
    object-fit: cover;
}
.media__list {
    flex-basis: 100%;
    flex-grow: 0;
    min-width: 0;
}
.input__name {
    margin-bottom: 5px;
}
.profile-images-wrapper {
    margin-bottom: 20px;
}
.profile-images-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -6px 0;
}
.image__item {
    margin: 6px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}
.profile-images-list img {
    display: block;
    width: 71px;
    height: 71px;
    border-radius: 3px;
}
.profile-images-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -6px 0;
}
.profile-background-list img {
    width: 270px!important;
    object-fit: cover;
}
.profile-images-list img {
    display: block;
    width: 71px;
    height: 71px;
    border-radius: 3px;
}


.dark .small-title, .dark .transactions__balance, .dark .referral__title h1, .dark .modal-buy-item__title, .dark .modal-buy-item__subdesc, .dark .modal-buy-item__info, .dark .example-avatar__name {
    color: #fff;
}
.dark .new-tr-header, .dark .transactions__balance, .dark .premium__functions, .dark .modal-buy-item__example {
    background-color: #141414;
}
.dark .transactions__get i, .dark .transactions__get .shop__get-coins li::before,  .dark .referral__stats-value, .dark .example-avatar__date {
    color: #ddd;
}
.dark .anime__info-type, .dark .referral__stats-title, .dark .referral__subtitle {
    color: #868e96;
}
.dark .referral .referral__content-inner .referral__input input, .dark .referral__input::after {
    background-color: #1f1f1f;
    border-color: #2d3236;
    color: #ddd;
}
.dark .referral__friends-table th, .dark .shop__item-type, .dark .shop__item-price i.coins-icon {
	color: #868e96;
}
.dark .premium__functions-item-title {
    color: #ddd;
}
.dark .shop__item-content {
    color: #ddd;
    background-color: #1a1a1a;
}
.dark .shop__item-img {
        background-color: unset;
}


/* Стилі для головних блоків */
.hero-section {
    padding: 20px;
    position: relative;
    background: linear-gradient(45deg, #545e6a, #1e0035);
    border-radius: 5px;
}

.character-container {
    flex: 1;
    /* display: flex; */
    justify-content: center;
    position: relative;
    float: left;
    
}

.character {
    max-width: 90%;
    height: auto;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
    border-radius: 10px;
}

.content-container {
    flex: 1;
    padding-left: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
    display: flex;
    flex-direction: column;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.tabshop {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tablink {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex-grow: 1;
    text-align: center;
    margin-left: 10px;
}

.tablink.active {
    background-color: #4caf50;
    color: white;
}

.tabcontent {
    display: none;
    padding-top: 20px;
}

.tabcontent.active {
    display: block;
}

.carousel {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
}

.carousel-item {
    flex: 0 0 auto;
    width: 200px;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

.carousel-item:hover {
    transform: scale(1.05);
}

.coins h3 {
    font-size: 20px;
}

.coins button {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.coins button:hover {
    background-color: #45a049;
}
.shar1 {
        max-height: 230px;
    display: flex;
    width: 100%;
    }
      
      .shar2 {
        max-height: 230px;
    display: flex;
    width: 100%;
    }
         .shar3 {
max-height: 525px;
             display: flex;
             width: 100%;
    }
    
/* Додаткові стилі для мобільних пристроїв */
@media (max-width: 760px) {
    .bothop1 {
       width: 39%;
    }
    .bothop2 {
    width: 18%;
    }
    .bothop3 {
      width: 39%;
    }
}      
      
      
/* Додаткові стилі для мобільних пристроїв */
@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
    }

    .character-container, .content-container {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .character {
        max-width: 60%;
        margin-bottom: 20px;
        transform: translateY(0);
        opacity: 1;
    }

    .glass-effect {
        margin-top: 20px;
                padding: 10px;
    }

    .tabshop {
        flex-wrap: wrap;
        width: 70%;
        float: right;
    }

    .tablink {
        flex-grow: 1;
        margin-bottom: 10px;
    }
    
    .shar1 {
                width: 30%;
        height: auto;
        object-fit: cover;
        clip-path: inset(0% 1% 1%);
        margin-bottom: -190px;
    }
    
    .shar2 {
                width: 30%;
        height: auto;
        object-fit: cover;
        clip-path: inset(0% 1% 1%);
        margin-bottom: -160px;
    }
    
    .shar3 {
        width: 25%;
        height: auto;
        object-fit: cover;
        clip-path: inset(0% 1% 1%);
        margin-bottom: -240px;
        padding-top: 30px;
        margin-left: 20px;
    }
    
    h2#typed-text {
    width: 68%;
    float: right;
}
}
      
      
@media (max-width: 380px) {
    .shar3 {
        padding-top: 70px;
    }
}      
      
      
      
      
      

      h2#typed-text {
    text-align: center;
}