.settings-row .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
    margin: 8px;
    margin-left: 0px;
    margin-right: 16px;
    flex: 23%;
    max-width: 23%;
    padding: 24px;
    min-height: 200px;
    position: relative;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.rtl .settings-row {
    margin-left: 16px;
    margin-right: 0px;
}

.settings-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-start;
}

.settings-row img {
    width: 47px !important;
    height: 47px !important;
}

h2 {
    font-weight: 700;
    /* font-size: 16px; */
    line-height: 19px;
    color: #7244C8;
}

.settings-row p {
    font-size: 14px;
    line-height: 17px;
    color: #98A2B3;
    margin-bottom: 0px;
    margin-top: 0px;
}

.form-block {
    padding: 10px 0 6px 0;
    background: #ffffff;
    border: 1px solid #eaecf0;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.btn-skip {
    text-align: center;
    padding: 10px 16px;
    height: 40px;
    background: #f4ebff;
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #7244c8 !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.settings .main-section h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
}
.settings .main-section h1 span {
    color: #7244c8;
}
.main-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #475467;
}
.main-section img.header-image {
    float: right;
}
#myProgress {
    width: 100%;
    height: 8px;
    background: #eaecf0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
#myBar {
    width: 1%;
    height: 8px;
    background-color: #7244c8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.main-section {
    margin-top: 11px;
    padding: 6px 24px;
}
.block-header h3 {
    display: -webkit-inline-box;
    vertical-align: top;
    margin: 20px 10px;
}
.btn-action {
    float: right;
    margin-top: 5px;
}
.block-header.row {
    border-bottom: 1px solid #EAECF0;
}
.form-block.completed {
    background: #F6FEF9;
}
.btn-completed {
    height: 32px;
    background: #ECFDF3;
    mix-blend-mode: multiply;
    padding: 6px 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #027A48;
    box-shadow: unset;
    float: right;
    border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    -ms-border-radius: 16px !important;
    -o-border-radius: 16px !important;
}
.completed .btn-completed {
    display: block !important;
}
.completed .btn-action {
    display: none;
}
.btn-action img {
    vertical-align: middle;
    margin: 0 4px;
}
.footer-block {
    padding: 13px 0px 0px;
    height: 160px;
    background: #7244C8;
    border: 1px solid #EAECF0;
    text-align: center;
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.footer-block p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.footer-block a.btn-light {
    padding: 6px 10px;
    width: 91px;
    height: 32px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #7244C8;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.rtl .main-section img.header-image {
    float: left;
}
.rtl .completed .btn-completed {
    float: left;
}
.rtl .btn-action {
    float: left;
}
.rtl .btn-action img {
    transform: rotate(180deg);
}
a.btn-skip-domain {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #7244C8;
    display: block;
    margin: 13px 0px 0 20px;
}
.completed .btn-skip-domain {
    display: none;
}
.header-text a {
    color: #344054;
}
p:not(.main-section p) {
    /* padding: 0 12px; */
}
span.percentage {
    position: absolute;
    top: 33px;
    left: 0;
    font-size: 18px;
}
.rtl span.percentage {
    left: auto;
    right: 0;
}

.settings .block-header .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 25px;
}
.rtl .settings .block-header .switch {
    margin-right: 25px;
    margin-left: 0;
}
.settings .block-header input:checked+.slider {
    background-color: #7244C8;
}
.settings .block-header .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #BBB1B3;
    transition: .2s;
}
.settings .block-header .slider:before {
    position: absolute;
    content: "";
    width: 15.5px;
    height: 15.5px;
    left: 1.5px;
    bottom: 2.21px;
    background-color: #fff;
    transition: .2s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.settings .block-header .slider.round {
    height: 20px;
    width: 34px;
    border-radius:34px;
    -webkit-border-radius:34px;
    -ms-border-radius:34px;
    -o-border-radius:34px;
}
.settings .block-header .switch {
    width: 34px;
    height: 20px;
}
.settings .block-header input:checked+.slider:before {
    transform: translateX(15px);
}
.settings .payment-title {
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
}
.settings .payment-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7b828f;
}
.payments h2 {
    padding: 0px 10px;
}

