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

html{
  /* font-family: 'Roboto', sans-serif !important; */
  font-family: 'Atyp',Arial,sans-serif !important;
}

h1,h2,h3,h4,h5{
  /* font-family: 'Roboto', sans-serif !important; */
  font-family: 'Atyp',Arial,sans-serif !important;
  color: #4e4e4e !important;
}

.test-block {
        background-color: var(--primary-color);
        color: var(--secondary-color);
        border-radius: var(--button-radius);
        padding: 20px;
        margin: 20px;
        max-width: 600px;
    }

    .test-block img {
        max-width: 100%;
        border-radius: var(--button-radius);
    }

    .test-block button {
        background-color: var(--secondary-color);
        color: var(--PC);
        border: none;
        padding: 10px 20px;
        border-radius: var(--button-radius);
        cursor: pointer;
    }

button {
  background: none;
  outline: none;
  border: none;
}

   .icon_awesome {
    width: 1em;
    height: 21px;
    fill: currentColor; /* наследует цвет от кнопки */
}

.body_content{
  min-height: calc(100vh - 90px);
  background-image:var(--body-background);
  background-position: bottom center;
  background-size: cover;
  position: relative;
  z-index: 444;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 70vh;
  width: 80vw;
  margin-bottom: 20px;
}


hr,tr,th,td{
  border-top:1px solid  var(--SC) !important;
}

th{
  border-bottom:1px solid var(--SC) !important;
}

.categoryname_header{
  display: block;
    margin: 0 auto;
    text-transform: uppercase;
}

a:focus, a:hover {
  color: orange !important;
  text-decoration: none !important;
}

.headline_cat{
  width: 100%;
  text-align: center;
}


.login_info a {
  color: var(--button_PC) !important;
}

.grid_page{
  display: flex;
  flex-wrap: wrap;
}

.grid_block {
  flex: 0 1 calc(33% - 20px);
}

.account_table{
  flex: 1 1 calc(50% - 10px);
  margin-right: 10px;
}

.verification{
  flex: 1 1;
}

.verification_download input{
  padding: 0;
}

@keyframes gradient {
    0% {
        background-position: 80% 0%;
    }
    50% {
        background-position: 20% 100%;
    }
    100% {
        background-position: 80% 0%;
    }
}

body{
    /* background-color: whitesmoke; */
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    background:var(--body-color); 
}


.product_category_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_category_info p {
  text-align: right;
  color: red;
  font-weight: bold;
  margin-bottom: 0;
}

.product_category_info h4 {
  background:  var(--SC);
  border: 1px solid #c0ad88;
  padding: 5px 10px;
  border-radius: 20px;
  color: whitesmoke !important;
}

.user_assets_block{
  display: flex;
  flex-wrap: wrap;

}

.prod_buy_block{
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.prod_buy_block > div {
  width: 100%;
}

.payment_methods_block{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}


.payment_option {
  cursor: pointer;
  
  flex: 0 1 calc(25% - 10px);
  margin-right: 10px;
  margin-top: 10px;
  min-width: 150px;
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.payment_option input{
  display: none;
}

.white_font{
  color: whitesmoke !important;
  text-shadow: 2px 2px 2px #000000, 1px 1px 1px #fff;
}

.payment_label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  width: 150px;
    height: 150px;
    justify-content: flex-end;
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
}

.payment_label:hover, 
input[type="radio"]:checked + .payment_label {
  border: solid 10px  var(--SC);

}

.payment-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 5px;
}







.welcome_but{
  display: flex;
  flex-direction: column;
  text-align: center;
}

.welcome_but a{
  color: #fff !important;
  margin: 10px 0;
}

.wrap_main{
  max-width: 1140px;
  margin: 0 auto;
  padding:15px 15px 0;
  z-index: 12;
  position: relative;
  min-height: calc(100vh - 90px);
}

.navbar-default{
  background-color: #fff !important;
  border-color: transparent !important;
}

