.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.42);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.popup-content {
    background-color: white;
    padding: 26px 24px 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
    position: relative;
    width: 100%;
    max-width: 380px;
}

.popup-title {
    color: #242529;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 22px;
}

.popup-telegram {
    color: #00aff0;
    text-decoration: none;
}

.popup-label {
    display: block;
    margin-bottom: 7px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}
input::placeholder {
    color: #9aa6b2;
}
.popup-input {
    width: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    color: #242529;
    font-size: 16px;
    line-height: 22px;
    background: transparent;
}

.popup-btn {
    background-color: #00aff0;
    color: white;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 9999px;
    width: 100%;
    min-height: 44px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    transition: background-color .15s linear;
}
label[for="phone"] {
    color: rgba(138, 150, 163, 1);
}
.popup-btn:hover {
    background-color: #0091ea;
}

.phone-field {
    align-items: center;
    border: 1px solid rgba(138, 150, 163, .45);
    border-radius: 8px;
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
    padding: 11px 12px;
    text-align: left;
    transition: border-color .15s linear, box-shadow .15s linear;
}

.phone-field:focus-within {
    border-color: #00aff0;
    box-shadow: 0 0 0 3px rgba(0, 175, 240, .14);
}

.phone-prefix {
    color: #242529;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 22px;
    -webkit-user-select: none;
    user-select: none;
}

/*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); }
  }

.load-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #2d3148;
    border-top-color: #4f8cff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.demo-message {
    color: rgba(138, 150, 163, 1);
    font-size: 12px;
    line-height: 16px;
    margin: 12px 0 0;
}
  
