body {
    padding: 60px 20px;
    background-color: rgb(224, 224, 224);
}

#back_arrow {
    font-size: 12px;
}

#waec {
    background-image: url(media/waec.jpg);
    background-blend-mode: darken;
    background-position: center;
    background-size:cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 150px;
    margin: 10px 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    background-color: white;
    position: relative;
}

#checker {
    background-color: yellow;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 8px;
    border-top-right-radius: 40px;
    width: 80%;
    opacity: 90%;
    font-weight: 700;
    border-top-left-radius: 60%;
    border-bottom-left-radius: 60%;
}

#placement {
    background-color: yellow;
    height: 40px;
    position: absolute;
    bottom: 10px;
    border-top-right-radius: 60%;
    border-bottom-right-radius: 60%;
    width: 80%;
    border-bottom-left-radius: 40px;
    left: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    opacity: 90%;
    right: 8px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#placement:hover,
#checker:hover {
    opacity: 100%;
    transition: 0.15s;
    cursor: pointer;
}

#waecInfo{
    color: rgb(247, 244, 242);
    font-weight: 800;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#checkerInfo{
    color: rgb(245, 37, 0);
    font-weight: 300;
    font-family: sans-serif;
    position: absolute;
    bottom: 10px;
    right: 20px;
    background-color: whitesmoke;
    padding: 10px;
    border-radius: 3px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#back_arrow:hover {
    cursor: pointer;
    color: red;
}

#header {
    background-color: white;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    z-index: 20;
}

.sunday-notice {
    color: red;
}

/* CSS */
.button-88 {
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 200;
    font-size: 10px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: #ad5389;
    background: linear-gradient(0deg, rgb(167, 42, 20) 0%, rgb(247, 102, 102) 100%);
    border: none;
    box-shadow: 0 0.7em 1.5em -0.5em #a7141498;
    letter-spacing: 0.05em;
    border-radius: 20em;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-88:hover {
    box-shadow: 0 0.5em 1.5em -0.5em #a73e1498;
  }
  
  .button-88:active {
    box-shadow: 0 0.3em 1em -0.5em #14a73e98;
  }

#offNotice{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    padding: 60px 30px;
    color: white;
    display: none;
    margin: 50px 0;
    border-radius: 5px;
}

#datetime{
    display: none;
}

#notice{
    color: #04a804;
    text-align: center;
    margin: 10px;
    font-weight: 400;
    font-size: smaller;
}

#unavailableNotice{
    font-size: 10px;
    text-align: center;
    color: red;
    margin-top: 90px;
}

#trigger {
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#trigger:hover {
    cursor: pointer;
    background-color: #dfdcdc;
}

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #333;
    color: white;
    transition: left 0.3s ease;
    z-index: 1000;
    opacity: 95%;
}

#sidebar .content {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

#logo {
    height: 40px;
}

#logopic img {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    background-color: white;
}

#user {
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

#userpic img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    margin: 10px;
}

#username {
    font-size: 12px;
}

#email {
    font-size: 10px;  
    color: aqua;
}

#username:hover, 
#email:hover, 
#action:hover, 
#userpic, 
#logopic{
    cursor: pointer;
} 

#navigations {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#sections {
    width: 100%;
    height: 40px;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

#icon img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f1eeee;
}

#action {
    flex: 1;
    display: flex;
    align-items: center;
    color: rgb(240, 233, 233);
    font-size: 12px;
    padding: 0 20px;
}

#action:hover {
    padding-left: 25px;
    font-size: 14px;
    color: aqua;
}

#bars {
    background-color: gray;
    height: 2px;
    width: 20px;
    margin: 2px;
}

#shortcut {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

#access {
    width: 120px;
    height: 35px;
    border-radius: 5px;
    background-color: rgb(27, 112, 95);
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: white;
}

#accesss {
    width: 120px;
    height: 35px;
    border-radius: 5px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: white;
    background-color: black;
}

#access:hover, 
#accesss:hover {
    cursor: pointer;
    font-weight: 900;
}

#footer {
    background-color: white;
    height: 50px;
    position: fixed;
    bottom: 0px;
    left: 3px;
    right: 3px;
    padding: 5px 22px;
    border-top: 0.5px solid rgb(185, 179, 179);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: space-between;
}

#frame {
    height: 40px;
    margin: 20px;
    border-radius: 20px;
    flex: 1;
    background-color:;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color:  rgb(27, 138, 129);
}

