#pay-background{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none;
}

#pay{
    width: 460px;
    height: 900px;
    background-color: rgba(250, 250, 250, 0.9);
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding-bottom: 30px;*/
    margin: 0 auto;
    position: absolute;
    /*left: calc(50% - 230px);
    top: calc(50% - 450px);*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
}

#smartwizard{
    padding: 20px;
    height: calc(100% - 120px);
}

.sw-theme-dots>.nav .nav-link.active{
    color: #9747FF !important;
}

.sw-theme-dots>.nav .nav-link.active::after {
    background-color: #9747FF !important;
}

.sw-theme-dots>.nav .nav-link.done{
    color: #8b36fb;
}

.sw-theme-dots>.nav .nav-link.done::after {
    background-color: #8b36fb;
}

.sw-theme-dots .toolbar>.btn{
    background-color: #9747FF;
    border: 1px solid #9747FF;
    padding: 10px 30px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    width: 100%;
    margin: 5px 0;
}

.sw>.nav .nav-link {
    text-transform: uppercase;
    font-size: 13px;
}

.sw .toolbar {
    text-align: center !important;
}

.sw>.tab-content{
    height: calc(100% - 255px) !important;
    width: 100%;
    margin: 0 auto;
    overflow: overlay;
}



.pay-tab-title{
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #9747FF;
}

.pay-field{
    width: 100%;
    margin: 25px 0px;
}

.pay-field > span{
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    transition: .2s all;
    height: 25px;
    font-size: 14px;
}

.pay-input-text{
    width: 100%;
    height: 30px;
    border: 1px solid #aaa;
    font-size: 18px;
    outline: none;
    transition: .2s all;
    border-radius: 2px;
}

.pay-input-text:focus{
    border-color: #9747FF;
}

#subscribe-button, #ok-button{
    background-color: #9747FF;
    border: 1px solid #9747FF;
    padding: 10px 30px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    width: 100%;
    margin: 5px 0;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 15px;
}

#pay-done > img{
    width: 140px;
    filter: brightness(0) saturate(100%) invert(36%) sepia(93%) saturate(3916%) hue-rotate(250deg) brightness(101%) contrast(101%);
}

#pay-ok{
    font-family: 'MontserratBold';
    font-size: 25px;
}

#pay-done > a > img{
    width: 140px;
    filter: brightness(0) saturate(100%) invert(36%) sepia(93%) saturate(3916%) hue-rotate(250deg) brightness(101%) contrast(101%);
    margin: 10px;
}



@media only screen and (max-width: 599px) {
    .sw>.nav{
        flex-direction: initial !important;
    }

    #pay{
        width: 100%;
        border-radius: 0;
        max-height: 100%;
        height: 100%;
    }
}
