/* cmsms stylesheet: modal-tel modified: 14.11.2025 08:34:04 */
.popuptel {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);display: none;z-index: 999;}.popuptel.show {display: flex;align-items: center;justify-content: center;}.popuptel .popup-content {background: #fff;border-radius: 10px;padding: 30px;position: relative;max-width: 560px;width: 90%;text-align: center;animation-duration: 0.4s;}.popuptel h3 {color:#00adf4;font-size:24px;}.popuptel h2 {color:#11397d;font-size:30px;font-weight:300;}.popuptel .close-popup {position: absolute;top: 10px;right: 15px;background: none;border: none;font-size: 24px;cursor: pointer;}.popuptel .phone-input {display: flex;align-items: center;justify-content: center;gap: 5px;margin-bottom: 15px;}.popuptel .flag {width: 24px;height: 16px;}.popuptel .prefix {font-weight: bold;}.popuptel #phone-number {padding: 8px;width:170px;text-align: center;font-size: 16px;border: 1px solid #ccc;border-radius: 6px;}.popuptel #send-phone {background: #555;color: #fff;border: none;padding: 10px 20px;font-size: 16px;border-radius: 6px;cursor: not-allowed;position: relative;transition: all 0.5s ease;}.popuptel #send-phone.active {cursor: pointer;background: #0056b3;}.popuptel #send-phone.active:hover {background: #4885a4;}.popuptel span.info {font-size:12px;color:#333;line-height:16px;display:block;}.popuptel .spinner {display: none;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);width: 16px;height: 16px;border: 2px solid #fff;border-top: 2px solid transparent;border-radius: 50%;animation: spin 1s linear infinite;}.popuptel #send-phone.sending .spinner {display: inline-block;}.popuptel #send-phone.sending .btn-text {opacity: 0.7;}@keyframes spin {to { transform: translateY(-50%) rotate(360deg); }}.popuptel .animated.slideInTop {animation-name: slideInTop;}.popuptel .animated.slideOutTop {animation-name: slideOutTop;}@keyframes slideInTop {from { transform: translateY(-500px); opacity: 0; }to { transform: translateY(0); opacity: 1; }}@keyframes slideOutTop {from { transform: translateY(0); opacity: 1; }to { transform: translateY(-500px); opacity: 0; }}::placeholder {color: #ddd;opacity: 1;}/* Chrome, Safari, Edge, Opera */::-webkit-input-placeholder {color: #ddd;}/* Firefox 19+ */::-moz-placeholder {color: #ddd;opacity: 1;}/* Firefox 4–18 */:-moz-placeholder {color: #ddd;opacity: 1;}/* Internet Explorer 10–11 */:-ms-input-placeholder {color: #ddd;}/* Microsoft Edge (starsze) */::-ms-input-placeholder {color: #ddd;}
