html, body {
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #17161B !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}

.navbar .navbar-toggler,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active {
    border-color: transparent; /* Убирает обводку кнопки */
    outline: none; /* Убирает стандартную обводку браузера */
    box-shadow: none; /* Убирает тень при фокусе */
}

.navbar .navbar-toggler {
    border-color: transparent; /* Убирает обводку кнопки */

}

.navbar .navbar-toggler-icon {
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.navbar {
    background-color: rgba(33, 32, 37, 0.75); /* Фон навбару */
    position: relative;
    width: 100%;
    z-index: 3; /* Навбар поверх всього */

}

/* Стили для навбару и других элементов */

.navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 12px;
    font-family: "Minecraft";
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #4282FF;
}

.navbar .navbar-nav .nav-link:hover {
    color: #327AF3;
}

/* Стили для hover на пунктах внутри выпадающего списка */
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #327AF3; /* Цвет фона при наведении на пункт списка */
    background: rgba(81, 90, 93, 0.33); /* Цвет фона выпадающего списка */
    border-radius: 1px solid white;
}

.navbar .navbar-nav .dropdown-menu {
    position: absolute; /* Позиционирование абсолютное */
    left: 50%; /* Позиционирование по горизонтали в середине */
    transform: translateX(-50%); /* Центрирование относительно своей ширины */
    background: rgb(33, 32, 37); /* Цвет фона выпадающего списка */
    padding: 10px; /* Внутренний отступ */
    border-radius: 0;
}

/* Стили для пунктов внутри выпадающего списка */
.navbar .navbar-nav .dropdown-menu .dropdown-item {
    color: #ffffff; /* Цвет текста пунктов списка */
    transition: all 0.3s ease; /* Плавное изменение стилей */
    text-align: center; /* Центрирование текста */
    width: 100%; /* Ширина пунктов списка на 100% */
}

@font-face {
    font-family: 'Play';
    src: url('../fonts/playbold.woff2') format('woff2'), url('../fonts/playbold.woff') format('woff'), url('../fonts/playbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Minecraft';
    src: url("../fonts/minecraft.ttf");
    font-weight: 400;
	font-display: swap;
}

.header {
    display: flex;
}

.shop {
    display: flex;
}

.shop-name {
    color: white;
    font-family: 'Minecraft';
    font-size: 22px;

}

.server-list {
    display: flex;
    gap: 20px;
    list-style: none;
}

.server-box {
    text-decoration: none;
    color: rgba(241, 241, 243, 0.64);
    left: 150px;
    position: relative;
    top: 1px;
}

.groups ul {
    display: flex;
    background-color: #212025;
    width: 52%;
    font-family: 'Minecraft';
    padding: 10px;
    border-radius: 10px;
    gap: 25px;
    list-style-type: none;
    font-size: 11px;
    margin-left: 15px;
}

.groups-warning {
    display: flex;
    background-color: #212025;
    width: 52%;
    font-family: 'Minecraft';
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
    list-style-type: none;
    font-size: 11px;
    margin-left: 15px;
}

.warning-text {
    color: #F1F1F3;
    font-family: 'Play';
    font-size: 14px;
}

.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}

.product-item {
    background-color: #212025;
    border: 0;
    border-radius: 10px;
    width: 100%; /* Убедитесь, что кнопка занимает всю ширину */
    text-align: left; /* Дополнительно установить выравнивание текста по левому краю */
}

.product-box {
    border-radius: 10px;
    width: calc(24% - 20px);
    box-sizing: border-box;
    text-align: center;
    left: 15px;
    position: relative;

}

.product-image {
    max-width: 90%;
    /* height: 91%; */
    left: 14px;
    /* margin-bottom: 10px; */
    padding: 20px 0;
    border-radius: 10px;
    position: relative;
}


.product-name {
    font-size: 16px;
    /* margin: 10px 0; */
    color: #fff;
    font-family: 'MINECRAFT';

}

.product-price-color {
    color: #4282FF;
}

.product-item:hover {
    background-color: #2255a4;
}

.product-privileges, .product-price, .product-description {
    font-size: 14px;
    color: rgba(241, 241, 243, 0.64);
    margin: 5px 0 0 0;
    word-wrap: break-word; /* Разрешить перенос слов */
    word-break: break-word; /* Разбивать длинные слова */
    white-space: normal; /* Разрешить перенос текста */
}

.product-form {
    margin-top: 25px;
}

.product-form label, .product-form input, .product-form button {
    display: block;
    margin: 5px auto;

}

.product-form input {
    padding: 10px;
    width: 100%;
    color: white;
}

.form-control-product {
    background-color: #2B2A2F;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    /* top: 15px; */
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
}

