﻿
/* last Update 28 Okt 2024 */
#logo {
    width: 100%;
}

/* .ios {
    display: none;
} */

#mainHead {
    background: whitesmoke;
    padding: 25px 30px 15px 30px;
}
#mainBody {
    position: relative
}
#mainBody p {
    text-decoration: none;
    position: absolute;
    bottom: 0px;
    padding: 0;
    margin: 0;
    /* left: 20px; */
    font-family: "consolas";
    width: 100%;
}
#mainBody a {
    color: rgba(255, 255, 255, .4);
    letter-spacing: -.5px;
    font-size: 11px;
    text-decoration: none; 
    display: inline-block;
    padding: 5px;
    margin: auto;
    /* color: rgba(8, 138, 255, .75); */
}
#mainBody a:hover {
    /* color: rgba(8, 138, 255, 1); */
    color: rgba(255, 255, 255, .7);
    text-decoration: underline
}
div#version {
    text-align: right;
    margin-right: 5px;
}

#version:after {
    position: absolute;
    content: "Helpdesk: 021-3000-8898 ext. 2080";
    left: 2px;
    top: 0px;
}
#appDownloads {
    position: relative;
}
#appDownloads::before {
    content: "Whatsapp Customer Service: 0877 5099 2980";
    position: absolute;
    left: 2px;
    top: -15px;
    font-size: 10px;
    font-family: consolas;
}
