#a-dashboard {
    font-family: Roboto;
    font-size: 16px;
    opacity: 0.8;
}

#a-dashboard:hover {
    opacity: 1;
}

.card {
    min-width: 300px;
    margin-top: 1rem;
    border-radius: 15px !important;
    border: 0;
}

.card .card-header {
    background-color: var(--og-light);
    border-radius: 15px 15px 0 0 !important;
}

.card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.card .card-body .menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Roboto;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    cursor: pointer;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.card .card-body .menu-item:hover {
    background-color: var(--og-green-mid);
    color: var(--white);
}

.card .card-body .menu-item div {
    padding: 1rem 0.25rem 1rem 0.25rem;
}

.card .card-body .menu-item div img {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

.card .card-body .menu-item:not(:last-child) div {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.h-336px {
    height: 336px;
}

.h-556px {
    height: 556px;
}

.w-450px {
    width: 450px;
}

.w-512px {
    width: 512px;
}

.color-span {
    color: #222222;
}

.text-decoration-underline {
    text-decoration: underline;
}

.none-cursor-pointer {
    pointer-events: none;
}

a.resend-otp:hover {
    color: var(--fifth);
    text-decoration: unset;
}
