﻿.review-text {
    margin-top: -20px;
}


.select-service-banner {
    background: url('/assets/images/couch.png') top left no-repeat;
}

.location {
    color: #898989;
    margin-top: -10px;
    margin-bottom: 12px;
}

.select-service-banner {
    background-size: 180% !important;
    background-position: -2rem !important;
    background-position-x: -40px;
    margin-right: 10px
}


.banner {
    height: 40vh;
    max-height: 280px;
    background-color: #ffcc00;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    display: flex;
    gap: 10px;
    color: black;
    padding: 20px;
    padding-right: 0;
    overflow: hidden
}

    .banner p {
        font-size: 26px;
    }

    .banner .selected-location {
        font-size: 13px;
        padding-left: 25px;
        position: relative;
        font-weight: bold
    }

        .banner .selected-location::before {
            content: url("/assets/images/selected-location-white.png");
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .banner > div {
        width: 50%;
        display: block;
        overflow: hidden;
    }

    .banner img {
        width: 100%;
    }






@media screen and (max-width: 909px) {

    .banner .selected-location {
        font-size: 12px;
    }
}

@media screen and (min-width: 700px) {
    .banner_curve {
        display: none;
    }

    .banner p {
        font-size: 36px;
    }

    .banner div {
        margin-left: 5rem;
    }

    .banner p {
        margin-top: 2rem;
    }

    .banner .selected-location {
        margin-top: -10px;
    }

    .select-service-banner {
        background-size: 110% !important;
        background-position: -2rem !important;
    }
}

















































.close-btn {
    margin-bottom: 2rem;
    border: none;
    background-color: white;
    color: #585757;
}

.progress-tabs {
    width: 100%;
    max-width: 400px;
    text-transform: uppercase;
    display: flex;
    gap: 5px;
    height: 45px;
    font-size: 11px;
    margin: auto;
    margin-bottom: 30px;
    font-weight: 300
}


.progress-tab {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .progress-tab::after {
        height: 3px;
        background-color: #DBDBDB;
        content: "";
        bottom: 0px;
        left: 0;
        right: 0;
        position: absolute
    }

    .progress-tab span {
        padding: 3px 10px;
        color: #818181;
        border-radius: 10px;
    }


    .progress-tab.active span {
        color: white;
        background-color: black;
    }

    .progress-tab.active::after {
        background-color: black;
    }

.tags {
    display: flex;
    gap: 20px;
    text-transform: uppercase;
    font-size: 13px;
    align-items: center;
    border-radius: 6px;
}

.tag {
    font-weight: bolder;
    padding: 3px 4px;
}

.page-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}

    .page-title span {
        font-weight: 100;
        font-size: 19px;
    }

.product-info {
    padding: 15px;
    width: 100%;
    max-width: 400px;
    background-color: #ffcc00;
    box-sizing: border-box;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    box-shadow: -4px 4px 28px -1px rgba(0,0,0,0.19);
    -webkit-box-shadow: -4px 4px 28px -1px rgba(0,0,0,0.19);
    -moz-box-shadow: -4px 4px 28px -1px rgba(0,0,0,0.19);
}

    .product-info > img {
        width: 200px;
        height: auto;
        margin: auto;
        display: block;
        margin-top: -20px;
    }

.product-details {
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 30px;
    padding: 10px;
    color: black;
}

.service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

    .service p {
        margin: 10px;
    }

/*   .service::after {
        content: "";
        border: 1px solid transparent;
        border-left-color: #ffcc00;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }*/

.center-cross {
    border-radius: 50%;
    border: 2px solid white;
    background-color: #fc0;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    box-sizing: border-box;
}

    .center-cross::after {
        box-sizing: border-box;
        content: "";
        width: 2px;
        background-color: white;
        display: block;
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }

    .center-cross::before {
        box-sizing: border-box;
        content: "";
        height: 2px;
        background-color: white;
        display: block;
        position: absolute;
        left: 5px;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }


.service p:first-of-type {
    font-size: 22px;
    font-weight: 600;
}

.service p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 600;
}

.internet-speed {
    font-size: 10px;
    font-style: italic;
    font-weight: 100;
    padding-left: 10px;
    position: relative;
    width: 60px;
    display: block;
    margin: auto;
}

    .internet-speed:before {
        content: url("/assets/svg/int-speed.svg");
        display: block;
        position: absolute;
        left: 0;
    }

.features {
    background-color: #F5F5F5;
    padding: 25px;
    margin: 10px 10px 0px 10px;
    border-radius: 30px;
    font-size: 16px;
}

    .features > *, .features p {
        margin: 0;
        margin-bottom: 3px;
    }


    .features .list {
        color: #898989;
        margin-top: 10px;
        font-weight: 200
    }

        .features .list p {
            margin-bottom: 1px
        }

.price {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
}

    .price h2, .price p {
        margin: 0;
    }

    .price h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .price p {
        font-size: 13px;
        font-weight: bolder;
    }

.yellow-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #ffcc00;
    color: black;
    text-align: left;
    height: 46px;
    font-size: 15px;
    font-weight: bold;
}

    .yellow-btn img {
        height: 25px;
        width: auto;
    }


