/* PLACE YOU CUSTOM STYLES IN THIS FILE */

.nk-icon-toggle{
    width: auto;
}

.nk-header-title.nk-header-title-sm .nk-header-table {
    min-height: 80px;
}
.nk-header-title .nk-header-table-cell {
    padding: 60px 0;
}
.text-transform-none{
     text-transform: none !important;
}
.text-decoration-none{
     text-decoration: none !important;
}
.text-roboto{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.text-theme{
    color: #e08821 !important;
}
.bg-theme{
    background: #e08821 !important;
}
.border-theme{
    border-color: #e08821 !important;
}
.text-purple{
    color: rgb(198, 79, 241);
}
.nk-social-profile-info-live{
    margin-top: 20px;
}
.streamer-badge{
    background-color: #8956d6;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff; 
    transition: 0.5s;
}
.streamer-badge:hover{
    background-color: #532f89; 
    transition: 0.5s;
}
.w-100{
    width: 100% !important;
}
.py-7{
    padding-top: 7px;
    padding-bottom: 6px;
}
.px-auto{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}
.border-2{
    border-width: 2px !important;
}

li.page-item.active .page-link{
    background-color: #e08821 !important;
    color: #fff !important;
    border-color: #e08821 !important;
}

li.page-item.disabled .page-link{
    background-color: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
}

li.page-item .page-link{
    background-color: #222 !important;
    color: #fff !important;
    border-color: #222 !important;
}

.pus-card{
    height: 120px !important;
}

.box-shadow-info{
    box-shadow: 0 0 9px rgba(66, 208, 255, .5) !important;
}
.text-shadow-info{
    text-shadow: 0 0 9px rgba(66, 208, 255, .5) !important;
}
 
.box-shadow-theme{
    box-shadow: 0 0 9px rgba(224, 136, 33, .5) !important;
}
.text-shadow-theme{
    text-shadow: 0 0 9px rgba(224, 136, 33, .5) !important;
}
.rounded-5{
    border-radius: 5px !important;
}

.scaleit{
    transition: 1s;
}
.scaleit:hover{
    transform: scale(1.2) !important;
    transition: 1s;
}

body {
    cursor: url('../images/cursor/cursorka1.cur'), auto !important;
}

a {
    cursor: url('../images/cursor/cursorka2.cur'), pointer !important;
}

.reseller{
    transition: 1s;
    border: 1px solid #999;
}

.reseller:hover{
    border: 1px solid #e08821;
    box-shadow: 0px 0px 9px #e08821;
    transition: 1s;
}

.clamp-3{
    display: -webkit-box;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-scale{
    opacity: 0.9 !important;
    transition: 0.5s !important;
}

.news-scale:hover{
    opacity: 1 !important;
    transition: 0.5s !important;
    transform: scale(1.1) !important;
}

.news-bundle{
    width: 30%;
    height: 15%;
    position: absolute;
    z-index: 5;
    top:15%;
    text-align: center;
    line-height: 40px;
}
 
.valid {
    color: green;
}
.invalid {
    color: red;
} 

 
#bgvideo {
position: fixed;
right: 0;
bottom: 0;
top: 0px;
min-width: 100%;
min-height: 100%;
z-index: -1;
opacity: 0.25;
} 

.neon-border {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid transparent;
  }

  .neon-border img {
    width: 90%;
    height: 90%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    margin: 5% 5%;
  }

  .neon-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #00ffaa, #00ffaa, #ff0000, #ff0000);
    border-radius: 50%;
    filter: blur(10px);
    z-index: -1;
    animation: rotate-border 3s linear infinite;
  }

  @keyframes rotate-border {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }