@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.servers-buttons {display: none !important}
:root {
--main-bg-color: #333333 !important;
--main-bloc-color: rgb(6 6 6 / 45%) !important;
--main-bloc-color-1: rgb(27 28 33 / 75%) !important;
--border: 1px solid #323232 !important;
--border-radius: 5px !important;
--blur: none !important;
--blur-1: blur(12px) !important;
--box-shadow:  0px 0px 0rem 0rem #0000006b !important;
--color-text-activ: #FFF !important;
}

.navbar {
background: var(--main-bloc-color-1);
border: var(--border);
backdrop-filter: var(--blur-1);
box-shadow: var(--box-shadow);
border-radius: 0px;
border-top: 0px;
font-weight: 500;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-left: 0px;
border-right: 0px;
}

.banner {
border-radius: 0px;
box-shadow: var(--box-shadow);
margin-top: 0px;
border-top: 0px;
}

.app-button {
background: var(--main-bloc-color);
border: var(--border);
border-radius: var(--border-radius);
backdrop-filter: var(--blur);
box-shadow: var(--box-shadow);
min-height: 40px !important;
flex: none !important;
font-size: 16px;
}

.search-input {
background: var(--main-bloc-color);
border: var(--border);
border-radius: var(--border-radius);
backdrop-filter: var(--blur);
box-shadow: var(--box-shadow);
margin-top: 6px;
}

.product-card {
background: var(--main-bloc-color);
border: var(--border);
border-radius: var(--border-radius);
backdrop-filter: var(--blur);
box-shadow: var(--box-shadow);
font-family: Manrope, sans-serif;
}

.monitoring {
border-radius: var(--border-radius);
border-bottom: var(--border); !important;
border-right: var(--border); !important;
border-top: var(--border); !important;
backdrop-filter: var(--blur);
box-shadow: var(--box-shadow);
background: var(--main-bloc-color);
margin-bottom: 17px;
}

.banner-elem {
box-shadow: var(--box-shadow);
margin-bottom: 17px;
border: var(--border);
margin-top: 0px;
}

.product-card-footer {
    color: var(--main-dark-color);
    padding: 12px;
}

.servers-buttons {display: none !important;}

.product-card-old-price {
  color: #ff7878;
  text-align: center;
}


.app-button--primary:hover, .app-button--primary.app-button--active {
    background: var(--main-bloc-color);
    color: var(--color-text-activ);
    border: var(--color-text-activ);
    border: 1px solid;
}

.banner-elem {
    background-size: cover;
    backdrop-filter: var(--blur);
    border-radius: var(--border-radius);
}

.auth {
    border-bottom-right-radius: 0px;
}

.navbar-brand {
    font-size: 0px;
    width: 100px;
    height: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: URL(https://i.imgur.com/HAAdhhH.png);
    margin-left: 20px;
}

.product-modal {
     max-width: 560px;
}

.modal-primary-button {
  background-color: #35ff1a;
}

.modal {
  background: #1a1a1a;
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
    animation: gentlePulse 8s infinite alternate;
}

@keyframes gentlePulse {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.10);
    }
}

.product-card:hover {
    border-color: var(--color-text-activ);
    background: linear-gradient(180deg, rgb(255 255 255 / 11%) 0%, rgb(26 26 26 / 53%) 50%);
}

.product-card-price {
  padding: 0px 10px 0px 10px;
  border-radius: var(--border-radius);
  color: #edcce7;
  color: #ffffff;
  background-color: #c5c5c529;
  border: 1px solid;
  border-color: var(--color-text-activ);
}

.product-card-image-container img {
    width: 100%;
}