.center_block{
  display: flex;
  width: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.login_block{
  display: flex;
  flex-direction: column;
}


.showing{
  display: flex;
  flex-direction: column;
}


.showing > div {
  width: 100%;
  padding: 0;
}

.showing span{
  font-size: 0.8em;
}

.showing h3{
  margin-bottom: 0;
  margin-top:10px;
}

.project_img{
  margin: 0 auto;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.project_one{
  padding: 10px;
}

.header_align{
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}


.navbar{
  border: none !important;
  border-radius:0 !important;

}

nav.navbar.navbar-default{
  background:  var(--PC) !important;
  color:  var(--SC);
}

.navbar-header{
  flex: 1;
}
/* 
.navbar-collapse {
  flex:1;
}  */

.navbar{
  margin-bottom: 0 !important;
}

.balance_menu{
  display: none;
}

.verifi_header{
  display: flex;
    justify-content: space-between;
    align-items: center;
}

dialog{
  border-radius:   var(--block-radius);
  text-align: center;
  border: 2px solid var(--SC);
}

dialog i{
  color: whitesmoke;
}

.description_p{
  min-height: 10em;
}


.account_table_butt{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.account_table_body {
  padding: 10px;
  width: 100%;
  z-index: 5;
}

.account_table_title{
  font-size: 1.7em;
  font-weight: 600;
  text-align: center;
}

.table_block_noti{
  text-align: center;
}

.btn_main {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Atyp', Arial, sans-serif;
  line-height: 1.55;
  /* font-weight: 600; */
  text-transform: uppercase;
  border-radius:  var(--button-radius);
  background-color: var(--button_PC);
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  padding: 8px;
  margin: 10px auto;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  transition: background-color 0.2sease-in-out, color 0.2sease-in-out, border-color 0.2sease-in-out;
  text-align: center;
}

.btn_mainc{
  background-color: transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  /* border: 2px solid #bd9d63; */
  margin: 40px 30px 0;
}

.btn_main_account{
  color: #ffffff;
  font-size: 14px;
  font-family: 'Atyp', Arial, sans-serif;
  line-height: 1.55;
  text-transform: uppercase;
  border-radius: var(--button-radius);
  background-color: var(--button_PC);
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  padding: 8px;
  margin: 10px auto;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 150px;
  -webkit-text-size-adjust: 100%;
  transition: background-color 0.2sease-in-out, color 0.2sease-in-out, border-color 0.2sease-in-out;
  /* text-align: center; */
      display: flex;
      align-items: center;
      justify-content: flex-start;
}

.withdrawl_butt i{
  margin-right: 20px !important;
}

.btn_main_account i{
  color: var(--button_PC);
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  width: 1.1em;
  height: 1.1em;
  margin-right: 5px;
}

.deposit_show_block{
  display: flex;
  flex-direction: column;
}

.deposit_show_image img {
  width: 150px;
}

.deposit_show_image{
  display: flex;
  justify-content: center;
}

.deposit_show_info_block{
  display: flex;
  flex-direction: column;
  background-color: whitesmoke;
  border-radius:  var(--block-radius);
  padding: 10px;
}

.deposit_show_row{
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-evenly;
}


.deposit_show_row button{
border-radius: 20px;
border:2px solid var(--SC);
font-size: 1.3em;
}

.deposit_show_row>.form-control{
  width: 80% !important;
  margin-right: 10px;
  background: transparent !important;
  border: none !important;
  box-shadow: none;
}

.deposit_show_row p{
  margin-bottom: 0;
  text-align: left;
}

.link_button{
  width: 100%;
  display: flex;
  text-align: center;
  max-width: 390px;
  margin: 0 auto;
}


.payment-option {
  margin: 10px;
  cursor: pointer;
}

.payment-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
}

.payment-label:hover, 
input[type="radio"]:checked + .payment-label {
  border-color: #007bff;
  background-color: #f8f9fa;
}

.payment-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 5px;
}

.btn_gold{
  background-color: var(--button_PC);
  border-radius: 10px;
  color: white;
  padding: 5px;
}

.user_assets_table_v>td{
  vertical-align: middle !important;
}

.user_assets_buttons{
  margin: 10px auto;
}

.btnred{
  background-color: #bd6363;
    border-radius: 10px;
    color: white;
    padding: 6px 12px;
}

.fix_btn{
max-width: 140px;
}

.login_form_button .btn{
  margin: 10px auto;
  width: 100%;
  border: none;
}

.btn:hover {
  background-color: #bd9d63cc; 
  color: white;
}

.white_btn{
  background-color: white;
  color: black;
}

.grey_btn{
  background-color:  var(--button_PC);
  color: white;
}

a.navbar-brand {
  background: var(--logo-square-dark);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 180px;
  height: 40px;
  margin-top: 5px !important;
  margin-bottom: 10px;
}

a.navbar-brand-black {
  background: var(--logo-rect-dark);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 180px;
  height: 40px;
  margin-top: 5px !important;
  margin-bottom: 10px;
}

i,.blue_color{
  color:  var(--SC);
}

i.fa-solid.fa-shield {
  color: inherit;
}

.auth_block{
  width: 100%;
}

.forgot_pass a{
  padding-right: 0 !important;
}

.register_butt{
  text-align: center;
  margin: 20px 0;
}

.login_info{
  max-width: 320px;
  padding: 30px !important;
  width: 100%;
}
.user_assets{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    align-items: center;
}

.prod_block,.window_block{
  background-color:#fff;
  margin: 10px;
  border-radius:  var(--block-radius);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}

.balance_circle::after{
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  background-color:#fff;
  margin: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, 0.5),0px 0px 30px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, 0.5),0px 0px 30px 5px rgba(0, 0, 0, 0.5);
  box-shadow:0px 0px 30px 5px rgba(255, 255, 255, 0.5),0px 0px 30px 5px rgba(0, 0, 0, 0.5);
}