#icons {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:  rgb(27, 138, 129);
}

#text {
    margin:  5px 0 0 0;
}

#icons:hover,
#text:hover {
    cursor: pointer;
    font-weight: bolder;
}

#main {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    box-sizing: border-box;
}

#snapshot {
    display: flex;
    justify-content: space-between;
}

#snapshotLeft {
    font-size: 10px;
    font-weight: 700;
    border-left: 2px solid gray;
    padding: 5px;
    color: rgb(65, 62, 62);
}

#at_networks,
#mtn_networks,
#atBig_networks {
    border-radius: 10px;
    height: 115px;
    margin: 10px 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
}

#at_networks {
    --gradient-color-1: blue;
    --gradient-color-2: red;
    background-color: var(--gradient-color-1);
    background-image: linear-gradient(90deg, var(--gradient-color-1), var(--gradient-color-2));
    /* background: linear-gradient(90deg, blue, red); */
}

#mtn_networks {
    --gradient-color-1: rgb(227, 190, 4);
    --gradient-color-2: rgb(34, 29, 2);
    background-color: var(--gradient-color-1);
    background-image: linear-gradient(90deg, var(--gradient-color-1), var(--gradient-color-2));
    /* background: linear-gradient(90deg, rgb(227, 190, 4), rgb(34, 29, 2)); */
}

#atBig_networks {
    --gradient-color-1: rgb(0, 255, 200);
    --gradient-color-2: rgb(190, 55, 55);
    background-color: var(--gradient-color-1);
    background-image: linear-gradient(90deg, var(--gradient-color-1), var(--gradient-color-2));
    /* background: linear-gradient(90deg, rgb(0, 255, 200), red); */
}

#at_networks:hover,
#mtn_networks:hover,
#atBig_networks:hover {
    cursor: pointer;
    background-color: rgb(65, 62, 62);
}

#network_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 0 0 10px 0;
    font-size: 11px;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 700;
}

#network_logo {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: white;
}

#network_logo img {
    width: 25px;
    border-radius: 2px;
}

#paymentTrend {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    height: 420px;
    margin: 10px 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    box-sizing: border-box;
}

.slider-container {
    width: 100%;
    margin: 10px 0;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
}

.slide {
    display: flex;
    flex-direction: column;
    align-items: cente;
    justify-content: center;
    scroll-snap-align: start;
    background-color: rgb(168, 209, 235);
    margin: 0 10px;
    height: 50px;
    border-radius: 5px;
    min-width: 100px;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: sans-serif, Arial, Helvetica;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: #534e4e;
}

#dash {
    width: 20px;
    height: 3px;
    background-color: gray;
    border-radius: 1px;
}

#trend_notice {
    font-size: 11px;
    font-weight: 900;
}

#trend_amount {
    font-size: 9px;
    font-weight: 700;
    margin: 2px 0;
}

#trend_type {
    font-size: 9px;
}

.chart-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: 100%;
    height: 300px;
    border-top: 1px solid #ccc;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.y-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-right: 20px;
}

.y-axis-label {
    text-align: right;
    margin-right: 10px;
    font-size: 12px;
    color: #555;
}

.bar-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

.bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    height: 100%;
}

.bar-fill {
    width: 100%;
    background-color: #007BFF;
    margin-bottom: 10px;
}

.bar-label {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
}

#balances {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    height: 95px;
    margin: 10px 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;box-sizing: border-box;
    position: relative;
}

.button-33 {
    position: absolute;
    top: 25px;
    right: 3px;
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-33:hover {
    box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
  }

#commission_amount {
    font-weight: 700;
    font-size: 11px;
    color: blue;
}

#commission_info {
    padding: 5px 0 10px 0;
    font-size: 9px;
}

#commission_notice {
    color: green;
    font-weight: 700;
    font-size: 11px;
}

#top_up {
    color: red;
    font-weight: 700;
    font-size: 11px; 
}

#top_up:hover {
    cursor: pointer;
    font-family: 'Arial Narrow Bold', sans-serif;
   
}

#lastPayments {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    height: 350px;
    margin: 0px 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    font-size: 10px;
}

#last_transactions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
    font-weight: 900;
    margin-bottom: 10px;
}

#view_all {
    color: green;
}

