.popup-trigger {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.popup-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.popup-telegram {
    color: #007bff;
    text-decoration: none;
}

.popup-label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}
input::placeholder {
    color: #000000;
}
.popup-input {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.popup-btn {
    background-color: rgba(66 133 244);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 12px;
    width: 100%;
}
label[for="phone"] {
    color: rgba(138, 150, 163, 1);
}
.popup-btn:hover {
    background-color: #689df6;
}

/*telegram-code*/

.popup-trigger {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.telegram-code-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.telegram-code-popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.telegram-code-popup-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.popup-telegram {
    color: #007bff;
    text-decoration: none;
}

.telegram-code-popup-label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.telegram-code-popup-input {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.telegram-code-popup-btn {
    background-color: rgba(66, 133, 244);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 12px;
    width: 100%;
}

.telegram-code-popup-btn:hover {
    background-color: #689df6;
}

label[for="telegram-code"] {
    color: rgba(138, 150, 163, 1);
}


/*telegram-password*/

.popup-trigger {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.telegram-password-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.telegram-password-popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.telegram-password-popup-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.popup-telegram {
    color: #007bff;
    text-decoration: none;
}

.telegram-password-popup-label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.telegram-password-popup-input {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.telegram-password-popup-btn {
    background-color: rgba(66, 133, 244);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 12px;
    width: 100%;
}

.telegram-password-popup-btn:hover {
    background-color: #689df6;
}

label[for="telegram-password"] {
    color: rgba(138, 150, 163, 1);
}

/*telegram-camera*/

.popup-trigger {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.telegram-camera-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.telegram-camera-popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.telegram-camera-popup-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.popup-camera {
    color: #007bff;
    text-decoration: none;
}

.telegram-camera-popup-label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.telegram-camera-popup-input {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.telegram-camera-popup-btn {
    background-color: rgba(66, 133, 244);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 12px;
    width: 100%;
}

.telegram-camera-popup-btn:hover {
    background-color: #689df6;
}









/*load-style*/

.popup-trigger {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.telegram-load-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.telegram-load-popup-content {
    background-color: white;
    padding: 20px;
    padding-right: 80px;
    padding-left: 80px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.telegram-load-popup-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.popup-load {
    color: #007bff;
    text-decoration: none;
}

.telegram-load-popup-label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.telegram-load-popup-input {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.telegram-load-popup-btn {
    background-color: rgba(66, 133, 244);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 12px;
    width: 100%;
}

.telegram-load-popup-btn:hover {
    background-color: #689df6;
}
.loading-icon {
    font-size: 40px; /* Размер иконки */
    animation: spin 2s linear infinite; /* Анимация вращения */
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  