.upgradeBox h1,.upgradeBox h2,.upgradeBox h3,.upgradeBox h4,.upgradeBox h5,.upgradeBox p{ margin: 0; padding: 0; }
.upgradeBox{
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        top: 0px;
    }
.upgrade {
        text-align: center;
        padding: 10px;
        background: white;
        border-radius: 5px;
        border: 1px solid #757474;
        line-height: 24px;
        font-family: roboto;
        position: relative;
        width: 100%;
        max-width: 360px;
        box-shadow: 0px 0px 1px #1f1f1f;
}  

.upgrade > button {
    background-color: #358acb;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 5px 20px;
}
.upgrade > h4 {
    font-size: 24px;
    font-weight: 300;
    text-align: right;
    color: #ababab;
    display: flex;
    flex-direction: row-reverse;
}
.upgrade > h2 {
    margin: 10px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}


.upgrade > ul > li {
    list-style-type: disc !important;
    text-align: left;
    margin-left: 20px;
    font-size: 14px;
    color: #358acb;
    line-height: 25px;
    font-weight: 500;
}
.upgrade > h1 {
    font-size: 22px;
    color: #358acb;
    font-weight: bold;
}
.upgrade > ul > li > span { color: #000;}

.upgrade > div {
    display: flex;
    align-items: center;
    margin: 10px 20px;
}

.upgrade > div > input {
    margin-bottom: 0px;
}

.upgrade > div > button {
    background-color: transparent;
    border: none;
    color: #358acb;
    font-weight: bold;
    margin-left: 10px;
}
.upgrade > h3{
    font-size: 18px;
    margin: 20px;
    font-weight: bold;
}
.closeUpgradeBtn p
{
    width:10%;
	cursor:pointer;
}
#couponMsgTxt
{
    font-size: 12px;
    margin: 0px;
}
#transactionForm
{
    display:none;
}
#termsCB{
    opacity: 1;
    position: relative;
    left: -5px;
}
.termsCond
{
    font-size: 11px;
    justify-content: center;
}
.terms_link
{
    text-decoration: underline;
    color:#1855fc;
    cursor: pointer;
}
.terms_link:hover
{
    text-decoration: none;
    
}