@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700&family=Sanchez&display=swap');

:root {
    --btn_1: rgba(22, 223, 104, 1);
    --btn_2: rgba(10, 157, 38, 1);
    --input: #0267ff;
    --gradient-start: #000c17;
    --gradient-end: #001d36;
}

* {
    color: white;
}

input, .errorbox, .contact-left h2, .contact-left p {
    color: black;
}

.header-right {
    visibility: hidden;
}

.bm-section .title, .bm-section-1 .title h1 {
    color: #bda44c;
}

.bm-section.privacy {
    padding: 0;
}

#se-contact-form p, #se-contact-form strong {
    color: black;
}

.contact-left hr {
    border: 2px solid #264099;
    margin: 0;
    width: 20%;
}

.contact-left h2 {
    font-size: 28px;
    margin-bottom: 5px;
}

html {
    background: #222222;
}

body {
    background: #222222;
    margin: 0;
    padding: 0;
}

header {
    background-color: black;
    display: flex;
    padding: 15px;
    overflow: hidden;
}

header a, footer a {
    font-weight: 500;
    color: white;
    text-decoration: none;
}

header a {
    font-size: 60px;
}

footer a {
    font-size: 13px;
    margin-right: 10px
}

footer a:last-of-type {
    margin-right: 0;
}

header a:hover, footer a:hover {
    opacity: 0.8;
    text-decoration: none;
}

#home {
    height: calc(100vh - 110px);
}

#exception {
    height: 100vh;
}

#exception .hero-text-container {
    max-width: 80%;
    margin: auto;
}

.hero-para {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}

.hero-text-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hero {
    background-image: url('/assets/brands/bm/images/hero.jpg')
}

#exception {
    background-image: url('/assets/brands/bm/images/hero-2.jpg');
}

.errorbox {
    font-size: 12px;
}

.header-logo {
    height: 100%;
}

.header-left, .header-mid, .header-right {
    width: 33%;
    max-width: 33%;
    float: left;
    height: 80px;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: left;
}

.header-mid {
    text-align: center;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: right;
}

.container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
}

.hero {
    display: block;
    overflow: hidden;
}

.hero-left, .hero-right {
    display: block;
    max-width: 50%;
    padding: 5%;
    float: left;
}

.hero-img {
    width: 500px;
    height: 500px;
    background-image: url("/assets/brands/se/images/hero.jpg");
    background-size: cover;
    background-position: right;
}

.hero-img::before {
    content: '';
    background: white;
    width: 500px;
    height: 500px;
    display: block;
    opacity: 0.2;
}

.hero-header {
    font-family: 'League Spartan', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 66px;
    letter-spacing: 15px;
    text-align: center;
}

