
.page{
    display: none;
}

.alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0;
}

.alertify .ajs-dialog{
    background: none;
    margin: 21px auto 0;
    padding: 0;
    width: 98%;
    width: 96%;
    max-width:450px;
}

.alertify .ajs-commands {
    margin: -21px -4px 0 0;
}

.alertify .ajs-commands button{
    background-color: #fff;
    margin: 0;
    width: 32px;
    height: 32px;
}

.alertify .ajs-body .ajs-content {
    padding: 0;
}

.alertify .ajs-header{
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing:0;
    margin: 0 ;
    padding:0 0 0 24px;
    background: none;
}

.cp-inner{
    background-color: #fff;
    border: 5px solid #2e89fe;
    padding-bottom: 2rem
}

.limited-service p{
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: normal;
    margin: 0;
}

.limited-service{
    background-color: #2e89fe;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack:justify;
    justify-content:space-between;
}

.minutes{
    font-size: 1.4rem;
}

.yellow{
    color: #fff521;
}

.lf{
    display: block;
}

.timebox {
    flex-basis: 60%;
}

.timelimit{
    font-size: 2.5rem;
}

.alertify .ajs-footer {
    background: none;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    margin: 0 0 5px 0;
}

.alertify .ajs-footer .ajs-button {
    color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 4px 0;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}

.alertify .ajs-footer .ajs-buttons .ajs-ok{
    background: #00a23f;
    background: -webkit-linear-gradient(#00f992, #39900a);
    background: linear-gradient(#00f992, #00a23f);
    border: 2px solid #00f28e;
    padding: 1rem;
    width: 100%;
    min-width: 280px;
}

.alertify .ajs-footer .ajs-buttons .ajs-cancel{
    display: none;
}

.alertify .ajs-footer .ajs-button:hover {
    background-color: #2ee59d;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fcffcb;
    transform: translateY(-7px);
}

.alertify .ajs-reset {
    border: none;
}

@media screen and ( min-width:480px) {
    .alertify .ajs-header {
        font-size: 0.7rem;
    }

    .limited-service p {
        font-size: 0.7rem;
    }

    .minutes {
        font-size: 1rem;
    }

    .timelimit {
        font-size: 1.5rem;
    }

    .alertify .ajs-footer .ajs-button {
        font-size: 0.8rem;
    }

    .alertify .ajs-footer .ajs-buttons .ajs-ok {
        min-width: 400px;
    }
}

@media only screen and ( min-width:1024px) {

    .alertify .ajs-dialog{
        margin: 10vh auto 0;
    }

    .alertify .ajs-header, .limited-service p {
        font-size: 1rem;
    }

    .minutes {
        font-size: 1.5rem;
    }

    .timelimit {
        font-size: 2.5rem;
    }

    .alertify .ajs-footer .ajs-button {
        font-size: 1.4rem;
    }

}