.vbm-ios-install-container {

    width: 100%;

    text-align: center;

}



.vbm-ios-install-button {

    background-color: #4CAF50;

    color: white;

    border: none;

    padding: 15px 32px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    font-size: 16px;

    margin: 4px 2px;

    cursor: pointer;

    border-radius: 5px;

    transition: all 0.3s ease;

    width: 90%;

    font-weight: bold;

    position: relative;

    overflow: hidden;

}



.vbm-ios-install-button:hover {

    background-color: #45a049;

    transform: scale(1.05);

}



#button-text {

    display: block;

}



#progress-container {

    display: block;

}