.hero-subheader {
    font-family: 'Sanchez', serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.about-us {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: #212121;
}

.about-us h2 {
    margin: 0;
    margin-bottom: 40px;
}

.about-us .cards {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.about-us .cards .card {
    width: 30%;
    background: #bda44c;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('/assets/brands/bm/images/honeycomb.png');
}

.our-story {
    padding: 5%;
    background-color: #bda44c;
    background-image: url('/assets/brands/bm/images/honeycomb.png');
}

.our-story::before {
    content: '';
}

.our-story h2, .our-story h3, .our-story p {
    text-align: center;
}

.our-story h2 {
    margin-top: 0;
}

.our-story h3 {
    margin-bottom: 0;
}

.our-story .buttons {
    justify-content: center;
}

.our-story .white-btn {
    width: 25%;
    justify-content: center;
    margin: 20px auto;
}

.our-story-hero {
    background-image: url("/assets/brands/se/images/meeting.jpg");
    display: block;
    width: 70%;
    margin: 20px auto;
    background-size: cover;
    aspect-ratio: 16/9;
}

.contact {
    background: #212121;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contact h2 {
    color: #fff;
}

.contact-left, .contact-right {
    padding: 5%;
    width: 50%;
    float: left;
}

.form-group {
    display: block;
    width: 100%;
    overflow: hidden;
}

.form-field {
    float: left;
    width: 42%;
    padding: 5px 4%;
}

.form-message, .section-btn {
    width: 92%;
    padding: 4%;
}

.form-field input, .form-message textarea {
    width: 100%;
    border: none;
    background: #f5f5f5;
    padding: 15px;
    color: black;
}

textarea:focus {
    outline: none;
}

.buttons {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}

.btn {
    display: flex;
    background: blue;
    border-radius: 50px;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.btn2 {
    border: none;
}

.white-btn {
    background: white;
    color: black;
}

.black-btn {
    background: black;
    background-color: black !important;
    color: white;
}

.black-btn:hover {
    color: white;
}

.btn:hover {
    opacity: .8;
}

main .container {
    padding: 0 15px;
}

.input-wrap {
    height: 42px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.input-wrap:after,
.price-panel:after {
    clear: both;
    content: "";
    display: table;
}

.input-wrap .input-icon-wrap,
.input-wrap .input-icon-status,
.input-wrap input {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2000;
}

.input-wrap .input-icon-wrap,
.input-wrap .input-icon-status {
    text-align: center;
    min-width: 42px;
}

.input-wrap input {
    left: 0;
    right: 0;
    border: 0;
    font-size: 20px;
    height: 100%;
    padding: 0 50px;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

.input-wrap .input-icon-wrap {
    background-color: #e1e1e1;
}

.input-wrap .input-icon-status {
    display: none;
    right: 0;
}

.input-wrap.success .input-icon-status {
    display: block;
}

.input-wrap .input-icon-status img {
    display: block;
    margin: 6px auto 0;
    width: 26px;
}

.input-wrap .input-icon-wrap img {
    height: 30px;
    margin-top: 5px;
}

.input-wrap .input-icon-wrap img.icon-pin {
    height: 24px;
    margin-top: 7px;
}

.panel-btn {
    background: rgb(22, 223, 104);
    background: -moz-linear-gradient(top, var(--btn_1) 0%, var(--btn_2) 100%);
    background: -webkit-linear-gradient(top, var(--btn_1) 0%, var(--btn_2) 100%);
    background: linear-gradient(to bottom, var(--btn_1) 0%, var(--btn_2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16df68', endColorstr='#0a9d26', GradientType=0);

    border: 0;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.panel-btn.continue-btn {
    margin-bottom: 15px;
}

.price-panel {
    border-top: 1px #bbb solid;
    border-bottom: 1px #bbb solid;
    margin: 15px 0;
    padding: 5px 0;
}

.price-panel .info-col,
.price-panel .detail-col {
    color: #656565;
    float: left;
    font-size: 11px;
    text-align: left;
    width: 50%;
}

.price-panel .detail-col {
    text-align: right;
}

.msisdn-check-wrap {
    background-color: #86d1ed;
    border: 1px #003c96 solid;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
    padding: 5px 0;
}

.msisdn-check-wrap a {
    color: #003ca0;
    display: block;
    text-decoration: underline;
}

.error-box {
    background-color: #e56666;
    border: 2px #b72e2e solid;
    border-bottom: 1px #b72e2e solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #5d1f1f;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 15px;
    text-align: center;
}

.panel-button-wrap {
    margin-top: 10px;
}

.image-text,
.image-text-2,
.footer-text {
    display: block;
    max-width: 800px;
    text-align: center;
    margin: auto;
    font-weight: normal;
    font-size: 10px;
    color: #b4b4b4;
}

.footer-text {
    margin-top: 20px;
}

.image-text {
    max-width: 70%;
    margin-bottom: 10px;
}

.input-wrap .input-icon-status {
    transition: 0.3s ease all;
    display: block;
    opacity: 0;
}

.top-header {
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.header-container {
    background: #001020;
}

.panel {
    padding: 0;
}

*,
.panel .panel-title label {
    font-family: "Poppins", sans-serif;
}

header .top-img {
    margin: 0 auto;
}

.input-wrap .input-icon-wrap img.icon-pin,
.input-wrap .input-icon-status img,
.input-wrap .input-icon-wrap img {
    margin-top: 10px;
}

.success.input-wrap .input-icon-wrap img {
    filter: invert(1);
}

.panel-btn {
    border: 2px solid #10713b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

.input-wrap {
    height: 50px;
}

.disabled {
    background: #807173;
    color: #a39494;
    border: 2px solid #807173;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}

.grey {
    background: #b7b7b7 !important;
}

.main_terms {
    max-width: 600px;
    display: block;
    margin: 1em auto;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 0 15px;
}

.msisdn-check-wrap {
    margin: 1em;
    text-align: center;
    background-color: var(--msisdn_check);
    border: 1px solid var(--msisdn_check_border);
}

.msisdn-check-wrap a {
    color: #fff;
}

.error-box {
    position: relative;
    width: 88%;
    margin: auto;
    top: 20px;
}



footer {
    padding: 15px;
    background: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer img {
    margin-bottom: 0;
}

.footer-address {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.footer-right {
    display: flex;
    justify-content: right;
    align-items: center;
}

.prefix {
    display: block;
    width: 17%;
    height: 50px;
    float: left;
    background: white;
    border-radius: 50px;
    border: 1px solid green;
    box-sizing: border-box;
}

.prefix .inner {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    text-align: center;
    color: green;
}

input#msisdn, input#pin {
    text-align: left;
    width: 83%;
    border-radius: 50px;
    display: block;
    height: 50px;
    float: left;
    padding: 10px;
    font-size: 18px;
}

input#pin {
    width: 100%;
    text-align: center;
}

input:focus {
    outline: none;
}

.second-icon {
    padding-left: 3px;
    padding-right: 3px;
}

.step-2-enter-pin-click {
    margin-bottom: 20px;
}

:root {
    --panel: #fff;
}

.main-terms {
    margin-top: 50px;
}

footer .footer-links,
footer .footer-links a,
.main_terms,
.panel {
    color: #000;
}

.main_terms,
.footer-links,
.footer-links a {
    color: #bfbfbf !important;
    line-height: 14px;
}

.panel-btn {
    border: none;
    box-shadow: none;
    background: #0027b0;
    color: white;
    padding: 22px;
    border-radius: 0px;
}

.disabled {
    background: #b7b7b7;
    color: #fff;
    border: none;
}

.input-wrap .input-icon-wrap {
    background-color: var(--input);
}

.input-icon-wrap img {
    filter: invert(1);
}

.input-wrap .input-icon-wrap img.icon-pin,
.input-wrap .input-icon-status img,
.input-wrap .input-icon-wrap img {
    margin-top: 6px;
}

.second-icon {
    background-color: #fff !important;
    font-size: 20px;
    padding-top: 6px;
    color: #757575;
    border-right: 1px solid #757575;
    left: 42px;
}

.red-active {
    animation: change 0.3s ease both !important;
}

.msisdn-check-wrap {
    display: none;
}

.form-group {
    width: 50%;
    padding: 10px 1%;
    float: left;
}

.form-group:nth-child(5), .form-group:nth-child(6), .form-group:nth-child(7) {
    width: 100%;
}

.form-horizontal .form-group {
    margin: 0;
}

#se-contact-form input[type="submit"], #msisdn-stop-form input[type="submit"] {
    height: unset;
    width: unset;
}

.form-group input, .form-group textarea {
    width: 100%;
    border: none;
    background: #f5f5f5;
    padding: 15px;
    border: none;
    color: black;
}

header.header, footer.footer {
    display: none;
}

.se-section.privacy, .se-section.terms, .se-section.about {
    padding: 0;
}

.col-sm-offset-1 {
    margin: 0;
}

.col-sm-10 {
    padding: 0;
    width: 100%;
}

@keyframes change {
    from {
        color: #000;
        font-size: 14px;
    }

    to {
        color: #e22600;
        font-size: 16px;
    }
}

@keyframes pulse {
    from {
        box-shadow: none;
    }

    to {
        box-shadow: 0px 0px 5px 5px #25b927;
    }
}

.price_panel {
    margin-top: 10px;
    font-size: 14px;
}

.pre-input {
    font-size: 12px;
}

header .container {
    min-height: 260px;
}

.top-header {
    font-size: 14px;
    margin-top: 0;
}

.image-text {
    max-width: 100%;
    color: #b4b4b4;
    font-size: 14px;
}

.image-text-2 {
    display: flex;
    margin-top: 10px;
    text-align: left;
    padding: 0 10px;
}

.image-text-2 span {
    padding-left: 10px;
}

.image-text-2,
.image-text-3 {
    color: white;
    font-size: 14px;
}

.check-container .image-text-3 {
    max-width: 90%;
    float: left;
    position: relative;
    bottom: 4px;
}

.check-container span {
    font-size: 11px;
    border-bottom: 1px dotted white;
}

.check-container label {
    padding: 0 5px;
}

#termscheck {
    max-width: 20%;
    width: 30px;
    height: 30px;
    background: white;
    float: left;
}

input[type="checkbox"]:checked {
    background: #004fc4 !important;
}

input[type="checkbox"]:checked::after {
    content: "✓";
    color: white;
    position: relative;
    left: 5px;
    top: 5px;
    font-size: 28px;
}

.image-text-subheader {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.top-img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.centered {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}

.list-number {
    background: #004fc4 !important;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    float: left;
    padding: 4px 5px 4px 2px;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    overflow: hidden;
    font-weight: bold;
    font-style: italic;
}

.list-text {
    padding: 0px 0 5px 5px;
    margin: 0;
    display: block;
    float: left;
    width: 90%;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    font-style: italic;
}

.list {
    height: 35px;
}

.list-text span {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.pre-header {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    z-index: 999;
    color: white;
    font-size: 13px;
}

.check-container {
    display: block;
    overflow: hidden;
    margin: 10px;
}

.under-image {
    background-color: #5845ff;
    font-size: 21px;
    color: white;
    text-align: center;
    padding: 10px;
    line-height: 0.8;
}

#msisdn-wrap {
    width: 95%;
    margin: auto;
    background-color: #030031;
    margin-top: 20px;
    margin-bottom: 50px;
}

#msisdn-wrap-wrap {
    padding: 20px;
    overflow: hidden;
}

.separator {
    max-width: 80%;
    margin-bottom: 20px;
}

.footer-terms {
    padding-top: 20px;
    font-size: 12px;
    line-height: 1.6;
    opacity: 1;
    text-align: justify;
    width: 100%;
    display: block;
    color: white;
    max-width: 80%;
    opacity: 0.7;
    margin: auto;
}

.mid-terms {
    font-size: 14px;
    line-height: 1.5;
    opacity: 1;
    text-align: center;
    width: 100%;
    display: block;
    color: white;
    font-weight: 400;
    max-width: 80%;
    margin: auto;
}

.login-link {
    font-size: 10px;
    line-height: 1.2;
    opacity: 1;
    text-align: right;
    display: block;
    color: white;
    float: right;
}

.terms-links a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}

.terms-links {
    display: block;
    max-width: 80%;
    text-align: center;
    margin: auto;
    color: white;
    font-size: 12px;
}

.pre-header,
.top-header {
    font-size: 20px;
    /* font-weight: bold; */
}

.pre-header.sub {
    font-size: 12px;
    font-weight: normal;
}

.pre-msisdn {
    background: white;
    color: #00cdcb;
    border: 1px solid #00cdcb;
    width: 40%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.pre-msisdn::before {
    content: "";
    position: relative;
    bottom: -28px;
    left: 148px;
    /* transform: translateX(-50%); */
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #03cdcb;
}

.pre-msisdn::after {
    content: "";
    position: relative;
    bottom: -26px;
    left: -137px;
    /* transform: translateX(-55%); */
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f5f5f5;
}

.rounded-select {
    padding: 8px 30px 8px 12px;
    border-radius: 50px;
    border: 1px solid #ccc;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='6'><path d='M0 0 L6 6 L12 0 z' fill='%23222'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

/* To style the arrow of the dropdown (optional) */
.rounded-select::-ms-expand {
    display: none; /* For IE/Edge */
}

.rounded-select:after {
    content: "\25BC";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none; /* Makes it non-clickable */
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="checkbox"]:checked {
    background: #004fc4 !important;
}

input[type="checkbox"]:checked::after {
    display: none;
}

.msisdn-cont {
    overflow: hidden;
}

.footer-terms a {
    color: white;
}

.footer-terms a:hover {
    text-decoration: underline;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 769px) {
    .image-text {
        top: 90px;
    }
    
    .pre-msisdn {
        width: 80%;
    }
    
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .contact {
        display: block;
        overflow: hidden;
    }

    .our-story .white-btn {
        width: 50%;
    }

    .hero-header {
        font-size: 4.5rem;
        letter-spacing: normal;
        line-height: 6rem;
    }

    #exception .hero-header {
        font-size: 3rem;
        line-height: 4rem;
    }

    #exception .hero-para {
        font-size: 18px;
    }

    #exception {
        background-position-x: -600px;
    }

    .hero {
        background-position-x: center;
    }

    .card {
        width: 100% !important;
    }

    .cards {
        flex-direction: column !important;
    }

    .hero-left, .hero-right, .contact-left, .contact-right {
        width: 100%;
        max-width: 98%;
        padding: 1%;
    }

    .form-field {
        width: 98%;
        padding: 1px 1%;
    }

    .form-message {
        width: 98%;
        padding: 1%;
    }

    .form-field input, .form-message textarea {
        padding: 20px 2px;
    }

    .header-left, .header-right {
        display: none;
    }

    .footer-right {
        text-align: center;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .footer-logo {
        width: 30%;
        margin: auto;
        margin-bottom: 20px;
        display: block;
    }

    .footer-right a {
        font-size: 16px;
    }

    footer {
        display: block;
    }

    .form-group {
        width: 100%;
    }

    #bm-contact_full_name, #bm-contact_mobile {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 769px) {
    .centered {
        max-width: 32%;
    }
}

#bm-contact-form {
    max-width: 80%;
    margin: auto;
}

#bm-contact-form input[type="submit"], #msisdn-stop-form input[type="submit"] {
    width: 200px;
    height: 57px;
}

.about-icon {
    max-width: 50px;
}