body.loader:after {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    position: fixed;
    z-index: 99999;
}

body.loader .lds-default {
    visibility: visible;
    top: 50%;
}

body .lds-default {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 100000;
}

body .lds-checkout div,
body .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
    --tw-bg-opacity: 1;
    background-color: var(--erp-secondary-color);
}

body .lds-checkout div:nth-child(1),
body .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

body .lds-checkout div:nth-child(2),
body .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

body .lds-checkout div:nth-child(3),
body .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

body .lds-checkout div:nth-child(4),
body .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

body .lds-checkout div:nth-child(5),
body .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

body .lds-checkout div:nth-child(6),
body .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

body .lds-checkout div:nth-child(7),
body .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

body .lds-checkout div:nth-child(8),
body .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

body .lds-checkout div:nth-child(9),
body .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

body .lds-checkout div:nth-child(10),
body .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

body .lds-checkout div:nth-child(11),
body .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

body .lds-checkout div:nth-child(12),
body .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}
body .lds-checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    width: 260px;
    height: auto;
    border: 1px solid #000000;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    position: fixed;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 100000;
}
body .lds-checkout img {
    width: 100px;
}
body .lds-checkout .loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    zoom: 0.8;
}
body .lds-checkout .lds-text {
    text-align: center;
    font-size: 16px;
}
body.loader-checkout .lds-checkout {
    visibility: visible;
    top: 50%;
}
/* fs-toaster start*/
#fs-toaster
{
    position: fixed;
    top: 40px;
    right: 25px;
    z-index: 999999;
    width: 380px;
    min-height: 80px;
    background: #FFF;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 0 50px 0 #CCC;
    -moz-box-shadow: 0 0 50px 0 #CCC;
    box-shadow: 0 0 50px 0 #CCC;
}

#fs-toaster > .toast-img
{
    float: left;

    background: #f5f6f9;
    border: 1px solid #e1e8f1;
    padding: 11px;

    margin: 16px;
}

#fs-toaster > .toast-img > img
{
    width: 25px;
    height: 25px;
}

#fs-toaster > .toast-details
{
    float: left;
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100%;
    /*min-height: 80px;*/
    width: calc(100% - 120px);
    overflow: auto;
    padding: 16px 0;
}

#fs-toaster > .toast-details > .toast-title
{
    color: #292D32;
    font-size: 16px;
    font-weight: 500;
}

#fs-toaster > .toast-details > .toast-description
{
    color: #828F9A;
    font-size: 14px;
}

#fs-toaster .toast-remove
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    color: #adbfc7;
    height: 15px;
    width: 20px;
    background: #FFF;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    #fs-toaster {
        width: 340px;
    }
}

/* fs-toaster end*/