
#paymentFrame {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    height: 100vh;
    box-sizing: border-box;
    display: table;
}

.popupContent #paymentFrame {
    height: auto;
}

#paymentFormFrame input {
    width: 100%;
    box-sizing: border-box;
    border: none;
}

#paymentFormFrame {
    display: table-cell;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

#paymentFormFrame .paymentInfo {
    background-color: white;
    position: relative;
    padding: 0px;
    min-height: 560px;
}

#paymentFormFrame .paymentInfo.full {  
    height: 630px;
}

#paymentFormFrame .paymentInfo.clear {
    background-color: transparent;
}

#paymentFormFrame .logoBox {
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
}

#paymentFormFrame .changeSvgColor {
    /*filter: invert(70%); */
    /* sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%); */
}

#paymentFormFrame .titleBox {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

#paymentFormFrame .title {  
    text-transform: uppercase;
    display: inline-table;
}

#paymentFormFrame .title .big {
    font-size: 44px;
    font-weight: 700;
}

#paymentFormFrame .title .sub {
    font-size: 24px;
    font-weight: 800;
}

#paymentFormFrame .title .subThink {
    font-size: 23px;
    font-weight: 300;
}

#paymentFormFrame .title .pay {
    font-size: 26px;
    font-weight: 300;
}

#paymentFormFrame .title .caption {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

#paymentFormFrame .title .text {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

#paymentFormFrame .cGray {
    color: #1B3156 !important; 
}

#paymentFormFrame .cMain {
    color: rgba(var(--mainColor), 1) !important;
}

#paymentFormFrame .cWhite {
    color:white !important;
}

#paymentFormFrame .fide {
    opacity: .7;
}


#paymentFormFrame .textBox,
#paymentFormFrame .termTextBox {
    color: #1B3156;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
}

#paymentFormFrame .termTextBox {
    padding-top: 0px;
}

#paymentFormFrame .personalBox {
    width: 100%;
    text-align: center;
    background-image: url(/images/Football.png);
    background-size: auto 100%;
    background-position: right -35px bottom 0px;
    background-repeat: no-repeat;
    padding-top: 20px;
}

#paymentFormFrame .personalBox.center {    
    background-position: center center;
    height: 360px;
    padding-top: 20px;
}

#paymentFormFrame .imageBox {  
    position: relative;  
    height: calc(100% - 90px);
    opacity: 0.99;
}

#paymentFormFrame .imageBox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(/images/Football.png);
    opacity: 0.2;
    transform: translate(-50%);
}

#paymentFormFrame .personal {
    text-align: left;
    width: 75%;
    display: inline-table;
}

#paymentFormFrame .personal .title {
    color: rgba(var(--mainColor), 1);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

#paymentFormFrame .personal .item {
    color: #1B3156;
    font-size: 14px;
    font-weight: 400;
    padding-top: 16px;
}

#paymentFormFrame .moneyBox {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
}

#paymentFormFrame .moneyBox .money {  
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 800;
    color: #1B3156;
}

#paymentFormFrame .moneyBox .month {
    font-size: 14px;
    color: #1B3156;
}

#paymentFormFrame .buttonBox {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

#paymentFormFrame .paymentButton {
    background-color: rgba(var(--mainColor), 1);
    padding: 10px;
    color: white;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s;
    width: 95%;
}

#paymentFormFrame .paymentButton:hover {
    background-color: rgba(var(--mainColor), .8);
}

#paymentFormFrame .storeBox {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 40px;
}

#paymentFormFrame .subscribeBox {
    background-color: white;
    border-radius: 5px;
    height: 75px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

#paymentFormFrame .table {
    display: table;
    vertical-align: middle;
    text-align: center;
}

#paymentFormFrame .cell {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

#paymentFormFrame .cell.left {
    text-align: left;
}

#paymentFormFrame .cell.pd0 {
    padding-left: 0px;
    padding-right: 0px;
}

#paymentFormFrame .checkbox.white {
    background-color: white;
    border: none;
    color: rgba(var(--mainColor), .8);
}

#paymentFormFrame .checkbox.white:before {
    content: "-";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 32px;
    font-weight: 300;
    top: calc(50% - 20px);
    left: calc(50% - 5px);
}

#paymentFormFrame .checkbox.white.checked {
    background-color: rgba(var(--mainColor), .8);
    border: none;
    color: white;
}

#paymentFormFrame .checkbox.disabled {
    opacity: 0.3;
}

#paymentFormFrame .checkbox.white.checked:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    top: calc(50% - 9px);
    left: calc(50% - 8px);
} 

#paymentFormFrame .imagePay {
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
}

#paymentFormFrame .paymentBox {
    width: 100%;
    padding-top: 10px;
    min-height: 480px;
    height: 480px;
    position: relative;
}

#paymentFormFrame .paymentBox.disabled {
    opacity: .2;
}

#paymentFormFrame .disabledBox {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 800;
    padding: 20px 10px;
    padding-bottom: 30;
    box-sizing: border-box;
}


#paymentFormFrame .showBox {
    display: block;
}

#paymentFormFrame .hideBox {
    display: none;
}

 