.account_header{
  z-index: 999;
    position: relative;
  /* border-radius: 0 0 40px 40px;
  background: rgb(59,57,57);
background: linear-gradient(180deg, rgba(59,57,57,1) 0%, rgba(59,57,57,1) 50%, rgba(160,140,105,1) 100%); */
}

.account_header_headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 15px;
}

.account_header_balance {
  display: flex;
  align-items: center;
  justify-content: center;
}

.account_header_headline h2{
  color: whitesmoke !important;
  
}
.account_header_headline a{
  background-color: whitesmoke;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, 0.5),0px 0px 30px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, 0.5),0px 0px 30px 5px rgba(0, 0, 0, 0.5);
  box-shadow:0px 0px 30px 5px rgba(255, 255, 255, 0.5),0px 0px 30px 5px rgba(0, 0, 0, 0.5);
}

.window_info,.login_info,.user_assets{
  background-color:#fff;
  margin: 10px;
  border-radius: var(--block-radius);
  padding: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}


.assets_cotalog{
  width: 100%;
  display: block;
}

.card-img-top{
  width: 100%;
  border-radius: 40px 40px 0 0;
}

.card-text{
  /* min-height: 11em; */
  font-size: 1em;
}

.additional_text{
  min-height: 16em;
}

.card-title {
  font-size: 1.7em;
  font-weight: 800;
  color: grey;
  min-height: 2.4em;
}

.big_text{
  font-size: 1.7em;
}

.asset_card{
  padding: 0 !important;
  background-color:#fff;
  margin: 10px;
  border-radius:  var(--block-radius);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}


#copySuccessMessage {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 999;
}
.wallet_copy_deposit{
display: flex;
align-items: center;
margin-top: 10px;
margin-bottom: 10px;
}