/*Billing*/
.billing .top-left {
    font-size:65px;
    color:#3ba0ff;
}

.billing {
    padding: 0;
    background: #ffffff;
    border: 1px solid #eaecf0;
    margin-top: 19px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.billing .top-left h2{
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 18px;
}

.billing .badge{
    font-size: 8px;
    padding: 2px 8px 2px 6px;
    height: 22px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.billing .badge-danger{
    background: #FEF3F2;
    color: #B42318;
}
.billing .badge-start{
    background: #F2F4F7;
    color: #344054;
}

.billing .top-right {
    text-align:right;
    padding-right:20px;
}
.billing .top-right .priceAndCurrency{
    color: #060606 !important;
    display: inline-block;
    font-size: 25px !important;
    font-family: 'baloo' !important;
    margin-left: -5px !important;
}
.billing .top-right .pricing-period{
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
    font-family: 'baloo' !important;
    color: #6a7c92 !important;
}
.billing .top-right .price-egp {
    font-size: 25px !important;
    color: #060606 !important;
    margin-left: 5px;
    margin-right: 5px;
}

.billing .billing-overview {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    padding: 20px;
    font-size: 16px;
}

.billing .billing-overview .row{
    margin-bottom: 7px;
}

.billing .payment-info {
    font-weight:500;
}

.billing .billing-total {
    margin-right:-10px;
    font-size:16px;
}

.billing .last-row {
    border-bottom:1px solid #ddd;
}

.billing .billing-bottom {
    padding: 20px;
}

.billing .billing-bottom a {
    color: #7244C8;
}


@media(max-width:575px) {
    .billing .top-left,.billing .top-right,.billing .payment-details {
        text-align:center;
    }

    .billing .from,.billing .to,.billing .payment-details {
        float:none;
        width:100%;
        text-align:center;
        margin-bottom:25px;
    }

    .billing p.lead,.billing .from p.lead,.billing .to p.lead,.billing .payment-details p.lead {
        font-size:22px;
    }

    .billing .btn {
        margin-top:10px;
    }
}

.settings .checkout  {
    background-color: #fff;
    border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
}
.settings .checkout .sale-container{
    background-color: #fff;
}
.settings .checkout .sale-summary {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

@media print {
    .billing {
        width:900px;
        height:800px;
    }
}

img.preimum-img {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 86px !important;
    height: 24px !important;
}
.rtl img.preimum-img {
    right: unset;
    left: 14px;
}
.billing-checkout {
    margin-top: 10px;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}
.settings .billing-checkout .sale-container {
    background: unset;
}
.block-header.row.checkFeature {
    padding-top: 14px;
}
.block-header.row.checkFeature .col-md-2 {
    margin-top: -18px;
}
.block-header.checkFeature.row:last-child {
    border-bottom: unset;
}
.block-header.checkFeature img {
    width: 48px;
    height: 48px;
}
.settings.payments .btn-completed {
    background: #7244c8;
    margin-top: 4px;
}
.payment-block .header-block {
    padding: 20px;
}
.form-block.payment-block {
    padding: 0 15px;
    margin-top: 20px;
}
.payment-block .header-block h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
}
.rtl .billing-bottom img {
    transform: rotateY(180deg);
}

/* settings/carriers */
.carriers .settings-row .card {
    height: 34vh;
}
.carriers .settings-row .card > div:first-of-type {
    height: 5vh !important;
}
.carriers .settings-row {
    margin-top: 15px;
}
.carriers .settings-row img{
    width: 90px !important;
    height: auto !important;
}
.carriers .description {
    margin-top: 20px;
    height: 14vh;
}
.carriers .website,
.payments .website {
    color: #7244c8;
    text-decoration: none;
    float: inline-end;
    margin-top: 10px;
}
.carriers .btn-settings {
    background: #6941c6;
}