html, body {
    height: 100%;
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
}

html {
    background-color: #fff;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 640px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 640px) {
    body {
        width: 100% !important;
    }

    .Enter_mobile_number_text {
        font-size: 36px !important;
    }
}


body, a:link {
    color: #fff !important;
}

.body-content {
    background-color: transparent;
    text-align: center;
    padding: 0;
}

.degradado {
    background-color: transparent;
}

.dl-horizontal dt {
    white-space: normal;
}

.number_verify_otp_inputtext {
    width: 50px !important;
    border-bottom: solid #198754 !important;
    box-shadow: 0 0 0 0px #FFF inset !important;
    border-radius: 0px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    text-align: center !important;
    outline: none;
}

    .number_verify_otp_inputtext:hover {
        border: 0px solid #FFF;
    }

.action_button_banglalink {
    text-decoration: none;
    padding: 0;
    font-size: 1.3rem;
    color: #FFF;
    border-radius: 1rem;
    border: 0;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    line-height: 3.5rem;
    letter-spacing: .1rem;
    background: linear-gradient( 0deg, #198754 0%, #198754 100%);
    font-weight: bold;
}

.action_button {
    text-decoration: none;
    padding: 0;
    font-size: 1.3rem;
    color: #000;
    background-color: #fb7c08; /*#99CC00;*/
    border-radius: 1rem;
    border: 0;
    width: inherit;
    min-width: 280px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    line-height: 3.5rem;
    letter-spacing: .1rem;
    /*background: linear-gradient(0deg, #6ddf47 0%, #2cdc85 100%);
    text-shadow: 0 2px 6px #15a920;*/
    background: linear-gradient( 0deg, #fb7c08 0%, #fb7c08 100%);
    text-shadow: 0 2px 6px #fb7c08;
    font-weight: bold;
    /*box-shadow: 0 0 0 .5rem rgb(109 223 71 / 20%);*/
}

.action_button_waiting {
    text-decoration: none;
    padding: 0;
    font-size: 1.3rem;
    color: #000;
    background-color: #99CC00;
    border-radius: 1rem;
    border: 0;
    width: inherit;
    min-width: 280px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    line-height: 3.5rem;
    letter-spacing: .1rem;
    background: linear-gradient(0deg, #fb7c08 0%, #fb7c08 100%);
    /*text-shadow: 0 2px 6px #15a920;*/
    font-weight: bold;
    box-shadow: 0 0 0 .5rem rgb(109 223 71 / 20%);
}

.Enter_mobile_number_text {
    font-size: 40px;
    color: #000;
    text-align: left;
    font-weight: bold
}

.Enter_your_banglalink_number_text {
    font-size: 20px;
    color: #000;
    text-align: left
}

.input-icon {
    font-size: 30px;
    color: #191919;
    position: absolute;
    width: 20px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

/************ 
//-------------------------------
// CABECERA
//-------------------------------
************/
#main-header {
    background: #333;
    color: white;
    height: 50px;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
}

    #main-header a {
        color: white;
    }


/*
 * Logo
 */
#logo-header {
    text-align: left;
    padding-left: 20px;
    /*float: left;
    padding: 15px 0 0 20px;*/
    text-decoration: none;
}

    #logo-header:hover {
        color: #0b76a6;
    }

    #logo-header .logo-funboxid {
        display: block;
        font-weight: 700;
        padding-left: 20px;
        margin-top: -15px;
    }


.button_bKash {
    width: 100%;
    background-color: white;
    color: #000 !important;
    border: 1px solid #000; /* Green */
    border-radius: 6px;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    /* display: flex;
    align-items: center;*/
}

    .button_bKash:hover {
        opacity: 0.6;
        text-decoration: none;
        border-color: darkred;
    }


.button_banglalink {
    width: 100%;
    background-color: white;
    color: #000 !important;
    border: 1px solid #000; /* Green */
    border-radius: 6px;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    /*display: flex;
    align-items: center;*/
}

    .button_banglalink:hover {
        opacity: 0.6;
        text-decoration: none;
        border-color: darkred;
    }

.Jumbotron {
    background-color: transparent;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px
}

.Div_Subscription_A {
    border-radius: 6px;
    border: 1px solid #000;
    height: 150px;
    color: #fff !important;
}

    .Div_Subscription_A .content_left {
        width: 50%;
        float: left;
    }

    .Div_Subscription_A .content_right {
        width: 50%;
        float: right;
    }

        .Div_Subscription_A .content_right .image {
            width: 50%;
            height: 50%;
            float: right
        }