.verifi_status {
border-radius: 5px;
padding: 5px;
height: 100%;
font-size: 1em;
font-weight: 400;
}
.header_betwen{
display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_betwen > h2,.header_betwen > h3,.header_betwen > h4{
  margin-top: 0;
}

.is_approved,.not_approved{
  font-size: 0;
}

.is_approved::after{
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  content: "Подтвержденно";
}

.not_approved::after{
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  content: "Не подтвержденно";
}


.green-text,.is_approved{
background: #2FBD6A33;
color: #2FBD6A; 
}

.yellow-text{
background: #F1AE0133;
color: #F1AE01; 
}

.red-text,.not_approved{
background: #E53E3E33;
color: #E53E3E; 
}

.green-text-status{
color: #2FBD6A; 
}

.yellow-text-status{
color: #F1AE01; 
}

.blue-text-status{
color: #2142c4; 
}

.yellow-text-status::after{
display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f110";
  margin-left: 5px;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.red-text-status{
color: #E53E3E; 
}

.header, footer{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px 5px;
  background: var(--PC) ;
  color:  var(--SC);
}

footer{
  height: 50px;
}  

.header a{
  color: whitesmoke !important;
  font-size: 1.2em;
  
}

.logo_block{
  display: flex;
  align-items: center;
}

.logo_img{
  max-width: 65px;
  filter: grayscale(1);
  padding: 5px;
  width: 35px;
  height: 35px;
}


/* Profile*/
.user_edit_form1 label{
  margin: 5px 10px 5px 0;
  color: #898989;
  font-weight: 300;

}

  .user_edit_form1 input, .user_edit_form1 select, .user_edit_form label{
    box-sizing: border-box;
    margin: 5px auto !important;
    border: 1px solid  var(--SC);
    /* padding: 4px 6px; */
  }

  .user_edit_form1 input:focus-visible{
    outline: none;
    border-color:  var(--SC) !important;
  }

  .user_edit_form1 input{
    width: 100%;
  }

  .winow_main_string_left{
    display: flex;
  }

  .winow_main_string_right{
    display: flex;
  }

  .winow_main_string_right p{
    margin: 0 !important;
  }

  .right_side{
    text-align: right;
  }
  
  .edit_string,.create_string,.winow_main_string{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c0ad88;
    padding: 10px;
    justify-content: space-between;
  }


  .create_string input, .create_string select{
    border: 1px solid grey;
  }

  .create_string label{
    width:100px;
  }

  .create_string select{
    border-radius: 10px;
  }

  .edit_string p,.create_string input, .create_string select{
    margin: 0;
    width: 100%;
  }

  .foto_string{
    display: flex;
    align-items: center;
    border-bottom: 1px solid grey;
    padding: 10px;
  }
  .foto_string a{
    width: 100%;    
  }
  .foto_string i{
    color: #E53E3E !important;
  }

  .verifi_docs{
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    justify-content: space-between;
  }

  .verifi_docs p{
    margin: 0;
    width: 120px;
  }


  
  input[type=file]::file-selector-button {
    background-color: #fff;
    color: #000;
    border: 0px;
    border-right: 1px solid #e5e5e5;
    padding: 10px 15px;
    margin-right: 20px;
    transition: .5s;
  }
  
  input[type=file]::file-selector-button:hover {
    background-color: #eee;
    border: 0px;
    border-right: 1px solid #e5e5e5;
  }

  .custom-file-upload {
      border: 1px solid #ccc;
      display: inline-block;
      padding: 6px 12px;
      cursor: pointer;
  }

  .form-group {
    margin: 20px 0;
  }


  .edit_string:last-child, .winow_main_string:last-child{
    border-bottom: none;
  }

  .card{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
  }

  .card img{
    width: 100%;
    border-radius: 40px 40px 0 0;
  }

  .withdwawal_string{
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px;
  }
  
  .deposit_block{
    width: 100%;
    display: flex;
    text-align: center;
  }

  .withdwawal_string input{
    margin: 0;
    width: 100%;
    margin-left: 10px;
  }

  .withdwawal_string label{
    margin: 0;
    width: 120px;
  }

  input, select {
    border-radius: 10px !important;
    padding: 5px 10px;
    border: 2px solid var(--SC) !important;
  }

.notification {
  position: fixed;
  right: 10px;
  top: 60px;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 1000;
  background-color: #92cb9f; /* Зеленый фон для успеха */
  color: white;
  border-radius: 20px;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.notification.error {
  background-color: #dc3545; /* Красный фон для ошибки */
}

.notification.hide {
  opacity: 0;
  visibility: hidden;
}

.v_center{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.file-attach-button {
  display: inline-block;
  cursor: pointer;
  color: #555;
  font-size: 20px;
  margin-left: 10px;
  padding: 6px;
  transition: color 0.2s ease;
}

.file-attach-button:hover {
  color: #000;
}

.card-body{
  padding: 0 20px;
}

.card-body label{
  margin-top: 10px;
}

.card-header{
      display: flex;
      justify-content: center;
    }

a.btn.btn-link{
  text-align: left;
  padding-left: 0 !important;
}


summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
   display:inline-block;
   padding: .3em .5em .3em .4em;
   font-size:1.4em;
   cursor: pointer;
}
summary:after {  
  content: "+";
  margin-left: .3em;
  display: inline-block;
  transition: transform .5s;
}
details[open] > summary:after {
  transform: scale(1,-1);
}
summary ~ * {
   padding:0 1em 0 1em;
}
summary:focus {
  outline:0;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
}
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
details{
  display:block;
  margin-bottom: .5rem;
}

  /* Стили для раскрывающихся элементов */
  .expanded-menu {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 20px;
  }

  .expanded-button {
    width: 48px;
    height: 48px;
    font-size: 2em;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  }


  @keyframes scaling {
    0%  { transform: scale(1);}
    50%{ transform: scale(1.1);}
    100%{ transform: scale(1);}
  }

  @-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .profile_grid{
    display: flex;
  }
  .column_2{
    flex:50%;
  }


  .table_block{
    overflow-x: auto;
  }

  .table_block td, .table_block tr {
    min-width: 100px;
    white-space: nowrap;
}

    /*==========  Non-Mobile First Method  ==========*/


    @media (min-width: 768px){
        .modal-dialog {
        width: 100% !important;
        }
        
        .body_content{
          margin-bottom: 50px;
        }
    }
    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {

      .wrap_main {
        padding: 15px 15px 90px;
    }

      .grid_block {
        flex: 1 1 calc(100% - 20px);
    }

    .account_table{
      width: 100%;
      margin: 0;
      flex: 1 1 calc(100%) !important;
    }

    
      .mob_padd{
        padding: 0 !important;
      }

      .description_p{
        min-height: auto;
      }

      .header_align{
        display: block;
      }

      .balance_menu{
        display: block;
        float: right;
        margin-top: 13px;
        margin-right: 13px;
      }

      .project_one{
        display: flex;
        flex-direction: column;
      }

      .verifi_header{
        flex-direction: column;
      }

      td{
        word-break: break-all;
      }


      .log_first_block {
        display: flex;
        flex-direction: column;
      }

      .main_wrap{
        margin: 0;
      }

      .window_info th {
        display: none; /* Скрываем заголовок таблицы на мобильных устройствах */
    }
    
    .title_cell_td{
      display: block !important;
      color: black;
      font-weight: 600;
    }

    .window_info tr {
      display: block;
      margin: 10px 1px;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
      -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
      box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
      border: none;
    }

    .window_info td {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        text-align: left;
        border: none !important;
    }
  
    .copy_table_td {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
  
    .copy_button {
        cursor: pointer;
    }

    .popup, .popup_open{
      display: none;
      padding: 20px;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      width: 100%;
      max-width: 300px;
      text-align: center;
    }

    .fix_btn{
      max-width: 100%;
      box-sizing: border-box;
      max-width: 230px;
    }

    a.navbar-brand {
      width: 140px;
      margin-bottom: 0;
    }

    .nav-tabs>li>a{
      padding: 5px !important;
    }

    .dec_column{
    flex-direction: column;
    }

    .profile_grid{
      flex-direction: column;
    }
  

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
      .main_screen h1,.main_screen p{
        text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
      }

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

      .main_screen h1,.main_screen p{
        text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;
      }


    }

#fileInput {
  display: none; /* Скрываем стандартный input */
}

#fileUploadButton {
  padding: 0 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fileUploadButton i {
  margin-right: 5px; /* Отступ для иконки */
}

.unread-indicator {
  color: red;
  font-size: 1.5em;
  margin-right: 5px;
}


/*Chat css*/

.chat_headline a{
  font-size: 1.5em;
  margin-left: 15px;
     }
     
     .chat_headline h2{
  margin-right: 15px;
     }
  
  
  #chat-container {
      display: flex;
      flex-direction: column;
      height: calc(100vh - 150px); /* Минус хедер и футер */
      max-width: 600px;
      margin: 0 auto;
      background: #fff;
      border: 1px solid #ddd;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      padding-bottom: 6rem;
  }
  
  /* Заголовок чата */
  /* h2 {
      text-align: center;
      padding: 10px;
      
      color: white;
      margin: 0;
      font-size: 18px;
  } */
  
  /* Контейнер сообщений (занимает всё пространство между заголовком и формой) */
  #chat-messages-container {
      flex-grow: 1;
      overflow-y: auto;
      padding: 15px;
      background: #f9f9f9;
      display: flex;
      flex-direction: column;
  }
  
  /* Список сообщений */
  #chat-messages {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  /* Сообщения */
  .chat-message {
      max-width: 80%;
      width: max-content;
      padding: 10px;
      border-radius: 10px;
      word-wrap: break-word;
      margin-bottom: 10px;
  }
  
  /* Сообщение пользователя */
  .user-message {
      background: var(--SC);
      color: #fff;
      align-self: flex-end;
      text-align: right;
      border-top-right-radius: 0;
      margin-left: auto;
  }
  
  /* Сообщение админа */
  .admin-message {
      background: #f1f1f1;
      color: #333;
      align-self: flex-start;
      border-top-left-radius: 0;
      text-align: left;
  }
  
  /* Имя отправителя */
  .chat-name {
      font-size: 12px;
      font-weight: bold;
      display: block;
      margin-bottom: 3px;
  }
  
  /* Форма отправки сообщений (внизу) */
  #message-form {
      display: flex;
      gap: 10px;
      padding: 10px;
      background: white;
      border-top: 1px solid #ddd;
  }
  
  /* Поле ввода */
  #message-input {
      flex: 1;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 5px;
      outline: none;
  }
  
  /* Кнопка отправки */
  .chat_butt {
      background: var(--button_PC);
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 5px;
      cursor: pointer;
      transition: 0.3s;
  }
  
  .chat_butt:hover {
      background: var(--button_PC);
  }
  /*menu css*/


