:root {
    --bs-blue: #0d6efd;
    --webmail-login-header-background: black;
    --webmail-login-header-menu-normal: #808080;
    --webmail-login-header-menu-hover: #acacac;
    --webmail-login-main-input-background: #f5f5f5;
    --optus-yellow: #fdcc08;
    --optus-yellow-light: #ffd738;
    --optus-teal: #00a3ad;
    --optus-teal-light: #00828a;
    --sidebar-color: #013239;
    --optus-pink: #ff6e7e;
    font-size: 17.5px;
}

/* Remove up and down arrows (spinners) from number input */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.o-text-yellow {
    color: var(--optus-yellow);
}

.o-text-teal {
    color: var(--optus-teal);
}

.o-text-teal-light {
    color: var(--optus-teal-light);
}

.o-bg-yellow {
    background-color: var(--optus-yellow);
}

.o-bg-teal {
    background-color: var(--optus-teal);
}

.o-bg-teal-light {
    background-color: var(--optus-teal-light);
}

.o-btn-teal {
    color: #fff !important;
    background-color: var(--optus-teal) !important;
    border-color: var(--optus-teal) !important;
}

.o-btn-teal:hover {
    color: white !important;
    background-color: var(--optus-teal-light) !important;
    border-color: var(--optus-teal-light) !important;
}

.o-btn-secondary {
    color: var(--optus-teal) !important;
    background-color: transparent;
    /* padding: 1rem; */
    font-size: 01rem !important;
    font-weight: 700 !important;
    text-decoration: none;
}

.o-btn-secondary:hover {
    color: var(--optus-teal) !important;
}

.o-link {
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    color: var(--color-blue, #006280);
    text-decoration: none;
}

.hidden {
    display: none !important;
}

.webmail-login-body {
    width: 100%;
    max-width: 100%;
    height: 100vh !important;
    max-height: fit-content;
}

.webmail-login-header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
}

.curtain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #02525e;
    z-index: 999;
}

@media only screen and (max-width: 600px) {
    .webmail-login-header-logo {
        left: 100%;
        transform: translateX(-120%);
        top: 1rem;
    }
}

@media (max-width: 992px) {
    .fix-mobile-text-center {
        text-align: center;
    }
}

@media (min-width: 993px) {
    .fix-mobile-text-center {
        text-align: right;
    }
}

.webmail-login-header-text {
    font-size: 12px;
}

.webmail-login-header-menu {
    font-size: 12px;
    font-weight: 600;
    color: var(--webmail-login-header-menu-normal) !important;
}

.webmail-login-header-menu:hover {
    color: var(--webmail-login-header-menu-hover) !important;
}

.webmail-login-main-forget-password {
    font-size: 12px;
    font-weight: 400;
    color: var(--webmail-login-header-menu-normal);
}

.webmail-login-main-forget-password:hover {
    color: var(--webmail-login-header-menu-hover);
}

.webmail-login-main-submit {
    color: black;
    background-color: var(--optus-yellow) !important;
}

.webmail-login-main-submit:hover {
    background-color: var(--optus-yellow-light) !important;
}

.webmail-top-banner-container {
    margin-left: auto;
    margin-right: auto;
    max-height: 90px;
}

.webmail-banner-img {
    width: 100%;
}

@media only screen and (min-width: 1020px) {
    .webmail-banner-img {
        max-width: max-content;
    }
}

#webmail-login-main {
    max-width: fit-content !important;
}

.footer-list li {
    margin: 0;
    padding: 0;
    padding-right: 1rem;
    width: auto;
}

.footer-list li a {
    font-size: 0.8rem;
    list-style-type: none;
    color: var(--optus-teal);
    font-weight: bold;
    text-decoration: none;
}

.footer-list li a:hover {
    color: var(--optus-pink);
    text-decoration: underline;
}

.footer-icon {
    fill: white !important;
    width: 2rem;
    height: 2rem;
}

.copyright {
    font-size: 0.8rem;
}

.recover-account-icon {
    width: 1rem;
    height: 1rem;
}

.footer-icon-list li {
    padding: 0.1rem !important;
}

.form-control:focus {
    border-color: black !important;
    box-shadow: none !important;
}

.form-control {
    border-radius: 0 !important;
}

.form-control::selection {
    background-color: var(--optus-yellow);
}

.navbar-toggler-icon {
    width: 1em !important;
    height: 1em !important;
}

.max-content-width {
    max-width: 1020px !important;
}

.justify-end {
    justify-content: end;
}

#bac-fixedNumber {
    border-radius: 0 !important;
    background-color: white;
}

.spinner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

[id$='-errmsg'] {
    transition: all 0.5s ease-in-out 0s;
}


.wrapper-progressBar {
    width: 100%
}

.progressBar li {
    padding-top: 5px;
    list-style-type: none;
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
}

.progressBar li:before {
    content: " ";
    line-height: 30px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    background-color: #ddd;
}

.progressBar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressBar li:first-child:after {
    content: none;
}

.progressBar li.completed {
    color: var(--optus-teal-light);
}

.progressBar li.completed:before {
    border-color: var(--optus-teal-light);
    background-color: var(--optus-teal-light);
}

.progressBar .completed:after {
    background-color: var(--optus-teal-light);
}

.progressBar li.active {
    color: var(--optus-yellow);
}

.progressBar li.active:before {
    border-color: var(--optus-teal);
    background-color: var(--optus-teal);
}

.progressBar .active:after {
    background-color: var(--optus-teal-light);
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: max-content;
    color: white;
    font-size: 0.7rem;
    border-radius: 0.3rem;
    padding: 0.3rem 0.4rem;
    background-color: var(--webmail-login-header-menu-normal);
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

#top {
    top: -2.5rem;
    left: -50%;
}

#bottom {
    top: 1.6rem;
    left: -50%;
}

#left {
    top: -0.5rem;
    right: 120%;
}

#right {
    top: -0.5rem;
    left: 120%;
}

.hover-text {
    position: relative;
    display: inline-block;
    font-family: Arial;
    text-align: center;
    font-size: 0.7rem;
    border-radius: 50%;
    background-color: var(--optus-yellow);
    width: 1rem;
    height:1rem;
    margin-left: 0.4rem;
}
.tiny-text{
    font-size: 0.8rem;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