.form-control-product::placeholder {
    color: rgba(241, 241, 243, 0.64);
}



.form-control-product:focus {
    border-color: #2255a4; /* Change this to the desired border color */
    box-shadow: 0 0 0 0.1rem rgba(38, 143, 255, 0.25); /* Optional: add a shadow for a more pronounced effect */
    outline: none; /* Remove default outline */
}

.product-form button {
    background: no-repeat;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    left: 140px;
    cursor: pointer;
    position: relative;
}

.product-form button:hover {
    background-color: rgba(0, 123, 255, 0.37);
}

.buy-button:hover {
    background-color: rgba(0, 123, 255, 0.21) !important;
}

.button-group {
    display: flex;
    /* justify-content: space-evenly; */
    /* margin-top: 10px; */
    right: 137px;
    gap: 160px;
    position: relative;
}

.buy-button {
    background-color: #327AF3!important;
}

.shop-button {
    border: 1px solid #327AF3 !important;
}


.coin  {
    color: white;
}

.coins {
    background-color: #2B2A2F;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    /* top: 15px; */
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    color: rgba(241, 241, 243, 0.64);
    text-align: left;
    font-family: 'Minecraft';
}
.non-clickable {
    color: rgba(241, 241, 243, 0.64);
    font-size: 14px;
    font-weight: bold;
    margin: 40px 0 0 30px;
    position: relative;
    top: 30px;
}

.cabinet {
    color: white;
    font-family: 'Minecraft';
    font-size: 20px;
    margin: 5px;
}

.sections ul li a {
    text-decoration: none;
    color: rgba(241, 241, 243, 0.64);
    left: 17px;
    position: relative;
}

.sections ul li a:hover {
    color: #2255a4;
}

.sections ul li a.active {
    color: #2255a4; /* Цвет активной ссылки */
}

.sections ul{
    display: flex;
    background-color: #212025;
    width: 52%;
    font-family: 'Minecraft';
    padding: 10px;
    border-radius: 10px;
    gap: 25px;
    list-style-type: none;
    margin-top: 15px;
    font-size: 11px;
    margin-left: 15px;
}

.profile {
    display: flex;
    background-color: #212025;
    width: 80%;
    font-family: 'Minecraft';
    padding: 8px 0 8px 130px;
    border-radius: 10px;
    /* gap: 25px; */
    list-style-type: none;
    margin-top: 103px;
    font-size: 14px;
    /* margin-left: 15px; */
    color: white;
}

.skin-section {
    background-color: #212025;
    width: 80%;
    border-radius: 10px;
    height: 450px;
    margin-top: 25px;
}

.skin-buttons {
    margin-top: 342px;
    left: 48px;
    display: flex;
    position: relative;
}

.skin-buttons-del {
    display: flex;
    margin-left: -47px;
    margin-top: -5px;
}

#skin-upload-message-text {
    color: white;
}

#skin-upload-message-container {
    animation: shake 0.5s;
    transition: opacity 0.5s ease-in-out;
    color: #fff; /* Text color */
    padding: 14px;
    border-radius: 5px;
    display: none; /* Initially hidden */
}

#delete-cloak {
    display: none;
}

.notification-info {
    font-size: 14px;
    color: rgba(241, 241, 243, 0.64);
}

#delete-skin {
    display: none;
}

.bnt-del {
    padding: 11px 23px;
    background-color: #17161B;
    color: white;
    /* gap: 20px; */
    border: none;
    border-radius: 10px;
    font-size: 14px;
    left: 18px;
    margin: 0 17px 0 0;
    cursor: pointer;
    position: relative;
}

.bnt-del:hover {
    background-color: #327AF3;
}

.custom-button {
    font-size: 14px;
    color: #ffffff;
    background: no-repeat;
    border: 1px solid #327AF3;
    border-radius: 10px;
    cursor: pointer;
    height: 45px;
    top: -20px;
    padding: 10px 14px;
    margin-left: -78px;
    width: 135px;
    transition: background-color 0.3s ease;
    z-index: 2;
    position: relative;
}

/* Стили для кнопки при наведении */
.custom-button:hover {
    color: #327AF3; /* Цвет фона выпадающего списка */
}

.custom-button-cloak {
    font-size: 14px;
    color: #ffffff;
    background: no-repeat;
    border: 1px solid #327AF3;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 13px;
    height: 45px;
    top: -20px;
    margin-left: 19px;
    width: 135px;
    transition: background-color 0.3s ease;
    z-index: 2;
    position: relative;
}

/* Стили для кнопки при наведении */
.custom-button-cloak:hover {
    color: #327AF3; /* Цвет фона выпадающего списка */
}


#skin-upload {
    display: none;
}

#cloak-upload {
    display: none;
}


