* {
    font-family: "Noto Naskh Arabic", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.bg-dark
{
    background-color: #003932!important;
}
.logo
{
    width: 65px;
}
.navbar
{
    height: 92px;
}
header
{
    background-color: #003932!important;
}
header .container p
{
    font-size: 14px;
    color: #F6FCFB!important;
}
header .container h1 {
    font-size: 24px;
    font-weight: 400;
    color: #F6FCFB!important;
}
.nav-link
{
    color: rgba(246, 252, 251, 0.5);
    background-color: #003932!important;
}
.place
{
    color: rgba(246, 252, 251, 0.5)!important;
}
.form
{
    top: -20vw;
    position: relative;
}
.tab-content
{
    background-color: #001D19!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgba(246, 252, 251, 1);
    background-color: #001D19!important;
    border-color: #001d19 !important;
}
.nav-tabs
{
    --bs-nav-tabs-border-color: unset;
}
.form-control
{
    display: flex;
    padding: 16px 16px;
    align-items: flex-start;
    border-radius: 8px;
    background: #003932!important;
    font-style: normal;
    flex: inherit;
    color: #F6FCFB!important;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    height: fit-content;
    width: 60%;
    text-align: right;
}
::placeholder {
    color: #7f8181!important;
    opacity: 1; /* Firefox */
}
.btn-success {
    border-radius: 8px;
    border: none;
    background: #00FFB3;
    color: var(--color-primary-dark);
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    height: fit-content;
    padding: 21px 0px;
    width: 155px;
}
footer
{
    margin-top: 0px;
    padding-inline: 14px;
    padding-top: 24px;
}
footer .title
{
    font-size: 20px;
    font-weight: 700;
}
.footer-main
{
    padding-top: 60px;
    width: 100%;
    background-image: url(https://www.howtochargemob.com/assets/images/footer-separator-mobile.png);
    background-repeat: no-repeat;
    background-size: 100vw;
}
ul {
    margin: 0;
    padding: 0;
}
.footer-list {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    cursor: pointer;
    padding-bottom: 15px;
}
.authorizedBy
{
    font-size: 8px;
    margin-bottom: 8px;
    font-weight: 600;
}
.vd
{
    height: 45px;
    border-left: 1px solid #878484;
}
#reload-btn
{
    background-color: #ffffff;
    height: 20px!important;
    width: 20px!important;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-right: 5px;
}
#img
{
    width: 10px;
    height: 10px;
}