/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.07.2019, 19:59:20
    Author     : Alexey.Gunter
*/

.subscription-loader,
.subscription-error {
    display: none;
    text-align: center;
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
}

.subscription-overflow {
    display:none;
    opacity: .8; 
    background: #fff; 
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
}

.subscription-loader img, 
.subscription-error .subscription-error-message {
    margin-top: 30%;
}

.subscription-error-message {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 2em;
}