.footer-info {
    margin-top: 10px;
    border-bottom: 13px white solid;
    border-radius: 30px;
}

    .footer-info p {
        font-size: 12px;
        text-align: center;
        margin: 0px;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
    background-color: rgba(0,0,0,0.5);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invalid-id-modal-body {
    background-color: white;
    padding: 40px 35px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    flex-direction: column;
    color: black;
    position: relative;
}

.modal-body {
    background-color: white;
    padding: 40px 35px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    text-align: center;
    flex-direction: column;
    color: black;
    position: relative;
}

.modal p {
    margin: 0;
    padding: 0;
}

.modal-title {
    font-weight: 600;
    font-size: 16px;
}

.modal-desc, .modal li {
    font-weight: normal;
    font-size: 13px;
}



    .modal-desc.gray {
        color: #898989
    }

.modal .yellow-btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 7px;
}

.modal.enter-otp .yellow-btn {
    font-size: 15px;
    height: 40px;
    box-sizing: border-box;
}

.modal.id-notice .yellow-btn {
    font-size: 12px
}

.modal .buttons, .modal form {
    width: 100%;
    padding: 0;
    margin: 0;
}

.buttons {
    margin-top: -20px;
}

.white-btn {
    width: 100%;
    border: 1px solid black;
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: white;
    color: black;
    text-align: center;
    height: 43px;
    font-size: 13px;
    font-weight: bold;
}

.modal {
    display: none;
}

.invalid-id-close-btn {
    float: right;
    position: relative;
    color: #888888;
    left: 11rem;
    cursor: pointer;
    bottom: 2rem;
}

#modal-main {
    display: none;
}

.invalid-id-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
    background-color: rgba(0,0,0,0.5);
}

.msisdn-display {
    color: black
}

.modal ul {
    margin: 0
}

input, select {
    height: 44px;
    background-color: #f2f2f2;
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding-left: 15px;
    box-sizing: border-box;
    outline: none;
}

    input:focus, select:focus {
        border: 1px solid #606D7A
    }

p.resend {
    margin-top: 8px;
    font-size: 12px;
}

.resend a, .resend a:visited {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

.modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 14px;
    width: 14px;
    cursor: pointer
}

.toast {
    background-color: black;
    color: white;
    font-size: 12px;
    padding: 10px 50px 0;
    border-radius: 30px;
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 800;
    height: 40px;
    min-width: 300px;
    display: none
}

    .toast::before {
        content: url('/assets/svg/Frame4.svg');
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .toast.visible {
        display: block
    }

.desktop-back-btn {
    background-color: #FFCC00;
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .mtn-number-detected-modal {
        padding: 0px 35px 20px;
    }

    .invalid-id-modal-body {
        padding: 40px 35px 20px;
        margin: 20px;
        padding: 0px 35px 20px;
    }

    .invalid-id-close-btn {
        float: right;
        position: relative;
        color: #888888;
        left: 10rem;
        cursor: pointer;
        bottom: 0rem;
        top: 0.5rem;
    }
}

@media screen and (width: 360px) and (height: 740px) {
    .product-main {
        height: 100vh;
    }
}

@media screen and (min-width: 900px) and (max-width: 2000px) {
    .progress-tabs {
        max-width: 60%;
    }

    .service p:first-of-type {
        font-size: 26px;
        font-weight: 600;
    }


    .service p:nth-of-type(2) {
        font-size: 13px;
        font-weight: 600;
    }
}

.terms-and-conditions a {
    text-decoration: underline;
    color: black;
    font-weight: bold;
}


@media screen and (min-width: 1000px) and (max-width: 2000px) {
    .tags, .page-title, .desktop-back-btn, .terms-and-conditions {
        margin-left: 5rem;
    }

    .product-details {
        height: 25rem;
        background-color: white;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 20px;
        border-radius: 30px;
        padding: 10px;
        color: black;
    }

    .product-info {
        padding: 15px;
        width: 900px;
        background-color: #ffcc00;
        box-sizing: border-box;
        border-radius: 30px;
    }

    .desktop-main {
        margin-top: 5rem;
    }

    .card-yellow-btn {
        width: 50%;
    }

    .yellow-section {
        background-color: #FFCC00;
        width: 30%;
        height: 420px;
        margin-left: 5rem;
        border-radius: 20px;
        position: absolute;
    }

        .yellow-section img {
            text-align: center;
            margin-top: 6.5rem;
        }

    .white-section {
        width: 50%;
        margin-left: 20rem;
        position: relative;
        border: 1px solid #E0E0E0;
        border-radius: 20px;
        background-color: white;
    }

    .internet-speed {
        width: 90%;
    }

    .service p:nth-of-type(2) {
        width: 40%;
    }

    .modal-body {
        margin: 26rem;
        width: 25%;
    }

    .invalid-id-modal-body {
        /* margin: 26rem;*/
        padding-top: 50px;
        margin: auto;
        width: 25%;
    }

    .close-btn {
        float: right;
        margin-left: 30rem;
        margin-top: -1rem;
        color: #888888;
    }

    .sim-frame {
        margin-top: -3rem;
    }
}

@media screen and (min-width: 700px) and (max-width: 999px) {
    .modal-body {
        margin: 12rem;
    }

    .select-service-banner {
        background-size: 110% !important;
        background-position: -2rem !important;
    }
}
