html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    background: #042255;
    color: white;
    border: 5px solid #89C23F;
    border-radius: 30px;
    width: 100%;
    /* margin: 10px 0px; */
    padding: 10px 16px;
}

/*Navbar*/
.navbar {
    background: #89C23F;
    padding: 5px 5px;
    text-align: center;
    /*border-bottom: 1px solid #eeeeee;*/
}

.container-fluid {
    display: flex;
    justify-content: center;
    /* Center content horizontally */
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding: 10px 19px;
    font-size: 19px;
    position: relative;
    color: #042255;
    /*background: #036CEF;*/
}

.navbar-expand-sm .navbar-nav .nav-link:hover {
    /*background: white;*/
    color: white;
    /* Center the nav items */
}

.navbar-nav {
    margin: 0 auto;
    /* Center the nav items */
}

.navbar-expand-sm .navbar-nav .nav-link.active {
    color: white;
    /*background: white;*/
}

.navbar-toggler {
    background-color: white;
    border: none;
    padding: 10px 6px;
    outline: none;
}

.navbar-brand {
    margin-right: auto;
    margin-left: auto;
}

.header a {
    text-decoration: none;
    font-weight: 500;
    padding: 16px 19px;
    font-size: 23px;
    color: white;
    /*background: white;*/
}

/*Buy Airtime Form*/
.buyairtime-container {
    background: #2c963f;
    border: 5px solid #f18114;
    border-radius: 30px;
    color: white;
}

.Tupay-container {
    background: #2e2e76;
    border: 5px solid #eab70e;
    border-radius: 30px;
    color: #eab70e;
}

.Hallopay-container {
    background: #92278f;
    border: 5px solid #93dcf8;
    border-radius: 30px;
    color: White;
}

/*Form Buttons*/
.submitBairtime {
    background-color: #89C23F;
    font-family: sans-serif;
    text-align: center;
    width: 50%;
    margin: 10px 0px;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 1.1em;
    color: white;
    border-radius: 10px;
    border: 2px solid #FFFFFF;

    cursor: pointer;
    outline: none;
}

.submitBairtime:hover {
    background-color: #159F4A;
}

.submitBairtime:active {
    background: #ED1B24;
    color: white;
}

.container-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content {
    flex-grow: 1;
}

footer {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    margin-top: auto;
}

.sam {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    /* min-height: 100vh; */
    min-height: auto;
}

.sam ol {
    padding-left: 20px;
    /* Adjust padding to properly indent the list */
    margin-left: 0;
    /* Reset margin to avoid extra spacing */
}

.sam ol li {
    margin-bottom: 10px;
    /* Add space between list items if needed */
    list-style-position: inside;
    /* Ensure list numbers are inside the list item block */
}

.landscape-image {
    max-width: 100%;
    height: auto;
}