body {
font-family: 'Jost', sans-serif;
background-image: url(https://i.imgur.com/xAQ5AWv.jpeg);
background-size: 100%;
background-repeat: no-repeat;
background-position: top;
background-color: #161515;
}

.products-types-buttons {gap: 12px;}


.auth-btn:hover, .balance-btn:hover, .profile-btn:hover {
    background-color: #ffffff00 !important;
    color: var(--color-text-activ);
    text-shadow: 0 0 10px #ffffff;
}

.nav-item:hover {
    background-color: #ffffff00 !important;
        color: var(--color-text-activ);
    text-shadow: 0 0 10px #ffffff;
}

.search-input:read-only {
  border: 1px solid !important;
  border-color: var(--color-text-activ) !important;
}

.profile-sidebar__header {
    background: var(--main-bloc-color);
    border: var(--border);
    border-radius: var(--border-radius);
    backdrop-filter: var(--blur);
}

.profile-sidebar__item {
    background: var(--main-bloc-color);
    border: var(--border);
    border-radius: var(--border-radius);
    backdrop-filter: var(--blur);
}

.profile-sidebar__link:hover{
    background-color: #ffffff00 !important;
    color: var(--color-text-activ);
    text-shadow: 0 0 10px #ffffff;
}

.profile-sidebar__link--active{
  background-color: #edcce712 !important;
}

.profile-sidebar__footer{
    border: var(--border);
    border-radius: var(--border-radius);
    backdrop-filter: var(--blur);
    background-color: #c7101042;
    color: #fff;
}

.profile-info {
    border: var(--border);
    border-radius: var(--border-radius);
    backdrop-filter: var(--blur);
    background: var(--main-bloc-color);
    margin-top: 20px;
}

.table {
    border: var(--border);
    border-radius: var(--border-radius);
    backdrop-filter: var(--blur);
    background: var(--main-bloc-color);
}

.table th, .table td {
    border-top: 0px !important;
}

.table {
    border-collapse: separate !important;
}

.table thead {
    background-color: #ffffff00 !important;
}

.table tbody {
    background-color: #ffffff00 !important;
}

.text-input {
    background: var(--main-bloc-color);
}

.app-button--success:hover, .app-button--success.app-button--active{
  background-color: #338d5aa8;
  color: #fff;
}

.disabled\:opacity-50:disabled {
    border: var(--border);
    border-radius: var(--border-radius);
    backdrop-filter: var(--blur);
    background: var(--main-bloc-color);
}

@media (hover: hover) {
    .hover\:bg-gray-200:hover {
        color: var(--color-text-activ);
    }
}

.hover\:bg-gray-200{
    border: var(--border);
    border-radius: var(--border-radius);
    backdrop-filter: var(--blur);
    background: var(--main-bloc-color);
}

.product-card-label {
    background: var(--color-text-activ);
}

.navbar-nav{
  text-transform: uppercase;
}

.product-cards {
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
}

@media (max-width: 1200px) {
    .product-cards {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (max-width: 700px) {
    .product-cards {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (max-width: 500px) {
    .product-cards {
        grid-template-columns:repeat(1,1fr)
    }
}

.nav-custom-image{
      width: 40px;
}

@media (max-width: 1290px) {
    .wrapper {
        margin: 0 0px;
    }
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.grid-wrapper {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
  backdrop-filter: var(--blur-1);
  background: var(--main-bloc-color-1);
}

.profile-sidebar {
  padding-top: 20px;
}

.app-wrapper {
  background-color: unset;
}

.product-card-image-container {
  border-bottom: 1px solid;
  border-color: #323232;
}

.nav-link-icon {
  width: 24px !important;
  height: 24px !important;
  object-fit: cover;
}

.nav-link-icon path {
  fill: white;
}

button[data-cid="3"] {
  paddint-right: 10px;
}

@media (max-width: 992px) {
    .navbar {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .navbar-toggler {
        display: block;
        margin-right: 20px;
    }

    .navbar-links {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        background-color: #ffffff00 !important;
        overflow: hidden;
        padding: 0;
    }

    .navbar-mobile {
        width: 100%;
    }

    .navbar-nav {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .nav-item {
        width: 100%;
        justify-content: center;
        height: 4rem;
    }

    .auth-btn,
    .balance-btn,
    .profile-btn {
        width: 100%;
        height: 100%;
        padding: 0;
        justify-content: center;
        height: 4rem;
        position: relative;
    }

    .auth-btns {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

   .banner {
     display: none;
   }
}

.product-card-image-container img:hover {
     transform: scale(1.15);
}

.product-card-image-container img {
     transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     filter: drop-shadow(0 10px 13px rgba(0, 0, 0, .48)) saturate(.92) contrast(1.04) !important;
     box-shadow:  0px 0px 0rem 0rem #0000006b !important;
}