.enduser-portal .loader {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.enduser-portal .loader:after {
    content: ' ';
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #000000;
    border-color: #000000 transparent #000000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
.enduser-portal .loader.loader--small {
    width: 1rem;
    height: 1rem;
}
.enduser-portal .loader.loader--small:after {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}