.skin {
    height: 0;
    left: 50px;
    top: 5px;
    position: relative;
}

.info {
    width: 59% !important;
    background-color: #212025;
    margin-left: 25px;
    border-radius: 10px;
    height: 285px !important;
}

.info-settings {
    width: 59% !important;
    background-color: #212025;
    margin-left: 25px;
    border-radius: 10px;
    height: 350px !important;
}

.info-payments {
    width: 46% !important;
    background-color: #212025;
    margin-left: 25px;
    border-radius: 10px;
    height: 210px !important;
}


.user-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    color: white;
    font-family: 'Minecraft';
}

.player-info {
    font-size: 16px;
    margin-left: 15px;
}

.update-pass {
    font-size: 14px;
    margin: 10px 0;
    font-family: 'Minecraft';
}

.form-container {
    display: flex;
    flex-direction: column;
    background-color: #212025;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    margin: 20px auto;
}

.Change-password {
    color: white;
    font-family: 'Minecraft';
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.form-control-setting {
    background-color: #17161B;
    color: white;
    border: 1px solid rgba(241, 241, 243, 0.15);
    border-radius: 10px;
    padding: 10px;
    top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    width: 38%;
    display: flex;
    margin-left: 10px;
    position: relative;
}

.form-control-setting::placeholder {
    color: rgba(241, 241, 243, 0.64);
}

.form-control-setting:focus {
    border-color: #2255a4; /* Change this to the desired border color */
    box-shadow: 0 0 0 0.1rem rgba(38, 143, 255, 0.25); /* Optional: add a shadow for a more pronounced effect */
    outline: none; /* Remove default outline */
}

.payments {
    display: flex;
    gap: 40px;
    position: relative;
    top: 20px;
}
.payments a {
    display: inline-block;
    border: 2px solid white;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;      /* Убирает подчёркивание, если нужно */
}
.payments a:hover {
    box-shadow: 0 0 8px white;
}

.medium {
    background-color: #327AF3;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 30px;
}


.medium:hover {
    background-color: #2255a4;
}

.alert {
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.alert-danger {
    background-color: #f44336;
    color: white;
}

.alert-success {
    background-color: #4caf50;
    color: white;
}



.balance-user {
    color: #2255a4;
    margin-left: 2px;
    margin-top: 1px;
}

.balance {
    font-size: 12px;
    display: flex;
    margin: 5px 15px 0 0;
    color: rgba(241, 241, 243, 0.64);
}

.balance-shop {
    font-size: 16px;
    display: flex;
    /* margin: 5px 15px 0 0; */
    color: rgba(241, 241, 243, 0.64);
    justify-content: flex-end;
    /* text-align: right; */

}

.shop-product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 90%;
    left: 15px;
    position: relative;
}


.balance-user-shop {
    color: #4282FF;
    margin-left: 5px;
}

.blue-bar {
    width: 95%;
    left: 13px;
    height: 1px;
    background-color: #4282FF;
    position: relative;

}

.gray-bar {
    width: 90%;
    left: 15px;
    height: 1px;
    top: 310px;
    background-color: rgba(241, 241, 243, 0.15);
    position: relative;
}

.user-details {
    color: white;
    gap: 15px;
    font-size: 16px;
	margin: 15px;
}

.user-detail-info {
    display: flex;
    color: white;
    left: 5px;
    position: relative;
}

.user-detail {
    display: flex;
    margin: -10px 0 0 0;
    top: 30px;
    left: 15px;

    position: relative;
    color: rgba(241, 241, 243, 0.64);
}

.logout {
    margin-top: 65px;
    left: 15px;
    position: relative;
}

.logout-button {
    padding: 10px 20px;
    background-color: #17161B;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.logout-button:hover {
    background-color: #327AF3;
}

.footer {
    background-color: #212025;
    margin-top: 200px;
}

.footer .container {
    max-width: 1200px;
    margin: auto;
}

.footer-link {
    color: rgba(241, 241, 243, 0.64);
    text-decoration: none;
    margin: 0 10px;
    font-size: 10px;
    font-family: 'Minecraft';
    z-index: 2;
    position: relative;
}

.footer-link:hover {
    text-decoration: none;
}

.footer-separator {
    color: #000;
    margin: 0 10px;
}

.footer-icon {
    width: 24px; /* Adjust the size as needed */
    height: 24px; /* Adjust the size as needed */
    margin-left: 10px;
    z-index: 2;
    position: relative;
}

.footer-line {
    border-top: 2px solid #C0C0C0;
    width: 129%;
    /* left: 7px; */
    right: 171px;
    margin-top: 30px;
    /* display: flex; */
    position: relative;
}

.rental {
    color: #4282FF;
    font-family: "Minecraft";
    font-size: 8px;
}

.rental-protection {
    color: white;
    font-size: 8px;
    font-family: "Minecraft";
}

.modal-title-shop {
    color: white;
    /* left: 20px; */
    font-family: 'Minecraft';
    position: relative;
    top: 5px;
}

.modal-title-background {
    background: #2B2A2F;
    width: 100%;
    /* left: 0px; */
    /* top: 20px; */
    padding: 10px;
    /* height: 50px; */
    position: relative;
    border-radius: 10px;
}

.modal-content.shop {
    width: 80% !important;
    border: none !important;
    left: 50px;
}

.modal-content.download {
    width: 100% !important;
    height: 400px !important;
    border: 2px solid rgba(241, 241, 243, 0.15) !important;

}

.left-column-down-text {
    color: #4282FF;
    font-family: "Minecraft";
}

.right-column-down-text {
    color: rgba(241, 241, 243, 0.15);
    font-family: "Minecraft";
    font-size: 24px;
}

.nav_btn-download {
    margin-left: 75px;
}

.nav_btn-download-right {
    margin-left: 75px;
}

.nav_btn-download-right a {
    color: #fff;
    background-color: #327AF3;
    padding: 13px 25px;
    text-decoration: none;
    border-radius: 7px;
    display: inline-block;
    margin-top: 36px;
}

.nav_btn-download-right a:hover {
    background-color: #234270; /* Темно-синий цвет при наведении */
    color: white;
}

.nav_btn-download a {
    color: #fff;
    background-color: #327AF3;
    padding: 13px 25px;
    text-decoration: none;
    border-radius: 7px;
    display: inline-block;
    margin-top: 30px;
}

.nav_btn-download a:hover {
    background-color: #234270; /* Темно-синий цвет при наведении */
    color: white;
}

.right-column {
    width: 50%;
    margin-left: 50%;
    padding: 20px;
    background-color: #212025; /* Важно для перекрытия изображения */
}

.right-column-down {
    width: 50%;
    margin-left: 50%;
    padding: 20px;
    background-color: #212025; /* Важно для перекрытия изображения */
}

.left-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url('../images/modal-lefft.svg');
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 12px;
}

