.veesing-sms-verify input[type=text]{padding:6px;margin-right:6px}.veesing-sms-verify button{padding:6px 10px;margin-top:6px}
#veesing-test-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.veesing-modal-content {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    width: 360px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}