.center_item{
  background: whitesmoke;
  border-radius: 50%;
  height: 80px;
  width: 80px ! Important;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  
}
.center_item a{
  color: #000 !important;
}
#bottom-menu {
  position: fixed;
  bottom: 0; /* Отступ снизу */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: var(--PC) ;
  /* max-width: 600px; */
  /* background: linear-gradient(0deg, rgba(59,57,57,1) 0%, rgba(59,57,57,1) 50%, rgba(160,140,105,1) 100%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); */
  
  padding: 10px;
  z-index: 999;    
  
}



#bottom-menu .menu {
  align-items:center;
  height: 50px;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-end;
}

#bottom-menu .nav-item {
  width: calc((100% - 40px) / 3);
  text-align: center;
}

#bottom-menu .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: whitesmoke;
  text-decoration: none;
  padding: 5px;
  transition: 0.3s;
}

#bottom-menu .nav-link i {
  font-size: 20px;
  margin-bottom: 5px;
}

#bottom-menu .nav-link.active {
  color: var(--button_PC);
  font-weight: bold;
}


section {
  position: absolute;
  width: 100%;
  height: 30vh;
  overflow: hidden;
  
}

.wave {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30vh;
  background: url(/wave.png);
  background-size: 100vw 30vh;
  /* rotate: 180deg; */
  z-index: 0 !important;
}

.wave1 {
  bottom: 0;
  z-index: 15;
  opacity: 0.9;
  animation: animate 20s linear infinite alternate;
  animation-delay: 0s;
}

.wave2 {
  bottom: 10px;
  z-index: 10;
  opacity: 0.6;
  animation: animate2 15s linear infinite alternate;
  animation-delay: -5s;
}

.wave3 {
  bottom: 15px;
  z-index: 5;
  opacity: 0.3;
  animation: animate 10s linear infinite alternate;
  animation-delay: -2s;
}

.wave4 {
  bottom: 20px;
  z-index: 1;
  opacity: 0.4;
  animation: animate2 5s linear infinite alternate;
  animation-delay: -5s;
}

@keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100vw;
  }
}

@keyframes animate2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -100vw;
  }
}