.gradiente_A {
    background: linear-gradient(to bottom, #028987, #1ec596);
}

.gradiente_B {
    background: linear-gradient(to bottom, #3c5a71, #6ac6c7);
}

.gradiente_C {
    background: linear-gradient(to bottom, #1d8b55, #1ec596);
}

.button_subscribe_bangladesh {
    width: 100%;
    background-color: white;
    color: #2d9163 !important;
    border: 1px solid #000;
    border-radius: 50px;
    text-decoration: none;
    padding: 5px;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.formulario .action_button_waiting {
    animation: animButtonWaiting 1s infinite linear;
}

@keyframes animButtonWaiting {
    0% {
        box-shadow: 0 0 0 0rem rgb(37 150 190 / 100%);
    }

    100% {
        box-shadow: 0 0 0 1rem rgb(37 150 190 / 30%);
    }
}

.exit_button {
    text-decoration: none;
    padding: 0 1rem;
    font-weight: 600;
    font-size: 20px;
    color: #fff !important;
    /*background-color: #4D9D5A;*/
    border-radius: .5rem;
    border: 0;
    width: inherit;
    margin-top: 11px;
    margin-right: .5rem;
    font-weight: normal;
    text-transform: lowercase;
    background-color: rgb(0 0 0 / 40%) !important;
    line-height: 1.6rem;
}

input[type=text] {
    border: 0;
    border-radius: 1rem;
    line-height: 2.4;
    box-shadow: 0 0 0 2px #000 inset;
    margin: 1rem 0 0 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.information {
    font-size: 14px;
    color: #777777;
    font-weight: bold;
}

.information-last {
}

.formulario {
    margin-top: -15px;
    display: inline-block;
    text-align: center;
    width: 60%;
    min-width: 280px;
}

    .formulario .information:not(.formulario input ~ .information) {
        font-weight: bold;
        font-size: .9rem;
        color: #777777;
    }

    .formulario input[type=text] {
        margin-top: .5rem;
        box-shadow: 0 0 0 2px #0195ff inset;
    }

        .formulario input[type=text]:focus {
            box-shadow: 0 0 0 5px rgb(244 67 54 / 25%), 0 0 0 2px #f44336 inset;
        }

    .formulario .action_button {
        animation: animButton 1s infinite linear;
    }
/*
@keyframes animButton {
    0% {
        box-shadow: 0 0 0 0rem rgb(109 223 71 / 60%);
    }

    100% {
        box-shadow: 0 0 0 1rem rgb(109 223 71 / 0%);
    }
}*/

#main-footer {
    background: #0195ff;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

    #main-footer p {
        margin: 0;
    }

    #main-footer a {
        color: white;
    }


#divPadre {
    text-align: center;
    background: #FFFF url(/Image/Safaricom/header.jpg) no-repeat center;
    height: 120px;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: right;
    align-items: center;
}

#divHijo {
    width: 12%;
}

.boton {
    text-decoration: none;
    padding: 0 1rem;
    font-weight: 600;
    font-size: 20px;
    color: #fff !important;
    border-radius: .5rem;
    border: 0;
    width: inherit;
    margin-top: -20px;
    margin-right: 1.2rem;
    font-weight: normal;
    background-color: transparent !important;
    line-height: 1.6rem;
    border: 2px solid #fff;
}

    .boton a {
        display: block;
        width: 100%;
        height: 100%;
    }

.footer {
    background-color: #0195ff;
}

.linea-separadora {
    margin: .5rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .1;
    height: 1px;
}

#imgSportz365 {
    width: 1400px;
    height: 140%;
}

.message-error {
    display: block;
}

#imgBanner {
    margin: auto;
    border-radius: 0 !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.num-error {
    color: #fff;
    font-size: 12em;
    font-weight: bold;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.num-error {
    text-align: center;
}

.title-error {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.title-error {
    text-align: center;
}

.button-home {
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}

    a:link {
        color: #fff;
    }

    a:visited {
        color: #8b9aa8;
    }

    a:focus {
        border-bottom: 1px solid;
        background: transparent;
    }

    a:hover {
        border-bottom: 1px solid;
        background: transparent;
    }

hr {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .1;
}

.wrapper {
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);
     grid-gap: 10px;
    */
    grid-auto-rows: minmax(50px, 80px);
    /*minmax(50px, auto);
    */
    height: 7em;
}

.one {
    grid-column: 1 / 3;
    grid-row: 1;
    display: contents;
    /*block;
    /*flex;
    */
    justify-content: center;
    align-items: center;
}

.two {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../../Image/BACKGROUND_EXIT_BUTTON.jpeg");
    height: inherit;
}

.label-price {
    text-align: left;
    font-weight: bold;
}

.price {
    text-align: right;
    font-weight: bold;
}

.label-frecuency {
    text-align: left;
    font-weight: bold;
}

.frecuency {
    text-align: right;
    font-weight: bold;
}

@media screen and (max-width:375px) {
    html {
        height: 100%;
    }

    body {
        width: auto;
    }

    #imgSportz365 {
        height: 100%;
    }

    .number_verify_otp_inputtext {
        width: 30px !important;
    }

    #imgBanner {
        width: 600%;
        height: 50%;
        text-align: center;
    }

    .action_button {
        width: auto;
    }

    .exit_button {
        font-size: 15px;
        padding: 0px .25rem;
        margin-top: 10px;
    }

    .information {
        font-size: 12px;
        font-weight: bold;
    }

    .information-last {
        margin-top: -15px;
    }

    .py-3 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .num-error {
        font-size: 5em;
    }

    .title-error {
        font-size: 2em;
    }

    .wrapper {
        display: grid;
        grid-auto-rows: minmax(50px, 80px);
        height: auto;
    }

    #divPadre {
        height: 70px;
    }

    #divHijo {
        width: 15%;
    }

    .boton {
        font-size: 10px;
        padding: 0;
        margin-top: -13px;
        margin-right: 0.5rem;
    }

    .Enter_mobile_number_text {
        font-size: 28px !important;
    }

    .Enter_your_banglalink_number_text {
        font-size: 15px;
    }

    .Div_Subscription_A .content_right {
        margin-top: 20px;
    }

        .Div_Subscription_A .content_right .image {
            width: 80%;
        }
}

.text-danger {
    color: #f44336 !important;
}
