@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    padding: 0;
    color: #fff;
    background: rgb(30,29,43);
    background: linear-gradient(80deg, rgba(30,29,43,1) 0%, rgba(41,28,85,1) 50%, rgba(30,29,43,1) 100%);
    overflow-x: hidden;
    overflow-y:scroll !important;
    padding-bottom: 100px;
}
.referal-tree {
  list-style: none;
  padding-left: 0;
}

.referal-item {
  margin: 10px 0;
}

.referal-tree:not(.is_not_children) {  
  border-left: 1px solid #514b75;
  padding-left: 20px;
}

.referal-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1a1a2e;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(128, 0, 255, 0.3);
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #7645d9;
  margin-right: 10px;
}

.group-title.text-white.mb-2 {
  margin: 0px 0px 10px !important;
  font-weight: 500;
  font-size: 18px;
}
    .filters-group {
        margin-bottom: 25px !important;
    }

    .filters-row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .filter-block {
        flex: 1;
        min-width: 400px;
    }

    .filter-input, .filter-select {
        width: 100%;
        background-color: #2b2b3c;
        border: none;
        padding: 10px;
        border-radius: 8px;
        color: #fff;
    }

    .form-label {
        color: #aaa;
        display: block;
        margin-bottom: 6px;
    }

    .sort-option {
        background-color: #2b2b3c;
        padding: 10px 15px;
        border-radius: 8px;
        cursor: pointer;
        display: inline-block;
        color: #fff;
        user-select: none;
    }

    .sort-option input {
        display: none;
    }
    .sort-option.active,
    .sort-option:has(input:checked) {
        background-color: #5a3ec8;
    }

    .btn-primary {
        background-color: #5a3ec8;
        padding: 10px 20px;
        border-radius: 8px;
        color: #fff;
        border: none;
    }
.buycloneModalButton{
  display: none;
}
.referal-info {
  flex: 1;
  margin-left: 10px;
}

.referal-login {
  font-weight: bold;
  color: #fff;
}
.referal-name {
  font-size: 14px;
  color: #fff;
}
.referal-created-at {
  font-weight: 300;
  font-size: 13px;
  color: #fff;
}

.referal-status {
  font-size: 0.9em;
}

.referal-status.active {
  color: #3bd38b;
}

.referal-status.inactive {
  color: #d95f5f;
}

.toggle-btn {
  background: none;
  border: none;
  color: #9a9aff;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0 5px;
}

