#invoice-input {
    display: flex;
}

#invoice-input > * {
    padding: 5px 15px;
    border: 1px solid #aaa;
    outline: none;
    margin: 0;
}

#invoice-input > input {
    flex: 1;
}

#invoice-input > button {
    background: #F7BD17;
    color: #fff;
    font-weight: bold;
}

.mp-disabled {
    color: #bbb !important;
}
.my-subscription {
    display: inline-block;
    margin:0 auto;
    padding:20px;
    font-size: 30px;
    border-radius:12px;
}
.mp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #00000077;
}

.mp-panel {
    width: 98%;
    max-width: 420px;
    max-height: 97vh;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 4px 4px 10px 0 #333;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mp-panel::-webkit-scrollbar {
    display: none;
}


.mp-panel h4 {
    border-bottom: 1px solid #ccc;
}

/*.mp-panel .mp-item-name {*/
/*    transform: translateX(25px);*/
/*}*/

.mp-panel > * {
    padding: 20px;
}

.mp-panel > h4, .mp-panel > h5 {
    white-space: nowrap;
    position: relative;
}

.mp-gray {
    height: 150px;
    background: #ddd;
}

.mp-main {
    background: linear-gradient(135deg, #D65453 0.51%, #F7BD17 82.9%);
}

.mp-intro {
    max-width: 480px;
    margin: 50px auto -20px auto;
    color: #edd;
    font-size: 20px;
    line-height: 22px;
}

.mp-intro span {
    color: #fff;
}

.mp-items {
    transform: translateY(50px);
}

.mp-header {
    text-align: center;
    padding-top: 42px;
}

.mp-header > img {
    display: inline-block;
    max-width: 80%;
}

.mp-item {
    padding: 20px 0 10px 0;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 1px 1px 2px 0 #0006;
    transition: .3s;
}

.mp-item-name {
    margin-bottom: 40px;
}

.mp-item-name > span {
    border-radius: 12px;
    display: inline-block;
    padding: 6px 20px 6px 40px;
    font-size: 30px;
    color: #fff;
    position: relative;
    font-weight: 600;
    transform: translateX(15px);
}

.mp-item-name > span > img {
    position: absolute;
    width: 94px;
    bottom: -10px;
    left: -50px;
}

.mp-item-cost {
    border-top: 3px solid #F7BE17;
    border-bottom: 3px solid #F7BE17;
    font-size: 46px;
    color: #F7BD17;
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: -1px;
}

/*.mp-inverted {*/
/*    background: #F7BD17;*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*    font-size: 14px;*/
/*    padding: 10px;*/
/*}*/
.mp-inverted {
    color: #F7BD17;
    font-weight: bold;
    font-size: 14px;
}

.mp-item-cost > p {
    font-size: initial;
    color: initial;
    font-weight: initial;
    letter-spacing: initial;
    margin: 1px 1px 5px 0;
    transform: translateY(-10px);
}

.mp-details {
    padding: 0 0 10px 0;
}

.mp-details > p, div.p {
    text-align: left;
    padding: 5px 20px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

div.p {
    border: none;
}

.mp-details > p > span {
    font-weight: bold;
}

.mp-details span.info {
    float: right;
    text-align: center;
    color: #aaaaaa;
    border: 1px solid #aaa;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 50%;
}

.mp-details span.info span {
    width: 280px;
    font-size: 12px;
    text-align: left;
    position: absolute;
    bottom: 5px;
    background: #ffe;
    border: 1px solid #aaa;
    border-radius: 5px;
    display: none;
    padding: 5px;
    color: #333;
    transform: translate(-250px, -6px);
}

.mp-details span.info:hover span {
    display: block;
}

.mp-details img {
    float: left;
    width: 16px;
    height: 16px;
    margin: 2px 3px 0 0;
    transform: translateX(-3px);
}

.mp-help-item {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 40px 10px;
    grid-gap: 10px;
    align-items: center;
}

.mp-help-item h4 {
    color: #D65453;
    font-weight: bold;
}

.mp-help-item img {
    width: 90%;
    display: block;
    /*margin: 0 auto;*/
}

.mp-buy {
    display: block;
    width: 90%;
    background: linear-gradient(135deg, #D65453 -100.51%, #F7BD17 82.9%);
    color: #fff;
    border-radius: 12px;
    padding: 15px;
    margin: 0 auto 15px auto;
    font-size: 17px;
    font-weight: bold;
    transition: .3s;
}

.mp-buy.disabled {
    filter: saturate(0);
    cursor: not-allowed;
}


.mp-item:hover {
    box-shadow: 4px 4px 10px 0 #333;
}

.mp-buy:not(.disabled):hover {
    background: linear-gradient(135deg, #D65453 0.51%, #F7BD17 82.9%);
}

.mp-buy:hover {
    color: #fff;
}

.deleted-price {
    color: #f00;
    font-size: 20px;
    text-decoration: line-through;
    transform: translateY(10px);
}

#afm-data {
    max-width: 320px;
    background: #fff;
    padding: 0 30px;
    margin: 0 auto;
}

.mbody div {
    margin-top: 5px;
}

#afm-data .modal_header {
    margin-bottom: 0;
    text-align: center;
}