.left-column-down {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 12px;
}

.content h2 {
    margin: 20px;
    top: 10px;
    position: relative;
}

.content-right h2 {
    margin: 14px 0;
    top: 10px;
    position: relative;
}


.content-right p {
    color: rgba(241, 241, 243, 0.64);
    left: 30px;
    top: 18px;
    /* font-size: 16px; */
    position: relative;
}

.content p {
    color: rgba(241, 241, 243, 0.64);
    left: 30px;
    top: 10px;
    /* font-size: 16px; */
    position: relative;
}


.windows-text {
    display: inline-block;
    position: relative;
    /* top: 10px; */
    left: 120px;
}

.oc-text {
    display: inline-block;
    position: relative;
    /* top: 10px; */
    left: 120px;
}

.right-column h3 {
    color: white;
    font-family: 'Minecraft';
    left: 10px;
    position: relative;
}


.right-column-down h2 {
    color: white;
    left: 10px;
    position: relative;
}

.right-column-down p {
    color: rgba(241, 241, 243, 0.64);
    left: 10px;
    position: relative;
}


.right-column p {
    color: rgba(241, 241, 243, 0.64);
    left: 10px;
    position: relative;
}

.left-column h2 {
    font-family: 'Minecraft';
    color: white;
    left: 60px;
    position: relative;
}

.left-column p {
    color: white;
    width: 243px;
    left: 60px;
    position: relative;
}

.nav-btn-link {
    top: 10px;
    position: relative;

}

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

.modal-description {
    background: #2B2A2F;
    width: 100%;
    /* left: 0px; */
    /* top: 20px; */
    padding: 10px;
    /* height: 50px; */
    position: relative;
    border-radius: 10px;
    text-align: left;
}

.modal-description-text {
    color: rgba(241, 241, 243, 0.64);

}


.notification-container {
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 1050; /* Ensure it appears on top of other content */

}

.notification {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    animation: shake 0.5s;
}

.notification-success {
    background-color: #212025;
}

.notification-error {
    background-color: #212025;
    color: #F1F1F3;
}

.notification-warning {
    background-color: #212025;
    color: #F1F1F3;
}

.error-item {
    color: #FF0000;
    margin-left: 5px;
    margin-right: 5px;
}

.error-img {
    margin-right: 5px;

}

.success-item {
    color: #94FF83;
    margin-left: 5px;
}

.warning-item {
    color: #FFD31D; /* цвет текста для "товара" */
    margin-left: 5px;
}

.notification-show {
    opacity: 1;
}

.notification-close {
    margin-left: auto;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
}



























































