/**
 *
 * @link              http://ProdGraphy.com
 * @since             1.0.0
 * @package           pg360
 *
 * @wordpress-plugin
 * Plugin Name:       360° Generator
 * Plugin URI:        http://prodgraphy.com
 * Version:           1.5.0
 * Setting Page Style in admin area
*/

.pg360_setting_ctrlbtn {
    float: right;
    margin-bottom: -100px;
}

.pg360_btn_a {
    padding: 5px;
    padding-bottom: 7px;
    text-decoration: none;
    margin: 5px;
    border-radius: 20px;
    border: none;
}

#pg360_setting_restore_default {
    float: right;
}

#submit {
    float: right;
    margin-right: 5px;
}


/**
 * Disable Overlay
 */

.pg360_disable_overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.pg360_disable_overlay_text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.5;
}