﻿.butofl {
    display: flex;
    justify-content: space-between;
}

.autordate {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 10px;
}
.largepopup {
    max-width: none !important;
}
.sharebtn {
    height: 25px;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #1c317c;
    padding: 5px;
}
    .sharebtn img {
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
.sholder {
    position: relative;
}
.addtldata {
    position: absolute;
    color: #fff;
    background-color: #56728F;
    border-radius: 10px;
    padding: 0px 20px;
    top: -35px;
}
.deletetl {
    position: absolute;
    height: 20px !important;
    width: 20px !important;
    top: 0px;
    left: -5px;
    cursor: pointer;
}
.w100 {
    width: 100%;
}
/*google*/
.pac-container {
    z-index: 1051 !important;
}
.underflex {
    flex-direction: column;
    align-items: flex-start;
}
.glexc {
    justify-content: flex-start;
    align-items: flex-start;
}
.frontpopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 400px;
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 1001;
}
.frontpopup .popheader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 21px;
    font-weight: 700;
    color: #0b2343;
    text-align: center;
    margin-bottom: 45px;
}
    .frontpopup .popbody {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        font-size: 21px;
        font-weight: 700;
        color: #0b2343;
        text-align: center;
        margin-bottom: 45px;
    }

.frontpopup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.frontpopup button {
    padding: 10px;
    border: none;
    background: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin:0 auto;
    margin-top: 10px;
}
.frontpopupclose-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.HiddenFileInput
{
    display:none;
}
.iminbox {
    max-height: 120px;
    /* max-width: 220px; */
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
}
.LegacyVal .validation-message {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 1;
    color: #fa1616;
}
.toast-success {
    background-color: #256CCC;
}
.cdlm
{
    position:relative;
}
    .cdlm .mddl {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: -70px;
        z-index: 111111111;
        background-color: #0B2343;
        width: 100%;
        align-items: center;
        gap: 10px;
        border-radius: 0px 0px 10px 10px;
        /* margin-top: 50px; */
        padding-bottom: 20px;
    }
    .cdlm .mddl .mspa {
        margin-top: 8px;
    }
.brch {
    border-radius: 25px 25px 0px 0px;
    transition:unset !important;
}
    .fullwithsm {
        justify-content: start !important;
        width: 100%;
    }
.gbttext {
    max-width: 150px;
    font-size: 10px;
    color: #525050;
    margin: 0px 10px;
    top: 10px;
    position: relative;
}
.gbttext a {
    color: var(--accent-color);
    text-decoration: underline;
}

*, *:focus, *:hover {
    outline: none;
}
.relpos
{
    position:relative;
}
.swiper {
    width: 100%;
}
.swiper-step {
    padding-bottom: 3.88889rem;
}

.swiper-step .swiper-wrapper {
    align-items: flex-end;
}
.swiperText
{
    text-align:center;
}
.swiper-pagination
{
    position:relative !important;
}

.swiper-slide {
    /*border-radius: 2.13333rem 2.33333rem 1.83333rem 1.83333rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: .666667rem .666667rem 1.94444rem #777b7e29;*/
}
.swiper-item img
{
    /*width:100%;
    object-fit:cover;*/
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after
{
    display:none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    /*margin: 0 1rem;*/
}

.products--green .swiper-pagination-bullet {
    position: static;
    max-width: 80px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background-color: #fff;
    opacity: 1 !important;
}

.products--green .swiper-pagination-bullet-active {
    background-color: #68d5a2;
}

.products--red .swiper-pagination-bullet {
    position: static;
    max-width: 80px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background-color: #fff;
    opacity: 1 !important;
}

.products--red .swiper-pagination-bullet-active {
    background-color: #faaca8;
}



.overlay {
    height: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(256, 256, 256); /* Black fallback color */
    /*background-color: rgba(73, 201, 50,0.5);*/ /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.3s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    display: flex;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .overlay .ologo {
        margin-bottom:80px;
        width:30vw;
    }
    .overlay .ospinner {
        margin-bottom: 20px;
        width: 20vw;
    }
    .overlay .otext {
        color: #454f63;
        font-size:19px;
    }
.hidden-blur {
    display: none;
}

.blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(39, 39, 39, 0.7);
    backdrop-filter: blur(5px);
    z-index: 4;
}
:root {
    touch-action: pan-x pan-y;
    height: 100%
}

* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.mhide {
    display: none !important;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    display: none !important;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        display: none !important;
    }

.validation-message {
    position: absolute;
    top: -15px;
    z-index: 1;
    color: #fa1616;
}

.valmes .validation-message {
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 1;
    color: #fa1616;
}

.innervalmes .validation-message {
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 1;
    color: #fa1616;
    font-size: 13px;
}
.invalid-message {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 1;
    color: #fa1616;
    font-size:14px;
}
.invalid-message-move {
    left: 110px;
}
@media (max-width: 991px) {
    .cdlm .mddl {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: 40px;
        z-index: 111111111;
        background-color: #0B2343;
        width: 100%;
        align-items: center;
        gap: 10px;
        border-radius: 10px 10px 0px 00px;
    }
    .brch {
        border-radius: 0px 0px 25px 25px;
        transition: unset !important;
    }
    .rthez {
        transform: rotateX(180deg);
    }
}