#view_all:hover {
    cursor: pointer;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.transaction-table {
    width: 200%;
    height: 290px;
    border-collapse: collapse;
}

.transaction-table th, .transaction-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.transaction-table th {
    background-color: #007BFF;
    color: white;
}

.transaction-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.transaction-table tr:hover {
    background-color: #e9e9e9;
}

/*MTN Portal Styles*/

#mtn_banner {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    background-image: url(media/mtn\ banner.jpeg);
    background-size:contain;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    position: relative;
}

#mtnlist_banner {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    background-color: #8ac1fc;
    background-size:contain;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    position: relative;
}

#at_banner {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    background-image: url(media/atbanner.webp);
    background-size:contain;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    position: relative; 
}

#telecel-gh {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    background-image: url(media/telecel\ banner.jpg);
    /* background-color: red; */
    background-size:contain;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    position: relative; 
}

#master_net {
    color: yellow;
    background-color: #555;
    padding: 5px;
    border-radius: 3px;
}

#masterlist_net {
    color: black;
    padding: 5px;
    border-radius: 3px;
}

#master_net_at {
    color: white;
    font-size: larger;
    font-weight: 700;
    background-color: #3d4be0;
    font-family:Arial, Helvetica, sans-serif;
    opacity: 90%;
    padding: 5px;
    border-radius: 5px;
}

#master_net_telecel {
    color: rgb(241, 10, 10);
    font-size: larger;
    font-weight: 700;
    background-color: #ffffff;
    font-family:Arial, Helvetica, sans-serif;
    opacity: 90%;
    padding: 5px;
    border-radius: 5px;
}

#warning {
    background-color: white;
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 5px;
    text-align: center;
    padding: 10px 35px;
    border-radius: 5px;
    color: red;
    font-family:Arial, Helvetica, sans-serif ;
}

#displayData {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 8px;
    font-weight: 700;
    color: red;
    text-align: center;
    padding: 10px 35px;
    border-radius: 5px;
    font-family:Arial, Helvetica, sans-serif ;
}

#input_area {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    background-color: #f7f8f9; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#support {
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 90px;
    height: 30px;
    border-radius: 5px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#input_area {
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-family: sans-serif, Arial, Helvetica;
}

#number_input_text {
    margin: 20px 0;
}

#receipient_phone {
    margin-bottom: 7px;
    color: #555;
}

#buy_for_myself_text {
    color: #555; 
}

#receipient_number input {
    flex: 1;
    width: 100%;
    height: 60px;
    border: 1px solid #555;;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 10px;
}

#buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0;
    background-color: #33;
}

#myself_toggle {
    background-color: #629fe1;
    width: 50px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 2px;
}

#key{
    width: 25px;
    height: 25px;
    border-radius: 20%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#key:active {
    margin-left: 20px;
}

#submit input {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    color: #e0dcf5;
    background-color: #0c83ec;
}

#submit input:hover {
    cursor: pointer;
    background-color: #519cec;
}

#support img {
    width: 15px;
    margin-right: 8px;
}

/*mtn prices list styles*/

#mtn_prices,
#openPromptButton {
    width: 100%;
    height: 100px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

#mtn_prices:hover,
#openPromptButton:hover {
    cursor: pointer;
    margin-left: 3px;
}

#gig_amount {
    background-color: #007BFF;
    padding: 10px 20px;
    color: white;
    border-radius: 15px;
}

.overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.prompt {
    background-color: white;
    font-size: 12px;
    width: 50%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.prompt-button {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#cancelButton {
    background-color: #e82d27;
    color: white;
    display: inline-block;
}

#continueButton {
    background-color: #48e148;
    color: white;
}

@media (min-width: 640px) {
    #trigger {
        display: none;

    }

    #sidebar {
        left: 0;
    }

    .slide {
        width: 200px;
        height: 100px;
        font-size: 25px;
        margin-bottom: 20px;
    }

    #paymentTrend {
        height: 500px;
    }

    #trend_amount,
    #trend_type {
        font-size: 12px;
    }

    body {
        padding-left: 255px;
    }

    #header{
        padding: 5px 25%;
    }

    #header,
    #footer {
        left: 250px;
    }

    #footer {
        display: none;
    }

}

@media (max-width: 639px) {
    #sidebar {
        left: -250;
    }
}

@media (display-mode: standalone) {
    #footer {
        display: block;
        display: flex; /* show in PWA mode */
    }
  }
