@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFF;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #FFF;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 400px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, .5);
}

header {
    height: 143px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

header img {
    width: 100%;
}

main {
    background: #fff;
    width: 100%
}

.yellow-header {
    background: #ffd200;
    height: 20px;

}

.link-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    font-size: 12px;
    width: 80%;
    height: 100%;
    align-items: center;
    float: right;
    text-align: center;
}

.link-container a {
    text-decoration: none;
    font-weight: bold;
    color: #132d50;
    transition: all .5s;

}

.link-container div {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.link-container div:hover,
.tabs:hover {
    color: #FFF;
    background: #cca800;

}

.qrcode {
    float: right;
    width: 85px;
    position: relative;
    bottom: -15px;
    right: 5px;
    margin-bottom: 30px;
}

.content {
    display: flex;
    color: #0c2b71;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    min-height: 500px;
}

.title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 1000;
    text-transform: uppercase;
    font-family: Arial Black, Arial;
    margin-bottom: 10px;
}

.content hr,
.content-hr {
    width: 250px;
    margin-top: -10px;
    margin-bottom: 20px;
    border: 1px solid #c8d9ea;
    color: #0c2b71 !important;
}



footerr {
    position: relative;
    /* Fixed positioning */
    bottom: 0;
    /* Align to the bottom of the viewport */
    width: 100%;
    /* Full width */
    background-color: #d11e1e;
    /* Background color */
    color: #fff;
    /* Text color */
    height: 30px;
    /* Placeholder height value */
    text-align: center;
    /* Center align text */
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-notif {
    z-index: 100;
    display: flex;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;

}

.receiver {
    position: absolute;
    background-color: #FFF;
    color: #103997;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 20px;
    text-align: center;
    font-size: 14px;
    top: 15%;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, .5);
}

.close-btn {
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    color: #a0a2a1;
    font-size: 10px;
    font-weight: bold;
}

.img-container-2 {
    height: 80px;
    overflow: hidden;
    padding-right: 5px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.img-container-2 img {
    width: 100%;
    max-width: 80px;
}

footer {
    background-color: #FFF;
    color: white;
    text-align: center;
    margin: 0px;
    position: sticky;
    padding: 0;
    margin: 0;
    bottom: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    height: 60px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.3);
    align-items: end;
}

.footerbutton {
    background-color: transparent;
    color: white;
    text-align: center;
    margin: 0px;
    position: fixed;
    padding: 0;
    margin: 0;
    bottom: 80px;
    right: 10px;

}

.footerbutton a {
    border-radius: 50%;
    padding: 12px 16px;
    color: #FFF;
    border: 0px solid #000;
    background: #047dca;
    box-shadow: 0px 2px 5px 2px #d3d2d2;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: font-size .5s;
}

.footerbutton a:hover {
    font-size: 14px;
    font-weight: bold;
}

.fbutton {
    text-decoration: none !important;
    padding: 0px;
    color: #034e7e;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    font-weight: 100;
    font-size: 13px;
    transition: all 0.5s;
    background: transparent !important;
}

.fbutton:hover {
    transform: scale(1.2);
}

.fbuttonimg {
    width: 25px;
    margin-bottom: 5px;
    transition: transform 0.5s;
}

.fbuttonimg:hover {}


@media only screen and (max-width: 500px) {
    body {
        width: 100% !important;
    }

    .bg-notif {
        z-index: 100;
        display: flex;
        position: fixed;
        height: 100vh;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        align-items: center;
        flex-direction: column;
        justify-content: center;
        max-width: 500px;

    }
}