.bg-gradient-lds {
    background-color: #20243f;
    background-image: linear-gradient(180deg, #20243f 10%, #60616f 100%);
    background-size: cover;
}

.bg-lds-register-image {
    background: url("/static/img/rsz_andras-vas-bd7gnnwjbku-unsplash.jpg");
    background-position: center;
    background-size: cover;
}

.bg-lds-login-image {
    background: url("/static/img/rsz_balazs-ketyi-l0nipfx-ry4-unsplash.jpg");
    background-position: center;
    background-size: cover;
}


.address-result {
    position: relative;
}

.address-item-container {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.address-item {
    padding: 3px 5px;
    cursor: pointer;
}

.address-item-container>.address-item:not(:last-child){
    border-bottom: 1px solid #ddd;
}

footer.fixed-footer {
    padding: 0.5rem 0;
    flex-shrink: 0;
    position: fixed;
    bottom: 0; 
    z-index: 1030;
    width:100%;
}

footer.fixed-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}

.border-3 {
    border:3px solid !important;
}

.custom-submit-icon {
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
}

.p-customize-2 {
    padding: 2rem !important;
}

.pt-customize-30 {
    padding-top: 30rem !important;
}

.text-emsd {
    color: #c12029 !important;
}

.text-lds {
    color: #20243f !important;
}

.w-33 {
    width: 33.33% !important;
}

.img-opacity-40{
    opacity: 0.4;
}

.text-size-90 {
    font-size: 90%;
}

.pt-customize-6 {
    padding-top: 6rem !important;
}

.pt-customize-7 {
    padding-top: 8rem !important;
}

.pt-customize-8 {
    padding-top: 14rem !important;
}

.pt-customize-9 {
    padding-top: 16rem !important;
}

.loading-gif {
    background: rgba(153, 151, 151, 0.5);;
    border: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1030;
}

.scroll-to-top-hz{
    z-index: 1040;
}