body {
        background: radial-gradient(circle, #002b7d 0%, #000310 110%);
    margin: 0;
    padding: 0;
    background-position: center;
    background-size: 160%;
    font-family: "Science Gothic", sans-serif;
    transition: all 0.4s ease;
      user-select: none; /* Не разрешать выделение текста */
  -webkit-user-select: none; /* Для Chrome/Safari */
  -moz-user-select: none; /* Для Firefox */
  -ms-user-select: none; /* Для IE/Edge */
  -o-user-select: none; /* Для Opera */
}

a {
    cursor: pointer;
}

.menu_app_glav {
    padding: 20px;
      padding-top: 0px;
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    position: fixed;
    justify-content: space-between;
        background: radial-gradient(circle, #002b7d 0%, #000310 110%);
    overflow-y: auto;
}
.menu_app {
  padding: 20px;
  display: flex;
  height: -webkit-fill-available;
  position: fixed;
  width: -webkit-fill-available;
  flex-direction: column;
      background: radial-gradient(circle, #002b7d 0%, #000310 110%);
  overflow-y: auto;
}

.title {
 display: flex;
    height: -webkit-fill-available;

    justify-content: center;
    align-items: center;
}

  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
         background: radial-gradient(circle, #002b7d 0%, #000310 110%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  /* Анимация спиннера */
  .spinner {
    border: 7px solid #cccccc; /* Светлая рамка */
    border-top: 7px solid #00c2ff; /* Цвет спиннера */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: -120px;
    animation: spin 1s linear infinite;
    transition: all 0.2s ease;
  }

  .title img {
        height: 200px;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.title samp {
    color: #e9f5ff;
    font-weight: 600;
    font-size: 35px;
    font-family: "Science Gothic", sans-serif;
}

.title h3 {
        margin: 0px;
        font-size: 35px;
    color: #00b7f0;
}

.balans {
    display: flex;
    flex-direction: column;
    background: #101010d8;
    border-radius: 2px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: solid 2px #162c59;
    padding: 15px;
    box-shadow: 0 0 20px 0px #000000;
}

.balans h3 {
    color: #e9f5ff;
    margin: 0px;
    font-size: 20px;
}

.balans_tarif {
    color: #a4aaaf;
    margin: 0px;
    font-size: 12.5px;
    padding-top: 3px;
}

.balans_days_true {
    color: #1eff00;
    margin: 0px;
    font-size: 12.5px;
    font-weight: 500;
}

.button_pay {
    padding-top: 10px;
}

.button_pay a {
    background: radial-gradient(circle, #006b8d 20%, #01b4ec 100%);
        color: #ffffff;
    border: solid 1.5px #00c2ffe6;
    border-radius: 2px;
    display: flex;
    font-size: 15px;

    font-weight: 700;
    letter-spacing: 1.44px;
    height: 45px;
    box-shadow: 0 0 20px 0px #000000;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.divais {
    display: flex;
    flex-direction: column;
    background: #101010d8;
    border-radius: 2px;
    border: solid 2px #162c59;
    box-shadow: 0 0 20px 0px #000000;
    padding: 15px;
    margin-top: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.divais h3 {
    color: #e9f5ff;
    margin: 0px;
    font-size: 20px;

}

.divais p {
    color: #a4aaaf;
    margin: 0px;
    font-size: 12.5px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.divais_button {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    padding-top: 10px;
    text-align: center;
    flex-direction: column;
}

.divais_button_list {
        background: radial-gradient(circle, #006b8d 20%, #01b4ec 110%);
    border: solid 1.5px #00c2ffe6;
    box-shadow: 0 0 20px 0px #000000;
    border-radius: 2px;
    display: flex;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1.5px;
    height: 45px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
            border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.divais_button_add {
    background: radial-gradient(circle, #006b8d 20%, #01b4ec 100%);
    color: #ffffff;
    border: solid 1.5px #00c2ffe6;
    border-radius: 2px;
    padding: 0px 10px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    height: 45px;
    box-shadow: 0 0 20px 0px #000000;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
}

.glav_menu {
    display: flex;
    justify-content: space-between;
}

.exit {
    background: radial-gradient(circle, #006b8d 50%, #01b4ec 100%);
    color: #ffffff;
    border: solid 1.5px #00c2ffe6;
    box-shadow: 0 0 20px 0px #000000;
    border-radius: 10px;
    display: flex;
    width: 100px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.44px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.divais_list {
    background: #101010d8;
    border-radius: 10px;
    border: solid 2px #162c59;
    box-shadow: 0 0 20px 0px #000000;
    padding: 0px 20px;
    display: flex;
    width: max-content;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.44px;
    height: 45px;
    justify-content: center;
    align-items: center; 
}

.divais_add_info_android {
    display: flex;
    flex-direction: column;
    background: #101010d8;
    border-radius: 10px;
    border: solid 2px #162c59;
    box-shadow: 0 0 20px 0px #000000;
    padding: 20px;
    margin-top: 30px;
}

.divais_add_info_android p {
    margin: 0px;
    font-size: 14px;
    color: #e7e7e7;
}

.boweload_happ_android {
    background: radial-gradient(circle, #006b8d 20%, #01b4ec 100%);
    color: #ffffff;
    border: solid 1.5px #00c2ffe6;
    box-shadow: 0 0 20px 0px #000000;
    border-radius: 10px;
    margin: 7px 0px;
    display: flex;
    width: calc(100% - 4px);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    height: 45px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
 
.key_happ {
    color: #9c9c9c;
    background: rgb(43 43 43);
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border-radius: 10px;
    margin: 5px 0px;
    font-size: 13px;
    margin-bottom: 20px;
    overflow: hidden;
}

.key_happ_copy {
    overflow: hidden;
    display: flex;
    margin-right: 2px;
    width: -webkit-fill-available;
    justify-content: center;
}
 
.divais_add_info_android img {
    background: #101010d8;
    border-radius: 10px;
    border: solid 2px #162c59;
    box-shadow: 0 0 20px 0px #000000;
    margin: 5px 0px;
}

.divaisList {
    position: fixed;
    width: 100%;
    background: #141414e8;
    height: 100%;
    top: 0px;
    left: 0px;
    justify-content: center;
    align-items: center;
}

.divais_all_delete {
    display: flex;
    flex-direction: column;
    margin-top: -200px;
}

.divais_all_delete_1 {
    margin: 0px 20px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    background: #101010f8;
    border-radius: 2px;
    border: solid 2px #162c59;
    box-shadow: 0 0 6px 0px #000000;
    padding: 15px;
    margin-top: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.divais_all_delete_1 h3 {
    color: #e9f5ff;
    margin: 0px;
    font-size: 20px;

}

.divais_all_delete_2 {
    margin: 0px 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.divais_all_delete_2 a {
    display: flex;
    width: -webkit-fill-available;
    justify-content: center;
    height: 45px;
    align-items: center;
        flex-direction: row-reverse;
}

.divais_all_delete_1 p {
    color: #a4aaaf;
    margin: 0px;
    font-size: 12.5px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.divais_all_delete_3 {
    background: radial-gradient(circle, #006b8d 20%, #01b4ec 100%);
    color: #ffffff;
    border: solid 1.5px #00c2ffe6;
    border-radius: 2px;
    display: flex;
    font-size: 13px;

    font-weight: 600;
    box-shadow: 0 0 20px 0px #000000;
    letter-spacing: 1.44px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 10px;
}

.divais_all_delete_4 {
    background: #101010f8;
    border-radius: 2px;
    border: solid 2px #162c59;
    box-shadow: 0 0 20px 0px #000000;
    display: flex;
    font-size: 13px;
    color: #cbcbcb;
    font-weight: 600;
    letter-spacing: 1.44px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 15px;
}









.info_data {
    display: flex;
    flex-direction: column;
    margin-top: -200px;
    width: -webkit-fill-available;
}

.info_data_1 {
    margin: 0px 20px;
    margin-bottom: 10px;
    display: flex;

    flex-direction: column;
    background: #101010f8;
    border-radius: 3px;
    border: solid 2px #162c59;
    box-shadow: 0 0 6px 0px #000000;
    padding: 15px;
    margin-top: 30px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.info_data_1 h3 {
    color: #e9f5ff;
    margin: 0px;
    font-size: 20px;

}

.info_data_2 {
    margin: 0px 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.info_data_2 a {
    display: flex;
    width: -webkit-fill-available;
    justify-content: center;
    height: 45px;
    align-items: center;
}

.info_data_1 p {
    color: #a4aaaf;
    margin: 0px;
    font-size: 12.5px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.info_data_3 {
    background: radial-gradient(circle, #006b8d 20%, #01b4ec 100%);
    color: #ffffff;
    border: solid 1.5px #00c2ffe6;
    border-radius: 3px;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 0 6px 0px #000000;
    letter-spacing: 1.44px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}












.divaisList_contener {
    display: flex;
    padding: 30px;
    background: #101010f8;
    border-radius: 15px;
    border: solid 2px #162c59;
    box-shadow: 0 0 6px 0px #000000;
    flex-direction: column;
    gap: 20px;
}

.divaisList_contener a {
    color: #a4aaaf;
    background: #292929;
    height: 40px;
    width: 200px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 14px;
    overflow: hidden;
    justify-content: center;
}

.list_divais {
    display: flex;
    flex-direction: column;
    background: #101010d8;
    border-radius: 3px;
    border: solid 2px #162c59;
    box-shadow: 0 0 6px 0px #000000;
    padding: 15px;
    margin-top: 30px;
    gap: 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.list_divais h3 {
    color: #e9f5ff;
    margin: 0px;
    font-size: 19px;
}
 
.divais_s {
 background: radial-gradient(circle, #2f2f2f 20%, #232323 100%);
    padding: 10px;
    border-radius: 5px;
    padding-bottom: 0px;
}

.divais_s h2 {
    color: #d4d4d4;
    margin: 0px;
    font-size: 17px;
    margin-bottom: 10px;
}

.divais_s p {
    color: #818181;
    margin: 0px;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.button_delite_all_divais {
 margin-bottom: 15px;
}

.button_delite_all_divais a {
    background: radial-gradient(circle, #006b8d 20%, #01b4ec 100%);
    color: #ffffff;
    border: solid 1.5px #00c2ffe6;
    box-shadow: 0 0 6px 0px #000000;
    border-radius: 3px;
    margin: 10px 0px;
    display: flex;
    width: calc(100% - 4px);
    font-size: 14px;
    font-weight: 600; 
    letter-spacing: 1.4px;
    height: 45px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    
}

.settings_profile {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    gap: 10px;
}

.settings_profile a {
    display: flex;
    width: -webkit-fill-available;
    justify-content: center;
    height: 50px;
    align-items: center; 
        justify-content: center;
    align-items: center;
    background: #101010d8;
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    border: solid 2px #162c59;
    box-shadow: 0 0 6px 0px #000000;
}

.pay_balans_title {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    background: #101010d8;
    border-radius: 10px;
    gap: 20px;
    padding: 15px;
    box-shadow: 0 0 20px 0px #000000;
}

.pay_balans_title h3 {
    color: #ffffff;
    margin: 0px;
    font-size: 17px;
}

.pay_balans_1 {
    display: flex;
    flex-direction: column;
    background: #101010d8;
    border-radius: 10px;
    border: solid 2px #162c59;
    padding: 15px;
    box-shadow: 0 0 20px 0px #000000;
}

.pay_balans_1 h4 {
    color: #e9f5ff;
    margin: 0px;
    font-size: 20px;
}

.pay_balans_1 p {
    color: #818181;
    margin: 0px;
    font-size: 11px;
}

.profile_data {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    background: #101010d8;
    border-radius: 10px;
    gap: 20px;
    padding: 15px;
    box-shadow: 0 0 20px 0px #000000;
}

.profile_id {
    color: #c3c3c3;
    background: rgb(43 43 43);
    height: 40px;
    display: flex;
    margin-left: auto;
    width: max-content;
    margin-right: auto;
    padding: 0px 10px;
    border-radius: 10px;
    font-size: 13px;
    overflow: hidden;
    align-items: center;
}

.profile_button {
    display: flex;
    flex-direction: column;
    background: #101010d8;
    border-radius: 10px;
    border: solid 2px #162c59;
    color: #ffffff;
    font-size: 14px;
    padding: 15px;
    align-items: center;
}

.button_add_profil a {
    background: radial-gradient(circle, #006b8d 20%, #01b4ec 100%);
        color: #ffffff;
    border: solid 1.5px #00c2ffe6;
    border-radius: 10px;
    display: flex;
    font-size: 15px;

    font-weight: 700;
    letter-spacing: 1.44px;
    height: 45px;
    box-shadow: 0 0 20px 0px #000000;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


.pravila_data {
        display: flex;
    flex-direction: column;
    background: #101010d8;
    border-radius: 10px;
    margin-top: 40px;
    border: solid 2px #162c59;
    padding: 15px;
    box-shadow: 0 0 20px 0px #000000;
}

.pravila_data h3 {
    color: #e9f5ff;
    margin: 0px;
    font-size: 18px;
}

.pravila_data_1 {
    padding-top: 20px;
}

.pravila_data h4 {
    color: #dddddd;
    margin: 0px;
    font-size: 16px;
    padding-bottom: 5px;
}

.pravila_data p {
    color: #9e9e9e;
    margin: 0px;
    font-size: 14px;
    margin-bottom: 20px;
}

.payment_history {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    background: #101010d8;
    border-radius: 10px;
    gap: 20px;
    padding: 15px;
    box-shadow: 0 0 20px 0px #000000;
}

.payment_history h4 {
    color: #e9f5ff;
    margin: 0px;
    font-size: 18px;
}

.payment_history_1 {
    display: flex;
    background: #101010d8;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1.5px;
    border: solid 2px #162c59;
    box-shadow: 0 0 6px 0px #000000;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

/* Спиннер */
.spinner-border {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #00c2ffe6;
  margin-right: 10px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  vertical-align: middle;
  margin-left: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.payment_history_1 h2 {
    margin: 0px;
    font-size: 17px;
}

.pay_true {
    color: #00ff45;
}

.pay_false {
    color: #eb0000;
}

.payment_history_1 h3 {
    color: #ffffff;
    margin: 0px;
    font-size: 17px;
}

.payment_history_1 p {
    color: #818181;
    margin: 0px;
    font-size: 11px;
}

.referal {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    background: #101010d8;
    border-radius: 10px;
    gap: 10px;
    padding: 15px;
    box-shadow: 0 0 20px 0px #000000;
}

.referal h3 {
    color: #ffffff;
    margin: 0px;
    font-size: 17px;
}

.referal p {
    color: #9e9e9e;
    margin: 0px;
    font-size: 14px;

}

.referal_2 a {
    background: radial-gradient(circle, #006b8d 20%, #01b4ec 100%);
        color: #ffffff;
    border: solid 1.5px #00c2ffe6;
    border-radius: 10px;
    display: flex;
    font-size: 15px;

    font-weight: 700;
    letter-spacing: 1.44px;
    height: 45px;
    box-shadow: 0 0 20px 0px #000000;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}