.referal-children {
  display: none;
  margin-left: 20px;
}
.reflected{
    transform: scaleX(-100%);
}
*{
    font-family: 'Montserrat';
    box-sizing: border-box;
}
.index_block{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.index_header{
    padding: 20px 0;
    z-index: 2;
    position: relative;
}
.index_header .index_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_header .logo img{
    height: 60px;
}
.third_index_block{
    background-color: #1E1D2B;
}
.ellipse_header{
    position: absolute;
    height: 2000px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    user-select: none;
    pointer-events:none;
}
.big_top_item{
    background: url(/storage/images/backcode.png);
    position: relative;
    background-size: auto 100%;
    overflow: hidden;
}
.login_button{
    display: inline-block;
    padding: 7px 20px;
    box-shadow: 0px -1px 24px 4px rgba(193, 102, 243, 0.5);
    border: 2px rgb(193, 102, 243) solid;
    background-color: rgba(193, 102, 243, 0.1);
    transition: 0.2s;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}
.login_button:hover{
    background-color: rgba(193, 102, 243, 0.5);
}
.left_side{
    padding: 80px 0 140px;
}
.left_side h1{
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}
.select_image{
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #A859D3;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 8px;
    transition: 0.2s;
}
.select_image:hover{
    background-color: #4A2A5B;
}
.select_image_flex{
    display: flex;
    margin-top: 8px;
    align-items: center;
}
.select_image_flex div{
    text-align: right;
}
.select_image_flex div b{
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 1.4;
}
.select_image_flex div span{
    font-size: 12px;
    display: block;
    line-height: 1.4;
}
.left_side h2{
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}
.my_mentor{
    display: flex;
    align-items: center;
    max-width: 700px;
}
.my_mentor .mentor_image{
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 20%;
    margin-right: 25px;
}
.my_mentor h3{
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}
.my_mentor h4{
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2px;
}
.my_mentor h5{
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}
.hbutton{
    margin-top: 20px;
    display: inline-block;
    box-shadow: 0px -1px 24px 4px rgba(193, 102, 243, 0.5);
    border: 3px rgb(193, 102, 243) solid;
    color: white;
    font-size: 16px;
    transition: 0.2s;
    cursor: pointer;
    padding: 10px 50px;
    font-weight: 600;
    border-radius: 5px;
}
.hbutton:hover{
    background-color: rgba(193, 102, 243, 0.5);
}
.header_content{
    z-index: 2;
}
.header_content .index_block{
    position: relative;
    overflow: hidden;
}
/* Определяем анимацию */
@keyframes opacityAnimation {
    0% {
        opacity: 1;
        transform: scale(1.1) rotate(-2deg);
    }
    50% {
      opacity: 0.4;
      transform: scale(1) rotate(2deg);
    }
    100% {
        opacity: 1;
        transform: scale(1.1) rotate(-2deg);
    }
  }
.header_content .index_block .right_side{
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 500px;
    opacity: 0.5;
    animation: opacityAnimation 3s infinite;
}
.stroke {
    display: flex;
    width: 100vw;
    max-width: 3000px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
 
.stroke__item {
    flex-shrink: 0;
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    animation: running-animation 50s linear infinite;
    white-space: nowrap;
}
 
@keyframes running-animation {
    0% {
        transform: translateZ(0);
    }
 
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
.stroke{
    background-color: #140F26;
    color: blueviolet;
    box-shadow: 0px -1px 24px 4px rgba(0, 0, 0, 0.5);
}
.message {
    display: inline-block;
    background: rgba(20, 30, 50, 0.9); /* Тёмный фон с прозрачностью */
    color: white;
    text-align: center;
    width: 100%;
    padding: 16px 20px;
    border-radius: 15px;
    font-family: sans-serif;
    font-size: 14px;
    max-width: 385px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
  }
  
  
  .message::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 12px;
    width: 10px;
    height: 10px;
    background: rgba(20, 30, 50, 0.9);
    transform: rotate(45deg);
  }
  
  .fil_center{
    height: 200px;  width: 164px;
    object-fit: contain;
  }
  
.second_index_block{
    background-color: rgb(30,29,43);
    overflow: hidden;
}
.second_content{
    padding: 100px 0;
    max-width: 500px;
    z-index: 5;
    
    position: relative;
}
.third_content{
    padding: 100px 0;
    z-index: 5;
    position: relative;

}
.second_content h1{
    margin-top: 0;
    font-weight: 700;
}
.second_content p{
    margin-top: 0px;
    font-weight: 300;
}
.second_content .hbutton{
    margin-bottom: 25px;
}
.second_index_block .index_block{
    position: relative;
}
.right_iphone{
    position: absolute;
    height: 500px;
    bottom: 0;
    right: 40px;
    z-index: 5;
}
.third_index_block h1{
    font-weight: 400;
}
.third_index_block{
    overflow: hidden;
}
.robot_talking{
    display: flex;
    align-items: flex-start;
}
.third_index_block .index_block{
    position: relative;
}
.third_content .robot_talking{
    z-index: -1;
    position: relative;
}
.third_head{
    position: absolute;
    right: 00px;
    width: 500px;
    top: 50%;
    animation: opacityAnimationHead 3s infinite;
    transform: translateY(-50%);
}
.third_content p{
    font-size: 15px;
    max-width: 700px;
    line-height: 2;
}
.robot_back_to_back{
    position: relative;
}
.robot_back_to_back img{
    z-index: 10;
    position: relative;
}
.robot_back_to_back::before{
    content: '';
    position: absolute;
    width: 1000px;
    height: 1000px;
    background: url(/storage/images/ellipse.png);
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Определяем анимацию */
@keyframes opacityAnimationHead {
    0% {
        opacity: 0.85;
        transform: scale(1.1) translateY(-50%);
    }
    50% {
      opacity: 0.2;
      transform: scale(1) translateY(-50%);
    }
    100% {
        opacity: 0.85;
        transform: scale(1.1) translateY(-50%);
    }
  }

.auth_form{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    max-width: 800px;
    margin: 100px  auto 0;
    padding: 70px 100px;  
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
}
.input{
    margin-bottom: 0;
}
.input input{
    font-size: 14px;
    padding: 10px;
}
.underinput{
    color: rgb(214, 214, 214);
    font-size: 13px;
    margin-top: 5px;
}
.invalid-feedback{
    color: red !important;
    display: block !important;
    font-weight: 400 !important;
}
.auth_button{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 3px #A859D3 solid;
    color: white;
    font-size: 16px;
    transition: 0.2s;
    cursor: pointer;
    padding: 10px 50px;
    font-weight: 600;
    border-radius: 14px;  
    background-color: #A859D3;
}
.auth_form h1{
    margin: 0 0 50px;
    font-weight: 600;
}
.linked{
    color: #C166F2;
    text-decoration: underline;
}
.auth_form .blur{
    position: absolute;
    left: 0;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(3px);
    background: rgba(84, 77, 126, 0.75);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.auth_form form{
    z-index: 2;
    position: relative;
}
.sidebar.active{
  transform: translateX(0) !important;
}
.sidebar_profile{
    display: flex;
    align-items: center;
}
.header_main{
    background-color: #202020;
    position: fixed;
    width: 450px;
    z-index: 10;
    border-top: 2px solid #a859d3;
    right: 30px;
    box-shadow: 0px -1px 5px 0px rgba(199, 98, 174, 0.5);
    top: 30px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_h1{
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
}
.damin_title{  
    margin: 10px 0 30px;
    border-left: 4px solid #a859d3;
    padding: 20px 0 20px 20px;
}
.breadcrumbs{
    color: lightgray;
}
.buttons_profile a{
    display: block;
    width: 130px;
    text-align: center;
    background-color: #393939;
    border: 3px solid #202020;
    outline: #A859D3 2px solid;
    color: white;
    font-size: 13px;
    padding: 4px 0;
    margin-bottom: 10px;
    transition: 0.3s;
    border-radius: 5px;
}
.buttons_profile a:hover{
    opacity: 0.7;
}
.buttons_profile a:last-child{
    margin-bottom: 0;
}
.buttons_profile a i{
    margin-right: 8px;
}
img.contented {
    border: 1px #353535 solid;
  }
  .sidebar_ava {
    min-width: 52px;
    width: 52px;
    height: 52px;
  }
  .contented {
    border-radius: 40%;
    object-fit: cover;
  }
  .meta_sidebar {
    margin-left: 16px;
    font-size: 15px;
    line-height: 1.1;
  }
  .meta_sidebar div{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
  }
  .meta_sidebar span{
    font-size: 14px;
    font-weight: 300;
  }
.sidebar{
  transition: 0.3s;
    background-color: #202020;
    position: fixed;
    z-index: 10;
    width: 300px;
    box-shadow: 0px -1px 5px 0px rgba(199, 98, 174, 0.5);
    height: 100vh;
    top: 0;
    border-radius:  0 20px 20px 0;
}
.container{
    position: relative;
    padding-left: 370px;
    padding-right: 30px;
    padding-top: 30px;
}
@supports (-webkit-touch-callout: none) {
    .sidebar {
      height: -webkit-fill-available;
      top: 0;
      left: 0;
      border-radius: 0;
    }
  }
  .logo{
    text-align: center;
  }
  .logo_profie{
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }
  .logo_profie img{
    height: 45px;
  }
  .menu_item{
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 10px 0 10px 40px;
  }
  .menu_item:hover{
    background-color: #a859d315;
  }
  .menu_item.active{
    background-color: #b144ec49;
    border-right: 4px solid #a859d3;
    color: #fff;
  }
  .menu_item i{
    width: 35px;
    font-size: 16px;
  }
  .menu_block{
    margin: 30px 0px 10px 40px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
  }
  .robot_helper{
    bottom: 30px;
    right: 70px;
    position: fixed;
  }
  .robot_image{
    width: 90px;
  }
  
  .menu_block::before {  
    content: '';
    position: absolute;
    font-size: 25px;
    top: 12px;
    transform: translateY(-50%);
    left: -13px;
    width: 2px;
    height: 16px;
    background: white;
}
.sidebar_scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    overflow: auto;
    padding-bottom: 250px;
    height: 100%;
  }
  .blocks{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .blocks_2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .reflink{
    display: flex;
    align-items: center;
  }
  .reflink span{
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    width: 100%;
    background-color: #202020;
    border: 3px solid #202020;
    outline: #A859D3 2px solid;
    color: white;
    text-align: center;
    max-width: 500px;
    border-radius: 5px;
  }
  .reflink a{
    margin: 0;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 20px;
  }
  .block{ 
    background-color: #202020;
  box-shadow: 0px -1px 5px 0px rgba(199, 98, 174, 0.5);
  border-radius: 10px;
  padding: 30px;  
  position: relative;
  border-top: 2px solid #a859d3;
  }
  .nav{ 
    background-color: #202020;
  box-shadow: 0px -1px 5px 0px rgba(199, 98, 174, 0.5);
  border-radius: 4px;
  padding: 20px 20px 10px 20px;  
  position: relative;
  display: block;
  border-top: 2px solid #a859d3;
  margin-bottom: 30px;
  }
  .nav_flex{
    display: flex;
    flex-wrap: wrap;
  }
  .navbar_item{  
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #a859d3;
    padding: 5px 15px;
    transition: 0.2s;
    border-radius: 4px;
    background: none;
    color: white;
    cursor: pointer;
  }
  .label_beautiful {  
    font-weight: 500;
    margin:3px auto;
    background:transparent;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px;
    color: #FFF;
    outline:0 !important;
    padding:9px 20px;
    border-radius: 6px;
    border:1px solid #D92FF2;
    display: block;
  
  }
  .password-wrapper {
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
  .label_beautiful:hover{
    background-color: #d82ff22f;
  }
  .button-drone{
    margin-top: 20px;
    font-size: 15px;
    cursor: pointer;
    padding: 7px;
    border-radius: 5px;
    background: #924bb9;
  }
  .button-admin-drone{
    margin-top: 20px;
    font-size: 15px;
    cursor: pointer;
    padding: 7px;
    border-radius: 5px;
    background: #3459d4;
  }
  .navbar_item i{
    margin-right: 5px;
    font-size: 13px;
  }
  .navbar_item:hover{
    background-color: #4A2A5B;
  }
  .navbar_item.active{
    background-color: #a859d3;
  }
  .navbar_item.inactive{
    opacity: 0.6;
  }
  .navbar_item.glow{
    box-shadow: 0px -1px 5px 2px rgba(193, 102, 243, 0.3);
  }
  .block .robot_head{
    position: absolute;
    z-index: 1;
    width: 60px;
    bottom: 0%;
    right: 10px;
  }
  .block_title{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;  
    color: #e3e3e3;
  }
  .block_content{
    font-size: 22px;
    font-weight: 700;
  }
  .h2_content{
    font-weight: 500;  
    margin-bottom: 25px;
  }
  .h2_form{
    font-weight: 500;  
    margin-bottom: 15px;
  }
  .logical_block{
    margin-bottom: 50px;
  }

  
table{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    background: #252736;
    border-top: 1px solid #1c1c2c;
    border-radius: 10px;
    overflow: hidden;
}
.linked{
    color: rgb(212, 149, 247);
    text-decoration: underline;
    transition: 0.2s;
}
.linked:hover{
    color: rgb(219, 187, 236);
}
.red_linked{
    color: rgb(187, 70, 70);
    text-decoration: underline;
    transition: 0.2s;
}
.red_linked:hover{
    color: rgb(214, 65, 110);
}
.grayable{
    color: #939393;
}
tr{
    border: 1px solid #1c1c2c;
    border-top: 0px;
}
thead td{
    padding: 15px 8px 14px;
}
td{
    padding: 7px 7px 6px;
    border-right: 1px solid #1c1c2c;
}
td:last-child{
    border-right: 0;
}

table tbody tr:nth-child(2n-1){
    background: #202020;
}
table tbody tr:nth-child(2n){
    background: #292929;
}
@media (max-width: 1500px){
    .container table tr {
        padding: 10px 0;
        display: block;
    } 
    .container table td {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        text-align: right;
    }
    .container table td::before {
        text-align: left;
        content: attr(data-label);
        font-weight: 600;
        color:#fff;
        margin-right: 20px;
    }
    .container table thead {
        display: none;
    }
}

.deform {
    max-width: 450px;
}


.inputs_container{
    display: flex;
    margin-bottom: 9px;
}
.input{
    margin-right: 15px;
    width: 100%;
}
.input:last-child{
    margin-right: 0;
}
.index_bordered{
    border-bottom: #ebebeb 1px solid;
    background-color: white;
}
.input input, .input select, .input textarea{
    border:#D8D6DE solid 1px;
    font-size: 13.5px;
    outline: none !important;
    border-radius: 4px;
    padding: 8px;
    transition: 0.4s;
    width: 100%;
}
.input textarea{
    resize: none;
    height: 150px;
}
.input label{
    font-size: 13px;
    color: white;
    line-height: 1;
    margin-bottom: 8px;
}
.btnt{
    color: #fff;
    display: block;
    border-radius: 7px;
    text-align: center;
    border: 2px solid #A859D3;
    background-color: #4A2A5B;
    transition: all 0.3s;
    font-weight: 500;
    padding: 8px 0;
    width: 100%;
    cursor: pointer;
    outline: none !important;
    font-size: 14px;
    margin-top: 15px;
}
.red_btnt{  
    border: 2px solid #a43030;
    background-color: #73251f;
}
.block_title b{
    font-weight: 600;
}
.btnt:hover{
    opacity: 0.6;
}
.underinput{
    font-size: 13px;
    margin-top: 5px;
    color: rgb(180, 180, 180);
}
.input input:hover{
    border-color: #8ba7bb;
}

.input input:focus{
    border-color: #0E72BA;
    -webkit-box-shadow: 0px 0px 6px -2px rgba(34, 60, 80, 0.23) inset;
    -moz-box-shadow: 0px 0px 6px -2px rgba(34, 60, 80, 0.23) inset;
    box-shadow: 0px 0px 6px -2px rgba(34, 60, 80, 0.23) inset;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #a859d3;
    border-color: #a859d3;
  }

  .page-link {
    background-color: #202020;
    color: white;
    border: 1px solid #a859d3;
  }
  .page-item.disabled .page-link {
    display: none;
  }
  .page-link:hover {  
    color: #ffffff !important;
    border: 1px solid #a859d3;
    background-color: #363636;
  }
  .page-link {
    color: white;
  }.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
  }.page-link:hover {
    color: #a859d3;
  }
  .block_data{
    display: grid;
    grid-gap: 5px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .alert{
    font-size: 15px;
  }
  .danger-input{
    border-color: red;
    box-shadow: 0px 0px 8px 0px rgb(255, 0, 0);
  }
  input:disabled {
    background-color: rgb(218, 218, 218); /* Белый фон */
    color: black; /* Черный цвет текста */
    border: 1px solid #ccc; /* Нормальный бордер */
    opacity: 1; /* Убираем эффект прозрачности */
  }

  
.member_container{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.member{
    margin: 0 15px;
    text-align: center;
}
.fill{
  display: flex;
}
.fill i{
  margin-right: 4px;
  position: relative;
}
.fill i.crossed:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 100px;
}
.member_block{
    width: 190px;
    min-height: 185px;
    background: #292929;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -1px 5px 2px rgba(193, 102, 243, 0.3);
}
.red_member_block{
  box-shadow: 0px -1px 5px 2px rgba(199, 40, 40, 0.5);
}
.orange_member_block{
  box-shadow: 0px -1px 5px 2px #f08903;
}
.margin_member_container{
    margin-bottom: 35px;
}
.matrixed-image {
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 19px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .nickname{
    font-size: 15px;
    font-weight: 600;
  }
  .date{
    font-size: 13px;
    font-weight: 400;
  }
.arrow{
    display: block;
    padding: 10px 0;
}
.member_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.member_block .drone_img{
    height: 105px;
}
.drone_text{
    font-size: 15px;
    margin-top: 5px;
}
.member_hover{
    transition: 0.3s;
    cursor: pointer;  padding: 15px;
}
.member_hover:hover{
    background-color: #3B3B3B;
}
.plus_clone{
    font-size: 30px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 70px;
    margin-bottom: 15px;
    background-color: #A859D3;
}
.modal-content{
    background-color: #202020;
}
.modal-title {
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
  }
  .modal-header{
    align-items: center;  
    border-bottom: 1px solid #4b4b4b;
  }
  .modal-footer{
    border-top: 1px solid #4b4b4b;
  }
  .modal-header button{
    background: none;
    border: 0;
    outline: none !important;
    color: white;
    cursor: pointer;
  }
  .modal-footer .btn-primary{
    background-color: #A859D3;  border-color: #A859D3;
  }
  .modal-footer .btn-primary:active,   .modal-footer .btn-primary:focus{
    background-color: #7d429c !important;  border-color: #7d429c !important;
    box-shadow: none;
  }
  
        /* Стили для колокольчика */
        .notification-bell, .burger-menu {
          font-size: 15px;
          position: absolute;
          border-radius: 5px;
          border-top: 2px solid #a859d3;
          box-shadow: 0px -1px 5px 0px rgba(199, 98, 174, 0.5);
          left: -60px;
          top: 0px;
          height: 45px;
          width: 45px;
          text-align: center;
          line-height: 45px;

          background-color: #202020;
          display: inline-block;
          transition: 0.3s;
          cursor: pointer;
      }
      .notification-bell:hover{
        background-color: #303030;
      }
      .notification-count {
        position: absolute;
        top: -12px;
        right: -12px;  
        background: #aa2e45;
        color: #fff;
        border-radius: 50%;
        padding: 2px 5px;
        font-size: 10px;
        width: 25px;
        height: 25px;
        line-height: 21px;
        font-size: 14px;
        font-weight: 600;
      }
      /* Стили для модального окна уведомлений */
      /* Стили для модального окна уведомлений */
      .notification-modal {
        display: none;
        position: fixed;
        z-index: 1000;
        border-top: 2px solid #a859d3;
        box-shadow: 0px -1px 5px 0px rgba(199, 98, 174, 0.5);
        right: 30px;
        top: 140px;
        width: 450px;
        background-color: #202020;
        max-height: 400px;
        overflow-y: auto;
        border-radius: 10px;
        scrollbar-width: thin; /* Узкий скроллбар для Firefox */
        scrollbar-color: #888 #202020; /* Цвет ползунка и трека для Firefox */
    }
    
    /* Стили для скроллбара в WebKit (Chrome, Safari) */
    .notification-modal::-webkit-scrollbar {
        width: 8px; /* Ширина скроллбара */
    }
    
    .notification-modal::-webkit-scrollbar-track {
        background: #202020; /* Цвет трека (фона скроллбара) */
        border-radius: 4px; /* Закругление углов трека */
    }
    
    .notification-modal::-webkit-scrollbar-thumb {
        background: #888; /* Цвет ползунка */
        border-radius: 4px; /* Закругление углов ползунка */
    }
    
    .payment-methods {
      display: flex;
      gap: 20px;
      margin-top: 10px;
  }
  
  .payment-option {
      cursor: pointer;
  }
  
  .payment-option:hover {
      border-color: #007bff;
  }
  
  .payment-option input[type="radio"] {
      display: none;
  }
  
  .payment-option .image-wrapper {
      width: 100px;
      height: 50px;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 8px;
      background: white
  }
  
  .payment-option img {
width: 80%;
height: 100%;
object-fit: contain;
margin: 0 auto;
margin-left: auto;
margin-left: 10%;
}
  
  .payment-option span {
      margin-top: 5px;
      display: inline-block;
      font-weight: 500;
  }
  
  .payment-option input[type="radio"]:checked + .image-wrapper + span {
      font-weight: 700;
  }
  
  .payment-option input[type="radio"]:checked ~ .image-wrapper {
      outline: 3px solid #007bff;
      outline-offset: 3px;
      border-radius: 10px;
  }
    .notification-modal::-webkit-scrollbar-thumb:hover {
        background: #555; /* Цвет ползунка при наведении */
    }
      .notification-modal .modal-content {
          padding: 10px 20px 20px;
      }
      .notification-item {
          padding: 10px 0;
      }
      .notification-item:last-child {
          border-bottom: none;
      }
      .notification-date {
          font-size: 12px;
          color: #999;
      }
      .notification-title {
          font-weight: bold;  
          font-weight: 500;
          font-size: 15px;
          margin-right: 10px;
      }
      .notification-description {
          margin: 5px 0 0 0;
          font-size: 14px;
          font-weight: 300;
      }
      /* Стили для списка уведомлений с заголовками */
      #notification-list {
          list-style: none;
          padding: 0;
          margin: 0;
          max-height: 500px;
      }
      #notification-list li.header{
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 15px;
      }
      #notification-list li.header span {  
        margin: 0;
      padding: 0;
      font-weight: 400;
      background-color: #202020;
      padding: 0 10px;
      z-index: 2;
      color: white;
      font-size: 14px;
      }
      #notification-list li.header:after {  
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        background-color: white;
        height: 1px;
        top: 50%;
      }
      .header:first-child{
        margin-top: 0px;

      }
      .politics{
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
      }
      .politics_block{
        border-radius: 8px;
        background: linear-gradient(103deg, rgb(44, 37, 62) 0%, rgb(102, 54, 121)100%);
        position: relative;
        padding: 30px;
        min-height: 200px;  
        box-shadow: 0px -1px 3px 2px rgba(193, 102, 243, 0.5);
      }
      a.politics_block{
        transition: 0.3s;
        cursor: pointer;
      }
      a.politics_block:hover{
        transform: translateY(-10px);
        opacity: 0.8;
      }
      .politics_block img{
        position: absolute;
        height: 60px;
        right: 20px;
        bottom: 20px;
      }
      .politics_block .title{
        font-weight: 500;
        font-size: 20px;
      }
      .bottom_block{
        padding: 20px 0;
        display: flex;
        justify-content: center;
      }
.burger-menu{
  display: none;
}

.referral-stats h2 {
    font-size: 24px;
    color: #a78bfa;
    margin-bottom: 20px;
}

.referral-summary {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.referral-box {
    background: #2c2c3d;
    padding: 15px;
    border-radius: 12px;
    flex: 1;
    text-align: center;
}

.referral-box .label {
    font-size: 13px;
    color: #aaa;
}

.referral-box .value {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.referral-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.referral-table th, .referral-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #3a3a50;
}

.referral-table th {
    background-color: #2a2a3c;
    color: #ccc;
}

.referral-table td {
    color: #ddd;
}

.referral-table tr:hover {
    background-color: #2c2c40;
}

.level {
    color: #a78bfa;
    font-weight: bold;
}

.gift_image{
  width: 100px;
  height: 70px;
  object-fit: contain;
  margin-right: 30px;
}
.contest_member_block, .gift{  
  display: flex;
  align-items: center;
  background-color: #202020;
  border: 1px #424242 solid;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.contest_member_block .num{
  width: 60px;
  font-size: 18px;
}
.contest_member_block .ava{
  margin-right: 20px;
}
.contest_member_block .login{
  font-size: 16px;
  font-weight: 500;
}
.contest_member_block .count{
  font-size: 14px;
  font-weight: 300;
}
.sum_buy{
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  border: 1px lightgray solid;
  max-width: 600px;
}
.sum_buy h3{
  font-weight: 500;
  margin-bottom: 5px;
}
.red{
  color:rgb(179, 15, 15);
}
.ava_img{
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 8px;
}
.green { color: #6ee7b7; }
.red { color: #f87171; }
.blue { color: #93c5fd; }
      @media (max-width:1360px){
        .header_main{
          position: relative;
          top: auto;
          width: 100%;
          margin-bottom: 45px;
          right: auto
        }
        .notification-bell, .burger-menu{
          position: relative;
          top: auto;
          left: auto;
        }
        .notification-modal{
          position: absolute;
        }
        .blocks{
          grid-template-columns: repeat(1, 1fr);
        }
      }
      @media (max-width:1100px){
        .header_content .index_block .right_side{
          z-index: -1;

        }
        .header_content .index_block .right_side, .third_head{
          opacity: 0.4 !important;
        }
        .politics{
          grid-template-columns: repeat(2, 1fr);
        }
      }
        .only_mobile{
            display:none;
        }
      @media (max-width:1000px){
        .right_iphone{
          opacity: 0.4 !important;
        }
        .second_content{
          z-index: 43;
        }
        .sidebar{
          transform: translateX(-150%);    
          z-index: 10000;
        }
        .only_mobile{
            display:block;
        }
        .container{
          padding-left: 30px;
        }
        .header_main{
          flex-direction: row-reverse;
        }
        .burger-menu{
          display: block;
        }
        .buttons_profile{
          display: none;
        }
      }
      @media (max-width:800px){
        .referral-summary{
          display: block;
        }
        .referral-box{
          margin-bottom: 10px;
        }
        .politics{
          grid-template-columns: repeat(1, 1fr);
        }
        .auth_form .blur{
          position: relative;
          backdrop-filter: none;
          background: transparent;
        }
        .auth_form {
          border-radius: 0;
          position: relative;
          max-width: 100%;
          margin: 30px 25px 0;
          padding: 0;
          box-shadow: none
        }
      }
      @media (max-width:600px){
          .reflink{
              flex-direction: column;
          }
          .reflink .hbutton{
              margin-top: 15px;
              width: 100%;
              text-align:center;
              margin-left: 0;
          }
        .notification-modal{
          max-width: auto;
          width: auto;
          left: 30px;
          right: 30px;
        }
        .third_index_block h1 {
        font-weight: 400;
        font-size: 26px;
      }.left_side h1 {
        font-size: 30px;
      }
        .robot_talking{
          flex-direction: column-reverse;
        }
        .message{
          max-width: 100%;
        }
        .message::after {
          bottom: -5px;
          left: 12px;
          top: auto;
        }
        .index_header .index_block {
          flex-direction: column;
        }
        .login_button{
          margin-top: 20px;
        }        
      }

      @media (max-width:600px){
        .container{
          padding-left: 15px;
          padding-right: 15px;
          padding-top: 15px;
        }
        .notification-modal{
          left: 15px;
          right: 15px;
          top: 125px;
        }
      }
      @media (max-width:490px){
        .sidebar_ava{
          display: none;
        }
        .meta_sidebar{
          margin-left: 0;
        }
      }
      
    .feedback-form {
      background: #2b1d41;
      padding: 40px;
      text-align: center;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 20px;
  }
  .feedback-form h2{
    margin-top: 0;
  }
  
  .feedback-form input, 
  .feedback-form textarea {
      width: 100%;
      margin-bottom: 10px;
      padding: 10px;
      border-radius: 5px;
      border: none;
      background: #3a2b52;
      color: white;
      font-size: 16px;
  }

  .feedback-form button {
      padding: 10px;
      border: none;
      border-radius: 5px;
      background: #6a52a5;
      color: white;
      font-size: 18px;
      cursor: pointer;
  }

  .feedback-form button:hover {
      background: #7b62c2;
  }

  .feedback-form textarea {
      resize: none;
      height: 100px;
  }
  .ment_info {
    color: #7b62c2;
    font-size: 17px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .ment_info i {
    cursor: pointer;
  }
  .half_disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
  }
  .mentor_info {
    font-size: 15px;
    white-space:
  nowrap;
    color: white; 
    background:
    #202020;
    border-radius: 5px;
    min-width: 200px;
    box-shadow: 0px -1px 5px 2px rgba(193, 102, 243, 0.3);
    padding:
  15px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 5;
    top: 26px;
  }
  .ment_info h5 {  font-size: 13px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 6px;
    margin:
  0;
      margin-bottom: 0px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .mentor_in {
    display: flex;
    align-items: center;
  }
  .member_block{
    position: relative;
  }