/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.vbox-overlay * { 
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.vbox-overlay{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform:translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 40px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 1050;
}
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}
.vbox-num{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    display: none;
    z-index: 1050;
}
/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 1050;
}
.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev{
    left: 15px;
}
.vbox-next{
    right: 15px;
}
.vbox-prev span{
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe{
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}
.venoframe.vbvid{
    height: 260px;
}
@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
}
img.figlio{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}
.animate-in{
    opacity: 1;
}
.animate-out{
    opacity: 0;
}
/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}

@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative, #all_wrapper {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

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

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

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

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1, #all_wrapper {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --wp-estate-main-color:#0073e1;
  --wp-estate-second-color:#69c17d;
  --wp-estate-background-color:#f8f8f8;
  --wp_estate_content_back_color:#f8f8f8;
  --wp_estate_content_area_back_color:#ffffff;
  --wp_estate_breadcrumbs_font_color:#8593a9;
  --wp-estate-font-color:#5c727d;
  --wp_estate_link_color:#222222;
  --wp_estate_headings_color:#222222;
  --wp_estate_map_controls_back:#ffffff;
  --wp_estate_map_controls_font_color:#222222;
  --wp_estate_property_unit_color:#ffffff;
  --wp_estate_unit_border_color-option:#222222;
  --wp-estate-main-grid-content-width:1200px;
  --wp-estate-main-content-width:66.66666667%;
  --wp_estate_border_bottom_header:0px;
  --wp_estate_sticky_border_bottom_header:0px;
  --wp_estate_border_bottom_header_color:#ccc;
  --wp_estate_border_bottom_header_sticky_color:#ccc;
  --wp-estate-top-bar-back:#f3f3f3;
  --wp-estate-top-bar-font:#b6b6b6;
  --wp-estate-header-color:#ffffff;
  --wp-estate-menu-font-color:#222222;
  --wp-estate-sticky-menu-font-color:#222222;
  --wp-estate-top-menu-hover-font-color:#0073e1;
  --wp-estate-active-menu-font-color:#0073e1;
  --wp-estate-top-menu-hover-back-font-color:#0073e1;
  --wp-estate-transparent-menu-font-color:#ffffff;
  --wp-estate-transparent-menu-hover-font-color:#0073e1;
  --wp-estate-menu-item-back-color:#ffffff;
  --wp-estate-menu-items-color:#222222;
  --wp-estate-menu-hover-font-color:#ffffff;
  --wp-estate-menu-hover-font-color-megamenu:#222;
  --wp-estate-menu-hover-back-color:#0073e1;
  --wp-estate-menu-border-color:transparent;
  --wp-estate-logo-max-height:90px;
  --wp-estate-logo-max-width:160px;
  --wp-estate-logo-margin:"0px";
  --wp-estate-mobile-header-background-color:#222222;
  --wp_estate_mobile_header_icon_color:#fff;
  --wp_estate_mobile_menu_font_color:#fff;
  --wp-estate-mobile-menu-hover-font-color:#ffffff;
  --wp-estate-mobile-item-hover-back-color:#0073e1;
  --wp-estate-mobile-menu-background-color:#001a33;
  --wp-estate-mobile-menu-border-color:#f7f8f91c;
  --wpestate-border-size-for-menu-border-color:0px;
  --wp_estate_unit_border_size:1px;
  --wp-estate-unit-border-color:#f1f8ff;
  --wp_estate_widget_sidebar_border_size:1px;
  --wp_estate_widget_sidebar_border_color:#ffffff;
  --wp_estate_sidebar_widget_color:#ffffff;
  --wp_estate_user_dashboard_menu_color:#222;
  --wp_estate_user_dashboard_menu_hover_color:#6C5DD3;
  --wp_estate_user_dashboard_menu_color_hover:#6C5DD3;
  --wp_estate_user_dashboard_menu_back:#ffffff;
  --wp_estate_user_dashboard_package_back:#fff;
  --wp_estate_user_dashboard_package_color:#5F75EE;
  --wp_estate_user_dashboard_buy_package:#6c5dd3;
  --wp_estate_user_dashboard_package_select:#fff;
  --wp_estate_user_dashboard_content_back:#fff;
  --wp_estate_user_dashboard_content_button_back:#6c5dd3;
  --wp_estate_hover_button_color:#222;
  --wp_estate_user_dashboard_content_color:#222;
  --wp_estate_header4_back_color:#004274;
  --wp_estate_header4_font_color:#ffffff;
  --wp_estate_footer_back_color:#001a33;
  --wp_estate_footer_copy_back_color:#001a33;
  --wp_estate_footer_font_color:#bbbbbb;
  --wp_estate_footer_copy_color:#bbbbbb;
  --wp_estate_footer_heading_color:#ffffff;
  --wp_estate_footer_social_widget_back_color:#002547;
  --wp_estate_adv_back_color:#ffffff;
  --wp_estate_adv_back_color_opacity:1;
  --wp_estate_adv_font_color:#5c727d;
  --wp_estate_adv_search_back_color:#0073e1;
  --wp_estate_adv_search_tab_font_color:#0073e1;
  --wp_estate_adv_search_tab_back_font_color:#0073e1;
  --wp_estate_adv_search_font_color:#5c727d;
  --wp_estate_adv_search_background_color:#efefef;
  --wp-estate-header-height:90px;
  --wp-estate-sticky-header-height:90px;
  /* H1 fallbacks */
  --wp-estate-h1-font-family: "Roboto", sans-serif;
  --wp-estate-h1-font-size: 34px;
  --wp-estate-h1-line-height: 1.3em;
  --wp-estate-h1-font-weight: 500;
  /* H2 fallbacks */
  --wp-estate-h2-font-family: "Roboto", sans-serif;
  --wp-estate-h2-font-size: 28px;
  --wp-estate-h2-line-height: 1.3em;
  --wp-estate-h2-font-weight: 500;
  /* H3 fallbacks */
  --wp-estate-h3-font-family: "Roboto", sans-serif;
  --wp-estate-h3-font-size: 24px;
  --wp-estate-h3-line-height: 1.3em;
  --wp-estate-h3-font-weight: 500;
  /* H4 fallbacks */
  --wp-estate-h4-font-family: "Roboto", sans-serif;
  --wp-estate-h4-font-size: 18px;
  --wp-estate-h4-line-height: 1.3em;
  --wp-estate-h4-font-weight: 500;
  /* H5 fallbacks */
  --wp-estate-h5-font-family: "Roboto", sans-serif;
  --wp-estate-h5-font-size: 14px;
  --wp-estate-h5-line-height: 1em;
  --wp-estate-h5-font-weight: 500;
  /* H6 fallbacks */
  --wp-estate-h6-font-family: "Roboto", sans-serif;
  --wp-estate-h6-font-size: 12px;
  --wp-estate-h6-line-height: 1em;
  --wp-estate-h6-font-weight: 500;
  /* p - paragraph fallbacks */
  --wp-estate-paragraph-font-family:"Roboto", sans-serif;
  --wp-estate-paragraph-font-size:14px;
  --wp-estate-paragraph-line-height:1.65em;
  --wp-estate-paragraph-font-weight:400;
  --wp-estate-top-menu-font-size:15px;
  --wp-estate-menu-item-font-size:14px;
  --wp-estate-menu-font-family:"Roboto", sans-serif;
  --wp-estate-menu-font-weight:500;
  --wp-estate-menu-line-heigh:1.3em;
  --wp_estate_main_content_width:66.66666667%;
  --wp_estate_contentarea_internal_padding_top:30px;
  --wp_estate_contentarea_internal_padding_left:30px;
  --wp_estate_contentarea_internal_padding_bottom:30px;
  --wp_estate_contentarea_internal_padding_right:30px;
  --wp_estate_propertyunit_internal_padding_top:0px;
  --wp_estate_propertyunit_internal_padding_left:0px;
  --wp_estate_propertyunit_internal_padding_bottom:0px;
  --wp_estate_propertyunit_internal_padding_right:0px;
  --wp_estate_sidebarwidget_internal_padding_top:30px;
  --wp_estate_sidebarwidget_internal_padding_left:30px;
  --wp_estate_sidebarwidget_internal_padding_bottom:30px;
  --wp_estate_sidebarwidget_internal_padding_right:30px;
  --wp_estate_border_radius_corner:4px;
  --wp_estate_border_radius_dashboard_corner: 4px;
  --wp_estate_cssbox_shadow:none;
  --wp-estate-cssbox-shadow-elementor-option: 0 10px 31px 0 rgba(7, 152, 255, 0.09);
  --wp_estate_float_form_top:0px;
  --wp_estate_float_form_top_tax:0px;
  --wp_estate_card_details_font_awsome_size:13px;
  --wp_estate_card_details_image_icon_size:15px;
  --wp-estate-card-unit-font-family: "Roboto", sans-serif;
  --wp-estate-card-unit-font-size: 13px;
  --wp-estate-card-unit-line-height: 14px;
  --wp-estate-card-unit-font-weight: 400;
  --wp-estate-card-unit-font-color:#5c727d;
  --wp_estate_card_details_image_color:#5c727d;
  --wp_estate_card_details_image_position:row;
  --wp_estate_card_details_gap:5px;
  --wp_estate_card_details_alignment: space-between;
}

body a {
  color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
  transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  text-decoration: none;
}

a:hover {
  color: #0073e1;
}

a img {
  border: 0;
}

:root {
  --wp-estate-main-color:#0073e1;
  --wp-estate-second-color:#69c17d;
  --wp-estate-background-color:#f8f8f8;
  --wp_estate_content_back_color:#f8f8f8;
  --wp_estate_content_area_back_color:#ffffff;
  --wp_estate_breadcrumbs_font_color:#8593a9;
  --wp-estate-font-color:#5c727d;
  --wp_estate_link_color:#222222;
  --wp_estate_headings_color:#222222;
  --wp_estate_map_controls_back:#ffffff;
  --wp_estate_map_controls_font_color:#222222;
  --wp_estate_property_unit_color:#ffffff;
  --wp_estate_unit_border_color-option:#222222;
  --wp-estate-main-grid-content-width:1200px;
  --wp-estate-main-content-width:66.66666667%;
  --wp_estate_border_bottom_header:0px;
  --wp_estate_sticky_border_bottom_header:0px;
  --wp_estate_border_bottom_header_color:#ccc;
  --wp_estate_border_bottom_header_sticky_color:#ccc;
  --wp-estate-top-bar-back:#f3f3f3;
  --wp-estate-top-bar-font:#b6b6b6;
  --wp-estate-header-color:#ffffff;
  --wp-estate-menu-font-color:#222222;
  --wp-estate-sticky-menu-font-color:#222222;
  --wp-estate-top-menu-hover-font-color:#0073e1;
  --wp-estate-active-menu-font-color:#0073e1;
  --wp-estate-top-menu-hover-back-font-color:#0073e1;
  --wp-estate-transparent-menu-font-color:#ffffff;
  --wp-estate-transparent-menu-hover-font-color:#0073e1;
  --wp-estate-menu-item-back-color:#ffffff;
  --wp-estate-menu-items-color:#222222;
  --wp-estate-menu-hover-font-color:#ffffff;
  --wp-estate-menu-hover-font-color-megamenu:#222;
  --wp-estate-menu-hover-back-color:#0073e1;
  --wp-estate-menu-border-color:transparent;
  --wp-estate-logo-max-height:90px;
  --wp-estate-logo-max-width:160px;
  --wp-estate-logo-margin:"0px";
  --wp-estate-mobile-header-background-color:#222222;
  --wp_estate_mobile_header_icon_color:#fff;
  --wp_estate_mobile_menu_font_color:#fff;
  --wp-estate-mobile-menu-hover-font-color:#ffffff;
  --wp-estate-mobile-item-hover-back-color:#0073e1;
  --wp-estate-mobile-menu-background-color:#001a33;
  --wp-estate-mobile-menu-border-color:#f7f8f91c;
  --wpestate-border-size-for-menu-border-color:0px;
  --wp_estate_unit_border_size:1px;
  --wp-estate-unit-border-color:#f1f8ff;
  --wp_estate_widget_sidebar_border_size:1px;
  --wp_estate_widget_sidebar_border_color:#ffffff;
  --wp_estate_sidebar_widget_color:#ffffff;
  --wp_estate_user_dashboard_menu_color:#222;
  --wp_estate_user_dashboard_menu_hover_color:#6C5DD3;
  --wp_estate_user_dashboard_menu_color_hover:#6C5DD3;
  --wp_estate_user_dashboard_menu_back:#ffffff;
  --wp_estate_user_dashboard_package_back:#fff;
  --wp_estate_user_dashboard_package_color:#5F75EE;
  --wp_estate_user_dashboard_buy_package:#6c5dd3;
  --wp_estate_user_dashboard_package_select:#fff;
  --wp_estate_user_dashboard_content_back:#fff;
  --wp_estate_user_dashboard_content_button_back:#6c5dd3;
  --wp_estate_hover_button_color:#222;
  --wp_estate_user_dashboard_content_color:#222;
  --wp_estate_header4_back_color:#004274;
  --wp_estate_header4_font_color:#ffffff;
  --wp_estate_footer_back_color:#001a33;
  --wp_estate_footer_copy_back_color:#001a33;
  --wp_estate_footer_font_color:#bbbbbb;
  --wp_estate_footer_copy_color:#bbbbbb;
  --wp_estate_footer_heading_color:#ffffff;
  --wp_estate_footer_social_widget_back_color:#002547;
  --wp_estate_adv_back_color:#ffffff;
  --wp_estate_adv_back_color_opacity:1;
  --wp_estate_adv_font_color:#5c727d;
  --wp_estate_adv_search_back_color:#0073e1;
  --wp_estate_adv_search_tab_font_color:#0073e1;
  --wp_estate_adv_search_tab_back_font_color:#0073e1;
  --wp_estate_adv_search_font_color:#5c727d;
  --wp_estate_adv_search_background_color:#efefef;
  --wp-estate-header-height:90px;
  --wp-estate-sticky-header-height:90px;
  /* H1 fallbacks */
  --wp-estate-h1-font-family: "Roboto", sans-serif;
  --wp-estate-h1-font-size: 34px;
  --wp-estate-h1-line-height: 1.3em;
  --wp-estate-h1-font-weight: 500;
  /* H2 fallbacks */
  --wp-estate-h2-font-family: "Roboto", sans-serif;
  --wp-estate-h2-font-size: 28px;
  --wp-estate-h2-line-height: 1.3em;
  --wp-estate-h2-font-weight: 500;
  /* H3 fallbacks */
  --wp-estate-h3-font-family: "Roboto", sans-serif;
  --wp-estate-h3-font-size: 24px;
  --wp-estate-h3-line-height: 1.3em;
  --wp-estate-h3-font-weight: 500;
  /* H4 fallbacks */
  --wp-estate-h4-font-family: "Roboto", sans-serif;
  --wp-estate-h4-font-size: 18px;
  --wp-estate-h4-line-height: 1.3em;
  --wp-estate-h4-font-weight: 500;
  /* H5 fallbacks */
  --wp-estate-h5-font-family: "Roboto", sans-serif;
  --wp-estate-h5-font-size: 14px;
  --wp-estate-h5-line-height: 1em;
  --wp-estate-h5-font-weight: 500;
  /* H6 fallbacks */
  --wp-estate-h6-font-family: "Roboto", sans-serif;
  --wp-estate-h6-font-size: 12px;
  --wp-estate-h6-line-height: 1em;
  --wp-estate-h6-font-weight: 500;
  /* p - paragraph fallbacks */
  --wp-estate-paragraph-font-family:"Roboto", sans-serif;
  --wp-estate-paragraph-font-size:14px;
  --wp-estate-paragraph-line-height:1.65em;
  --wp-estate-paragraph-font-weight:400;
  --wp-estate-top-menu-font-size:15px;
  --wp-estate-menu-item-font-size:14px;
  --wp-estate-menu-font-family:"Roboto", sans-serif;
  --wp-estate-menu-font-weight:500;
  --wp-estate-menu-line-heigh:1.3em;
  --wp_estate_main_content_width:66.66666667%;
  --wp_estate_contentarea_internal_padding_top:30px;
  --wp_estate_contentarea_internal_padding_left:30px;
  --wp_estate_contentarea_internal_padding_bottom:30px;
  --wp_estate_contentarea_internal_padding_right:30px;
  --wp_estate_propertyunit_internal_padding_top:0px;
  --wp_estate_propertyunit_internal_padding_left:0px;
  --wp_estate_propertyunit_internal_padding_bottom:0px;
  --wp_estate_propertyunit_internal_padding_right:0px;
  --wp_estate_sidebarwidget_internal_padding_top:30px;
  --wp_estate_sidebarwidget_internal_padding_left:30px;
  --wp_estate_sidebarwidget_internal_padding_bottom:30px;
  --wp_estate_sidebarwidget_internal_padding_right:30px;
  --wp_estate_border_radius_corner:4px;
  --wp_estate_border_radius_dashboard_corner: 4px;
  --wp_estate_cssbox_shadow:none;
  --wp-estate-cssbox-shadow-elementor-option: 0 10px 31px 0 rgba(7, 152, 255, 0.09);
  --wp_estate_float_form_top:0px;
  --wp_estate_float_form_top_tax:0px;
  --wp_estate_card_details_font_awsome_size:13px;
  --wp_estate_card_details_image_icon_size:15px;
  --wp-estate-card-unit-font-family: "Roboto", sans-serif;
  --wp-estate-card-unit-font-size: 13px;
  --wp-estate-card-unit-line-height: 14px;
  --wp-estate-card-unit-font-weight: 400;
  --wp-estate-card-unit-font-color:#5c727d;
  --wp_estate_card_details_image_color:#5c727d;
  --wp_estate_card_details_image_position:row;
  --wp_estate_card_details_gap:5px;
  --wp_estate_card_details_alignment: space-between;
}

body {
  font-family: var(--wp-estate-paragraph-font-family-option, var(--wp-estate-paragraph-font-family));
  font-size: var(--wp-estate-paragraph-font-size-option, var(--wp-estate-paragraph-font-size));
  line-height: var(--wp-estate-paragraph-line-height-option, var(--wp-estate-paragraph-line-height));
  font-weight: var(--wp-estate-paragraph-font-weight-option, var(--wp-estate-paragraph-font-weight));
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  text-align: left;
  background-color: var(--wp-estate-background-color-option, var(--wp-estate-background-color));
}

h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 15px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 15px;
}

h1, .h1 {
  font-family: var(--wp-estate-h1-font-family-option, var(--wp-estate-h1-font-family));
  font-size: var(--wp-estate-h1-font-size-option, var(--wp-estate-h1-font-size));
  line-height: var(--wp-estate-h1-line-height-option, var(--wp-estate-h1-line-height));
  font-weight: var(--wp-estate-h1-font-weight-option, var(--wp-estate-h1-font-weight));
}

h2, .h2 {
  font-family: var(--wp-estate-h2-font-family-option, var(--wp-estate-h2-font-family));
  font-size: var(--wp-estate-h2-font-size-option, var(--wp-estate-h2-font-size));
  line-height: var(--wp-estate-h2-line-height-option, var(--wp-estate-h2-line-height));
  font-weight: var(--wp-estate-h2-font-weight-option, var(--wp-estate-h2-font-weight));
}

h3, .h3 {
  font-family: var(--wp-estate-h3-font-family-option, var(--wp-estate-h3-font-family));
  font-size: var(--wp-estate-h3-font-size-option, var(--wp-estate-h3-font-size));
  line-height: var(--wp-estate-h3-line-height-option, var(--wp-estate-h3-line-height));
  font-weight: var(--wp-estate-h3-font-weight-option, var(--wp-estate-h3-font-weight));
}

h4, .h4 {
  font-family: var(--wp-estate-h4-font-family-option, var(--wp-estate-h4-font-family));
  font-size: var(--wp-estate-h4-font-size-option, var(--wp-estate-h4-font-size));
  line-height: var(--wp-estate-h4-line-height-option, var(--wp-estate-h4-line-height));
  font-weight: var(--wp-estate-h4-font-weight-option, var(--wp-estate-h4-font-weight));
}

h5, .h5 {
  font-family: var(--wp-estate-h5-font-family-option, var(--wp-estate-h5-font-family));
  font-size: var(--wp-estate-h5-font-size-option, var(--wp-estate-h5-font-size));
  line-height: var(--wp-estate-h5-line-height-option, var(--wp-estate-h5-line-height));
  font-weight: var(--wp-estate-h5-font-weight-option, var(--wp-estate-h5-font-weight));
}

h6, .h6 {
  font-family: var(--wp-estate-h6-font-family-option, var(--wp-estate-h6-font-family));
  font-size: var(--wp-estate-h6-font-size-option, var(--wp-estate-h6-font-size));
  line-height: var(--wp-estate-h6-line-height-option, var(--wp-estate-h6-line-height));
  font-weight: var(--wp-estate-h6-font-weight-option, var(--wp-estate-h6-font-weight));
}

p:not(.elementor-widget-container p) {
  font-family: var(--wp-estate-paragraph-font-family-option, var(--wp-estate-paragraph-font-family));
  font-size: var(--wp-estate-paragraph-font-size-option, var(--wp-estate-paragraph-font-size));
  line-height: var(--wp-estate-paragraph-line-height-option, var(--wp-estate-paragraph-line-height));
  font-weight: var(--wp-estate-paragraph-font-weight-option, var(--wp-estate-paragraph-font-weight));
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p:empty {
  margin-bottom: 0px;
}

label {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 500;
}

b,
strong {
  font-weight: 500;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0px;
  list-style: none;
}

.elementor-widget-text-editor ul {
  list-style-type: square;
  margin: 0px 0px 25px 25px;
}
.elementor-widget-text-editor ol {
  list-style-type: decimal;
  margin: 0px 0px 25px 25px;
}

ul ul, ul ol,
ol ul, ol ol {
  margin-bottom: 0;
}

a:hover,
a:focus {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  text-decoration: none;
  outline: none;
}

blockquote {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-style: italic;
}

code {
  white-space: normal;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

:focus {
  outline: 0;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

.figlio {
  overflow: hidden;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
}

b, strong {
  font-weight: 700;
}

small, .small {
  font-size: 0.875em;
}

.text-primary {
  color: #0d6efd;
}

.text-secondary {
  color: #6c757d;
}

.text-success {
  color: #198754;
}

.text-danger {
  color: #dc3545;
}

.text-warning {
  color: #ffc107;
}

.text-info {
  color: #0dcaf0;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 576px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
.wpresidence_term_background_image,
.elementor-widget-container .property_listing_square,
.elementor-widget-container .overview_wrapper,
.elementor-widget-container .property_slider2_wrapper .image_div,
.elementor-widget-container .property_slider2_info_wrapper,
.elementor-widget-container .property_listing_blog,
.elementor-widget-container .adv-search-3,
.page-template-front_property_submit .navigation_container,
.elementor-widget-container .advanced_search_shortcode,
.elementor-widget-container .membership_package_product,
.elementor-widget-container .contact-wrapper,
.elementor-widget-container .developer_contact_wrapper,
.elementor-widget-container .agency_contact_wrapper,
.elementor-widget-container.property_reviews_wrapper,
.elementor-widget-container .agency_contact_container_wrapper,
.elementor-widget-container .agency_content_wrapper,
.elementor-widget-container .submit_property_front_wrapper,
.elementor-widget-container .directory_sidebar_wrapper,
.elementor-widget-container .places_wrapper_type_3 .places_background_image,
.elementor-widget-container .featured_property,
.elementor-widget-container .agency_unit,
.elementor-widget-container #comments,
.elementor-widget-container .single-blog,
.elementor-widget-container #content_container .container_agent,
.elementor-widget-container .listing_wrapper .property_listing,
.elementor-widget-container .agent_contanct_form,
.elementor-widget-container .wpresidence_agent_unit_wrapper .agent_unit,
.elementor-widget-container .agent_content,
.elementor-widget-container .wpestate_agent_details_wrapper,
.elementor-widget-container .wpestate_property_description,
.elementor-widget-container .multi_units_wrapper,
.elementor-widget-container .property-panel,
.elementor-widget-container #primary .widget-container,
.elementor-widget-container .user_role_unit,
.elementor-widget-container .testimonial-slider-container .testimonial-container.type_class_3,
.elementor-widget-container .google_map_shortcode_wrapper,
.elementor-widget-container .testimonial-container.type_class_1 .testimonial-text,
.elementor-widget-container .blog_unit,
.elementor-widget-container .agent_unit_featured,
.elementor-widget-container .featured_article,
.elementor-widget-container .saved_search_wrapper {
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
}

.listing_wrapper .property_listing,
.slider_container .listing_wrapper .property_listing,
.agent_unit,
.blog_unit,
.property_listing,
.agency_unit,
.user_role_unit,
.featured_article,
.featured_property {
  box-shadow: var(--wp-estate-cssbox-shadow-option, var(--wp_estate_cssbox_shadow));
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.wpresidence_term_background_image,
.agent_unit_social_single,
.listing_filters_head_directory,
.adv_listing_filters_head,
.listing_filters_head,
.listing_filters,
.single-content.single-blog,
#comments,
.single_property_action,
.estate_places_slider button.slick-prev.slick-arrow,
.estate_places_slider button.slick-next.slick-arrow,
.estate_places_slider button.slick-prev.slick-arrow:hover,
.estate_places_slider button.slick-next.slick-arrow:hover,
.listing_wrapper .property_listing:hover,
.agent_unit:hover,
.blog_unit:hover,
.property_listing:hover,
.agency_unit:hover,
.user_role_unit:hover,
.featured_article:hover,
.featured_property:hover,
.wpb_btn-info,
#primary .widget-container.twitter_wrapper,
.wpcf7-form-control,
#access ul ul,
.btn,
.customnav,
#user_menu_open,
.filter_menu,
.property_listing,
.agent_unit,
.blog_unit,
.property_listing_blog,
.related_blog_unit .blog_unit_image img,
#tab_prpg .tab-pane,
.agent_unit_social_single,
.agent_contanct_form_sidebar .agent_contanct_form,
.advanced_search_shortcode,
.advanced_search_sidebar,
.mortgage_calculator_div,
.footer-contact-form,
.contactformwrapper,
.info_details,
.info_idx,
.loginwd_sidebar,
.featured_article,
.featured_property,
.customlist2 ul,
.featured_agent,
.wpb_alert-info.vc_alert_3d.wpestate_message,
.wpb_alert-success.vc_alert_3d.wpestate_message,
.wpb_alert-error.vc_alert_3d.wpestate_message,
.wpb_alert-danger.vc_alert_3d.wpestate_message,
.wpb_call_to_action.wpestate_cta_button,
.vc_call_to_action.wpestate_cta_button2,
.saved_search_wrapper,
.mortgage_calculator_li,
.adv_listing_filters_head,
.listing_filters_head,
.listing_filters,
.adv-search-3,
.page-template-front_property_submit .navigation_container,
.advanced_search_shortcode,
.membership_package_product, .contact-wrapper, .developer_contact_wrapper,
.agency_contact_wrapper,
.property_reviews_wrapper, .agency_contact_container_wrapper,
.agency_content_wrapper, .submit_property_front_wrapper,
.directory_sidebar_wrapper,
.featured_property, .agency_unit, #comments,
.single-blog,
.single-content.single-agent,
.single-content.contact-content,
.listing_wrapper .property_listing,
.listing_wrapper .agent_unit,
.wpestate_property_description,
.multi_units_wrapper, .property-panel,
.listing-content .wpestate_single_agent_details_wrapper,
#primary .widget-container, .user_role_unit,
.testimonial-slider-container .testimonial-container.type_class_3,
.estate_places_slider.slick-initialized.slick-slider,
.google_map_shortcode_wrapper,
.testimonial-container.type_class_1 .testimonial-text,
.blog_unit, .agent_unit_featured,
.featured_article,
.agent_unit:hover,
.blog_unit:hover,
.property_listing:hover,
.agency_unit:hover,
.user_role_unit:hover,
.featured_article:hover,
.featured_property:hover,
.testimonial-container.type_class_4,
.testimonial-container.type_class_3,
#print_page,
.wpestate_property_schedule_singledate_wrapper.shedule_day_option_selected,
.wpestate_property_schedule_singledate_wrapper:hover,
.term_bar_wrapper,
#wpestate_sidebar_property_contact_tabs ul,
.agent_face_details,
.wpestate_property_header_extended .single-overview-section,
.wpestate_schedule_tour_wrapper {
  box-shadow: var(--wp-estate-cssbox-shadow-option, var(--wp_estate_cssbox_shadow));
}

.listing_wrapper .property_listing:hover,
.slider_container .listing_wrapper .property_listing:hover,
.agent_unit:hover,
.blog_unit:hover,
.property_listing:hover,
.agency_unit:hover,
.user_role_unit:hover,
.featured_article:hover,
.featured_property:hover {
  box-shadow: var(--wp-estate-cssbox-shadow-option, 1px 3px 20px 9px rgba(7, 152, 255, 0.11));
}

.property_unit_type5_content_wrapper .carousel-inner,
.property_unit_type5_content_wrapper .property_unit_type5_content,
.blog_unit_image img,
.property_listing img {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.property_listing_blog:hover img,
.property_unit_type5_content_wrapper:hover .carousel-inner,
.property_unit_type5_content_wrapper:hover .property_unit_type5_content,
.property_listing:hover .listing-unit-img-wrapper img,
.property_listing:hover .property_unit_custom_element.image img {
  opacity: 0.9;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod="auto expand");
}

.wpresidence_term_background_image,
.membership_package_product,
.propery_listing_main_image,
#googleMap_shortcode,
.googleMap_shortcode_class,
#carousel-indicators-vertical img,
.property_listing_blog,
.property_listing,
.agency_content_wrapper,
.agent_content,
.wpestate_agent_details_wrapper,
.comment-reply-link,
.post-carusel,
.single-blog,
.widget-container,
.blog2v .property_listing_blog,
.agent_card_my_listings,
.featured_div,
.user_role_featured_image,
.user_role_image,
.user_role_status,
.agent_unit,
.blog_author_image,
.featured_property_type1 .featured_prop_price,
.agentpict,
.wpestate_schedule_tour_wrapper,
.wpestate_property_carousel,
.indicator-energy,
.leaflet-popup-content .info_details.openstreet_map_price_infobox,
#access ul ul,
input,
.adv_handler,
#search_wrapper,
#search_wrapper_color,
.blog_unit_image,
.blog_unit,
.comment-form #submit,
.adv_search_tab_item,
#search_wrapper,
.property_unit_type5 .item,
.property_unit_type5 .featured_gradient,
.property_unit_type5,
.adv_search_tab_item,
.property_reviews_wrapper,
.listing_wrapper,
.term_bar_item,
.agentpict,
.schedule_meeting,
.form-control,
.subunit_wrapper,
.related_blog_unit_image img,
.widget_latest_listing_image img,
.agent-unit-img-wrapper img,
.featured_widget_image img,
.front_plan_row,
.front_plan_row_image,
.acc_google_maps,
.wpresidence_button,
.sidebar_filter_menu,
.header_agency_container img,
.contact-comapany-logo,
.wpestate_single_agent_details_wrapper_type2,
.listing-content .wpestate_single_agent_details_wrapper,
.wpestate_agent_details_container,
.elementor-widget-container .property_listing_square,
.elementor-widget-container .overview_wrapper,
.elementor-widget-container .property_slider2_wrapper .image_div,
.elementor-widget-container .property_slider2_info_wrapper,
.elementor-widget-container .property_listing_blog,
.elementor-widget-container .adv-search-3,
.page-template-front_property_submit .navigation_container,
.elementor-widget-container .advanced_search_shortcode,
.elementor-widget-container .membership_package_product,
.elementor-widget-container .contact-wrapper,
.elementor-widget-container .developer_contact_wrapper,
.elementor-widget-container .agency_contact_wrapper,
.elementor-widget-container.property_reviews_wrapper,
.elementor-widget-container .agency_contact_container_wrapper,
.elementor-widget-container .agency_content_wrapper,
.elementor-widget-container .submit_property_front_wrapper,
.elementor-widget-container .directory_sidebar_wrapper,
.elementor-widget-container .featured_property,
.elementor-widget-container .agency_unit,
.elementor-widget-container #comments,
.elementor-widget-container .single-blog,
.elementor-widget-container #content_container .container_agent,
.elementor-widget-container .listing_wrapper .property_listing,
.elementor-widget-container .agent_contanct_form,
.elementor-widget-container .agent_content,
.elementor-widget-container .wpestate_agent_details_wrapper,
.elementor-widget-container .wpestate_property_description,
.elementor-widget-container .multi_units_wrapper,
.elementor-widget-container .property-panel,
.elementor-widget-container #primary .widget-container,
.elementor-widget-container .user_role_unit,
.elementor-widget-container .testimonial-slider-container .testimonial-container.type_class_3,
.elementor-widget-container .google_map_shortcode_wrapper,
.elementor-widget-container .testimonial-container.type_class_1 .testimonial-text,
.elementor-widget-container .blog_unit,
.elementor-widget-container .agent_unit_featured,
.elementor-widget-container .featured_article,
.elementor-widget-container .saved_search_wrapper,
.single-overview-section,
.wpestate_property_description,
.agency_contact_wrapper,
.contact-wrapper,
.info_details img,
.messagebox_text,
.saved_search_wrapper,
button.actions-btn.bs-select-all.btn.btn-light,
.info_details {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.label {
  padding: 0.4em 0.6em 0.4em;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 0px;
}

small,
.small {
  font-size: 100%;
}

.label-success {
  background-color: #00e1a6;
}

/*=Lists
-------------------------------------------------------------------------------------*/
.checklist {
  margin: 0px;
  float: left;
  list-style: none;
}

.checklist li {
  padding: 0px 11px 5px 22px;
  margin: 0px 0px 6px 0px;
}

.checklist li:hover {
  cursor: default;
}

/*=definition list
-------------------------------------------------------------------------------------*/
dl {
  margin-bottom: 26px;
}

.widget_media_gallery dl {
  margin-bottom: 0px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 13px;
}

/*=table
-------------------------------------------------------------------------------------*/
table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #f0f0f0;
  margin-bottom: 26px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.even {
  background-color: #f0f0f0;
}

.comment.even {
  background-color: transparent;
}

table th,
table td {
  border-right: 1px solid #f0f0f0;
}

table th,
table tr {
  border-bottom: 1px solid #f0f0f0;
}

table th {
  padding: 7px;
}

/*=Blackquote
-------------------------------------------------------------------------------------*/
blockquote {
  font-size: 14px;
  margin: 15px 0px 30px 0px;
  padding: 0px 15px;
  border-left: 2px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  float: left;
  width: 100%;
}

blockquote p {
  line-height: 22px;
  font-style: italic;
}

blockquote.is-style-large {
  margin: 15px 0px 30px 0px !important;
  padding: 0px !important;
  border-left: none;
}

figure blockquote {
  padding: 0px;
  border-left: none;
}

blockquote cite {
  font-weight: 400;
  text-transform: initial;
  font-style: normal;
}

blockquote cite,
blockquote small,
blockquote .small {
  text-transform: uppercase;
  font-weight: bold;
}

/*=Buttons
-------------------------------------------------------------------------------------*/
.green {
  background-color: #4ecb8f;
  background-image: none;
  color: #fff;
}

.green:hover {
  background-color: #45b37e;
}

.green :hover a,
.green a:hover {
  color: #ffffff;
}

.green a {
  color: #ffffff;
}

.blue {
  background-color: #67cfd8;
  background-image: none;
  color: #fff;
}

.blue:hover {
  background-color: #54a9b0;
  color: #ffffff;
}

.blue :hover a,
.blue a:hover {
  color: #ffffff;
}

.blue a {
  color: #ffffff;
}

.purple {
  background-color: #a51e6c;
  background-image: none;
  color: #fff;
}

.purple:hover {
  background-color: #6e1448;
}

.purple :hover a,
.purple a:hover {
  color: #ffffff;
}

.purple a {
  color: #ffffff;
}

.btn a {
  text-decoration: none;
}

#ui-datepicker-div {
  z-index: 10000 !important;
}

address {
  font-style: italic;
  margin: 0 0 26px;
}

pre {
  margin-bottom: 26px;
  background: transparent;
}

/*=datepicker----------------------
---------------*/
.page-template-front_property_submit .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  height: auto;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  color: #ffffff;
  background: #333;
}

.page-template-front_property_submit #primary {
  display: none;
}

.ll-skin-melon td.ui-datepicker-today .ui-state-default {
  background: #4d5567 !important;
  color: #fff !important;
}

.ll-skin-melon .ui-datepicker td.calendar-reserved.start_reservation .ui-state-default {
  color: #000 !important;
}

.ll-skin-melon {
  font-size: 90%;
}

.ll-skin-melon .ui-widget {
  background: #f6f6f5 !important;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker {
  padding: 0 0px 24px 0px;
  width: 270px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.ll-skin-melon .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
  background-color: #333 !important;
  border-radius: 0px;
  border-radius: 0px;
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e9f0f4;
  padding: 0px 0px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 26px !important;
  height: 28px !important;
  top: -7px !important;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  top: 23px !important;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
  top: 0.9em;
  border: none;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  background-color: transparent !important;
  border: none !important;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  background-color: transparent !important;
  border: none !important;
}

.ll-skin-melon .ui-datepicker table {
  margin: 0px auto;
  border: none;
  width: 240px;
}

.ll-skin-melon .ui-datepicker table tr {
  border: none !important;
}

.ll-skin-melon .ui-datepicker th {
  padding: 1em 0;
  color: #666;
  font-size: 13px;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
}

.ll-skin-melon .ui-datepicker td {
  background: #fff;
  border: none;
  padding: 0;
  opacity: 1;
  border: 1px solid #d0d5de;
}

.ll-skin-melon td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 5px;
  font-weight: normal;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 14px;
  line-height: 21px;
  height: 30px;
}

.ll-skin-melon td a {
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.ll-skin-melon .ui-datepicker .ui-state-disabled {
  background-color: #efefee;
  border: 1px solid #d0d5de;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
  background: transparent;
  background-color: transparent !important;
  border: none !important;
}

.ll-skin-melon .ui-state-disabled {
  opacity: 1;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #d0d5de;
}

.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
  background-color: rgba(0, 115, 225, 0.1) !important;
  border: 0px !important;
}

.pagination_ajax_search,
.home-compare {
  margin-left: 15px;
}

.figlio {
  background: rgba(255, 255, 255, 0) !important;
}

/*=visual compser sidebar
--------------------------------------------------------------------*/
.vc_widget_sidebar a {
  line-height: 22px;
}

.vc_widget_sidebar ul {
  list-style: none;
  margin-left: 0px;
}

.vc_widget_sidebar input[type=text],
.vc_widget_sidebar input[type=password],
.vc_widget_sidebar input[type=email],
.vc_widget_sidebar input[type=url],
.vc_widget_sidebar input[type=number],
.vc_widget_sidebar textarea {
  font-size: 13px;
}

.vc_widget_sidebar .widget_archive li:before,
.vc_widget_sidebar .widget_recent_comments li:before,
.vc_widget_sidebar .widget_categories li:before,
.vc_widget_sidebar .widget_meta li:before {
  margin-top: 1px;
}

/*=gutenberg
---------------------------------------------------------*/
.wp-block-columns .wp-block-column:not(:first-child),
.wp-block-columns .wp-block-column:nth-child(even) {
  margin-left: 15px;
}

.wp-block-columns .wp-block-column:not(:last-child) {
  margin-right: 0px;
}

.wp-block-columns .wp-block-column {
  margin-bottom: 0px;
}

.wp-block-columns .wp-block-column:nth-child(odd) {
  margin-right: 0px;
}

.residence_gutenberg_class .places_wrapper_type_2 {
  margin: 0px 15px;
  width: auto;
}

/*=gutenberg demo css
---------------------------------------------------------*/
.residence_demo_title {
  font-family: "Open Sans";
  font-weight: 700;
  color: #333;
  margin-top: 15px;
}

.residence_demo_title_under {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
  margin-top: 10px;
  margin-bottom: 45px;
  width: 550px;
  margin: 0px auto;
  text-align: center;
}

#shopping-cart {
  float: left;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-size: 20px;
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  position: relative;
}

#shopping-cart-icon {
  width: 84%;
}

.wpestream_cart_counter_header_mobile {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 15px;
  float: right;
  color: #fff;
  left: auto;
}

.wpestream_cart_counter_header_mobile,
.wpestream_cart_counter_header {
  position: absolute;
  top: -18px;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  left: 0px;
}

.wpestate_header_shoping_cart {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  width: 300px;
  right: 15px;
  top: 65px;
  padding: 20px;
  display: none;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.wpestate_header_shoping_cart_total {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}

.wpestate_header_view_cart,
.wpestate_header_view_checkout {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 4px 15px;
}

.wpestate_header_view_cart {
  margin-bottom: 0px;
}

.wpestate_header_view_cart:hover,
.wpestate_header_view_checkout:hover {
  background-color: #222;
  color: #fff;
  border-color: #222;
}

.wpestate_in_cart_image {
  float: left;
  margin-right: 10px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  overflow: hidden;
}

.wpestate_in_cart_title {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: left !important;
}

.wpestate_in_cart_price {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  margin-bottom: 20px;
  font-size: 14px;
}

.woocommerce-order-received .wpresidence_sidebar_cart {
  display: none;
}

.transparent_header #shopping-cart_icon path {
  fill: #fff;
}

/*=Woo pay*/
.return_woo_button {
  margin-top: 0px;
  padding: 13px 15px;
  color: #fff !important;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: inline-block;
  width: auto;
  color: #fff !important;
  margin: 10px 0px;
}

.woocommerce form .form-row {
  padding: 3px 3px 3px 0px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 50%;
}

.woo_pay,
.woo_pay_submit {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 30px;
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
  color: #ffffff;
  width: 210px;
  line-height: 54px;
}

.woo_pay_submit:hover,
.woo_pay:hover {
  background-color: #106dd2;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  display: inline-block;
  width: 100%;
  background: #fff;
  border-top-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  margin: 0px 0px 30px 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  -webkit-font-smoothing: antialiased;
  padding: 12px 12px;
  margin-top: 0px;
  padding: 16px 15px;
  color: #fff;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #e7e9ef;
  color: #8A8F9A;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  padding: 2px 13px 0px 13px;
  font-weight: 400;
  width: 100%;
  height: 40px;
}

.woocommerce form .form-row textarea {
  height: 240px;
  padding-top: 10px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e7e9ef;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  height: 40px;
}

form.woocommerce-checkout {
  background: #fff;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  border-top: 3px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fcfcfc;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #efeded;
  color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #efeded;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  -webkit-font-smoothing: antialiased;
  padding: 12px 12px;
  margin-top: 0px;
  padding: 20px 45px;
  color: #fff;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  margin-top: 10px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  padding: 16px 15px;
  opacity: 0.7;
  color: #fff;
  display: none;
}

.woocommerce button.button.alt:hover {
  background-color: #576074;
}

.meta-element-head {
  display: none;
}

.wpresidence_sidebar_cart {
  display: inline-block;
  background-color: #fff;
  width: 100%;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  padding: 30px 30px 19px 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
}

.wpresidence_sidebar_cart h3, .wpresidence_sidebar_cart .h3 {
  margin: 10px 0px;
}

.wpestate_cart_item span {
  font-weight: 500;
}

.wpresidence_sidebar_cart h4, .wpresidence_sidebar_cart .h4 {
  margin-top: 10px;
}

.wpresidence_sidebar_cart_unit {
  margin-bottom: 20px;
}

.woocommerce table.shop_table {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  background: #fff;
  border: 1px solid #e7e9ef;
}

#coupon_code {
  width: 150px;
  padding: 12px;
  margin-right: 15px;
  border: 1px solid #e7e9ef;
}

.woocommerce-form-coupon #coupon_code {
  width: 100%;
  height: 48px;
  margin-right: 0px;
}

.woocommerce a.remove:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
  background: transparent;
}

.woocommerce button.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #576074;
  color: #fff;
}

.woocommerce form .form-row label {
  line-height: 2;
  margin-bottom: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8A8F9A;
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 42px;
  margin-bottom: 15px;
}

#order_review_heading {
  margin-top: 15px;
}

.showcoupon {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.woocommerce-order {
  display: inline-block;
  width: 100%;
  background: #fff;
  border-top-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  padding: 20px;
}

.woocommerce ul.order_details {
  margin: 20px 0px;
  list-style: none;
}

.woocommerce ul.order_details {
  margin: 20px 0px 40px 0px;
  list-style: none;
}

.woocommerce ul.order_details li {
  float: left;
  margin-right: 15px;
}

.woocommerce .woocommerce-customer-details address {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  padding: 20px;
  font-size: 14px;
}

.woocommerce-terms-and-conditions-checkbox-text {
  padding-left: 20px;
}

.woocommerce form .form-row .input-checkbox {
  margin: 5px 8px 0 0;
}

.wpestream_cart_counter_header_mobile {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 15px;
  float: right;
  color: #fff;
  left: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: var(--bs-border-width) solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}

.btn-primary {
  color: color-yiq(#0d6efd);
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.btn-primary:focus, .btn-primary.focus {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-secondary {
  color: color-yiq(#6c757d);
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.btn-secondary:focus, .btn-secondary.focus {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-success {
  color: color-yiq(#198754);
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.btn-success:focus, .btn-success.focus {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-info {
  color: color-yiq(#0dcaf0);
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.btn-info:focus, .btn-info.focus {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-warning {
  color: color-yiq(#ffc107);
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.btn-warning:focus, .btn-warning.focus {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-danger {
  color: color-yiq(#dc3545);
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.btn-danger:focus, .btn-danger.focus {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-light {
  color: color-yiq(#f8f9fa);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.btn-light:focus, .btn-light.focus {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-dark {
  color: color-yiq(#212529);
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.btn-dark:focus, .btn-dark.focus {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: color-yiq(#0d6efd);
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  border: 1px solid #e7e7e7;
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: color-yiq(#6c757d);
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  border: 1px solid #e7e7e7;
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: color-yiq(#198754);
  background-color: #198754;
  border-color: #198754;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  border: 1px solid #e7e7e7;
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: color-yiq(#0dcaf0);
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  border: 1px solid #e7e7e7;
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: color-yiq(#ffc107);
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  border: 1px solid #e7e7e7;
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: color-yiq(#dc3545);
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  border: 1px solid #e7e7e7;
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  border: 1px solid #e7e7e7;
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #f8f9fa;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  border: 1px solid #e7e7e7;
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: auto;
  border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: auto;
  border-radius: var(--bs-border-radius-sm);
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: auto;
}

.btn-custom {
  color: color-yiq(#0d6efd);
  background-color: #0d6efd;
  border-color: #0d6efd;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.btn-custom:hover {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.btn-custom:focus, .btn-custom.focus {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active, .show > .btn-custom.dropdown-toggle {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon .icon {
  margin-right: 0.5em;
}

@media (max-width: 575.98px) {
  .btn-responsive {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: auto;
  }
}
.btn:not(:disabled):not(.disabled):focus-visible {
  background-color: #ffffff;
}

.submit_listing {
  float: right;
  display: inline;
  font-size: var(--wp-estate-top-menu-font-size-option, var(--wp-estate-top-menu-font-size));
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  padding: 10px 15px;
  font-weight: 500;
  font-family: var(--wp-estate-menu-font-family-option, var(--wp-estate-menu-font-family));
  font-weight: var(--wp-estate-menu-font-weight-option, var(--wp-estate-menu-font-weight));
  line-height: 1em;
  color: #ffffff;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1 ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  border: 1px solid;
  border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, var(--wp-estate-main-color-option, var(--wp-estate-main-color))));
  background-image: linear-gradient(to right, transparent 50%, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

a.submit_listing:hover {
  text-decoration: none;
  background-color: transparent;
  background-position: left bottom;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.submit_listing:focus {
  color: #ffffff;
}

.header_transparent a.submit_listing:hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #222222), color-stop(50%, var(--wp-estate-main-color-option, var(--wp-estate-main-color))));
  background-image: linear-gradient(to right, #222222 50%, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%);
  border: 1px solid #222;
  color: #fff;
}

.mobilewrapper .submit_listing {
  float: left;
  margin: 25px 0px 10px 25px;
  width: 210px;
  text-align: center;
}

.top_bar_wrapper {
  background-color: var(--wp-estate-top-bar-back-option, var(--wp-estate-top-bar-back));
  width: 100%;
  height: 40px;
  z-index: 99999;
  position: relative;
}
.top_bar_wrapper.transparent_border_topbar {
  border-bottom: 1px solid rgba(206, 206, 206, 0.3);
}
.top_bar_wrapper.transparent_border_topbar .widget-container {
  padding: 0 15px;
}
.top_bar_wrapper.transparent_border_topbar .widget-container.social_sidebar {
  padding: 0;
}
.top_bar_wrapper.transparent_border_topbar .social_sidebar_internal a {
  border-right: 1px solid rgba(206, 206, 206, 0.3);
}
.top_bar_wrapper.transparent_border_topbar .social_sidebar_internal a i {
  text-align: center;
}
.top_bar_wrapper.transparent_border_topbar .left-top-widet .widget-container:first-of-type {
  border-left: 1px solid rgba(206, 206, 206, 0.3);
}
.top_bar_wrapper.transparent_border_topbar .left-top-widet .widget-container:last-of-type {
  border-right: 1px solid rgba(206, 206, 206, 0.3);
  border-left: 1px solid rgba(206, 206, 206, 0.3);
}
.top_bar_wrapper.transparent_border_topbar .left-top-widet .social_sidebar {
  border-right: 0;
}
.top_bar_wrapper.transparent_border_topbar .right-top-widet .widget-container {
  border-left: 1px solid rgba(206, 206, 206, 0.3);
}
.top_bar_wrapper.transparent_border_topbar .right-top-widet .widget-container:last-of-type {
  border-right: 1px solid rgba(206, 206, 206, 0.3);
}
.top_bar_wrapper.transparent_topbar {
  background-color: transparent;
}
.top_bar_wrapper .right-top-widet .widget-container {
  padding-left: 15px;
}
.top_bar_wrapper .left-top-widet .widget-container {
  padding-right: 15px;
}
.top_bar_wrapper .top_bar {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: var(--wp-estate-top-bar-font-option, var(--wp-estate-top-bar-font));
}
.top_bar_wrapper .top_bar p {
  margin-bottom: 0px;
  font-size: 13px;
}
.top_bar_wrapper .top_bar .left-top-widet ul,
.top_bar_wrapper .top_bar .right-top-widet ul {
  display: flex;
  margin-bottom: 0px;
}
.top_bar_wrapper .top_bar .left-top-widet ul.dropdown-menu,
.top_bar_wrapper .top_bar .right-top-widet ul.dropdown-menu {
  display: none;
}
.top_bar_wrapper .top_bar .left-top-widet ul.dropdown-menu.show,
.top_bar_wrapper .top_bar .right-top-widet ul.dropdown-menu.show {
  display: block;
}
.top_bar_wrapper .top_bar .left-top-widet ul li,
.top_bar_wrapper .top_bar .right-top-widet ul li {
  border-radius: 0;
}
.top_bar_wrapper .top_bar .left-top-widet ul li.widget-container,
.top_bar_wrapper .top_bar .right-top-widet ul li.widget-container {
  display: flex;
  align-items: center;
}
.top_bar_wrapper .top_bar .left-top-widet ul li.widget-container .textwidget,
.top_bar_wrapper .top_bar .right-top-widet ul li.widget-container .textwidget {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  line-height: normal;
  height: 40px;
}
.top_bar_wrapper .top_bar a {
  color: var(--wp-estate-top-bar-font-option, var(--wp-estate-top-bar-font));
  font-size: 13px;
}
.top_bar_wrapper .top_bar a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.top_bar_wrapper .top_bar i {
  width: 13px;
}
.top_bar_wrapper .top_bar .widget-container {
  width: auto;
  display: inline;
  margin-bottom: 0;
}
.top_bar_wrapper .top_bar .widget-container ul {
  list-style: none;
  min-width: 140px;
}
.top_bar_wrapper .top_bar .widget-container ul li {
  width: auto;
}

.wpresidence_boxed_header .top_bar {
  max-width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  margin: 0 auto;
  padding: 0px 15px !important;
}

.top_bar_wrapper.transparent_border_topbar,
.transparent_border_topbar .top_bar .social_sidebar_internal a,
.top_bar_wrapper.transparent_border_topbar .left-top-widet .widget-container:last-of-type,
.top_bar_wrapper.transparent_border_topbar .right-top-widet .widget-container:last-of-type,
.top_bar_wrapper.transparent_border_topbar .left-top-widet .widget-container:first-of-type,
.top_bar_wrapper.transparent_border_topbar .right-top-widet .widget-container {
  border-color: rgba(206, 206, 206, 0.3);
}

.top_bar .wpresidence_dropdown {
  margin-bottom: 0px;
}
.top_bar .wpresidence_dropdown .dropdown-toggle {
  padding: 0px 15px;
  width: 145px;
  line-height: 25px;
}
.top_bar .wpresidence_dropdown .dropdown-menu li {
  line-height: 1.4em;
  padding: 5px 15px;
}
.top_bar .social_sidebar_internal {
  flex-wrap: nowrap;
  gap: 0;
}
.top_bar .social_sidebar_internal a {
  height: 40px;
  background: transparent;
  border-radius: 0;
}
.top_bar .social_sidebar_internal a:hover {
  background-color: transparent;
}
.top_bar .social_sidebar_internal a:hover i {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.top_bar .sidebar_filter_menu {
  font-size: 12px;
  padding: 2px 10px;
}
.top_bar #list_sidebar_measure_unit,
.top_bar #list_sidebar_curr {
  width: 100%;
}
.top_bar .form-control {
  height: 25px;
}
.top_bar .widget-title-topbar {
  display: none;
}

.user_menu_wrapper {
  position: relative;
}

.user_menu {
  cursor: pointer;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  position: relative;
  gap: 10px;
  justify-content: flex-end;
}

#user_menu_open {
  background-color: var(--wp-estate-menu-item-back-color-option, var(--wp-estate-menu-item-back-color));
  right: 35px;
  left: auto;
  z-index: 999999;
  top: 100%;
  margin-top: 0px;
  padding: 15px 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  width: 255px;
  display: none;
  border: none;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
}
#user_menu_open:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  right: 7px;
  position: absolute;
}
#user_menu_open:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fdfdfd;
  top: -9px;
  right: 7px;
  position: absolute;
}
#user_menu_open li {
  position: relative;
}
#user_menu_open a {
  color: var(--wp-estate-menu-items-color-option, var(--wp-estate-menu-items-color));
  font-size: var(--wp-estate-top-menu-font-size-option, var(--wp-estate-top-menu-font-size));
  padding: 10px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1.6em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--wp-estate-menu-font-family-option, var(--wp-estate-menu-font-family));
  font-weight: var(--wp-estate-menu-font-weight-option, var(--wp-estate-menu-font-weight));
}
#user_menu_open a:hover .unread_mess {
  background-color: #fff;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
#user_menu_open a:hover i {
  color: #fff;
}
#user_menu_open a:hover, #user_menu_open a:focus {
  color: var(--wp-estate-menu-hover-font-color-option, var(--wp-estate-menu-hover-font-color));
  background-color: var(--wp-estate-menu-hover-back-color-option, var(--wp-estate-menu-hover-back-color));
  padding-left: 25px;
}
#user_menu_open a:hover svg circle,
#user_menu_open a:hover svg path, #user_menu_open a:focus svg circle,
#user_menu_open a:focus svg path {
  stroke: var(--wp-estate-menu-hover-font-color-option, var(--wp-estate-menu-hover-font-color));
}
#user_menu_open a svg {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
#user_menu_open a svg circle,
#user_menu_open a svg path {
  stroke: var(--wp-estate-menu-items-color-option, var(--wp-estate-menu-items-color));
}
#user_menu_open i {
  width: 10px;
}
#user_menu_open .unread_mess {
  top: 10px;
  border-radius: 50%;
  min-width: 20px;
  width: auto;
  height: 20px;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: 15px;
  color: #fff;
}

#user_menu_open .secondary_menu_sidebar,
.mobile_user_menu .secondary_menu_sidebar {
  display: none !important;
}

.submit_action {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.submit_action svg {
  width: 25px;
  height: 30px;
  fill: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
  margin: 5px 0 0 0px;
}
.submit_action svg:hover {
  fill: var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
}

.header_phone {
  font-size: 17px;
  font-weight: 500;
  color: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
  padding-top: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_phone a {
  color: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
}
.header_phone a:hover {
  color: var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
}
.header_phone svg {
  height: 21px;
  fill: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
  vertical-align: middle;
}

.menu_user_picture {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 1px solid var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
  background-size: cover;
}

.menu_user_tools {
  border-radius: 50%;
  height: 20px;
  margin: 0px;
  float: left;
  display: inline;
  cursor: pointer;
  font-size: 14px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.navicon-button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.8;
}
.navicon-button:hover {
  opacity: 1;
}
.navicon-button.open {
  padding: 4px 0px 6px 15px;
}

.nav-notlog {
  display: none;
}

.user_loged .navicon-button.open {
  margin-top: 21px;
}
.user_loged i {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.navicon {
  position: relative;
  width: 18px;
  height: 2px;
  background: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 2.5rem;
}

.opensvg {
  transform: scale(0.75);
}

.navicon:before,
.navicon:after {
  display: block;
  content: "";
  height: 2px;
  width: 18px;
  background: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
  position: absolute;
  transition: 0.5s 0.25s;
  border-radius: 1rem;
}

.navicon:after {
  top: -5px;
}

.navicon:before {
  top: 5px;
}

#user_menu_u:hover .navicon:before {
  top: 7px;
}

#user_menu_u:hover .navicon:after {
  top: -7px;
}

.opensvg.plus .navicon,
.opensvg.x .navicon {
  background: transparent;
}

.opensvg.plus .navicon:before,
.opensvg.x .navicon:before {
  transform: rotate(-45deg);
}

.opensvg.plus .navicon:after,
.opensvg.x .navicon:after {
  transform: rotate(45deg);
}

.opensvg:not(.steps) .navicon:before,
.opensvg:not(.steps) .navicon:after {
  top: 0 !important;
}

.dropdown {
  cursor: pointer;
}

.form-control {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1 ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.form-control::-moz-placeholder, .form-control input::-moz-placeholder {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
.form-control::placeholder,
.form-control input::placeholder {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
.form-control:focus, .form-control.open {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  border: 1px solid #e7e7e7;
  box-shadow: none;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  line-height: 1.4;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.form-select:focus {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
  box-shadow: none;
}
.form-select option {
  background-color: #fff;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.form-select option:hover {
  background-color: #fff;
  color: #222;
}

input.form-control::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
input.form-control:-moz-placeholder { /* Firefox 18- */
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
input.form-control::placeholder { /* Standard syntax for modern browsers */
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}

.wpresidence_dropdown {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1 ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  margin-bottom: 0px;
  width: 100%;
}
.wpresidence_dropdown .dropdown-toggle {
  width: 100%;
  padding: 10px 15px;
  text-transform: none;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  text-align: left;
}
.wpresidence_dropdown .dropdown-toggle:active {
  border: 1px solid #e7e7e7;
  box-shadow: none !important;
}
.wpresidence_dropdown .dropdown-toggle::after {
  border: none;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 13px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  right: 10px;
  font-weight: 600;
}
.wpresidence_dropdown .dropdown-toggle.show {
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.wpresidence_dropdown .dropdown-menu {
  font-size: 13px;
  padding: 5px 0 0px 0px;
  width: 100%;
  min-width: 200px;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  max-height: 225px;
  overflow-y: scroll;
  border-color: #e7e7e7;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.wpresidence_dropdown .dropdown-menu li {
  padding: 10px 15px;
  line-height: 1.4em;
  margin-bottom: 0px;
}
.wpresidence_dropdown .dropdown-menu li:hover {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
}

.wpresidence_dropdown.open .dropdown-toggle {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}

.wpresidence_dropdown.wpresidence_filters_dropdown {
  width: auto;
}
.wpresidence_dropdown.wpresidence_filters_dropdown .dropdown-toggle {
  width: auto;
  padding: 10px 30px 10px 5px;
  border: 0px;
}
.wpresidence_dropdown.wpresidence_filters_dropdown .dropdown-toggle.show {
  background-color: #ffffff;
}
.wpresidence_dropdown.wpresidence_filters_dropdown .btn:not(:disabled):not(.disabled):active:focus,
.wpresidence_dropdown.wpresidence_filters_dropdown .btn:not(:disabled):not(.disabled).active:focus {
  background-color: #ffffff;
  border: 0px;
}

.directory_sidebar_wrapper .wpresidence_dropdown.wpresidence_filters_dropdown {
  width: 100%;
}
.directory_sidebar_wrapper .wpresidence_dropdown.wpresidence_filters_dropdown .dropdown-toggle {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e7e7e7;
}

.wpestatemultiselectselectpicker {
  display: none;
}

.wpestatemultiselect {
  margin-bottom: 10px;
}
.wpestatemultiselect .dropdown-menu {
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 13px;
}
.wpestatemultiselect .dropdown-menu.open {
  min-width: 185px;
  min-height: 100px !important;
}
.wpestatemultiselect .dropdown-menu li:hover {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.wpestatemultiselect .dropdown-menu li > a:focus, .wpestatemultiselect .dropdown-menu li > a:hover {
  background-color: transparent;
  background-image: none;
}
.wpestatemultiselect .dropdown-menu .bs-actionsbox button {
  padding: 0.25rem 0;
  border-color: #e7e7e7;
  background: #ffffff;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 13px;
  line-height: 1.6;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  text-transform: none;
}
.wpestatemultiselect .dropdown-menu .bs-actionsbox button:hover {
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  text-transform: none;
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  border-color: #e7e7e7;
}
.wpestatemultiselect .dropdown-menu .check-mark {
  top: 10px !important;
}
.wpestatemultiselect .dropdown-menu .check-mark:before {
  content: "\f058";
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 800;
}
.wpestatemultiselect .dropdown-menu .check-mark:after {
  display: none;
}
.wpestatemultiselect .dropdown-toggle::after {
  border: none;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 13px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  right: 10px;
  font-weight: 600;
}

.dropdown-item {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  background-color: #ffffff;
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
}

.wpestatemultiselect .dropdown-menu.show .inner.show::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar {
  width: 15px;
  margin: 0px 0px;
  padding: 0px !important;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.wpestatemultiselect .dropdown-menu.show .inner.show::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #c8ceda;
  border-left: 7px solid #f1f1f1;
  border-right: 7px solid #f1f1f1;
  border-top: 10px solid #f1f1f1;
  border-bottom: 10px solid #f1f1f1;
  height: 90px;
}

.wpestatemultiselect .dropdown-menu.show .inner.show::-webkit-scrollbar-track,
.dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #f1f1f1;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.search_wr_10 .dropdown-menu,
.search_wr_11 .dropdown-menu {
  min-width: 160px;
}

input[type=checkbox] {
  position: relative;
  outline: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  margin-bottom: 0px;
  margin-right: 5px;
  vertical-align: top;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  color: #565a5c;
  box-sizing: border-box;
  padding: 0;
  margin-top: 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

input[type=checkbox]:checked:before {
  content: "\f00c";
  position: absolute;
  height: 100%;
  width: 100%;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown.bootstrap-select.show-tick li {
  line-height: 1.4em;
  margin-bottom: 0px;
}

.dropdown.bootstrap-select.show-tick li a {
  padding: 10px 15px;
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.filter_menu,
.ui-autocomplete.ui-widget-content {
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

/*auto-complete*/
.ui-menu .ui-menu-item {
  margin: 0 !important;
  width: 100% !important;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.ui-menu-item-wrapper {
  padding: 10px 15px !important;
  cursor: pointer;
}

.ui-menu .ui-state-focus {
  border: none !important;
  border-bottom: 0px solid #e7e7e7 !important;
  background-image: none;
  font-weight: normal !important;
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color)) !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 0px solid #e7e7e7 !important;
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color)) !important;
  font-weight: normal !important;
  font-family: "Roboto", sans-serif;
  background: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color)) !important;
}

/*=search auto complete for wpestate location field*
--------------------------------------------------------------------*/
.ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  padding: 11px 15px 10px 33px !important;
  line-height: 1em;
  font-size: 13px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.ui-menu .wpresidece-dropdown-category-label.ui-menu-item {
  line-height: 34px;
  font-weight: 600;
  border-top: 1px solid #efefef;
  pointer-events: none !important;
  padding: 0px 15px;
  font-size: 13px;
}

.wpresidence-geolocatiomarker-city,
.wpresidence-geolocatiomarker {
  background-image: url(css-images/icons/location_city.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 15px center;
}

.wpresidence-geolocatiomarker-city.ui-state-active,
.wpresidence-geolocatiomarker.ui-state-active {
  background-image: url(css-images/icons/location_city.svg) !important;
  background-size: 12px 12px !important;
  background-repeat: no-repeat !important;
  background-position: 15px center !important;
}

.wpresidence-geolocatiomarker-area {
  background-image: url(css-images/icons/location_area.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 15px center;
}

.wpresidence-geolocatiomarker-area.ui-state-active {
  background-image: url(css-images/icons/location_area.svg) !important;
  background-size: 12px 12px !important;
  background-repeat: no-repeat !important;
  background-position: 15px center !important;
}

.wpresidence-geolocatiomarker-countystate {
  background-image: url(css-images/icons/location_county.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 15px center;
}

.wpresidence-geolocatiomarker-countystate.ui-state-active {
  background-image: url(css-images/icons/location_county.svg) !important;
  background-size: 12px 12px !important;
  background-repeat: no-repeat !important;
  background-position: 15px center !important;
}

.adv_locations_search_component_wrapper {
  position: relative;
  width: 100%;
  float: left;
}

#primary .adv_locations_search_component_wrapper {
  float: none;
}

.wpresidece-reset-btn {
  position: absolute;
  top: 12px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 12px;
  font-size: 13px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  cursor: pointer;
}
.wpresidece-reset-btn:hover {
  border: 1px solid #000000;
}

.slider_container button.slick-prev.slick-arrow, .slider_container button.slick-next.slick-arrow, .arrow_class_sideways button.slick-prev.slick-arrow, .arrow_class_sideways button.slick-next.slick-arrow {
  cursor: pointer;
  border: none;
  position: absolute;
  background-color: rgba(119, 122, 242, 0.0705882353);
  width: 40px;
  height: 40px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding-left: 0;
  font-size: 0;
}
.slider_container button.slick-prev.slick-arrow:hover, .slider_container button.slick-next.slick-arrow:hover, .arrow_class_sideways button.slick-prev.slick-arrow:hover, .arrow_class_sideways button.slick-next.slick-arrow:hover {
  color: #fff;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.slider_container button.slick-prev.slick-arrow:before, .slider_container button.slick-next.slick-arrow:before, .arrow_class_sideways button.slick-prev.slick-arrow:before, .arrow_class_sideways button.slick-next.slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  line-height: 40px;
  opacity: 1;
  font-weight: 900;
}

.slider_container button.slick-prev.slick-arrow:before, .arrow_class_sideways button.slick-prev.slick-arrow:before {
  content: "\f060";
}
.slider_container button.slick-next.slick-arrow:before, .arrow_class_sideways button.slick-next.slick-arrow:before {
  content: "\f061";
}

.slider_container button.slick-prev.slick-arrow {
  right: 60px;
}
.slider_container button.slick-next.slick-arrow {
  right: 15px;
}
.slider_container button.slick-prev.slick-arrow, .slider_container button.slick-next.slick-arrow {
  top: -42px;
}

.arrow_class_sideways button.slick-prev.slick-arrow, .arrow_class_sideways button.slick-next.slick-arrow {
  top: 50%;
  margin-top: -35px;
}
.arrow_class_sideways button.slick-prev.slick-arrow {
  left: -80px;
}
.arrow_class_sideways button.slick-next.slick-arrow {
  right: -80px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.elementor-widget-WpResidence_Property_Slider_v3 i,
.elementor-widget-Wpresidence_Testimonial_Slider i,
.elementor-widget-WpResidence_Property_Slider_v2 i {
  font-size: 14px;
}

.icon-fav-on-remove {
  position: absolute;
  font-size: 12px;
  background-color: #FB6A5C;
  padding: 9px 0px;
  color: #fff;
  text-align: center;
  height: auto;
  width: 150px;
  border-bottom-left-radius: 4px;
  top: 0px;
  right: 0px;
  border: none;
}

.icon-fav-on-remove:before {
  display: none;
}

.icon-fav.icon-fav-on-remove {
  z-index: 99;
}

.icon-fav-on {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.property_listing.property_unit_type4 .icon-fav:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.icon-fav-off:hover {
  border: 1px solid #d8e0e5;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.icon-fav:before {
  content: "\f004";
  font-size: 12px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 500 !important;
}

.icon-fav.icon-fav-on:before {
  font-weight: 600 !important;
}

.elementor-template-full-width .header_transparent .container.content_wrapper {
  margin-top: 0px;
}

.wpresidece_has_top_bar .header_transparent .master_header {
  top: 40px;
}

.page-template-splash_page .header_transparent .master_header {
  top: 0px;
}

.header_transparent {
  border-bottom: none;
}
.header_transparent .top_bar_wrapper {
  position: absolute;
  top: 0px;
}
.header_transparent .master_header {
  background: transparent;
  position: absolute;
  top: 0px;
}
.header_transparent .master_header_sticky.master_header {
  position: sticky;
}
.header_transparent #shopping-cart_icon path {
  fill: var(--wp-estate-transparent-menu-font-color-option, var(--wp-estate-transparent-menu-font-color));
}
.header_transparent .submit_action:hover svg {
  fill: #fff;
  opacity: 0.7;
}
.header_transparent .navicon,
.header_transparent .navicon:before,
.header_transparent .navicon:after {
  background: var(--wp-estate-transparent-menu-font-color-option, var(--wp-estate-transparent-menu-font-color));
}
.header_transparent .header_phone a,
.header_transparent .header_phone svg,
.header_transparent .submit_action svg {
  fill: var(--wp-estate-transparent-menu-font-color-option, var(--wp-estate-transparent-menu-font-color));
  color: var(--wp-estate-transparent-menu-font-color-option, var(--wp-estate-transparent-menu-font-color));
}
.header_transparent .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li > a {
  color: var(--wp-estate-transparent-menu-font-color-option, var(--wp-estate-transparent-menu-font-color));
}
.header_transparent .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li:hover > a {
  color: var(--wp-estate-transparent-menu-hover-font-color-option, var(--wp-estate-transparent-menu-hover-font-color));
}

.admin-bar .master_header_sticky {
  top: 32px;
}

.wpresidece_has_top_bar .header_transparent .master_header_sticky {
  top: 0px;
}

.admin-bar.wpresidece_has_top_bar .header_transparent .master_header_sticky {
  top: 32px;
}

.header_transparent .master_header_sticky #shopping-cart_icon path {
  fill: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}

.master_header {
  background-color: var(--wp-estate-header-color-option, var(--wp-estate-header-color));
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: var(--wp_estate_border_bottom_header-option, var(--wp_estate_border_bottom_header)) solid var(--wp_estate_border_bottom_header_color-option, var(--wp_estate_border_bottom_header_color));
}
.master_header .header_wrapper {
  height: var(--wp-estate-header-height-option, var(--wp-estate-header-height));
}

.master_header_sticky {
  background-color: var(--wp-estate-header-color-option, var(--wp-estate-header-color));
  opacity: 0.95;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  border-bottom: var(--wp_estate_sticky_border_bottom_header-option, var(--wp_estate_sticky_border_bottom_header)) solid var(--wp_estate_border_bottom_header_sticky_color-option, var(--wp_estate_border_bottom_header_sticky_color));
}
.master_header_sticky:hover {
  opacity: 1;
}
.master_header_sticky.master_header {
  position: sticky;
  top: 0px;
}
.master_header_sticky .header_wrapper {
  height: var(--wp-estate-sticky-header-height-option, var(--wp-estate-sticky-header-height));
}
.master_header_sticky .sub-menu > li a {
  padding: 13px;
}

.admin-bar .master_header_sticky {
  top: 32px;
}

.wpresidence_boxed_header .header_wrapper {
  justify-content: center;
}
.wpresidence_boxed_header .header_wrapper .header_wrapper_inside {
  max-width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  margin: 0px auto !important;
  padding: 0px 15px;
}

.logo a {
  display: inline-block;
}
.logo img {
  max-width: var(--wp-estate-logo-max-width-option, var(--wp-estate-logo-max-width));
  max-height: var(--wp-estate-logo-max-height-option, var(--wp-estate-logo-max-height));
  margin-top: var(--wp-estate-logo-margin-option, var(--wp-estate-logo-margin));
}

.master_header_sticky .logo img {
  max-height: 60px;
}

.master_header_sticky.sticky_property_menu {
  top: -100px;
}

.wpresidence_header_logo_align_right .header_type1 .logo {
  order: 6;
}
.wpresidence_header_logo_align_right .header_type1 .user_menu_wrapper {
  order: -1;
}
.wpresidence_header_logo_align_right .header_type1 #user_menu_open {
  right: -7px;
}

.wpresidence_header_menu_type1_align_left.wpresidence_header_logo_align_left .header_wrapper_inside .user_menu_wrapper {
  margin-left: auto;
}

.wpresidence_header_menu_type1_align_left.wpresidence_header_logo_align_right .header_wrapper_inside .logo {
  margin-left: auto;
}

.wpresidence_header_menu_type1_align_right .header_wrapper_inside .logo {
  margin-right: auto;
}

.wpresidence_header_menu_type1_align_right.wpresidence_header_logo_align_right .header_wrapper_inside .user_menu_wrapper {
  margin-right: auto;
}

.wpresidence_header_menu_type1_align_abscenter .header_type1 .logo,
.wpresidence_header_menu_type1_align_abscenter .header_type1 .user_menu_wrapper {
  flex: 1;
}

.master_header .header_wrapper.header_type2 {
  min-height: 188px;
}
.master_header.master_header_sticky .header_wrapper.header_type2 {
  min-height: auto;
}

.master_header_sticky .header_type2 .header_wrapper_inside {
  width: 100%;
  justify-content: space-between;
}
.master_header_sticky .header_type2 .header_wrapper_inside .wpresidence-header2-menu-wrapper {
  flex: 1;
}
.master_header_sticky .header_type2 .header_wrapper_inside .wpresidence-header2-menu-wrapper .wpresidence-navigation-menu {
  margin: 0px auto;
}
.master_header_sticky .header_type2 .header_wrapper_inside .w-100 {
  width: auto !important;
}

.wpresidence_header_logo_align_center .header_type2 .wpresidence-logo-container {
  text-align: center;
}

.wpresidence_header_logo_align_right .header_type2 .wpresidence-logo-container {
  text-align: right;
}

.navicon-button.header_type3_navicon {
  border: 1px solid #f0f0f0;
  padding-top: 15px;
  padding-left: 8px;
  width: 35px;
  height: 35px;
}

.header_type3_menu_sidebar {
  background-color: #2d3033;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
  z-index: 99999;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding-top: 30px;
}

.container.main_wrapper.has_header_type3 {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.container.main_wrapper.fixed_header.has_header_type3 {
  height: 100%;
}

.header_type3_menu_sidebar.header_right {
  right: auto;
  left: -300px;
}

.header_type3_menu_sidebar .loginwd_sidebar {
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  display: inline-block;
}

.header_type3_menu_sidebar .loginwd_sidebar .widget-title-sidebar {
  padding: 15px 0px 0px 0px;
  border-bottom: 0px solid #f0f0f0;
  font-size: 16px;
  color: #B4C0CC;
  background-color: transparent;
}

.header_type3_menu_sidebar .loginwd_sidebar .login_form {
  padding: 0px 15px 15px 15px;
}

.header_type3_menu_sidebar .loginwd_sidebar #widget_register_sw,
.header_type3_menu_sidebar .loginwd_sidebar #forgot_pass_widget {
  color: #B4C0CC;
  width: 100%;
  font-size: 13px;
  float: left;
}

.header_type3_menu_sidebar #nav_menu-2,
.header_type3_menu_sidebar .menu-item {
  display: inline-block;
}

.header_type3_menu_sidebar .menu > li {
  height: auto;
  line-height: 45px;
  display: inline-block;
  color: #fff;
  width: 100%;
}

.header_type3_menu_sidebar .menu > li a {
  color: #fff;
}

.header_type3_menu_sidebar .widget-container.boxed_widget .wd_user_menu {
  width: 100%;
  padding: 0px 0px 13px 3px;
  margin: 0px;
}

.header_type3_menu_sidebar ul {
  margin: 0px 15px;
  list-style-type: none;
  display: inline-block;
}

.header_type3_menu_sidebar .textwidget a {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.header_type3_menu_sidebar .xoxo li ul {
  margin: 0px;
  width: 100%;
}

.header_type3_menu_sidebar .widget-container li {
  border-bottom: 0px solid #555;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: block;
  width: 100%;
  line-height: 45px;
  padding-left: 0px;
}

.header_type3_menu_sidebar .widget-container li a {
  color: #B4C0CC;
}

.header_type3_menu_sidebar .widget_nav_menu li:before,
.header_type3_menu_sidebar .widget_pages li:before,
.header_type3_menu_sidebar .widget_rss li:before,
.header_type3_menu_sidebar .widget_text li:before,
.header_type3_menu_sidebar .widget_recent_entries li:before {
  display: none;
}

.header_type3_menu_sidebar .sub-menu ul {
  border-top: 0px solid #555 !important;
}

.header_type3_menu_sidebar .menu > li a {
  color: #fff;
  padding: 0px 0px 0px 15px;
}

.header_type3_menu_sidebar .menu > li a,
.header_type3_menu_sidebar .wpresidence-navigation-menu .menu > li > a i {
  line-height: 45px;
}

.header_type3_menu_sidebar .wpresidence-navigation-menu ul.menu > li > a,
.header_type3_menu_sidebar .wpresidence-navigation-menu .menu > li > a i {
  color: #B4C0CC;
}

.header_type3_menu_sidebar .wpresidence-navigation-menu .menu li:hover > a,
.header_type3_menu_sidebar .wpresidence-navigation-menu .menu li:hover > a:active,
.header_type3_menu_sidebar .wpresidence-navigation-menu .menu li:hover > a:focus {
  color: #fff;
}

.header_type3_menu_sidebar .wpresidence-navigation-menu ul ul {
  top: 0px;
  left: -250px;
}

.header_type3_menu_sidebar .wpresidence-navigation-menu ul li:hover > ul {
  top: 0px;
  opacity: 1;
  visibility: visible;
  left: -285px;
  padding-top: 30px;
}

.header_type3_menu_sidebar .widget_nav_menu .sub-menu {
  float: right;
  margin: 0;
  position: absolute;
  right: 200px;
  visibility: hidden;
  opacity: 0;
}

.header_type3_menu_sidebar .wpresidence-navigation-menu {
  display: inline-block;
  height: auto;
  margin: 0px;
  max-width: 800px;
  margin-bottom: 50px;
  padding: 0px;
}

.header_type3_menu_sidebar .wpresidence-navigation-menu ul {
  margin: 0px;
  padding-top: 0px;
}

.header_type3_menu_sidebar.header_left.header_alignment_text_center.sidebaropen .social_sidebar {
  text-align: center;
}

.header_type3_menu_sidebar.header_left.header_alignment_text_center.sidebaropen #social_widget_top-3 .social_sidebar_internal a {
  margin: 0px 3px;
}

#header_type3_wrapper .wpresidence-navigation-menu ul ul li {
  width: 100% !important;
  float: left;
}

#header_type3_wrapper .widget-title-topbar {
  display: block;
  color: #d6e1ec;
  font-size: 16px;
}

#header_type3_wrapper .widget_categories li:before,
#header_type3_wrapper .widget_archive li:before {
  margin-top: 0px;
}

#header_type3_wrapper .widget_search,
#header_type3_wrapper .advanced_search_sidebar,
#header_type3_wrapper .widget_search {
  float: left;
}

#header_type3_wrapper .widget_nav_menu a {
  padding-left: 0px;
}

.header_type3_menu_sidebar.header_right.header_alignment_text_left .wpresidence-navigation-menu li {
  text-align: left;
}

.header_type3_menu_sidebar.header_right .wpresidence-navigation-menu ul ul li:hover > ul,
.header_type3_menu_sidebar.header_right .wpresidence-navigation-menu ul ul li:hover > ul {
  left: 219px;
}

.header_type3_menu_sidebar.header_right.header_alignment_text_right .wpresidence-navigation-menu li,
.header_type3_menu_sidebar.header_left.header_alignment_text_right .wpresidence-navigation-menu li {
  text-align: right;
}

.header_type3_menu_sidebar.header_right.header_alignment_text_center .wpresidence-navigation-menu li,
.header_type3_menu_sidebar.header_left.header_alignment_text_center .wpresidence-navigation-menu li {
  text-align: center;
}

.header_type3_menu_sidebar.header_left .sub-menu .menu-item-has-children > a:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  float: left;
  display: none;
}

.header_type3_menu_sidebar .sub-menu .menu-item-has-children > a:after {
  display: none;
}

.header_wrapper.d-flex.w-100.header_type4 {
  display: none !important;
}

.wpresidence_wrapper_for_header_type4 {
  display: block;
  width: 100%;
  height: 100vh;
}
.wpresidence_wrapper_for_header_type4 .wpresidence_wrapper_for_header_4_colum {
  margin-left: 270px;
  z-index: 90;
  position: relative;
}
.wpresidence_wrapper_for_header_type4 .wpresidence_wrapper_for_header_4_colum .container-fluid, .wpresidence_wrapper_for_header_type4 .wpresidence_wrapper_for_header_4_colum .container-sm, .wpresidence_wrapper_for_header_type4 .wpresidence_wrapper_for_header_4_colum .container-md, .wpresidence_wrapper_for_header_type4 .wpresidence_wrapper_for_header_4_colum .container-lg, .wpresidence_wrapper_for_header_type4 .wpresidence_wrapper_for_header_4_colum .container-xl, .wpresidence_wrapper_for_header_type4 .wpresidence_wrapper_for_header_4_colum .container-xxl {
  position: relative;
}
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 {
  position: fixed;
  z-index: 99;
  width: 270px;
  background: var(--wp-estate-header-color-option, var(--wp-estate-header-color));
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 .logo {
  text-align: center;
  margin: 40px 0px;
}
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-main-menu-container,
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container {
  width: 100%;
}
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-main-menu-container ul li,
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li {
  display: block;
  line-height: 45px;
}
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-main-menu-container ul li ul ul,
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul ul {
  left: 100%;
}
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-main-menu-container ul li:hover > ul,
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li:hover > ul {
  top: 0px;
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.wpresidence_wrapper_for_header_type4 .login_form {
  padding: 0px;
}

.admin-bar .header_wrapper_inside_type_4 {
  top: 32px;
}

.header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu {
  position: relative;
}
.header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu > ul, .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu:hover > ul {
  top: 0px;
  width: 100vw;
  display: flex;
  justify-content: center;
  position: absolute;
  width: calc(100vw - 17px);
  max-width: 1200px;
  left: 100% !important;
  transform: none;
  padding: 25px 0px;
}
.header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu > ul ul, .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu:hover > ul ul {
  top: 0px;
  left: 0;
}
.header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul ul:before {
  content: none;
}

#header4_footer {
  margin-top: auto;
  margin-bottom: 50px;
  padding: 0px 15px;
  color: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
}
#header4_footer ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#header4_footer .widget-container {
  margin-bottom: 0px;
}
#header4_footer .widget-container h3.widget-title-header4, #header4_footer .widget-container .widget-title-header4.h3 {
  font-size: var(--wp-estate-top-menu-font-size-option, var(--wp-estate-top-menu-font-size));
  margin-bottom: 10px;
}
#header4_footer .social_sidebar_internal a {
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  color: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
}
#header4_footer .social_sidebar_internal a:hover i {
  color: var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
}

.wpresidence_header_menu_type3_4_text_align_center .header_wrapper_inside_type_4 #header4_footer {
  text-align: center;
}
.wpresidence_header_menu_type3_4_text_align_center .header_wrapper_inside_type_4 #header4_footer .social_sidebar_internal {
  justify-content: center;
}

.header_wrapper.header_type4 .user_menu {
  display: inline-block;
  float: none;
  margin-right: 0px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  right: auto;
  top: auto;
}

.wpresidence_header_menu_type3_4_text_align_center .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu > li {
  text-align: center;
}
.wpresidence_header_menu_type3_4_text_align_center .header_wrapper_inside_type_4 #header4_footer {
  text-align: center;
}

.wpresidence_header_menu_type3_4_text_align_right .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu > li {
  text-align: right;
}
.wpresidence_header_menu_type3_4_text_align_right .header_wrapper_inside_type_4 #header4_footer {
  text-align: right;
}
.wpresidence_header_menu_type3_4_text_align_right .header_wrapper_inside_type_4 .wpresidence_elementor_social_sidebar_internal {
  justify-content: flex-end;
}

.wpresidence_header3_logo_align_right .wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 {
  left: auto;
  right: 0px;
}
.wpresidence_header3_logo_align_right .wpresidence_wrapper_for_header_4_colum {
  margin-right: 270px;
  margin-left: 0px;
}
.wpresidence_header3_logo_align_right .wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul,
.wpresidence_header3_logo_align_right .wpresidence-navigation-menu .menu-main-menu-container ul li ul,
.wpresidence_header3_logo_align_right .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul {
  left: auto;
  right: 253px;
}
.wpresidence_header3_logo_align_right .wpresidence-navigation-menu .menu-main-menu-container ul li:hover > ul,
.wpresidence_header3_logo_align_right .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li:hover > ul {
  left: auto !important;
  right: 100%;
}
.wpresidence_header3_logo_align_right .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu > ul,
.wpresidence_header3_logo_align_right .header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu:hover > ul {
  left: unset !important;
  right: 254px;
}

.wpresidence_boxed_header .header5_top_row,
.wpresidence_boxed_header .header5_bottom_row_internal {
  max-width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  margin: 0px auto !important;
  padding: 0 15px !important;
}

.wpresidence_wrapper_for_header_type5 .master_header_sticky {
  background-color: var(--wp-estate-header-color-option, var(--wp-estate-header-color));
}

.master_header .header_wrapper.header_type5 {
  height: var(--wp-estate-header-height-option, auto);
}

.header_type5 {
  flex-direction: column;
}
.header_type5.master_header.header_wrapper {
  height: auto;
}
.header_type5 .header5_top_row {
  height: 115px;
  background-color: var(--wp-estate-header-color-option, var(--wp-estate-header-color));
}
.header_type5 .header5_top_row .header_5_widget_wrap {
  width: 50%;
}
.header_type5 .header5_top_row .header_5_widget_wrap .header_5_widget {
  font-weight: 500;
}
.header_type5 .header5_top_row .header_5_widget_wrap .header_5_widget .header_5_widget_icon {
  color: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
}
.header_type5 .header5_top_row .header_5_widget_wrap .header_5_widget .header_5_widget_icon i {
  font-size: 26px;
  margin-right: 10px;
}
.header_type5 .header5_top_row .header_5_widget_wrap .header_5_widget .header_5_widget_text {
  font-size: 15px;
  line-height: 1.4em;
  color: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
}
.header_type5 .header5_bottom_row {
  background: var(--wp-estate-header4-back-color-option, var(--wp_estate_header4_back_color));
}
.header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-main-menu-container > ul > li,
.header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li {
  line-height: 55px;
}
.header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-main-menu-container > ul > li > a,
.header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li > a {
  color: var(--wp-estate-header4-font-color-option, var(--wp_estate_header4_font_color));
}
.header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-main-menu-container > ul > li > a:hover,
.header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li > a:hover {
  color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}
.header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-main-menu-container > ul > li.no-megamenu:hover > ul,
.header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li.no-megamenu:hover > ul {
  top: 55px;
}
.header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-main-menu-container > ul > li:hover > ul,
.header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li:hover > ul {
  top: 170px;
  top: var(--wp-estate-header-height-option, 170px);
}
.header_type5 .header5_bottom_row .header_phone a, .header_type5 .header5_bottom_row .header_phone svg {
  color: var(--wp-estate-header4-font-color-option, var(--wp_estate_header4_font_color));
}
.header_type5 .header5_bottom_row .header_phone svg {
  fill: var(--wp-estate-header4-font-color-option, var(--wp_estate_header4_font_color));
}
.header_type5 .header5_bottom_row .submit_listing:hover {
  border-color: var(--wp-estate-header4-font-color-option, var(--wp_estate_header4_font_color));
  background: var(--wp-estate-header4-font-color-option, var(--wp_estate_header4_font_color));
}
.header_type5 .header5_bottom_row .submit_action svg {
  fill: var(--wp-estate-header4-font-color-option, var(--wp_estate_header4_font_color));
}
.header_type5 .header5_bottom_row .submit_action:hover svg {
  fill: #222;
  opacity: 1;
}
.header_type5 .header5_bottom_row .menu_user_picture {
  width: 35px;
  height: 35px;
}
.header_type5 .navicon,
.header_type5 .navicon:after,
.header_type5 .navicon:before {
  background: var(--wp-estate-header4-font-color-option, var(--wp_estate_header4_font_color));
}
.header_type5 #shopping-cart_icon path {
  fill: var(--wp-estate-header4-font-color-option, var(--wp_estate_header4_font_color));
}
.header_type5 .wpresidence-navigation-menu a {
  font-weight: 500;
}

.master_header_sticky .header_type5 {
  flex-direction: row;
  height: var(--wp-estate-sticky-header-height-option, var(--wp-estate-sticky-header-height));
}
.master_header_sticky .header_type5 .header5_top_row {
  height: auto;
  justify-content: flex-start !important;
  width: auto !important;
}
.master_header_sticky .header_type5 .header5_top_row .header_5_widget_wrap {
  display: none !important;
}
.master_header_sticky .header_type5 #shopping-cart_icon path {
  fill: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky .header_type5 .header5_bottom_row {
  background: var(--wp-estate-header-color-option, var(--wp-estate-header-color));
}
.master_header_sticky .header_type5 .header5_bottom_row .wpresidence-navigation-menu {
  margin: 0px auto;
}
.master_header_sticky .header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-main-menu-container > ul > li,
.master_header_sticky .header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li {
  line-height: 70px;
  line-height: var(--wp-estate-sticky-header-height-option, 70px) !important;
}
.master_header_sticky .header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-main-menu-container > ul > li > a,
.master_header_sticky .header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li > a {
  color: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky .header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-main-menu-container > ul > li.no-megamenu:hover > ul,
.master_header_sticky .header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li.no-megamenu:hover > ul {
  top: var(--wp-estate-sticky-header-height-option, var(--wp-estate-sticky-header-height));
}
.master_header_sticky .header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-main-menu-container > ul > li:hover > ul,
.master_header_sticky .header_type5 .header5_bottom_row .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li:hover > ul {
  top: var(--wp-estate-sticky-header-height-option, var(--wp-estate-sticky-header-height));
}
.master_header_sticky .header_type5 .header5_bottom_row .header_phone a, .master_header_sticky .header_type5 .header5_bottom_row .header_phone svg {
  color: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky .header_type5 .header5_bottom_row .header_phone svg {
  fill: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky .header_type5 .header5_bottom_row .submit_action svg {
  fill: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky .navicon,
.master_header_sticky .navicon:after,
.master_header_sticky .navicon:before {
  background: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky #user_menu_open {
  margin-top: 8px !important;
  right: 28px;
}
.master_header_sticky .submit_action {
  color: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky .submit_action::grammar-error {
  color: #888888;
}
.master_header_sticky .submit_action svg {
  fill: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}

.single-estate_developer .has_header_type5 .master_header,
.single-estate_agency .has_header_type5 .master_header {
  border-bottom: 1px solid #f0f0f0;
}

.wpresidence_header_logo_align_right .header5_top_row .logo {
  order: 6;
}
.wpresidence_header_logo_align_right .header5_top_row .header_5_widget_wrap {
  order: -1;
}

.wpresidence_boxed_header .master_header_sticky .header_wrapper.header_type5 {
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width)) !important;
  margin: 0px auto;
}

.header_type6 .wpresidence_header_6_secondary_menu,
.header_type6 .wpresidence_header_6_firs_menu {
  width: 40%;
  gap: 15px;
}
.header_type6 .logo {
  width: 20%;
  text-align: center;
}

.master_header_sticky .wpresidence-navigation-menu .menu-header-6-secondary-container ul li {
  line-height: 70px;
}

.mobile_header {
  background-color: var(--wp-estate-mobile-header-background-color-option, var(--wp-estate-mobile-header-background-color));
  height: 70px;
  width: 100%;
  z-index: 100;
  position: relative;
}
.mobile_header.mobile_header_sticky_yes {
  position: sticky;
  top: 0px;
}
.mobile_header .mobile-logo img {
  margin: 0px auto;
  max-height: 70px;
  width: auto;
  max-width: 200px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
  right: 0px;
  position: absolute;
}
.mobile_header .mobile-trigger-user,
.mobile_header .mobile-trigger {
  font-size: 14px;
  color: var(--wp-estate-mobile-header-icon-color-option, var(--wp_estate_mobile_header_icon_color));
  height: 70px;
  display: inline;
  float: left;
  cursor: pointer;
  position: absolute;
  top: 0px;
}
.mobile_header .mobile-trigger-user:hover i,
.mobile_header .mobile-trigger:hover i {
  color: var(--wp-estate-mobile-menu-hover-font-color-option, var(--wp-estate-mobile-menu-hover-font-color));
}
.mobile_header .mobile-trigger-user {
  right: 0px;
}
.mobile_header .mobile-trigger-user .menu_user_picture {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-top: 11px;
  float: left;
  display: inline;
  border: 2px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  margin-right: 15px;
}
.mobile_header i {
  color: var(--wp-estate-mobile-header-icon-color-option, var(--wp_estate_mobile_header_icon_color));
  font-size: 17px;
  margin: 26px;
}

.mobilewrapper {
  min-height: 100%;
  position: fixed;
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0px;
  bottom: 0;
  display: none;
  width: 256px;
  min-height: 100vh;
}
.mobilewrapper .header_phone {
  color: var(--wp-estate-mobile-menu-font-color-option, var(--wp_estate_mobile_menu_font_color));
  padding: 25px 25px 0px 25px;
}
.mobilewrapper .header_phone a {
  color: var(--wp-estate-mobile-menu-font-color-option, var(--wp_estate_mobile_menu_font_color));
}
.mobilewrapper .header_phone svg {
  fill: var(--wp-estate-mobile-menu-font-color-option, var(--wp_estate_mobile_menu_font_color));
}

.mobilewrapper-user {
  display: none;
  min-height: 100%;
  position: fixed;
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  top: 0px;
  background-color: #282D33;
}
.mobilewrapper-user label,
.mobilewrapper-user a,
.mobilewrapper-user .widget-title-sidebar {
  color: var(--wp-estate-mobile-menu-font-color-option, var(--wp_estate_mobile_menu_font_color));
}
.mobilewrapper-user .widget-title-sidebar {
  padding-left: 13px;
}
.mobilewrapper-user .login_sidebar {
  width: 254px;
  display: inline-block;
  margin-left: 6px;
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 255px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--wp-estate-mobile-menu-background-color-option, var(--wp-estate-mobile-menu-background-color));
}

.snap-drawer-right {
  right: 0px;
  padding-top: 18px;
}

#login-div-title-mobile,
#register-div-title-mobile,
#forgot-div-title-mobile {
  font-size: 16px;
  color: #fff;
  padding-left: 13px;
}

.mobilex-menu {
  margin-bottom: 0px;
  margin-left: 0px !important;
  margin-top: 0px;
  width: 100%;
  float: left;
}
.mobilex-menu .menu-item-has-children > a:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  margin-right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.mobilex-menu .sub-menu {
  display: none;
  margin-left: 0px;
}
.mobilex-menu .sub-menu ul {
  padding-left: 0px;
  border-top: none !important;
}
.mobilex-menu .sub-menu ul li {
  padding-left: 20px;
}
.mobilex-menu .sub-menu ul li:hover > a {
  padding-left: 45px !important;
}
.mobilex-menu .sub-menu ul li:hover {
  border-bottom: 1px solid var(--wp-estate-mobile-menu-border-color-option, var(--wp-estate-mobile-menu-border-color));
}
.mobilex-menu .sub-menu a {
  padding-left: 45px;
  line-height: 20px;
}
.mobilex-menu .sub-menu .sub-menu a {
  padding-left: 35px;
  line-height: 20px;
}
.mobilex-menu i {
  width: 10px;
  margin-right: 10px;
}
.mobilex-menu li {
  position: relative;
  font-weight: 400;
  list-style: none;
  font-size: 13px;
  margin-bottom: 0px;
  border-bottom: 1px solid var(--wp-estate-mobile-menu-border-color-option, var(--wp-estate-mobile-menu-border-color));
}
.mobilex-menu li svg {
  height: 15px;
  margin-right: 10px;
}
.mobilex-menu li svg path,
.mobilex-menu li svg circle {
  stroke: var(--wp-estate-mobile-header-icon-color-option, var(--wp_estate_mobile_header_icon_color));
}
.mobilex-menu li .menu-item-has-children:hover {
  background: transparent;
}
.mobilex-menu li:hover a {
  color: var(--wp-estate-mobile-menu-hover-font-color-option, var(--wp-estate-mobile-menu-hover-font-color));
  background-color: var(--wp-estate-mobile-item-hover-back-color-option, var(--wp-estate-mobile-item-hover-back-color));
}
.mobilex-menu li a {
  color: var(--wp-estate-mobile-menu-font-color-option, var(--wp_estate_mobile_menu_font_color));
  width: 100%;
  padding: 17px 20px 17px 30px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile_user_menu {
  margin-top: 10px;
}
.mobile_user_menu li:hover {
  background-color: var(--wp-estate-mobile-item-hover-back-color-option, var(--wp-estate-mobile-item-hover-back-color));
  color: var(--wp-estate-mobile-menu-font-color-option, var(--wp_estate_mobile_menu_font_color));
}

.mobilemenu-close-user,
.mobilemenu-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 7px;
  color: var(--wp-estate-mobile-header-icon-color-option, var(--wp_estate_mobile_header_icon_color));
}
.mobilemenu-close-user:hover,
.mobilemenu-close:hover {
  color: var(--wp-estate-mobile-menu-hover-font-color-option, var(--wp-estate-mobile-menu-hover-font-color));
}
.mobilemenu-close-user i,
.mobilemenu-close i {
  font-size: 15px;
  padding: 3px 0px 0px 8px;
}

/* =Header Media
----------------------------------------------- */
.header_media {
  background-color: #fdfdfd;
  z-index: 11;
  width: 100%;
  display: inline-block;
  position: relative;
}

/* =Theme sliders common classes
----------------------------------------------- */
.theme_slider_wrapper {
  overflow: hidden;
  width: 100%;
}
.theme_slider_wrapper .item {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.theme_slider_wrapper .featured_gradient {
  background-image: none;
  background-color: #1D293E;
  opacity: 0.45;
}
.theme_slider_wrapper .carousel-indicators {
  gap: 5px;
}
.theme_slider_wrapper .carousel-indicators li {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  opacity: 1;
}
.theme_slider_wrapper .carousel-indicators .active {
  width: 11px;
  height: 11px;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: 1px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.page-template-splash_page .header_media {
  height: 100%;
}

.half_map_body .header_media {
  display: none;
}

.page-template-splash_page .header_media {
  height: 100%;
}

.half_map_body .header_media {
  display: none;
}

.page-template-splash_page .header_media {
  height: 100vh;
}

/* =header media image
----------------------------------------------- */
.wpestate_header_image {
  position: relative;
  float: left;
  width: 100%;
  height: 580px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #222;
  overflow: hidden;
}

.parallax_effect_yes {
  background-attachment: fixed;
}

.wpestate_header_image.full_screen_yes {
  height: 900px;
}

.wpestate_header_image_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #222;
  z-index: 1;
}

.heading_over_image_wrapper {
  z-index: 10;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.subheading_over_video,
.subheading_over_image {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(68, 68, 68, 0.25);
  line-height: 22px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 50%;
  margin: 0px auto;
}

.heading_over_video,
.heading_over_image {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(68, 68, 68, 0.5);
  font-size: 60px;
  line-height: 1.1em;
}

/* =header media video
----------------------------------------------- */
.wpestate_header_video {
  position: relative;
  float: left;
  width: 100%;
  height: 580px;
  background-color: #444;
  background-size: cover;
  overflow: hidden;
}

.wpestate_header_video.full_screen_yes {
  height: 900px !important;
}

.wpestate_header_video_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #444;
  z-index: 2;
}

.heading_over_video_wrapper {
  z-index: 10;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header_video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  transition: 1s opacity;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Virtual Tour Header */
.container_tour {
  position: relative;
  min-height: 50px;
  width: 100%;
}
.container_tour iframe {
  width: 100%;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  .parallax_effect_yes {
    background-attachment: initial;
  }
}
.theme_slider_1 {
  cursor: pointer;
  /* Styles for the contact form wrapper */
  /* Visible state for the contact form */
  /* Close button for the contact form modal */
}
.theme_slider_1 a {
  pointer-events: auto;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.theme_slider_1 .item {
  position: relative;
}
.theme_slider_1 .carousel-control-theme-prev,
.theme_slider_1 .carousel-control-theme-next {
  position: absolute;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  opacity: 0.99;
  color: #fff;
  pointer-events: auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.theme_slider_1 .carousel-control-theme-prev:hover,
.theme_slider_1 .carousel-control-theme-next:hover {
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%, transparent);
  color: #fff;
}
.theme_slider_1 .carousel-control-theme-prev {
  top: 137px;
  right: 0px;
  height: 138px;
  border-bottom-right-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.theme_slider_1 .carousel-control-theme-next {
  top: 0px;
  right: 0px;
  height: 137px;
  border-top-right-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.theme_slider_1 .fa {
  font-size: 40px;
}
.theme_slider_1.theme_slider_extended .slider-content {
  bottom: 10%;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.18);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.18);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.18);
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.theme_slider_1.theme_slider_extended .slider-content h3, .theme_slider_1.theme_slider_extended .slider-content .h3 {
  margin-bottom: 0px;
}
.theme_slider_1.theme_slider_extended .slider-content h3 a, .theme_slider_1.theme_slider_extended .slider-content .h3 a {
  text-decoration: none;
}
.theme_slider_1.theme_slider_extended .slider-content h3 a:hover, .theme_slider_1.theme_slider_extended .slider-content .h3 a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.theme_slider_1.theme_slider_extended .slider-content .read_more {
  text-decoration: none;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  display: block;
  margin-top: 7px;
  position: absolute;
  bottom: 61px;
  right: 75px;
  font-weight: 500;
}
.theme_slider_1.theme_slider_extended .slider-content .read_more i {
  font-size: 14px;
  padding: 0px 0px 0px 8px !important;
}
.theme_slider_1 .slider-content-wrapper {
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  max-width: 100%;
  padding: 0px 15px;
  bottom: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 9;
}
.theme_slider_1 .slider-content-wrapper .slider-content {
  position: absolute;
  width: 466px;
  height: 275px;
  background-color: #fdfdfd;
  opacity: 0.99;
  font-size: 14px;
  bottom: 130px;
  padding: 21px 81px 0px 26px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 22px;
  box-shadow: 0 44px 98px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 10px;
}
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price {
  margin-top: auto;
  border-top: 1px solid #f0f0f0;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-weight: 500;
  gap: 5px;
}
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price .listing-details {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price .listing-details .inforoom,
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price .listing-details .infobath,
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price .listing-details .infosize {
  flex-direction: row;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  display: flex;
}
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price .listing-details .inforoom svg,
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price .listing-details .infobath svg,
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price .listing-details .infosize svg {
  height: 15px;
}
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price .listing-details .inforoom svg path,
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price .listing-details .infobath svg path,
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price .listing-details .infosize svg path {
  fill: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.theme_slider_1 .theme_slider_contact_wrapper {
  z-index: 9;
  pointer-events: initial;
}
.theme_slider_1 .theme_slider_contact_wrapper .theme_slider_agent {
  width: 63px;
  height: 63px;
  float: left;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 15px;
  border-radius: 50%;
}
.theme_slider_1 .theme_slider_contact_wrapper .theme_slider_agent_name {
  font-weight: 500;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-size: 16px;
  margin-bottom: 5px;
}
.theme_slider_1 .theme_slider_contact_wrapper .wpestate_theme_slider_contact_agent {
  padding: 0px 15px;
  background: var(--wp-estate-second-color-option, var(--wp-estate-second-color));
  width: auto;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  line-height: 2;
  display: inline-block;
  text-align: center;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.theme_slider_1 .theme_slider_contact_wrapper .wpestate_theme_slider_contact_agent:hover {
  background: color-mix(in srgb, var(--wp-estate-second-color-option, var(--wp-estate-second-color)) 85%, transparent);
}
.theme_slider_1 .theme_slider_contact_form_wrapper {
  position: absolute;
  top: -45px;
  left: 450px;
  width: 420px;
  z-index: 10;
  pointer-events: initial;
  opacity: 0;
  box-shadow: 0 44px 98px 0 rgba(0, 0, 0, 0.1);
  display: none;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  /* Styles for the contact form itself */
  /* Submit button for the contact form */
  /* Textarea within the contact form */
}
.theme_slider_1 .theme_slider_contact_form_wrapper .agent_contanct_form {
  margin-bottom: 0px;
  box-shadow: 0 44px 98px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 25px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  gap: 10px;
}
.theme_slider_1 .theme_slider_contact_form_wrapper .wpresidence_button {
  margin-bottom: 0px;
}
.theme_slider_1 .theme_slider_contact_form_wrapper textarea.form-control {
  height: 95px;
}
.theme_slider_1 .theme_slider_contact_form_wrapper_visible {
  opacity: 1;
  left: 480px;
}
.theme_slider_1 .theme_slider_details_modal_close {
  top: 5px;
  right: 10px;
  opacity: 1;
  position: absolute;
  z-index: 10;
  /* SVG icon for the close button */
}
.theme_slider_1 .theme_slider_details_modal_close svg {
  width: 13px;
  height: 13px;
}
.theme_slider_1 .wpestate_theme_slider_book_toor {
  padding: 4px 45px;
  background: #E0BB0B;
  width: auto;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  display: inline-block;
  text-align: center;
}

.theme_slider_wrapper.theme_slider_2 .slick-track {
  padding-top: 0px;
}
.theme_slider_wrapper.theme_slider_2 .slick-list {
  background-color: #222;
  margin-top: 0px;
}
.theme_slider_wrapper.theme_slider_2 .slick-prev:active,
.theme_slider_wrapper.theme_slider_2 .slick_next:active {
  padding: 0px !important;
}
.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow {
  right: 15px;
  left: auto;
}
.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow {
  right: auto;
  left: 15px;
}
.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow:before {
  content: "\e801";
  font-family: "fontello";
  margin-top: 36px;
  font-size: 48px;
  text-shadow: none;
}
.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow:before {
  content: "\e800";
  font-family: "fontello";
  margin-top: 36px;
  font-size: 48px;
  text-shadow: none;
}
.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow:hover,
.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow,
.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow {
  top: 45%;
  color: #fff;
  width: 35px;
  height: 65px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  cursor: pointer;
  color: #fff;
  padding-left: 0px;
  border: none;
  position: absolute;
  z-index: 999;
  margin: 0 auto;
}
.theme_slider_wrapper.theme_slider_2 .slick-dots {
  display: none !important;
}
.theme_slider_wrapper.theme_slider_2 .item_type2 {
  display: block;
  position: relative;
  background-color: #222222;
  display: inline-block;
  max-width: 33.33%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1px;
  margin-right: 1px;
}
.theme_slider_wrapper.theme_slider_2 h3, .theme_slider_wrapper.theme_slider_2 .h3 {
  color: #fff;
  margin-bottom: 0px;
}
.theme_slider_wrapper.theme_slider_2 h3 a, .theme_slider_wrapper.theme_slider_2 .h3 a {
  color: #fff;
  font-size: 27px;
}
.theme_slider_wrapper.theme_slider_2 .theme-slider-price {
  font-size: 15px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  padding: 5px 10px;
  color: #fff;
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%, transparent);
  font-weight: normal;
}
.theme_slider_wrapper.theme_slider_2 .theme-slider-price .price_label {
  font-size: 14px;
  margin-top: 0px;
}
.theme_slider_wrapper.theme_slider_2 .prop_new_details {
  pointer-events: auto;
  cursor: pointer;
}
.theme_slider_wrapper.theme_slider_2 .prop_new_details_back {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.theme_slider_wrapper.theme_slider_2 .item_type2:hover .prop_new_details_back {
  opacity: 0.3;
}

.prop_new_detals_info {
  position: absolute;
  top: 75%;
  padding: 0px 20px 0px 20px;
  color: #fff;
  width: 100%;
  display: flex;
  gap: 15px;
}
.prop_new_detals_info .prop_new_detals_info-details {
  display: flex;
  gap: 3px;
  flex-direction: column;
  align-items: flex-start;
}

.theme-slider-location {
  font-size: 15px;
}
.theme-slider-location a, .theme-slider-location {
  color: #f3f3f3;
}

.theme_slider_2 .theme_slider_2_contact_agent,
.theme_slider_2 .prop_new_details_info,
.theme_slider_2 .theme_slider_contact_wrapper {
  display: none;
}

.theme_slider2_agent_picture {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  background-position: top center;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.theme_slider_3 .theme_slider_3_gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #222;
  opacity: 0.5;
}
.theme_slider_3 .owl-nav {
  margin-top: 0;
}
.theme_slider_3 .slide_cont_block {
  position: absolute;
  bottom: auto;
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  max-width: 100%;
  margin: 0px auto !important;
  left: 0;
  right: 0;
  padding: 0px 15px;
  z-index: 2;
  top: 33%;
}
.theme_slider_3 .slide_cont_block h2, .theme_slider_3 .slide_cont_block .h2 {
  color: #fff;
  font-size: 55px;
  line-height: 1em;
  margin-bottom: 20px;
  max-width: 550px;
}
.theme_slider_3 .slide_cont_block h2:hover, .theme_slider_3 .slide_cont_block .h2:hover {
  opacity: 0.9;
}
.theme_slider_3 .slide_cont_block .theme_slider_3_price {
  z-index: 1;
  color: #fff;
  font-size: 19px;
  margin-bottom: 25px;
}
.theme_slider_3 .slide_cont_block .theme_slider_3_sec_row {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.theme_slider_3 .slide_cont_block .theme_slider_3_sec_row .inforoom_unit_type5 {
  position: relative;
}
.theme_slider_3 .slide_cont_block .theme_slider_3_sec_row .inforoom_unit_type5:after {
  content: " ";
  width: 2px;
  height: 12px;
  background: #c3c1c1;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -6px;
}
.theme_slider_3 .slide_cont_block .theme_slider_3_sec_row .inforoom_unit_type5:last-of-type:after {
  display: none;
}
.theme_slider_3 .owl-prev,
.theme_slider_3 .owl-next {
  height: 90px;
  width: 90px;
  position: absolute;
  background-color: #222;
  bottom: 0;
  top: auto;
  line-height: 100px;
  text-align: center;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border: none;
}
.theme_slider_3 .owl-prev {
  right: 90px;
  margin-top: 120px;
}
.theme_slider_3 .owl-next {
  right: 0px;
}
.theme_slider_3.owl-carousel .owl-nav button.owl-prev, .theme_slider_3.owl-carousel .owl-nav button.owl-next {
  background-color: #222;
  margin: 0px;
  border-radius: 0px;
}
.theme_slider_3.owl-carousel .owl-nav button.owl-prev:hover, .theme_slider_3.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 0.8;
}
.theme_slider_3 .theme_slider_contact_wrapper {
  top: 0px;
  position: relative;
  left: 0px;
}
.theme_slider_3.full_screen_yes .slide_cont_block {
  bottom: 30%;
}

.theme_slider_3_carousel-indicators {
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: 90px;
  z-index: 15;
  position: absolute;
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  padding: 0 15px;
  max-width: 100%;
  margin: 0px auto !important;
  left: 0;
  right: 0;
}
.theme_slider_3_carousel-indicators a {
  display: inline-flex;
  gap: 10px; /* Adjust the gap between items */
}
.theme_slider_3_carousel-indicators a img {
  width: 90px;
  border: 2px solid #fff;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.theme_slider_3_carousel-indicators a.active img {
  border: 2px solid #222;
}

.theme_slider_3.owl-carousel .owl-item .item {
  padding: 0px;
}

.theme_slider_3.owl-carousel .owl-item img {
  display: block;
  height: 100%;
  width: auto;
}

#modal_login_wrapper {
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 9999;
}
#modal_login_wrapper .modal_login_back {
  background-color: #111;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
}
#modal_login_wrapper .modal_login_container {
  background-color: #fff;
  left: 0;
  right: 0;
  top: 8%;
  width: 750px;
  height: 550px;
  z-index: 1;
  position: absolute;
  margin: 0px auto;
  box-shadow: 3px 5px 13px 0px rgba(29, 29, 29, 0.05);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#modal_login_wrapper .modal_login_container.wpestare_recaptcha_extra_class {
  height: 610px !important;
}
#modal_login_wrapper .modal_login_container .alert-message,
#modal_login_wrapper .modal_login_container .login-alert {
  width: 100%;
  max-width: 100%;
}
#modal_login_wrapper .login-register-modal-image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#modal_login_wrapper .login-register-modal-image .login-register-modal-image_text {
  position: absolute;
  bottom: 45px;
  left: 45px;
  font-size: 31px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  line-height: 1.25em;
  right: 45px;
}
#modal_login_wrapper .login-register-modal-form-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 50%;
}
#modal_login_wrapper #login-modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  cursor: pointer;
  z-index: 999999;
}
#modal_login_wrapper #login-modal_close i {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 16px;
  opacity: 0.6;
}
#modal_login_wrapper #login-modal_close i:hover {
  opacity: 1;
}
#modal_login_wrapper .login_modal_control {
  padding: 0px 45px;
  color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
  width: 100%;
  float: left;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
}
#modal_login_wrapper .wpestate_login_form_wrapper,
#modal_login_wrapper .wpestate_register_form_wrapper,
#modal_login_wrapper .wpestate_forgot_form_wrapper {
  padding: 0px 45px 0px 45px;
  text-align: left;
  float: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wpestate_register_form_wrapper,
.wpestate_forgot_form_wrapper {
  display: none;
}

.wpestate_login_form_wrapper,
.wpestate_register_form_wrapper,
.wpestate_forgot_form_wrapper {
  width: 100%;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.wpestate_login_form_wrapper input[type=checkbox],
.wpestate_register_form_wrapper input[type=checkbox],
.wpestate_forgot_form_wrapper input[type=checkbox] {
  margin-bottom: 0px;
}
.wpestate_login_form_wrapper label,
.wpestate_register_form_wrapper label,
.wpestate_forgot_form_wrapper label {
  font-weight: normal;
  line-height: 1.2em;
}
.wpestate_login_form_wrapper .form-select,
.wpestate_login_form_wrapper .form-control,
.wpestate_register_form_wrapper .form-select,
.wpestate_register_form_wrapper .form-control,
.wpestate_forgot_form_wrapper .form-select,
.wpestate_forgot_form_wrapper .form-control {
  margin-bottom: 10px;
}
.wpestate_login_form_wrapper .login_register_div_title,
.wpestate_register_form_wrapper .login_register_div_title,
.wpestate_forgot_form_wrapper .login_register_div_title {
  padding: 0px 0px 15px 0px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-size: 23px;
  line-height: 1.3em;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0px;
}
.wpestate_login_form_wrapper .wpestate_register_submit_button,
.wpestate_login_form_wrapper .wpestate_login_submit_button,
.wpestate_login_form_wrapper .wpestate_forgot_password_submit_button,
.wpestate_register_form_wrapper .wpestate_register_submit_button,
.wpestate_register_form_wrapper .wpestate_login_submit_button,
.wpestate_register_form_wrapper .wpestate_forgot_password_submit_button,
.wpestate_forgot_form_wrapper .wpestate_register_submit_button,
.wpestate_forgot_form_wrapper .wpestate_login_submit_button,
.wpestate_forgot_form_wrapper .wpestate_forgot_password_submit_button {
  width: 100%;
  margin-bottom: 0px;
}

.login_modal_control {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.login_modal_control .wpestate_login_form_switch_login,
.login_modal_control .wpestate_login_form_switch_register,
.login_modal_control .wpestate_login_form_switch_forgot {
  font-weight: 500;
}
.login_modal_control .wpestate_login_form_switch_login {
  display: none;
}

.wpestate_register_form_agree_terms_label_wrapper {
  display: flex;
  margin-bottom: 10px;
}

.wpestate_register_form_agree_terms {
  margin: 0px 5px 0px 0px;
}

.wpestate_register_form_agree_terms_label {
  cursor: pointer;
  margin-bottom: 0px;
}
.wpestate_register_form_agree_terms_label a {
  padding: 0px;
}

.password_holder {
  position: relative;
  display: inline-block;
  width: 100%;
}

.show_hide_password {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 17px;
  opacity: 0.7;
  cursor: pointer;
}
.show_hide_password:hover {
  opacity: 1;
}

.or_social {
  width: 100%;
  float: left;
  text-align: center;
  margin: 5px 0px 5px 0px;
}

/* Common styles for all social login buttons */
#facebookloginsidebar_topbar,
#googleloginsidebar_topbar,
#twitterloginsidebar_topbar {
  width: 100%;
  margin: 10px 0 0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  cursor: pointer;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

#facebookloginsidebar_topbar,
#googleloginsidebar_topbar,
#twitterloginsidebar_topbar {
  display: inline-block;
}

#facebookloginsidebar_topbar::before,
#googleloginsidebar_topbar::before,
#twitterloginsidebar_topbar::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 700;
  padding-right: 10px;
}

/* Facebook button styles */
#facebookloginsidebar_topbar {
  background-color: #39579a;
  color: #fff;
}

#facebookloginsidebar_topbar:hover {
  background-color: #2d4373;
}

#facebookloginsidebar_topbar::before {
  content: "\f39e";
}

/* Google button styles */
#googleloginsidebar_topbar {
  background-color: #fff;
  color: #222;
  border: 1px solid #f0f0f0;
  line-height: 38px;
}

#googleloginsidebar_topbar:hover {
  background-color: #e8f0fa;
}

#googleloginsidebar_topbar::before {
  content: "\f1a0";
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Twitter button styles */
#twitterloginsidebar_topbar {
  background-color: #00aced;
  color: #fff;
}

#twitterloginsidebar_topbar:hover {
  background-color: #0090c6;
}

#twitterloginsidebar_topbar::before {
  content: "\e61b";
}

/*Login and Register Widget on Sidebar
===============================================================================*/
.wd_user_menu {
  width: 100%;
}
.wd_user_menu li {
  border: none;
  padding-bottom: 0px;
  cursor: pointer;
  position: relative;
}
.wd_user_menu i {
  margin-right: 13px;
  width: 13px;
}
.wd_user_menu .unread_mess {
  top: 10px;
  border-radius: 50%;
  min-width: 20px;
  width: auto;
  height: 20px;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: 0px;
  color: #fff;
}
.wd_user_menu a {
  padding: 5px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.wd_user_menu li svg {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

/*Logged in widget view - Hides all My Properties Sub-menus on Sidebar
===============================================================================*/
ul.secondary_menu_sidebar {
  display: none;
}

.agent_sidebar_mobile svg {
  color: #8a959e;
  height: 21px;
  fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  vertical-align: middle;
}

/*Mobile Login Form
===============================================================================*/
.mobilewrapper-user .wpestate_login_form_wrapper .login_register_div_title,
.mobilewrapper-user .wpestate_register_form_wrapper .login_register_div_title,
.mobilewrapper-user .wpestate_forgot_form_wrapper .login_register_div_title {
  color: var(--wp-estate-mobile-menu-font-color-option, var(--wp_estate_mobile_menu_font_color));
  font-size: 16px;
}
.mobilewrapper-user .login_modal_control,
.mobilewrapper-user .wpestate_login_form_wrapper,
.mobilewrapper-user .wpestate_register_form_wrapper,
.mobilewrapper-user .wpestate_forgot_form_wrapper {
  padding: 10px;
}

.wpestate_success,
.alert-message,
.login-alert {
  color: #fff;
  font-size: 12px;
  background-color: #f44336;
  margin-bottom: 10px;
  padding: 3px 10px;
  line-height: 1.5em;
  width: 100%;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: inline-block;
}
.wpestate_success.wpestate_success,
.alert-message.wpestate_success,
.login-alert.wpestate_success {
  background-color: #3c9f7e;
}
.wpestate_success:empty,
.alert-message:empty,
.login-alert:empty {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  display: none;
}

.alert-danger {
  background-image: none;
  border: none;
  color: #fff;
  background-color: #ED5565;
  line-height: 1.3em;
  clear: both;
}
.alert-danger:empty {
  padding: 0;
}

.wpestate_succes,
.wpestate-agent-contact-sent {
  background-color: #3c9f7e;
}

.video_modal_login_close,
#property_details_modal_close {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  cursor: pointer;
  z-index: 999999;
  background-image: url(./css/css-images/closeicon4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  opacity: 0.3;
}

#modal_login_wrapper .featured_gradient {
  opacity: 0.35;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 56%);
}

#property_details_modal_close {
  top: 15px;
  right: -30px;
  opacity: 1;
}

.wpestate_alert_box_wrapper {
  display: inline-block;
  width: 100%;
  display: none;
}

.page-template-user_dashboard_add_agent .login-alert {
  width: 100%;
}

.listing-submit {
  height: 120px;
  padding-top: 50px;
  text-align: center;
  font-size: 18px;
  color: #222;
}

.login_alert_full {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  background-color: #ED5565;
  padding: 6px 5px;
  width: 100%;
  float: left;
  text-align: center;
  z-index: 100000000000000000;
  position: fixed;
}

/** MILLDONE
 * Modal Components Styles for WpResidence Theme
 * src: scss/components/modals/_other-modals.scss
 * This file contains styles for various modal components used in the WpResidence WordPress theme.
 * It defines the appearance and behavior of popup elements such as login modals,
 * property details modals, and video containers.
 *
 * Package: WpResidence
 * Dependency: None (standalone SCSS file)
 * Usage: Import this file in the main theme stylesheet or compile separately.
 *
 * @since 1.0.0
 */
.video_container_modal,
#property_details_modal_wrapper {
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 9999;
}

.wp-submit {
  margin-bottom: 0px;
  margin-top: 10px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: none;
  padding: 14px 20px;
  cursor: pointer;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.widget-title-sidebar {
  font-size: 16px;
  line-height: 1.6em;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  margin: 0 0 15px 0;
}

.widget-title-sidebar_blank {
  width: 100%;
}

.widget-area-sidebar {
  min-height: 200px;
  margin-top: 0;
}
.widget-area-sidebar input[type=text],
.widget-area-sidebar input[type=password],
.widget-area-sidebar input[type=email],
.widget-area-sidebar input[type=url],
.widget-area-sidebar input[type=number],
.widget-area-sidebar textarea,
.widget-area-sidebar .wpresidence_dropdown {
  font-size: 13px;
}
.widget-area-sidebar label {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
}
.widget-area-sidebar #input_formula {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.widget-area-sidebar #input_formula label {
  margin-bottom: -5px;
}
.widget-area-sidebar li a:hover {
  text-decoration: none;
  transition-duration: 0s;
}

#primary .wpestate_login_form_wrapper .login_register_div_title,
#primary .wpestate_register_form_wrapper .login_register_div_title,
#primary .wpestate_forgot_form_wrapper .login_register_div_title {
  font-size: 16px;
  line-height: 1.6em;
}
#primary p {
  font-size: 13px;
}
#primary a {
  font-size: 13px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#primary li {
  font-size: 13px;
}
#primary #user_terms_register_wd {
  margin: 10px 5px 10px 0;
  float: left;
}
#primary #user_terms_register_wd_label {
  margin: 10px 5px 10px 0;
}
#primary .widget-container {
  padding: 30px;
  padding-top: var(--wp-estate-sidebarwidget-internal-padding-top-option, var(--wp_estate_sidebarwidget_internal_padding_top));
  padding-left: var(--wp-estate-sidebarwidget-internal-padding-left-option, var(--wp_estate_sidebarwidget_internal_padding_left));
  padding-bottom: var(--wp-estate-sidebarwidget-internal-padding-bottom-option, var(--wp_estate_sidebarwidget_internal_padding_bottom));
  padding-right: var(--wp-estate-sidebarwidget-internal-padding-right-option, var(--wp_estate_sidebarwidget_internal_padding_right));
  background: var(--wp-estate-sidebar-widget-color-option, var(--wp_estate_sidebar_widget_color));
  border: var(--wp-estate-widget-border-size-option, --wp_estate_widget_sidebar_border_size) solid var(--wp-estate-widget-sidebar-border-color-option, --wp_estate_widget_sidebar_border_color);
}
#primary .widget-container.featured_sidebar_property {
  padding: 0px;
}
#primary .widget-container form {
  display: flex;
  flex-direction: column;
  width: 100%;
  --bs-gutter-y: 0rem;
}
#primary .widget-container .wpresidence_button {
  width: 100%;
  margin-bottom: 0;
}

.single-content .widget.widget-container {
  padding: 30px;
  border: var(--wp-estate-widget-border-size-option, --wp_estate_widget_sidebar_border_size) solid var(--wp-estate-widget-sidebar-border-color-option, --wp_estate_widget_sidebar_border_color);
}
.single-content .widget.widget-container #login-div,
.single-content .widget.widget-container .login_form {
  padding: 0;
}

.widget-container {
  width: 100%;
  margin-bottom: 30px;
}
.widget-container li {
  width: 100%;
  margin-bottom: 5px;
}

.children {
  padding: 10px 0;
}
.children li:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget li:before {
  margin-top: 3px;
}

.sidebar_filter_menu {
  margin-top: 1px;
  position: relative;
  padding: 10px 15px;
}

._4s7c {
  border: 1px solid #fff000 !important;
  border-top-color: #fff000 !important;
}

.error404 #primary {
  display: none;
}

.wpestate_sidebar_sticky {
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.directory_sidebar_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.directory_sidebar_wrapper .extended_search_checker {
  margin-top: 10px;
  display: flex;
}
.directory_sidebar_wrapper label {
  line-height: 15px;
}

.directory_sidebar h3, .directory_sidebar .h3 {
  font-size: 16px;
}

/*no sidebar when adding a template*/
.elementor_library-template-default #primary {
  display: none;
}

/*elementor template and sidebar*/
ul.wd_user_menu {
  margin: 0px 0px 0px 0px;
}

.elementor-widget-property_show_agent_form2_section {
  gap: 10px;
}
.elementor-widget-property_show_agent_form2_section .wpestate_property_schedule_dates_wrapper button.slick-arrow {
  width: 30px;
  height: 30px;
}
.elementor-widget-property_show_agent_form2_section .wpestate_property_schedule_dates_wrapper button.slick-arrow:before {
  line-height: 30px;
}
.elementor-widget-property_show_agent_form2_section .wpestate_property_schedule_dates_wrapper button.slick-arrow.slick-prev {
  left: -20px;
}
.elementor-widget-property_show_agent_form2_section .wpestate_property_schedule_dates_wrapper button.slick-arrow.slick-next {
  right: -20px;
}
.elementor-widget-property_show_agent_form2_section .realtor_call,
.elementor-widget-property_show_agent_form2_section .realtor_whatsapp {
  width: 100%;
  text-align: center;
  margin: 0;
}
.elementor-widget-property_show_agent_form2_section .agent_submit_class {
  margin-bottom: 0;
}

.header_social {
  float: right;
  padding: 25px 45px 0 0;
}

.social_sidebar_internal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.social_sidebar_internal a {
  display: flex;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  width: 41px;
  height: 41px;
  color: #8795ab;
  font-size: 15px !important;
}
.social_sidebar_internal a:hover {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
}
.social_sidebar_internal a:hover i {
  color: #fff;
}

#colophon .social_sidebar_internal a {
  background-color: var(--wp-estate-footer-social-widget-back-color-option, var(--wp_estate_footer_social_widget_back_color));
  color: var(--wp-estate-footer-social-widget-color-option, var(--wp_estate_footer_social_widget_color));
}
#colophon .social_sidebar_internal a:hover {
  color: #fff;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.social-rss,
.social-facebook,
.social-twitter,
.social-dribbble,
.social-google,
.social-linkedIn,
.social-blogger,
.social-tumblr,
.social-pinterest,
.social-yahoo,
.social-youtube,
.social-vimeo,
.social-instagram,
.social-foursquare {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}

.social-rss:before {
  content: "\f09e";
}

.social-facebook:before {
  content: "\f09a";
}

.social-twitter:before {
  content: "\e61b";
}

.social-dribbble:before {
  content: "\f17d";
}

.social-google:before {
  content: "\f0d5";
}

.social-linkedIn:before {
  content: "\f0e1";
}

.social-tumblr:before {
  content: "\f173";
}

.social-pinterest:before {
  content: "\f0d2";
}

.social-youtube:before {
  content: "\f167";
}

.social-vimeo:before {
  content: "\f194";
}

.social-foursquare:before {
  content: "\f180";
}

.social-instagram:before {
  content: "\f16d";
}

.social_sidebar_internal i {
  -moz-osx-font-smoothing: grayscale;
}

/* =Twitter Widget
------------------------------------------------*/
#primary .widget-container.twitter_wrapper {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: none;
}

.twitter_wrapper {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  padding: 30px;
  height: 250px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.wpestate_tweet_icon {
  color: #fff;
  font-size: 49px;
  margin: 0px auto;
  margin-bottom: 13px;
  width: 50px;
}

.twitter_wrapper a {
  color: #fff !important;
}

.twitter_wrapper li {
  border: none;
  color: #fff;
}

#colophon .twitter_wrapper li a,
.twitter_wrapper li a {
  color: #fff !important;
  font-weight: 500;
}

.twitter_time {
  font-weight: normal !important;
}

.tweet_circle {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

#tw_control {
  display: block;
  position: absolute;
  bottom: 0px;
}

#tw_control li {
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  margin: 0px;
  margin-left: 12px;
}

.wpestate_recent_tweets .item {
  height: 140px;
}

.presenttw {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: 1px solid #fff;
}

#colophon .twitter_wrapper a {
  color: #fff;
}

#colophon #tw_control li {
  border: 1px solid #fff;
}

/* =Search Widget
------------------------------------------------
   Package: WpResidence Theme
   File: _search_widget.scss
   Dependencies: Bootstrap SCSS, WpResidence base styles
   Purpose: Styles for the Search Widget, focusing on layout and responsive
            design within the WpResidence theme.
   Usage: Intended for use with search widget markup, providing styling for
          form controls, submit buttons, and layout adjustments.

   This file organizes form elements and submit buttons, ensuring the search widget
   is styled consistently across the theme. Each element is structured for clarity
   and adaptability, allowing easy integration with Bootstrap and custom themes.

   Notes: 
      - This file does not use SCSS variables or mixins for customization.
      - It arranges styles in a tree format for modularity and readability.
      - Floating elements and flexbox are utilized for layout, creating compatibility
        across different screen sizes and devices.
------------------------------------------------*/
/* Root Search Widget Container */
.widget_search #searchform {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Search Input Field Styling */
}
.widget_search #searchform .form-control {
  margin-right: 5px;
  float: left;
  width: 100%;
  min-width: auto;
}

/* Submit Button Styles */
#submit-form {
  margin-bottom: 0px !important;
  width: 100%;
  min-width: 90px;
}
.searchform #submit-form {
  width: auto;
  margin-left: 13px;
}

/* Input and Field Positioning */
#s,
.searchform .field {
  float: left;
}

/* Field Styling within Search Form */
.searchform {
  margin-left: 15px;
}
.searchform .field {
  height: 48px;
  width: 250px;
}

/* =Tagcloud
------------------------------------------------*/
.tagcloud a {
  margin: 0px 10px 10px 0px;
}

/* =Calendar Widget
------------------------------------------------*/
#calendar_wrap {
  border: 1px solid #f0f0f0;
  background: #fdfdfd;
}

.widget_calendar #wp-calendar {
  color: #555;
  width: 100%;
  text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
  text-align: center;
  background: #fff;
}

table tbody tr td {
  color: #222;
  padding: 5px 6px;
  vertical-align: top;
}

.widget_calendar table tbody tr td {
  vertical-align: middle;
}

#calendar_wrap table {
  border: none;
  margin-bottom: 0px;
}

#calendar_wrap table td,
table tr {
  border: none;
}

.widget_calendar #wp-calendar caption {
  font-size: 12px;
  font-weight: 500;
  padding: 15px 0 15px 0;
}

.widget_calendar #wp-calendar th {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  padding: 6px 0px;
}

.widget_calendar #wp-calendar tfoot td {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 6px 0px;
}

#colophon #calendar_wrap {
  background-color: #fff;
}

.widget_calendar #wp-calendar th {
  padding: 13px 0px;
}

.widget_calendar #wp-calendar tfoot td {
  padding: 10px 0px;
}

.wp-block-search .wp-block-search__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  line-height: 1.4;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.wp-block-search .wp-block-search__button {
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: none;
  padding: 0.375em 0.625em;
  color: #fff;
  margin-left: 0.625em;
  word-break: normal;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.widget_nav_menu li:before,
.widget_pages li:before,
.widget_rss li:before,
.widget_text li:before,
.widget_recent_entries li:before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: block;
  float: left;
  text-decoration: inherit;
  margin-right: 10px;
}

.widget_text li:before {
  content: "";
  margin: 0px;
}

.widget_archive li:before {
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: block;
  float: left;
  text-decoration: inherit;
  margin-right: 10px;
}

.widget_meta li:before {
  content: "\f013";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  display: block;
  float: left;
  text-decoration: inherit;
  margin-right: 10px;
}

.widget_categories li:before {
  content: "\f07c";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: block;
  float: left;
  text-decoration: inherit;
  margin-right: 10px;
}

/*zillow answer */
.wpestate_zillow_answer {
  line-height: 1.6em;
  margin-top: 10px;
}

.wpestate_zillow_price {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 16px;
  font-weight: 600;
}

.wpestate_zillow_address {
  text-transform: capitalize;
}

/*=Contact Sidebar
------------------------------------------------*/
.contact_sidebar_wrap {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: stretch;
  row-gap: 10px;
}
.contact_sidebar_wrap p {
  margin-bottom: 0px;
  line-height: 1.6em;
}
.contact_sidebar_wrap i {
  margin-right: 10px;
  width: 13px;
}

.widget-container.latest_listings .owl-carousel .owl-item {
  float: left;
  position: relative;
  height: auto;
}
.widget-container.latest_listings .owl-carousel .owl-item .item {
  min-height: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.widget-container.latest_listings .owl-theme .owl-nav {
  margin-top: -15px;
}
.widget-container.latest_listings .owl-theme .owl-nav .wpresidence-carousel-control {
  margin-top: -35px;
}
.widget-container.latest_listings .featured_title {
  position: absolute;
  float: left;
}

.widget_latest_internal {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}
.widget_latest_internal:last-of-type {
  margin-bottom: 0;
}
.widget_latest_internal .price_label {
  font-size: 13px;
}
.widget_latest_internal img {
  vertical-align: top;
  display: inline;
  float: left;
  width: 100%;
  height: auto;
}
.widget_latest_internal:hover img {
  opacity: 0.85;
}

.listing_name {
  display: inline;
  margin-left: 0;
  float: left;
  line-height: 20px;
  position: relative;
  width: 60%;
  padding-left: 13px;
}

.no_post_th {
  margin-left: 0;
}

.widget_latest_title {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}

.widget_latest_listing_image {
  position: relative;
  float: left;
  overflow: hidden;
  max-width: 150px;
}

.widget_latest_price {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

#primary .widget-container.latest_listings {
  overflow: hidden;
}
#primary .widget_latest_title a {
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 500;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
#primary .widget_latest_title a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

#colophon .widget_latest_price {
  color: var(--wp-estate-footer-font-color-option, var(--wp_estate_footer_font_color));
}

/*=featured_sidebar
------------------------------------------------*/
.featured_title {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #222;
  color: #fff;
  padding: 15px;
  width: 100%;
  border-radius: 0 0 4px 4px;
}
.featured_title a {
  color: rgba(255, 255, 255, 0.8039215686);
}
.featured_title a:hover {
  color: #ffffff;
}

.featured_second_line {
  position: absolute;
  top: 0;
  padding: 5px 15px;
  background-color: rgba(0, 116, 225, 0.8039215686);
  color: #fff;
  border-radius: 4px 0px 4px 0;
}

.featured_sidebar {
  position: relative;
}
.featured_sidebar .featured_widget_image {
  position: relative;
  cursor: pointer;
}

#colophon .featured_title a {
  line-height: 22px;
}

#primary .featured_title a {
  font-size: 16px;
}

.related_blog_unit_image img,
.widget_latest_listing_image img,
.agent-unit-img-wrapper img,
.featured_widget_image img {
  width: 100%;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.header_social {
  float: right;
  padding: 25px 45px 0 0;
}

.social_sidebar_internal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.social_sidebar_internal a {
  display: flex;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  width: 41px;
  height: 41px;
  color: #8795ab;
  font-size: 15px !important;
}
.social_sidebar_internal a:hover {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
}
.social_sidebar_internal a:hover i {
  color: #fff;
}

#colophon .social_sidebar_internal a {
  background-color: var(--wp-estate-footer-social-widget-back-color-option, var(--wp_estate_footer_social_widget_back_color));
  color: var(--wp-estate-footer-social-widget-color-option, var(--wp_estate_footer_social_widget_color));
}
#colophon .social_sidebar_internal a:hover {
  color: #fff;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.social-rss,
.social-facebook,
.social-twitter,
.social-dribbble,
.social-google,
.social-linkedIn,
.social-blogger,
.social-tumblr,
.social-pinterest,
.social-yahoo,
.social-youtube,
.social-vimeo,
.social-instagram,
.social-foursquare {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}

.social-rss:before {
  content: "\f09e";
}

.social-facebook:before {
  content: "\f09a";
}

.social-twitter:before {
  content: "\e61b";
}

.social-dribbble:before {
  content: "\f17d";
}

.social-google:before {
  content: "\f0d5";
}

.social-linkedIn:before {
  content: "\f0e1";
}

.social-tumblr:before {
  content: "\f173";
}

.social-pinterest:before {
  content: "\f0d2";
}

.social-youtube:before {
  content: "\f167";
}

.social-vimeo:before {
  content: "\f194";
}

.social-foursquare:before {
  content: "\f180";
}

.social-instagram:before {
  content: "\f16d";
}

.social_sidebar_internal i {
  -moz-osx-font-smoothing: grayscale;
}

/* =Custom Menu widget
------------------------------------------------*/
.widget_nav_menu .sub-menu {
  padding: 10px 0px 0px 15px;
}

.widget_nav_menu .sub-menu li:last-of-type {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.widget_nav_menu .sub-menu .menu-item-has-children > a:after {
  content: "";
  width: 0px;
}

.widget_nav_menu .sub-menu li:hover {
  background-color: #fff;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border-bottom: 1px solid #ffffff;
}

.widget_nav_menu .sub-menu li:hover a {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  padding-left: 0px !important;
}

/* Multiple Currency Widget */
#list_sidebar_curr {
  width: 100%;
}

/*Category List Widget*/
.category_list_widget li {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 0;
}
.category_list_widget li .child_category {
  float: left;
  width: 100%;
}
.category_list_widget li .child_category li {
  padding: 8px 0px 0px 8px;
  border: none;
}
.category_list_widget li.category-icon {
  justify-content: flex-start;
}
.category_list_widget li.category-icon i {
  margin-right: 5px;
}
.category_list_widget li.category-icon span {
  margin-top: 0px;
  align: right;
}

#colophon .category_list_widget li {
  border: none;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding: 0px;
  line-height: normal;
  margin-bottom: 10px;
}
#colophon .category_list_widget li:last-child {
  margin-bottom: 0;
}

.wpresidence_term_background_image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: relative;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

/* =Elementor Widget Container
------------------------------------------------*/
.elementor-widget-container .widget-container {
  margin-bottom: 0px;
}
.elementor-widget-container .loginwd_sidebar,
.elementor-widget-container .advanced_search_sidebar,
.elementor-widget-container .measurement_unit_widget,
.elementor-widget-container .multiple_currency_widget,
.elementor-widget-container .g_ag_dev_search_widget,
.elementor-widget-container .mortgage_calculator_li {
  clear: both;
  background: #fff;
  padding: 30px;
  border: 1px solid #fff;
  width: 100%;
}
.elementor-widget-container .login_form {
  padding: 0;
}
.elementor-widget-container .loginwd_sidebar,
.elementor-widget-container .advanced_search_sidebar,
.elementor-widget-container .measurement_unit_widget,
.elementor-widget-container .multiple_currency_widget,
.elementor-widget-container .g_ag_dev_search_widget,
.elementor-widget-container .mortgage_calculator_li,
.elementor-widget-container .social_sidebar,
.elementor-widget-container .contact_sidebar,
.elementor-widget-container .facebook_widget_like,
.elementor-widget-container .featured_sidebar,
.elementor-widget-container .latest_listings,
.elementor-widget-container .property_categories,
.elementor-widget-container .twitter_wrapper {
  margin-bottom: 30px;
}
.elementor-widget-container .social_sidebar_internal a {
  width: 22%;
  margin: 0 4% 4% 0;
  height: 0;
  padding-bottom: 18%;
  position: relative;
  padding: 11px 0;
  background-color: #ffffff;
  margin: 0 10px 10px 0;
  text-align: center;
  display: inline-block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 41px;
  height: 41px;
}
.elementor-widget-container .boxed_widget form {
  width: 100%;
}
.elementor-widget-container .category_list_widget li {
  border-bottom: 0 solid #f0f0f0;
  margin-bottom: 0;
}
.elementor-widget-container .category_list_widget ul {
  list-style-type: none;
  margin: 0;
}
.elementor-widget-container .category_list_widget .category_no {
  float: none;
  margin: 5px 0 0 auto;
}
.elementor-widget-container .widget-container#footer_latest_widget-2 {
  padding: 30px 15px 15px 30px;
  background: #fff;
  margin-bottom: 30px;
  border-bottom: 0;
}

/* Elementor Widgets */
.elementor-widget-Site_Measurement_Unit_Changer .dropdown.form-control,
.elementor-widget-Site_Currency_Changer .dropdown.form-control {
  padding: 0px;
  margin-bottom: 0px;
  height: auto;
  width: 100%;
}

.elementor-widget-Site_Measurement_Unit_Changer .multiple_currency_widget,
.elementor-widget-Site_Currency_Changer .multiple_currency_widget,
.right-top-widet #multiple_currency_widget-7 {
  height: 40px;
  line-height: 40px;
  margin-top: 0px;
  padding: 8px 15px 0px 15px;
  margin: 0px;
}

.elementor-widget-Site_Measurement_Unit_Changer,
.elementor-widget-Site_Currency_Changer {
  margin: 0px;
  width: 170px;
}

.elementor-widget-Site_Measurement_Unit_Changer .sidebar_filter_menu,
.elementor-widget-Site_Currency_Changer .sidebar_filter_menu {
  font-size: 13px;
  padding: 2px 10px;
  min-width: 100px;
}

.elementor-widget-Site_Measurement_Unit_Changer #list_sidebar_measure_unit,
.elementor-widget-Site_Currency_Changer #list_sidebar_curr {
  margin-left: 0px;
  min-width: 140px;
}

/* =Featured Agent Widget
------------------------------------------------*/
#primary .agent_unit:hover {
  box-shadow: none;
}
#primary .agent_unit h4, #primary .agent_unit .h4 {
  margin-bottom: 5px;
  margin-top: 20px;
}
#primary .agent_unit h4 a, #primary .agent_unit .h4 a {
  font-size: 18px;
}
#primary .agent_unit.agent_unit_sidebar {
  box-shadow: none;
}
#primary .agent_unit.agent_unit_sidebar .agent_position {
  margin-bottom: 15px;
}
#primary .agent_unit.agent_unit_sidebar .agent_detail {
  display: flex;
  align-items: center;
  line-height: 1.4em;
  font-size: 13px;
}
#primary .agent_contanct_form_sidebar .widget-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#primary .agent_unit_social {
  padding: 0 30px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 30px;
}
#primary .agent_unit_social a {
  margin-right: 10px;
}

.widget-area-sidebar .agent_unit_button.agent_unit_contact_me {
  line-height: 1em;
  bottom: 15px;
  right: 30px;
}

/** MILLDONE *a
//scss\widgets\_splash_page_widgets.scss

/* = Splash Page Widgets
------------------------------------------------*/
.splash_page_widgets_wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 15px;
  padding: 0 30px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.splash_page_widgets_wrapper .widget-container {
  width: auto;
  margin: 0;
}
.splash_page_widgets_wrapper .widget-container .widget-title-topbar {
  display: none;
}
.splash_page_widgets_wrapper .splash_page_widget {
  color: #fff;
}
.splash_page_widgets_wrapper .splash_page_widget a {
  color: #fff;
}
.splash_page_widgets_wrapper .splash_page_widget a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.splash_page_widgets_wrapper .splash_page_widget p {
  margin-bottom: 0;
}
.splash_page_widgets_wrapper .splash_page_widget .social_sidebar_internal a {
  font-size: 14px;
  width: 20px;
  height: 30px;
  float: left;
  box-sizing: border-box;
  background-color: transparent;
}
.splash_page_widgets_wrapper .splash_page_widget .social_sidebar_internal a:hover i {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

/* MILLDONE
 * Mortgage Calculator Widget Styles 
 * src: mortgage_calculator_widget.scss
 * Package: WpResidence
 * 
 * Purpose: Styles for the mortgage calculator widget used on sidebar widget areas in the WpResidence theme.
 * 
 * Dependencies:
 * - Requires the WpResidence theme structure and base styles
 * 
 * Usage:
 * This file should be included in the main theme stylesheet or loaded specifically 
 * on pages featuring the mortgage calculator widget. It styles the widget's layout,
 * input fields, and results display.
 */
/* Main widget container */
.widget-container.mortgage_calculator_li.boxed_widget {
  /* Results container */
}
.widget-container.mortgage_calculator_li.boxed_widget #morg_results {
  float: left;
  margin: 0;
  font-size: 14px;
  display: none; /* Hidden by default, likely shown via JavaScript */
  /* Result spans */
}
.widget-container.mortgage_calculator_li.boxed_widget #morg_results span {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  gap: 5px;
  margin-bottom: 10px;
}

#colophon .widget-container.mortgage_calculator_li.boxed_widget {
  background-color: #fff;
  padding: 30px;
}
#colophon .widget-container.mortgage_calculator_li.boxed_widget label {
  margin: 10px 0 5px 0;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
#colophon .widget-container.mortgage_calculator_li.boxed_widget #morg_compute {
  width: 100%;
  margin-top: 10px;
}

/** MILLDONE
 * Footer Styles for WpResidence Theme
 * src: scss\footer\_footer.scss
 * This file contains all styles for the footer section of the WpResidence theme.
 * It includes styles for the main footer area, widgets, sub-footer, and various interactive elements.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since WpResidence 1.0
 *
 * Dependencies:
 * - WpResidence theme core styles
 * - Bootstrap (for some utility classes and grid system)
 *
 * Usage:
 * This file should be imported into the main stylesheet of the WpResidence theme.
 */
#colophon {
  background-color: var(--wp-estate-footer-back-color-option, var(--wp_estate_footer_back_color));
  color: var(--wp-estate-footer-font-color-option, var(--wp_estate_footer_font_color));
}
#colophon p {
  line-height: 1.6em;
}
#colophon ul {
  list-style: none;
  margin: 0px;
}
#colophon ul.child_category {
  margin-top: 10px;
}
#colophon .textwidget,
#colophon .category_list_widget li,
#colophon .subfooter_menu a,
#colophon .copyright,
#colophon .contact_sidebar_wrap p {
  font-size: 14px;
}
#colophon a,
#colophon li a {
  color: var(--wp-estate-footer-font-color-option, var(--wp_estate_footer_font_color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border: none;
  line-height: 1.4em;
  font-size: 14px;
}
#colophon a:hover,
#colophon li a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  text-decoration: none;
}
#colophon .xoxo {
  padding-top: 45px;
}
#colophon .widget-title-footer {
  font-size: 16px;
  color: var(--wp-estate-footer-heading-color-option, var(--wp_estate_footer_heading_color));
}
#colophon .latest_listings {
  display: block;
  overflow: hidden;
}
#colophon .btn {
  width: 100%;
}
#colophon .wpresidence_dropdown .dropdown-menu.filter_menu.list_sidebar_measure_unit,
#colophon .wpresidence_dropdown .dropdown-menu.filter_menu.list_sidebar_currency {
  width: 220px;
}
#colophon .subfooter_menu a {
  padding-bottom: 0px;
  color: var(--wp-estate-footer-copy-color-option, var(--wp_estate_footer_copy_color));
}
#colophon .widget_nav_menu .sub-menu li:hover {
  background-color: transparent;
}
#colophon .sub-menu ul {
  border-top: 0px solid #fff !important;
}
#colophon .sub-menu li:hover > a {
  padding-left: 5px !important;
}
#colophon .widget_meta li:before,
#colophon .widget_categories li:before,
#colophon .widget_recent_comments li:before {
  margin-top: 0px;
}
#colophon .widget_pages li:before,
#colophon .widget_rss li:before,
#colophon .widget_text li:before,
#colophon .widget_recent_entries li:before {
  margin-top: 4px;
}
#colophon.boxed_footer, #colophon.sticky_footer.boxed_footer {
  width: 1200px;
  left: 0;
  right: 0;
  margin: 0px auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#footer-widget-area {
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  margin: 0px auto !important;
  padding: 30px 15px;
  margin: 0px auto;
  max-width: 100%;
}
#footer-widget-area.wide_footer {
  width: 100%;
  padding: 30px;
}

.sub_footer {
  width: 100%;
  background-color: var(--wp-estate-footer-copy-back-color-option, var(--wp_estate_footer_copy_back_color));
  color: var(--wp-estate-footer-copy-color-option, var(--wp_estate_footer_copy_color));
}
.sub_footer_content {
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  max-width: 100%;
  margin: 0px auto !important;
  padding: 0px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sub_footer_content.wide_footer {
  width: 100%;
}
.sub_footer a,
.sub_footer li a {
  color: var(--wp-estate-footer-copy-color-option, var(--wp_estate_footer_copy_color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.sub_footer a:hover,
.sub_footer li a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.copyright {
  line-height: 60px;
}

.subfooter_menu {
  display: inline-flex;
}
.subfooter_menu li {
  display: inline;
  font-size: 13px;
}
.subfooter_menu .menu > li {
  line-height: 60px;
}

.contactformwrapper {
  position: fixed;
  right: 45px;
  bottom: 80px;
  z-index: 300;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border: 1px solid #f0f0f0;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  background-color: #fff;
  padding: 30px;
  width: 312px;
}
.contactformwrapper.hidden {
  display: none;
}
.contactformwrapper .contact_close_button {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 30px;
  height: 30px;
  color: #222;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.contactformwrapper .contact_close_button:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.contactformwrapper #btn-cont-submit {
  width: 100%;
  margin-bottom: 0px !important;
}
.contactformwrapper p {
  font-size: 13px;
  margin: 0;
}
.contactformwrapper button {
  color: #fff;
}
.contactformwrapper:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #f0f0f0;
  bottom: -17px;
  right: 29px;
  position: absolute;
}
.contactformwrapper:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  bottom: -15px;
  right: 30px;
  position: absolute;
}
.contactformwrapper.wpsestate_is_contact_single:before {
  right: 19px;
}
.contactformwrapper.wpsestate_is_contact_single:after {
  right: 20px;
}

#footer-contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer-contact-form .wpestate_success,
#footer-contact-form .alert-message,
#footer-contact-form .login-alert,
#footer-contact-form h4,
#footer-contact-form .h4 {
  margin-bottom: 0;
}

.footer_back_repeat {
  background-repeat: repeat;
}

.footer_back_repeat_x {
  background-repeat: repeat-x;
}

.footer_back_repeat_y {
  background-repeat: repeat-y;
}

.footer_back_repeat_no {
  background-repeat: no-repeat;
}

.sticky_footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.contact-box,
.backtop {
  font-size: 15px;
  background-color: #fff;
  position: fixed;
  bottom: 10px;
  right: -60px;
  width: 50px;
  height: 50px;
  z-index: 100;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.045);
  opacity: 0;
  z-index: 102;
  color: #fff;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  color: #222;
  text-decoration: none;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.contact-box a,
.backtop a {
  color: rgba(92, 114, 125, 0.7019607843);
}
.contact-box.islive,
.backtop.islive {
  right: 15px;
  opacity: 0.9;
}

.contact-box {
  bottom: 10px;
  right: -125px;
  z-index: 100;
  margin-right: 60px;
}

.wpsestate_is_contact_single {
  margin-right: 0px;
}

.wpestate_support_link {
  line-height: 60px;
}

.menu-footer-container ul {
  float: left;
  width: 100%;
}

.wpestate_has_sticky_footer .wpresidence_main_wrapper_class {
  position: relative;
  z-index: 99;
  min-height: 1200px;
  background-color: var(--wp-estate-background-color-option, var(--wp-estate-background-color));
}

#google_map_prop_list_sidebar .search_wrapper {
  border-bottom: none;
  background-color: #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 0px;
}

.search_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  z-index: 99;
  background: transparent;
  height: auto;
  padding: 15px;
}
.search_wrapper.with_search_on_end .adv-search-header-1 {
  top: -55px;
}
.error404 .search_wrapper {
  display: inline-block;
  float: none;
}
.single-estate_developer .search_wrapper, .single-estate_agency .search_wrapper {
  display: none;
}
.page-template-splash_page .search_wrapper {
  top: 55%;
}
.page-template-splash_page .search_wrapper.with_search_form_float {
  display: block;
}

.search_wrapper_color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
}
.search_wrapper_color.with_search_form_float {
  border-bottom: 0px;
}

.residence_adv_extended_options_text {
  font-size: 13px;
  margin-top: 5px;
  cursor: pointer;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-weight: 500;
}

.extended_search_check_wrapper {
  position: relative;
  display: none;
  width: 100%;
}
.extended_search_check_wrapper .extended_search_checker {
  float: left;
  width: 25%;
  margin: 5px 0px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.extended_search_check_wrapper label {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 15px;
}
.extended_search_check_wrapper .adv_extended_close_button {
  position: absolute;
  top: 0px;
  right: 0px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  display: none;
  cursor: pointer;
}

.advanced_submit_4,
#advanced_submit_4 {
  width: 100%;
}

.wpestate_location {
  width: 50%;
}

.float_search_closed #adv-search-header-1:after,
.float_search_closed #adv-search-header-3:after {
  content: "\f0d8" !important;
}

#adv-search-header-mobile {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  padding: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  width: 100%;
  position: relative;
  z-index: 9;
  margin-bottom: 0px;
  display: flex;
  gap: 10px;
  flex-direction: row;
}

#adv-search-mobile {
  padding: 15px 15px 3px 15px;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 9;
  display: none;
}
#adv-search-mobile form {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
#adv-search-mobile .tab-pane form {
  gap: 0px;
}
#adv-search-mobile .extended_search_checker {
  width: 100%;
}
#adv-search-mobile .tab-pane .residence_adv_extended_options_text {
  margin-bottom: 15px;
}
#adv-search-mobile .adv_search_tab .nav-tabs {
  text-align: left;
  margin-bottom: 5px;
  border-bottom: 0px;
  position: relative;
  top: auto;
  left: auto;
}
#adv-search-mobile .adv_search_tab .nav-tabs .adv6_tab_head {
  padding: 10px 10px !important;
}
#adv-search-mobile .adv_search_tab .wpestate-field-on-sidebar {
  margin-bottom: 7px;
}
#adv-search-mobile .adv_search_tab .wpestate_location {
  width: 100%;
}
#adv-search-mobile .adv_search_tab .advanced_submit_4 {
  width: 100%;
}

.page-template-splash_page #adv-search-header-mobile {
  margin-bottom: 0px;
  z-index: 9;
  position: relative;
}
.page-template-splash_page #adv-search-mobile {
  padding: 13px;
}

/**
 * WpResidence Advanced Search CSS/SCSS
 *
 * This file contains styles for the advanced search functionality
 * in the WpResidence theme. It includes styles for shortcode layout,
 * form elements, dropdowns, and extended options.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 */
/* Advanced Search Shortcode Styles */
.advanced_search_shortcode {
  width: 100%;
  font-size: 13px;
  background-color: #ffffff;
  padding: 25px 25px;
  margin-top: 30px;
  display: inline-block;
  min-height: 1px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  /* Styles for sliders within search */
  /* Styles for geo radius wrapper */
  /* Styles for extended search checker */
  /* Styles for dropdowns */
}
.advanced_search_shortcode .adv_search_slider p {
  margin-bottom: 0;
}
.advanced_search_shortcode .adv_search_slider label {
  margin-bottom: 7px;
}
.advanced_search_shortcode .adv_search_geo_radius_wrapper label {
  margin-bottom: 5px;
}
.advanced_search_shortcode .adv_search_geo_radius_wrapper {
  margin-bottom: 0px;
  margin-top: -5px;
}
.advanced_search_shortcode .extended_search_checker {
  line-height: 13px;
}
.advanced_search_shortcode .extended_search_checker input {
  margin-bottom: 0px !important;
}
.advanced_search_shortcode .dropdown-menu {
  left: 0px;
}
.advanced_search_shortcode .filter_menu {
  margin-top: 1px;
  margin-left: 0px;
  width: 100%;
  padding-bottom: 0px;
  overflow-x: hidden;
}
.advanced_search_shortcode .filter_menu li {
  min-width: 168px;
  padding-top: 10px;
}

/* Styles for advanced search shortcode within specific layouts */
#advanced_search_shortcode .nav-tabs {
  text-align: left;
  margin-top: 15px;
}

/* Styles for submit button */
#advanced_submit_shorcode {
  margin-top: 0px;
  float: left;
  width: 100%;
}

/* Adjustments for specific layouts */
.vc_span6 #advanced_submit_shorcode {
  margin-top: 0px;
}

/* Styles for input fields */
.adv_shortcode_input {
  display: inline;
}

/* Styles for close buttons in various forms */
#adv_extended_close_shortcode,
#adv_extended_close_half,
#adv_extended_close_mainform,
#adv_extended_close_short {
  position: absolute;
  top: 0px;
  right: 15px;
  cursor: pointer;
}

.advanced_search_sidebar .tab-content > .active {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.advanced_search_sidebar form {
  gap: 10px;
}
.advanced_search_sidebar form .wpresidence_advanced_submit_widget {
  margin-bottom: 0px;
}
.advanced_search_sidebar .extended_search_check_wrapper .adv_extended_close_button {
  right: 0;
  top: 5px;
}
.advanced_search_sidebar .adv_search_tab .nav-tabs {
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 0px;
  position: relative;
  top: auto;
  left: auto;
}
.advanced_search_sidebar .adv_search_tab .wpestate_location {
  width: 100%;
}
.advanced_search_sidebar .extended_search_check_wrapper .extended_search_checker {
  width: 100%;
}

.advanced_search_shortcode .tab-pane,
.adv-search-mobile .tab-pane,
.advanced_search_sidebar .tab-pane {
  box-shadow: none;
}

/*=adv-search-geolocation
------------------------------------------------*/
.radius_wrap {
  position: relative;
}
.radius_wrap:after {
  font-size: 22px;
  font-family: "font awesome 5 free";
  content: "\f3c5";
  position: absolute;
  right: 15px;
  color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 30%, transparent);
  font-weight: 700;
  line-height: 40px;
  top: 0;
}

.slider_radius_wrap {
  font-size: 13px;
  height: 38px;
  position: relative;
  padding-top: 10px;
}

.adv_search_geo_radius_wrapper .ui-widget-content,
.slider_radius_wrap .ui-widget-content {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background: #efefef;
  background-image: none;
  border: 0px solid #efefef;
}
.adv_search_geo_radius_wrapper label,
.slider_radius_wrap label {
  font-weight: normal;
  float: none;
  margin-bottom: 10px;
  padding-top: 4px;
}
.adv_search_geo_radius_wrapper #wpestate_slider_radius,
.slider_radius_wrap #wpestate_slider_radius {
  margin-left: 8px;
  margin-top: 3px;
  height: 4px;
  max-width: 100%;
}
.adv_search_geo_radius_wrapper #wpestate_slider_radius .ui-slider-handle,
.slider_radius_wrap #wpestate_slider_radius .ui-slider-handle {
  margin-top: -3px;
  width: 18px;
  height: 18px;
  background-image: none;
  background-color: #fff;
}

.single-content p.label_radius_wrapper_p,
.label_radius_wrapper_p {
  margin-bottom: 0px;
}

.search_wr_elementor .label_radius_wrapper_p {
  margin-bottom: 5px;
}

.search_wr_elementor .adv_search_geo_radius_wrapper,
.search_wr_elementor .adv_search_slider {
  height: auto;
  width: 100%;
}

.adv_search_geo_radius_wrapper .wpestate_slider_radius_search .ui-slider-handle.ui-corner-all.ui-state-default,
.adv_search_geo_radius_wrapper .wpestate_slider_radius_search .ui-slider-handle {
  margin-left: 0px;
}

.search_wr_elementor .wpresidece-reset-btn {
  top: 50%;
  margin-top: -8px;
}

.search_wrapper.with_search_form_float {
  position: absolute;
  max-width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
}
.search_wrapper.with_search_form_float.float_search_closed {
  top: 100% !important;
  pointer-events: none;
  box-shadow: none;
  background: transparent;
}
.search_wrapper.with_search_form_float.float_search_closed .adv1-holder,
.search_wrapper.with_search_form_float.float_search_closed .residence_advanced_submit_button_search_1 {
  opacity: 0;
  background: transparent;
  box-shadow: none;
}
.search_wrapper.with_search_form_float .extended_search_check_wrapper .adv_extended_close_button,
.search_wrapper.with_search_form_float .extended_search_check_wrapper label {
  color: var(--wp-estate-adv-font-color-option, var(--wp_estate_adv_font_color));
}

.with_search_form_float .adv1-holder {
  padding: 10px;
}
.with_search_form_float .adv-search-header-1:after {
  content: "\f0d7";
  position: absolute;
  right: 13px;
  font-size: 17px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search_wrapper.with_search_form_float.float_search_closed.search_wr_3 .adv3-holder,
.search_wrapper.with_search_form_float.float_search_closed #advanced_submit_3,
.search_wrapper.with_search_form_float .adv4-holder,
.search_wrapper.with_search_form_float .search_wrapper_color,
.search_wrapper.with_search_form_float #advanced_submit_2,
.search_wrapper.with_search_form_float .adv1-holder,
.search_wrapper.with_search_form_float .residence_advanced_submit_button_search_1,
.search_wrapper.with_search_form_float {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.search_wrapper.with_search_form_float .search_wrapper_color {
  background-color: var(--wp-estate-adv-back-color-option, var(--wp_estate_adv_back_color));
  opacity: var(--wp-estate-adv-back-color-opacity-option, var(--wp_estate_adv_back_color_opacity));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.search_wrapper.search_wr_3.with_search_form_float.float_search_closed {
  top: 100%;
  margin-top: -40px;
}

.search_wrapper.with_search_form_float.float_search_closed.search_wr_3 .adv3-holder,
.search_wrapper.with_search_form_float.float_search_closed #advanced_submit_3,
.search_wrapper.with_search_form_float.float_search_closed .adv4-holder,
.search_wrapper.with_search_form_float.float_search_closed .search_wrapper_color,
.search_wrapper.with_search_form_float.float_search_closed #advanced_submit_2 {
  opacity: 0;
  background: transparent;
  box-shadow: none;
}

.with_search_form_float .adv-search-3.adv-search-1-close-extended form,
.with_search_form_float .adv-search-1-close-extended #advanced_submit_3,
.with_search_form_float .adv-search-1-close-extended .adv3-holder,
.with_search_form_float .adv-search-1-close-extended .adv4-holder,
.with_search_form_float.adv-search-1-close-extended #advanced_submit_2,
.with_search_form_float.adv-search-1-close-extended .adv1-holder {
  display: none;
}

.search_wr_2 .adv1-holder {
  background-color: transparent;
}

#results,
#results_no {
  display: none;
}

#results {
  position: absolute;
  background: #ffffff;
  top: -14px;
  left: 7px;
  width: 500px;
  max-width: 500px;
  font-size: 13px;
  line-height: 1em;
  transform: translate(0, -100%);
}
#results .results_header {
  width: 100%;
  float: left;
  padding: 10px 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  translate: 0px -100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#results .results_header #preview_view_all {
  float: right;
  cursor: pointer;
}
#results .results_header #preview_view_all:hover {
  color: #f0f0f0;
}
#results #results_wrapper {
  max-height: 300px;
  overflow-y: scroll;
}
#results #results_wrapper .preview_listing_unit {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dde4e9;
  padding: 9px;
  cursor: pointer;
}
#results #results_wrapper .preview_listing_unit:hover {
  background-color: #f5f8fa;
}
#results #results_wrapper .preview_listing_unit img {
  width: 65px;
  height: auto;
  float: left;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
#results #results_wrapper .preview_listing_unit h4, #results #results_wrapper .preview_listing_unit .h4 {
  font-size: 13px;
  margin-bottom: 0px;
  padding-left: 78px;
}
#results #results_wrapper .preview_listing_unit .preview_details {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  padding-left: 79px;
  padding-top: 7px;
  font-weight: 500;
}
#results #results_wrapper .preview_listing_unit .preview_details .infocur {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 13px !important;
}

.preview_results_loading {
  padding: 13px 13px;
}

/*
File: _save_search.scss
Package: WpResidence Theme
Dependencies: This SCSS file is part of the advanced search module in the WpResidence theme. 
It styles the "Save Search" feature in the user dashboard, specifically in the "Searches" section.
Usage: This file controls the layout and appearance of the saved search wrapper, search form elements, and search notices.
*/
.messagebox_text,
.saved_search_wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.wpb_column > .wpb_wrapper *:last-child .messagebox_text {
  margin-bottom: 30px;
}

#save_search_button {
  margin-bottom: 0px !important;
  line-height: 1.1em;
  width: 25%;
  padding: 10px;
}

#save_search_notice {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  padding-right: 5px;
}

#search_name {
  width: calc(75% - 15px);
  margin-right: 15px;
  padding: 0px 13px;
  line-height: 48px;
}

.search_param strong {
  text-transform: capitalize;
}

.dashboard-margin .search_unit_wrapper {
  cursor: default;
}

.advanced_search_notice {
  margin: 0px;
}

.search_unit_wrapper h4, .search_unit_wrapper .h4 {
  padding: 0px 13px;
  margin-top: 10px;
  margin-bottom: 6px;
  float: left;
  width: 100%;
}

#google_map_prop_list_sidebar .checker_wrapper_half,
#google_map_prop_list_sidebar .residence_adv_extended_options_text {
  margin-top: 10px;
}
#google_map_prop_list_sidebar .extended_search_check_wrapper .adv_extended_close_button {
  right: 0;
}
#google_map_prop_list_sidebar .adv-search-1 {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 30px 15px 15px 15px;
}
#google_map_prop_list_sidebar .residence_advanced_submit_button_search_1 {
  position: relative;
  padding: 10px 10px;
  height: auto;
  width: auto;
  margin: 15px 15px 15px 22px;
  font-size: 14px;
  margin-bottom: 15px !important;
  font-weight: normal;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
}

.search_wrapper.search_wrapper_sticky_search {
  position: sticky;
  top: 0px;
  z-index: 100;
}
.search_wrapper.search_wrapper_sticky_search.with_search_form_float {
  position: absolute;
}
.search_wrapper.sticky_adv_anime {
  top: 0px !important;
  position: fixed !important;
  width: 100% !important;
  max-width: 100%;
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.header_media .search_wrapper {
  top: var(--wp-estate-float-form-top-option, var(--wp_estate_float_form_top));
}

.archive .header_media .search_wrapper {
  top: var(--wp-estate-float-form-top-tax-option, var(--wp_estate_float_form_top_tax));
}
.archive .header_media .search_wrapper.search_wrapper_sticky_search {
  top: var(--wp-estate-float-form-top-tax-option, var(--wp_estate_float_form_top_tax));
}

.adv-search-1 {
  position: relative;
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  max-width: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.adv-search-1 .residence_adv_extended_options_text {
  margin-top: 10px;
}
.adv-search-1 .adv-search-header-1 {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  height: 40px;
  margin: 0px;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: -40px;
  left: 0px;
  font-size: 15px;
  width: 228px;
  pointer-events: auto;
  font-weight: 500;
  border-top-left-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border-top-right-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.adv-search-1 .adv-search-header-1.with_search_on_start {
  display: none;
}
.adv-search-1 .adv-search-header-1:after {
  content: "\f0d7";
  position: absolute;
  right: 15px;
  font-size: 17px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.adv-search-1 .adv1-holder {
  width: 85%;
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.adv-search-1 #results {
  left: 0px;
}
.adv-search-1 .residence_advanced_submit_button_search_1 {
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, var(--wp-estate-main-color-option, var(--wp-estate-main-color))));
  background-image: linear-gradient(to right, transparent 50%, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%);
  border: none;
  font-size: 16px;
  white-space: normal;
  line-height: 1.45em;
  font-weight: 500;
  margin-right: 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  padding: 6px 34px;
}
.adv-search-1 .residence_advanced_submit_button_search_1:hover {
  background-color: var(--wp-estate-hover-button-color-option, var(--wp_estate_hover_button_color));
  color: #fff;
}

.with_search_on_end.with_search_form_float .adv-search-header-1,
.with_search_on_start.with_search_form_float .adv-search-header-1 {
  top: -40px;
  display: block;
}

.fullscreen_search {
  position: fixed !important;
  bottom: 0px;
  left: 0px;
  border-bottom: none;
}

.fullscreen_search_open {
  bottom: 0px;
}

.search_wr_3.search_wrapper {
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  margin: 0px auto;
  position: absolute;
  border: none;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.search_wr_3.search_wrapper .residence_adv_extended_options_text {
  margin-top: 10px;
}
.search_wr_3.search_wrapper .adv-search-3 {
  width: 446px;
  top: 0px;
  right: 0px;
  position: absolute;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  height: auto;
}
.search_wr_3.search_wrapper .adv-search-3 #results {
  transform: translate(-102%, 43px);
}
.search_wr_3.search_wrapper .adv-search-3 #adv-search-header-3 {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  height: 40px;
  line-height: 40px;
  margin: 0px;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  width: 100%;
  pointer-events: auto;
  border-top-right-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border-top-left-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.search_wr_3.search_wrapper .adv-search-3 #adv-search-header-3:after {
  content: "\f0d7";
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 17px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search_wr_3.search_wrapper .adv-search-3 #advanced_submit_3 {
  width: 100%;
  border: none;
}
.search_wr_3.search_wrapper .adv-search-3 #advanced_submit_3:hover {
  background-color: var(--wp-estate-hover-button-color-option, var(--wp_estate_hover_button_color));
  color: #fff;
}
.search_wr_3.search_wrapper .adv-search-3 .adv3-holder {
  background-color: #fdfdfd;
  float: left;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search_wr_3.search_wrapper .adv-search-3 .adv3-holder form {
  padding: 15px 15px 0px 15px;
}
.search_wr_3.search_wrapper .adv-search-3 .extended_search_check_wrapper .extended_search_checker {
  width: 33%;
}
.search_wr_3.search_wrapper .adv-search-3 .extended_search_check_wrapper .adv_extended_close_button {
  right: 5px;
}
.search_wr_3.search_wrapper .adv-search-3.float_search_closed {
  box-shadow: none;
}

.fullscreen_search {
  z-index: 99 !important;
  border: none !important;
}

.fullscreen_search.search_wrapper {
  top: auto;
}

.search_wr_3.fullscreen_search.search_wrapper {
  bottom: 80%;
}

.search_wr_3 .search_wrapper_color {
  width: 414px;
  left: auto;
  right: 0px;
}

.adv-search-3.adv-search-1-close,
.adv-search-3.adv-search-1-close-extended.adv_extended_class {
  bottom: 0px;
  transform: translate(0, 0);
}

.search_wr_4.with_search_on_start .adv-search-header-1 {
  display: none;
}
.search_wr_4.with_search_form_float .adv4-holder {
  padding: 15px 0px;
}
.search_wr_4 .adv4-holder {
  float: left;
  padding: 0px;
  width: 100%;
}
.search_wr_4 .adv4-holder .advanced_submit_4,
.search_wr_4 .adv4-holder #advanced_submit_4 {
  width: 100%;
}

.search_wr_4.with_search_form_float #results {
  left: 0px;
  top: 0px;
}

.search_wr_5 h3, .search_wr_5 .h3 {
  font-size: 18px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.search_wr_5 .adv-search-header-1 {
  left: 0px;
}
.search_wr_5.with_search_on_start h3, .search_wr_5.with_search_on_start .h3 {
  display: none;
}
.search_wr_5.with_search_form_float h3, .search_wr_5.with_search_form_float .h3 {
  margin: 15px 0px 0px 15px;
}
.search_wr_5.with_search_form_float .adv5-holder {
  padding: 7px 15px 15px 15px;
}
.search_wr_5 .adv5-holder {
  float: left;
  padding: 0px;
  width: 100%;
}
.search_wr_5 .adv5-holder .advanced_submit_4,
.search_wr_5 .adv5-holder #advanced_submit_4 {
  width: 100%;
}

.search_wr_5.with_search_form_float #results {
  left: 0px;
  top: 0px;
}

.search_wrapper.search_wr_6 #results {
  top: 1px;
}
.search_wrapper.search_wr_6 .adv-search-1 {
  margin: 0px auto;
}
.search_wrapper.search_wr_6 .residence_adv_extended_options_text {
  margin-bottom: 15px;
}
.search_wrapper.search_wr_6.without_search_form_float .nav-tabs {
  top: -50px;
}

.adv_search_tab {
  position: relative;
}
.adv_search_tab .nav-tabs {
  border: none;
  margin: 0px 0px 0px 0px;
  position: absolute;
  top: -50px;
}
.adv_search_tab .nav-tabs .adv_search_tab_item {
  float: none;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  border: 1px solid color-mix(in srgb, var(--wp-estate-adv-search-tab-font-color-option, var(--wp_estate_adv_search_tab_font_color)) 15%, transparent);
  background-color: color-mix(in srgb, var(--wp-estate-adv-search-tab-font-color-option, var(--wp_estate_adv_search_tab_font_color, #ffffff)) 15%, #ffffff);
  color: var(--wp-estate-adv-search-tab-font-color-option, var(--wp_estate_adv_search_tab_font_color));
  line-height: 1.65em;
  font-size: 13px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.adv_search_tab .nav-tabs .adv_search_tab_item a {
  color: var(--wp-estate-adv-search-tab-font-color-option, var(--wp_estate_adv_search_tab_font_color));
  float: left;
  text-transform: capitalize;
  line-height: 14px;
  font-size: 14px;
}
.adv_search_tab .nav-tabs .adv_search_tab_item.active {
  background-color: var(--wp-estate-adv-search-tab-font-color-option, var(--wp_estate_adv_search_tab_font_color));
  border: 1px solid var(--wp-estate-adv-search-tab-font-color-option, var(--wp_estate_adv_search_tab_font_color));
  color: #fff;
}
.adv_search_tab .nav-tabs .adv_search_tab_item.active a, .adv_search_tab .nav-tabs .adv_search_tab_item.active button {
  color: #fff;
}
.adv_search_tab .nav-tabs .adv_search_tab_item.active:before {
  background-color: var(--wp-estate-adv-search-tab-font-color-option, var(--wp_estate_adv_search_tab_font_color));
  content: "";
  height: 12px;
  position: absolute;
  top: 30px;
  width: 12px;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
}

.wpestate_search_tab_align_center .nav-tabs {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.search_wr_6.with_search_form_float .adv6-holder {
  padding: 15px 15px 0px 15px;
}
.search_wr_6.with_search_form_float .adv6-holder .nav-tabs {
  left: 0;
}

.search_wrapper.search_wr_6.with_search_on_start.without_search_form_float {
  padding-top: 65px;
}

#google_map_prop_list_sidebar .nav-tabs {
  text-align: left;
  margin-bottom: 5px;
  border-bottom: 0px;
  position: relative;
  top: auto;
  left: auto;
}
#google_map_prop_list_sidebar .nav-tabs .adv6_tab_head {
  padding: 10px 10px !important;
}

#adv-search-mobile .adv_search_tab_item.active:before,
#advanced_search_shortcode .adv_search_tab_item.active:before,
.advanced_search_sidebar .adv_search_tab_item.active:before,
#google_map_prop_list_sidebar .adv_search_tab_item.active:before {
  display: none;
}

.search_wr_6.with_search_form_float #results {
  left: 0px;
  top: 0px;
}

.search_wr_6.with_search_on_start.without_search_form_float #results {
  left: 7px;
  top: auto;
  bottom: -13px;
  transform: translate(0, 100%);
}

.search_wrapper.search_wr_8 {
  padding-bottom: 0px;
}
.search_wrapper.search_wr_8 .wpresidece-reset-btn {
  margin-left: 10px;
  top: 27px;
}
.search_wrapper.search_wr_8 .wpresidence_button {
  width: 100%;
  margin: 0px;
}
.search_wrapper.search_wr_8 form .d-flex {
  gap: 7px;
}
.search_wrapper.search_wr_8 #adv-search-8 {
  margin: 0px auto;
}
.search_wrapper.search_wr_8 #adv-search-8 .adv8-holder {
  margin-top: -70px;
}
.search_wrapper.search_wr_8.with_search_form_float {
  padding: 0px 0px;
}
.search_wrapper.search_wr_8.with_search_on_start.without_search_form_float {
  padding-top: 66px;
}
.search_wrapper.search_wr_8.without_search_form_float {
  padding-top: 85px;
  padding-bottom: 5px;
}

.search_wr_8.without_search_form_float .wpestate_search_tab_align_center .nav-tabs {
  top: -70px;
}

.search_wr_8.with_search_form_float .nav-tabs {
  border: none;
  margin-left: 0px;
}

.with_search_form_float .adv8-holder {
  margin-top: 0 !important;
}

.with_search_form_float .adv8-holder .tab-content {
  padding: 27px 7px 0px 7px;
}

.with_search_form_float .adv8-holder .residence_adv_extended_options_text {
  margin-bottom: 13px;
}

.search_wr_8.with_search_on_start.without_search_form_float #results {
  top: 41px;
  left: 7px;
  transform: translate(0, 100%);
  top: auto;
  bottom: 0px;
}

.search_wr_8.with_search_form_float #results {
  left: 0px;
}

.search_wrapper.search_wr_10 .adv-search-1 {
  margin: 0px auto;
}
.search_wrapper.search_wr_10 #advanced_submit_10 {
  width: calc(100% - 52px);
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.search_wrapper.search_wr_10 .wpresidece-reset-btn {
  margin-left: 10px;
}
.search_wrapper.search_wr_10 .wpestatemultiselect .dropdown-menu .bs-actionsbox button {
  font-size: 12px;
}
.search_wrapper.search_wr_10 .residence_adv_extended_options_text {
  margin-top: 10px;
}

.adv_handler {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  width: 42px;
  height: 40px;
  cursor: pointer;
  margin-right: 9px;
  float: left;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.adv_search_hidden_fields {
  padding-bottom: 15px;
  margin-top: 0px;
  display: none;
  margin: 0;
  padding: 0;
}

.search_wr_10.with_search_on_start.without_search_form_float #results {
  top: auto;
  left: 15px;
  bottom: -35px;
  transform: translate(0, 100%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search_wr_10.with_search_form_float .adv-search-1 {
  padding: 15px;
}
.search_wr_10.with_search_form_float #results {
  top: 0px;
}

.search_wrapper.search_wr_11 .adv-search-1 {
  margin: 0px auto;
}
.search_wrapper.search_wr_11 .adv-search-1 form.row.gx-2 {
  margin-left: 0;
  margin-right: 0;
}
.search_wrapper.search_wr_11 #advanced_submit_11 {
  width: auto;
  width: calc(100% - 52px);
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.search_wrapper.search_wr_11 .residence_adv_extended_options_text {
  margin-top: 10px;
}
.search_wrapper.search_wr_11 .wpestatemultiselect .dropdown-menu .bs-actionsbox button {
  font-size: 12px;
}

.search_wr_11.with_search_on_start.without_search_form_float #results {
  top: auto;
  bottom: -35px;
  transform: translate(0, 100%);
  left: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search_wr_11.with_search_form_float .adv-search-1 {
  padding: 15px;
}
.search_wr_11.with_search_form_float #results {
  top: 0px;
}

.property_listing_blog.blog_v1 {
  max-width: 100%;
}

.property_listing_blog {
  position: relative;
  height: 100%;
  border: var(--wp-estate-unit-border-size-option, --wp_estate_unit_border_size) solid var(--wp-estate-unit-border-color-option, --wp-estate-unit-border-color);
  font-size: 13px;
  background-color: var(--wp-estate-property-unit-color-option, var(--wp_estate_property_unit_color));
  max-width: 525px;
  transition: 0.3s ease-out;
  float: left;
  padding-top: var(--wp-estate-propertyunit-internal-padding-top-option, var(--wp_estate_propertyunit_internal_padding_top));
  padding-left: var(--wp-estate-propertyunit-internal-padding-left-option, var(--wp_estate_propertyunit_internal_padding_left));
  padding-bottom: var(--wp-estate-propertyunit-internal-padding-bottom-option, var(--wp_estate_propertyunit_internal_padding_bottom));
  padding-right: var(--wp-estate-propertyunit-internal-padding-right-option, var(--wp_estate_propertyunit_internal_padding_right));
  line-height: 1.6em;
  width: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property_listing_blog h4, .property_listing_blog .h4 {
  padding: 0px 20px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.property_listing_blog .blog_unit_image {
  display: inline;
  float: left;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin: 6px;
  margin-bottom: 20px;
}
.property_listing_blog .listing_details.the_grid_view {
  margin: 5px 0px 50px 0px;
  padding: 0px 20px;
}
.property_listing_blog .blog_unit_content {
  padding: 10px 30px 30px 30px;
  font-size: 13px;
  line-height: 22px;
  float: left;
  width: 100%;
}
.property_listing_blog .blog_unit_content p {
  margin-bottom: 15px;
  word-wrap: break-word;
}
.property_listing_blog .blog_unit_meta {
  font-size: 13px;
}
.property_listing_blog .widemeta {
  float: left;
  width: 100%;
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}
.property_listing_blog .widemeta i {
  font-size: 13px;
  margin-right: 5px;
}
.property_listing_blog .widemeta a.read_more {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.blog2v .property_listing_blog {
  overflow: hidden;
  width: 100%;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.blog2v .property_listing_blog h4, .blog2v .property_listing_blog .h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
.blog2v .property_listing_blog .blog_unit_meta {
  margin-bottom: 10px;
  width: 100%;
  padding: 0px 20px;
}
.blog2v .property_listing_blog .blog_unit_meta a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.blog2v .property_listing_blog .read_more {
  color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog2v .property_listing_blog .read_more:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.blog_unit_title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog_unit_image img,
.property_listing.places_listing img {
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.blog3v {
  min-height: 400px;
}
.blog3v .featured_gradient {
  background-image: linear-gradient(to right top, rgba(0, 0, 0, 0.75), rgba(95, 70, 70, 0));
  opacity: 0.5;
}
.blog3v .blog_unit_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.blog3v:hover .blog_unit_image {
  opacity: 0.9;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod="auto expand");
}
.blog3v .property_listing_blog {
  position: relative;
  height: 100%;
  border: var(--wp-estate-unit-border-size-option, --wp_estate_unit_border_size) solid var(--wp-estate-unit-border-color-option, --wp-estate-unit-border-color);
  font-size: 13px;
  background-color: var(--wp-estate-property-unit-color-option, var(--wp_estate_property_unit_color));
  max-width: 525px;
  transition: 0.3s ease-out;
  float: left;
  padding-top: var(--wp-estate-propertyunit-internal-padding-top-option, var(--wp_estate_propertyunit_internal_padding_top));
  padding-left: var(--wp-estate-propertyunit-internal-padding-left-option, var(--wp_estate_propertyunit_internal_padding_left));
  padding-bottom: var(--wp-estate-propertyunit-internal-padding-bottom-option, var(--wp_estate_propertyunit_internal_padding_bottom));
  padding-right: var(--wp-estate-propertyunit-internal-padding-right-option, var(--wp_estate_propertyunit_internal_padding_right));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 100%;
  cursor: pointer;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.blog3v .property_listing_blog .blog_unit_content_v3 {
  margin-bottom: 5px;
  width: 100%;
  z-index: 2;
}
.blog3v .property_listing_blog .blog_unit_content_v3 .blog_unit_meta {
  color: #fff;
  padding: 0px 20px;
}
.blog3v .property_listing_blog .blog_unit_content_v3 h4, .blog3v .property_listing_blog .blog_unit_content_v3 .h4 {
  font-size: 20px;
}
.blog3v .property_listing_blog .blog_unit_content_v3 h4 a, .blog3v .property_listing_blog .blog_unit_content_v3 .h4 a {
  color: #fff;
}
.blog3v .property_listing_blog .blog_unit_content_v3 .read_more {
  color: #fff;
  padding: 0px 20px 10px 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.elementor-widget-container .blog4v .property_listing_blog,
.blog4v .property_listing_blog {
  box-shadow: none;
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
.elementor-widget-container .blog4v .property_listing_blog .blog_unit_image,
.blog4v .property_listing_blog .blog_unit_image {
  margin: 0px;
  border-radius: 10px;
}
.elementor-widget-container .blog4v .property_listing_blog h4,
.blog4v .property_listing_blog h4,
.blog4v .property_listing_blog .h4 {
  font-size: 16px;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.3em;
  padding: 0px 0px;
  margin-top: 15px;
}
.elementor-widget-container .blog4v .property_listing_blog .listing_details.the_grid_view,
.blog4v .property_listing_blog .listing_details.the_grid_view {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 13px;
}

.related_posts {
  margin: 15px -15px 30px -15px;
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.related_posts .blog_unit {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0px;
}

/** MILLDONE
 * WPResidence Blog Page Styling
 * scss\blog_page\_blog_page.scss
 * This SCSS file defines the styles for blog pages and related elements
 * in the WPResidence theme. It covers various aspects of blog post presentation,
 * including single blog posts, galleries, and carousels.
 *
 *
 * Note: This file is crucial for maintaining consistent styling across blog-related pages.
 */
/* Single Blog Post Container
   This is the main wrapper for single blog post content. */
.single-content.single-blog {
  margin-bottom: 30px;
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

/* Gallery Styling
   Applies to galleries within blog posts and widgets. */
.gallery img {
  border: 3px solid #f0f0f0 !important;
}

.widget_media_gallery .gallery img {
  width: 100%;
  height: auto;
}

/* Blog Post Carousel
   Styles for the main blog post carousel. */
#wpresidence-blog-post-carousel-bootstrap {
  margin-bottom: 30px;
  overflow: hidden;
  background: #222;
}

/* Video Embedding
   Ensures proper sizing for embedded videos in various contexts. */
.wpestate_slider_enable_video_wrapper iframe,
.wpestate_property_slider_v3 iframe,
.post-carusel iframe {
  width: 100%;
  min-height: 443px;
}

/* Elementor-specific Adjustments
   These styles ensure proper rendering within Elementor widgets. */
.elementor-widget .post-carusel {
  margin-bottom: 0;
}
.elementor-widget-container .post-carusel .item img {
  max-height: 100%;
}

.wp-block-list .carousel-item a,
.single-blog .carousel-item a {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.wp-block-list ul,
.single-blog ul {
  list-style-type: square;
  margin: 0px 0px 25px 25px;
}
.wp-block-list ol,
.single-blog ol {
  list-style-type: decimal;
  margin: 0px 0px 25px 25px;
}

/* MILLDONE
 * Comments Styling
 * 
 * This SCSS file defines the styles for the comments section of a WpEesidence theme.
 *
 * The structure includes styles for:
 * - Overall comments container
 * - Comment lists and individual comments
 * - Author images
 * - Comment meta information 
 * - Comment content
 * - Reply links 
 * - Comment form
 *
 * NOTE: This styling assumes the use of nested comments (threaded comments).
 */
#comments {
  font-size: 13px;
  line-height: 22px;
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
}
#comments li {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
}
#comments li:last-child {
  border: 0px;
}
#comments .commentlist {
  list-style: none;
  margin: 0px;
}
#comments .commentlist .comment {
  min-height: 115px;
}
#comments .commentlist .comment .blog_author_image {
  width: 55px;
  height: 55px;
  display: inline;
  float: left;
  margin: 0px 15px 15px 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
#comments .commentlist .comment .blog_author_image .comment-reply-link {
  margin-top: 67px;
  float: left;
  background-color: #222;
  color: #ffffff;
  padding: 0px;
  text-align: center;
  font-size: 13px;
  width: 55px;
}
#comments .commentlist .comment .blog_author_image .comment-reply-link:hover {
  text-decoration: none;
  background-color: #687373;
}
#comments .commentlist .comment .comment .edit-link {
  margin-left: 5px;
  float: right;
}
#comments .commentlist .comment .comment .comment-meta .comment-author .comment_name {
  font-size: 16px;
  color: #222;
  line-height: 1.3em;
}
#comments .commentlist .comment .comment .comment-meta .comment-author .comment_name a {
  font-size: 16px;
  color: #222;
  line-height: 1.3em;
}
#comments .commentlist .comment .comment .comment-meta .comment-author .comment_date {
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
  font-size: 12px;
}
#comments .commentlist .comment .comment .comment-content {
  padding-left: 65px;
}
#comments .commentlist .comment .comment .comment-content p {
  padding-top: 5px;
}
#comments .commentlist .children {
  padding: 17px 0px 0px 37px;
  margin-left: 0px;
  padding-left: 67px;
}

.comment-form-comment label {
  display: none;
}

.comment-respond {
  float: left;
  width: 100%;
}
.comment-respond .comment-form-url,
.comment-respond .comment-form-email,
.comment-respond .comment-form-author {
  width: 32%;
  margin-right: 13px;
  float: left;
}
.comment-respond .comment-form-url {
  margin-right: 0px;
}
.comment-respond #comment {
  padding-left: 10px;
}

.form-allowed-tags {
  white-space: normal;
}

.comment-notes {
  margin-bottom: 5px;
}

/* Integrated wp-comment-cookies-consent styles */
.comment-form-cookies-consent {
  margin-bottom: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.comment-form-cookies-consent label {
  line-height: 15px;
  vertical-align: top;
  font-weight: normal;
}

h3#reply-title, #reply-title.h3 {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.dropdown {
  cursor: pointer;
}

.form-control {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1 ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.form-control::-moz-placeholder, .form-control input::-moz-placeholder {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
.form-control::placeholder,
.form-control input::placeholder {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
.form-control:focus, .form-control.open {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  border: 1px solid #e7e7e7;
  box-shadow: none;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  line-height: 1.4;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.form-select:focus {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
  box-shadow: none;
}
.form-select option {
  background-color: #fff;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.form-select option:hover {
  background-color: #fff;
  color: #222;
}

input.form-control::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
input.form-control:-moz-placeholder { /* Firefox 18- */
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}
input.form-control::placeholder { /* Standard syntax for modern browsers */
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  opacity: 1;
}

.wpresidence_dropdown {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1 ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  margin-bottom: 0px;
  width: 100%;
}
.wpresidence_dropdown .dropdown-toggle {
  width: 100%;
  padding: 10px 15px;
  text-transform: none;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  text-align: left;
}
.wpresidence_dropdown .dropdown-toggle:active {
  border: 1px solid #e7e7e7;
  box-shadow: none !important;
}
.wpresidence_dropdown .dropdown-toggle::after {
  border: none;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 13px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  right: 10px;
  font-weight: 600;
}
.wpresidence_dropdown .dropdown-toggle.show {
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}
.wpresidence_dropdown .dropdown-menu {
  font-size: 13px;
  padding: 5px 0 0px 0px;
  width: 100%;
  min-width: 200px;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  max-height: 225px;
  overflow-y: scroll;
  border-color: #e7e7e7;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.wpresidence_dropdown .dropdown-menu li {
  padding: 10px 15px;
  line-height: 1.4em;
  margin-bottom: 0px;
}
.wpresidence_dropdown .dropdown-menu li:hover {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
}

.wpresidence_dropdown.open .dropdown-toggle {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  border: 1px solid #e7e7e7;
}

.wpresidence_dropdown.wpresidence_filters_dropdown {
  width: auto;
}
.wpresidence_dropdown.wpresidence_filters_dropdown .dropdown-toggle {
  width: auto;
  padding: 10px 30px 10px 5px;
  border: 0px;
}
.wpresidence_dropdown.wpresidence_filters_dropdown .dropdown-toggle.show {
  background-color: #ffffff;
}
.wpresidence_dropdown.wpresidence_filters_dropdown .btn:not(:disabled):not(.disabled):active:focus,
.wpresidence_dropdown.wpresidence_filters_dropdown .btn:not(:disabled):not(.disabled).active:focus {
  background-color: #ffffff;
  border: 0px;
}

.directory_sidebar_wrapper .wpresidence_dropdown.wpresidence_filters_dropdown {
  width: 100%;
}
.directory_sidebar_wrapper .wpresidence_dropdown.wpresidence_filters_dropdown .dropdown-toggle {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e7e7e7;
}

.wpestatemultiselectselectpicker {
  display: none;
}

.wpestatemultiselect {
  margin-bottom: 10px;
}
.wpestatemultiselect .dropdown-menu {
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 13px;
}
.wpestatemultiselect .dropdown-menu.open {
  min-width: 185px;
  min-height: 100px !important;
}
.wpestatemultiselect .dropdown-menu li:hover {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
}
.wpestatemultiselect .dropdown-menu li > a:focus, .wpestatemultiselect .dropdown-menu li > a:hover {
  background-color: transparent;
  background-image: none;
}
.wpestatemultiselect .dropdown-menu .bs-actionsbox button {
  padding: 0.25rem 0;
  border-color: #e7e7e7;
  background: #ffffff;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 13px;
  line-height: 1.6;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  text-transform: none;
}
.wpestatemultiselect .dropdown-menu .bs-actionsbox button:hover {
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  text-transform: none;
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  border-color: #e7e7e7;
}
.wpestatemultiselect .dropdown-menu .check-mark {
  top: 10px !important;
}
.wpestatemultiselect .dropdown-menu .check-mark:before {
  content: "\f058";
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 800;
}
.wpestatemultiselect .dropdown-menu .check-mark:after {
  display: none;
}
.wpestatemultiselect .dropdown-toggle::after {
  border: none;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 13px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  right: 10px;
  font-weight: 600;
}

.dropdown-item {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  background-color: #ffffff;
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
}

.wpestatemultiselect .dropdown-menu.show .inner.show::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar {
  width: 15px;
  margin: 0px 0px;
  padding: 0px !important;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.wpestatemultiselect .dropdown-menu.show .inner.show::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #c8ceda;
  border-left: 7px solid #f1f1f1;
  border-right: 7px solid #f1f1f1;
  border-top: 10px solid #f1f1f1;
  border-bottom: 10px solid #f1f1f1;
  height: 90px;
}

.wpestatemultiselect .dropdown-menu.show .inner.show::-webkit-scrollbar-track,
.dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #f1f1f1;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.search_wr_10 .dropdown-menu,
.search_wr_11 .dropdown-menu {
  min-width: 160px;
}

input[type=checkbox] {
  position: relative;
  outline: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  margin-bottom: 0px;
  margin-right: 5px;
  vertical-align: top;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  color: #565a5c;
  box-sizing: border-box;
  padding: 0;
  margin-top: 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

input[type=checkbox]:checked:before {
  content: "\f00c";
  position: absolute;
  height: 100%;
  width: 100%;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown.bootstrap-select.show-tick li {
  line-height: 1.4em;
  margin-bottom: 0px;
}

.dropdown.bootstrap-select.show-tick li a {
  padding: 10px 15px;
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.filter_menu,
.ui-autocomplete.ui-widget-content {
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

:root {
  --scrollbar-width: calc(100vw - 100%);
}

.master_header_sticky .header_wrapper {
  background-color: var(--wp-estate-header-color-option, var(--wp-estate-header-color));
}
.master_header_sticky .header_wrapper .wpresidence-navigation-menu .menu-main-menu-container ul > li,
.master_header_sticky .header_wrapper .wpresidence-navigation-menu .menu-mega-menu-updated-container ul > li {
  line-height: var(--wp-estate-sticky-header-height-option, var(--wp-estate-sticky-header-height));
}
.master_header_sticky .header_wrapper .wpresidence-navigation-menu ul li:hover > ul {
  top: var(--wp-estate-sticky-header-height-option, var(--wp-estate-sticky-header-height));
}
.master_header_sticky .header_wrapper .wpresidence-navigation-menu ul ul li:hover > ul {
  top: 0px;
}
.master_header_sticky .header_wrapper .wpresidence-navigation-menu ul ul ul {
  top: 30px;
}
.master_header_sticky .header_wrapper .wpresidence-navigation-menu .hover_type_3 ul.menu > li:hover > a {
  color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}
.master_header_sticky .header_wrapper .wpresidence-navigation-menu .hover_type_4 ul.menu > li > a:hover {
  color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}
.master_header_sticky .header_wrapper .navicon,
.master_header_sticky .header_wrapper .navicon:before,
.master_header_sticky .header_wrapper .navicon:after {
  background: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky .header_wrapper .header_phone a {
  color: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky .header_wrapper .header_phone a:hover {
  color: var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
}
.master_header_sticky .header_wrapper .header_phone svg {
  fill: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky .header_wrapper .header_phone svg:hover {
  fill: var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
}
.master_header_sticky .header_wrapper .submit_action svg {
  fill: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky .header_wrapper .submit_action svg:hover {
  fill: var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
}

.master_header_sticky .header_wrapper .wpresidence-navigation-menu .menu-mega-menu-updated-container ul > li.no-megamenu ul li:hover > ul {
  top: -25px;
}

.wpresidence-navigation-menu {
  width: auto;
  position: static;
  font-family: var(--wp-estate-menu-font-family-option, var(--wp-estate-menu-font-family));
  font-weight: var(--wp-estate-menu-font-weight-option, var(--wp-estate-menu-font-weight));
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul,
.wpresidence-navigation-menu .menu-main-menu-container ul,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li,
.wpresidence-navigation-menu .menu-main-menu-container ul li,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  line-height: var(--wp-estate-header-height-option, var(--wp-estate-header-height));
  font-size: var(--wp-estate-top-menu-font-size-option, var(--wp-estate-top-menu-font-size));
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li a,
.wpresidence-navigation-menu .menu-main-menu-container ul li a,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li a {
  display: block;
  text-decoration: none;
  font-size: var(--wp-estate-top-menu-font-size-option, var(--wp-estate-top-menu-font-size));
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  color: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li:hover > ul,
.wpresidence-navigation-menu .menu-main-menu-container ul li:hover > ul,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li:hover > ul {
  top: var(--wp-estate-header-height-option, var(--wp-estate-header-height));
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  border: var(--wpestate-border-size-for-menu-border-color) solid var(--wp-estate-menu-border-color-option, var(--wp-estate-menu-border-color));
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li:hover > a, .wpresidence-navigation-menu .menu-header-6-secondary-container ul li:hover > a:active, .wpresidence-navigation-menu .menu-header-6-secondary-container ul li:hover > a:focus,
.wpresidence-navigation-menu .menu-main-menu-container ul li:hover > a,
.wpresidence-navigation-menu .menu-main-menu-container ul li:hover > a:active,
.wpresidence-navigation-menu .menu-main-menu-container ul li:hover > a:focus,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li:hover > a,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li:hover > a:active,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li:hover > a:focus {
  color: var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li:hover a,
.wpresidence-navigation-menu .menu-main-menu-container ul li:hover a,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li:hover a {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul {
  float: left;
  margin: 0;
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  top: 100px;
  padding: 25px 0px;
  width: 285px;
  background-color: var(--wp-estate-menu-item-back-color-option, var(--wp-estate-menu-item-back-color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  line-height: 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  z-index: 9;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul ul:before,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul ul:before,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul ul:before {
  content: "";
  display: none;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul > li,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul > li,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul > li {
  border-bottom: 1px solid var(--wp-estate-menu-border-color-option, var(--wp-estate-menu-border-color));
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li {
  width: 100%;
  padding: 0px 30px;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li a,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li a,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li a {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
  -ms-transform: matrix(1, 0, 0, 1, 0, 20);
  transform: matrix(1, 0, 0, 1, 0, 20);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  color: var(--wp-estate-menu-items-color-option, var(--wp-estate-menu-items-color));
  font-size: var(--wp-estate-menu-item-font-size-option, var(--wp-estate-menu-item-font-size));
  font-weight: 500;
  height: auto;
  line-height: 1.4em;
  padding: 12px 13px 13px 13px;
  text-transform: none;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li:hover,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li:hover,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li:hover {
  color: var(--wp-estate-menu-hover-font-color-option, var(--wp-estate-menu-hover-font-color));
  background-color: var(--wp-estate-menu-hover-back-color-option, var(--wp-estate-menu-hover-back-color));
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li:hover > a, .wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li:hover > a:active, .wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li:hover > a:focus,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li:hover > a,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li:hover > a:active,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li:hover > a:focus,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li:hover > a,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li:hover > a:active,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li:hover > a:focus {
  color: var(--wp-estate-menu-hover-font-color-option, var(--wp-estate-menu-hover-font-color));
  -webkit-transform: matrix(1, 0, 0, 1, 10, 0);
  -ms-transform: matrix(1, 0, 0, 1, 10, 0);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li:hover > ul,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li:hover > ul,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li:hover > ul {
  top: -25px;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li:last-child > a,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li:last-child > a,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li:last-child > a {
  border-bottom: none;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li ul,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li ul,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li ul {
  left: 100%;
  top: 30px;
  margin-left: 0px;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li ul li ul,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li ul li ul,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li ul li ul {
  display: none;
}

.wpresidence-navigation-menu ul li.current-menu-parent > a[class*=menu],
.wpresidence-navigation-menu ul li.current-menu-item > a[class*=menu],
.wpresidence-navigation-menu ul li.current-menu-ancestor > a[class*=menu] {
  color: var(--wp-estate-active-menu-font-color-option, var(--wp-estate-active-menu-font-color));
}

.sub-menu .menu-item-has-children > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 700;
}

.wpresidence-navigation-menu .menu-mega-menu-updated-container ul {
  /*
              li.with-megamenu:hover > ul.sub-menu li:nth-of-type(2) {
                  transition-delay: 0.4s;
              }

              li.with-megamenu:hover > ul.sub-menu li:nth-of-type(3) {
                  transition-delay: 0.55s;
              }

              li.with-megamenu:hover > ul.sub-menu li:nth-of-type(4) {
                  transition-delay: 0.7s;
              }

              li.with-megamenu:hover > ul.sub-menu li:nth-of-type(5) {
                  transition-delay: 0.85s;
              }

              li.with-megamenu:hover > ul.sub-menu li:nth-of-type(6) {
                  transition-delay: 0.9s;
              }
  */
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu {
  position: static;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu > ul {
  top: var(--wp-estate-header-height-option, var(--wp-estate-header-height));
  width: 100vw;
  display: flex;
  justify-content: center;
  position: absolute;
  width: calc(100vw - 17px);
  padding: 25px 15vw;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu > ul li {
  border: none;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu > ul li ul {
  visibility: visible;
  opacity: 1;
  left: 0px;
  padding-top: 0px;
  margin-left: 1px;
  position: relative;
  left: 0px;
  margin: 0px;
  top: 0px;
  width: 100%;
  border: none !important;
  box-shadow: none;
  background: transparent;
  padding: 0px;
  border: 1px solid var(--wp-estate-menu-border-color-option, var(--wp-estate-menu-border-color));
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu:hover > ul.sub-menu li {
  opacity: 1;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li {
  color: var(--wp-estate-menu-items-color-option, var(--wp-estate-menu-items-color));
  font-size: 14px;
  height: auto;
  line-height: 1.4em;
  padding: 7px 15px;
  text-transform: none;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li a {
  padding: 5px;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li.wpestate_megamenu_column ul li {
  padding: 7px 0px;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li.wpestate_megamenu_column ul li:hover {
  background-color: transparent;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li.wpestate_megamenu_column ul li:hover a {
  color: var(--wp-estate-menu-hover-back-color-option, var(--wp-estate-menu-hover-back-color));
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li.wpestate_megamenu_column:hover {
  background: transparent !important;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li > ul.sub-menu li {
  transition-delay: 0s !important;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul > .with-megamenu:hover ul ul {
  visibility: visible;
  opacity: 1;
}

.header_type2 .wpresidence-navigation-menu {
  position: relative;
}
.header_type2 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu > ul,
.header_type2 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu:hover > ul {
  margin-left: -3rem !important;
}

.master_header_sticky .header_type2 .wpresidence-navigation-menu {
  position: static;
}
.master_header_sticky .header_type2 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu > ul,
.master_header_sticky .header_type2 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu:hover > ul {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li .megamenu-title a,
.megamenu-title a {
  text-transform: uppercase;
  font-weight: 600;
  margin: 5px 0px;
  pointer-events: none;
  padding-top: 0;
  color: var(--wp-estate-menu-items-color-option, var(--wp-estate-menu-items-color));
  font-size: var(--wp-estate-menu-item-font-size-option, var(--wp-estate-menu-item-font-size));
}

.mega_menu_border {
  border-right: 1px solid #f0f0f0;
}

.wpresidence-navigation-menu .with-megamenu i {
  margin-right: 9px;
  height: 100%;
  line-height: 1.3em;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  color: #9eb5d6;
}

.menu_label {
  background: #e9b97b;
  display: inline-block;
  margin-left: 5px;
  font-size: 9px;
  color: #fff;
  padding: 0px 5px;
  line-height: 12px;
  height: 12px;
  vertical-align: text-top;
  font-weight: 400;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  transform: translate(0px, -3px);
}

.is_boxed .wpestate_megamenu_class:before {
  display: none;
}

.master_header_sticky .wpresidence-navigation-menu ul.menu > li > a {
  color: var(--wp-estate-sticky-menu-font-color-option, var(--wp-estate-sticky-menu-font-color));
}
.master_header_sticky .wpresidence-navigation-menu ul.menu > li > a:hover {
  color: var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
}

.hover_type_1 .wpresidence-navigation-menu a,
.hover_type_2 .wpresidence-navigation-menu a,
.hover_type_2.wpresidence-navigation-menu a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_transparent .hover_type_2.wpresidence-navigation-menu .menu > li:hover > a:before .header_transparent .hover_type_2 .wpresidence-navigation-menu .menu > li:hover > a:before {
  border-top: 3px solid var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
}

.hover_type_2.wpresidence-navigation-menu .menu > li:hover > a:before,
.hover_type_2 .wpresidence-navigation-menu .menu > li:hover > a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  border-top: 3px solid var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
  width: 100%;
}

.wpresidence-navigation-menu .hover_type_3 .menu-mega-menu-updated-container ul li:hover > a, .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li:hover > a:active,
.master_header_sticky .hover_type_3 .wpresidence-navigation-menu ul li.current-menu-ancestor > a[class*=menu]:hover,
.master_header_sticky .hover_type_3 .wpresidence-navigation-menu ul li.current-menu-parent > a[class*=menu]:hover,
.master_header_sticky .hover_type_3 .wpresidence-navigation-menu ul.menu > li > a:hover,
.header_transparent .hover_type_3 .wpresidence-navigation-menu .menu > li:hover > a {
  color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}

.hover_type_3 .wpresidence-navigation-menu .menu > li:hover > a {
  background: var(--wp-estate-top-menu-hover-back-font-color-option, var(--wp-estate-top-menu-hover-back-font-color));
  color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
  display: inline;
  padding: 7px 15px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.hover_type_3.wpresidence-navigation-menu .menu > li:hover > a::before {
  width: 100%;
  background: var(--wp-estate-top-menu-hover-back-font-color-option, var(--wp-estate-top-menu-hover-back-font-color));
  /* z-index: 10; */
  position: absolute;
  height: 33px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  content: " ";
  z-index: -1;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.header_transparent .hover_type_4.wpresidence-navigation-menu .menu > li:hover > a,
.header_transparent .hover_type_4 .wpresidence-navigation-menu .menu > li:hover > a,
.hover_type_4.wpresidence-navigation-menu .menu > li:hover > a,
.hover_type_4 .wpresidence-navigation-menu .menu > li:hover > a {
  background: var(--wp-estate-top-menu-hover-back-font-color-option, var(--wp-estate-top-menu-hover-back-font-color));
  color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}
.header_transparent .hover_type_4.wpresidence-navigation-menu .menu > li:hover > a:focus,
.header_transparent .hover_type_4 .wpresidence-navigation-menu .menu > li:hover > a:focus,
.hover_type_4.wpresidence-navigation-menu .menu > li:hover > a:focus,
.hover_type_4 .wpresidence-navigation-menu .menu > li:hover > a:focus {
  color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}

.master_header_sticky .hover_type_4 .wpresidence-navigation-menu .menu > li:hover > a,
.master_header_sticky .hover_type_3 .wpresidence-navigation-menu ul.menu > li > a:hover,
.header_transparent.hover_type_4 .wpresidence-navigation-menu ul.menu > li > a:hover,
.header_transparent .hover_type_4 .wpresidence-navigation-menu ul.menu > li > a:hover {
  color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}

.hover_type_5 .wpresidence-navigation-menu .menu > li:hover > a {
  border-bottom: 3px solid var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline;
}

.hover_type_5.wpresidence-navigation-menu .menu > li:hover > a:before {
  width: 100%;
  background: var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
  position: absolute;
  height: 2px;
  content: " ";
  z-index: -1;
  left: 0px;
  right: 0px;
  bottom: 10px;
  margin-bottom: 10px;
}

.hover_type_6 .wpresidence-navigation-menu .menu > li {
  border: 2px solid transparent;
}
.hover_type_6 .wpresidence-navigation-menu .menu > li:hover > a {
  border: 2px solid var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
  color: var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
  display: inline;
  padding: 7px 13px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.hover_type_6.wpresidence-navigation-menu .menu > li:hover > a:before {
  border: 2px solid var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
  width: 100%;
  background: transparent;
  border-radius: 3px;
  position: absolute;
  height: 33px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  content: " ";
  z-index: -1;
}

.header_transparent .wpresidence-navigation-menu ul.menu > li > a:hover,
.header_transparent .hover_type_6 .wpresidence-navigation-menu .menu > li:hover > a {
  color: var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
}

.header_transparent .hover_type_6 .wpresidence-navigation-menu .menu > li:hover > a {
  border: 2px solid var(--wp-estate-top-menu-hover-font-color-option, var(--wp-estate-top-menu-hover-font-color));
}

.menu-item-link i {
  margin-right: 8px;
}

.wpresidence-navigation-menu .menu > li > a i {
  line-height: var(--wp-estate-header-height-option, var(--wp-estate-header-height));
}

.wpresidence-navigation-menu .with-megamenu .widget-title-sidebar {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.with-megamenu .widget li,
.with-megamenu .widget-container li {
  font-size: 14px;
  width: 100%;
  border: none;
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.with-megamenu .widget_nav_menu li:before,
.with-megamenu .widget_pages li:before,
.with-megamenu .widget_rss li:before,
.with-megamenu .widget_text li:before,
.with-megamenu .widget_recent_entries li:before {
  margin: 7px 13px 0px 0px;
}

.header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-main-menu-container ul li ul,
.header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul {
  top: 0px;
  left: 240px;
}
.header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-header-6-secondary-container ul li a,
.header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-main-menu-container ul li a,
.header_wrapper_inside_type_4 .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li a {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  /* transform: matrix(1, 0, 0, 1, 0, 0); */
}

.wpestate-hide-menu-desktop {
  display: none;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 15px 0;
  font-size: 12px;
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
  display: inline-block;
}
.breadcrumb > li {
  display: inline-block;
  word-break: break-word;
}
.breadcrumb > li + li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 600;
  padding: 0 5px;
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
}
.breadcrumb a {
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.breadcrumb a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.breadcrumb .active {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.breabcrumb_dashboard {
  display: none;
}

.breadcrumb_container {
  min-height: 30px;
  padding: 0px;
}

.home .breadcrumb_container {
  display: none;
}

.home.blog .breadcrumb_container {
  display: block;
}

.wpestate-beds-baths-popoup-component h3, .wpestate-beds-baths-popoup-component .h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.wpestate-beds-baths-popoup-component .wpestate-beds-baths-popoup-wrapper {
  padding: 25px;
  min-width: 365px;
  max-width: 100vw;
  overflow-x: auto;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.wpestate-beds-baths-popoup-component .wpestate-beds-baths-popoup-wrapper .wp_estate_baths_component_item,
.wpestate-beds-baths-popoup-component .wpestate-beds-baths-popoup-wrapper .wp_estate_beds_component_item {
  width: 52px;
  height: 35px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  line-height: 35px;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.wpestate-beds-baths-popoup-component .wpestate-beds-baths-popoup-wrapper .wp_estate_baths_component_item[data-value="1"],
.wpestate-beds-baths-popoup-component .wpestate-beds-baths-popoup-wrapper .wp_estate_beds_component_item[data-value="1"] {
  border-bottom-left-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border-top-left-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.wpestate-beds-baths-popoup-component .wpestate-beds-baths-popoup-wrapper .wp_estate_baths_component_item:last-child,
.wpestate-beds-baths-popoup-component .wpestate-beds-baths-popoup-wrapper .wp_estate_beds_component_item:last-child {
  border-top-right-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border-bottom-right-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.wpestate-beds-baths-popoup-component .wpestate-beds-baths-popoup-wrapper .wp_estate_baths_component_item:hover,
.wpestate-beds-baths-popoup-component .wpestate-beds-baths-popoup-wrapper .wp_estate_beds_component_item:hover,
.wpestate-beds-baths-popoup-component .wpestate-beds-baths-popoup-wrapper .wp_estate_component_item_selected {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  border: 1px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate-beds-baths-popoup-component .dropdown-toggle::after {
  border: none;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 13px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  right: 10px;
  font-weight: 600;
}

button.wpestate-multiselect-custom-style.dropdown-toggle.bs-placeholder.btn-light.show,
button.btn.btn-default.dropdown-toggle.wpestate-multiselect-custom-style.show {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
  box-shadow: none;
  border: 1px solid #e7e7e7;
}
button.wpestate-multiselect-custom-style.dropdown-toggle.bs-placeholder.btn-light.show .dropdown-toggle,
button.btn.btn-default.dropdown-toggle.wpestate-multiselect-custom-style.show .dropdown-toggle {
  border: 1px solid #e7e7e7;
}
button.wpestate-multiselect-custom-style.dropdown-toggle.bs-placeholder.btn-light:focus-visible,
button.btn.btn-default.dropdown-toggle.wpestate-multiselect-custom-style:focus-visible {
  outline: none; /* Removes the default outline */
}

.wpestate-price-component-popoup-done_v3,
.wpestate-price-component-popoup-reset_v3,
.wpestate-price-component-popoup-done,
.wpestate-price-component-popoup-reset,
.wpestate-beds-baths-popoup-done,
.wpestate-beds-baths-popoup-reset {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: 1px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  padding: 0px 9px;
  display: inline-block;
  cursor: pointer;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  font-size: 13px;
  line-height: 35px;
}
.wpestate-price-component-popoup-done_v3:hover,
.wpestate-price-component-popoup-reset_v3:hover,
.wpestate-price-component-popoup-done:hover,
.wpestate-price-component-popoup-reset:hover,
.wpestate-beds-baths-popoup-done:hover,
.wpestate-beds-baths-popoup-reset:hover {
  background-color: white;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: 1px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.search_wr_elementor .btn-group.wpestate-beds-baths-popoup-component.open,
.search_wr_elementor .wpestate-beds-baths-popoup-component.open > .dropdown-toggle.btn-default,
.search_wr_elementor .wpestate-multiselect-custom-style,
.search_wr_elementor .btn.wpestate-multiselect-custom-style {
  height: auto;
}

.wpestate-multiselect-custom-style,
.btn.wpestate-multiselect-custom-style {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  display: inline;
  float: left;
  padding: 0px;
  font-size: 13px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  box-shadow: none;
  padding: 10px 15px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  text-transform: none;
  text-shadow: none;
  background-image: none;
  text-align: left;
  height: 40px;
}

.wpestate-multiselect-custom-style.btn-default:focus,
.wpestate-multiselect-custom-style.btn-default:hover {
  background-color: #ffffff;
}

.bootstrap-select.wpestatemultiselect > .dropdown-toggle:after {
  margin-top: 0;
}

.bootstrap-select > .wpestate-multiselect-custom-style.dropdown-toggle.bs-placeholder,
.bootstrap-select > .wpestate-multiselect-custom-style.dropdown-toggle.bs-placeholder:hover {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.bootstrap-select .wpestate-multiselect-custom-style.dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .wpestate-multiselect-custom-style.dropdown-toggle {
  outline: none !important;
  box-shadow: none;
}

/*=Contact Form 7
---------------------------------------------*/
span.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form-control-wrap textarea {
  width: 100%;
}
.wpcf7-form-control-wrap input {
  width: 100%;
}
.wpcf7-form-control-wrap input[type=checkbox] {
  width: 15px;
}
.wpcf7-form-control-wrap textarea {
  border: 1px solid #dde4e9;
}

.wpcf7-form input[type=submit] {
  -webkit-appearance: none;
  min-width: 145px;
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: normal !important;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner)) !important;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
  border: none;
  color: #fff;
  margin-bottom: 0px !important;
  padding: 9px 26px !important;
  font-weight: 500;
}
.wpcf7-form p {
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 22px;
}

.wpcf7-mail-sent-ok,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  width: auto;
  float: left;
}

.agent_contanct_form_sidebar .wpcf7-form-control {
  width: 100%;
  border: 1px solid #dde4e9;
}
.agent_contanct_form_sidebar .wpcf7 .col-md-4 {
  width: 100%;
}

.dropdown-menu.wpestate-price-popoup-wrapper_v3,
.dropdown-menu.wpestate-price-popoup-wrapper {
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

/*=price v2 component styles
--------------------------------------------------------------------*/
.wpestate-price-popoup-wrapper {
  padding: 25px;
  min-width: 365px;
  max-width: 100vw;
  overflow-x: auto;
}
.wpestate-price-popoup-wrapper p {
  margin-bottom: 0px;
}
.wpestate-price-popoup-wrapper .wpestate_pricev2_component_adv_search_wrapper {
  display: flex;
  margin-bottom: 5px;
  gap: 5px;
}
.wpestate-price-popoup-wrapper .wpestate_pricev2_component_adv_search_wrapper .ui-slider {
  margin-bottom: 10px;
}
.wpestate-price-popoup-wrapper .wpestate_pricev2_component_adv_search_wrapper input {
  width: 154px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  border: 1px solid #e7e7e7;
  background-color: #fff;
  box-shadow: none;
  -webkit-appearance: none; /* For WebKit browsers */
  -moz-appearance: none; /* For Firefox */
  appearance: none; /* Standard property */
  font-size: 13px;
  line-height: 35px;
  padding: 0px 15px;
}
.wpestate-price-popoup-wrapper .adv_search_slider {
  margin-bottom: 50px;
  width: 100%;
}

/*=price v3 component styles
--------------------------------------------------------------------*/
.wpestate-price-popoup-wrapper_v3 {
  padding: 25px;
  min-width: 365px;
  max-width: 100vw;
  overflow-x: auto;
  overflow: visible;
}
.wpestate-price-popoup-wrapper_v3 .dropdown-menu {
  min-width: 130px;
}
.wpestate-price-popoup-wrapper_v3 .wpestate_pricev3_component_adv_search_wrapper {
  display: flex;
  gap: 10px;
}
.wpestate-price-popoup-wrapper_v3 .wpestate_pricev3_component_adv_search_wrapper .wpresidence_dropdown {
  margin-bottom: 10px;
}
.wpestate-price-popoup-wrapper_v3 .wpestate_pricev3_component_adv_search_wrapper .filter_menu li {
  padding: 10px 15px;
  line-height: 1.4em;
  margin-bottom: 0px;
  font-size: 13px;
}
.wpestate-price-popoup-wrapper_v3 .wpestate_pricev3_component_adv_search_wrapper .filter_menu li:hover {
  background-color: var(--wp_estate_adv_search_background_color-option, var(--wp_estate_adv_search_background_color));
  color: var(--wp-estate-adv-search-font-color-option, var(--wp_estate_adv_search_font_color));
}
.wpestate-price-popoup-wrapper_v3 .wpestate_pricev3_component_adv_search_wrapper .wpestate-price-component-select {
  width: 50%;
  border: 1px solid #e7e7e7;
  padding: 10px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.wpestate-price-popoup-wrapper_v3 .wpestate_pricev3_component_adv_search_wrapper .wpestate-price-component-select option {
  padding: 10px;
}

.elementor-widget-WpResidence_Search_Form_Builder .wpestate-price-popoup-wrapper .adv_search_slider {
  margin-bottom: 15px;
}

.adv_search_slider {
  height: 40px;
}
.adv_search_slider p:not(.elementor-widget-container p) {
  margin-bottom: 5px;
  line-height: 1em;
}
.adv_search_slider label {
  font-weight: normal;
  margin-bottom: 5px;
  padding-top: 4px;
}
.adv_search_slider .ui-slider {
  margin: 0 10px;
  height: 4px;
}
.adv_search_slider .ui-slider.ui-widget-content {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background: #efefef;
  background-image: none;
  border: 0px solid #efefef;
}
.adv_search_slider .ui-slider-handle.ui-state-default {
  margin-top: -2px;
  width: 18px;
  height: 18px;
  background-image: none;
  background-color: #fff;
}

.page-template-front_property_submit .adv_search_slider .ui-slider {
  margin-top: 10px;
}

.wpresidence_slider_price {
  border: 0;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-weight: 500;
  font-size: 13px;
}

/*=search slider
===================================================*/
#advanced_search_shortcode .wpestate-price-component-popoup-done_v3,
#advanced_search_shortcode .wpestate-price-component-popoup-reset_v3,
#advanced_search_shortcode .wpestate-price-component-popoup-done,
#advanced_search_shortcode .wpestate-price-component-popoup-reset,
#advanced_search_shortcode .wpestate-beds-baths-popoup-done,
#advanced_search_shortcode .wpestate-beds-baths-popoup-reset,
#advanced_search_shortcode .wpestate_pricev2_component_adv_search_wrapper input {
  line-height: 1em;
}

.slide_mobile {
  width: 100%;
}

.geolocation_search_radius_wrapper,
.wpestate_slider_radius_search {
  width: 100%;
}

.wpestate_slider_radius_search.ui-slider-horizontal {
  margin-left: 0px;
  margin-top: 0px;
  height: 4px;
}

.adv_search_geo_radius_wrapper {
  margin-bottom: 5px;
}

.elementor-field-group .wpestate_slider_radius_search.ui-slider-horizontal {
  margin-bottom: 0px;
}

.wpestate_slider_radius_search .ui-slider-handle.ui-corner-all.ui-state-default,
.wpestate_slider_radius_search .ui-slider-handle {
  margin-top: -2px;
  width: 18px;
  height: 18px;
  background-image: none;
  background-color: #fff;
}

.ui-widget-header {
  border: 1px solid #e7e7e7;
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}

.ui-slider .ui-slider-handle .ui-state-focus,
.ui-slider .ui-slider-handle .ui-state-hover,
.ui-slider .ui-slider-handle {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border: 1px solid #e7e7e7 !important;
  background-color: #ffffff !important;
}

.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #e7e7e7 !important;
  background-color: #ffffff !important;
  background-image: none !important;
  font-weight: 500;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color)) !important;
}

.ui-autocomplete.ui-widget-content {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background: #fff;
  background-image: none;
  border: 1px solid #e7e7e7;
  padding: 0px;
}

/*price slider*/
.wpestate_slider_radius_search.ui-widget-content {
  max-width: 100%;
}

.adv_search_widget {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.adv_search_sh {
  display: inline-block;
  width: 48%;
}

.adv_search_sh p {
  margin-bottom: 0px;
  margin-top: -10px;
  float: left;
}

#primary #slider_price_widget {
  margin-top: 0px;
}

#slider_price_mobile {
  height: 4px;
}

#slider_price_sh {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 7px;
  height: 4px;
}

#amount_sh {
  height: 32px;
  margin-bottom: 0px !important;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}

#amount_mobile {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}

.nav-next-wrapper, .nav-prev-wrapper {
  position: fixed;
  height: 110px;
  top: 50%;
  width: 250px;
  margin-top: -55px;
  z-index: 200;
  cursor: pointer;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding: 0 15px;
  display: table;
  background: #fff;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.045);
}

.navigational_links a, .navigational_links a:hover {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  text-decoration: none;
  word-wrap: break-word;
  font-size: 14px;
}

.nav-prev-wrapper {
  left: -210px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-prev-wrapper:hover {
  left: 0;
}
.nav-prev-wrapper i {
  position: absolute;
  right: 16px;
}

.nav-next-wrapper {
  right: -210px;
  margin-left: -40px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-next-wrapper:hover {
  right: 0;
}
.nav-next-wrapper i {
  position: absolute;
  left: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-next-wrapper i,
.nav-prev-wrapper i {
  display: inline;
  float: left;
  font-size: 20px;
  line-height: 22px;
  top: 50%;
  margin-top: -11px;
}

.nav-prev,
.nav-next {
  display: table-cell;
  vertical-align: middle;
}

.nav-prev {
  text-align: right;
}
.nav-prev a {
  display: block;
  padding-right: 25px;
  line-height: 20px;
  max-width: 250px;
  float: right;
  text-align: right;
  font-weight: 500;
}

.nav-next a {
  margin-left: 24px;
  line-height: 20px;
  padding-left: 1px;
  display: inline;
  float: left;
  max-width: 250px;
  font-weight: 500;
}

#comment-nav-below .nav-previous a,
#comment-nav-below .nav-next a {
  margin-left: 0;
  margin-bottom: 15px;
}

/**
 * WpResidence Theme - Infobox Styles
 *
 * This file contains styles for infoboxes used in Google Maps and Leaflet maps
 * within the WpResidence WordPress theme.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies: 
 * - WpResidence core styles
 * - Google Maps API or Leaflet library
 *
 * Usage: Include this file in your theme's stylesheet compilation process
 */
.leaflet-popup-content .info_details.openstreet_map_price_infobox {
  margin-top: -110px;
}
.leaflet-popup-content .info_details.price_infobox {
  margin-top: -80px;
}

.info_details {
  margin: 0;
  padding: 0;
  width: 350px;
  position: absolute;
  background: #ffffff;
  margin-left: -90px;
  margin-top: -140px;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.18);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.18);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.18);
}
.info_details img {
  float: left;
  width: 90px;
}
.info_details.price_infobox {
  margin-top: -130px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.info_details.price_infobox:after {
  display: none;
}
.info_details.openstreet_map_price_infobox:after {
  display: none;
}

.infobox_title {
  float: left;
  width: 245px;
  margin-bottom: 5px;
  height: auto;
}
.infobox_title a {
  text-decoration: none;
  font-size: 14px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  padding: 0 0 0 10px;
  margin-top: 10px;
  float: left;
  font-weight: 500;
  line-height: 1.2em;
  font-family: Roboto;
}
.infobox_title a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  text-decoration: none;
}

.prop_pricex {
  font-size: 14px !important;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  box-sizing: border-box;
  font-weight: 500;
  float: left;
  display: inline-block;
  padding: 0 0 0 10px;
  font-family: Roboto;
}

.infocur {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 14px;
  margin-left: 5px;
}
.infocur.infocur_first {
  margin-left: 0;
  margin-right: 5px;
}
.infocur.infocur_first:empty {
  margin-right: 0;
}

.infobox_details {
  float: left;
  padding-left: 0;
  margin-top: 5px;
  display: inline-block;
  width: 70%;
  font-family: Roboto;
}

#infobath,
#inforoom,
#infosize {
  font-size: 13px;
  margin-left: 10px;
}

#infosize {
  padding-left: 0;
}

#infocloser::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(34, 34, 34, 0.8117647059);
  font-size: 13px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 999999;
  cursor: pointer;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: transparent !important;
  box-shadow: none !important;
}

.leaflet-popup-close-button {
  display: none;
}

.contact_info_details {
  height: 140px;
  margin-top: 0;
  margin-left: 0;
  left: -109px;
}
.contact_info_details:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-top-color: #c2cbd9;
  border-width: 15px;
  left: 50%;
  margin-left: -15px;
}
.contact_info_details h2, .contact_info_details .h2 {
  font-size: 25px;
  font-weight: 500;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  background-color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.leaflet_contact.contact_info_details {
  left: -157px;
  top: -124px;
}

.info_idx {
  height: 236px !important;
  margin-top: -306px !important;
  margin: 0;
  padding: 0;
  width: 300px;
  max-width: 480px;
  position: absolute;
  background: #ffffff;
  box-shadow: 3px 5px 13px 0px rgba(29, 29, 29, 0.05);
  margin-left: -90px;
  border-bottom: 3px solid #8593a9;
}
.info_idx img {
  width: 300px;
  height: auto;
}

.idx-price {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.leaflet-popup-content a {
  color: #222 !important;
}

.prop_detailsx {
  width: 100%;
  float: left;
  display: inline;
  font-size: 14px !important;
  padding: 0 0 0 14px;
  text-transform: lowercase;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 0;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.leaflet_cluster {
  width: 72px;
  height: 75px;
  font-size: 15px;
  background-image: url(css-images/cloud.png);
  top: -36px;
  left: -36px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 75px;
}

.leaflet-popup .wpestate_marker {
  position: absolute;
  top: 8px;
  left: -3px;
  transform: none;
}

.leaflet-control-zoom {
  display: none;
}

.wpresidence_leaflet_label {
  background: #fff;
  float: left;
  width: 100px;
  text-align: center;
  margin-left: -50px;
}

.leaflet_submit_map_wrapper {
  z-index: 0;
}

.submit_leaflet_admin {
  background-color: #fff;
  padding: 5px;
  min-width: 255px;
}

/*=POI
--------------------------------------------------------------------------------------*/
.google_map_poi_marker {
  position: absolute;
  top: 78px;
}

.wpestate_property_media_section_wrapper .google_map_poi_marker {
  top: 129px;
  z-index: 99;
  left: 15px;
}

.wpestate_property_media_section_wrapper #gmapzoomminus.smallslidecontrol,
.wpestate_property_media_section_wrapper #gmapzoomplus.smallslidecontrol {
  display: flex;
  align-items: center;
  padding: 0;
}

.wpestate_property_carousel .google_map_poi_marker {
  top: 125px;
  z-index: 99;
  left: 15px;
  display: none;
}

.google_map_shortcode_wrapper .google_map_poi_marker {
  top: 111px;
  z-index: 99;
  z-index: 1;
  left: 15px;
}

.google_poish,
#google_poi_clear,
.google_poi {
  position: relative;
  background-color: #fff;
  color: #8f9eb6;
  cursor: pointer;
  margin-bottom: 2px;
  font-size: 12px;
  pointer-events: auto;
  padding: 6px;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.google_poishhover,
#google_poi_clearhover,
.google_poihover {
  opacity: 0.9;
}

.google_poish.poi_active,
.google_poi.poi_active {
  border: 1px solid #ebba7c;
}

.google_poish img,
.google_poi img {
  vertical-align: baseline;
}

.estate_poi_box {
  background: #ffffff;
  box-shadow: 3px 5px 13px 0px rgba(29, 29, 29, 0.05);
  padding: 5px 5px;
  font-size: 11px !important;
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
  min-width: 130px;
  text-align: center;
}

.google_poi .tooltip {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: initial;
}

.listing_filters_head_directory,
.adv_listing_filters_head,
.listing_filters_head,
.listing_filters {
  margin-bottom: 30px;
  width: 100%;
  background: #fff;
  padding: 7px 15px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border: 1px solid #f1f8ff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  z-index: 10;
}

.listing_filter_views {
  border: none;
  cursor: pointer;
  margin-left: 10px;
}

.wpestate_list_grid_filter_wiew_wrapper {
  display: flex;
  margin-left: auto;
}
.wpestate_list_grid_filter_wiew_wrapper .list_filter_wiew {
  margin-left: 10px;
}

#grid_view,
#list_view {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 18px;
}

#grid_view:hover,
#list_view:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.icon_selected {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}

#listing_ajax_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 100%;
}

#listing_ajax_container_agent.estate_developer,
#listing_ajax_container_agent.estate_agency {
  margin: 0px;
}

.container_agent {
  float: left;
  margin-bottom: 30px;
}

.container_agent .wpestate_agent_details_wrapper,
.container_agent .agent_content,
.container_agent .agent_contanct_form {
  box-shadow: none;
}

.panel-body .google_map_shortcode_wrapper {
  box-shadow: none;
}

.nothing {
  padding-left: 15px;
}

.featured_div {
  max-width: 85px;
  float: left;
  background-color: color-mix(in srgb, var(--wp-estate-second-color-option, var(--wp-estate-second-color)) 85%, transparent);
  color: #fff;
  position: relative;
  font-size: 11px;
  padding: 0px 10px;
  line-height: 20px;
  background-image: none !important;
  margin-bottom: 4px;
  top: 20px;
}

.listing_wrapper.col-md-12 .places_listing .property_location {
  margin-left: 20px;
}

.listing_wrapper.col-md-12 .property_listing.places_listing h4, .listing_wrapper.col-md-12 .property_listing.places_listing .h4 {
  padding-left: 20px;
}

.listing_wrapper.col-md-12 .property_listing .ribbon-wrapper-default {
  top: 0px;
  left: 0px;
}

.listing-image-link {
  position: relative;
}

.property_listing img {
  width: 100%;
  float: left;
}

.the_list_view {
  display: none;
}

.half_map_list_view {
  display: none;
}

.listing_wrapper.col-md-12 .property_listing > img {
  float: left;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  max-width: 265px;
}

.listing_actions {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

/**
 * Google Map Property List Sidebar Styles for WpResidence Theme
 *
 * This file contains styles for the Google Map property list sidebar,
 * including the map container, filters, and mobile controls.
 *
 * @package WpResidence
 * @subpackage PropertyListingSidebar
 * @since 1.0.0
 */
body.wpresidence_half_map_body_class {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
body.wpresidence_half_map_body_class.admin-bar {
  padding-top: 32px;
}
body.wpresidence_half_map_body_class #all_wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
body.wpresidence_half_map_body_class .container-fluid.px-0, body.wpresidence_half_map_body_class .px-0.container-sm, body.wpresidence_half_map_body_class .px-0.container-md, body.wpresidence_half_map_body_class .px-0.container-lg, body.wpresidence_half_map_body_class .px-0.container-xl, body.wpresidence_half_map_body_class .px-0.container-xxl {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
body.wpresidence_half_map_body_class .content_wrapper {
  flex: 1;
  display: flex;
  overflow: hidden;
}
body.wpresidence_half_map_body_class .content_wrapper .d-flex {
  flex: 1;
}

#google_map_prop_list_sidebar {
  position: relative;
  right: 0;
  bottom: 0;
  top: 0px;
  overflow-y: scroll;
  background: var(--wp-estate-background-color-option, var(--wp-estate-background-color));
  padding: 0px;
  overflow-x: hidden;
  z-index: 0;
  margin-bottom: 30px;
}
#google_map_prop_list_sidebar .search_param {
  float: left;
}
#google_map_prop_list_sidebar .search_unit_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
#google_map_prop_list_sidebar .submit_container_half {
  display: none;
}
#google_map_prop_list_sidebar .single-content {
  padding: 25px 15px 0px 15px;
  display: inline-block;
  margin-bottom: 0px;
  min-height: 85px;
}
#google_map_prop_list_sidebar .entry-title {
  width: 70%;
}
#google_map_prop_list_sidebar #listing_ajax_container {
  margin: 0px 0px 0px 0px;
}
#google_map_prop_list_sidebar .half_map_filters_wrapper {
  width: 100%;
}
#google_map_prop_list_sidebar .no_results {
  margin-left: 2px;
}
#google_map_prop_list_sidebar .no_results_title {
  margin-left: 5px;
}
#google_map_prop_list_sidebar.half_type2 {
  margin-top: 27px;
}

.wpresidence_half_map_filter_wrapper {
  position: absolute;
  right: 15px;
  bottom: -65px;
}
.wpresidence_half_map_filter_wrapper .wpresidence_dropdown.wpresidence_filters_dropdown .btn:not(:disabled):not(.disabled):active:focus,
.wpresidence_half_map_filter_wrapper .wpresidence_dropdown.wpresidence_filters_dropdown .btn:not(:disabled):not(.disabled).active:focus {
  border: 1px solid #e7e7e7;
}
.wpresidence_half_map_filter_wrapper .wpresidence_dropdown .dropdown-toggle {
  width: 100%;
  padding: 10px 30px 10px 15px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.half_results {
  font-size: 24px;
}

.half_map_controllers_wrapper {
  display: none;
  position: fixed;
  width: 85%;
  background-color: #fff;
  bottom: 13px;
  left: 7.5%;
  z-index: 99;
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
  border-radius: 67px;
  border: 1px solid #f0f3f7;
  overflow: hidden;
}
.half_map_controllers_wrapper i {
  font-size: 14px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.half_mobile_toggle_map,
.half_mobile_toggle_listings {
  text-align: center;
  padding: 12px;
  width: 50%;
  font-weight: 500;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-size: 14px;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 10px;
}

.half_control_visible {
  background-color: #eee;
}

#google_map_prop_list_wrapper #gmap_wrapper,
#google_map_prop_list_wrapper #googleMap {
  height: 100% !important;
}
#google_map_prop_list_wrapper .gmap-controls {
  top: 0px;
  left: 0px;
  margin-left: 0px;
  transform: none;
  width: 100%;
}
#google_map_prop_list_wrapper #gmap-control {
  right: 15px;
}

/**
 * WPResidence Share Unit Styles
 *
 * This SCSS file defines styles for the social sharing unit in the WPResidence theme.
 * It includes styles for the share container, individual social media buttons,
 * and their hover states.
 *
 * @package WPResidence
 * @subpackage Styles
 * @since 1.0.0
 */
.share_unit {
  position: absolute;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  font-size: 22px;
  width: 35px;
  top: -149px;
  left: -2px;
  display: none;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  padding: 10px 0 0 0;
  z-index: 1;
}
.share_unit:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  bottom: -8px;
  right: 10px;
  position: absolute;
}
.share_unit a {
  padding: 0;
  color: #fff;
  display: block;
  font-size: 17px;
  text-align: center;
  width: 35px;
  height: 26px;
  float: left;
}
.share_unit a:hover {
  color: rgba(255, 255, 255, 0.8392156863);
}
.share_unit .social_facebook:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f09a";
  font-size: 16px;
}
.share_unit .social_tweet:after {
  font-family: "Font Awesome 5 Brands";
  content: "\e61b";
  font-size: 16px;
}
.share_unit .social_google:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d5";
  font-size: 15px;
}
.share_unit .social_whatsup:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f232";
  font-size: 16px;
}
.share_unit .social_pinterest:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f231";
  font-size: 16px;
}
.share_unit .social_email:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
}

.share_list {
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  display: flex; /* Use flexbox for centering */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  border: 1px solid #eef3f6;
  color: #c2cbd9;
  border-radius: 2px;
}
.share_list:before {
  content: "\e804";
  font-family: "fontello";
  font-size: 13px;
}
.share_list:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: 1px solid #d8e0e5;
}

.property_unit_custom_element.share .share_list {
  background-image: url("css/css-images/unitshare_custom.png") !important;
  background-size: 40px 16px;
  border: none;
}

.property_unit_custom_element.share .share_list.share_on,
.property_unit_custom_element.share .share_list:hover {
  background-image: url("css/css-images/unitshare_custom.png") !important;
  background-position: -16px 8px;
  background-size: 40px 16px;
}

.property_agent_unit_type6 .share_unit {
  z-index: 9;
}

.property_listing.places_listing .share_unit {
  z-index: 9;
}

.property_unit_custom_element.compare .compare-action {
  border: none;
}

.compare-action:before {
  content: "\f067";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}

.compare-action:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: 1px solid #d8e0e5;
}

.listing_wrapper {
  margin-bottom: 25px;
  position: relative;
}
.listing_wrapper.col-md-12 .carousel-item {
  height: 100%;
}

.property_listing {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  height: 100%;
  border: var(--wp-estate-unit-border-size-option, --wp_estate_unit_border_size) solid var(--wp-estate-unit-border-color-option, --wp-estate-unit-border-color);
  font-size: 13px;
  background-color: var(--wp-estate-property-unit-color-option, var(--wp_estate_property_unit_color));
  max-width: 525px;
  transition: 0.3s ease-out;
  float: left;
  padding-top: var(--wp-estate-propertyunit-internal-padding-top-option, var(--wp_estate_propertyunit_internal_padding_top));
  padding-left: var(--wp-estate-propertyunit-internal-padding-left-option, var(--wp_estate_propertyunit_internal_padding_left));
  padding-bottom: var(--wp-estate-propertyunit-internal-padding-bottom-option, var(--wp_estate_propertyunit_internal_padding_bottom));
  padding-right: var(--wp-estate-propertyunit-internal-padding-right-option, var(--wp_estate_propertyunit_internal_padding_right));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.property_listing .featured_gradient {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 56%);
  pointer-events: none;
}
.property_listing .carousel {
  float: left;
  height: 100%;
}
.property_listing .listing-unit-img-wrapper {
  position: relative;
  float: left;
  background: #fff;
  overflow: hidden;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner)) var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner)) 0 0;
  flex-grow: 1;
  min-height: 150px;
}
.property_listing .listing-unit-img-wrapper .property_media {
  position: absolute;
  bottom: 8px;
  right: 20px;
  color: #fff;
  opacity: 0.9;
  z-index: 9;
  display: flex;
  gap: 7px;
  align-items: center;
}
.property_listing .listing-unit-img-wrapper .prop_new_details {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
}
.property_listing .listing-unit-img-wrapper .prop_new_details_back {
  width: 100%;
  height: 100%;
}
.property_listing .listing-unit-img-wrapper .prop_new_details .property_location_image {
  position: absolute;
  bottom: 8px;
  left: 20px;
  right: 20px;
  color: #fff;
  opacity: 0.9;
  z-index: 9;
  pointer-events: auto;
}
.property_listing .listing-unit-img-wrapper .prop_new_details .property_location_image a {
  color: inherit;
}
.property_listing .listing-unit-img-wrapper .prop_new_details .property_location_image i {
  color: #fff;
  margin-right: 5px;
  line-height: 14px;
  font-size: 10px;
}
.property_listing .action_tag_wrapper {
  font-size: 11px;
  float: left;
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%, transparent);
  color: #fff;
  position: relative;
  padding: 0 10px;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property_listing .property-unit-information-wrapper {
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-self: stretch;
  flex-grow: 100;
  padding-top: 20px;
}
.property_listing .property-unit-information-wrapper h4, .property_listing .property-unit-information-wrapper .h4 {
  padding: 0 20px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-size: var(--wp-estate-h4-font-size-option, var(--wp-estate-h4-font-size));
  line-height: var(--wp-estate-h4-line-height-option, var(--wp-estate-h4-line-height));
}
.property_listing .property-unit-information-wrapper .listing_unit_price_wrapper {
  position: relative;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  padding: 0 20px;
  margin-bottom: 10px;
}
.property_listing .property-unit-information-wrapper .listing_details {
  margin: 0;
  line-height: 1.65em;
  float: left;
  padding: 0 20px;
  margin-bottom: 10px;
  width: 100%;
  word-break: break-word;
}
.property_listing .property-unit-information-wrapper .property_listing_details {
  position: relative;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  padding: 0 20px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.property_listing .property-unit-information-wrapper .property_listing_details .inforoom,
.property_listing .property-unit-information-wrapper .property_listing_details .infobath,
.property_listing .property-unit-information-wrapper .property_listing_details .infosize {
  line-height: 30px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 13px;
}
.property_listing .property-unit-information-wrapper .property_listing_details .inforoom svg,
.property_listing .property-unit-information-wrapper .property_listing_details .infobath svg,
.property_listing .property-unit-information-wrapper .property_listing_details .infosize svg {
  float: left;
  margin-right: 5px;
  fill: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_listing .property-unit-information-wrapper .property_listing_details .infosize svg {
  width: 15px;
  margin-top: 6px;
  margin-right: 7px;
}
.property_listing .property-unit-information-wrapper .property_listing_details .infobath svg {
  margin-top: 4px;
}
.property_listing .property-unit-information-wrapper .property_listing_details .inforoom svg {
  width: 19px;
  margin-top: 5px;
}
.property_listing .property-unit-information-wrapper .property_listing_details .infodate {
  line-height: 30px;
  margin-right: 10px;
  padding-left: 12px;
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
  font-size: 13px;
}
.property_listing .property-unit-information-wrapper .property_listing_details .infodate .fa {
  margin-right: 5px;
  color: #C2CBD9;
}

.property_agent_wrapper {
  float: left;
  line-height: 30px;
  font-weight: 500;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  display: flex;
  align-items: center;
  gap: 10px;
}
.property_agent_wrapper a {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.property_agent_wrapper a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_agent_wrapper .property_agent_name {
  float: left;
  display: inline;
}
.property_agent_wrapper .property_agent_image {
  width: 30px;
  height: 30px;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.property_agent_wrapper .property_agent_image_sign {
  display: none;
}
.property_agent_wrapper .has_4per_row .property_agent_image {
  display: none;
}
.property_agent_wrapper .has_4per_row .property_agent_image_sign {
  display: block;
  float: left;
  margin-right: 5px;
}
.property_agent_wrapper .has_4per_row .property_agent_image_sign .fa {
  color: #c2cbd9;
}

.property_location {
  border-top: 1px solid #eef3f6;
  font-size: 13px;
  margin: 0px 20px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  line-height: 1.4em;
  float: left;
  max-width: 100%;
  padding: 13px 0px;
  align-self: stretch;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

.shortcode_wrapper_grid_item .listing_wrapper {
  margin-bottom: 0;
  height: 100%;
}

.has_prop_slider .property_listing {
  cursor: default;
}

.remove_favorite_fron_end {
  position: absolute;
  top: 17px;
  right: 30px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  background-color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 12px;
  color: #222;
  z-index: 99;
  padding: 1px 15px;
  cursor: pointer;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.remove_favorite_fron_end:hover {
  background-color: rgba(51, 51, 51, 0.93);
  color: #fff;
}

.unit_details_x {
  font-size: 12px;
  background-color: var(--wp-estate-second-color-option, var(--wp-estate-second-color));
  padding: 4px 7px;
  margin-top: 4px;
  color: #fff;
  float: right;
  line-height: 12px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  background-image: linear-gradient(to right, transparent 50%, var(--wp-estate-second-color-option, var(--wp-estate-second-color)) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border: 1px solid var(--wp-estate-second-color-option, var(--wp-estate-second-color));
  font-weight: 500;
  display: none;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.unit_details_x:hover {
  background-color: transparent;
  background-position: left bottom;
  color: var(--wp-estate-second-color-option, var(--wp-estate-second-color));
  border-color: var(--wp-estate-second-color-option, var(--wp-estate-second-color));
}

.tag-wrapper {
  position: absolute;
  width: 100%;
  padding: 0 20px;
}

.action_tag_wrapper {
  font-size: 11px;
  float: left;
  background-color: rgba(0, 115, 225, 0.85);
  color: #fff;
  position: relative;
  padding: 0px 10px;
  text-align: center;
  line-height: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.featured_gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.67;
  z-index: 1;
  background-image: linear-gradient(to right top, #000, rgba(0, 0, 0, 0) 56%);
}

.status-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0px;
  display: flex;
  gap: 5px;
}
.status-wrapper .ribbon-wrapper-default {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%, transparent);
  color: #ffffff;
  line-height: 19px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.status-wrapper .ribbon-inside {
  text-transform: capitalize;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%, transparent);
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.status-wrapper .ribbon-inside .new-offer {
  background-color: #dd3333;
}

.inforoom path, .infobath path, .infosize path {
  fill: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.listing_wrapper.col-md-12 > .property_listing {
  width: 100%;
  max-width: 100%;
}

.listing_wrapper.col-md-12 .property_listing {
  flex-direction: row;
}

.listing_wrapper.col-md-12 .listing-unit-img-wrapper,
.listing_wrapper.col-md-12 > .property_listing .carousel-inner {
  position: relative;
  width: 100%;
  max-width: 320px;
  max-width: 375px;
  display: inline;
  float: left;
  min-height: 200px;
  height: 100%;
}

.listing_wrapper.col-md-12 > .property_listing .carousel-inner .item {
  height: 100%;
}

.listing_wrapper.col-md-12 .property-unit-information-wrapper {
  flex: 1;
}

.listing_wrapper.col-md-12 .listing-unit-img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-fill-available;
  height: 100%;
}

.listing_wrapper.col-md-12 .listing-unit-img-wrapper {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  min-height: 100%;
}

.property_unit_type1 .listing-unit-img-wrapper {
  margin: 8px;
  height: auto;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property_unit_type1 .featured_div {
  position: absolute;
  left: -5px;
  top: 20px;
  font-size: 11px;
  color: #fff;
  padding: 0 10px 0 13px;
  line-height: 20px;
}
.property_unit_type1 .featured_div:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0 5px 5px 0;
  border-right-color: #7fca90;
}
.property_unit_type1 .property-unit-information-wrapper {
  padding-top: 12px;
}
.property_unit_type1 .listing_unit_price_wrapper {
  position: absolute;
  bottom: 15px;
  left: 12px;
  z-index: 99;
  color: #fff;
  font-size: 17px;
  line-height: 1;
}
.property_unit_type1 .property_address_type1_wrapper {
  padding: 0 20px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  line-height: 20px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_unit_type1 .property_address_type1_wrapper a {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_unit_type1 .property_address_type1_wrapper a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_unit_type1 .property_address_type1_wrapper .fas {
  margin-right: 5px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 11px;
}
.property_unit_type1 .property_categories_type1_wrapper {
  padding: 0 20px;
  float: left;
  width: 100%;
}
.property_unit_type1 .property_categories_type1_wrapper a {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_unit_type1 .property_categories_type1_wrapper a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_unit_type1 .property_details_type1_wrapper {
  padding: 0 20px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.property_unit_type1 .property_location {
  margin: 0;
  padding: 13px 20px;
  margin-top: auto;
}
.property_unit_type1 .carousel-control {
  width: 40px;
}
.property_unit_type1 .status-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}
.property_unit_type1 .compare-action:before {
  font-size: 16px;
}

.property_unit_type1 svg {
  float: left;
  width: 14px;
  fill: rgba(0, 0, 0, 0.5);
}
.property_unit_type1 .icon-fav-on svg {
  fill: rgba(0, 0, 0, 0.9);
}
.property_unit_type2 svg {
  float: left;
  width: 14px;
  fill: rgba(0, 0, 0, 0.5);
}
.property_unit_type2 .icon-fav-on svg {
  fill: rgba(0, 0, 0, 0.9);
}
.property_unit_type8 svg {
  float: left;
  width: 14px;
  fill: rgba(0, 0, 0, 0.5);
}
.property_unit_type8 .icon-fav-on svg {
  fill: rgba(0, 0, 0, 0.9);
}

.property_listing.property_unit_type1 .icon-fav {
  position: absolute;
  right: 10px;
  bottom: 9px;
  z-index: 12;
  color: #fff;
  border: 0;
  padding-top: 0;
}
.property_listing.property_unit_type1 .icon-fav:before, .property_listing.property_unit_type1 .icon-fav.icon-fav-on:before {
  display: none;
}
.property_listing.property_unit_type1 .icon-fav.icon-fav-on-remove {
  z-index: 99;
  top: 12px;
  right: 0 !important;
  bottom: auto !important;
  line-height: 27px;
  padding: 0 10px;
}

.listing_wrapper.property_unit_type1.col-md-12 {
  height: -moz-fit-content;
  height: fit-content;
}

.property_unit_type2 .featured_div {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: transparent;
  color: transparent;
  padding: 0;
  font-size: 0;
}
.property_unit_type2 .featured_div:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  color: var(--wp-estate-second-color-option, var(--wp-estate-second-color));
  font-size: 20px;
  font-weight: 600;
}
.property_unit_type2 h4, .property_unit_type2 .h4 {
  font-size: 20px;
}
.property_unit_type2 .property_listing .property-unit-information-wrapper .property_listing_details {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.property_unit_type2 .inforoom_unit_type2:before {
  content: "\f236";
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
  font-weight: 600;
}
.property_unit_type2 .infobath_unit_type2:before {
  content: "\f043";
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
  font-weight: 600;
}
.property_unit_type2 .infosize_unit_type2:before {
  content: "\f279";
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
  font-weight: 600;
}
.property_unit_type2 .infogarage_unit_type2:before {
  content: "\f1b9";
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
  font-weight: 600;
}
.property_unit_type2 .property_agent_image {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property_unit_type2 .property_agent_wrapper {
  margin-left: 20px;
  line-height: 40px;
}
.property_unit_type2 .property_location {
  width: 100%;
  padding: 5px 0;
  margin: 0;
  height: 51px;
  margin-top: auto;
}
.property_unit_type2 .share_unit {
  left: 0px;
}
.property_unit_type2 .share_list {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  border: 0;
}
.property_unit_type2 .share_list:before {
  content: "\e804";
  font-family: "fontello";
  font-size: 15px;
}
.property_unit_type2 .share_list:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_unit_type2 .compare-action {
  border: none;
  margin-right: 20px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  width: auto;
}
.property_unit_type2 .compare-action:before {
  font-size: 16px;
}
.property_unit_type2 .compare-action:hover {
  border: none;
}
.property_unit_type2 .property_media {
  color: #fff;
  position: absolute;
  z-index: 9;
  opacity: 0.9;
  right: auto;
  left: 15px;
  bottom: 15px;
}
.property_unit_type2 .property_media .fa {
  font-size: 17px;
}
.property_unit_type2 .listing_unit_price_wrapper {
  font-size: 18px;
  line-height: 18px;
}

.property_unit_type2 .icon-fav {
  position: absolute;
  border: 0;
  float: right;
  right: 20px;
  bottom: 15px;
  width: auto;
  height: auto;
  padding-top: 0;
  z-index: 9;
  color: #fff;
}
.property_unit_type2 .icon-fav:before, .property_unit_type2 .icon-fav.icon-fav-on:before {
  display: none;
}

.property_listing_details_v2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--wp-estate-card-details-alignment-option, var(--wp_estate_card_details_alignment));
  align-items: center;
  padding: 0 20px;
  margin-bottom: 10px;
  -moz-column-gap: var(--wp-estate-card-details-gap-option, var(--wp_estate_card_details_gap));
       column-gap: var(--wp-estate-card-details-gap-option, var(--wp_estate_card_details_gap));
}

.property_listing_details_v2_item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--wp-estate-card-details-font-size-option, var(--wp-estate-card-unit-font-size));
  font-weight: var(--wp-estate-card-details-font-weight-option, var(--wp-estate-card-unit-font-weight));
  line-height: var(--wp-estate-card-details-line-height-option, var(--wp-estate-card-unit-line-height));
  font-family: var(--wp-estate-card-details-font-family-option, var(--wp-estate-card-unit-font-family));
  color: var(--wp-estate-card-details-font-color-option, var(--wp-estate-card-unit-font-color));
  flex-direction: var(--wp-estate-card-details-image-position-option, var(--wp_estate_card_details_image_position));
}
.property_listing_details_v2_item img {
  max-height: var(--wp-estate-card-details-image_icon-size-option, var(--wp_estate_card_details_image_icon_size));
  max-width: var(--wp-estate-card-details-image_icon-size-option, 17px);
}
.property_listing_details_v2_item i {
  font-size: var(--wp-estate-card-details-font-awsome-size-option, var(--wp_estate_card_details_font_awsome_size));
  color: var(--wp-estate-card-details-image-color-option, var(--wp_estate_card_details_image_color));
}

.unit3agent {
  display: none;
}

.property_unit_type3 .unit3agent {
  display: inline-block;
}
.property_unit_type3 .property_agent_wrapper_type1 i {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  margin-right: 3px;
}
.property_unit_type3 svg {
  height: auto;
  width: 17px;
}
.property_unit_type3 svg path {
  fill: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_unit_type3 .inforoom_unit_type3 svg {
  width: 22px;
}
.property_unit_type3 .infosize_unit_type3 svg {
  width: 11px;
}
.property_unit_type3 .property_listing .property-unit-information-wrapper .property_listing_details {
  margin-bottom: 15px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  gap: 15px;
}
.property_unit_type3 .property_listing_details_v3_item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_unit_type3 .property_listing .property-unit-information-wrapper .listing_unit_price_wrapper {
  padding: 0 20px;
  font-size: 18px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-weight: 500;
  line-height: 1.5em;
}
.property_unit_type3 .property_listing .property-unit-information-wrapper .listing_unit_price_wrapper a {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.property_unit_type3 .property_listing .property-unit-information-wrapper .listing_unit_price_wrapper a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_unit_type3 .price_label {
  font-size: 18px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-weight: 500;
}
.property_unit_type3 .property_card_categories_wrapper {
  margin-bottom: 15px;
}
.property_unit_type3 .property_agent_wrapper {
  font-size: 13px;
  font-weight: 500;
}
.property_unit_type3 .property_location span {
  display: none;
}
.property_unit_type3 .unit_type3_details {
  width: auto;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  float: right;
  padding: 2px 15px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property_unit_type3 .unit_type3_details:hover {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_unit_type3 .unit_type3_details a {
  color: #fff;
}
.property_unit_type3 .unit_type3_details a:hover {
  color: #fff;
}
.property_unit_type3 .property_agent_wrapper a {
  font-weight: 500;
}

.property_location {
  padding: 8px 0px;
}

.carousel-control {
  width: 50px;
}

.property_card_categories_wrapper {
  padding: 0 20px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.property_listing.property_unit_type3 .listing_actions {
  position: absolute;
  left: 20px;
  bottom: 15px;
  top: auto;
  z-index: 10;
}
.property_listing.property_unit_type3 .icon-fav,
.property_listing.property_unit_type3 .compare-action,
.property_listing.property_unit_type3 .share_list {
  border: none;
  color: #fff;
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  line-height: 23px;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.45);
  cursor: pointer;
}
.property_listing.property_unit_type3 .icon-fav:hover,
.property_listing.property_unit_type3 .compare-action:hover,
.property_listing.property_unit_type3 .share_list:hover {
  background-color: rgba(51, 51, 51, 0.65);
}
.property_listing.property_unit_type3 .icon-fav:before {
  content: "\f004";
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.property_listing.property_unit_type3 .icon-fav.icon-fav-on:before {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}
.property_listing.property_unit_type3 .share_unit {
  left: -5px;
}
.property_listing.property_unit_type3 .share_list {
  background-image: none;
}
.property_listing.property_unit_type3 .share_list:before {
  content: "\e804";
  font-family: "fontello";
  font-size: 13px;
  color: #fff;
}
.property_listing.property_unit_type3 .compare-action:before {
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  color: #fff;
  line-height: 23px;
}
.property_listing.property_unit_type4 .listing_actions {
  position: absolute;
  left: 20px;
  bottom: 15px;
  top: auto;
  z-index: 10;
}
.property_listing.property_unit_type4 .icon-fav,
.property_listing.property_unit_type4 .compare-action,
.property_listing.property_unit_type4 .share_list {
  border: none;
  color: #fff;
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  line-height: 23px;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.45);
  cursor: pointer;
}
.property_listing.property_unit_type4 .icon-fav:hover,
.property_listing.property_unit_type4 .compare-action:hover,
.property_listing.property_unit_type4 .share_list:hover {
  background-color: rgba(51, 51, 51, 0.65);
}
.property_listing.property_unit_type4 .icon-fav:before {
  content: "\f004";
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.property_listing.property_unit_type4 .icon-fav.icon-fav-on:before {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}
.property_listing.property_unit_type4 .share_unit {
  left: -5px;
}
.property_listing.property_unit_type4 .share_list {
  background-image: none;
}
.property_listing.property_unit_type4 .share_list:before {
  content: "\e804";
  font-family: "fontello";
  font-size: 13px;
  color: #fff;
}
.property_listing.property_unit_type4 .compare-action:before {
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  color: #fff;
  line-height: 23px;
}
.property_listing.property_unit_type7 .listing_actions {
  position: absolute;
  left: 20px;
  bottom: 15px;
  top: auto;
  z-index: 10;
}
.property_listing.property_unit_type7 .icon-fav,
.property_listing.property_unit_type7 .compare-action,
.property_listing.property_unit_type7 .share_list {
  border: none;
  color: #fff;
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  line-height: 23px;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.45);
  cursor: pointer;
}
.property_listing.property_unit_type7 .icon-fav:hover,
.property_listing.property_unit_type7 .compare-action:hover,
.property_listing.property_unit_type7 .share_list:hover {
  background-color: rgba(51, 51, 51, 0.65);
}
.property_listing.property_unit_type7 .icon-fav:before {
  content: "\f004";
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.property_listing.property_unit_type7 .icon-fav.icon-fav-on:before {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}
.property_listing.property_unit_type7 .share_unit {
  left: -5px;
}
.property_listing.property_unit_type7 .share_list {
  background-image: none;
}
.property_listing.property_unit_type7 .share_list:before {
  content: "\e804";
  font-family: "fontello";
  font-size: 13px;
  color: #fff;
}
.property_listing.property_unit_type7 .compare-action:before {
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  color: #fff;
  line-height: 23px;
}

.property_listing.property_unit_type3 .listing_actions,
.property_listing.property_unit_type7 .listing_actions {
  position: absolute;
  left: 20px;
  bottom: 15px;
  top: auto;
  z-index: 10;
}

.property_listing.property_unit_type4 .featured_gradient {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0) 59%);
}
.property_listing.property_unit_type4 .listing_details.the_list_view {
  display: none !important;
}
.property_listing.property_unit_type4 .listing_actions {
  position: absolute;
  bottom: 15px;
  left: 20px;
  justify-content: flex-start;
  z-index: 99;
}
.property_listing.property_unit_type4 .property_agent_image {
  width: 40px;
  height: 40px;
  float: right;
  background-size: cover;
  margin-right: 0;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  background-position: top;
}
.property_listing.property_unit_type4 .property_listing_details {
  gap: 10px;
  margin-bottom: 15px;
}
.property_listing.property_unit_type4 .property_agent_wrapper {
  position: absolute;
  right: 0;
  padding: 10px;
  border-left: 1px solid #f7f7f7;
  line-height: normal;
}
.property_listing.property_unit_type4 .property_location {
  margin: 0;
  margin-top: auto;
  position: relative;
  padding: 19px 20px;
  min-height: 60px;
}

.listing_wrapper.col-md-12 > .property_listing.property_unit_type4 .listing_details.the_list_view {
  display: block !important;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type4 .carousel-control {
  width: 45px;
}

.inforoom_unit_type4,
.infobath_unit_type4,
.infosize_unit_type4 {
  font-size: 14px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.infosize_unit_type4 {
  border: none;
}

.propery_price4_grid {
  font-weight: 500;
  font-size: 18px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.propery_price4_grid span {
  font-size: 13px;
}

.property_unit_type4 .property_media {
  right: auto;
  left: 15px;
  bottom: 15px;
}
.property_unit_type4 .property_media .fa {
  font-size: 17px;
}

.property_unit_type5 {
  min-height: 400px;
  margin-bottom: 30px;
}
.property_unit_type5 .carousel-inner,
.property_unit_type5 .property_unit_carousel,
.property_unit_type5 .property_unit_type5_content, .property_unit_type5 .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.property_unit_type5 .carousel-inner,
.property_unit_type5 .property_unit_carousel,
.property_unit_type5 .property_unit_type5_content {
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
.property_unit_type5 .property_unit_type5_content_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.property_unit_type5 .property_unit_type5_content_details {
  color: #fff;
  position: absolute;
  bottom: 15px;
  z-index: 9;
  padding: 0 15px;
  max-width: -webkit-fill-available;
}
.property_unit_type5 .property_unit_type5_content_details a {
  color: #fff;
}
.property_unit_type5 .property_unit_type5_content_details .listing_unit_price_wrapper {
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  margin-left: 7px;
  margin-top: 0;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  padding: 0;
}
.property_unit_type5 .property_unit_type5_content_details .price_label {
  font-size: 13px;
}
.property_unit_type5 .property_unit_type5_content_details h4, .property_unit_type5 .property_unit_type5_content_details .h4 {
  font-size: 20px;
  margin-left: 7px;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.property_unit_type5 .property_unit_type5_content_details .property_unit_type5_content_details_second_row {
  display: inline-block;
  background: #1D293E;
  padding: 10px;
  border-radius: 20px;
  font-weight: 500;
}
.property_unit_type5 .inforoom_unit_type5 {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.property_unit_type5 .tag-wrapper {
  z-index: 9;
}
.property_unit_type5 .featured_gradient {
  background-image: linear-gradient(to right top, rgba(0, 0, 0, 0.75), rgba(95, 70, 70, 0));
  opacity: 0.5;
}

.col-md-12.property_unit_type5,
.listing_wrapper.col-md-12 > .property_unit_type5_content_wrapper.property_listing {
  min-height: 300px !important;
}

.shortcode_slider_list .listing_wrapper.property_unit_type5 {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.listing_wrapper.col-md-12.property_unit_type5 > .property_listing .carousel-inner {
  width: 100%;
  max-width: 100%;
}

.property_unit_type6 h4, .property_unit_type6 .h4 {
  margin: 0;
  padding: 0;
}
.property_unit_type6 h4 a, .property_unit_type6 .h4 a {
  color: #fff;
}
.property_unit_type6 .property_agent_unit_type6 {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #f7f7f7;
  width: 100%;
  height: 55px;
}
.property_unit_type6 .property_location {
  margin: 0;
  padding: 13px 20px;
  margin-top: auto;
}
.property_unit_type6 .listing_unit_price_wrapper {
  padding: 0;
  color: #fff;
  z-index: 9;
  margin-left: 0;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
}
.property_unit_type6 .property_unit_type6_title_wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 9;
}
.property_unit_type6 .property_unit_type6_title_wrapper_list {
  display: none;
}
.property_unit_type6 .featured_gradient {
  opacity: 1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 100%);
}
.property_unit_type6 .property_listing_details6_grid_view {
  float: left;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 20px 0;
}
.property_unit_type6 .inforoom_unit_type6 svg {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto 10px;
}
.property_unit_type6 .inforoom_unit_type6 svg path {
  fill: #222;
}

.property_unit_type6.col-md-12 .property_unit_type6_title_wrapper {
  display: none;
}
.property_unit_type6.col-md-12 .property_unit_type6_title_wrapper_list {
  display: block;
}
.property_unit_type6.col-md-12 .price_label,
.property_unit_type6.col-md-12 .listing_unit_price_wrapper {
  position: relative;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_unit_type6.col-md-12 h4 a, .property_unit_type6.col-md-12 .h4 a {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.property_unit_type6.col-md-12 .listing_unit_price_wrapper {
  padding: 0 20px;
}
.property_unit_type6.col-md-12 .property_listing_details6_grid_view {
  margin: 20px 0;
}

.property_unit_type7 .property_location {
  padding: 11px 0px;
}
.property_unit_type7 .property_listing_details {
  justify-content: space-between;
}
.property_unit_type7 .property_listing_details_v7_item {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_unit_type7 .wpestate_property_card_contact_wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
.property_unit_type7 .property_listing_details svg {
  width: 16px;
  height: 14px;
}

.modal.wpestate_card_unit_email,
.modal.wpestate_card_unit_call {
  font-size: 14px;
}
.modal.wpestate_card_unit_email .modal-dialog,
.modal.wpestate_card_unit_call .modal-dialog {
  top: 85px;
}
.modal.wpestate_card_unit_email .realtor-contact-buttons,
.modal.wpestate_card_unit_call .realtor-contact-buttons {
  display: none;
}
.modal.wpestate_card_unit_email .modal-body,
.modal.wpestate_card_unit_call .modal-body {
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal.wpestate_card_unit_email .btn-close,
.modal.wpestate_card_unit_call .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.modal.wpestate_card_unit_email p,
.modal.wpestate_card_unit_call p {
  margin-bottom: 0px;
}
.modal.wpestate_card_unit_email .modal-header,
.modal.wpestate_card_unit_call .modal-header {
  border: none;
  padding: 0;
  height: 0;
}

.wpestate_card_unit_call .modal-body {
  line-height: 1.6em;
}

.wpestate_card_unit_call .close svg path,
.wpestate_card_unit_email .close svg path {
  stroke: #222;
}

.wpestate_card_unit_email .schedule_wrapper {
  flex-wrap: nowrap;
}
.wpestate_card_unit_email .schedule_wrapper .schedule_day,
.wpestate_card_unit_email .schedule_wrapper .schedule_hour {
  width: 50%;
}

.wpestate_property_card_contact_wrapper {
  margin-bottom: 10px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.wpestate_property_card_contact_wrapper_phone, .wpestate_property_card_contact_wrapper_email, .wpestate_property_card_contact_wrapper_whatsupp {
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: 1px solid color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%, transparent);
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%, transparent);
  padding: 5px 15px;
  line-height: 22px;
  font-size: 13px;
  font-weight: 400;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  display: flex;
  flex-direction: row;
}
.wpestate_property_card_contact_wrapper_phone:hover, .wpestate_property_card_contact_wrapper_email:hover, .wpestate_property_card_contact_wrapper_whatsupp:hover {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_property_card_contact_wrapper_phone:hover i, .wpestate_property_card_contact_wrapper_email:hover i, .wpestate_property_card_contact_wrapper_whatsupp:hover i {
  color: #fff;
}
.wpestate_property_card_contact_wrapper svg {
  fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  width: 14px;
  max-height: 17px;
}
.wpestate_property_card_contact_wrapper_whatsupp {
  flex-shrink: 2;
}
.wpestate_property_card_contact_wrapper_whatsupp a {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_property_card_contact_wrapper_whatsupp a:hover {
  color: #fff;
}
.wpestate_property_card_contact_wrapper_phone:hover svg {
  fill: #fff;
}

.wpestate_property_card_mls_data_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 13px;
  gap: 20px;
}
.wpestate_property_card_mls_data_wrapper img {
  max-height: 30px;
  width: auto;
}

.property_unit_type3 .property_listing_details svg,
.property_unit_type7 .property_listing_details svg {
  width: 16px;
  height: 14px;
}

.elementor-widget-container .listing_wrapper .property_listing.property_unit_type8 {
  box-shadow: none;
}

.property_listing.property_unit_type8 {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  position: relative;
  height: 100%;
  border: var(--wp-estate-unit-border-size-option, --wp_estate_unit_border_size) solid var(--wp-estate-unit-border-color-option, --wp-estate-unit-border-color);
  font-size: 13px;
  background-color: var(--wp-estate-property-unit-color-option, var(--wp_estate_property_unit_color));
  max-width: 525px;
  transition: 0.3s ease-out;
  float: left;
  padding-top: var(--wp-estate-propertyunit-internal-padding-top-option, var(--wp_estate_propertyunit_internal_padding_top));
  padding-left: var(--wp-estate-propertyunit-internal-padding-left-option, var(--wp_estate_propertyunit_internal_padding_left));
  padding-bottom: var(--wp-estate-propertyunit-internal-padding-bottom-option, var(--wp_estate_propertyunit_internal_padding_bottom));
  padding-right: var(--wp-estate-propertyunit-internal-padding-right-option, var(--wp_estate_propertyunit_internal_padding_right));
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.property_listing.property_unit_type8:hover {
  box-shadow: none;
}
.property_listing.property_unit_type8 .carousel {
  width: 100%;
}
.property_listing.property_unit_type8 .tag-wrapper {
  padding: 0 15px;
}
.property_listing.property_unit_type8 .icon-fav {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: auto;
  height: auto;
  padding-top: 0;
  z-index: 12;
  color: #fff;
  border: none;
}
.property_listing.property_unit_type8 .icon-fav:before {
  content: "";
}
.property_listing.property_unit_type8 .icon-fav:hover {
  opacity: 1;
}
.property_listing.property_unit_type8 .property_agent_wrapper {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: #fff;
}
.property_listing.property_unit_type8 .property_agent_wrapper a {
  color: #fff;
  font-weight: 500;
  display: block;
}
.property_listing.property_unit_type8 .property_agent_image {
  z-index: 1;
  width: 45px;
  height: 45px;
  background-position: top;
  border: 2px solid #fff;
}
.property_listing.property_unit_type8 h4, .property_listing.property_unit_type8 .h4 {
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.3em;
  padding: 0;
}
.property_listing.property_unit_type8 .property_card_categories_wrapper {
  padding: 0;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 13px;
  line-height: 1em;
  margin-bottom: 5px;
}
.property_listing.property_unit_type8 .property_card_categories_wrapper a {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_listing.property_unit_type8 .property-unit-information-wrapper {
  padding-top: 15px;
}
.property_listing.property_unit_type8 .property_details_type1_wrapper {
  padding: 0;
  gap: 3px;
  margin-bottom: 8px;
}
.property_listing.property_unit_type8 .listing_unit_price_wrapper {
  padding: 0;
  position: relative;
  z-index: 10;
  font-size: 15px;
  bottom: auto;
  left: auto;
  margin-top: 0;
}
.property_listing.property_unit_type8 .price_label {
  font-size: 13px;
}
.property_listing.property_unit_type8 .listing-unit-img-wrapper {
  border-radius: 10px;
}
.property_listing.property_unit_type8 .wpestate_property_card_contact_wrapper,
.property_listing.property_unit_type8 .property_listing_details_v2,
.property_listing.property_unit_type8 .listing_details {
  padding: 0;
}

.listing_wrapper.col-md-12 .property_listing.property_unit_type8 .listing-unit-img-wrapper {
  max-width: 260px;
  min-height: auto;
  margin-right: 15px;
  height: 165px;
}

.property_unit_custom_element,
.property_unit_custom_element i {
  display: inline-block;
}

.property_unit_custom.col-md-12 {
  padding: 0px;
}

.property_unit_custom_agent_face {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #f0f0f0;
}

.property_listing.property_listing_custom_design img {
  border: none;
}

.property_listing.property_listing_custom_design {
  padding-bottom: 0px;
}

.custom_separator {
  border-top: 1px solid #dde4e9;
  width: 100%;
}

.no_content_area_back_color .agent_contanct_form,
.page_template_loader .vc_row.no_content_area_back_color {
  background-color: transparent;
  padding: 0px;
  margin: 0px -8px;
}

.property_unit_custom_element.property_status:empty,
.property_unit_custom_element.featured_icon:empty {
  display: none;
}

.icon-fav.favorite-text,
.compare-action.text_compare,
.share_list.text_share {
  background-image: none !important;
}

.property_unit_custom {
  line-height: 1;
}

.icon-fav.custom_fav.icon-fav-on,
.icon-fav.custom_fav {
  background-image: none !important;
  border: none;
}

.icon-fav.custom_fav:before {
  content: "\f08a";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
}

.icon-fav.custom_fav.icon-fav-on {
  background-image: none !important;
}

.icon-fav.custom_fav.icon-fav-on:before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
}

.listing_wrapper.col-md-12 .custom_property_image_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
}

.listing_wrapper.col-md-12 > .property_listing.property_listing_custom_design {
  min-height: 169px;
}

.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design {
  padding-left: 280px;
}

.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design h4, .listing_wrapper.col-md-12 .property_listing.property_listing_custom_design .h4 {
  padding-left: 0px;
}

.listing_wrapper.col-md-12 > .property_listing.property_listing_custom_design .carousel-inner {
  max-width: 100%;
}

.listing_wrapper.col-md-12 > .property_listing.property_listing_custom_design .carousel-inner img {
  width: auto;
}

.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design {
  padding-left: 33%;
}

.wrap_custom_image {
  position: absolute;
  top: 0px;
  left: 0px;
  /* width: 33%; */
  /*max-width: 33%*/
  width: auto;
  height: 100%;
  overflow: hidden;
  background: #f7f7f7;
}

.property_listing .property_unit_custom_element h4, .property_listing .property_unit_custom_element .h4 {
  padding: 0px;
}

.wrap_custom_image img {
  width: 100%;
  height: auto;
}

.wrap_custom_image .property_unit_custom_element.image {
  padding: 0px !important;
  margin: 0px !important;
}

.listing_wrapper.col-md-12 > .property_listing.property_listing_custom_design .carousel-inner {
  max-width: 100%;
  height: 100%;
}

.listing_wrapper.col-md-12 > .property_listing.property_listing_custom_design .carousel,
.listing_wrapper.col-md-12 > .property_listing.property_listing_custom_design .listing-unit-img-wrapper {
  position: inherit;
}

.wpresidence_agent_unit_wrapper .agent_unit {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 100%;
  border: var(--wp-estate-unit-border-size-option, --wp_estate_unit_border_size) solid var(--wp-estate-unit-border-color-option, --wp-estate-unit-border-color);
  font-size: 13px;
  background-color: var(--wp-estate-property-unit-color-option, var(--wp_estate_property_unit_color));
  max-width: 525px;
  transition: 0.3s ease-out;
  float: left;
  padding-top: var(--wp-estate-propertyunit-internal-padding-top-option, var(--wp_estate_propertyunit_internal_padding_top));
  padding-left: var(--wp-estate-propertyunit-internal-padding-left-option, var(--wp_estate_propertyunit_internal_padding_left));
  padding-bottom: var(--wp-estate-propertyunit-internal-padding-bottom-option, var(--wp_estate_propertyunit_internal_padding_bottom));
  padding-right: var(--wp-estate-propertyunit-internal-padding-right-option, var(--wp_estate_propertyunit_internal_padding_right));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding-bottom: 50px;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_detail a {
  word-break: break-word;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent-unit-img-wrapper {
  position: relative;
  overflow: hidden;
  margin: 7px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_unit_social {
  position: absolute;
  margin-top: auto;
  bottom: 15px;
  font-size: 20px;
  padding: 0px 20px 0px 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_unit_social .wpestate_agent_unit_social {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}
.wpresidence_agent_unit_wrapper .agent_unit:hover img {
  opacity: 0.9;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod="auto expand");
}
.wpresidence_agent_unit_wrapper .agent_unit:hover h4 a, .wpresidence_agent_unit_wrapper .agent_unit:hover .h4 a {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpresidence_agent_unit_wrapper .agent_unit a {
  text-decoration: none;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent-unit-img-wrapper img {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  width: 100%;
  display: inline-block;
}
.wpresidence_agent_unit_wrapper .agent_unit h4, .wpresidence_agent_unit_wrapper .agent_unit .h4 {
  padding: 15px 20px 0px 20px;
  margin-bottom: 0px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_position {
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 1.65em;
  font-size: 14px;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_card_content {
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 1.65em;
  font-size: 14px;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_unit_social.agent_list .wpestate_agent_unit_social a {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 13px;
  position: relative;
  height: 26px;
  line-height: 26px;
  display: inline-block;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_unit_social.agent_list .wpestate_agent_unit_social a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_unit_social.agent_list .agent_unit_phone,
.wpresidence_agent_unit_wrapper .agent_unit .agent_unit_social.agent_list .agent_unit_email {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_unit_social.agent_list .agent_unit_phone a,
.wpresidence_agent_unit_wrapper .agent_unit .agent_unit_social.agent_list .agent_unit_email a {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 13px;
  position: relative;
  height: 26px;
  line-height: 26px;
  display: inline-block;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_unit_social.agent_list .agent_unit_phone a:hover,
.wpresidence_agent_unit_wrapper .agent_unit .agent_unit_social.agent_list .agent_unit_email a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpresidence_agent_unit_wrapper .agent_unit_featured .agent_unit_social {
  float: right;
  left: auto;
  right: 0;
  width: auto;
}
.wpresidence_agent_unit_wrapper .agent_unit_featured:hover .agent_featured_details {
  opacity: 1;
}
.wpresidence_agent_unit_wrapper .agent_unit_featured:hover .featured_agent_notes {
  opacity: 0;
}
.wpresidence_agent_unit_wrapper .agent_unit_button {
  line-height: 1em;
  font-size: 12px;
  float: left;
  padding: 7px 13px;
  position: absolute;
  bottom: 15px;
  right: 19px;
  border: 1px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  background-image: linear-gradient(to right, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.wpresidence_agent_unit_wrapper .agent_unit_button:hover {
  color: #fff;
  background-position: left bottom;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.agent_detail {
  margin: 0 0 10px;
  padding-left: 0;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.agent_unit .social-wrapper {
  width: 100%;
  gap: 12px;
  display: flex;
}
.agent_unit .social-wrapper a:hover i {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.agentpic-wrapper .social-wrapper {
  text-align: center;
  width: 100%;
}

.agency_unit_wrapper .social-wrapper a i:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.agency_social i:hover {
  background-color: transparent;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.single-estate_agency .agent_detail svg,
.agent_detail svg {
  width: 14px;
  fill: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.agent_card_2 {
  margin-bottom: 25px;
}
.agent_card_2 .listing_wrapper.elementor_places_wrapper {
  overflow: hidden;
  position: relative;
  margin: 0px;
}
.agent_card_2 .realtor_position {
  color: #f7f7f7;
  line-height: 30px;
  font-size: 14px;
  border: 0px;
  position: absolute;
  bottom: 0px;
  z-index: 30;
}
.agent_card_2 .realtor_name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 15;
}
.agent_card_2 .property_listing.places_listing {
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  z-index: 10;
}
.agent_card_2 .property_listing.places_listing:hover {
  opacity: 0.9;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod="auto expand");
}

.elementor_wpresidece_grid .elementor_residence_grid.agent_card_2 {
  margin-bottom: 0;
}

.agent_unit_featured {
  padding-bottom: 0;
  float: left;
  margin-right: 30px;
}
.agent_unit_featured .agent_unit {
  padding-bottom: 0;
}
.agent_unit_featured .agent_unit_social {
  float: right;
  left: auto;
  right: 0;
  width: auto;
}

.featured_agent_notes {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  line-height: 1.65em;
}

.agent_unit_social a {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 13px;
  position: relative;
  height: 26px;
  line-height: 26px;
  display: inline-block;
}

.featured_agent_listings.wpresidence_button {
  position: absolute;
  bottom: 15px;
  left: 20px;
  border: 1px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 12px;
  padding: 0 10px;
  margin-bottom: 0;
  line-height: 24px;
}

.agent_featured_details {
  height: 75px;
  padding: 0px 20px;
  line-height: 1.65em;
  width: 100%;
}
.agent_featured_details .agent_detail {
  display: none;
}

.wpresidence_agent_unit_wrapper .agent_unit_featured:hover .agent_featured_details .agent_detail {
  display: block;
}
.wpresidence_agent_unit_wrapper .agent_unit_featured:hover .agent_featured_details .featured_agent_notes {
  display: none;
}

.agent_unit .agent_detail {
  line-height: 1.2em;
  font-size: 14px;
}
.agent_unit .agent_detail a {
  word-break: break-word;
}
.agent_unit .agent_detail i {
  width: 15px;
  font-size: 12px;
}

.agent_unit.agent_unit_type_4 {
  box-shadow: none;
  background-color: transparent;
  min-height: auto;
  padding-bottom: 0;
  border: 0px;
}
.agent_unit.agent_unit_type_4 .agent-unit-img-wrapper {
  margin: 0 0 15px 0;
  border-radius: 10px;
}
.agent_unit.agent_unit_type_4 .agent-unit-img-wrapper img {
  border-radius: 10px;
}
.agent_unit.agent_unit_type_4 h4, .agent_unit.agent_unit_type_4 .h4 {
  font-size: 16px;
  width: 100%;
  line-height: 1.3em;
  padding: 0;
  margin-bottom: 3px;
}
.agent_unit.agent_unit_type_4 .agent_position {
  padding: 0;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  margin-left: 0;
  margin-bottom: 0;
}
.agent_unit.agent_unit_type_4 .agent_unit_social {
  padding: 0;
  position: relative;
  font-size: 13px;
}
.agent_unit.agent_unit_type_4 .agent_unit_email_type_4 {
  font-size: 13px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background-color: transparent;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.agent_unit.agent_unit_type_4 .agent_unit_email_type_4 a {
  font-size: 13px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.agency_unit {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border: var(--wp-estate-unit-border-size-option, --wp_estate_unit_border_size) solid var(--wp-estate-unit-border-color-option, --wp-estate-unit-border-color);
  background-color: var(--wp-estate-property-unit-color-option, var(--wp_estate_property_unit_color));
  overflow: hidden;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.agency_unit .agency_unit_img {
  overflow: hidden;
  max-width: 320px;
}
.agency_unit .agency_unit_img img {
  width: 100%;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  background-color: #222;
  overflow: hidden;
}
.agency_unit:hover .agency_unit_img img {
  opacity: 0.9;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod="auto expand");
}
.agency_unit .agency_unit_wrapper {
  padding: 15px 0px;
  font-size: 14px;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.agency_unit .agency_unit_wrapper .agency_social-wrapper {
  width: 100%;
  padding-top: 15px;
}
.agency_unit .agency_unit_wrapper .agency_social-wrapper .agent_detail {
  line-height: 1em;
  margin-bottom: 10px;
}
.agency_unit .agency_unit_wrapper .agency_social-wrapper .agent_detail i {
  width: 13px;
}
.agency_unit .agency_unit_wrapper .agency_social-wrapper .agent_detail a {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.agency_unit .agency_unit_wrapper .agency_social-wrapper .agent_detail a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.agency_unit .agency_unit_wrapper h4, .agency_unit .agency_unit_wrapper .h4 {
  margin-bottom: 5px;
  width: 75%;
}
.agency_unit .agency_unit_wrapper .social-wrapper {
  position: absolute;
  top: 20px;
  right: 25px;
}
.agency_unit .agency_unit_wrapper .social-wrapper a {
  margin-left: 9px;
  font-size: 14px;
}
.agency_unit .agency_unit_wrapper .social-wrapper i {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.agency-dev_content {
  border-bottom: 1px solid #f1f8ff;
  padding-bottom: 20px;
}

.view_agency_profile {
  position: absolute;
  bottom: 30px;
  margin-bottom: 0;
}

.agency_users {
  margin-top: auto;
}

.sub_agent {
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.sub_agent img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
}
.sub_agent:hover img {
  border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.agency_unit_list_wrapper {
  margin: 0 15px;
  width: 100%;
}

.agent_card_my_listings {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 12px;
  background-color: rgba(105, 193, 125, 0.85);
  color: #ffffff;
  float: right;
  padding: 4px 15px;
  margin-top: 4px;
  line-height: 12px;
  z-index: 1;
}

/** MILLDONE
 * Agency & Developer Styles
 * src: scss\agency_developers_page\agency_developers_page.scss
 * This file contains styles for agency-related components in the WpResidence theme.
 * It defines the layout and appearance of agency headers, contact information,
 * social icons, maps, and related elements for both agencies and developers.
 *
 * @package WpResidence
 * @subpackage CSS
 * @version 1.1
 */
.header_agency_wrapper {
  background: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 3%, transparent);
  width: 100%;
}
.header_agency_wrapper .header_agency_container {
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 15px;
  position: relative;
  min-height: 300px;
}
.header_agency_wrapper .header_agency_container img {
  width: 100%;
}
.header_agency_wrapper .header_agency_container .developer_contact_button,
.header_agency_wrapper .header_agency_container .agency_contact_but {
  width: auto;
  clear: both;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 4px 34px;
  font-size: 14px;
}
.header_agency_wrapper .header_agency_container .agency_contact_but {
  margin-left: 10px;
  margin-top: auto;
}

.agency_title {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 25px;
  margin-bottom: 10px;
}

.agency_detail {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.6em;
}
.agency_detail a {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.agency_detail strong {
  font-weight: 600;
}

.agency_social_wrapper {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 15px;
  text-align: right;
}

.agency_social_icon {
  width: 30px;
  height: 30px;
  background-color: #20c063;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  text-align: left;
  line-height: 31px;
}
.agency_social_icon i {
  font-size: 17px;
}

#agency_map {
  width: 100%;
  height: 450px;
}

.single-estate_developer #agency_map {
  height: 265px;
}

.agency_content_wrapper {
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  margin-bottom: 30px;
  line-height: 1.65em;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.agency_contact_wrapper {
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  float: left;
  margin-bottom: 30px;
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  gap: 45px;
}
.agency_contact_wrapper #agency_contact {
  padding-left: 0;
  padding-right: 0;
}

.agency_socialpage_wrapper {
  display: flex;
  gap: 15px;
}
.agency_socialpage_wrapper a.agency_social i {
  font-size: 16px;
}

.single-estate_developer .agency_social {
  margin-bottom: 15px;
}
.single-estate_developer .agency_social i {
  font-size: 16px;
}
.single-estate_developer #agent_comment {
  height: 175px;
}

.single-estate_agency #agent_comment {
  height: 175px;
}
.single-estate_agency .agent_contanct_form {
  margin: 0;
  box-shadow: none;
}
.single-estate_agency .agency_contact {
  margin-right: 0;
  padding-right: 0;
}

.agency_taxonomy,
.developer_taxonomy {
  width: 100%;
  float: left;
}
.agency_taxonomy a,
.developer_taxonomy a {
  border-radius: 17px;
  padding: 5px 17px;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 13px;
  float: left;
  text-transform: capitalize;
  line-height: 1.65em;
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  border: 1px solid color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%, transparent);
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%, transparent);
}
.agency_taxonomy a:hover,
.developer_taxonomy a:hover {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #ffffff;
  border: 1px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.developer_content {
  margin-top: 30px;
  padding: 0 25px;
}
.developer_content .col-md-9,
.developer_content .col-md-8 {
  padding-left: 0;
  line-height: 1.6em;
}

.developer_contact_wrapper {
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  margin-bottom: 30px;
  line-height: 1.65em;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.developer_contact_wrapper h4, .developer_contact_wrapper .h4 {
  margin-bottom: 15px !important;
}

.developer_map {
  margin-top: 40px;
  padding-right: 30px;
}

.agency_contact_padding {
  padding-top: 35px;
}
.agency_contact_padding .agency_detail,
.agency_contact_padding .agency_detail a {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.developer_taxonomy.agent_taxonomy a {
  background: transparent;
  margin-top: 0;
  margin-bottom: 15px;
}

.single-estate_agent .developer_taxonomy a {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%, transparent);
}
.single-estate_agent .developer_taxonomy a:hover {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
}

/** MILLDONE
 * WPResidence Agent Page Styles
 * src: scss\agent_page\_agent_page.scss
 * This file contains styles for the agent page template in the WPResidence theme.
 * It includes styles for agent details, contact form, listings, and related elements.
 *
 * Package: WPResidence
 * Dependency: None
 * Usage: Imported in the main theme stylesheet or enqueued separately for agent pages
 */
.wpresidence-content-container-wrapper .single_width_blog .agent_content {
  padding: 10px 0;
}
.wpresidence-content-container-wrapper .single_width_blog .single-content.single-agent {
  margin-bottom: 30px;
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: flex;
  flex-direction: column;
}

.realtor-contact-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.custom_details_container > a {
  margin-right: 10px;
}

.single-estate_agent .wpestate_agent_details_wrapper .agentpic-wrapper {
  padding: 0px 0px 10px 10px;
}
.single-estate_agent .wpestate_agent_details_wrapper .agent_details {
  padding: 0px 0px 0px 30px;
}
.single-estate_agent h4#show_contact, .single-estate_agent #show_contact.h4 {
  margin-bottom: 5px;
  padding: 0 13px;
}
.single-estate_agent .wpestate_success,
.single-estate_agent .alert-message,
.single-estate_agent .login-alert {
  display: flex;
  margin: 0px 13px 10px 13px;
  width: auto;
  flex-grow: 1;
}
.single-estate_agent .agency_taxonomy,
.single-estate_agent .developer_taxonomy {
  padding-top: 0;
}
.single-estate_agent .wpestate_agent_details_container_wrapper_type_2 .alert-message {
  margin: 0px 0px 10px 0px;
}

.wpestate_agent_details_wrapper .agentpic-wrapper {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding: 0px;
}
.wpestate_agent_details_wrapper .agentpic-wrapper .agent-listing-img-wrapper {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.wpestate_agent_details_wrapper .agentpic-wrapper .agent-listing-img-wrapper .agentpict {
  width: 100%;
  height: 260px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.wpestate_agent_details_wrapper .agent_unit_social_single {
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 90%;
  z-index: 10;
  position: relative;
  text-align: center;
  margin: 0 auto;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  font-size: 15px;
}
.wpestate_agent_details_wrapper .agent_unit_social_single a {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  margin-right: 8px;
  margin-left: 8px;
}
.wpestate_agent_details_wrapper .agent_unit_social_single a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_agent_details_wrapper .agent_unit_social_single i {
  padding: 10px 0;
}
.wpestate_agent_details_wrapper .agent_details h3, .wpestate_agent_details_wrapper .agent_details .h3 {
  margin-bottom: 3px;
  font-size: 20px;
}
.wpestate_agent_details_wrapper .agent_details .agent_position {
  margin-bottom: 10px;
}
.wpestate_agent_details_wrapper .agent_details .agent_detail {
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpestate_agent_details_wrapper .agent_details .agent_detail svg {
  width: 14px;
}

.wpresidence_realtor_listings_wrapper {
  margin-bottom: 30px;
  min-height: 1px;
}
.wpresidence_realtor_listings_wrapper .term_bar_wrapper {
  width: auto;
  background-color: #fff;
  box-shadow: var(--wp-estate-cssbox-shadow-option, var(--wp_estate_cssbox_shadow));
  margin: 0px 10px 30px 10px;
  padding: 0px;
  display: flex;
  flex-grow: 1;
}
.wpresidence_realtor_listings_wrapper .term_bar_wrapper .term_bar_item {
  float: left;
  font-size: 14px;
  padding: 15px 25px;
  cursor: pointer;
  color: #222222;
  min-width: 120px;
  text-align: center;
  margin-right: 1px;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  font-weight: 500;
  background-color: #fff;
}
.wpresidence_realtor_listings_wrapper .term_bar_wrapper .term_bar_item:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpresidence_realtor_listings_wrapper .term_bar_wrapper .term_bar_item.active_term {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
}
.wpresidence_realtor_listings_wrapper .term_bar_wrapper .term_bar_item:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #edf0f1;
  content: "";
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}
.wpresidence_realtor_listings_wrapper .term_bar_wrapper .term_bar_item:hover:after, .wpresidence_realtor_listings_wrapper .term_bar_wrapper .term_bar_item.active_term:after {
  transform: translate3d(0, 0, 0);
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.custom_parameter_wrapper {
  margin-top: 15px;
}
.custom_parameter_wrapper .col-md-4 {
  margin-bottom: 15px;
}
.custom_parameter_wrapper .custom_parameter_label {
  margin-right: 10px;
  font-weight: 500;
  width: 100%;
  float: left;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}

.contact_form_flex_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.contact_form_flex_wrapper .contact_form_flex_input_wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  flex-direction: row;
  width: 100%;
}

.elementor-widget-Agent_Contact_Form .elementor-widget-container {
  row-gap: 10px;
  display: flex;
  flex-direction: column;
}

/*
* Code for agent layput type 2
* This file contains styles for the agent page template in the WPResidence theme.
* It includes styles for agent details, contact form, listings, and related elements.
*/
.wpestate_agent_header2 {
  width: 100%;
  height: 200px;
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%, transparent);
}
.wpestate_agent_header2 .wpestate_agent_header2_breadcrumbs {
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.wpestate_agent_header2_content.wpresidence-content-container-wrapper {
  margin-top: -135px;
  padding: 0;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.wpestate_agent_header2_content .wpestate_single_agent_details_wrapper_type2 {
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  display: flex;
  margin-bottom: 30px;
}
.wpestate_agent_header2_content .wpestate_single_agent_details_wrapper_type2 h3, .wpestate_agent_header2_content .wpestate_single_agent_details_wrapper_type2 .h3 {
  margin: 3px 0;
}
.wpestate_agent_header2_content .wpestate_single_agent_details_wrapper_type2 .agent_position {
  margin-bottom: 10px;
}
.wpestate_agent_header2_content .wpestate_single_agent_details_wrapper_type2 .agentpict {
  width: 380px;
  height: 335px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.wpestate_agent_header2_content .wpestate_single_agent_details_wrapper_type2 .agent_details {
  padding: 30px;
}
.wpestate_agent_header2_content .agent_social_share_type2 {
  margin-bottom: 25px;
  margin-top: 25px;
  display: flex;
  gap: 20px;
}
.wpestate_agent_header2_content .agent_social_share_type2 i {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 16px;
}
.wpestate_agent_header2_content .agent_social_share_type2 i:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_agent_header2_content .single-content.single-agent {
  box-shadow: none;
}

.wpestate_agent_details_container_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  gap: 30px;
}
.wpestate_agent_details_container_wrapper .wpestate_agent_details_container {
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  width: 100%;
}
.wpestate_agent_details_container_wrapper .wpestate_agent_contact_details_type2 {
  margin-bottom: 30px;
}

.mobile_agent_area_wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #f0f3f7;
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
  padding: 10px;
  z-index: 105;
}
.mobile_agent_area_wrapper .mobile_agent_area_details_wrapper {
  float: right;
  width: 49%;
}
.mobile_agent_area_wrapper .agent-listing-img-wrapper {
  width: 49%;
  float: left;
  font-weight: 500;
  font-size: 15px;
}
.mobile_agent_area_wrapper .agentpict {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mobile_agent_area_wrapper a {
  max-width: 106px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  font-weight: 500;
}
.mobile_agent_area_wrapper .agent_detail {
  float: right;
  margin-bottom: 0;
}
.mobile_agent_area_wrapper .agent_detail i {
  color: #fff;
  margin-right: 10px;
  font-size: 17px;
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  margin-bottom: 0;
}
.mobile_agent_area_wrapper .agent_detail:first-of-type i {
  margin-right: 0;
}

.agent_unit_widget_sidebar_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.agent_unit_widget_sidebar_wrapper .agent_unit_widget_sidebar_wrapper_unit {
  display: flex;
}
.agent_unit_widget_sidebar_wrapper .agent_unit_widget_sidebar_wrapper_unit .agent_unit_widget_sidebar {
  background-position: top;
  width: 70px;
  height: 70px;
  background-size: cover;
  float: left;
  margin-right: 15px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  flex-shrink: 0;
}
.agent_unit_widget_sidebar_wrapper .agent_unit_widget_sidebar_wrapper_unit .agent_unit_widget_sidebar_details_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.agent_unit_widget_sidebar_wrapper .agent_unit_widget_sidebar_wrapper_unit .agent_unit_widget_sidebar_details_wrapper h4, .agent_unit_widget_sidebar_wrapper .agent_unit_widget_sidebar_wrapper_unit .agent_unit_widget_sidebar_details_wrapper .h4 {
  margin-bottom: 5px;
}
.agent_unit_widget_sidebar_wrapper .agent_unit_widget_sidebar_wrapper_unit .agent_unit_widget_sidebar_details_wrapper h4 a, .agent_unit_widget_sidebar_wrapper .agent_unit_widget_sidebar_wrapper_unit .agent_unit_widget_sidebar_details_wrapper .h4 a {
  font-family: var(--wp-estate-h4-font-family-option, var(--wp-estate-h4-font-family));
  font-size: var(--wp-estate-h4-font-size-option, var(--wp-estate-h4-font-size));
  line-height: var(--wp-estate-h4-line-height-option, 16px);
  font-weight: var(--wp-estate-h4-font-weight-option, var(--wp-estate-h4-font-weight));
}
.agent_unit_widget_sidebar_wrapper .agent_unit_widget_sidebar_wrapper_unit .agent_unit_widget_sidebar_details_wrapper .agent_position {
  margin: 0px;
}

.agent_contanct_form_sidebar {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.agent_contanct_form_sidebar #show_contact {
  display: none;
}
.agent_contanct_form_sidebar .schedule_wrapper {
  margin-bottom: 10px;
}
.agent_contanct_form_sidebar .wpestate_single_agent_details_header_wrapper .schedule_meeting {
  width: 100%;
  margin: 10px 0px;
}
.agent_contanct_form_sidebar .contact_form_flex_wrapper .contact_form_flex_input_wrapper {
  flex-direction: column;
}
.agent_contanct_form_sidebar .contact_form_flex_wrapper .realtor-contact-buttons .agent_call_no {
  display: none;
}

#primary .widget-container .wpresidence_button.wpresidence_button_inverse {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
#primary .agent_unit_widget_sidebar_details_wrapper h4 a, #primary .agent_unit_widget_sidebar_details_wrapper .h4 a {
  font-family: var(--wp-estate-h4-font-family-option, var(--wp-estate-h4-font-family));
  font-size: var(--wp-estate-h4-font-size-option, var(--wp-estate-h4-font-size));
  line-height: var(--wp-estate-h4-line-height-option, var(--wp-estate-h4-line-height));
  font-weight: var(--wp-estate-h4-font-weight-option, var(--wp-estate-h4-font-weight));
}

.single-estate_agent #footer-contact-form .alert-message {
  margin: 0px;
}

.agent_taxonomy {
  width: 100%;
  float: left;
  margin: 15px 0px 0px 0px;
}

.elementor_agent_wrapper {
  display: inline-block;
  overflow: hidden;
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  width: 100%;
}
.elementor_agent_wrapper .agent_contanct_form_sidebar {
  width: 100%;
}

/* AGENT customg parameters features */
.elementor-widget-container .wpestate_property_widget .custom_details_container {
  display: none;
}

.wpestate_agent_details_container_wrapper_type_2 .agent_web_member_of_class,
.wpestate_agent_details_container_wrapper_type_2 #show_contact {
  display: none;
}

.col-md-8.add_custom_data_cont .row {
  margin: 0px;
}

.row.single_parameter_row .col-md-5:first-of-type,
.row.single_parameter_row .col-md-2:last-of-type {
  padding-left: 0px;
}

.row.single_parameter_row .col-md-2:last-of-type {
  line-height: 1.3em;
}

.wpresidence_builder_contact_form .wpestate_single_agent_details_header_wrapper {
  display: none;
}

.wpestate_top_property_navigation {
  z-index: 999;
  font-weight: 500;
  font-size: 13px;
  background-color: #fff;
  position: fixed;
  height: 50px;
  width: 100%;
  top: -50px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* For admin-bar adjustments */
}
.wpestate_top_property_navigation.sticky_property_menu_visible {
  top: 0px;
}
.admin-bar .wpestate_top_property_navigation.sticky_property_menu_visible {
  top: 32px;
}
.wpestate_top_property_navigation .wpestate_top_property_navigation_link {
  padding: 0 5px; /* Combined padding-right and padding-left */
}
.wpestate_top_property_navigation .wpestate_top_property_navigation_link.item_active {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.wpestate_property_header_extended {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 100%;
}

.wpestate_property_disclaimer {
  text-align: center;
  max-width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  padding: 15px;
  width: 100%;
  margin: 0px auto;
}

.entry-prop {
  margin-bottom: 0px;
  display: inline;
  width: auto;
  max-width: 75%;
  font-size: var(--wp-estate-h1-font-size-option, var(--wp-estate-h1-font-size));
  line-height: var(--wp-estate-h1-line-height-option, 1.1);
  font-weight: var(--wp-estate-h1-font-weight-option, var(--wp-estate-h1-font-weight));
}

.wpresidence_property_page_title_area {
  margin-bottom: 30px;
  position: relative;
  margin-top: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.wpresidence_property_page_title_area .entry-prop {
  margin-right: auto;
  margin-bottom: 5px;
}
.wpresidence_property_page_title_area .price_label {
  font-size: 22px;
  margin-top: 0px;
}
.wpresidence_property_page_title_area .property_categs {
  flex-basis: 65%;
}
.wpresidence_property_page_title_area .property_categs i {
  margin-right: 3px;
  font-size: 12px;
}
.wpresidence_property_page_title_area .prop_social {
  position: relative;
  gap: 10px;
  display: flex;
}

.single_property_labels {
  position: absolute;
  left: 0px;
  top: -30px;
}

.property_title_label {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%, transparent);
  padding: 0px 10px;
  display: inline-block;
  color: #fff;
  line-height: 22px;
}
.property_title_label:hover {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_title_label a {
  color: #ffffff;
  font-size: 13px;
}

.wpestate_property_media_section_wrapper {
  position: relative;
  margin-bottom: 30px;
}
.wpestate_property_media_section_wrapper .status-wrapper {
  position: absolute;
  top: 0px;
  right: 15px;
}
.wpestate_property_media_section_wrapper .status-wrapper.verticalstatus {
  right: 160px;
}

.single-estate_property #listing_ajax_container {
  width: 100%;
  float: left;
}

#accordion_prop_addr {
  display: inline-block;
  width: 100%;
}

.elementor-widget-container #accordion_prop_addr {
  margin-top: 0px;
}

.elementor-widget-container > .property-panel h4:after, .elementor-widget-container > .property-panel .h4:after {
  display: none;
}

.acc_google_maps {
  background-color: var(--wp-estate-second-color-option, var(--wp-estate-second-color));
  color: #fff !important;
  padding: 1px 6px;
  clear: both;
  display: inline-block;
  margin-top: 5px;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1 ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  font-size: 13px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  line-height: 1.65em;
  width: auto;
}
.acc_google_maps:hover {
  background-color: color-mix(in srgb, var(--wp-estate-second-color-option, var(--wp-estate-second-color)) 80%, transparent);
}

.wpestate_property_description {
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  display: inline-block;
  width: 100%;
  min-height: 1px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.wpestate_property_description ul, .wpestate_property_description ol {
  list-style-type: inherit;
  margin: 0px 0px 15px 15px;
}
.wpestate_property_description h4.panel-title:after, .wpestate_property_description .panel-title.h4:after {
  content: "";
}
.wpestate_property_description.property-panel .panel-body {
  padding: 0px;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border-top-right-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.accordion-item:last-of-type,
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border-bottom-left-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.accordion-item {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  border: none;
  border-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion-item .accordion-header .accordion-button {
  padding: 20px 30px;
  padding-top: calc(var(--wp-estate-contentarea-internal-padding-top-option, 30px) - 10px);
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: calc(var(wp-estate-contentarea-internal-padding-bottom-option, 30px) - 10px);
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  box-shadow: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-weight: 500;
}
.accordion-item .accordion-body {
  padding: 0px 30px 30px 30px;
  padding-top: 0px;
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
}
.accordion-item .accordion-body .row {
  margin: 0px;
}

.property-panel {
  margin-bottom: 30px;
  width: 100%;
  min-height: 1px;
  display: inline-block;
  line-height: 1.65em;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property-panel .panel {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property-panel .panel-body {
  border: none;
  padding: 0px 30px 30px;
}
.property-panel .panel-heading {
  background-color: #ffffff;
  background-image: none;
  padding: 30px 30px 15px 30px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property-panel h4, .property-panel .h4 {
  width: 100%;
  position: relative;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.property-panel h4 a, .property-panel .h4 a {
  width: 100%;
  position: relative;
}
.property-panel h4 a:hover, .property-panel .h4 a:hover {
  text-decoration: none;
}
.property-panel h4:after, .property-panel .h4:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 600;
  margin-right: 0px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.wpestate_property_header_extended.wpestate_lay6_header-masonry-gallery,
.wpestate_property_header_extended.wpestate_lay6_gallery,
.wpestate_property_header_extended.wpestate_lay6_multi-image-slider,
.wpestate_property_header_extended.wpestate_lay6_full-width-header {
  margin-bottom: 75px;
}

#accordion_property_payment_calculator .accordion-body {
  padding: 0px 15px 30px 15px;
  padding-top: 0px;
  padding-left: calc(var(--wp-estate-contentarea-internal-padding-left-option, 30px) - 15px);
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: calc(var(--wp-estate-contentarea-internal-padding-right-option, 30px) - 15px);
}

#tab_prpg .tab-pane .row {
  margin: 0px;
}

#myChartacc,
.my_chart_dash,
#myChart {
  width: 100% !important;
}

.tab-pane #myChart {
  height: 400px !important;
  width: 100% !important;
}

.my_chart_dash {
  margin-top: 15px;
  max-width: 988px;
  margin-bottom: 15px;
}

.statistics_wrapper {
  float: left;
  width: 100%;
  display: none;
}

.property-panel .carusel_closed:after {
  font-family: "Font Awesome 5 Free";
  position: relative;
  float: right;
  transform: rotate(180deg);
}

#accordion_walkscore .panel-body {
  padding: 0px 30px 30px 20px;
}

/* property video sections
===================================================*/
.property_video_wrapper {
  background-color: #222;
  position: relative;
  line-height: 1.65em;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property_video_wrapper img {
  opacity: 0.8;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property_video_wrapper img:hover {
  opacity: 1;
}
.property_video_wrapper #property_video_wrapper_player {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 49px;
  color: #fff;
  z-index: 10;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0px 0px -50px;
  opacity: 0.8;
  pointer-events: none;
}
.property_video_wrapper #property_video_wrapper_player:before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12PX;
  margin-left: -17PX;
  font-weight: 700;
}

.listing_detail {
  padding: 3px 3px 3px 0px;
}

.single-estate_property .listing_detail {
  padding: 0px 0px 7px 0px;
  min-height: 32px;
  word-break: break-word;
}
.single-estate_property .listing_detail.listing_detail_energy {
  padding: 0px 0px 7px 0px;
}
.single-estate_property .listing_detail strong {
  color: var(--wp-estate-font-color-option, #222);
  font-weight: 500;
}

.listing_detail svg,
.property_features_svg_icon {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  width: 20px;
  height: 20px;
  fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  margin: 0px 10px 0px 0px;
  line-height: 26px;
  vertical-align: middle;
  display: inline-block;
}

.listing-content .agent_contanct_form {
  margin-left: 0px;
  float: left;
  width: 100%;
}

.single-estate_property .listing-content .agent_contanct_form {
  padding: 0px 30px 30px 30px;
  background-color: #fff;
}

/* walk score 
===================================================*/
.walk_details {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.walk_details img {
  display: inline-block;
  float: left;
}
.walk_details span {
  display: inline-block;
  margin-left: 10px;
  margin-top: 1px;
  float: left;
  line-height: 1.65em;
}
.walk_details a {
  background-color: #fafafa;
  padding: 2px 8px;
  margin-left: 5px;
  font-weight: 500;
}

/*=Download
===================================================*/
.download_docs {
  width: 100%;
  font-weight: 500;
  float: left;
  margin: 15px 0px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.document_down {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.document_down svg,
.document_down i {
  font-size: 25px;
}

.subunit_title .price_label {
  font-size: 14px;
}

.price_label {
  font-size: 15px;
}

.listing_detail .price_label {
  margin-top: 0px;
  font-size: 13px;
}

/** MILLDONE
 * Property Carousel Styles
 * src scss/property_page/_carousel_classic.scss 
 * Package: WpResidence Theme
 * Component: Property Listing Carousel
 * 
 * This file contains styles for the property listing classic carousel/slider component.
 * It's part of the WpResidence theme and depends on the theme's global styles.
 *  
 */
.wpestate_property_carousel {
  overflow: hidden;
  background-color: #222;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}
.wpestate_property_carousel .owl-carousel .owl-stage {
  display: inline-block;
}
.wpestate_property_carousel.classic-carousel {
  background-color: transparent;
}
.wpestate_property_carousel.classic-carousel .owl-carousel .owl-stage-outer,
.wpestate_property_carousel.classic-carousel .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
.wpestate_property_carousel.classic-carousel .carousel-indicators a img {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.wpestate_property_carousel.classic-carousel .carousel-indicators li {
  margin-right: 7px;
  display: inline-block;
}
.wpestate_property_carousel .owl-prev,
.wpestate_property_carousel .owl-next {
  position: absolute;
  top: 50%;
  opacity: 0.9;
  background: transparent;
  border: none;
  margin: 0px;
}
.wpestate_property_carousel .owl-prev {
  left: 0px;
}
.wpestate_property_carousel .owl-next {
  right: 0px;
}
.wpestate_property_carousel .carousel-indicators.carousel-indicators-classic {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 10px 0px 0px 0px;
  height: auto;
  white-space: nowrap;
  text-align: left;
  margin: 0px;
  width: 100%;
  height: 97px;
  justify-content: flex-start;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.wpestate_property_carousel .carousel-indicators a,
.wpestate_property_carousel .carousel-indicators li {
  width: 143px;
  height: 83px;
  margin: 0px 1px 0px 0px;
  border: none;
  border-radius: 0px;
  position: relative;
  display: inline-block;
}
.wpestate_property_carousel .carousel-indicators a img,
.wpestate_property_carousel .carousel-indicators li img {
  float: left;
  opacity: 0.8;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 100%;
  height: 100%;
}
.wpestate_property_carousel .carousel-indicators a img:hover,
.wpestate_property_carousel .carousel-indicators li img:hover {
  opacity: 0.6;
}
.wpestate_property_carousel .carousel-indicators .active {
  border: none;
  background: none;
}
.wpestate_property_carousel .carousel-indicators .active img {
  opacity: 1;
}

.classic-carousel .owl-carousel .owl-item .item-video,
.classic-carousel .owl-carousel .owl-item .item {
  padding: 0px;
  height: auto;
}

.caption_on_slide {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #222;
  color: #fff;
  padding: 5px 15px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  width: auto;
}

.slider-property-status {
  position: relative;
  z-index: 50;
  float: left;
  margin-left: 10px;
  margin-top: 15px;
  padding: 2px 20px;
  font-size: 13px;
  color: #fff;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%, transparent);
  line-height: 1.65em;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.estate_video_control {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  float: left;
  font-size: 30px;
  text-indent: 0px;
  margin: -10px 0px 0px -10px;
  opacity: 0.7;
}

.wpestate_control_media_buttons_wrapper {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 15px;
}
.wpestate_control_media_buttons_wrapper .wpestate_control_media_button {
  width: 40px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  margin-right: 5px;
  background-color: rgba(34, 34, 34, 0.6588235294);
  text-align: center;
}
.wpestate_control_media_buttons_wrapper .wpestate_control_media_button.slideron, .wpestate_control_media_buttons_wrapper .wpestate_control_media_button:hover {
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 83%, transparent);
}
.wpestate_control_media_buttons_wrapper .wpestate_control_media_button i.fas.fa-location-arrow,
.wpestate_control_media_buttons_wrapper .wpestate_control_media_button i {
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}

.videoitem {
  height: 457px;
}

.videoitem_full {
  height: 613px;
}

#googleMapSlider {
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
  min-height: 450px;
  display: none;
}

.google_map_slider_wrapper {
  min-height: 450px;
}

/**
 * Vertical Property Carousel Styles
 * 
 * Package: WpResidence Theme
 * Component: Vertical Property Listing Carousel
 * 
 * This file contains styles for the vertical property listing carousel component.
 * It's part of the WpResidence theme and depends on the theme's global styles.
 * 
 * Usage: 
 * - Ensure this file is imported into the main theme stylesheet
 * - Used in conjunction with the vertical property listing carousel HTML structure
 * - Customizes the appearance of the carousel, its vertical indicators, and captions
 */
.wpestate_property_carousel.carouselvertical {
  height: auto;
}
.wpestate_property_carousel.carouselvertical .carousel-inner {
  margin-right: 149px;
  width: auto;
}
.wpestate_property_carousel.carouselvertical .owl-carousel.owl-loaded {
  height: auto;
}
.wpestate_property_carousel.carouselvertical .owl-carousel .owl-item .item {
  padding: 0px;
  height: auto;
}
.wpestate_property_carousel.carouselvertical .owl-theme .owl-nav {
  margin-top: 0px;
}

#carousel-indicators-vertical {
  width: 149px;
  right: 0px;
  position: absolute;
  top: 0px;
  bottom: auto;
  list-style: none;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background: #222;
  padding-left: 3px;
  padding-top: 3px;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#carousel-indicators-vertical li {
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
}
#carousel-indicators-vertical li img {
  opacity: 0.4;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#carousel-indicators-vertical li:hover img {
  opacity: 0.6;
}
#carousel-indicators-vertical .active img {
  opacity: 1;
}

.vertical-wrapper {
  width: auto !important;
  background: transparent !important;
  position: absolute !important;
  bottom: 0px;
  padding: 0px !important;
  right: 144px;
  left: 0px;
}
.vertical-wrapper span {
  z-index: 11;
  position: relative;
  padding-left: 15px;
  padding-top: 9px;
  display: none;
  background: #222;
  color: #fff;
  padding: 5px 15px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  margin: 10px;
}
.vertical-wrapper span.active {
  display: block;
}
.vertical-wrapper span.blank_caption, .vertical-wrapper span:empty {
  display: none;
}
.vertical-wrapper-back:empty {
  display: none;
}

.caption-wrapper.closed {
  background: #222;
}

.carousel-control.right.vertical {
  right: 143px;
}

.wpestate_estate_property_slider_section_wrapper .post-carusel .item img {
  max-height: 100%;
}
.wpestate_estate_property_slider_section_wrapper .post-carusel .vertical-wrapper {
  width: 100% !important;
}

#carousel-indicators-vertical .caption-wrapper {
  width: 665px;
}

/* MILLDONE
 * Horizontal Property Carousel
 * src: property-carousel.scss
 * Package: WpResidence
 * 
 * Purpose: Styles for the horizontal property carousel component in the WpResidence theme
 * Dependencies: Font Awesome 5 for icons
 * 
 * This file contains styles for the horizontal carousel used to display
 * property images and details. It's part of the WpResidence theme and should
 * be included in the main theme stylesheet or loaded on property detail pages.
 */
.wpestate_property_carousel.carouselhorizontal .owl-carousel .owl-item .item {
  padding: 0px;
  height: auto;
}
.wpestate_property_carousel.carouselhorizontal .carusel-back,
.wpestate_property_carousel.carouselhorizontal .carousel-indicators {
  width: 100%;
  position: absolute;
  float: left;
  display: inline;
  box-sizing: border-box;
  margin: 1px 0px 0px 0px;
  left: 0px;
  bottom: 39px;
  height: 90px;
  padding-top: 3px;
  z-index: 10;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  white-space: nowrap;
  text-align: left;
}
.wpestate_property_carousel.carouselhorizontal .carusel-back.rowclosed,
.wpestate_property_carousel.carouselhorizontal .carousel-indicators.rowclosed {
  bottom: -90px;
}
.wpestate_property_carousel.carouselhorizontal .carusel-back {
  background-color: #222;
  opacity: 0.95;
}
.wpestate_property_carousel.carouselhorizontal .carousel-indicators li {
  display: inline-block;
}
.wpestate_property_carousel.carouselhorizontal .carousel-indicators li img:hover {
  opacity: 0.6;
}
.wpestate_property_carousel.carouselhorizontal .carousel-indicators .active {
  border: none;
  background: none;
}
.wpestate_property_carousel.carouselhorizontal .carousel-indicators .active img {
  opacity: 0.6;
}
.wpestate_property_carousel.carouselhorizontal .caption_control {
  width: 20px;
  height: 20px;
  float: right;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 99;
}
.wpestate_property_carousel.carouselhorizontal .caption_control:after {
  font-family: "Font Awesome 5 Free";
  padding: 12px 13px 0px 5px;
  color: #fff;
  content: "\f107";
  margin: 0px;
  position: absolute;
  bottom: 9px;
  right: 0px;
  font-size: 20px;
  font-weight: 600;
}
.wpestate_property_carousel.carouselhorizontal .carousel-round-indicators {
  position: absolute;
  right: 40px;
  bottom: -6px;
  z-index: 100;
}
.wpestate_property_carousel.carouselhorizontal .carousel-round-indicators a {
  display: inline;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  float: left;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.6117647059);
  margin-left: 13px;
  cursor: pointer;
}
.wpestate_property_carousel.carouselhorizontal .caption-wrapper {
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #222;
  left: 0px;
  right: 0px;
  z-index: 99;
}
.wpestate_property_carousel.carouselhorizontal .caption-wrapper span {
  z-index: 11;
  position: relative;
  background: #222;
  color: #fff;
  padding: 5px 15px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
}
.wpestate_property_carousel.carouselhorizontal .caption-wrapper span.active {
  display: block;
  margin: 0px;
  line-height: 28px;
}

.closed .caption_control:after {
  content: "\f106";
}

.carouselhorizontal .caption-wrapper span {
  padding-left: 15px;
  padding-top: 9px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  margin: 10px;
  border-radius: 0px;
}

/** MILLDONE
 * Property Multi Image Slider
 * src: property-multi-image-slider.scss 
 * Package: WpResidence
 * 
 * Purpose: Styles for the property multi-image slider component in the WpResidence theme
 * 
 * This file contains SCSS styles for the multi-image slider used on property detail
 * pages. It defines the layout and appearance of the slider, individual slides,
 * captions, and related elements.
 * 
 * Dependencies: None
 * 
 * Usage: Import this file into the main theme stylesheet or compile and enqueue it
 * specifically on pages where the property multi-image slider is used.
 */
.property_multi_image_slider {
  width: 100%;
  position: relative;
  background-color: #222;
  margin-bottom: 30px;
}
.property_multi_image_slider .item {
  width: 33.3%;
  float: left;
  position: relative;
  display: none;
}
.property_multi_image_slider .item .multi_image_slider_image {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  position: relative;
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
  float: left;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.property_multi_image_slider .item .multi_image_slider_image:hover {
  opacity: 0.8;
}
.property_multi_image_slider .item .carousel-caption {
  right: auto;
  left: 0px;
  padding-bottom: 0px;
  bottom: 0px;
  width: 100%;
  text-align: left;
}
.property_multi_image_slider .item .carousel-caption .carousel-caption_underlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #222;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.property_multi_image_slider .item .carousel-caption .carousel_caption_text {
  z-index: 2;
  position: relative;
  text-shadow: none;
  padding: 10px;
}
.property_multi_image_slider .slick-dots {
  display: none;
}

.property_multi_image_slider.slick-initialized .item {
  display: block;
}

.single-content.listing-content .property_multi_image_slider {
  height: 467px;
}
.single-content.listing-content .property_multi_image_slider .multi_image_slider_image {
  height: 467px;
}

/* MILLDONE
 * Slider v4 , Full Width Slider 
 * Package: WpResidence
 * src: scss\property_page\_full_width_carousel.scss
 * Purpose: Styles for the property slider v4 component in the WpResidence theme
 * Dependencies: None
 * 
 * This file contains styles for the property slider v4 or full-width property slider used on single
 * property pages. It defines the layout and appearance of the main image slider,
 * thumbnail indicators, and related elements.
 * 
 */
.wpestate_property_slider_v3 {
  position: relative;
  min-height: 467px;
  margin-bottom: 30px;
}
.wpestate_property_slider_v3 .propery_listing_main_image {
  height: 467px;
}

.propery_listing_main_image {
  position: relative;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.carousel-indicators-wrapper-header-prop {
  background-color: #2B2937;
  width: 100%;
  position: absolute;
  height: auto;
  z-index: 9;
  bottom: 0px;
}

#carousel-property-page-header .carousel-indicators {
  padding: 0 45px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 45px;
}
#carousel-property-page-header .carousel-indicators button {
  display: inline-block;
  width: auto;
  height: auto;
  text-indent: 0px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  opacity: 1;
  position: relative;
  margin: 0px;
}
#carousel-property-page-header .carousel-indicators img {
  border: 2px solid #fff;
  max-width: 110px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
#carousel-property-page-header .carousel-indicators .active img {
  border: 2px solid #222;
}

.carousel-property-page-header-overalay {
  background: #222;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  max-height: 64px;
  position: absolute;
  max-width: 108px;
  left: 1px;
  top: 1px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.carousel-indicators .active .carousel-property-page-header-overalay {
  opacity: 0;
}

.wpestate_property_header_extended .wpestate_property_slider_v3 .propery_listing_main_image,
.wpestate_property_header_extended .propery_listing_main_image,
.single-content.listing-content .wpestate_full_width_slider_wrapper.wpestate_listing_full_slider_1 .wpestate_property_slider_v3 .propery_listing_main_image,
.single-content.listing-content .wpestate_full_width_slider_wrapper.wpestate_listing_full_slider_1 .propery_listing_main_image {
  height: 590px;
}

.overview_wrapper {
  min-height: 100px;
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  margin-bottom: 30px;
}

.single-overview-section {
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
}

.wpestate_property_header_extended .single-overview-section {
  max-width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  margin: 0px auto;
  box-shadow: 0 10px 31px 0 rgba(7, 152, 255, 0.09);
  opacity: 0.95;
}

.wpestate_property_header_extended .single-overview-section .panel-title {
  display: none;
}

.wpestate_property_header_extended.wpestate_lay6_classic .single-overview-section {
  bottom: 140px;
}

.wpestate_property_header_extended.wpestate_lay6_vertical .single-overview-section {
  bottom: 60px;
}

.wpestate_property_header_extended.wpestate_lay6_horizontal .single-overview-section {
  bottom: 165px;
}

.wpestate_property_header_extended.wpestate_lay6_full-width-header .single-overview-section {
  bottom: -25px;
  padding: 20px;
}

.wpestate_property_header_extended.wpestate_lay6_header-masonry-gallery .single-overview-section,
.wpestate_property_header_extended.wpestate_lay6_multi-image-slider .single-overview-section {
  bottom: -50px;
}

.wpestate_property_header_extended.wpestate_lay6_gallery .single-overview-section {
  bottom: -25px;
}

.elementor-widget .single-overview-section {
  margin-bottom: 0px;
}

.elementor-widget-wrap .property_categs i.fas,
.elementor-widget-wrap .prop_social .single_property_action i.fas {
  font-weight: 700 !important;
  font-family: "Font Awesome 5 Free" !important;
}

.elementor-widget-wrap .prop_social .single_property_action i.far {
  font-weight: 400 !important;
  font-family: "Font Awesome 5 Free" !important;
}

.elementor-widget .single-overview-section,
.property-page-overview-details-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

#tab_prpg .tab-pane .overview_element li.first_overview_left,
.overview_element li.first_overview_left {
  text-align: left;
}

#tab_prpg .tab-pane .overview_element,
.overview_element {
  list-style: none;
  margin: 0px;
}

.overview_element:first-of-type li {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}

.single-overview-section h4:after, .single-overview-section .h4:after {
  display: none;
}

.overview_element_type2 .first_overview_date {
  display: flex;
  gap: 5px;
}

.overview_element.overview_element_type4 li,
.overview_element.overview_element_type3 li,
.overview_element.overview_element_type2 li {
  text-align: left;
  margin-top: 0px;
}

.overview_element_type3 .first_overview {
  display: flex;
  font-size: 15px;
  gap: 5px;
}

#tab_prpg .tab-pane .overview_element li,
.overview_element li {
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  margin-bottom: 4px;
}
#tab_prpg .tab-pane .overview_element li i,
.overview_element li i {
  margin-right: 0;
}

#tab_prpg .overview_element li a,
#tab_prpg .tab-pane .overview_element li:first-of-type {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}

.overview_element img {
  height: 20px;
  margin-bottom: 6px;
}

.overview_element i {
  margin-bottom: 6px;
  font-size: 20px;
  margin-right: 0px;
}

.overview_element svg {
  width: 19px;
  height: 19px;
}

.elementor_prop_social {
  position: relative;
  top: auto !important;
  right: auto;
  min-height: 1px;
}

.no_views {
  float: left;
  font-size: 15px;
  color: #a6b3bb;
  display: none;
}

.no_views i {
  margin-right: 5px;
}

.prop_social i {
  font-size: 14px;
  margin-left: 13px;
  width: 13px;
  display: inline;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.single_property_action {
  background: #fff;
  padding: 7px 14px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  font-weight: 500;
  line-height: 10px;
  font-size: 12px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  float: left;
  cursor: pointer;
  text-transform: capitalize;
  width: auto;
  display: flex;
  align-content: center;
  gap: 5px;
  align-items: center;
}
.single_property_action .share_list {
  width: auto;
  height: auto;
  border: none;
}
.single_property_action i {
  margin-left: 0;
  color: inherit;
  font-size: 12px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.single_property_action i:before {
  font-size: 12px;
}
.single_property_action i:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.single_property_action:hover,
.single_property_action #print_page:hover,
.single_property_action .prop_social a:hover i {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: none;
}

.prop_social .share_unit {
  background-color: #fff;
  width: 120px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-size: 12px;
  padding: 10px;
  top: 28px;
  z-index: 99;
}
.prop_social .share_unit:after {
  display: none;
}
.prop_social .share_unit a {
  height: auto;
  color: inherit; /* Inherits the color from the parent */
  font-size: 13px;
  font-weight: 500;
  vertical-align: initial;
  line-height: 1em;
  width: 100%;
  float: left;
  text-align: left;
  padding: 5px 10px 5px 22px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.prop_social .share_unit a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.prop_social .share_unit .social_facebook:after,
.prop_social .share_unit .social_tweet:after,
.prop_social .share_unit .social_pinterest:after,
.prop_social .share_unit .social_whatsup:after,
.prop_social .share_unit .social_email:after {
  position: absolute;
  left: 10px;
  font-size: 13px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.prop_social .property_title_label a {
  color: #ffffff;
  height: auto;
  font-size: 14px;
  padding: 5px 5px;
  margin: 0;
}
.prop_social #add_favorites.isfavorite {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.prop_social #add_favorites.isfavorite i {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.title_share.share_list.single_property_action {
  height: 26px;
  border: none;
}
.title_share.share_list.single_property_action:hover {
  border: none;
}
.title_share.share_list.single_property_action:before {
  font-size: 12px;
}

.prop_social a {
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
  text-decoration: none;
  padding: 3px 0 0;
  height: 30px;
  margin-left: 2px;
  float: left;
  box-sizing: border-box;
  font-size: 1.333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.prop_social a:hover {
  text-decoration: none;
}

.price_area {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 30px;
  padding: 0px 0px 0px 0px;
  float: right;
  font-weight: 500;
  min-height: 1px;
  line-height: 1.1;
  position: relative;
  margin-top: -5px;
  min-width: 130px;
  text-align: right;
  max-width: 25%;
}

.second_price_area {
  position: absolute;
  top: -30px;
  font-size: 20px;
  right: 0px;
  font-weight: normal;
}

.second_price_area .price_label {
  font-size: 15px;
}

.elementor-widget-container_price_area {
  float: none;
  display: inline-block;
  min-height: 1px;
}

.pricelabel {
  float: left;
  font-size: 15px;
  padding: 14px 0px 3px 7px;
}

.wpresidence_action_button {
  background-color: #fff;
  float: left;
  margin: 5px;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  cursor: pointer;
}

.adres_area {
  clear: both;
  float: left;
  font-size: 13px;
  width: calc(100% - 240px);
}

.adres_area i {
  font-size: 12px;
  color: #a6b3bb;
}

.social_share_title {
  border: 1px solid #dfdfdf;
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  margin-left: 5px;
  cursor: pointer;
}

.social_share_title i {
  font-size: 14px;
  margin: 0px;
  text-align: center;
  display: inline-block;
  padding: 0px;
  width: auto;
  line-height: 30px;
  color: #c2ccda;
}

.agent_listings_title_similar {
  padding-left: 15px;
}

.overview_map {
  width: 120px;
  height: 120px;
  cursor: pointer;
  border-radius: 5px;
}
.overview_map img#overview_map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

#wpestate_overview_map_modal {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}

#wpestate_overview_map_modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0px;
}

#wpestate_overview_map_modal .close {
  opacity: 1;
  background: #222;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  top: 10px;
  position: absolute;
  right: 10px;
  z-index: 9;
}

#wpestate_overview_map_modal .modal-body,
#wpestate_overview_map_modal .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#wpestate_overview_map_modal .googleMap_shortcode_class,
#wpestate_overview_map_modal .google_map_shortcode_wrapper {
  height: 100%;
}

#wpestate_overview_map_modal h3, #wpestate_overview_map_modal .h3 {
  margin-top: 10px;
}

/** MILLDONE
 * Agent Section  Styles
 * src: scss\property_page\_agent_section.scss
 * This file contains styles for agent details sections in the WpResidence theme.
 * It includes styles for the agent wrapper, header, and related elements.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 3.0.3
 */
.col-12.col-md-12.wpresidence-content-container-wrapper .wpestate_contact_form_parent.wpestate_agent_details_wrapper.row.wpestate_single_agent_details_wrapper {
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  margin: 0 0 30px 0;
}
.col-12.col-md-12.wpresidence-content-container-wrapper .wpestate_contact_form_parent.wpestate_agent_details_wrapper.row.wpestate_single_agent_details_wrapper .custom_details_container {
  display: none;
}
.col-12.col-md-12.wpresidence-content-container-wrapper .wpestate_contact_form_parent.wpestate_agent_details_wrapper.row.wpestate_single_agent_details_wrapper .col-md-6.agent_details {
  padding: 0 30px;
}

.listing-content .wpestate_single_agent_details_wrapper {
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  margin: 0 0 30px 0;
}
.listing-content .wpestate_single_agent_details_wrapper .custom_details_container {
  display: none;
}
.listing-content .wpestate_single_agent_details_wrapper .col-md-6.agent_details {
  padding: 0 30px;
}

.wpestate_estate_property_design_agent {
  display: inline-block;
  width: 100%;
  min-height: 1px;
}
.wpestate_estate_property_design_agent .wpestate_agent_details_wrapper {
  width: 100%;
  padding: 30px 30px 10px;
  margin-bottom: 30px;
  background: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
}
.wpestate_estate_property_design_agent .wpestate_agent_details_wrapper.wpestate_single_agent_details_wrapper {
  margin-bottom: 0;
}

.tab-content .wpestate_agent_details_wrapper {
  padding: 0;
}

.wpestate_single_agent_details_header_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  align-content: space-around;
  flex-wrap: nowrap;
  padding: 0;
}
.wpestate_single_agent_details_header_wrapper .schedule_meeting {
  float: left;
  margin-left: 15px;
  padding: 3px 15px;
  font-size: 13px;
  line-height: 20px;
  color: #fff !important;
  background-color: var(--wp-estate-second-color-option, var(--wp-estate-second-color));
  cursor: pointer;
  transition: background-color 0.1s linear;
}
.wpestate_single_agent_details_header_wrapper .schedule_meeting:hover {
  background-color: color-mix(in srgb, var(--wp-estate-second-color-option, var(--wp-estate-second-color)) 80%, transparent);
}
.wpestate_single_agent_details_header_wrapper h4#show_contact, .wpestate_single_agent_details_header_wrapper #show_contact.h4 {
  margin-bottom: 0;
}

.wpestate_single_agent_details_wrapper {
  row-gap: 10px;
}
.wpestate_single_agent_details_wrapper .contact_form_flex_wrapper,
.wpestate_single_agent_details_wrapper .schedule_wrapper {
  padding: 0;
}

.single-estate_developer .schedule_meeting,
.single-estate_agency .schedule_meeting,
.single-estate_agent .schedule_meeting {
  display: none;
}

.message_explaining {
  width: 100%;
  font-size: 13px;
}

/** MILLDONE
 * Property Features and Details Styles
 * src: scss\property_page\_features_and_ammenities.scss
 * This CSS defines styles for property features and details sections
 * in the WpResidence WordPress theme.
 */
/* Styles for features not present in the property */
.not_present {
  text-decoration: line-through;
  color: #8997ac;
}

/* Feature chapter name styles */
.feature_chapter_name {
  width: 100%;
  font-weight: 500;
  margin: 5px 0 10px;
  padding: 0;
  position: relative;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}

/* Icon styles for property features and details */
.modal_property_features i,
.wpestate_estate_property_details_section i,
.property-panel i,
#tab_prpg i.fa-times,
#tab_prpg i.fa-check-circle,
#tab_prpg i.fa-check {
  margin-right: 10px;
}

/* Specific icon color for check and check-circle icons */
.wpestate_estate_property_details_section i.fa-check,
.property-panel i.fa-check,
#tab_prpg i.fa-check,
.wpestate_estate_property_details_section i.fa-check-circle,
.property-panel i.fa-check-circle,
#tab_prpg i.fa-check-circle {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

/** MILLDONE
 * Property Masonary Gallery v1
 * src: scss\property_page\_property_gallery.scss
 * Package: WpResidence
 * Purpose: Styles for the property Property gallery v1  component in the WpResidence theme
 * Dependencies: None
 * 
 * This file contains styles for the roperty Property gallery v1  used on property detail pages.
 * It defines the layout and appearance of the image gallery, including the main image,
 * thumbnails, overlays, and status indicators.
 * 
 * Usage: Import this file into the main theme stylesheet or enqueue it specifically
 * on pages where the property gallery is used.
 */
.gallery_wrapper {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 30px;
}
.gallery_wrapper .status-wrapper {
  position: absolute;
  top: 15px;
  left: 0;
}

.image_gallery {
  min-height: 160px;
  border-bottom: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.image_gallery.col-md-8 {
  min-height: 320px;
  border-bottom: 6px solid #ffffff;
}
.image_gallery .img_listings_overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: #444;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.image_gallery .img_listings_overlay:hover {
  opacity: 0.3;
  background-color: #222;
}
.image_gallery .img_listings_overlay.img_listings_overlay_last {
  background-color: #222;
  opacity: 0.4;
}

.special_border {
  border-top: 6px solid #ffffff;
  border-left: 6px solid #ffffff;
}

.special_border_top {
  border-top: 6px solid #ffffff;
}

.special_border_left {
  border-left: 6px solid #ffffff;
}

.wpresidence_gallery_first_col {
  padding: 0;
}

.last_gallery_item .img_listings_mes {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  z-index: 10;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  pointer-events: none;
  right: 50%;
  width: 200px;
  text-align: center;
  margin-right: -100px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.gallery_wrapper .left-column .image_gallery {
  height: 100%;
}

.elementor-widget-container .gallery_wrapper {
  margin-bottom: 0;
}

.property_header_gallery_wrapper .slider-property-status {
  margin-top: 10px;
}
.property_header_gallery_wrapper .image_gallery {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.property_header_gallery_wrapper .image_gallery.special_border {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
.property_header_gallery_wrapper .image_gallery.special_border_top {
  border-top: 1px solid #f0f0f0;
}
.property_header_gallery_wrapper .col-md-6.image_gallery {
  height: 650px;
  padding: 0;
  margin: 0;
  position: relative;
}
.property_header_gallery_wrapper .gallery-left-column .col-md-6.image_gallery {
  height: 50%;
  padding: 0;
  margin: 0;
  position: relative;
}

.property_header_gallery_wrapper .image_gallery.last_gallery_item,
.property_header_gallery_wrapper {
  margin-bottom: 0;
}

.featured_prop_type5 .img_listings_overlay,
.featured_prop_type5 .image_gallery {
  cursor: auto;
}

.property_header_gallery_wrapper .img_listings_overlay:hover {
  opacity: 0.1;
}

.wpestate_property_header_extended .col-md-8.image_gallery {
  min-height: 480px;
}

.wpestate_property_header_extended .wpresidence_gallery_first_col .image_gallery,
.wpestate_property_header_extended .col-md-4.image_gallery {
  min-height: 240px;
}

.gallery-left-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}

.wpestate_lay3_media_wrapper .property_header_gallery_wrapper,
.single-content.listing-content > .property_header_gallery_wrapper {
  margin-bottom: 30px;
}

.single-content.listing-content > .property_header_gallery_wrapper .col-md-6.image_gallery {
  height: 466px;
}

.single-content.listing-content > .property_header_gallery_wrapper .gallery-left-column.col-md-6 .image_gallery {
  height: 233px;
}

#accordion_property_virtual_tour_collapse .accordion-body {
  text-align: center;
}

iframe[src*="tiktok.com"] {
  max-width: 355px;
}

/** MILLDONE
 * WpEstate Tabs Styles
 * src: scss\property_page\_property_page_tabs.scss
 * This file contains the styles for the tab component in the WpResidence theme.
 * It defines the layout and appearance of tabs used in the Elementor widget.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - None (standalone SCSS file)
 *
 * Usage:
 * This SCSS should be compiled and included in the theme's main stylesheet.
 * It styles the #tab_prpg element and its child components.
 */
#tab_prpg {
  float: left;
  width: 100%;
  line-height: 1.65em;
  margin-bottom: 30px;
}
#tab_prpg > ul {
  margin: 0px;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#tab_prpg > ul li {
  background: transparent;
  border: none;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
  border-right: 1px solid rgba(253, 253, 253, 0.4117647059);
  width: 20%;
}
#tab_prpg > ul li:first-of-type {
  border-top-left-radius: 4px;
}
#tab_prpg > ul li button {
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 100%;
  border: none;
  line-height: 30px;
}
#tab_prpg > ul li button:hover {
  background-color: #fff;
  border-radius: 0px;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1 ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  border: none;
}
#tab_prpg > ul li button.active {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  border: none;
}
#tab_prpg .tab-content .tab-pane {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  border-radius: 0 0 4px 4px;
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  box-shadow: none;
  margin: 0 auto;
  float: none;
}
#tab_prpg .wpestate_tab_icon_elementor {
  height: 17px;
  width: auto;
  margin-right: 15px;
}
#tab_prpg svg {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  width: 20px;
  height: 20px;
  fill: #1a1a1a;
  margin: 0 10px 0 0;
  line-height: 26px;
  vertical-align: middle;
  display: inline-block;
}
#tab_prpg li.active svg {
  fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.wpestate-elementor-nav-tabs {
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}
.wpestate-elementor-nav-tabs ul {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  background-color: #fff;
  border: none;
}
.wpestate-elementor-nav-tabs a {
  padding: 30px 30px;
  border-radius: 0px 0px 0px 0px;
}

.elementor-widget-container #tab_prpg {
  float: none;
  display: inline-block;
}

.wpestate_tab_class_vertical .wpestate-elementor-nav-tabs {
  border: 1px solid #eaeaea;
  border-right-width: 0;
}

#tab_prpg.wpestate_elementor_tabs a {
  border: none;
}
#tab_prpg.wpestate_elementor_tabs a.active {
  border-bottom: 3px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
#tab_prpg.wpestate_elementor_tabs a.active svg {
  fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .wpestate-elementor-nav-tabs {
  width: 30%;
  display: inline-block;
  line-height: 1px;
}
#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .wpestate-elementor-nav-tabs ul {
  display: inline-block;
  width: 100%;
  height: auto;
}
#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .nav-tabs > li {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .nav-tabs > li a {
  text-align: left;
}
#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .tab-content {
  width: 70%;
  float: right;
  border: 1px solid #eaeaea;
}
#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .tab-pane {
  padding-top: 30px;
}

.wpestate-elementor-nav-accordions h4 svg, .wpestate-elementor-nav-accordions .h4 svg {
  width: 20px;
  height: 20px;
  fill: #1a1a1a;
  margin: 0 10px 0 0;
  line-height: 26px;
  vertical-align: middle;
  display: inline-block;
}

#wpestate_sidebar_property_contact_tabs > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  border: none;
}
#wpestate_sidebar_property_contact_tabs > ul li {
  width: 50%;
  text-align: center;
}
#wpestate_sidebar_property_contact_tabs > ul li button {
  font-size: 14px;
  font-weight: 500;
  border: none;
  background-color: var(--wp-estate-sidebar-widget-color-option, #f8f8f8);
  margin: 0px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  padding: 13px 0px;
  text-align: center;
  width: 100%;
  border-top-right-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border-top-left-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
#wpestate_sidebar_property_contact_tabs > ul li button.hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
#wpestate_sidebar_property_contact_tabs > ul li button.active {
  background-color: #fff;
}

/** MILLDONE
 * Schedule Tour Styles
 * src: scss\property_page\_schedule_tour.scss
 * This file contains all styles for the schedule tour feature in the WpResidence theme.
 * It includes styles for both the standard and alternative layouts of the tour scheduling form,
 * as well as variations for sidebar and other contexts.
 *
 * Package: WpResidence
 * Dependency: None (Pure CSS/SCSS)
 * Usage: This file should be compiled and included in the theme's main stylesheet.
 *
 * @since 3.0.3
 */
.wpestate_schedule_tour_wrapper_content {
  width: 100%;
}

.wpestate_schedule_tour_wrapper {
  background: var(--wp-estate-sidebar-widget-color-option, var(--wp_estate_sidebar_widget_color));
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
}

.schedule_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.schedule_wrapper .contact_form_flex_input_wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  flex-direction: row;
  width: 100%;
}

.wpestate_property_schedule_dates_wrapper {
  display: flex;
  margin-bottom: 15px;
  padding: 0px 50px;
}
.wpestate_property_schedule_dates_wrapper .slick-list {
  max-height: 115px;
}
.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow,
.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow {
  position: absolute;
  top: 35px;
  width: 40px;
  height: 40px;
  background-color: #f7f8f8;
  border: none;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-size: 0px;
  z-index: 9;
}
.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:hover,
.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:hover {
  color: #fff;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:before,
.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  line-height: 40px;
  opacity: 1;
  font-weight: 900;
}
.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow {
  left: 0px;
}
.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:before {
  content: "\f060";
}
.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow {
  right: 0px;
}
.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:before {
  content: "\f061";
}

.wpestate_property_schedule_singledate_wrapper {
  min-width: 80px;
  min-height: 90px;
  border: 1px solid #f0f0f0;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  margin-right: 10px;
  padding: 10px 0px;
  color: var(--wp-estate-font-color-option, #222);
  font-size: 15px;
  cursor: pointer;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  margin-bottom: 25px;
  display: none;
}
.wpestate_property_schedule_singledate_wrapper.shedule_day_option_selected, .wpestate_property_schedule_singledate_wrapper:hover {
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_property_schedule_singledate_wrapper.shedule_day_option_selected .wpestate_day_unit_day_number, .wpestate_property_schedule_singledate_wrapper:hover .wpestate_day_unit_day_number {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_property_schedule_singledate_wrapper .wpestate_property_schedule_singledate_wrapper_display {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 5px;
  line-height: 15px;
  height: 68px;
}
.wpestate_property_schedule_singledate_wrapper .wpestate_property_schedule_singledate_wrapper_display .wpestate_day_unit_day_number {
  font-size: 16px;
  font-weight: 500;
}

.wpestate_day_unit_day_number_selected {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

#wpestate_schedule_tour_time {
  width: 229px;
  display: inline-block;
  margin-bottom: 10px;
}

.wpestate_display_schedule_tour_options_wrapper {
  display: flex;
  width: 50%;
  float: right;
  justify-content: flex-end;
  gap: 10px;
}
.wpestate_display_schedule_tour_options_wrapper .wpestate_display_schedule_tour_option {
  border: 1px solid #f0f0f0;
  padding: 7px 20px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  gap: 5px;
}
.wpestate_display_schedule_tour_options_wrapper .wpestate_display_schedule_tour_option.shedule_option_selected {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: 1px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_display_schedule_tour_options_wrapper .wpestate_display_schedule_tour_option svg {
  width: 16px;
  height: 16px;
}

.contact_form_flex_wrapper .contact_form_flex_input_wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  flex-direction: row;
  width: 100%;
}

.wpestate_shedule_tour_wrapper_type2 {
  justify-content: space-between;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_shedule_tour_wrapper_type2_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_shedule_tour_wrapper_type2_content {
  padding: 0px 0px 0px 30px;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_shedule_tour_wrapper_type2_content .contact_form_flex_input_wrapper {
  display: flex;
  flex-direction: column;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_shedule_tour_wrapper_type2_content .wpestate_display_schedule_tour_options_wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_shedule_tour_wrapper_type2_content .wpestate_display_schedule_tour_options_wrapper .wpestate_display_schedule_tour_option {
  width: 100%;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_shedule_tour_wrapper_type2_content #wpestate_schedule_tour_time {
  width: 100%;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_shedule_tour_wrapper_type2_content .contact_form_flex_wrapper {
  flex-direction: column;
  width: 100%;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_shedule_tour_wrapper_type2_content .contact_form_flex_wrapper .form-control {
  margin-bottom: 0px;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_shedule_tour_wrapper_type2_content .contact_form_flex_wrapper .wpresidence_button.agent_submit_class {
  width: 100%;
  margin-bottom: 0px;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_property_schedule_dates_wrapper {
  padding: 0px;
}
.wpestate_shedule_tour_wrapper_type2 .slick-slide.wpestate_property_schedule_singledate_wrapper {
  min-width: 72px;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow {
  right: -20px;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow {
  left: -20px;
}

#sidebar_schedule .wpestate_property_schedule_dates_wrapper,
#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper,
.property_page_agent_form_v2_section .wpestate_property_schedule_dates_wrapper {
  padding: 0px 0px;
  margin-bottom: 0px;
  height: 105px;
}
#sidebar_schedule .wpestate_property_schedule_dates_wrapper ul.xoxo,
#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper ul.xoxo,
.property_page_agent_form_v2_section .wpestate_property_schedule_dates_wrapper ul.xoxo {
  clear: both;
}
#sidebar_schedule .slick-slide.wpestate_property_schedule_singledate_wrapper,
#primary_sidebar_wrapper .slick-slide.wpestate_property_schedule_singledate_wrapper,
.property_page_agent_form_v2_section .slick-slide.wpestate_property_schedule_singledate_wrapper {
  min-width: 54px;
  min-height: 70px;
  height: 75px;
}
#sidebar_schedule .wpestate_property_schedule_singledate_wrapper_display,
#primary_sidebar_wrapper .wpestate_property_schedule_singledate_wrapper_display,
.property_page_agent_form_v2_section .wpestate_property_schedule_singledate_wrapper_display {
  height: 54px;
}
#sidebar_schedule .wpestate_display_schedule_tour_options_wrapper,
#primary_sidebar_wrapper .wpestate_display_schedule_tour_options_wrapper,
.property_page_agent_form_v2_section .wpestate_display_schedule_tour_options_wrapper {
  width: 100%;
  float: left;
  justify-content: flex-start;
}
#sidebar_schedule .wpestate_display_schedule_tour_option,
#primary_sidebar_wrapper .wpestate_display_schedule_tour_option,
.property_page_agent_form_v2_section .wpestate_display_schedule_tour_option {
  padding: 11px 11px;
  width: 50%;
  font-size: 13px;
  line-height: 1em;
}
#sidebar_schedule #wpestate_schedule_tour_time,
#primary_sidebar_wrapper #wpestate_schedule_tour_time,
.property_page_agent_form_v2_section #wpestate_schedule_tour_time {
  width: 100%;
  font-size: 13px;
}
#sidebar_schedule .wpestate_tour_info_headline,
#primary_sidebar_wrapper .wpestate_tour_info_headline,
.property_page_agent_form_v2_section .wpestate_tour_info_headline {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}
#sidebar_schedule .wpresidence_button.agent_submit_class,
#primary_sidebar_wrapper .wpresidence_button.agent_submit_class,
.property_page_agent_form_v2_section .wpresidence_button.agent_submit_class {
  width: 100%;
}
#sidebar_schedule .contact_form_flex_wrapper,
#primary_sidebar_wrapper .contact_form_flex_wrapper,
.property_page_agent_form_v2_section .contact_form_flex_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#sidebar_schedule .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow,
#sidebar_schedule .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow,
#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow,
#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow,
.property_page_agent_form_v2_section .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow,
.property_page_agent_form_v2_section .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow {
  width: 30px;
  height: 30px;
}
#sidebar_schedule .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:before,
#sidebar_schedule .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:before,
#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:before,
#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:before,
.property_page_agent_form_v2_section .wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:before,
.property_page_agent_form_v2_section .wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:before {
  line-height: 30px;
}

.wpestate_tour_info_headline {
  margin: 10px 0px 10px 0px;
  font-size: 15px;
  display: inline-block;
  width: 100%;
}

.agent_contanct_form_sidebar .wpresidence_button.agent_submit_class {
  width: 100%;
}

#sidebar_schedule .contact_form_flex_wrapper .contact_form_flex_input_wrapper {
  flex-direction: column;
}

/* MILLDONE
 * Mortgage Calculator 
 * src: property_payment_calculator.scss
 * Package: WpResidence
 * 
 * Purpose: Provides styles for the property payment calculator component in the WpResidence theme. This includes 
 *          layout, input styling, and chart display adjustments, focusing on mortgage calculations.
 * 
 * Dependencies:
 * - Chart.js for rendering the mortgage chart.
 * - WpResidence theme structure and base styles for general layout.
 * 
 * Usage:
 * This file should be included in the main theme stylesheet or loaded only on pages featuring 
 * the property payment calculator. It is designed to work with the specific markup structure of the calculator.
 */
.morgage_chart_wrapper {
  width: 50%;
  float: left;
  position: relative;
}
.morgage_chart_wrapper.onfirst {
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
}
.morgage_chart_wrapper.onfirst #canvas-holder {
  margin-left: -40px;
  position: relative;
}
.morgage_chart_wrapper.onfirst #canvas-holder #morgage_chart {
  position: relative;
}
.morgage_chart_wrapper.onfirst #canvas-holder .morg_momth_pay {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 46px;
  margin-left: 25px;
}
.morgage_chart_wrapper.onfirst #canvas-holder .morg_momth_pay .morg_month_wrap {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 17px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.morgage_chart_wrapper.onfirst .morgage_legend {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
.morgage_chart_wrapper.onfirst .morgage_legend li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.morgage_chart_wrapper.onfirst .morgage_legend li::before {
  width: 10px;
  height: 5px;
  content: " ";
  margin-right: 5px;
  position: absolute;
  left: -15px;
  bottom: 9px;
}
.morgage_chart_wrapper.onfirst .morgage_legend li:nth-child(1)::before {
  background: #0073e1;
}
.morgage_chart_wrapper.onfirst .morgage_legend li:nth-child(2)::before {
  background: #0ac3f8;
}
.morgage_chart_wrapper.onfirst .morgage_legend li:nth-child(3)::before {
  background: #ff5e5b;
}
.morgage_chart_wrapper label {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
  margin-top: 13px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.morgage_chart_wrapper #hoo_fees,
.morgage_chart_wrapper #monthly_property_tax {
  width: 100%;
}

.morgage_data_wrapper {
  width: 50%;
  float: left;
  position: relative;
}
.morgage_data_wrapper label {
  margin-bottom: 3px;
  margin-top: 13px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  width: 100%;
}
.morgage_data_wrapper.onfirst #morgage_down_payment {
  float: left;
}
.morgage_data_wrapper .morgage_inputdata {
  width: 100%;
}

.percentage-wrapper {
  width: 25%;
  float: left;
  position: relative;
}
.percentage-wrapper::after {
  content: "%";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(34, 34, 34, 0.4117647059);
  font-size: 14px;
}
.percentage-wrapper #morgage_down_payment_percent {
  width: 100%;
  padding-right: 20px;
}

.currency-wrapper {
  position: relative;
}
.currency-wrapper::after {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(34, 34, 34, 0.4117647059);
  font-size: 14px;
}
.currency-wrapper input {
  padding-right: 25px;
}

.elementor-widget-container #morgage_chart {
  width: 379px !important;
  height: 189px !important;
  margin: 0px auto;
}

.col-lg-12 #morgage_chart {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.col-lg-12 #morgage_chart {
  width: 369px !important;
  height: 184px !important;
}
.col-lg-12 .morgage_chart_wrapper.onfirst #canvas-holder .morg_momth_pay {
  margin-left: 17px;
}

#tab_prpg .tab-pane .morgage_chart_wrapper ul {
  margin-left: 0;
}
#tab_prpg .tab-pane .morgage_chart_wrapper ul li {
  width: auto;
}

/**
 * Property Details Modal Styles for WpResidence Theme
 *
 * This file contains styles for the property details modal in the WpResidence WordPress theme.
 * It defines the layout and appearance of various elements within the modal, including
 * images, content sections, agent details, and interactive elements.
 *
 * Package: WpResidence
 * Dependency: None (standalone SCSS file)
 * Usage: Import this file in the main theme stylesheet or compile separately for modal styles.
 */
#property_details_modal_wrapper .property_details_modal_back {
  background-color: #111;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
}
#property_details_modal_wrapper .property_details_modal_container {
  background-color: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  left: 0;
  right: 0;
  top: 0;
  width: 1250px;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  margin: 0px auto;
  box-shadow: 3px 5px 13px 0px rgba(29, 29, 29, 0.05);
  line-height: 1.65em;
  z-index: 1;
}
#property_details_modal_wrapper #property_details_modal_close {
  background-color: #222;
  position: absolute;
  cursor: pointer;
  z-index: 999999;
  width: 40px;
  height: 40px;
  top: 0px;
  right: -40px;
  opacity: 1;
}
#property_details_modal_wrapper #property_details_modal_close i {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
#property_details_modal_wrapper #property_details_modal_close:hover {
  opacity: 0.9;
}
#property_details_modal_wrapper #property_modal_images {
  width: 60%;
  overflow-y: scroll;
  float: left;
  background: #222;
}
#property_details_modal_wrapper #property_modal_images img {
  width: 50%;
  display: inline-block;
  opacity: 0.75;
  cursor: pointer;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
#property_details_modal_wrapper #property_modal_images img:hover {
  opacity: 1;
}
#property_details_modal_wrapper #property_modal_images img:first-of-type {
  width: 100%;
  border: none !important;
}
#property_details_modal_wrapper #property_modal_images img:nth-of-type(2n+1) {
  border-top: 2px solid #fff;
  border-left: 1px solid #fff;
}
#property_details_modal_wrapper #property_modal_images img:nth-of-type(2n+2) {
  border-top: 2px solid #fff;
  border-right: 1px solid #fff;
}
#property_details_modal_wrapper #property_modal_header {
  width: 40%;
  float: left;
  padding: 0px 20px 10px 20px;
  background-color: var(--wp_estate_content_back_color-option, var(--wp_estate_content_back_color));
}
#property_details_modal_wrapper #property_modal_header #property_modal_top_bar {
  width: 100%;
  height: 40px;
  margin-bottom: 6px;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  float: left;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
#property_details_modal_wrapper #property_modal_header #property_modal_top_bar #add_favorites {
  top: 0px;
  left: 0px;
  right: auto;
  font-size: 13px;
  cursor: pointer;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: inline-block;
}
#property_details_modal_wrapper #property_modal_header #property_modal_top_bar #add_favorites.isfavorite {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  padding: 0px 10px;
}
#property_details_modal_wrapper #property_modal_header #property_modal_top_bar #add_favorites.isfavorite i {
  display: none;
}
#property_details_modal_wrapper #property_modal_header #property_modal_top_bar #add_favorites.isnotfavorite {
  background-color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  color: #fff;
  padding: 0px 10px;
}
#property_details_modal_wrapper #property_modal_header #property_modal_top_bar #add_favorites:hover {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  padding: 0px 10px;
}
#property_details_modal_wrapper #property_modal_header #property_modal_top_bar .prop_social a, #property_details_modal_wrapper #property_modal_header #property_modal_top_bar .prop_social i {
  height: auto;
  padding: 0;
  line-height: 40px;
}
#property_details_modal_wrapper #property_modal_header #property_modal_top_bar .prop_social a:hover, #property_details_modal_wrapper #property_modal_header #property_modal_top_bar .prop_social i:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
#property_details_modal_wrapper #property_modal_header .modal_property_title {
  position: relative;
  float: left;
  margin-top: 5px;
  width: 100%;
  font-size: 26px;
  margin-bottom: 5px;
}
#property_details_modal_wrapper #property_modal_header .modal_property_price {
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  margin-right: 30px;
}
#property_details_modal_wrapper #property_modal_header .modal_property_bed {
  float: left;
  line-height: 26px;
}
#property_details_modal_wrapper #property_modal_header .modal_bedrooms,
#property_details_modal_wrapper #property_modal_header .modal_bathrooms,
#property_details_modal_wrapper #property_modal_header .modal_size {
  margin-right: 10px;
  font-size: 15px;
}
#property_details_modal_wrapper #property_modal_header .modal_property_addr {
  clear: both;
  float: left;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
}
#property_details_modal_wrapper #property_modal_header #modal_contact_agent {
  float: left;
}
#property_details_modal_wrapper #property_modal_content {
  width: 40%;
  overflow-y: scroll;
  float: left;
  padding: 20px 0px;
  display: inline-block;
}
#property_details_modal_wrapper #property_modal_content p {
  margin-bottom: 15px;
}
#property_details_modal_wrapper #property_modal_content .modal_content_block {
  padding: 15px 20px;
  display: inline-block;
  width: 100%;
}
#property_details_modal_wrapper #property_modal_content .modal_content_block:empty {
  display: none;
}
#property_details_modal_wrapper #property_modal_content .modal_content_block:nth-of-type(odd) {
  background: var(--wp_estate_content_back_color-option, var(--wp_estate_content_back_color));
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent {
  background: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color)) !important;
  padding-bottom: 0px;
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent .schedule_wrapper,
#property_details_modal_wrapper #property_modal_content #modal_property_agent .contact_form_flex_wrapper,
#property_details_modal_wrapper #property_modal_content #modal_property_agent .custom_details_container {
  padding: 0;
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent .schedule_wrapper .realtor-contact-buttons,
#property_details_modal_wrapper #property_modal_content #modal_property_agent .contact_form_flex_wrapper .realtor-contact-buttons,
#property_details_modal_wrapper #property_modal_content #modal_property_agent .custom_details_container .realtor-contact-buttons {
  margin-bottom: 10px;
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent .wpestate_agent_details_wrapper {
  padding: 0 13px;
  row-gap: 10px;
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent .wpestate_single_agent_details_header_wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent .agent_details h3, #property_details_modal_wrapper #property_modal_content #modal_property_agent .agent_details .h3 {
  font-size: 20px;
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent .agentpict {
  height: 210px;
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent .schedule_meeting {
  margin-left: 0px;
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent .agent_detail {
  font-size: 13px;
  margin-bottom: 5px;
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent .agent_unit_social_single {
  width: 85%;
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent .agent_unit_social_single .fa {
  font-size: 14px;
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent .agent_details,
#property_details_modal_wrapper #property_modal_content #modal_property_agent .agentpic-wrapper {
  width: 50%;
}
#property_details_modal_wrapper #property_modal_content .wpestate_property_description,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_addr,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_details,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_features,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_videos,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_walkscore,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_yelp {
  width: 100%;
  float: left;
  margin: 10px 0px;
}
#property_details_modal_wrapper #property_modal_content .wpestate_property_description .row,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_addr .row,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_details .row,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_features .row,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_videos .row,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_walkscore .row,
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_yelp .row {
  margin: 0;
}
#property_details_modal_wrapper #property_modal_content .wpestate_property_description {
  box-shadow: none !important;
  padding: 0px;
}
#property_details_modal_wrapper #property_modal_content .panel-title {
  margin-bottom: 10px;
}
#property_details_modal_wrapper #property_modal_content .listing_detail strong {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-weight: 500;
}
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_floor_plans .floor_title {
  width: 100%;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  margin-bottom: 5px;
}
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_floor_plans .floor_details {
  width: 50%;
  text-align: left;
}
#property_details_modal_wrapper #property_modal_content .wpestate_property_modal_floor_plans .floor_image img {
  width: 100%;
}
#property_details_modal_wrapper #property_modal_content #modal_property_mortgage {
  margin-bottom: 30px;
}
#property_details_modal_wrapper #property_modal_content #modal_property_mortgage .row {
  padding: 0;
}
#property_details_modal_wrapper #property_modal_content #modal_property_mortgage .morg_momth_pay {
  margin-top: 0px;
  font-size: 13px;
}
#property_details_modal_wrapper #property_modal_content #modal_property_mortgage .morg_month_wrap {
  font-size: 14px;
}

.modal_property_description,
.modal_property_adress,
.modal_property_details,
.modal_property_features,
.modal_property_video,
.modal_property_video_tour {
  margin-bottom: 5px;
  display: inline-block;
}

.wpestate_property_modal_details .col-md-4,
.wpestate_property_modal_addr .listing_detail.col-md-4,
.wpestate_property_modal_features .col-md-4 {
  width: 50%;
}

.vbox-overlay {
  z-index: 99999999 !important;
}

.owl-demo-modal_class,
#owl-demo-modal,
#owl-demo-modal .owl-item {
  width: 1200px;
  height: 768px;
}

.owl_holder {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox_property_wrapper_floorplans .owl-theme .owl-nav {
  text-align: left;
}

.modal_lightbox_property_wrapper .lightbox_property_wrapper_level2 {
  width: 100%;
  max-width: 1200px;
  background: transparent;
  max-height: 800px;
  min-height: 800px;
}

.modal_lightbox_property_wrapper .lightbox_property_slider {
  max-width: 100%;
}

.modal_lightbox_property_wrapper .owl-carousel .owl-item .item {
  height: 800px;
}

.admin-bar #property_details_modal_wrapper {
  top: 30px;
}

/** MILLDONE
 * Floor Plans Styles
 * src: scss\property_page\_floor_plans.scss
 * This file contains all styles for the floor plans feature in the WpResidence theme.
 * It includes styles for the accordion view, lightbox gallery view, and additional
 * floor plan management features.
 *
 * Package: WpResidence
 * Dependency: None (Pure CSS/SCSS)
 *
 * @since 3.0.3
 */
.front_plan_row,
.front_plan_row_image {
  float: left;
  margin-bottom: 10px;
  padding: 0;
}

.front_plan_row {
  background-color: #f8f8f8;
  padding: 10px;
  cursor: pointer;
  width: 100%;
}
.front_plan_row:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.front_plan_row .floor_title {
  width: 29%;
  display: inline;
  float: left;
  font-weight: 500;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.front_plan_row .floor_details {
  width: 15%;
  display: inline;
  float: right;
  text-align: right;
}
.front_plan_row .floor_details.floor_price_details {
  width: 25%;
}
.front_plan_row .floor_details .bold_detail {
  font-weight: 500;
  text-transform: capitalize;
}

.front_plan_row_image {
  display: none;
}
.front_plan_row_image .floor_image {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.front_plan_row_image .floor_image img {
  margin: 0px auto;
  width: 100%; /* Make sure the image fits the container width */
  height: auto; /* Maintain aspect ratio */
  max-width: 100%; /* Ensure the image doesn't exceed container width */
  display: block; /* Remove any extra space below the image */
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.front_plan_row_image .floor_description {
  margin: 10px 0;
}

.lightbox_property_wrapper_floorplans,
.lightbox_property_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
  display: none;
}
.lightbox_property_wrapper_floorplans.is_visible,
.lightbox_property_wrapper.is_visible {
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
}

.lightbox_property_content.row {
  margin: 0px;
}

.lightbox_property_wrapper_floorplans .owl-wrapper-outer,
.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item {
  background-color: #f8f8f8 !important;
}
.lightbox_property_wrapper_floorplans .lightbox_property_content.row {
  height: 100%;
}
.lightbox_property_wrapper_floorplans .lightbox_property_wrapper_level2 {
  max-width: 1150px;
}
.lightbox_property_wrapper_floorplans .lightbox_property_slider {
  max-width: 100%;
  padding: 0;
}
.lightbox_property_wrapper_floorplans .owl-theme .owl-nav,
.lightbox_property_wrapper_floorplans .owl-nav {
  position: absolute;
  top: 50%;
  width: 75%;
  padding: 0px 15px;
}
.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item .itemimage {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 75%;
  height: 100%;
  float: left;
  background: #fff;
  padding: 55px;
  max-height: 580px;
  display: flex;
}

.lighbox-image-close-floor {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  border-bottom-left-radius: 4px;
}
.lighbox-image-close-floor i {
  color: #222;
  cursor: pointer;
  font-size: 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0px auto;
  line-height: 35px;
}
.lighbox-image-close-floor i:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

#owl-demo-floor {
  max-width: 1150px;
}
#owl-demo-floor img {
  -o-object-fit: contain;
     object-fit: contain; /* Crop the image to fit within its container */
  max-width: 100%; /* Ensure it doesn’t grow beyond the container’s width */
}
#owl-demo-floor .owl-prev,
#owl-demo-floor .owl-next {
  margin-right: 0px;
  font-style: initial;
  background: transparent;
  border: none;
  margin: 0px;
}
#owl-demo-floor .owl-wrapper-outer {
  background-color: #ffffff;
}
#owl-demo-floor .bold_detail {
  font-weight: 500;
}

.lightbox_floor_details {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 25%;
  max-width: 200px;
}
.lightbox_floor_details .floor_light_desc,
.lightbox_floor_details .floor_title,
.lightbox_floor_details .floor_details {
  float: left;
  width: 100%;
  text-align: left;
}
.lightbox_floor_details .floor_title {
  font-size: 20px;
  font-weight: 500;
  padding-left: 0px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}

.floor_light_desc {
  margin: 10px 0px;
}

#add_new_plan_front_end {
  margin: 10px 0px 30px 0px;
  cursor: pointer;
  background-color: #4ecb8f;
  color: #fff;
  padding: 5px;
}

.plan_row {
  float: left;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #f0f0f0;
  padding: 20px;
}

.floor_container {
  width: 100%;
  max-width: 100% !important;
  border: 1px solid #f0f0f0;
  padding: 0px;
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-left: 0px !important;
}
.floor_container img {
  margin-bottom: 20px;
}
.floor_container .floor_p {
  width: 33%;
}
.floor_container input {
  float: left;
  width: 95%;
}
.floor_container i {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #a51e6c;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  cursor: pointer;
}

.floor_p {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.floor_full {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.plan_image,
.plan_description {
  width: 97.5%;
}

.floor_upload_but {
  width: 220px !important;
}

#floor_submit {
  margin-left: 10px;
  margin-top: 0px;
  display: inline-block;
}

#use_floor_plans {
  float: left;
  margin-bottom: 20px;
  margin-top: 1px;
  margin-right: 5px;
}

.manage_floor {
  float: left;
  color: #fff;
  margin-top: 10px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  margin-left: 15px;
}
.manage_floor:hover {
  color: #fff;
}

/** MILLDONE
 * Lightbox Property Styles for WpResidence Theme
 * src: scss\property_page\_gallery_lightbox.scss
 * This file contains styles for the lightbox property feature in the WpResidence theme.
 * It defines the layout and appearance of the lightbox modal, image slider, and contact form.
 * 
 * Package: WpResidence
 * Dependencies: None (standalone SCSS file)
 * 
 * Usage: Include this file in the main theme stylesheet or compile separately and enqueue.
 * 
 * Note: This file has been optimized and commented for better maintainability.
 */
.lightbox_property_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
  display: none;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider {
  max-width: 75%;
  padding: 0;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider.col-md-12.lightbox_no_contact {
  max-width: 100%;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider.col-md-12.lightbox_no_contact #owl-demo .item {
  background-size: contain;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider #owl-demo {
  max-width: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider #owl-demo .item {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 623px;
  padding: 0px;
  background-color: #222;
  background-repeat: no-repeat;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider #owl-demo .item img {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider .owl-prev,
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider .owl-next {
  position: absolute;
  top: 50%;
  border: none;
  background: transparent;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider .owl-prev {
  left: 0;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider .owl-next {
  right: 0;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar {
  display: flex;
  width: auto;
  max-width: 25%;
  flex-direction: column;
  padding: 0 25px;
  gap: 15px;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .lightbox_property_header {
  margin-top: 30px;
  width: 100%;
  background-color: #FFF;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .lightbox_property_header .entry-prop {
  font-size: 23px;
  line-height: 1.3em;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-weight: 500;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form {
  width: auto;
  padding: 0;
  box-shadow: none;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper .contact_form_flex_input_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper .contact_form_flex_input_wrapper input[type=text] {
  width: 100%;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper textarea {
  max-height: 100px;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper .agent_submit_class {
  width: 100%;
  margin-bottom: 0;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper .realtor-contact-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper .realtor-contact-buttons .wpresidence_button {
  width: 48%;
  padding: 6px 0;
  text-align: center;
}
.lightbox_property_wrapper .lighbox-image-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  background-color: #fff;
}
.lightbox_property_wrapper .lighbox-image-close i {
  color: #222;
  cursor: pointer;
  font-size: 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.lighbox_overlay {
  background-color: #111;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.lightbox_wrapped_no_contact {
  max-width: 1100px;
}
.lightbox_wrapped_no_contact #owl-demo {
  padding: 0;
  margin: 0;
}

.ligtbox_no_crop {
  max-height: 100%;
}
.ligtbox_no_crop .owl-carousel .owl-item {
  float: left;
  overflow: hidden;
}
.ligtbox_no_crop .owl-carousel .owl-item .item {
  height: auto;
  padding: 0;
  height: 700px;
}

.owl_caption {
  background: #222;
  color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lightbox_property_wrapper_level2 {
  background: #fff;
  max-width: 1450px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  max-height: 623px;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  z-index: 100;
}

.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lightbox_property_content.row {
  margin: 0;
  height: 100%;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lightbox_property_slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop #owl-demo {
  max-width: 100%;
  width: 100%;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-carousel .owl-item .item {
  background: transparent;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lighbox-image-close {
  top: 10px;
  right: 10px;
  z-index: 10;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-carousel .owl-wrapper-outer {
  background: transparent;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl_caption {
  display: none;
}

.modal_lightbox_property_wrapper .lightbox_property_wrapper_level2 .lighbox-image-close,
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact .lighbox-image-close {
  background: #222;
}
.modal_lightbox_property_wrapper .lightbox_property_wrapper_level2 .lighbox-image-close i,
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact .lighbox-image-close i {
  color: #fff;
}

.lightbox_property_slider #owl-demo .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lightbox_property_sidebar .schedule_meeting,
.lightbox_property_wrapper .schedule_day,
.lightbox_property_wrapper .schedule_hour,
.lightbox_property_wrapper #show_contact,
.lightbox_property_wrapper .wpestate_agent_details_wrapper,
.lightbox_property_wrapper .agent_call_no,
.lightbox_property_wrapper .agent_web_class,
.lightbox_property_wrapper .agent_skype_class,
.lightbox_property_wrapper .agent_email_class,
.lightbox_property_wrapper .agent_unit_social_single {
  display: none;
}

.lightbox_property_footer {
  width: 100%;
}

.lighbox-logo {
  width: 200px;
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  float: left;
  height: 100%;
}

.lightbox_enquire {
  width: auto;
  margin: 0;
  box-shadow: none;
  float: left;
}

.lightbox_property_wrapper .agentpic-wrapper {
  width: 100%;
}

.lightbox_property_wrapper .agent_details h3, .lightbox_property_wrapper .agent_details .h3,
.lightbox_property_wrapper .agent_details {
  width: 100%;
  padding-left: 0;
  min-height: auto;
}

.lightbox_property_wrapper .agent_position,
.lightbox_property_wrapper .agent_detail {
  margin-left: 0;
}

.lightbox_property_wrapper #agent_comment {
  max-height: 85px;
}

.lightbox_property_wrapper .agentpict {
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 10px;
}

.lightbox_property_wrapper .wpcf7-response-output {
  margin-top: 5px;
}

.lightbox_property_wrapper .message_submit {
  width: 100%;
  margin-bottom: 10px;
}

.classic-carousel .owl-carousel .owl-item img,
.classic-carousel .owl-carousel .owl-item .item {
  background-color: #222;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.owl-carousel .owl-item .itemimage {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 623px;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-pagination {
  display: none;
}

#owl-demo .slick-track {
  position: relative;
  top: 0px;
  left: 0;
  padding-top: 0px;
  display: block;
}

#owl-demo .slick-slide {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 623px;
  padding: 10px;
  background-color: #222;
  position: relative;
}

#owl-demo button.slick-prev.slick-arrow,
#owl-demo button.slick-next.slick-arrow {
  background: rgba(34, 34, 34, 0.66);
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: -20px 10px 10px;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  -moz-border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  filter: Alpha(Opacity=95);
  opacity: 0.95;
  cursor: pointer;
  z-index: 1;
  top: 50%;
}

#owl-demo button.slick-prev.slick-arrow {
  right: auto;
  left: 15px;
}

.lightbox_property_wrapper .slick-slider .carousel-control-prev {
  float: right;
  left: auto;
  right: 10px;
}

.lightbox_property_wrapper .slick-slider .carousel-control-next {
  left: 10px !important;
}

.lightbox_property_wrapper .slick-slider .carousel-control-next i {
  transform: rotate(180deg);
}

.lightbox_property_wrapper .slick-slider .carousel-control-prev i {
  transform: rotate(180deg);
}

/** MILLDONE
 * Lightbox Property Styles for WpResidence Theme
 * src: scss\property_page\_gallery_lightbox.scss
 * This file contains styles for the lightbox property feature in the WpResidence theme.
 * It defines the layout and appearance of the lightbox modal, image slider, and contact form.
 * 
 * Package: WpResidence
 * Dependencies: None (standalone SCSS file)
 * 
 * Usage: Include this file in the main theme stylesheet or compile separately and enqueue.
 * 
 * Note: This file has been optimized and commented for better maintainability.
 */
.lightbox_property_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
  display: none;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider {
  max-width: 75%;
  padding: 0;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider.col-md-12.lightbox_no_contact {
  max-width: 100%;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider.col-md-12.lightbox_no_contact #owl-demo .item {
  background-size: contain;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider #owl-demo {
  max-width: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider #owl-demo .item {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 623px;
  padding: 0px;
  background-color: #222;
  background-repeat: no-repeat;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider #owl-demo .item img {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider .owl-prev,
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider .owl-next {
  position: absolute;
  top: 50%;
  border: none;
  background: transparent;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider .owl-prev {
  left: 0;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_slider .owl-next {
  right: 0;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar {
  display: flex;
  width: auto;
  max-width: 25%;
  flex-direction: column;
  padding: 0 25px;
  gap: 15px;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .lightbox_property_header {
  margin-top: 30px;
  width: 100%;
  background-color: #FFF;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .lightbox_property_header .entry-prop {
  font-size: 23px;
  line-height: 1.3em;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-weight: 500;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form {
  width: auto;
  padding: 0;
  box-shadow: none;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper .contact_form_flex_input_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper .contact_form_flex_input_wrapper input[type=text] {
  width: 100%;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper textarea {
  max-height: 100px;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper .agent_submit_class {
  width: 100%;
  margin-bottom: 0;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper .realtor-contact-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.lightbox_property_wrapper .lightbox_property_content.row .lightbox_property_sidebar .agent_contanct_form .contact_form_flex_wrapper .realtor-contact-buttons .wpresidence_button {
  width: 48%;
  padding: 6px 0;
  text-align: center;
}
.lightbox_property_wrapper .lighbox-image-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  background-color: #fff;
}
.lightbox_property_wrapper .lighbox-image-close i {
  color: #222;
  cursor: pointer;
  font-size: 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.lighbox_overlay {
  background-color: #111;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.lightbox_wrapped_no_contact {
  max-width: 1100px;
}
.lightbox_wrapped_no_contact #owl-demo {
  padding: 0;
  margin: 0;
}

.ligtbox_no_crop {
  max-height: 100%;
}
.ligtbox_no_crop .owl-carousel .owl-item {
  float: left;
  overflow: hidden;
}
.ligtbox_no_crop .owl-carousel .owl-item .item {
  height: auto;
  padding: 0;
  height: 700px;
}

.owl_caption {
  background: #222;
  color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lightbox_property_wrapper_level2 {
  background: #fff;
  max-width: 1450px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  max-height: 623px;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  z-index: 100;
}

.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lightbox_property_content.row {
  margin: 0;
  height: 100%;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lightbox_property_slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop #owl-demo {
  max-width: 100%;
  width: 100%;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-carousel .owl-item .item {
  background: transparent;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .lighbox-image-close {
  top: 10px;
  right: 10px;
  z-index: 10;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl-carousel .owl-wrapper-outer {
  background: transparent;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop .owl_caption {
  display: none;
}

.modal_lightbox_property_wrapper .lightbox_property_wrapper_level2 .lighbox-image-close,
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact .lighbox-image-close {
  background: #222;
}
.modal_lightbox_property_wrapper .lightbox_property_wrapper_level2 .lighbox-image-close i,
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact .lighbox-image-close i {
  color: #fff;
}

.lightbox_property_slider #owl-demo .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lightbox_property_sidebar .schedule_meeting,
.lightbox_property_wrapper .schedule_day,
.lightbox_property_wrapper .schedule_hour,
.lightbox_property_wrapper #show_contact,
.lightbox_property_wrapper .wpestate_agent_details_wrapper,
.lightbox_property_wrapper .agent_call_no,
.lightbox_property_wrapper .agent_web_class,
.lightbox_property_wrapper .agent_skype_class,
.lightbox_property_wrapper .agent_email_class,
.lightbox_property_wrapper .agent_unit_social_single {
  display: none;
}

.lightbox_property_footer {
  width: 100%;
}

.lighbox-logo {
  width: 200px;
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  float: left;
  height: 100%;
}

.lightbox_enquire {
  width: auto;
  margin: 0;
  box-shadow: none;
  float: left;
}

.lightbox_property_wrapper .agentpic-wrapper {
  width: 100%;
}

.lightbox_property_wrapper .agent_details h3, .lightbox_property_wrapper .agent_details .h3,
.lightbox_property_wrapper .agent_details {
  width: 100%;
  padding-left: 0;
  min-height: auto;
}

.lightbox_property_wrapper .agent_position,
.lightbox_property_wrapper .agent_detail {
  margin-left: 0;
}

.lightbox_property_wrapper #agent_comment {
  max-height: 85px;
}

.lightbox_property_wrapper .agentpict {
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 10px;
}

.lightbox_property_wrapper .wpcf7-response-output {
  margin-top: 5px;
}

.lightbox_property_wrapper .message_submit {
  width: 100%;
  margin-bottom: 10px;
}

.classic-carousel .owl-carousel .owl-item img,
.classic-carousel .owl-carousel .owl-item .item {
  background-color: #222;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.owl-carousel .owl-item .itemimage {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 623px;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-pagination {
  display: none;
}

#owl-demo .slick-track {
  position: relative;
  top: 0px;
  left: 0;
  padding-top: 0px;
  display: block;
}

#owl-demo .slick-slide {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 623px;
  padding: 10px;
  background-color: #222;
  position: relative;
}

#owl-demo button.slick-prev.slick-arrow,
#owl-demo button.slick-next.slick-arrow {
  background: rgba(34, 34, 34, 0.66);
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: -20px 10px 10px;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  -moz-border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  filter: Alpha(Opacity=95);
  opacity: 0.95;
  cursor: pointer;
  z-index: 1;
  top: 50%;
}

#owl-demo button.slick-prev.slick-arrow {
  right: auto;
  left: 15px;
}

.lightbox_property_wrapper .slick-slider .carousel-control-prev {
  float: right;
  left: auto;
  right: 10px;
}

.lightbox_property_wrapper .slick-slider .carousel-control-next {
  left: 10px !important;
}

.lightbox_property_wrapper .slick-slider .carousel-control-next i {
  transform: rotate(180deg);
}

.lightbox_property_wrapper .slick-slider .carousel-control-prev i {
  transform: rotate(180deg);
}

/** MILLDONE
 * WpResidence Theme - Multi Units Styles
 * src: libs\property_page_functions\property_multi_units_functions.php
 * This file contains styles for the multi units section in the WpResidence theme.
 * It defines the layout and appearance of subunits, their details, and pricing.
 *
 * Package: WpResidence
 * Dependency: None
 *
 * Usage: Import this file into the main theme stylesheet or enqueue it specifically
 * on pages where the multi units section is displayed.
 */
.multi_units_wrapper_v2 .subunit_wrapper {
  width: 100%;
  padding: 15px;
  float: left;
  background-color: #f8f8f8;
  display: flex;
  gap: 15px;
}
.multi_units_wrapper_v2 .subunit_wrapper:nth-child(even) {
  background-color: #ffffff;
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_thumb {
  margin-top: 0px;
  float: left;
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_thumb img {
  max-height: 67px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_details {
  display: inline-block;
  line-height: 1.65em;
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_details .subunit_title {
  font-weight: 500;
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_details .subunit_title a {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_details .subunit_title a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_details .subunit_title .subunit_price {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_details .subunit_extra_details_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_details .subunit_extra_details_wrapper strong {
  font-weight: 500;
}

.multi_units_wrapper {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding: 30px;
  float: left;
  background-color: #fff;
}

/** MILLDONE
 * WpResidence Theme - Energy Savings Styles
 * src: scss/property_page/_energy_sections.scss
 * This file contains styles for the energy savings section in the WpResidence theme.
 * It defines the layout and appearance of energy class containers, indicators, and related elements.
 *
 * Package: WpResidence
 * Dependency: None
 *
 * Usage: Import this file into the main theme stylesheet or enqueue it specifically
 * on pages where the energy savings section is displayed.
 */
.listing_detail_energy .row.class-energy {
  margin: 0px 0px 25px 0px;
}
.listing_detail_energy .row.class-energy .wpestate-energy_class_container {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: stretch;
  align-items: stretch;
  gap: 0px;
  margin-top: 60px;
  margin-bottom: 15px;
  padding: 0px;
}
.listing_detail_energy .row.class-energy .wpestate-energy_class_container .wpestate-class-energy {
  color: #fff;
  flex-grow: 1;
  text-align: center;
  padding: 6px 0px;
  position: relative;
}
.listing_detail_energy .row.class-energy .wpestate-energy_class_container .wpestate-class-energy .indicator-energy {
  position: absolute;
  top: -45px;
  left: 7%;
  padding: 6px 12px;
  color: #fff;
  background-color: #999;
  font-weight: 500;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-size: 12px;
  z-index: 9;
}
.listing_detail_energy .row.class-energy .wpestate-energy_class_container .wpestate-class-energy .indicator-energy:before {
  content: "";
  position: absolute;
  border-top: 10px solid #999;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -10px;
  left: 8%;
  margin-left: 5px;
}

/** MILLDONE
 * Property Reviews Styles
 * src: scss\property_page\_reviews_section.scss
 * This file contains all styles for the property reviews section in the WpResidence theme.
 * It includes styles for the reviews wrapper, individual reviews, rating stars, and review form.
 *
 * Package: WpResidence
 * Dependency: None (Pure CSS/SCSS)
 * Usage: This file should be compiled and included in the theme's main stylesheet.
 *
 * @since 3.0.3 
 */
.property_reviews_wrapper {
  margin-bottom: 30px;
  background: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
}
.property_reviews_wrapper h4:after, .property_reviews_wrapper .h4:after {
  content: "";
}
.property_reviews_wrapper .property_page_container.for_reviews .listing_reviews_wrapper .listing_reviews_container #listing_reviews {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-size: 16px;
}

.property_ratings {
  margin-left: 10px;
}
.property_ratings i {
  color: #FFCC80;
  margin-right: 2px;
}

.listing-review {
  float: left;
  width: 100%;
  margin: 5px 0px 20px 0px;
}
.listing-review .review-list-content {
  position: relative;
  padding-left: 0px;
}
.listing-review .review-list-content .reviewer_image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  float: left;
}
.listing-review .review-list-content .reviwer-name {
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
  margin-bottom: 0px;
  margin-top: 7px;
  width: auto;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  padding-left: 15px;
  display: inline-block;
  float: left;
}
.listing-review .review-list-content .review-title {
  float: left;
  left: 0px;
  margin-left: 75px;
  margin-top: 13px;
  font-family: "Roboto", sans-serif;
  position: absolute;
  margin-bottom: 0px;
  top: 16px;
  font-size: 14px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-weight: 500;
}
.listing-review .review-list-content .property_ratings {
  margin-top: 9px;
  padding-right: 0px;
  float: right;
  right: 0px;
}
.listing-review .review-list-content .property_ratings i.fa-star-o {
  color: #FFCC80;
  font-size: 14px;
}
.listing-review .review-list-content .property_ratings .ratings-star {
  margin-left: 3px;
  margin-right: 0px;
  font-size: 13px;
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
  font-family: "Roboto", sans-serif;
}
.listing-review .review-list-content .review-date {
  margin-top: 30px;
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
}
.listing-review .review-list-content .review-content {
  float: left;
  margin-top: 5px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 26px;
  width: 100%;
  padding-left: 75px;
  line-height: 22px;
}
.listing-review:last-of-type .review-content {
  border: none;
}

.add_review_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.add_review_wrapper .rating .rating_legend {
  margin-right: 5px;
}
.add_review_wrapper .rating .empty_star {
  float: none;
  display: inline-block;
  margin-top: 0px;
  margin-right: 2px;
  color: #8593a9;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.add_review_wrapper .rating .empty_star:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
}
.add_review_wrapper .rating .empty_star:hover:before {
  content: "\f005";
  color: #FFCC80;
}
.add_review_wrapper .rating .starselected_click,
.add_review_wrapper .rating .starselected {
  color: #FFCC80;
}
.add_review_wrapper .rating .starselected_click:before,
.add_review_wrapper .rating .starselected:before {
  content: "\f005";
  font-weight: 600;
}
.add_review_wrapper #edit_review,
.add_review_wrapper #submit_review {
  width: auto;
}

#login_trigger_modal {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-weight: 500;
  cursor: pointer;
}

.review_tag {
  font-size: 14px;
  font-weight: 500;
}

#submit_review {
  width: auto;
}

.wpestate_single_agent_details_wrapper .property_ratings {
  margin: 0px 10px;
}

.review_notice {
  padding: 10px;
  background-color: #f8f8f8;
  display: inline-block;
  width: 100%;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

/**
 * Print Styles for WpResidence Theme
 *
 * This file contains the print-specific styles for the WpResidence WordPress theme.
 * It defines the layout and appearance of various elements when the page is printed.
 *
 * Package: WpResidence
 * Dependency: None (standalone SCSS file)
 * Usage: Import this file in the main theme stylesheet or enqueue separately for print media.
 */
/* Main print body styles */
.print_body {
  width: 100%;
  padding: 20px 40px 40px 40px;
  background: #ffffff;
  float: left;
  display: flex;
  height: auto;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  /* Property title */
  /* Property price and address */
  /* Section headers */
  /* Content sections */
  /* Agent information */
  /* Property images */
  /* QR code */
  /* Floor plans */
  /* Property subunits */
  /* Page break and spacing */
}
.print_body .overview_map {
  width: 500px;
  height: 500px;
}
.print_body .printlogo {
  max-height: 54px;
  align-self: flex-start;
  width: auto;
}
.print_body .print_title {
  font-size: 25px;
  border-top: 1px solid #f0f0f0;
  padding: 20px 0px 0px 0px;
}
.print_body .print-price,
.print_body .print-addr {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0px;
}
.print_body .print-addr {
  margin-bottom: 30px;
}
.print_body .print_header {
  margin-top: 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.print_body .print_header h2, .print_body .print_header .h2 {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 0px;
}
.print_body .print-content {
  width: 100%;
  line-height: 1.6em;
  border: 1px solid #f0f0f0;
  padding: 20px;
  font-size: 14px;
  float: left;
}
.print_body .print-content .listing_detail {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.print_body .print-content .col-md-4 {
  width: 33.3%;
  display: inline-block;
}
.print_body .print-content .listing_detail svg,
.print_body .print-content .property_features_svg_icon {
  fill: #222;
  color: #222;
}
.print_body .wpestate-print-listing-features svg,
.print_body .wpestate-print-listing-features i {
  margin-right: 10px;
}
.print_body .wpestate-print-listing-features .listing_detail .col-md-3,
.print_body .wpestate-print-listing-features .listing_detail .col-md-4 {
  padding-left: 0px;
}
.print_body .print_agent_wrapper {
  display: inline-block;
  width: 50%;
}
.print_body .print_agent_wrapper .listing_detail_agent {
  margin-bottom: 5px;
  line-height: 1.3em;
  font-size: 14px;
}
.print_body .print_agent_wrapper .listing_detail_agent.col-md-4 {
  width: 100%;
}
.print_body .agent_print_image {
  max-width: 175px;
  display: inline-block;
  float: left;
  width: 50%;
}
.print_body .print-col-img {
  position: relative;
  margin-right: 20px;
  padding: 0px;
}
.print_body .print-col-img img {
  margin-bottom: 15px;
  width: 100%;
}
.print_body .print_qrcode {
  position: absolute;
  top: -120px;
  right: 0px;
  width: 110px !important;
  height: 110px !important;
}
.print_body .print_property_subunits_wrapper {
  padding: 0px;
}
.print_body .front_plan_row.floor_print_class {
  background-color: transparent;
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
  pointer-events: none;
}
.print_body .front_plan_row.floor_print_class:first-of-type {
  border: none;
}
.print_body .front_plan_row.floor_print_class .floor_title {
  padding: 0px;
}
.print_body .front_plan_row.floor_print_class .front_plan_row_image, .print_body .front_plan_row.floor_print_class.front_plan_row_image {
  background-color: transparent;
  display: inline-block;
}
.print_body .front_plan_row.floor_print_class img {
  width: 100%;
  height: auto;
}
.print_body .floor_image img {
  width: 100%;
}
.print_body .print_property_subunits_wrapper .subunit_wrapper {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 10px;
}
.print_body .print_property_subunits_wrapper .subunit_wrapper:nth-child(even) {
  background-color: #fff;
}
.print_body .print_property_subunits_wrapper .subunit_details {
  margin-top: 10px;
}
.print_body .print_property_subunits_wrapper img {
  max-height: 100%;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.print_body .print_property_subunits_wrapper .subunit_price {
  margin: 6px 0px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.print_body .print_property_subunits_wrapper .subunit_size, .print_body .print_property_subunits_wrapper .subunit_bathrooms, .print_body .print_property_subunits_wrapper .subunit_rooms, .print_body .print_property_subunits_wrapper .subunit_type {
  display: inline-block;
  margin-right: 10px;
}
.print_body .print_property_subunits_wrapper h4.panel-title, .print_body .print_property_subunits_wrapper .panel-title.h4 {
  display: none;
}
.print_body .print_property_subunits_wrapper .print-content {
  float: left;
}
.print_body .print_property_subunits_wrapper .print_qrcode_subunit {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 83px;
  height: 83px;
}
.print_body .printbreak {
  page-break-after: always;
  page-break-inside: avoid;
  width: 100%;
}
.print_body .print_spacer {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.print_body .front_plan_row_image {
  display: block;
}
.print_body .property-page-overview-details-wrapper {
  gap: 10px;
}
.print_body .overview_element {
  flex-grow: 1;
}
.print_body .listing_detail i {
  margin-right: 5px;
}

/* Print-specific styles */
@media print {
  body,
  html,
  #wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  marquee {
    -moz-binding: none;
  }
  body {
    overflow: visible !important;
  }
}
/* Unused selectors (moved to the end) */
.multi_units_wrapper {
  padding: 0px;
  margin-bottom: 0px;
}

.subunit_wrapper {
  padding-left: 0px;
}

.agent_name {
  font-size: 22px;
}

.printimg {
  margin-bottom: 20px;
}
.printimg img {
  width: 100%;
}

.row.floor_print_class {
  width: 100%;
  line-height: 1.6em;
  border: 1px solid #f0f0f0;
  padding: 20px;
  font-size: 14px;
  float: left;
  margin: 0px;
}

/**
 * Yelp Integration Styles - WpResidence Theme
 * 
 * This file contains styles for the Yelp business listings integration
 * Used in property details pages to display nearby businesses and amenities
 * Dependencies: Font Awesome for icons, Bootstrap 5 for accordion structure
 * 
 * @package WpResidence
 * @subpackage CSS
 */
.yelp_bussines_wrapper {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.yelp_bussines_wrapper .wpresidence_yelp_title {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 7px;
}
.yelp_bussines_wrapper .yelp_unit {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 3px;
}
.yelp_bussines_wrapper .yelp_unit_name {
  display: inline-block;
  margin: 5px 0px;
  max-width: 60%;
  line-height: 1.3em;
}
.yelp_bussines_wrapper .yelp_unit_distance {
  font-size: 13px;
}

h4.yelp_category, .yelp_category.h4 {
  margin: 0px;
  font-size: 14px;
  line-height: unset;
}
h4.yelp_category:after, .yelp_category.h4:after {
  display: none;
}

.yelp_stars {
  margin-left: auto;
}

.yelp_icon i {
  margin: 0px;
  padding: 1px 7px;
  background: #f06e48;
  color: white;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  line-height: 21px;
  font-size: 12px;
}
.yelp_icon .fa-bicycle {
  background-color: #3FAF90;
}
.yelp_icon .fa-music {
  background-color: #EDB534;
}
.yelp_icon .fa-car {
  background-color: #0D2C54;
}
.yelp_icon .fa-female {
  background-color: #FF5E5B;
}
.yelp_icon .fa-graduation-cap {
  background-color: #3858AA;
}
.yelp_icon .fa-birthday-cake {
  background-color: #CE447B;
}
.yelp_icon .fa-money {
  background-color: #2F5B48;
}
.yelp_icon .fa-cutlery {
  background-color: #7C2727;
}
.yelp_icon .fa-medkit {
  background-color: #CE1C1C;
}
.yelp_icon .fa-wrench {
  background-color: #465D99;
}
.yelp_icon .fa-bed {
  background-color: #FF934F;
}
.yelp_icon .fa-coffee {
  background-color: #774E24;
}
.yelp_icon .fa-dot-circle-o {
  background-color: #7CBF9E;
}
.yelp_icon .fa-television {
  background-color: #006075;
}
.yelp_icon .fa-glass {
  background-color: #b980d0;
}
.yelp_icon .fa-paw {
  background-color: #FFCB4E;
}
.yelp_icon .fa-suitcase {
  background-color: #DD5539;
}
.yelp_icon .fa-university {
  background-color: #565EB7;
}
.yelp_icon .fa-building-o {
  background-color: #AD2E4C;
}
.yelp_icon .fa-cloud {
  background-color: #5691C9;
}
.yelp_icon .fa-shopping-bag {
  background-color: #ADC13C;
}
.yelp_icon .fa-bus {
  background-color: #DD5539;
}

/*elementor custom property template with full width option */
.wpestate_content_wrapper_custom_template_wrapper {
  max-width: 1200px;
  margin: 0px auto;
  background-color: var(--wp-estate-background-color-option, var(--wp-estate-background-color));
}
.wpestate_content_wrapper_custom_template_wrapper > .row {
  margin-left: 0;
  margin-right: 0;
}

.wpestate_wide_elememtor_page .wpestate_content_wrapper_custom_template_wrapper,
.container.content_wrapper.wpestate_content_wrapper_custom_template.wpestate_wide_elememtor_page {
  max-width: 100%;
}

/*bakery custom property template agent card widget & contact forms */
.vc_row .property_desing_agent_one_col .col-md-6.agent_details,
.vc_row .property_desing_agent_one_col .col-md-6.agentpic-wrapper {
  width: 100%;
}
.vc_row .property_desing_agent_one_col .col-md-6.agent_details {
  padding: 0;
}
.vc_row .schedule_wrapper,
.vc_row .wpestate_single_agent_details_header_wrapper {
  margin-bottom: 10px;
}

.elementor-widget-container #wpestate_single_agent_details_wrapper,
.elementor-widget .property_energy_saving_info .row,
.elementor-widget-property_show_features_section .row,
.elementor-widget-property_show_address_section .row,
.elementor-widget-property_show_details_section .row,
.wpestate_estate_property_details_section .row {
  margin-left: 0;
}

.wpestate_estate_property_design_agent_details_intext_details img {
  max-width: 100%;
}

.elementor-widget-container .wpestate_property_description {
  margin-bottom: 0;
}

/** MILLDONE
 * WpResidence Theme - Shortcode Contact Form Styles
 * src: scss/shortocdes_and_blocks/_contact_forms_simple_and_builder.scss
 * This file contains styles for the shortcode contact form used in the WpResidence theme.
 * It provides styling for various form alignments and elements within the contact form.
 *
 * Package: WpResidence
 * Dependencies: WpResidence core styles
 * 
 * Usage: Include this file in your theme's stylesheet compilation process
 * or enqueue it directly in your theme's functions.php file.
 */
.shortcode_contact_form {
  padding: 26px 0;
  width: 100%;
  max-width: 600px;
}
.shortcode_contact_form textarea,
.shortcode_contact_form input {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}
.shortcode_contact_form.sh_form_align_center {
  margin: 0 auto;
}
.shortcode_contact_form.sh_form_align_center input,
.shortcode_contact_form.sh_form_align_center textarea {
  text-align: center;
}
.shortcode_contact_form.sh_form_align_center #btn-cont-submit_sh {
  margin: 13px auto 0;
  text-align: center;
  width: auto;
  float: none;
  display: block;
}
.shortcode_contact_form.sh_form_align_center #btn-cont-submit_sh.sh_but_full {
  width: 100%;
}
.shortcode_contact_form.sh_form_align_right input,
.shortcode_contact_form.sh_form_align_right textarea {
  text-align: right;
}
.shortcode_contact_form.sh_form_align_right #btn-cont-submit_sh {
  float: right;
}

.gpr_wrapper {
  width: 100%;
  float: left;
  line-height: 1em;
}
.gpr_wrapper label {
  font-weight: normal;
  margin: 0;
}

/*=GDPR check*/
.wpestate_gdpr_label {
  cursor: pointer;
}

.shortcode_contact_form.sh_form_align_left .gpr_wrapper {
  float: left;
  text-align: left;
}
.shortcode_contact_form.sh_form_align_left #btn-cont-submit_sh {
  width: 100%;
}

.wpresidence_elementor_form .gpr_wrapper {
  text-align: left;
}

/** MILLDONE
 * Featured Property Styles for WpResidence Theme
 * src: scss/shortocdes_and_blocks/_featured_property.scss
 * This SCSS file contains styles for the featured property component
 * in the WpResidence WordPress theme.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - None (all styles are self-contained)
 *
 * Usage:
 * 
 * It styles the featured property component, including its carousel,
 * price display, agent information, and overall layout.
 */
.featured_property {
  width: 100%;
  position: relative;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border: 1px solid #f1f8ff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  max-width: 940px;
}
.featured_property.featured_property_type1 {
  overflow: hidden;
}
.featured_property.featured_property_type1 .featured_div {
  z-index: 99;
  float: left;
  bottom: auto;
}
.featured_property.featured_property_type1 .featured_prop_price {
  position: absolute;
  bottom: 97px;
  left: 15px;
  z-index: 10;
  font-size: 13px;
  line-height: 1.5em;
  color: white !important;
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  padding: 3px 10px;
  font-weight: 500;
  width: auto;
  right: auto;
  top: auto;
}
.featured_property.featured_property_type1 .featured_prop_price .price_label {
  color: #fff;
  position: relative;
  right: auto;
  top: auto;
  float: initial;
}
.featured_property.featured_property_type1 .ribbon-wrapper-default {
  z-index: 99;
  line-height: 0px;
  background: transparent;
  padding: 0px;
  float: left;
  position: relative;
  top: 0;
  right: 0;
}
.featured_property .featured_img {
  position: relative;
}
.featured_property .featured_img .featured_gradient {
  background-color: #1D293E;
  opacity: 0.15;
}
.featured_property .property_unit_featured_carousel {
  position: relative;
}
.featured_property .property_unit_featured_carousel .carousel-control-prev,
.featured_property .property_unit_featured_carousel .carousel-control-next {
  width: 45px;
}
.featured_property .featured_secondline {
  position: relative;
  background-color: #fff;
  color: #fff;
  height: 82px;
  z-index: 11;
  padding: 15px;
  font-size: 14px;
  cursor: pointer;
  margin-top: -45px;
}
.featured_property .featured_secondline h2, .featured_property .featured_secondline .h2 {
  font-size: 18px;
  line-height: 1.6em;
  margin-top: 0px;
  margin-bottom: 0;
}
.featured_property .featured_secondline h2 a, .featured_property .featured_secondline .h2 a {
  font-size: 18px;
  line-height: 1.6em;
  margin-top: 0px;
  margin-bottom: 0px;
}
.featured_property .featured_secondline .sale_line {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.featured_property .agent_face {
  display: inline;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  max-height: 100%;
}
.featured_property .agent_face img {
  border: none !important;
}
.featured_property .agent_face:hover .agent_face_details {
  display: block;
}
.featured_property .agent_face .agent_face_details {
  width: 310px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  height: 110px;
  background-color: #fdfdfd;
  position: absolute;
  bottom: 15px;
  left: 79px;
  z-index: 101;
  padding: 13px;
  display: none;
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
}
.featured_property .agent_face .agent_face_details:after, .featured_property .agent_face .agent_face_details:before {
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  top: 50%;
  position: absolute;
  margin-top: -6px;
}
.featured_property .agent_face .agent_face_details:after {
  border-right: 10px solid #fdfdfd;
  left: -10px;
}
.featured_property .agent_face .agent_face_details:before {
  border-right: 10px solid #f0f0f0;
  left: -11px;
}
.featured_property .agent_face .agent_face_details img {
  border-bottom: none !important;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  float: left;
  margin-right: 13px;
  height: 80px !important;
  width: auto;
}
.featured_property .agent_face .agent_face_details h4, .featured_property .agent_face .agent_face_details .h4 {
  display: inline;
  float: left;
  margin-right: 13px;
  margin-bottom: 0px;
}
.featured_property .agent_face .agent_face_details .agent_position {
  display: inline;
  float: left;
  width: 55%;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  margin-bottom: 2px;
}
.featured_property .featured_prop_price {
  position: absolute;
  right: 13px;
  top: 19px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 20px;
  font-weight: 500;
}
.featured_property .featured_prop_price .price_label {
  position: absolute;
  right: 0px;
  top: 20px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  word-break: break-all;
  width: 100px;
  text-align: right;
}
.featured_property .featured_prop_price .price_label_before {
  position: relative;
  right: auto;
  top: auto;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  word-break: break-all;
  width: auto;
  text-align: left;
  float: left;
  margin: 0px 5px;
}
.featured_property:hover .featured_secondline {
  background-color: #fff;
}
.featured_property:hover h2 a, .featured_property:hover .h2 a {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.featured_cover {
  cursor: pointer;
}

.featured_property .featured_div {
  bottom: 61px;
  z-index: 100;
}

.featured_prop_type4 .featured_gradient {
  opacity: 0.4;
  background-color: rgba(29, 41, 62, 0.2);
  background-image: linear-gradient(to right top, #000, rgba(0, 0, 0, 0) 54%);
}

.featured_prop_label {
  position: absolute;
  right: 13px;
  top: 40px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.google_map_sh {
  width: 250px;
  height: 130px;
  background: red;
  border: 5px solid white;
  padding: 4px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: none;
}

.featured-content {
  float: left;
  position: absolute;
  margin-left: 270px;
  top: 103px;
}

.featured_property.featured_property_type1 .featured_img,
.featured_property.featured_property_type2 .featured_img,
.featured_property.featured_property_type3 .featured_img {
  overflow: hidden;
}

.featured_property.featured_property_type1 .featured_img,
.featured_property.featured_property_type3 .featured_img {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/** MILLDONE
 * Featured Property Type 2 Styles for WpResidence Theme
 * src: scss/shortocdes_and_blocks/_featured_property_type2.scss
 * This SCSS file contains styles for the featured property type 2 component
 * in the WpResidence WordPress theme.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - None (all styles are self-contained)
 *
 * Usage:
 * This file should be compiled to CSS and enqueued in the theme.
 * It styles the featured property type 2 component, including its carousel,
 * price display, agent information, and overall layout.
 */
.featured_property.featured_property_type2 {
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}
.featured_property.featured_property_type2 .featured_img {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.featured_property.featured_property_type2 .featured_img .tag-wrapper .featured_div {
  z-index: 99;
  float: left;
  bottom: auto;
  position: relative;
}
.featured_property.featured_property_type2 .featured_img .tag-wrapper .status-wrapper .ribbon-wrapper-default {
  z-index: 99;
  left: 0px;
  top: 0px;
  position: relative;
  margin-top: 0px;
  line-height: 0px;
  background: transparent;
  padding: 0px;
  float: left;
}
.featured_property.featured_property_type2 .featured_img .property_unit_featured_carousel .carousel-control-prev,
.featured_property.featured_property_type2 .featured_img .property_unit_featured_carousel .carousel-control-next {
  z-index: 99;
}
.featured_property.featured_property_type2 .featured_secondline {
  background: transparent;
  position: absolute;
  bottom: 0px;
  padding: 0px;
  width: 100%;
}
.featured_property.featured_property_type2 .featured_secondline .agent_face {
  height: 68px;
  width: 68px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 50%;
  background-size: cover;
}
.featured_property.featured_property_type2 .featured_secondline h2, .featured_property.featured_property_type2 .featured_secondline .h2 {
  color: #ffffff;
  line-height: 1.6em;
  position: absolute;
  bottom: 50px;
  width: 400px;
  left: 100px;
}
.featured_property.featured_property_type2 .featured_secondline h2 a, .featured_property.featured_property_type2 .featured_secondline .h2 a {
  color: #ffffff;
}
.featured_property.featured_property_type2 .featured_secondline h2 a:hover, .featured_property.featured_property_type2 .featured_secondline .h2 a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_property.featured_property_type2 .featured_secondline .featured_prop_price {
  position: absolute;
  right: auto;
  left: 100px;
  bottom: 26px;
  top: auto;
  font-size: 13px;
  line-height: 1.5em;
  color: white !important;
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  display: inline-block;
  padding: 2px 10px;
  font-weight: 500;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.featured_property.featured_property_type2 .featured_secondline .featured_prop_price .price_label:not(.price_label_before) {
  float: none;
  margin-top: 0px;
  position: relative;
  color: white !important;
  text-align: left;
  right: auto;
  top: auto;
  bottom: 0px;
  display: inline;
  font-size: 14px;
}
.featured_property.featured_property_type2 .featured_secondline .featured_prop_price .price_label.price_label_before {
  position: relative;
  float: left;
  right: auto;
  left: 0px;
  color: #fff !important;
  text-align: left;
  top: 0px;
  font-size: 16px;
  word-break: break-all;
  padding: 0px;
  margin: 0px 4px 0px 0px;
}
.featured_property.featured_property_type2:hover .featured_secondline {
  background-color: transparent;
}
.featured_property.featured_property_type2:hover h2 a, .featured_property.featured_property_type2:hover .h2 a {
  color: white !important;
}

/**MILLDONE
 * Featured Property Type 3 Styles for WpResidence Theme
 * src: scss/shortocdes_and_blocks/_featured_property_type3.scss
 * This SCSS file contains styles for the featured property type 3 component
 * in the WpResidence WordPress theme.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - None (all styles are self-contained)
 *
 * Usage:
 * This file should be compiled to CSS and enqueued in the theme.
 * It styles the featured property type 3 component, including its layout,
 * image display, property details, and interactive elements.
 */
.featured_property.featured_property_type3 {
  min-height: 330px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  margin-bottom: 0px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.featured_property.featured_property_type3 .featured_img {
  position: relative;
}
.featured_property.featured_property_type3 .featured_img .featured_property_type3_agent {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: top center;
  z-index: 10;
  border-radius: 50%;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  border: 1px solid #a6b3bb;
}
.featured_property.featured_property_type3 .featured_img .tag-wrapper .featured_div {
  z-index: 99;
  float: left;
  bottom: auto;
}
.featured_property.featured_property_type3 .featured_img .tag-wrapper .ribbon-wrapper-default {
  position: relative;
  top: 0;
  right: 0;
}
.featured_property.featured_property_type3 .featured_img .property_unit_featured_carousel .carousel-inner .carousel-item {
  min-height: 328px;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
.featured_property.featured_property_type3 .featured_secondline {
  position: relative;
  background-color: #fff;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  z-index: 11;
  padding: 0px;
  font-size: 14px;
  cursor: pointer;
  height: auto;
  margin-top: 0px;
}
.featured_property.featured_property_type3 .featured_secondline h2, .featured_property.featured_property_type3 .featured_secondline .h2 {
  font-size: 18px;
  line-height: 1.3em;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.featured_property.featured_property_type3 .featured_secondline h2 a, .featured_property.featured_property_type3 .featured_secondline .h2 a {
  font-size: 18px;
  line-height: 1.3em;
}
.featured_property.featured_property_type3 .featured_secondline .featured_prop_price {
  position: relative;
  float: left;
  left: 0px;
  padding: 0px 30px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 17px;
  font-weight: 500;
  right: auto;
  top: 0px;
  width: 100%;
}
.featured_property.featured_property_type3 .featured_secondline .featured_prop_price .price_label {
  position: relative;
  right: auto;
  left: 0px;
  top: 0px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  word-break: break-all;
  width: 100px;
  text-align: right;
  float: none;
  margin: 0px 0px;
}
.featured_property.featured_property_type3 .featured_secondline .listing_details {
  float: left;
  padding: 0px 30px;
  margin: 15px 0px 0px 0px;
  font-size: 14px;
  line-height: 1.6em;
}
.featured_property.featured_property_type3 .featured_secondline .listing_actions {
  float: left;
  left: 0px;
  padding-left: 30px;
  padding-right: 22px;
  width: 100%;
  margin-top: 22px;
  justify-content: flex-start;
}
.featured_property.featured_property_type3 .featured_secondline .listing_actions .share_unit {
  left: 29px;
}
.featured_property.featured_property_type3 .featured_secondline .listing_actions .share_list {
  margin-left: 0px;
}
.featured_property.featured_property_type3 .featured_secondline .property_listing_details {
  position: absolute;
  padding: 20px 30px;
  bottom: 0px;
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.featured_property.featured_property_type3 .featured_secondline .property_listing_details:before {
  content: " ";
  border-top: 1px solid #eef3f6;
  position: absolute;
  right: 30px;
  left: 30px;
  top: -5px;
}
.featured_property.featured_property_type3 .featured_secondline .property_listing_details .infobath,
.featured_property.featured_property_type3 .featured_secondline .property_listing_details .inforoom,
.featured_property.featured_property_type3 .featured_secondline .property_listing_details .infosize {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.featured_property.featured_property_type3 .featured_secondline .property_listing_details .inforoom svg {
  width: 19px;
}

/** MILLDONE
 * Featured Property Type 4 Styles for WpResidence Theme
 * src: scss/shortocdes_and_blocks/_featured_property_type4.scss
 * This SCSS file contains styles for the featured property type 4 component
 * in the WpResidence WordPress theme.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - None (all styles are self-contained)
 *
 * Usage:
 * 
 * It styles the featured property type 4 component, including its layout,
 * image display, property details, and interactive elements.
 */
.featured_article_type2.featured_prop_type4 .featured_img_type2 .featured_article_type2_title_wrapper .featured_property_type4_agent_wrapper {
  vertical-align: middle;
}
.featured_article_type2.featured_prop_type4 .featured_img_type2 .featured_article_type2_title_wrapper .featured_property_type4_agent_wrapper .featured_property_type4_agent {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: top center;
  z-index: 10;
  border-radius: 50%;
  background-repeat: no-repeat;
  border: 1px solid #a6b3bb; /* Only keep one border property */
  margin-top: 15px;
  float: left;
}
.featured_article_type2.featured_prop_type4 .featured_img_type2 .featured_article_type2_title_wrapper .featured_property_type4_agent_wrapper .featured_property_type4_agent_name {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  float: left;
  margin: 28px 0px 0px 10px;
}
.featured_article_type2.featured_prop_type4 .featured_img_type2 .featured_article_type2_title_wrapper .featured_property_type4_agent_wrapper .featured_property_type4_agent_name:hover {
  opacity: 0.9;
}

/** MILLDONE
 * Featured Property Type 5 Styles for WpResidence Theme
 * src: scss/shortocdes_and_blocks/_featured_property_type5.scss
 * This SCSS file contains styles for the featured property type 5 component
 * in the WpResidence WordPress theme.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - None (all styles are self-contained)
 *
 * Usage:
 * This file should be compiled to CSS and enqueued in the theme.
 * It styles the featured property type 5 component, including its layout,
 * image gallery, property details, and interactive elements.
 */
.featured_article_type2.featured_prop_type5 {
  overflow: hidden;
}
.featured_article_type2.featured_prop_type5 .featured_gradient {
  background-color: #1D293E;
  opacity: 0;
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper {
  background-color: #fff;
  position: absolute;
  width: 350px;
  left: 20%;
  right: 0;
  bottom: 0px;
  z-index: 99;
  height: 350px;
  padding: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 1px 3px 14px 0 rgba(7, 152, 255, 0.09);
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper .featured_article_label {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper .featured_article_label .price_label {
  font-size: 17px;
  margin: 0px;
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper h2, .featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper .h2 {
  font-size: 30px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  width: auto;
  float: left;
  line-height: 1.1em;
  margin-bottom: 0px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper h2:hover, .featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper .h2:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper .property_unit_type5_content_details_second_row {
  display: inline-block;
  background: transparent;
  padding: 0px;
  border-radius: 20px;
  font-weight: 500;
  margin: 15px 10px 15px -5px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 16px;
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper .property_unit_type5_content_details_second_row .inforoom_unit_type5 {
  display: inline-block;
  margin: 0px 5px;
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper .featured_type5_excerpt {
  line-height: 1.65em;
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper .featured_read_more_5 {
  width: 100%;
  float: left;
  margin: 15px 0px 0px 0px;
  font-weight: 500;
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper .featured_read_more_5 a {
  color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper .featured_read_more_5 a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper .featured_read_more_5 i {
  font-size: 11px;
}
.featured_article_type2.featured_prop_type5 a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.featured_property_type5_agent_name {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-size: 16px;
  font-weight: 500;
  float: left;
  margin: 28px 0px 0px 10px;
}

.featured_prop_type5 .img_listings_overlay_last {
  opacity: 0;
}

.elementor-widget-container .featured_article_type2 .img_listings_overlay,
.elementor-widget-container .featured_prop_type5 .img_listings_overlay {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

/** MILLDONE
 * Featured Article Styles for WpResidence Theme
 * src: scss/shortocdes_and_blocks/_featured_article_shortcodes.scss
 * This file contains styles for featured articles and properties in the WpResidence theme.
 * It defines the appearance of featured article cards and full-width featured article sections.
 *
 * Package: WpResidence
 * Version: 1.0.0
 * 
 * Dependencies:
 * - Base WpResidence styles
 * - Font Awesome for icons
 *
 * It relies on the HTML structure defined in the featured-article.php and featured-property.php template files.
 *
 * Note: This file uses nested SCSS syntax. Ensure your build process supports SCSS compilation.
 */
.featured_article {
  width: 100%;
  position: relative;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  overflow: hidden;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background-color: #ffffff;
}
.featured_article .featured_img {
  display: inline;
  float: left;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin: 6px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.featured_article .featured_img img {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.featured_article:hover .featured_img img {
  opacity: 0.9;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod="auto expand");
}
.featured_article:hover .featured_article_right {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_article:hover h2 a, .featured_article:hover .h2 a {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_article .featured_article_title {
  display: inline;
  font-size: 18px;
  position: relative;
  float: left;
  width: 100%;
  height: 80px;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.featured_article .featured_article_title:hover {
  opacity: 1;
}
.featured_article .featured_article_title a:hover {
  color: #0073e1;
}
.featured_article .featured_article_content {
  display: none;
}
.featured_article .blog_author_image {
  width: 55px;
  height: 55px;
  margin: 10px;
  display: inline-block;
  float: left;
}
.featured_article .featured_article_right {
  position: absolute;
  bottom: 50%;
  margin-bottom: -18px !important;
  right: 13px;
  color: #8593a9;
  font-size: 36px;
}

.featured_article_type2 {
  width: 100%;
  height: 650px;
  float: left;
  position: relative;
}
.featured_article_type2 .featured_img_type2 {
  background-color: #3b444f;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.featured_article_type2 .featured_img_type2 .featured_gradient {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.featured_article_type2 .featured_img_type2:hover .featured_gradient {
  opacity: 0.6;
}
.featured_article_type2 .featured_gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.67;
  z-index: 1;
  background-image: linear-gradient(to right top, #000, rgba(0, 0, 0, 0) 56%);
}
.featured_article_type2 .featured_article_type2_title_wrapper {
  position: absolute;
  width: 1100px;
  margin: 0px auto;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 1;
}
.featured_article_type2 .featured_article_label {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured_article_type2 h2, .featured_article_type2 .h2 {
  line-height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 40px;
  color: #fff;
}
.featured_article_type2 h2:hover, .featured_article_type2 .h2:hover {
  opacity: 0.9;
}
.featured_article_type2 .featured_read_more {
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  border-bottom: 1px solid rgba(189, 206, 227, 0.3);
  margin-top: 0px;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.featured_article_type2 .featured_read_more a {
  color: #fff;
  font-size: 15px;
}
.featured_article_type2 .featured_read_more a:hover {
  opacity: 0.9;
}
.featured_article_type2 .featured_read_more i {
  font-size: 11px;
  margin-left: 5px;
}

.featured_type_2 {
  font-size: 20px;
  line-height: 1.6em;
  margin-top: 13px;
  margin-bottom: -3px;
}

.featured_article_secondline {
  font-size: 14px;
  line-height: 1.6em;
}

.featured_property.featured_property_type1 .featured_img img,
.featured_property.featured_property_type2 .featured_img img {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.featured_property.featured_property_type1:hover .featured_img img,
.featured_property.featured_property_type2:hover .featured_img img {
  opacity: 0.9;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod="auto expand");
}

/** MILLDONE
 *Featured Agency/developer Styles for WpResidence Theme
 * src: scss/shortocdes_and_blocks/_featured_agents_shortcodes.scss
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - WpResidence theme core styles
 * - Font Awesome for icons
 *
 * Usage:
 * These styles are applied to featured agency/devleoper 
 */
/*=shortcodes featured agent/agency
--------------------------------------------------------------------*/
.featured_agent {
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  overflow: hidden;
  background-color: #fdfdfd;
  position: relative;
  padding-bottom: 94px;
  max-width: 255px;
  height: 220px;
}
.featured_agent .featured_agent_details_wrapper {
  padding: 0 0 13px 0;
  position: absolute;
  bottom: -157px;
  width: 100%;
  background-color: #fdfdfd;
  cursor: pointer;
  border-top: 3px solid #0761b7;
}
.featured_agent .featured_agent_details_wrapper h4, .featured_agent .featured_agent_details_wrapper .h4, .featured_agent .featured_agent_details_wrapper h4 a, .featured_agent .featured_agent_details_wrapper .h4 a {
  padding: 0 6px;
  margin-top: 13px;
  margin-bottom: 3px;
  font-size: 18px;
}
.featured_agent .featured_agent_details_wrapper .agent_position {
  line-height: 13px;
}
.featured_agent .featured_agent_details_wrapper .agent_unit_social {
  left: 0;
  padding: 11px 0 0 0;
  position: relative;
  margin-top: 16px;
}
.featured_agent .featured_agent_details_wrapper .social-wrapper {
  margin: 0 auto;
  max-width: 137px;
}
.featured_agent .featured_agent_details {
  display: block;
}

.user_role_unit {
  border: 1px solid #f1f8ff;
  height: auto;
  background-color: #ffffff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.user_role_unit .featured_user_role_unit_details {
  position: relative;
  float: left;
  padding: 20px;
  height: 250px;
}
.user_role_unit .featured_user_role_unit_details h4, .user_role_unit .featured_user_role_unit_details .h4 {
  padding-left: 110px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 24px;
}
.user_role_unit .featured_user_role_unit_details .user_role_email,
.user_role_unit .featured_user_role_unit_details .user_role_phone {
  padding-left: 110px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
}
.user_role_unit .featured_user_role_unit_details .user_role_email a,
.user_role_unit .featured_user_role_unit_details .user_role_phone a {
  font-size: 13px;
}
.user_role_unit .featured_user_role_unit_details i {
  font-size: 11px;
  background: #efefef;
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}
.user_role_unit .user_role_featured_image {
  height: 248px;
  overflow: hidden;
  position: relative;
  background-color: #222;
}
.user_role_unit .user_role_featured_image .user_role {
  height: 250px;
  width: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.user_role_unit:hover .user_role_featured_image .user_role {
  opacity: 0.9;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod="auto expand");
}
.user_role_unit .user_role_status {
  position: absolute;
  top: -11px;
  color: #fff;
  background-color: var(--wp-estate-second-color-option, var(--wp-estate-second-color));
  padding: 0 10px;
  font-size: 12px;
}
.user_role_unit .button_user_role {
  position: absolute;
  left: 20px;
  bottom: 7px;
}
.user_role_unit .user_role_content {
  float: left;
  padding-top: 10px;
}

.user_role_image {
  height: 90px;
  width: 90px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}

.elementor-widget-WpResidence_Items_List {
  width: 100%;
}

.wpresidence_shortcode_listings_wrapper,
.wpestate_latest_listings_sh {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 100%;
}

.items_shortcode_wrapper,
.wpestate_list_items_by_id_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 100%;
}

.control_tax_wrapper {
  float: left;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.control_tax_wrapper .control_tax_sh {
  float: left;
  width: auto;
  margin: 0 15px 20px;
  padding: 2px 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #222;
  font-size: 14px;
  line-height: 1.65em;
  font-weight: 500;
  background-color: #f3f3f3;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  gap: 5px;
}
.control_tax_wrapper .control_tax_sh:hover {
  color: #fff;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.control_tax_wrapper .control_tax_sh svg {
  height: 18px;
  max-width: 20px;
  z-index: 10;
}

.article_container.places_list_1.multiple_rows {
  display: block;
}

.elementor_places_wrapper h4, .elementor_places_wrapper .h4,
.elementor_places_wrapper h4 a,
.elementor_places_wrapper .h4 a,
.places_list_1 h4,
.places_list_1 .h4,
.places_list_1 h4 a,
.places_list_1 .h4 a {
  color: #fff;
}

.elementor_places_wrapper,
.listing_wrapper.col-md-12 {
  width: 100%;
}

.elementor_places_wrapper,
.elementor_places_wrapper .property_listing {
  max-width: 100%;
  float: left;
}

.property_listing.places_listing .property_location {
  color: #f7f7f7;
  line-height: 30px;
  font-size: 14px;
  border: 0px;
}

.elementor_places_wrapper .property_listing.places_listing {
  min-height: 100px;
  border: none;
}

.elementor_residence_grid {
  min-height: 150px;
}

.places_listing .listing-unit-img-wrapper {
  overflow: hidden;
}

.wpestate_listing_sh_loader {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 23px;
  height: 80px;
  margin: 20px 0px 50px 0px;
}

#wpestate_sh_loading {
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #222;
  font-weight: 300;
  float: left;
}

#wpestate_sh_loading .spinner map_loader {
  margin-top: 0px;
}

.tax_active:hover,
.tax_active {
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  background-image: none;
}

.listinglink-wrapper {
  float: left;
  clear: both;
  display: flex;
  justify-content: flex-start;
  grid-column: 1/-1;
}

.listinglink-wrapper_sh_listings {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  height: 40px;
}

.wpestate_grid_view_wrapper .listinglink-wrapper_sh_listings {
  margin: 30px 0px;
}

.listinglink-wrapper button a,
.listinglink-wrapper button {
  color: #fff;
  bottom: 0px;
}

.items_shortcode_wrapper_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(260px, 390px));
  grid-template-columns: repeat(auto-fit, minmax(260px, auto));
  gap: 10px;
  min-width: 100%;
  margin: 0px;
  justify-content: start;
}

.shortcode_wrapper_grid_item {
  max-width: 525px;
}

.items_shortcode_wrapper.items_shortcode_wrapper_grid {
  margin: 0px;
}

.items_shortcode_wrapper_category_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
}

.places_wrapper_grid {
  width: 100%;
}

.items_shortcode_wrapper_category_grid .places_wrapper_design_2_wrapper {
  width: 100%;
}

/* spiner Loader
--------------------------------------------------------------------*/
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

#gmap-loading .spinner {
  margin: 5px auto;
}

.wpb_column > .wpb_wrapper *:last-child,
.wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_content_element,
.wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_row {
  margin-bottom: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: auto;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tiktok-embed iframe {
  border: none;
  position: relative;
}

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
  height: 0px;
}

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
  height: 0px;
  overflow: hidden;
}

/** MILLDONE
 * WPResidence Theme - Testimonial Styles
 * src: scss\shortocdes_and_blocks\_testomonial_shortcodes.scss
 * This file contains styles for testimonial elements used in the WPResidence theme.
 * It includes styles for various testimonial layouts and a testimonial slider.
 *
 * @package WPResidence
 * @subpackage Styles
 * @version 1.0
 *
 * Dependencies:
 * - Owl Carousel (for slider functionality)
 * - Font Awesome 5 (for star icons)
 *
 * Usage:
 * This SCSS file should be compiled and included in the main stylesheet of the WPResidence theme.
 */
.testimonial-container {
  float: left;
  width: 100%;
  display: inline;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.testimonial-container.type_class_1 {
  float: none;
  display: inline-block !important;
  margin: auto;
  padding: 0 2% 10px;
}
.testimonial-container.type_class_1 .testimonial-image {
  background-size: cover;
}
.testimonial-container.type_class_2 {
  float: none;
  width: 100%;
  display: inline-block !important;
  margin: 0 auto 26px !important;
  text-align: center;
  margin-bottom: 10px;
}
.testimonial-container.type_class_2 .testimonial-text {
  position: relative;
  border: none;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  padding: 0 15% 30px;
  margin-left: 0;
  background-color: transparent;
  text-align: center;
}
.testimonial-container.type_class_2 .testimonial-text:after, .testimonial-container.type_class_2 .testimonial-text:before {
  display: none;
}
.testimonial-container.type_class_2 .testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: none;
  margin: 0 auto;
  display: block;
  background-size: cover;
}
.testimonial-container.type_class_2 .testimonial-author-line {
  font-size: 14px;
  margin-left: 0;
  margin-top: 15px;
}
.testimonial-container.type_class_3, .testimonial-container.type_class_4 {
  background-color: #fff;
  padding: 20px;
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
}
.testimonial-container.type_class_4 {
  padding: 45px;
}
.testimonial-container.type_class_4 .testimonial-text:before {
  display: none;
}
.testimonial-container.type_class_4 .testimonial-image {
  width: 45px;
  height: 45px;
  float: left;
  margin-top: 0;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimonial-container.type_class_4 .testimmonials_starts i {
  margin: 14px 3px 0;
  color: #ffc662;
  font-size: 13px;
}
.testimonial-container.type_class_3 .testimonial_title {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  text-align: center;
}
.testimonial-container.type_class_3 .testimmonials_starts {
  text-align: center;
}
.testimonial-container.type_class_3 .testimmonials_starts i {
  margin: 14px 3px;
  color: #ffc662;
  font-size: 13px;
}
.testimonial-container.type_class_3 .testimonial-image {
  border-radius: 120px;
  width: 100px;
  height: 100px;
  margin: 26px auto;
  float: none;
  display: block;
  background-size: cover;
}
.testimonial-container.type_class_3 .testimonial-text {
  position: relative;
  border: none;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  padding: 13px 26px;
  margin-left: 0;
  background-color: #fff;
}
.testimonial-container.type_class_3 .testimonial-text:after, .testimonial-container.type_class_3 .testimonial-text:before {
  display: none;
}
.testimonial-container.type_class_3 .testimonial-author-line {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  margin: 0;
  padding: 26px 0;
  text-align: center;
}

.testimonial-image {
  width: 120px;
  height: 120px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: inline-block;
  float: left;
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
}

.testimonial-text {
  position: relative;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  padding: 20px;
  margin-left: 141px;
  background-color: #fff;
  line-height: 1.65em;
}
.testimonial-text:before, .testimonial-text:after {
  content: " ";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 20px;
}
.testimonial-text:before {
  border-right: 10px solid #f0f0f0;
  left: -11px;
}
.testimonial-text:after {
  border-right: 10px solid #fff;
  left: -10px;
}

.testimonial-author-line {
  font-size: 14px;
  margin-left: 141px;
  margin-top: 18px;
}

.testimonial-author {
  font-weight: 500;
  font-size: 14px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}

.type_class_4 .testimonial-author-line {
  margin-left: 20px;
  font-size: 18px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-weight: 500;
  display: inline-block;
  margin-top: 0;
  line-height: 1.65em;
}
.type_class_4 .testimonial-text {
  margin-left: 0;
  display: inline;
  width: 100%;
  float: left;
  padding: 0;
  border: 0;
  line-height: 1.65em;
}
.type_class_4 .testimonial-location-line {
  margin-left: 20px;
  display: inline-block;
  width: calc(100% - 75px);
}
.type_class_4 .testimmonials_starts {
  float: left;
}

.wpestate_testimonial_slider {
  background-color: transparent;
  border-radius: 5px;
  position: relative;
  max-width: 770px;
  margin: 0 auto;
}
.wpestate_testimonial_slider.owl-carousel .owl-stage-outer {
  padding: 30px 0;
}
.wpestate_testimonial_slider .item {
  position: relative;
  margin: auto;
  max-width: 770px;
  height: 400px !important;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
  overflow: hidden;
  padding: 0 !important;
  background-color: #fff !important;
  border-radius: 10px;
}
.wpestate_testimonial_slider .item_testimonial_content {
  width: 50%;
  height: 100%;
  display: inline-block;
  float: left;
  padding: 50px;
}
.wpestate_testimonial_slider .item_testimonial_content .item_testimonial_title {
  font-size: 19px;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-weight: 500;
  display: inline-block;
  margin: 0 0 30px;
}
.wpestate_testimonial_slider .item_testimonial_content .item_testimonial_text {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.6em;
}
.wpestate_testimonial_slider .item_testimonial_content .item_testimonial_stars i {
  margin: 0 3px 12px 0;
  color: #ffc662;
  font-size: 13px;
}
.wpestate_testimonial_slider .item_testimonial_content .item_testimonial_name {
  font-size: 15px;
  font-weight: 500;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  line-height: 1em;
}
.wpestate_testimonial_slider .item_testimonial_content .item_testimonial_job {
  font-size: 15px;
  font-weight: 500;
  color: #a5b5bd;
}
.wpestate_testimonial_slider .item_testimonal_image {
  width: 50%;
  height: 100%;
  background-size: cover;
  display: inline-block;
  float: left;
}
.wpestate_testimonial_slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -35px;
}
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-prev,
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  background-color: rgba(119, 122, 242, 0.0705882353);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-prev:hover,
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-next:hover {
  color: #fff;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-prev {
  left: -80px;
}
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-next {
  right: -80px;
}
.wpestate_testimonial_slider.owl-theme .owl-dots {
  margin-top: 0;
}
.wpestate_testimonial_slider.owl-theme .owl-dots .owl-dot.active span, .wpestate_testimonial_slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #1f80e4;
  opacity: 1;
}

/*=shortcodes post grid
--------------------------------------------------------------------*/
.wpestate_posts_grid.vc_posts_grid {
  padding: 0px 15px;
}

.wpestate_posts_grid.vc_posts_grid ul {
  margin: 0px -15px;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter,
.wpestate_posts_grid .wpb_categories_filter {
  padding: 0px 15px;
  margin-bottom: 13px;
}

.wpestate_posts_grid h2, .wpestate_posts_grid .h2 {
  font-size: 18px;
  line-height: 1.3em;
  margin-top: 13px;
}

.wpestate_posts_grid .vc_read_more {
  float: right;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  bottom: 12px;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter li,
.wpestate_posts_grid.wpb_categories_filter li {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  padding: 3px 13px;
  border-radius: 3px;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter li:hover,
.wpestate_posts_grid.wpb_categories_filter li :hover,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active,
.wpestate_posts_grid.wpb_categories_filter .active {
  background-color: #393F48;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active a:hover,
.wpestate_posts_grid.wpb_categories_filter .active a:hover,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active a,
.wpestate_posts_grid.wpb_categories_filter .active a {
  text-decoration: none;
  border-bottom: none;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter li a:hover,
.wpestate_posts_grid .wpb_categories_filter li a:hover {
  border-bottom: none;
}

.wpestate_posts_grid.wpb_teaser_grid .categories_filter li a,
.wpestate_posts_grid.wpb_categories_filter li a {
  color: #fff;
}

.wpestate_posts_grid img {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.shortcode_title {
  width: 100%;
}

/*=video player widget
--------------------------------------------------------------------*/
.wpresidence_video_wrapper {
  display: inline-block;
  line-height: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.wpresidence_video_wrapper a {
  line-height: 0;
}

.wpresidence_video_wrapper i {
  font-size: 20px;
}

.wpresidence_video_wrapper svg {
  height: 30px;
}

.wpestate_dots {
  width: 150px !important;
  height: 200px;
  mask-image: url("css/css-images/dots-single.svg");
  mask-size: 20px;
  z-index: 0;
  -webkit-mask-image: url("css/css-images/dots-single.svg");
  -webkit-mask-size: 20px;
  position: absolute;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.wpestate_dots_left,
.wpestate_dots_rights {
  position: relative;
  z-index: 10;
}

.wpestate_dots_right .elementor-image-carousel,
.wpestate_dots_left .elementor-image-carousel,
.wpestate_dots_left img,
.wpestate_dots_right img {
  z-index: 9;
  position: relative;
}

.wpestate_dots_left:after,
.wpestate_dots_right:after {
  content: " ";
  width: 150px !important;
  height: 200px;
  mask-image: url("css/css-images/dots-single.svg");
  mask-size: 20px;
  z-index: 0;
  -webkit-mask-image: url("css/css-images/dots-single.svg");
  -webkit-mask-size: 20px;
  position: absolute;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  top: -75px;
  right: -75px;
  z-index: 1;
}

.wpestate_dots_left:after {
  right: auto;
  left: -75px;
}

/*=shortcodes spacer
--------------------------------------------------------------------*/
.spacer {
  position: relative;
  width: 100%;
  float: left;
}

.spacer .spacer_line {
  height: 1px;
  background-color: #f0f0f0;
  width: 100%;
  float: left;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

/*=shortcodes text list
--------------------------------------------------------------------*/
.customlist ul {
  list-style: none;
  margin: 0px 0px 26px 0px;
}

.customlist2 ul {
  list-style: none;
  margin: 0px 0px 26px 0px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  padding: 13px 13px 9px 13px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.customlist2 ul li,
.customlist ul li {
  padding: 0px 0px 4px 0px;
  margin-bottom: 4px;
}

/*=shortcodes Icon content
--------------------------------------------------------------------*/
.iconcol h3, .iconcol .h3 {
  margin-top: 13px;
}

.icon_img {
  position: relative;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1 ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  cursor: pointer;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

.iconcol p {
  margin-bottom: 13px !important;
}

.iconcol img {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

/*=shortcodes information box
--------------------------------------------------------------------*/
.wpb_alert-info.vc_alert_3d.wpestate_message {
  -webkit-box-shadow: 0 3px 0 #afd9ee;
  box-shadow: 0 3px 0 #afd9ee;
}

.wpb_alert-success.vc_alert_3d.wpestate_message {
  -webkit-box-shadow: 0 3px 0 #c1e2b3;
  box-shadow: 0 3px 0 #c1e2b3;
}

.wpb_alert-error.vc_alert_3d.wpestate_message,
.wpb_alert-danger.vc_alert_3d.wpestate_message {
  -webkit-box-shadow: 0 3px 0 #e4b9b9;
  box-shadow: 0 3px 0 #e4b9b9;
}

/*=shortcodes progress bar
--------------------------------------------------------------------*/
.wpestate_progress_bar.vc_progress_bar .vc_single_bar {
  background: #fdfdfd;
  position: relative;
  margin-bottom: 11.6666666667px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  -moz-border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border: 1px solid #f0f0f0;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
  text-shadow: none;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_green .vc_label {
  text-shadow: none;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_green .vc_bar {
  background-color: #16A085;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_orange .vc_label {
  text-shadow: none;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
  background-color: #FB6A5C;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_red .vc_label {
  text-shadow: none;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_red .vc_bar {
  background-color: #ED5565;
}

.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_black .vc_label {
  text-shadow: none;
}

/*=shortcodes faq #0073e1
--------------------------------------------------------------------*/
.wpb_toggle.wpestate_toggle {
  background: none;
  padding: 10px 13px 10px 13px;
  clear: both;
  margin-top: 0;
  background-color: #f0f0f0;
  color: #222;
  font-size: 15px;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

h4.wpb_toggle.wpestate_toggle:after, .wpb_toggle.wpestate_toggle.h4:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  float: right;
  font-size: 20px;
}

h4.wpb_toggle.wpestate_toggle.wpb_toggle_title_active:after, .wpb_toggle.wpestate_toggle.wpb_toggle_title_active.h4:after,
.wpb_toggle.wpestate_toggle.wpb_toggle_title_active {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

h4.wpb_toggle.wpestate_toggle.wpb_toggle_title_active:after, .wpb_toggle.wpestate_toggle.wpb_toggle_title_active.h4:after {
  content: "\f106";
}

/*=shortcodes call to action
--------------------------------------------------------------------*/
.wpestate_cta_button {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.wpb_call_to_action.wpestate_cta_button {
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
}

.wpestate_cta_button2 {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner)) !important;
}

.vc_call_to_action.wpestate_cta_button2 {
  background-color: #fdfdfd !important;
  border: 1px solid #f0f0f0 !important;
}

.vc_call_to_action.wpestate_cta_button2 hgroup h2, .vc_call_to_action.wpestate_cta_button2 hgroup .h2 {
  margin-bottom: 5px;
}

/*=shortcodes Buttons
--------------------------------------------------------------------*/
.items_shortcode_wrapper_grid .wpresidence_button {
  margin-top: 30px;
}

.comment-form #submit,
.wpresidence_button {
  text-shadow: none;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 5px 34px;
  border: 1px solid;
  line-height: 28px;
  border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, var(--wp-estate-main-color-option, var(--wp-estate-main-color))));
  background-image: linear-gradient(to right, transparent 50%, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  display: inline-block;
  text-decoration: none;
}

.wpresidence_button.wpresidence_button_elementor.elementor-button {
  width: 100%;
  margin-right: 0px;
  border: 1px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.wpresidence_button_inverse {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--wp-estate-main-color-option, var(--wp-estate-main-color))), color-stop(50%, #ffffff));
  background-image: linear-gradient(to right, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%, rgba(255, 255, 255, 0.0117647059) 50%);
}

.wpresidence_button.wpresidence_button_inverse:hover {
  color: #fff;
}

#edit_review.wpresidence_button {
  width: auto;
  min-width: 25%;
}

.wpestate_item_list_sh {
  cursor: pointer;
  float: none;
}

.wpestate_item_list_sh i {
  margin-right: 10px;
}

.comment-form #submit {
  margin-bottom: 0px;
}

.comment-form #submit:hover,
.wpresidence_button:hover {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  text-decoration: none;
  background-color: transparent;
  background-position: left bottom;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
}

.wpresidence_success {
  background-color: #1ABC9C;
}

.dashboard-margin .wpresidence_success {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

button.wpb_btn-large,
span.wpb_btn-large {
  padding: 9px 26px !important;
  font-size: 13px !important;
  text-transform: uppercase;
  line-height: normal !important;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner)) !important;
  color: #ffffff;
}

.wpb_btn-primary {
  background-color: #185271 !important;
  border-bottom: 3px solid #133F57 !important;
}

.wpb_btn-primary:hover,
.wpb_btn-primary:active,
.wpb_btn-primary.active,
.wpb_btn-primary.disabled,
.wpb_btn-primary[disabled] {
  background-color: #133F57 !important;
  border-bottom: 3px solid #133F57;
}

.wpb_btn-info {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
  border-bottom: 3px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}

.wpb_btn-info:hover,
.wpb_btn-info:active,
.wpb_btn-info.active,
.wpb_btn-info.disabled,
.wpb_btn-info[disabled] {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
  border-bottom: 3px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.wpb_wpb_button {
  background-color: #7F8C8D;
  color: #ffffff;
  padding: 0 10px;
  line-height: 25px;
  font-size: 13px;
  margin-bottom: 0;
}

.wpb_btn-success {
  background-color: #1ABC9C !important;
  border-bottom: 3px solid #16A085 !important;
}

.wpb_btn-success:hover,
.wpb_btn-success:active,
.wpb_btn-success.active,
.wpb_btn-success.disabled,
.wpb_btn-success[disabled] {
  background-color: #16A085 !important;
  border-bottom: 3px solid #16A085;
}

.wpb_btn-warning {
  background-color: #FB6A5C !important;
  border-bottom: 3px solid #ee6557 !important;
}

.wpb_btn-warning:hover,
.wpb_btn-warning:active,
.wpb_btn-warning.active,
.wpb_btn-warning.disabled,
.wpb_btn-warning[disabled] {
  background-color: #ee6557 !important;
  border-bottom: 3px solid #ee6557;
}

.wpb_btn-danger {
  background-color: #ED5565 !important;
  border-bottom: 3px solid #da4453 !important;
}

.wpb_btn-danger:hover,
.wpb_btn-danger:active,
.wpb_btn-danger.active,
.wpb_btn-danger.disabled,
.wpb_btn-danger[disabled] {
  background-color: #da4453 !important;
  border-bottom: 3px solid #da4453;
}

.wpb_btn-inverse {
  background-color: #3C434D !important;
  border-bottom: 3px solid #323840 !important;
}

.wpb_btn-inverse:hover,
.wpb_btn-inverse:active,
.wpb_btn-inverse.active,
.wpb_btn-inverse.disabled,
.wpb_btn-inverse[disabled] {
  background-color: #323840 !important;
  border-bottom: 3px solid #323840;
}

/*=shortcodes
--------------------------------------------------------------------*/
.mdnopad {
  padding: 0px;
}

.show-grid {
  margin: 0px 0px 0px 0px;
  margin-bottom: 26px;
}

.firstcol {
  padding-left: 0px;
}

.lastcol {
  padding-right: 0px;
}

.shortcol {
  margin-bottom: 26px;
}

/*=shortcodes Tabs

// not for shortcode - sems to be used in bakery
--------------------------------------------------------------------*/
.wpestate_tabs .ui-widget {
  font-size: 13px;
}

.wpestate_tabs .wpb_content_element .wpestate_tabs .wpb_accordion_wrapper .wpestate_tabs .wpb_accordion_header,
.wpestate_tabs .wpb_content_element.wpb_tabs .wpestate_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #fff;
}

.wpestate_tabs .ui-widget-content {
  border: 1px solid #f0f0f0;
  background: none;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  border-top: 0px;
  font-family: "Roboto", sans-serif;
}

.wpestate_tabs .ui-widget-header {
  border: none;
  background: #f0f0f0;
  color: #fff;
  font-weight: normal;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.wpestate_tabs .ui-tabs .ui-tabs-nav li {
  background-color: #f0f0f0;
  border: none;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  border-right: 1px solid white;
  padding: 3px 10px;
}

.wpestate_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -3px;
  padding-bottom: 0px;
  background-color: #ffffff;
  border-top: 3px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.wpestate_tabs .ui-state-active,
.wpestate_tabs .ui-widget-content .ui-state-active,
.wpestate_tabs .ui-widget-header .ui-state-active {
  border: none;
  background: black;
  font-weight: 500;
  color: white;
}

.wpestate_tabs .wpb_accordion_wrapper .wpb_accordion_header,
.wpestate_tabs.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #ffffff;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs.wpestate_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #fff;
}

.wpestate_tabs .ui-state-default a,
.wpestate_tabs .ui-state-default a:link,
.wpestate_tabs .ui-state-default a:visited {
  color: #222;
  font-weight: normal;
  font-size: 15px;
}

.wpestate_tabs .ui-state-active a,
.wpestate_tabs .ui-state-active a:link,
.wpestate_tabs .ui-state-active a:visited {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-weight: normal;
  font-size: 15px;
}

/*=shortcodes Accordion
--------------------------------------------------------------------*/
.wpestate_accordion .ui-widget,
.wpestate_accordion_tab .ui-widget {
  font-size: 13px;
}

.wpestate_accordion_tab .ui-state-active,
.wpestate_accordion_tab .ui-widget-content .ui-state-active,
.wpestate_accordion_tab .ui-widget-header .ui-state-active {
  border: 1px solid #f0f0f0;
  background: #fdfdfd;
  font-weight: normal;
  color: #434953;
}

.wpestate_accordion_tab .ui-state-default a,
.wpestate_accordion_tab .ui-state-default a:link,
.wpestate_accordion_tab .ui-state-default a:visited,
.wpestate_accordion_tab .ui-state-active a,
.wpestate_accordion_tab .ui-state-active a:link,
.wpestate_accordion_tab .ui-state-active a:visited {
  color: #222;
  font-weight: normal;
  font-size: 15px;
  padding: 10px;
}

.wpestate_accordion_tab .ui-state-active a,
.wpestate_accordion_tab .ui-state-active a:link,
.wpestate_accordion_tab .ui-state-active a:visited {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.ui-accordion .wpestate_accordion_tab .ui-accordion-header {
  padding: 0px 0px 0px 0px;
}

.wpestate_accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpestate_accordion.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: #f0f0f0;
}

.wpestate_accordion_tab .ui-widget-content {
  border: 1px solid #fdfdfd;
  background: #fff;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}

.wpestate_accordion_tab .ui-state-default,
.wpestate_accordion_tab .ui-widget-content .ui-state-default,
.wpestate_accordion_tab .ui-widget-header .ui-state-default {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  border: none;
}

.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: none;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 9px;
  color: #222;
  left: auto;
  bottom: auto;
  margin-top: 0px;
  background-position: 0px 0px;
  text-indent: 0;
}

.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after,
.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  padding-right: 5px;
  font-size: 20px;
}

.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-accordion-header-active .ui-icon:after,
.wpb_accordion.wpestate_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
  content: "\f106";
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

/*=shortcodes Tours
--------------------------------------------------------------------*/
.wpestate_tour .ui-widget {
  font-size: 13px;
}

.wpestate_tour .ui-widget-content {
  border: none;
  background: #fff;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  border-left: 0px;
}

.wpestate_tour .ui-widget-header {
  background: #fdfdfd;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-weight: normal;
  height: 100%;
  border: 1px solid #f0f0f0;
}

.wpestate_tour .ui-state-default,
.wpestate_tour .ui-widget-content .ui-state-default,
.wpestate_tour .ui-widget-header .ui-state-default {
  border: none;
  background: #f0f0f0;
  color: #434953;
  font-weight: normal;
  width: 100%;
  padding: 4px 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.wpestate_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
  background-color: #fff;
}

.wpestate_tour .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0px;
  padding-bottom: 3px;
  border-left: 3px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.wpestate_tour .ui-state-default a,
.wpestate_tour .ui-state-default a:link,
.wpestate_tour .ui-state-default a:visited {
  color: #222;
  font-weight: normal;
  font-size: 15px;
}

.wpestate_tour .ui-state-active a,
.wpestate_tour .ui-state-active a:link,
.wpestate_tour .ui-state-active a:visited {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.wpb_tour.wpestate_tour .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 0em 0em 0em 1em;
}

.wpestate_tour .wpb_tour_next_prev_nav {
  padding-left: 13px;
}

.wpestate_tour .wpb_tour_next_prev_nav span,
.wpestate_tour .wpb_tour_next_prev_nav span {
  padding: 0em 0 1em 0;
}

.wpestate_tour .wpb_tour_next_prev_nav a,
.wpestate_tour .wpb_tour_next_prev_nav a {
  border-bottom: none;
}

.wpestate_tour .wpb_prev_slide:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  padding-right: 5px;
}

.wpestate_tour .wpb_next_slide:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding-left: 5px;
}

/** MILLDONE
 * WpEstate Sliding Box Styles
 * src: scss\shortocdes_and_blocks\_sliding_box.scss
 * This file contains the styles for the sliding box component in the WpResidence theme.
 * It defines the layout and appearance of sliding boxes used for showcasing content.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - None (standalone SCSS file)
 *
 * Usage:
 * This SCSS should be compiled and included in the theme's main stylesheet.
 * It styles the .wpestate_sliding_box elements and their child components.
 */
.wpestate_sliding_box_wrapper {
  min-height: 1px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: stretch;
}

.wpestate_sliding_box {
  position: relative;
  float: left;
  width: 265px;
  padding: 0;
  border: 1px solid #f1f8ff;
  border-radius: 7px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  box-shadow: 0 10px 35px rgba(38, 41, 77, 0.1);
  background: #fff;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  justify-content: flex-start;
}
.wpestate_sliding_box:last-child {
  margin-right: 0 !important;
  margin-bottom: 0;
}
.wpestate_sliding_box.active-element {
  width: 560px;
}
.wpestate_sliding_box .sliding-image {
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 265px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.wpestate_sliding_box .sliding-content-wrapper {
  padding: 50px;
  position: absolute;
  top: 0;
  left: 280px;
  width: 280px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wpestate_sliding_box .sliding-content-wrapper h4, .wpestate_sliding_box .sliding-content-wrapper .h4 {
  font-size: 22px;
}
.wpestate_sliding_box .sliding-content-action {
  font-weight: 500;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.wpestate_sliding_box.slider_box_size_3 {
  width: 358px;
}
.wpestate_sliding_box.slider_box_size_3.active-element {
  width: 747px;
}
.wpestate_sliding_box.slider_box_size_3 .sliding-image {
  width: 373px;
}
.wpestate_sliding_box.slider_box_size_3 .sliding-content-wrapper {
  left: 373px;
  width: 373px;
}
.wpestate_sliding_box.slider_box_size_3:last-child {
  margin-right: 0 !important;
}

.wpestate_sliding_box.slider_box_size_5 {
  width: 209px;
}
.wpestate_sliding_box.slider_box_size_5.active-element {
  width: 448px;
}
.wpestate_sliding_box.slider_box_size_5 .sliding-image {
  width: 224px;
}
.wpestate_sliding_box.slider_box_size_5 .sliding-content-wrapper {
  left: 224px;
  width: 224px;
}
.wpestate_sliding_box.slider_box_size_5:last-child {
  margin-right: 0 !important;
}

.places_wrapper_type_1 {
  display: flex;
  flex-shrink: 0;
  min-width: 240px;
  margin-bottom: 25px;
}
.places_wrapper_type_1 .places_cover {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.places_wrapper_type_1 h4, .places_wrapper_type_1 .h4 {
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-left: 20px;
}
.places_wrapper_type_1 h4 a, .places_wrapper_type_1 .h4 a {
  color: #fff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.places_wrapper_type_1 h4 a:hover, .places_wrapper_type_1 .h4 a:hover {
  opacity: 0.9;
  color: #fff;
}
.places_wrapper_type_1 .property_location {
  z-index: 10;
}

.elementor_residence_grid .places_wrapper_type_1 {
  min-width: 100px;
}

.col-md-12.listing_wrapper.places_wrapper_type_1 .property_listing {
  flex-direction: column;
}
.col-md-12.listing_wrapper.places_wrapper_type_1 .property_listing .property_location {
  margin-left: 0;
  color: #fff;
}

.places_wrapper_type_4.col-md-12,
.places_wrapper_type_2.col-md-12,
.places_wrapper_type_1.col-md-12 {
  margin-bottom: 0;
  padding: 0;
}

.places_wrapper_type_2,
.places_wrapper_type_4 {
  height: 400px;
  margin-bottom: 25px;
}
.places_wrapper_type_2 .places_cover,
.places_wrapper_type_4 .places_cover {
  width: 100%;
  height: 100%;
  background-color: #1D293E;
  opacity: 0.3;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.places_wrapper_type_2:hover .places_cover,
.places_wrapper_type_4:hover .places_cover {
  opacity: 0.15;
}
.places_wrapper_type_2 h4, .places_wrapper_type_2 .h4,
.places_wrapper_type_4 h4,
.places_wrapper_type_4 .h4 {
  margin-bottom: 5px;
}
.places_wrapper_type_2 h4 a, .places_wrapper_type_2 .h4 a,
.places_wrapper_type_4 h4 a,
.places_wrapper_type_4 .h4 a {
  font-size: 28px;
  text-align: center;
  cursor: pointer;
  color: white;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.places_wrapper_type_2 h4 a:hover, .places_wrapper_type_2 .h4 a:hover,
.places_wrapper_type_4 h4 a:hover,
.places_wrapper_type_4 .h4 a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.places_wrapper_type_2 {
  position: relative;
}
.places_wrapper_type_2 .places_type_2_content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13%;
  text-align: center;
  color: #fff;
}
.places_wrapper_type_2 .places_type_2_content h4:hover, .places_wrapper_type_2 .places_type_2_content .h4:hover {
  color: #fff;
  opacity: 0.9;
}
.places_wrapper_type_2 .places_type_2_listings_no {
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  color: #ffffff;
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  display: inline-block;
  padding: 1px 9px;
  margin-top: 7px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.places_wrapper_type_2 .places_type_2_tagline {
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.places_wrapper_type_2 h4:hover, .places_wrapper_type_2 .h4:hover {
  color: #ffffff;
  opacity: 0.9;
}

.places_wrapper_type_3 {
  display: flex;
  gap: 15px;
}
.places_wrapper_type_3 .places_cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.places_wrapper_type_3 .property_listing_square_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.places_wrapper_type_3 .places_square_backgorund_image {
  height: 75px;
  width: 75px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: inline-block;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.places_wrapper_type_3 h4, .places_wrapper_type_3 .h4 {
  display: inline-block;
  margin-bottom: 10px;
}
.places_wrapper_type_3 .property_location_type_3 {
  color: #8593a9;
  line-height: 16px;
}

.places_wrapper_type_4 {
  height: 300px;
  display: flex;
  flex-direction: column;
}
.places_wrapper_type_4 .places_cover {
  border-radius: 10px;
  opacity: 0.1;
}
.places_wrapper_type_4 .places_type_4_content {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.places_wrapper_type_4 .places_type_4_content h4, .places_wrapper_type_4 .places_type_4_content .h4 {
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 16px;
}
.places_wrapper_type_4 .places_type_4_content h4 a, .places_wrapper_type_4 .places_type_4_content .h4 a {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.places_wrapper_type_4 .places_type_4_content h4 a:hover, .places_wrapper_type_4 .places_type_4_content .h4 a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.places_wrapper_type_4 .places_type_4_listings_no {
  font-size: 14px;
  font-weight: 400;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.featured_property_type2:hover .places_cover {
  opacity: 0.15;
}

.places_cover.agent_grid_elementor {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(194deg, rgba(255, 255, 255, 0) 0%, rgba(2, 2, 2, 0.2) 100%);
  opacity: 1;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.places_background_image {
  height: 100%; /* Ensure this is set correctly */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: relative;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.places_background_image:hover {
  opacity: 0.9; /* Slight fade on hover */
}

.places_wrapper_type_1_grid h4, .places_wrapper_type_1_grid .h4 {
  text-align: left;
}

/** MILLDONE
 * WPResidence Theme - Categories as Tabs Widget Styles
 * src: scss\shortocdes_and_blocks\_categories_as_tabs_widget.scss
 * This file contains styles for the Categories as Tabs widget in the WPResidence theme.
 * It defines the layout and appearance of the tab navigation and content areas.
 *
 * @package WPResidence
 * @subpackage Widgets
 * @since 1.0.0
 *
 */
.wpestate_categories_as_tabs_wrapper {
  display: inline-block;
  width: 100%;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: none;
  gap: 15px;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item svg {
  height: 18px;
  z-index: 10;
  max-width: 20px;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item i {
  margin-right: 5px;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item > a {
  border: none;
  font-weight: 500;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  gap: 5px;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item > a:hover i, .wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item > a:hover svg {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item > a.active {
  border: none;
  color: #fff;
  width: 100%;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item > a.active i, .wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item > a.active svg {
  color: #fff;
  fill: #fff;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item > a.active:hover {
  color: #fff;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item > a.active:hover i, .wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul .wpestate_categories_as_tabs_item > a.active:hover svg {
  color: #fff;
  fill: #fff;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_panel {
  padding: 30px 0;
  box-shadow: none;
  float: left;
  width: 100%;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_panel .wpestate_categories_as_tabs_term {
  color: #222;
  font-weight: 500;
  width: 100%;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_panel .places_list_tab_term-count {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

/* MILLDONE
* Categories Grid Builder
* This file contains styles for the Categories Grid Builder widget in the WPResidence theme.
* src: scss\shortocdes_and_blocks\_categories_grid_builder.scss
*/
.elementor_wpresidece_grid {
  margin-left: 0px;
  margin-right: 0px;
}
.elementor_wpresidece_grid .listing_wrapper {
  width: 100%;
}
.elementor_wpresidece_grid .listing_wrapper .places_background_image {
  max-width: 100%;
}

.shortcode_slider_list {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.shortcode_slider_list .listing_wrapper {
  display: none;
}
.shortcode_slider_list.slick-initialized .listing_wrapper {
  display: block;
  margin-bottom: 0px;
}

/*=shortcodes carousel
--------------------------------------------------------------------*/
.wpestate_carousel .post-thumb {
  float: left;
  margin-right: 13px;
}

.wpestate_carousel .vc-carousel-control .icon-next:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: relative;
  top: 0px;
  color: #222;
}

.wpestate_carousel .vc-carousel-control .icon-prev:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  position: relative;
  top: 0px;
  color: #222;
}

/*
* Items slider shortcode
*
*
*/
.slider_container {
  width: 100%;
  flex: 0 0 100%;
}
.slider_container .shortcode_slider_wrapper {
  margin: 0px -15px;
}
.slider_container .shortcode_slider_wrapper .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: initial;
  min-width: 100%;
}
.slider_container .shortcode_slider_wrapper .slick-slide {
  margin: 0 10px;
  height: auto;
  padding-bottom: 10px;
}
.slider_container .slick-dots {
  text-align: center;
  margin: 20px 0px;
  list-style: none;
  text-align: center;
}
.slider_container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.slider_container .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.slider_container .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0 0;
}
.slider_container .slick-dots li button:before {
  font-family: "font awesome 5 free";
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: 0.25;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}
.slider_container .slick-dots li button:hover, .slider_container .slick-dots li button:focus {
  outline: none;
}

.slider_container .property_listing_blog,
.slider_container .agent_unit,
.slider_container .listing_wrapper .property_listing {
  box-shadow: 0 -1px 19px 0 rgba(7, 152, 255, 0.09);
}

.slider_container .property_listing_blog:hover,
.slider_container .agent_unit:hover,
.slider_container .listing_wrapper .property_listing:hover {
  box-shadow: 0 -1px 19px 0 rgba(7, 152, 255, 0.14);
}

.slider_container .agent_unit.agent_unit_type_4,
.slider_container .listing_wrapper .property_listing.property_unit_type8,
.slider_container .blog4v .property_listing_blog {
  box-shadow: none;
}

.slider_container .agent_unit {
  margin-bottom: 20px !important;
}

.items_shortcode_wrapper_grid .agent_card_2 {
  padding: 0px;
}

.slick-list .blog_unit:hover {
  transform: translate(0%, 0px);
}

/** MILLDONE
 * WPEstate Property Slider 2 Styles
 * src: scss/shortcodes_and_blocks/_property_sliders_shortcodes_v1_type2.scss
 * This file contains the styles for the Property Slider 2 component in the WPResidence theme.
 *
 * @package WPEstate
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - Owl Carousel (for slider functionality)
 *
 * Usage:
 * These styles are applied to the property slider with the class 'property_slider2_wrapper'.
 */
.property_slider2_wrapper.owl-carousel .owl-item .item {
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 0px;
}
.property_slider2_wrapper.owl-theme .owl-nav {
  margin-top: -22px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  float: left;
  width: 6%;
  height: 370px;
  position: absolute;
  top: 70px;
  right: 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property_slider2_wrapper.owl-theme .owl-nav div {
  color: #ffffff;
  margin: 0px;
  padding: 0px 0px;
  font-size: 37px;
  filter: Alpha(Opacity=95);
  opacity: 0.95;
  cursor: pointer;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 185px;
  background: #d8d8d8;
  border-radius: 0px;
}
.property_slider2_wrapper.owl-theme .owl-nav div:hover {
  background: #ccc;
}
.property_slider2_wrapper.owl-theme .owl-nav div i {
  width: 100%;
  font-size: 33px;
}
.property_slider2_wrapper.owl-carousel .owl-nav button.owl-prev, .property_slider2_wrapper.owl-carousel .owl-nav button.owl-next {
  height: 50%;
  margin: 0px;
  width: 100%;
  background: #d8d8d8;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 0px;
}
.property_slider2_wrapper .image_div {
  height: 370px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 59%;
  float: left;
  margin-top: 35px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  position: relative;
  z-index: 1;
}
.property_slider2_wrapper .featured_gradient {
  background-image: none;
  background-color: #1D293E;
  opacity: 0.15;
}
.property_slider2_wrapper .featured_div {
  z-index: 10;
  position: relative;
  left: 20px;
  top: 20px;
}
.property_slider2_wrapper .status-wrapper {
  z-index: 10;
  position: relative;
  top: 5px;
  right: 20px;
  margin: 0px;
}
.property_slider2_wrapper .agent_face {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #a6b3bb;
  background-size: cover;
}
.property_slider2_wrapper .featured_secondline {
  position: absolute;
  background: transparent;
  display: flex;
  bottom: 20px;
  left: 20px;
  gap: 10px;
  align-items: center;
}
.property_slider2_wrapper .featured_secondline a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.property_slider2_wrapper .property_slider2_info_wrapper {
  width: 35%;
  height: 440px;
  background-color: #fff;
  float: left;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  padding: 80px 40px;
  z-index: 10;
  position: relative;
}
.property_slider2_wrapper .property_slider2_info_wrapper h2, .property_slider2_wrapper .property_slider2_info_wrapper .h2 {
  text-transform: capitalize;
}
.property_slider2_wrapper .property_slider2_info_wrapper .property_slider2_info_price {
  z-index: 1;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}
.property_slider2_wrapper .property_slider2_info_wrapper .property_slider_sec_row {
  display: flex;
  gap: 10px;
  font-weight: 500;
}
.property_slider2_wrapper .property_slider2_info_wrapper .property_slider2_content {
  margin-top: 30px;
  line-height: 1.65em;
}
.property_slider2_wrapper a:hover h2, .property_slider2_wrapper a:hover .h2 {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

/**MILLDONE
 * WPEstate Property Slider Carousel Elementor V2 Styles
 * src: scss/shortcodes_and_blocks/_property_sliders_shortcodes_v2.scss
 * This file contains the styles for the Property Slider Carousel Elementor V2 component in the WPResidence theme.
 *
 * @package WPEstate
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - Owl Carousel (for slider functionality)
 *
 * Usage:
 * These styles are applied to the property slider with the class 'property_slider_carousel_elementor_v2'.
 */
.property_slider_carousel_elementor_v2.owl-carousel .owl-item {
  opacity: 1;
  width: 290px !important;
}
.property_slider_carousel_elementor_v2.owl-carousel .owl-item .item {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-color: transparent;
  position: relative;
  padding: 10px;
}
.property_slider_carousel_elementor_v2.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: -60px;
  display: flex;
  flex-direction: column;
}
.property_slider_carousel_elementor_v2.owl-carousel .owl-nav .owl-prev,
.property_slider_carousel_elementor_v2.owl-carousel .owl-nav .owl-next {
  background-color: rgba(119, 122, 242, 0.0705882353);
  width: 40px;
  height: 40px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_slider_carousel_elementor_v2.owl-carousel .owl-nav .owl-prev:hover,
.property_slider_carousel_elementor_v2.owl-carousel .owl-nav .owl-next:hover {
  color: #fff;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_slider_carousel_elementor_v2_image_wrapper {
  position: relative;
  overflow: hidden;
  border: 0px solid #000;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.property_slider_carousel_elementor_v2_image_wrapper:hover .property_slider_carousel_elementor_v2_image_container {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.property_slider_carousel_elementor_v2_image_wrapper:hover .places_cover {
  opacity: 0;
}
.property_slider_carousel_elementor_v2_image_container {
  width: 100%;
  height: 370px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.property_slider_carousel_elementor_v2_title {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
  display: inline-block;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.property_slider_carousel_elementor_v2_price {
  background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%, transparent);
  color: #fff;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  position: absolute;
  left: 9px;
  bottom: 10px;
  z-index: 9;
  padding: 4px 7px;
  font-size: 13px;
  line-height: 1.5em;
}
.property_slider_carousel_elementor_v2_price .price_label {
  font-size: 13px;
  line-height: 1.5em;
}
.property_slider_carousel_elementor_v2 .places_cover {
  width: 100%;
  height: 100%;
  background-color: #1D293E;
  opacity: 0.15;
  top: 0px;
  left: 0px;
  cursor: pointer;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  position: absolute;
  pointer-events: none;
  z-index: 7;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.property_slider_carousel_elementor_v2 h2, .property_slider_carousel_elementor_v2 .h2 {
  font-size: 15px;
}

.slider_orientation_yes {
  float: right;
}
.slider_orientation_yes.property_slider_carousel_elementor_v2 .owl-nav {
  left: auto;
  right: -60px;
}

/** MILLDONE
 * WPEstate Property Slider Carousel Elementor V3 Styles
 *src: scss/shortcodes_and_blocks/_property_sliders_shortcodes_v3.scss
 * This file contains the styles for the Property Slider Carousel Elementor V3 component in the WPResidence theme.
 *
 * @package WPEstate
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - Owl Carousel (for slider functionality)
 *
 * Usage:
 * These styles are applied to the property slider with the class 'property_slider_carousel_elementor_v3'.
 */
.property_slider_carousel_elementor_v3 {
  height: 530px;
  width: 100%;
  max-width: 840px;
  display: block;
  padding: 0px !important;
  border-radius: 10px;
  margin: 0px auto;
  overflow: hidden;
}
.property_slider_carousel_elementor_v3.owl-carousel.owl-loaded {
  display: block;
  overflow: initial;
}
.property_slider_carousel_elementor_v3 .owl-carousel .owl-stage-outer {
  padding: 30px 0px;
}
.property_slider_carousel_elementor_v3 .owl-item {
  width: 100%;
}
.property_slider_carousel_elementor_v3 .item {
  width: 100%;
  height: 530px;
  display: inline-block;
  position: relative;
  background: #fff;
  margin: auto;
  max-width: 840px;
  overflow: hidden;
  padding: 0px !important;
  border-radius: 10px;
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
}
.property_slider_carousel_elementor_v3_image_wrapper {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.property_slider_carousel_elementor_v3_content_wrapper {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  padding: 45px;
  background-color: #fff;
}
.property_slider_carousel_elementor_v3_content_wrapper .property_listing_details {
  padding: 0px;
  display: flex;
  gap: 30px;
}
.property_slider_carousel_elementor_v3 .places_cover {
  width: 100%;
  height: 100%;
  background-color: #1D293E;
  opacity: 0.15;
  top: 0px;
  left: 0px;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  cursor: pointer;
  position: absolute;
  pointer-events: none;
  z-index: 7;
}
.property_slider_carousel_elementor_v3 .tag-wrapper {
  z-index: 8;
}
.property_slider_carousel_elementor_v3_price {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
.property_slider_carousel_elementor_v3_title {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  float: left;
  min-height: auto !important;
  line-height: 1.1em;
}
.property_slider_carousel_elementor_v3_address {
  border-bottom: 1px solid rgba(202, 202, 202, 0.23);
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}
.property_slider_carousel_elementor_v3_excerpt {
  margin-bottom: 30px;
  display: inline-block;
}
.property_slider_carousel_elementor_v3_image_container {
  width: 100%;
  height: 100%;
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.property_slider_carousel_elementor_v3 .inforoom,
.property_slider_carousel_elementor_v3 .infobath,
.property_slider_carousel_elementor_v3 .infosize {
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  font-size: 15px;
  display: flex;
  gap: 10px;
}
.property_slider_carousel_elementor_v3 svg {
  width: 20px;
  height: 20px;
  display: block;
}
.property_slider_carousel_elementor_v3 .property_agent_wrapper {
  position: absolute;
  bottom: 30px;
}
.property_slider_carousel_elementor_v3 .property_agent_wrapper a {
  font-size: 15px;
  font-weight: 500;
  line-height: 47px;
}
.property_slider_carousel_elementor_v3 .property_agent_wrapper .property_agent_image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.property_slider_carousel_elementor_v3 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-prev,
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-next {
  background-color: rgba(119, 122, 242, 0.07);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-prev:hover,
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-next:hover {
  color: #fff;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-prev {
  left: -65px;
  position: absolute;
}
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-next {
  right: -65px;
  position: absolute;
}
.property_slider_carousel_elementor_v3 .owl-dots {
  margin-top: 15px;
}
.property_slider_carousel_elementor_v3 .owl-dots .owl-dot.active span, .property_slider_carousel_elementor_v3 .owl-dots .owl-dot:hover span {
  background: #1f80e4;
  opacity: 1;
}

/** MILLDONE
 * WpResidence Theme - Advanced Search Form Styles
 * src: scss/shortocdes_and_blocks/_advanced_search_form.scss
 * This file contains styles for the advanced search form used in the WpResidence theme.
 * It's primarily used with Elementor to create a customizable search interface.
 *
 * Package: WpResidence
 * Dependencies: Elementor, WpResidence core styles
 * 
 */
.search_wr_elementor {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.search_wr_elementor .adv_search_slider p {
  margin-bottom: 5px;
  line-height: 1em;
}
.search_wr_elementor .search_wrapper_color {
  background-color: transparent;
}
.search_wr_elementor .nav-tabs {
  margin-bottom: 0;
  position: static;
}
.search_wr_elementor .nav-tabs .adv_search_tab_item {
  float: none;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  margin-right: 0;
}
.search_wr_elementor .nav-tabs .adv_search_tab_item:last-of-type {
  border-right: solid;
}
.search_wr_elementor .nav-tabs .adv_search_tab_item.active::before {
  display: none;
}
.search_wr_elementor .nav-tabs .adv_search_tab_item a {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  float: left;
  padding: 0;
  text-transform: capitalize;
  line-height: 14px;
  font-size: 14px;
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  margin: 13px 23px;
}
.search_wr_elementor .tab-content .elementor-column.elementor-col-100 {
  width: 100%;
}
.search_wr_elementor .adv-search-header {
  font-size: 21px;
  font-weight: 500;
  color: #222;
  margin-bottom: 15px;
}
.search_wr_elementor form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.search_wr_elementor form .elementor-field-label {
  font-size: 13px;
  font-weight: 500;
  color: #222;
  width: 100%;
}
.search_wr_elementor form .elemenentor_submit_wrapper {
  flex-direction: column;
  justify-content: flex-end;
}
.search_wr_elementor form .elemenentor_submit_wrapper .wpresidence_button {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.search_wr_elementor form .elemenentor_submit_wrapper .wpresidence_button svg {
  height: 15px;
  width: auto;
}

.item_underline_active_yes a {
  position: relative;
}
.item_underline_active_yes a.active::after {
  content: "";
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: -7px;
  height: 3px;
  left: 0;
}

.search_button_use_hover_effect_no {
  background-image: none !important;
  border: none;
}

/** MILLDONE
 * WpEstate Hotspot Styles
 * src: scss\shortocdes_and_blocks\_hot_spot.scss 
 * This file contains the styles for the hotspot component in the WpResidence theme.
 * It defines the layout and appearance of hotspots used for interactive image annotations.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 *
 * Dependencies:
 * - None (standalone SCSS file)
 *
 */
.wpestate_hotspot_wrapper {
  position: relative;
}
.wpestate_hotspot_wrapper .wpestate_hotspot_main_image_overlay {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.07);
}
.wpestate_hotspot_wrapper .wpestate_hotspot {
  background-color: #fff;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #222;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.wpestate_hotspot_wrapper .wpestate_hotspot:before {
  content: "";
  display: inline-block;
  width: 135%;
  height: 135%;
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background-color: inherit;
  opacity: 0.6;
  transform: translate3d(-50%, -50%, -1px) scale(0.65);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.wpestate_hotspot_wrapper .wpestate_hotspot:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_icon_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-evenly;
  padding: 5px;
  box-shadow: var(--wp-estate-cssbox-shadow-elementor-option, var(--wp_estate_cssbox_shadow));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  cursor: pointer;
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_icon_wrapper svg {
  width: 15px;
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_label,
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_label {
  padding: 0 5px;
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_tooltip {
  position: absolute;
  pointer-events: none;
  color: #222;
  text-align: left;
  min-width: 10%;
  padding: 5px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  background-color: #fff;
  display: none;
  right: initial;
  bottom: initial;
  left: initial;
  top: calc(100% + 5px);
  width: 200px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_tooltip p {
  margin-bottom: 0;
}

.property_categs_elementor {
  margin-top: 0px;
  min-height: 1px;
  float: none;
}

.elementor-widget-property_add_to_favorites .share_list {
  margin-left: 0px;
}

.elementor-widget-container > .status-wrapper {
  float: none;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}
.elementor-widget-container > .status-wrapper .ribbon-wrapper-default {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}

.elementor-widget .property-panel {
  margin-bottom: 0px;
  background: #fff;
}

.elementor-widget-Details_as_Accordion .property-panel {
  margin-bottom: 20px;
}

.elementor-widget-property_show_agent_form_section .wpestate_agent_details_wrapper {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 30px 20px 20px 20px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.elementor-widget-property_show_agent_form2_section .agent_contanct_form_sidebar {
  padding: 30px;
}

.elementor-widget-Details_as_Accordion .property-panel {
  margin-bottom: 0px;
  background-color: transparent;
}
.elementor-widget-Details_as_Accordion .property-panel .accordion-item {
  margin-bottom: 30px;
  background-color: #fff;
}

.elementor-widget-Agent_Card .property_desing_agent_two_col .wpestate_agent_details_wrapper {
  display: flex;
}

.wpestate_estate_property_design_intext_details #add_favorites {
  position: relative;
  top: auto;
  right: auto;
  cursor: pointer;
  display: inline-block;
  background-color: #a6b3bb;
  color: #fff;
  padding: 0px 10px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.wpestate_estate_property_design_intext_details #add_favorites.isfavorite {
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.wpestate_estate_property_design_intext_details #add_favorites.isfavorite i {
  display: none;
}

.wpestate_estate_property_design_intext_details .no_views {
  float: none;
  display: inline-block;
}

.wpestate_estate_property_design_intext_details #print_page,
.wpestate_estate_property_design_intext_details .share_facebook,
.wpestate_estate_property_design_intext_details .share_tweet,
.wpestate_estate_property_design_intext_details .share_google,
.wpestate_estate_property_design_intext_details .share_pinterest {
  float: none;
  font-size: 17px;
  margin-left: 13px;
}

.wpestate_estate_property_details_section .google_map_shortcode_wrapper {
  position: relative;
  min-height: 400px;
  width: 100%;
  float: left;
}

.wpestate_estate_property_slider_section_wrapper .wpestate_property_carousel,
.wpestate_estate_property_slider_section_wrapper .wpestate_property_carousel.post-carusel .item,
.wpestate_estate_property_slider_section_wrapper .wpestate_property_carousel.carouselvertical,
.wpestate_estate_property_slider_section_wrapper .wpestate_property_carousel .carousel-inner,
.wpestate_estate_property_slider_section_wrapper .carouselvertical {
  height: 100% !important;
  min-height: 150px !important;
}

.wpestate_estate_property_slider_section_wrapper .carouselvertical .carousel-inner {
  max-width: 100%;
}

.wpestate_estate_property_design_gallery {
  display: flex;
  flex-wrap: wrap;
  min-height: 1px;
}

.wpestate_estate_property_design_gallery .wpestate_property_gallery_item {
  position: relative;
}

.wpestate_estate_property_design_gallery .wpestate_property_gallery_item img {
  width: 100%;
  height: auto;
  display: block;
}

.wpestate_estate_property_design_gallery .wpestate_property_gallery_item .img_listings_mes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  display: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.wpestate_estate_property_design_gallery .wpestate_property_gallery_item:last-child .img_listings_mes {
  display: flex;
}

.elementor-widget-container .wpestate_property_carousel .owl-carousel.owl-loaded {
  height: auto;
  min-height: 385px;
}

/*single detail widget for elementor*/
.elementor-widget-container #accordion_prop_floor_plans .row,
.elementor-widget-container .wpestate_estate_property_details_section .row {
  margin: 0;
}

/** MILLDONE
 * WpEstate Content Grid Styles
 * src: scss\shortocdes_and_blocks\_content_grid.scss
 * This file contains styles for the WpEstate content grid component used in the WpResidence theme.
 * It defines the layout and appearance of property listings in a grid format.
 *
 * Package: WpResidence
 * Dependencies: None
 * Usage: Include this file in the main theme stylesheet or enqueue it separately.
 */
/* Main content grid wrapper */
.wpestate_content_grid_wrapper {
  display: flex;
  gap: 15px;
  margin: 0;
  /* First column styles */
  /* Second column styles */
}
.wpestate_content_grid_wrapper_first_col {
  padding: 0;
  min-height: 400px;
  overflow: hidden;
}
.wpestate_content_grid_wrapper_first_col .property_listing {
  max-width: 100%;
  color: #ffffff;
}
.wpestate_content_grid_wrapper_first_col .property_unit_type5_content {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wpestate_content_grid_wrapper_second_col {
  padding: 0;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wpestate_content_grid_wrapper_second_col_image {
  width: 195px;
  height: 130px;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wpestate_content_grid_wrapper_second_col_image.property_listing:hover {
  box-shadow: none;
}
.wpestate_content_grid_wrapper_second_col_item_wrapper {
  display: flex;
  gap: 20px;
}
.wpestate_content_grid_wrapper_second_col_item_wrapper .listing_unit_price_wrapper {
  padding: 0;
}
.wpestate_content_grid_wrapper_second_col_item_wrapper h4, .wpestate_content_grid_wrapper_second_col_item_wrapper .h4 {
  margin-bottom: 5px;
}

/* Property unit content styles */
.property_unit_content_grid_big_details {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  color: #ffffff;
  padding: 0 30px;
}
.property_unit_content_grid_big_details .listing_unit_price_wrapper, .property_unit_content_grid_big_details_location,
.property_unit_content_grid_big_details h4,
.property_unit_content_grid_big_details .h4 {
  padding: 0;
  color: #ffffff;
}
.property_unit_content_grid_big_details_location {
  display: inline-block;
  margin-bottom: 20px;
}
.property_unit_content_grid_big_details_location a {
  max-width: 100%;
  color: #ffffff;
}
.property_unit_content_grid_big_details h4, .property_unit_content_grid_big_details .h4 {
  margin-bottom: 0;
}
.property_unit_content_grid_big_details h4 a, .property_unit_content_grid_big_details .h4 a,
.property_unit_content_grid_big_details h4 a:hover {
  max-width: 100%;
  color: #ffffff;
}
.property_unit_content_grid_small_details {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

/* Featured gradient */
.featured_gradient {
  opacity: 1;
}

/* Separator dot */
.wpestate_separator_dot {
  margin: 0 5px;
}

/** MILLDONE
 * WpResidence Estate Places Slider SCSS
 * src: scss/shortcodes_and_blocks/_places_sliders.scss
 * This file contains the styles for the estate places slider widget
 * used in the WpResidence theme. It defines the appearance of the
 * slider, including navigation arrows and individual place items.
 *
 * @package WpResidence
 * @subpackage Styles
 * @since 1.0.0
 */
/* Places / Categories Slider Widget CSS */
.estate_places_slider {
  /* Slider container styles */
  /* Navigation arrow styles */
  /* Individual place item styles */
}
.estate_places_slider .slick-track {
  padding-top: 0px;
  margin-top: 0px;
  display: flex;
  gap: 0px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.estate_places_slider button.slick-prev.slick-arrow,
.estate_places_slider button.slick-next.slick-arrow {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  color: #fff;
  padding-left: 8px;
  border: none;
  position: absolute;
  box-shadow: 0 10px 31px 0 rgba(7, 152, 255, 0.25);
  z-index: 10;
  margin-top: -35px;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.estate_places_slider button.slick-prev.slick-arrow:hover,
.estate_places_slider button.slick-next.slick-arrow:hover {
  box-shadow: 0 3px 23px 9px rgba(7, 152, 255, 0.25);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.estate_places_slider button.slick-prev.slick-arrow:before,
.estate_places_slider button.slick-next.slick-arrow:before {
  font-family: "fontello";
  font-size: 20px;
  line-height: 30px;
  opacity: 1;
  color: #434953;
}
.estate_places_slider button.slick-prev.slick-arrow {
  left: -25px;
}
.estate_places_slider button.slick-prev.slick-arrow:before {
  margin-right: 10px;
  content: "\e800";
}
.estate_places_slider button.slick-next.slick-arrow {
  right: -25px;
}
.estate_places_slider button.slick-next.slick-arrow:before {
  margin-right: 5px;
  content: "\e801";
}
.estate_places_slider .places_wrapper_type_2 {
  position: relative;
  border-radius: 0px;
  min-width: 190px;
  display: none;
}
.estate_places_slider .places_wrapper_type_2 .places_cover {
  border-radius: 0px;
}

/* Styles not found in the provided markup, kept for reference */
.estate_places_slider button.slick-prev.slick-arrow,
.estate_places_slider button.slick-next.slick-arrow {
  color: #99a2ae;
}

.slick-initialized .slick-slide .places_wrapper_type_2 {
  display: block;
}

.estate_places_slider button.slick-prev.slick-arrow,
.estate_places_slider button.slick-next.slick-arrow {
  background-color: #fff !important;
}

/*=shortcode membership package
----------------------------------------------------------------------------*/
.membership_package_product h4, .membership_package_product .h4 {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  margin: 0px;
  text-transform: capitalize;
}

.pack-price_sh {
  position: relative;
  text-align: center;
  font-size: 29px;
  line-height: 35px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-weight: 500;
  padding: 30px 0px;
}

.pack-price_title {
  background-color: #f6f6f6;
  padding: 20px 0px;
}

.pack-bill_freg_sh,
.pack-listing_sh,
.pack-listing-period_sh,
.pack-listing_feat_sh {
  text-align: center;
  padding: 15px 0px;
  border-bottom: 1px solid #f7f7f7;
}

.pack-listing_feat_sh {
  border-bottom: 0px solid #e2e2e2;
}

.membership_package_product {
  padding: 0px 0px 45px 0px;
  margin: 15px;
  background-color: #fff;
  overflow: hidden;
}

.wp-block-column .membership_package_product {
  margin: 7px;
}

.membership_package_product.featured_pack_sh {
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 0px 45px 0px;
  border: 1px solid #f1f8ff;
  margin-top: -15px;
}

.featured_pack_sh .pack-price_title {
  background-color: #222;
  color: #fff;
}

.featured_pack_sh .wpresidence_button:hover {
  background-color: #fff;
}

.buy_package_sh {
  text-align: center;
  margin: 0px auto;
}

.featured_pack_sh .buy_package_sh {
  margin-top: 30px;
}

.membership_package_product.featured_pack_sh h4, .membership_package_product.featured_pack_sh .h4 {
  color: #fff;
}

.buy_package_sh .wpresidence_button {
  float: none;
  margin-bottom: 0px;
  width: 200px;
  display: inline-block;
  margin-top: 10px;
}

.pack_content {
  text-align: center;
  padding: 0px 20px 10px 20px;
  font-weight: 500;
  font-size: 16px;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}

.term-featured-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.term-featured-container.fallback-preview {
  background: #f0f0f0;
  height: 400px;
}

.term-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.term-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.term-title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.term-tagline {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

.wpresidence-term-featured-image {
  min-height: 100px;
}

@media (max-width: 768px) {
  .term-title {
    font-size: 2rem;
  }
  .term-tagline {
    font-size: 1.2rem;
  }
  .term-content {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .term-title {
    font-size: 1.5rem;
  }
  .term-tagline {
    font-size: 1rem;
  }
  .term-content {
    padding: 10px;
  }
}
.documents-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.documents-list .document-icon svg {
  max-width: 20px;
}

.slider_container button.slick-prev.slick-arrow, .slider_container button.slick-next.slick-arrow, .arrow_class_sideways button.slick-prev.slick-arrow, .arrow_class_sideways button.slick-next.slick-arrow {
  cursor: pointer;
  border: none;
  position: absolute;
  background-color: rgba(119, 122, 242, 0.0705882353);
  width: 40px;
  height: 40px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding-left: 0;
  font-size: 0;
}
.slider_container button.slick-prev.slick-arrow:hover, .slider_container button.slick-next.slick-arrow:hover, .arrow_class_sideways button.slick-prev.slick-arrow:hover, .arrow_class_sideways button.slick-next.slick-arrow:hover {
  color: #fff;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.slider_container button.slick-prev.slick-arrow:before, .slider_container button.slick-next.slick-arrow:before, .arrow_class_sideways button.slick-prev.slick-arrow:before, .arrow_class_sideways button.slick-next.slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  line-height: 40px;
  opacity: 1;
  font-weight: 900;
}

.slider_container button.slick-prev.slick-arrow:before, .arrow_class_sideways button.slick-prev.slick-arrow:before {
  content: "\f060";
}
.slider_container button.slick-next.slick-arrow:before, .arrow_class_sideways button.slick-next.slick-arrow:before {
  content: "\f061";
}

.slider_container button.slick-prev.slick-arrow {
  right: 60px;
}
.slider_container button.slick-next.slick-arrow {
  right: 15px;
}
.slider_container button.slick-prev.slick-arrow, .slider_container button.slick-next.slick-arrow {
  top: -42px;
}

.arrow_class_sideways button.slick-prev.slick-arrow, .arrow_class_sideways button.slick-next.slick-arrow {
  top: 50%;
  margin-top: -35px;
}
.arrow_class_sideways button.slick-prev.slick-arrow {
  left: -80px;
}
.arrow_class_sideways button.slick-next.slick-arrow {
  right: -80px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.elementor-widget-WpResidence_Property_Slider_v3 i,
.elementor-widget-Wpresidence_Testimonial_Slider i,
.elementor-widget-WpResidence_Property_Slider_v2 i {
  font-size: 14px;
}

/** MILLDONE
 * WPResidence Carousels Styling
 *
 * This SCSS file defines the styles for carousel controls and indicators
 * used in the WPResidence theme. It's designed to work with Bootstrap's
 * carousel component while providing custom styling.
 *
 * Key Components:
 * 1. Carousel Controls (prev/next buttons)
 * 2. Carousel Indicators (dots at the bottom)
 *
 * 
 */
/* Carousel Control Styling
   These styles apply to the previous and next buttons on the carousel. */
.wpresidence-carousel-control {
  /* Basic dimensions and positioning */
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0 0;
  /* Visual styling */
  opacity: 0.66;
  background: #222;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  z-index: 10;
  /* Smooth transition for hover effect */
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  /* Hover state */
  /* Positioning for left (previous) and right (next) controls */
  /* Styling for the icon inside the control */
}
.wpresidence-carousel-control:hover {
  opacity: 1;
}
.wpresidence-carousel-control.carousel-control-prev, .wpresidence-carousel-control.left {
  left: 10px;
}
.wpresidence-carousel-control.carousel-control-next, .wpresidence-carousel-control.right {
  right: 10px;
}
.wpresidence-carousel-control i {
  font-size: 20px;
  text-shadow: none;
  line-height: 40px;
  margin: 0;
}

/* Post Carousel Specific Styling
   These styles are specific to carousels used in post displays. */
.post-carusel {
  /* Carousel Indicators (dots at the bottom) */
}
.post-carusel .carousel-indicators {
  /* Layout */
  display: flex;
  gap: 3px;
  /* Individual indicator styling */
}
.post-carusel .carousel-indicators button {
  /* Basic styling */
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  /* Hide text for accessibility */
  text-indent: -999px;
  /* Visual styling */
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  opacity: 1;
  /* Cursor styling for interactivity */
  cursor: pointer;
  /* Active state styling */
}
.post-carusel .carousel-indicators button.active {
  width: 11px;
  height: 11px;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.icon-fav {
  color: #c2cbd9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid #eef3f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
}
.icon-fav.icon-fav-on {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.icon-fav:before {
  content: "\f004";
  font-size: 12px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 500 !important;
}
.icon-fav.icon-fav-on:before {
  font-weight: 600 !important;
}

.compare-action {
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  float: left;
  border: 1px solid #eef3f6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c2cbd9;
  border-radius: 2px;
}
.compare-action:before {
  content: "\f067";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 30px;
}
.compare-action:hover {
  background-image: none !important;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: 1px solid #d8e0e5;
}

.pagination {
  margin: 0px 0;
  margin-bottom: 30px;
}
.pagination > li:empty {
  display: none;
}

.pagination_ajax,
.pagination {
  float: left;
  width: 100%;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 17px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #f1f8ff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01);
  font-weight: 500;
  color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
  font-size: 14px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  border: 1px solid #f1f8ff;
  border-radius: 3px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  background-color: #ffffff;
  border: 1px solid #f1f8ff;
}

.pagination .roundleft a,
.pagination .roundleft span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination .roundright a,
.pagination .roundright span {
  margin-left: -1px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

#google_map_prop_list_sidebar .pagination {
  width: 100%;
  float: left;
}

.pagination_ajax,
.pagination_ajax_search {
  padding-left: 15px;
}

.half-pagination .pagination {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}

.no_results {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  font-weight: normal;
  text-align: left;
}

#gmap_wrapper {
  position: relative;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 100%;
}
#gmap_wrapper.with_open_street {
  z-index: 1;
}
#gmap_wrapper #googleMap {
  width: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.wpresidence_half_map_body_class_with_footer #google_map_prop_list_wrapper {
  position: sticky;
  left: 0;
  bottom: 0;
  height: 100vh;
  max-height: 100vh;
  top: 0px;
  background-color: #fff;
}
.wpresidence_half_map_body_class_with_footer .wpresidence_main_wrapper_class {
  position: relative;
  z-index: 1;
}

#google_map_prop_list_wrapper {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: relative;
  top: 0;
}
#google_map_prop_list_wrapper.fullscreen {
  width: 100%;
  top: 0px;
  height: 100%;
  z-index: 999;
}
#google_map_prop_list_wrapper.fullhalf {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  top: 0px;
  height: 100%;
}

.google_map_shortcode_wrapper {
  position: relative;
  width: 100%;
  height: 400px;
}

.googleMap_shortcode_class,
#googleMap_shortcode {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: #F0F0F0;
  height: 400px;
}

.scrollon {
  border: 1px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.fullmap {
  position: fixed !important;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  z-index: 98;
}

.header_full_map {
  z-index: 0;
}

#openmap {
  background-color: #ffffff;
  color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
  position: absolute;
  bottom: 0px;
  right: 15px;
  text-align: center;
  padding: 8px 10px 8px 10px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  z-index: 99;
  pointer-events: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.page-template-advanced_search_results .with_search_2 #openmap {
  bottom: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#google_map_prop_list_wrapper #openmap {
  display: none;
}

#openmap i {
  margin-right: 5px;
}

.with_search_5 #openmap {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  bottom: 0px;
}

#gmap-loading {
  background-color: #fff;
  color: #333;
  margin: 0px auto;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 300px;
  height: 150px;
  margin-left: -150px;
  text-align: center;
  padding-top: 16px;
  font-size: 27px;
  font-weight: 300;
  opacity: 0.95;
}

#gmap-noresult {
  background-color: #fff;
  color: #333;
  margin: 0px auto;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 280px;
  height: 78px;
  margin-left: -150px;
  text-align: center;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 300;
  opacity: 0.95;
  display: none;
  z-index: 99;
}

.gmap-controls {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  width: calc(var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width)));
  transform: translateX(-50%);
  padding: 0 15px;
  box-sizing: border-box; /* Ensures padding is included in the width */
  pointer-events: none;
  max-width: 100%;
  margin: 0px auto;
}
.gmap-controls.with_open_street {
  z-index: 1000;
}
.gmap-controls.with_open_street #street-view,
.gmap-controls.with_open_street #map-view {
  display: none;
}

.fullmap .gmap-controls {
  max-width: 100%;
  width: 100%;
  left: 0px;
  margin-left: 0px;
}

#street-view {
  position: absolute;
  top: 60px;
  right: 15px;
  background-color: var(--wp_estate_map_controls_back-option, var(--wp_estate_map_controls_back));
  color: var(--wp_estate_map_controls_font_color-option, var(--wp_estate_map_controls_font_color));
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 13px;
  float: left;
  cursor: pointer;
  height: 40px;
  width: 119px;
  z-index: 99;
  pointer-events: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  gap: 5px;
  align-items: center;
}
#street-view .with_open_street {
  display: none;
}
#street-view:hover {
  background-color: #222;
  color: #fff;
}

#street-view i {
  font-size: 14px;
}

#gmap-control {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--wp_estate_map_controls_back-option, var(--wp_estate_map_controls_back));
  opacity: 0.95;
  pointer-events: auto;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  height: 40px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}
#gmap-control span {
  color: var(--wp_estate_map_controls_font_color-option, var(--wp_estate_map_controls_font_color));
  font-size: 13px;
  font-weight: 500;
  padding: 0px 15px;
  cursor: pointer;
  line-height: 40px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 5px;
}
#gmap-control .wpresidence_map_styles_wrapper {
  position: absolute;
  left: 0px;
  top: 40px;
  display: none;
}
#gmap-control .map-type {
  background-color: var(--wp_estate_map_controls_back-option, var(--wp_estate_map_controls_back));
  color: var(--wp_estate_map_controls_font_color-option, var(--wp_estate_map_controls_font_color));
}

.wpestate_full_map_shortcode.contact_map #gmap-next,
.wpestate_full_map_shortcode.contact_map #gmap-prev {
  display: none;
}

.wpestate_full_map_shortcode .gmap-controls {
  max-width: 100%;
  left: 0px;
  transform: none;
  width: 100%;
}
.wpestate_full_map_shortcode #openmap,
.wpestate_full_map_shortcode #gmap-full {
  display: none;
}
.wpestate_full_map_shortcode #gmapzoomplus,
.wpestate_full_map_shortcode #gmapzoomminus {
  left: 15px;
}
.wpestate_full_map_shortcode #gmap-control {
  right: 15px;
}

.fullmap #gmap-control {
  z-index: 111;
}

#gmap-next i {
  margin-right: 0px;
  margin-left: 7px;
}

#google_map_prop_list_wrapper #gmap-control i:hover,
#gmap-control span.spanselected,
#gmap-control span:hover {
  background-color: #222;
  color: #ffffff;
}

.gmnoprint img {
  max-width: none !important;
}

.googleMap_shortcode_class img,
#googleMap_shortcode img,
#googleMapSlider img {
  border: none !important;
  max-width: none !important;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.mapcontrolon {
  background-color: #333 !important;
  width: 150px !important;
  z-index: 99;
}

#gmap-next {
  border-right: none !important;
}

.gmapzoomplus_sh,
#gmapzoomplus_sh,
#gmapzoomplus {
  background-color: var(--wp_estate_map_controls_back-option, var(--wp_estate_map_controls_back));
  color: var(--wp_estate_map_controls_font_color-option, var(--wp_estate_map_controls_font_color));
  font-size: 16px;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-weight: 300;
  z-index: 99;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  pointer-events: auto;
  opacity: 0.95;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: flex;
  justify-content: center;
  align-items: center;
}

.gmapzoomminus_sh,
#gmapzoomminus_sh,
#gmapzoomminus {
  background-color: var(--wp_estate_map_controls_back-option, var(--wp_estate_map_controls_back));
  color: var(--wp_estate_map_controls_font_color-option, var(--wp_estate_map_controls_font_color));
  font-size: 14px;
  position: absolute;
  top: 46px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-weight: 300;
  z-index: 99;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  pointer-events: auto;
  opacity: 0.95;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  line-height: 13px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  display: flex;
  justify-content: center;
  align-items: center;
}

#google_map_prop_list_wrapper #gmapzoomminus {
  left: 15px;
}

#google_map_prop_list_wrapper #gmapzoomplus {
  left: 15px;
}

.slider_enable_street_sh:hover,
#slider_enable_street_sh:hover,
.gmapzoomminus_sh:hover,
.gmapzoomplus_sh:hover,
#gmapzoomplus_sh:hover,
#gmapzoomminus_sh:hover,
#gmapzoomplus:hover,
#gmapzoomminus:hover {
  background-color: #222;
  color: #fff;
}

#gmapzoomminus.smallslidecontrol {
  left: 15px;
  top: 96px;
  display: none;
}

#gmapzoomplus.smallslidecontrol {
  top: 63px;
  left: 15px;
  padding-top: 5px;
  display: none;
}

.gmapzoomplus_sh.shortcode_control i,
#gmapzoomplus_sh.shortcode_control i {
  margin-right: 0;
}

.gmapzoomminus_sh.shortcode_control,
#gmapzoomminus_sh.shortcode_control {
  left: 15px;
  top: 47px;
}
.gmapzoomminus_sh.shortcode_control i,
#gmapzoomminus_sh.shortcode_control i {
  margin-right: 0;
}

.with_open_street .gmapzoomminus_sh.shortcode_control,
.with_open_street .gmapzoomplus_sh.shortcode_control,
.with_open_street #gmapzoomplus_sh.shortcode_control,
.with_open_street #gmapzoomminus_sh.shortcode_control {
  z-index: 999;
}

.with_open_street .slider_enable_street_sh,
.with_open_street #slider_enable_street_sh {
  display: none;
}

i.fas.fa-location-arrow {
  margin-right: 0px;
  line-height: 30px;
}

.slider_enable_street_sh,
#slider_enable_street_sh {
  background-color: var(--wp_estate_map_controls_back-option, var(--wp_estate_map_controls_back));
  color: var(--wp_estate_map_controls_font_color-option, var(--wp_estate_map_controls_font_color));
  font-size: 14px;
  position: absolute;
  top: 46px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  z-index: 99;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  pointer-events: auto;
  top: 79px;
  display: block;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

#google-default-search {
  top: 15px;
  width: 300px;
  position: absolute;
  left: 90px;
  pointer-events: auto;
  -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  -moz-box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
  box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
}

#google_map_prop_list_wrapper #google-default-search {
  top: 15px;
  width: 185px;
  position: absolute;
  right: auto;
  left: 46px;
}

#google_map_prop_list_wrapper #google-default-search {
  right: auto;
  left: 52px;
}

#gmap-control span.map-type {
  color: var(--wp_estate_map_controls_font_color-option, var(--wp_estate_map_controls_font_color));
}
#gmap-control span.map-type:hover {
  color: #fff;
}

#map-view-satellite {
  top: 80px;
}

#map-view-hybrid {
  top: 120px;
}

#map-view-terrain {
  top: 160px;
}

#map img {
  max-width: none;
}

.googleMap_term_shortcode_class {
  height: 100%;
}

/** MILLDONE
 * Custom Bootstrap 5.3 Tooltip Styles
 *  src: scss\components\_tooltip.scss
 * Overrides default Bootstrap tooltip styles with custom colors and sizes.
 * Uses data-popper-placement for positioning instead of directional classes.
 */
/* Base tooltip styling */
.tooltip {
  /* Top arrow */
  /* Bottom arrows */
  /* Left arrow */
  /* Right arrow */
}
.tooltip-inner {
  background: #333;
  font-size: 12px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.tooltip[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #333 !important;
}
.tooltip[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #333 !important;
}
.tooltip[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #333 !important;
}
.tooltip[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #333 !important;
}

/*=img
----------------------------------------------------------------------------------- */
img.aligncenter {
  margin: 5px auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

img.alignleft {
  margin: 5px 20px 5px 0;
}

.gallery-caption,
.wp-caption-text {
  color: #434953;
  box-sizing: border-box;
  width: 98%;
  margin-top: 3px;
}

.alignleft {
  float: left;
}

ul.wp-block-gallery {
  margin-left: 0px;
}

.wp-block-cover-image.alignright {
  margin-left: 10px;
}

.wp-block-cover-image.alignleft,
.wp-block-image.alignleft,
.wp-block-button.alignleft {
  margin-right: 10px;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

/*=IDX code
--------------------------------------------------------------------*/
.hidden-idx {
  display: none;
}

.dsidx-details #dsidx-description {
  background-image: none;
  clear: both;
  margin: 5px 0 15px;
  position: relative;
  padding: 10px;
  font-size: 14px;
}

#dsidx h3, #dsidx .h3 {
  margin-bottom: 26px;
  border-bottom: none;
}

.dsidx-standalone-disclaimer {
  display: none;
}

div.dsidx-results-widget .dsidx-controls {
  border-top: 0px dotted #ededed !important;
}

.dsidx-results-widget .dsidx-slideshow-control {
  background-color: #fdfdfd;
  height: 27px !important;
  position: absolute;
  padding: 2px 25px 7px 25px !important;
}

.dsidx-results-widget .dsidx-slideshow,
.dsidx-results-widget .dsidx-slideshow ul,
.dsidx-results-widget .dsidx-slideshow li {
  height: 224px !important;
  overflow: hidden;
}

.dsidx-results-widget,
.dsidx-slideshow {
  padding: 35px 0 !important;
}

.dsidx-details #dsidx-description {
  background-image: none;
  clear: both;
  margin: 5px 0 15px;
  position: relative;
  padding: 10px;
  font-size: 14px;
}

#dsidx h3, #dsidx .h3 {
  margin-bottom: 26px;
  border-bottom: none;
}

.dsidx-prop-title {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
}

.dsidx-shortcode-item table,
.dsidx-shortcode-map {
  margin-left: 0px !important;
}

select.dsidx-resp-select {
  height: 36px !important;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  color: #747C83 !important;
}

.dsidx-resp-area input[type=text],
.dsidx-resp-area select {
  height: 36px !important;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  color: #747C83 !important;
  /* padding-top: 2px; */
  line-height: 36px;
  padding-left: 5px;
  border: 1px solid #f0f0f0;
}

.sidebar .dsidx-resp-area-submit input[type=submit],
.dsidx-resp-vertical .dsidx-resp-area-submit input[type=submit] {
  width: 100%;
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: normal !important;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner)) !important;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
  border-bottom: 3px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
  color: #fff;
  margin-bottom: 0px !important;
  padding: 9px 26px !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.iosfixed {
  position: absolute !important;
  right: 45px;
  left: auto;
  display: block !important;
}

#property_area_submit_hidden,
#property_city_submit_hidden {
  display: none;
}

#lang_sel {
  z-index: 999;
}

#lang_sel a,
#lang_sel a:visited {
  padding: 5px 10px 5px 10px !important;
}

#lang_sel a.lang_sel_sel {
  padding: 0px 10px !important;
}

#lang_sel img.iclflag {
  top: -1px !important;
}

.new_prelader {
  position: absolute;
  left: 50%;
  top: 63%;
  z-index: 1001;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  -webkit-animation: PreloaderSpin 2s linear infinite;
  animation: PreloaderSpin 2s linear infinite;
}

.new_prelader:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #b07d8c;
  -webkit-animation: PreloaderSpin 3s linear infinite;
  animation: PreloaderSpin 3s linear infinite;
}

.new_prelader:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #0dc3f8;
  -webkit-animation: PreloaderSpin 1.5s linear infinite;
  animation: PreloaderSpin 1.5s linear infinite;
}

@-webkit-keyframes PreloaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes PreloaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#listing_loader2,
#listing_loader_maps,
#listing_loader {
  width: 100%;
  float: left;
  height: 81px;
  text-align: center;
  padding-top: 35px;
  display: none;
  position: relative;
}

#listing_loader .new_prelader {
  top: 25%;
}

#listing_loader_maps.map_loader,
#listing_loader.map_loader {
  display: block;
  margin-top: -27px !important;
}

.listing_loader_title {
  display: none;
  float: left;
  width: 100%;
  font-size: 36px;
  line-height: 1.3em;
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-family: "Roboto", sans-serif;
}

/*=marker*/
.wpestate_marker {
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #222;
  position: absolute;
  font-size: 13px;
  line-height: 1.2em;
  box-shadow: 3px 9px 15px -1px rgba(0, 0, 0, 0.1);
  min-width: 50px;
  width: auto;
  text-align: center;
  font-weight: 500;
  transform: translate(-50%, -100%);
  white-space: nowrap;
  font-family: Roboto;
}

.wpestate_marker:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7px;
  content: " ";
  width: 0;
  height: 0;
  border-top: 6px solid #ffffff;
  border-left: 7px solid rgba(204, 204, 204, 0);
  border-right: 7px solid rgba(204, 204, 204, 0);
}

.openstreet_price_marker_on_click_parent .wpestate_marker,
.wpestate_marker.openstreet_price_marker_on_click {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
  color: #fff;
}

.openstreet_price_marker_on_click_parent .wpestate_marker:before,
.wpestate_marker.openstreet_price_marker_on_click:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7px;
  content: " ";
  width: 0;
  height: 0;
  border-top: 6px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}

.wpestate_marker span {
  font-size: 13px;
  color: #0d0d0d;
}

.wpestate_marker.sales span {
  color: #fff;
}

.hover_z_pin.wpestate_marker span {
  color: #fff;
}

.hover_z_pin {
  z-index: 9999;
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
  color: #fff;
}

.openstreet_price_marker_on_click_parent .wpestate_marker,
.wpestate_marker.openstreet_price_marker_on_click {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
  color: #fff;
}

.openstreet_price_marker_on_click_parent .wpestate_marker:before,
.wpestate_marker.openstreet_price_marker_on_click:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7px;
  content: " ";
  width: 0;
  height: 0;
  border-top: 6px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
  border-left: 7px solid rgba(204, 204, 204, 0);
  border-right: 7px solid rgba(204, 204, 204, 0);
}

.wpestate_marker.openstreet_price_marker:hover:before {
  border-top: 6px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}

.wpestate_marker.openstreet_price_marker:hover {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
  color: #fff;
}

.wpestate_marker.openstreet_price_marker:hover span {
  color: #fff;
}

.hover_z_pin:before {
  border-top: 6px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}

.wpestate_marker.sales {
  background-color: var(--wp-estate-second-color-option, var(--wp-estate-second-color));
  color: #fff;
}

.wpestate_marker.sales:before {
  border-top: 6px solid var(--wp-estate-second-color-option, var(--wp-estate-second-color));
}

.wpestate_marker.sales:after {
  border-top: 4px solid var(--wp-estate-second-color-option, var(--wp-estate-second-color));
}

.admin-bar {
  margin-top: 32px;
}

#all_wrapper {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  min-height: 100vh;
  touch-action: pan-y;
  width: 100%;
}
#all_wrapper.wpresidence_is_boxed {
  max-width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin: 0px auto;
}
#all_wrapper.wpresidence_is_boxed .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu > ul {
  width: 100%;
  padding: 25px;
}
#all_wrapper .content_wrapper {
  padding: 0px;
  position: relative;
}
#all_wrapper .wpresidence_page_content_wrapper {
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  margin: 0px auto !important;
  max-width: 100%;
  padding: 0px 15px;
  background-color: var(--wp_estate_content_back_color-option, var(--wp_estate_content_back_color));
}

#elementor-preview .page-template-default #all_wrapper {
  background: red;
}
#elementor-preview .page-template-default #all_wrapper .content_wrapper {
  max-width: 100%;
  padding: 0 15px;
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
}

.wpresidence-content-container-wrapper {
  width: var(--wp-estate-main-grid-content-width-option, var(--wp-estate-main-grid-content-width));
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  background-color: var(--wp_estate_content_back_color-option, var(--wp_estate_content_back_color));
}

.snapjs-left .website-wrapper {
  position: fixed;
}

.elementor-template-full-width .container.content_wrapper {
  max-width: 100%;
}

.pre_search_wrapper {
  padding: 0px;
  display: inline;
}

.elementor-template-full-width .content_wrapper {
  padding: 0px;
}

.page-template-splash_page .container.c {
  display: none;
}

.fixed_header .content_wrapper {
  background-color: transparent;
}

.fixed_header {
  position: fixed;
  z-index: 999;
}

.search_wrapper .tab-pane.container {
  padding: 0px;
  max-width: 100%;
}

.page-template .single-content {
  margin-bottom: 15px;
}

.rev_slider_wrapper {
  z-index: 0 !important;
}

.single-estate_agent .widget-area-sidebar {
  margin-top: 0px;
}

.wpestate_column_content,
#primary {
  width: 100%; /* or you could create another variable like --wp-estate-main-content-width-mobile-option */
}

/* Desktop and larger screens */
@media (min-width: 992px) { /* 992px is Bootstrap's lg breakpoint */
  .wpestate_column_content.col-lg-8 {
    width: var(--wp-estate-main-content-width-option, 66.66667%); /* 66.66667% is Bootstrap's col-8 default */
  }
  #primary {
    width: calc(100% - var(--wp-estate-main-content-width-option, 66.66667%)); /* 33.33333% is Bootstrap's col-4 default */
  }
}
/**MILLDONE
 * WPResidence Single Page Styling
 *
 * This SCSS file defines the styles for single content pages, primarily focusing on blog posts
 * and related elements in the WPResidence theme.
 *
 * Key Components:
 * 1. Single Content Container
 * 2. Post Title
 * 3. Meta Information
 * 4. Social Sharing
 * 5. Content Paragraphs
 * 6. 404 Page Styling
 *
 * Note: This file is crucial for maintaining consistent styling across individual post pages.
 */
/* Single Content Container
   This is the main wrapper for single post content. */
.single-content {
  padding: 0;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.65em;
  width: 100%;
  /* Handle empty content gracefully */
  /* Post Title Styling */
  /* Meta Information Styling
     This includes author, date, categories, etc. */
  /* Social Sharing Buttons */
  /* Content Paragraphs */
}
.single-content:empty {
  margin-bottom: 0;
  height: 0;
}
.single-content .single-title {
  word-break: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0 0 10px 0;
}
.single-content .meta-info {
  padding: 0;
  margin-bottom: 30px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.single-content .meta-info a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.single-content .meta-info a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.single-content .meta-info a .fa {
  margin-right: 2px;
}
.single-content .meta-info .meta-element .meta_icon {
  font-size: 12px;
  background: #f7f8f8;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  line-height: 25px;
}
.single-content .meta-info .meta-element .meta_icon.firsof {
  margin-left: 0;
}
.single-content .prop_social_single {
  width: 100%;
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
.single-content .prop_social_single a {
  font-size: 13px;
  background: #f7f8f8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  justify-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}
.single-content .prop_social_single a:hover {
  color: #0073e6;
}
.single-content p {
  margin-bottom: 15px;
  word-break: break-word;
}
.single-content p a {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.single-content p a:hover {
  color: #0761b7;
}

.woocommerce-checkout .single-content {
  float: left;
}

/* After Content Area
   This styles any content that appears after the main content. */
.wpestate_after_content {
  padding: 0 30px;
}

/* 404 Page Styling */
.list404 {
  margin-bottom: 60px;
}

.entry-title {
  margin: 0px 0px 25px 0px;
  width: 100%;
  word-break: break-word;
}

.home .entry-title {
  margin-top: 30px;
}

/*=taxonmy
--------------------------------------------------------------------*/
.listing_main_image {
  position: relative;
  width: 100%;
  height: 515px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.entry-title.entry-tax {
  margin-top: -45px;
}

.entry-tax {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  margin-top: -54px;
  z-index: 11;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 46px;
  width: 100%;
}

.tax_tagline {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  width: 100%;
  z-index: 11;
  color: #fff;
  text-decoration: none;
  margin-top: 25px;
  font-size: 20px;
  text-align: center;
}

.img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #3e4453;
  opacity: 0.75;
}

.wpestate_term_list {
  list-style-type: none;
  width: 100%;
  margin: 0px;
  font-weight: 500;
}

.wpestate_term_list li {
  width: 100%;
  padding: 2px 0px;
}

.wpestate_term_list span {
  float: right;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  background: #0073e0;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.elementor-location-archive {
  float: left;
}

.blog_list_wrapper {
  margin: 0 -15px;
  float: left;
  min-height: 400px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/** MILLDONE
 * Contact Page Styles for WpResidence Theme
 * sr::afterc: scss/pages/_contact.scss
 * This file contains styles for the contact page in the WpResidence WordPress theme.
 * It defines the layout and appearance of company details, social links, and contact information.
 *
 * Package: WpResidence
 * Dependency: None (standalone SCSS file)
 * Usage: Import this file in the main theme stylesheet or compile separately for contact page styles.
 */
.contact-wrapper {
  margin: 0px 0px 15px 0px;
  width: 100%;
  background: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  padding: 15px 15px 30px 15px;
  padding-top: calc(var(--wp-estate-contentarea-internal-padding-top-option, 30px) - 15px);
  padding-left: calc(var(--wp-estate-contentarea-internal-padding-left-option, 30px) - 15px);
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: calc(var(--wp-estate-contentarea-internal-padding-right-option, 30px) - 15px);
  line-height: 1.65em;
}
.contact-wrapper .contact_page_company_details .company_headline {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-wrapper .contact_page_company_details .company_headline h3, .contact-wrapper .contact_page_company_details .company_headline .h3 {
  font-size: 35px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.contact-wrapper .contact_page_company_details .company_headline .company_headlin_addr {
  width: 100%;
  font-size: 18px;
  color: var(--wp-estate-font-color-option, #222);
}
.contact-wrapper .contact_page_company_details .company_headline .header_social {
  padding: 15px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
.contact-wrapper .contact_page_company_details .company_headline .header_social a i {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  color: var(--wp-estate-font-color-option, #222);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-size: 15px;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
}
.contact-wrapper .contact_page_company_details .company_headline .header_social a i:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.contact-wrapper .contact_page_company_details .contact_detail {
  margin-left: 0px !important;
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-wrapper .contact_page_company_details .contact_detail span {
  font-weight: 500;
  min-width: 65px;
  float: left;
}
.contact-wrapper .company_headline_content {
  display: inline-block;
  margin: 30px 0px;
}
.contact-wrapper .contact_page_company_picture img {
  width: auto;
  max-width: 100%;
}

.contact-content {
  width: 100%;
  float: left;
}
.contact-content .agent_contanct_form {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  background: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  padding: 30px;
  padding-top: var(--wp-estate-contentarea-internal-padding-top-option, var(--wp_estate_contentarea_internal_padding_top));
  padding-left: var(--wp-estate-contentarea-internal-padding-left-option, var(--wp_estate_contentarea_internal_padding_left));
  padding-bottom: var(--wp-estate-contentarea-internal-padding-bottom-option, var(--wp_estate_contentarea_internal_padding_bottom));
  padding-right: var(--wp-estate-contentarea-internal-padding-right-option, var(--wp_estate_contentarea_internal_padding_right));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.contact-content .agent_contanct_form .schedule_meeting {
  display: none;
}

.contact_map_container {
  position: absolute;
  top: 50%;
  margin-top: -210px;
  left: 50%;
  min-width: 20%;
  width: 350px;
  margin-left: -550px;
  padding: 45px 45px 35px 45px;
  background: var(--wp_estate_content_area_back_color-option, var(--wp_estate_content_area_back_color));
  border: none;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  box-shadow: 0 44px 98px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 10;
}
.contact_map_container h4, .contact_map_container .h4 {
  font-size: 20px;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 20px;
}
.contact_map_container h4:last-of-type, .contact_map_container .h4:last-of-type {
  margin-top: 20px;
}
.contact_map_container .contact_detail {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  gap: 10px;
  line-height: 1.6em;
  margin-bottom: 5px;
  align-items: flex-start;
}
.contact_map_container .contact_detail i {
  font-size: 13px;
  line-height: 1.7em;
}
.contact_map_container .contact_detail a {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
}
.contact_map_container .contact_detail a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.with_open_street .contact_map_container {
  z-index: 999;
}

.wpestate_full_map_shortcode .contact_map_container {
  left: 50%;
  margin-left: -555px;
}

.contact-comapany-logo {
  float: left;
  margin-right: 13px;
}

#contactinfobox {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  margin-bottom: 0px;
  margin-top: 35px;
  font-weight: 900;
}

.contactaddr {
  width: 100%;
  text-align: center;
  font-size: 14px !important;
  line-height: 25px !important;
  color: #444;
  padding: 0px 10px;
  font-weight: 500;
}

.page-template-contact_page #gmap-prev,
.page-template-contact_page #gmap-next {
  display: none;
}

.page-template-contact_page .agent_detail {
  width: 100%;
  display: flex;
}

/*=Submit Listing
-------------------------------------------------------------------------------------*/
.web {
  display: inline;
}

#new_post .alert-warning {
  line-height: 18px;
}

.page-template-user_dashboard_add_agent select,
.page-template-user_dashboard_profile select,
.page-template-front_property_submit select,
#new_post select {
  width: 100%;
  border: 1px solid #eee;
  font-size: 13px;
}

.featurescol {
  width: 33%;
  float: left;
  padding-left: 15px;
  padding-bottom: 10px;
}

.submit_container {
  border: 0px solid #dde4e9;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  float: left;
  font-size: 13px;
  line-height: 22px;
  margin: 0px 15px;
}

.submit_container label {
  width: auto;
}

.submit_container input[type=checkbox] {
  margin: 4px 10px 0px 0px;
  float: left;
}

.featurescol label {
  cursor: pointer;
  font-size: 14px;
}

.submit_container_header {
  padding: 14px 0px 14px 13px;
  background-color: #263238;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #FFF !important;
  margin: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
}

#google_capture {
  margin-bottom: 10px;
  margin-top: 10px;
}

#form_submit_1 {
  margin-right: 10px;
}

#front_submit_form .wp-editor-wrap,
.submit_container .wp-editor-wrap {
  float: left;
  width: 100%;
}

.full_form {
  width: 100%;
  float: left;
  padding-left: 2%;
  padding-right: 2%;
}

.full_form_image {
  margin-top: 10px;
  margin-left: 5px;
}

.half_form {
  width: 50%;
  float: left;
  margin-right: 0px;
  padding-right: 2%;
  padding-left: 2%;
  margin-bottom: 0px;
  min-height: 78px;
}

.half_form_last {
  margin-left: 4%;
}

.submit_container input[type=text],
.submit_container input[type=password],
.submit_container input[type=email],
.submit_container input[type=url],
.submit_container input[type=number],
.submit_container textarea {
  width: 100%;
}

.submit_container .col-md-8 {
  padding-right: 0px;
  padding-left: 0px;
}

#add-new-image {
  margin-top: 13px;
}

#googleMapsubmit {
  width: 100%;
  height: 300px;
  float: left;
  margin: 9px 0px 30px 0px;
  border: 1px solid #dde4e9;
}

.page-template-user_dashboard_profile #googleMapsubmit {
  width: 100%;
  height: 300px;
  float: left;
  margin: 0px 0px 20px 0px;
  border: 1px solid #dde4e9;
}

#new_post {
  margin-bottom: 26px;
}

.showmod {
  z-index: 999999;
}

.edit-images {
  position: relative;
  float: left;
  margin: 0px 13px 13px 0px;
}

.delete_image {
  font-size: 12px;
  cursor: pointer;
  background: #d9534f;
  color: white;
  padding: 4px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 143px;
  text-align: center;
}

#add-new-image {
  background-color: #f7f7f7;
  color: #222;
  padding: 9px 11px;
  cursor: pointer;
  margin-bottom: 20px;
  float: left;
}

#imagelist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.image_max_warn {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  background-color: #ED5565;
  margin-bottom: 13px;
  padding: 1px 5px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  margin-left: 13px;
  width: auto !important;
}

#imagelist .uploaded_images {
  float: left;
  margin: 0px 0% 5px 5px;
  position: relative;
  max-width: 200px;
  overflow: hidden;
  width: 32.3%;
}

#imagelist .uploaded_images i {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ff754c;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  cursor: pointer;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  margin: 5px;
}

#imagelist .image_caption.form_control {
  padding: 5px 0px 5px 5px;
  margin: 5px 0px !important;
}

#imagelist .uploaded_images i.image_caption_button {
  left: 33px;
}

#imagelist .uploaded_images i.image_caption_button.active_caption {
  background-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

#imagelist .uploaded_images .thumber {
  left: auto;
  right: 0px;
  cursor: none;
}

#imagelist .uploaded_images img {
  cursor: pointer;
  width: 100%;
  height: auto;
}

.image_caption_wrapper {
  display: none;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  position: absolute;
  top: 34px;
  left: 0px;
  padding: 3px;
}

input.image_caption {
  font-size: 12px;
  padding: 3px 0px 3px 3px;
  height: auto !important;
  margin: 0px !important;
}

.submit_container #aaiu-upload-imagelist {
  float: left;
  width: 100%;
  height: auto;
}

.submit_container #aaiu-upload-imagelist div {
  font-weight: 500;
  margin-left: 15px;
}

#aaiu-upload-imagelist:empty {
  height: 0px;
}

.aaiu-upload-list:empty {
  margin: 0px;
}

#imagelist .moxie-shim.moxie-shim-html5 {
  position: relative;
  top: 0px;
  left: 0px;
}

.submit_container #aaiu-uploader {
  margin: 72px auto 0px auto !important;
  display: block;
  float: none;
  min-width: 160px;
}

#drag-and-drop {
  background-color: #efefef;
  border: 1px dashed #dfdfdf;
  position: relative;
  min-height: 140px;
  float: left;
  width: 100%;
  margin: 10px 0px 10px 0px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.drag-drop-msg {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 10px;
}

.drag-drop-msg .fas {
  font-size: 35px;
  color: #a5c2de;
  display: inherit;
}

.aaiu_button {
  background-color: #f7f7f7;
  color: #fff;
  cursor: pointer;
  float: left;
}

#aaiu-upload-imagelist {
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
}

#embed_video_type,
#prop_category_submit {
  margin-bottom: 13px;
}

/** MILLDONE
 * Compare Listings Styles for WpResidence Theme
 * src: scss\pages\_compare_listing_page.scss
 * This file contains styles for the compare listings functionality in WpResidence.
 * It handles both the comparison widget (fixed position sidebar) and the main
 * comparison page layout with property details grid.
 *
 * File: compare_listings.scss
 * Package: WpResidence
 * Version: 2.0
 * Dependencies: None (standalone SCSS)
 */
.compare_wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}
.compare_wrapper .compare_legend_head_wrapper {
  display: flex;
  gap: 10px;
}
.compare_wrapper .compare_legend_head_wrapper .compare_item_head {
  margin-bottom: 30px;
  flex: 1;
}
.compare_wrapper .compare_legend_head_wrapper .compare_item_head img {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.compare_wrapper .compare_legend_head_wrapper .compare_item_head a:hover {
  text-decoration: none;
}
.compare_wrapper .compare_legend_head_wrapper .compare_item_head h4, .compare_wrapper .compare_legend_head_wrapper .compare_item_head .h4 {
  margin-top: 13px;
  margin-bottom: 8px;
}
.compare_wrapper .compare_legend_head_wrapper .compare_item_head .property_price {
  line-height: 22px;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  font-size: 18px;
  margin-bottom: 12px;
}
.compare_wrapper .compare_item {
  display: flex;
  gap: 10px;
}
.compare_wrapper .compare_item:nth-child(odd) {
  background-color: #ffffff;
}
.compare_wrapper .compare_item:nth-child(even) {
  background-color: #F5F5F5;
}
.compare_wrapper .compare_yes {
  font-size: 18px;
  color: #1ABC9C;
  margin-top: -2px;
}
.compare_wrapper .compare_no {
  font-size: 18px;
  color: #ED5565;
  margin-top: -2px;
}
.compare_wrapper .compare_legend_head {
  width: 120px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.compare_wrapper .prop_value {
  padding-right: 10px;
  font-size: 12px;
  margin-top: 9px;
  margin-bottom: 9px;
  flex: 1;
}

.prop-compare {
  position: fixed;
  top: 167px;
  right: -240px;
  width: 239px;
  background: #fff;
  color: #222;
  font-size: 14px;
  padding: 13px 0px 13px 13px;
  box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  z-index: 99;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  min-height: 133px;
}
.prop-compare #compare_close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  padding: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 4px;
}
.prop-compare .title_compare {
  margin-bottom: 10px;
}
.prop-compare .items_compare {
  width: 100px;
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-right: 10px;
}
.prop-compare .items_compare img {
  margin-bottom: 10px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.prop-compare #submit_compare {
  cursor: pointer;
  height: 58px;
  padding: 0 21px;
  min-width: 1px;
  margin-bottom: 0px;
}

.nocomapare {
  width: 400px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
}

.compare_ajax_wrapper {
  margin: 0px 15px;
}

.half_map_body .prop-compare {
  z-index: 9999;
}

#compare_close_modal {
  position: absolute;
  top: 0px;
  right: 0px;
  background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

#google_map_prop_list_sidebar .prop-compare {
  padding-left: 0px;
  margin: 15px 20px 0px 31px;
  border-bottom: none;
}

.compare_agent {
  margin: 0 15px;
  max-width: 805px;
  margin-bottom: 30px;
}

/**
 * Front Property Submit Styles for WpResidence Theme
 *
 * This file contains styles for the front property submission page in the WpResidence WordPress theme.
 * It defines the layout and appearance of the multi-step submission form and its components.
 *
 * Package: WpResidence
 * Dependency: None (standalone SCSS file)
 * Usage: Import this file in the main theme stylesheet or compile separately for front property submit styles.
 */
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .navigation_container {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .navigation_container a {
  font-weight: 500;
  font-size: 16px;
  flex: 1 1 auto;
  padding: 20px 30px;
  background: #f2f2f2;
  text-align: center;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .navigation_container a.active {
  background: #fff;
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  float: left;
  margin-bottom: 45px;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step {
  overflow: hidden;
  display: none;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step.step_1 {
  display: block;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .wpestate_dashboard_section_title {
  color: var(--wp_estate_headings_color-option, var(--wp_estate_headings_color));
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  margin-bottom: 15px;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile .col-md-6, .col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile .col-md-12 {
  float: left;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile label {
  float: left;
  width: 100%;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile label.wpestate_check_label, .col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile label.features_amm_label {
  width: auto;
  float: none;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile input[type=text],
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile input[type=number],
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile textarea,
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile select {
  font-size: 14px;
  padding: 15px 0 15px 9px;
  border: 1px solid #eee;
  box-shadow: none;
  background: #E4E4E4;
  opacity: 0.5;
  height: 56px;
  border-radius: 8px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile input[type=text]:focus,
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile input[type=number]:focus,
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile textarea:focus,
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile select:focus {
  background: #fff;
  border: 2px solid var(--wp-estate-main-color-option, var(--wp-estate-main-color));
  opacity: 1;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile select {
  padding: 0 6px;
  background: #E4E4E4;
  opacity: 0.5;
  color: rgb(17, 20, 45);
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .profile-onprofile textarea {
  height: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .single_step .features_submit p {
  margin-bottom: 10px;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .navigation_container_footer button {
  margin: 30px 20px 0 0;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .navigation_container_footer #front_submit_prev_step,
.col-md-12.page-template-front_property_submit.wpestate_inside_container #front_submit_form .submit_property_front_wrapper .navigation_container_footer #submit_property {
  display: none;
}

.page-template-front_property_submit .navigation_buttons_wrapper_top {
  display: inline-block;
  opacity: 0;
  height: 1px;
}
.page-template-front_property_submit .add-estate.profile-page.profile-onprofile.row:first-child {
  border: none;
}
.page-template-front_property_submit .login_row,
.page-template-front_property_submit #facebookloginsidebar_mobile,
.page-template-front_property_submit #googleloginsidebar_mobile,
.page-template-front_property_submit #twitterloginsidebar_mobile {
  display: none;
}
.page-template-front_property_submit .login_header_text {
  margin-bottom: 20px;
  color: #263238;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
}
.page-template-front_property_submit .submit_mandatory {
  background: #ff754c;
  margin: 0px 0px 15px 0px;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  line-height: 1.5em;
}
.page-template-front_property_submit #embed_video_type,
.page-template-front_property_submit #embed_video_id {
  max-width: 50%;
}
.page-template-front_property_submit .page-template-front_property_submit.wpestate_inside_container {
  margin-top: 30px;
}
.page-template-front_property_submit .quicktags-toolbar {
  padding: 10px;
  border: 0;
}
.page-template-front_property_submit .wp-editor-container {
  border: 0;
}
.page-template-front_property_submit .feature_chapter_name {
  width: 100%;
  margin-left: 15px;
  margin-bottom: 15px;
}

/*=splash page
-------------------------------------------------------------------------*/
.page-template-splash_page .ui-autocomplete.ui-widget-content {
  max-height: 200px !important;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
}

.page-template-splash_page {
  height: 100%;
}

.page-template-splash_page #all_wrapper {
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}

.page-template-splash_page .wpestate_header_video,
.page-template-splash_page .wpestate_header_image {
  height: 100% !important;
  position: absolute;
  top: 0px;
}

.page-template-splash_page .with_search_on_end,
.page-template-splash_page .with_search_on_start {
  display: none;
}

.page-template-splash_page .heading_over_video_wrapper,
.page-template-splash_page .heading_over_image_wrapper {
  top: 45%;
}

.page-template-splash_page .carousel-control.right,
.page-template-splash_page .carousel-control.left {
  z-index: 90;
}

#splash_slider_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.splash_slider_item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  top: 0px;
  left: 0px;
  position: absolute;
  transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
}

#splash_slider_wrapper .item.splash_slider_item.active {
  opacity: 1;
}

#footer_alert-agent-contact_sh {
  width: 100%;
  max-width: 100%;
}

.elementor-widget-wpresidence_navigation_menu {
  position: static !important;
}
.elementor-widget-wpresidence_navigation_menu .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li {
  line-height: normal;
}
.elementor-widget-wpresidence_navigation_menu .wpresidence-navigation-menu .menu-mega-menu-updated-container > ul > li:hover > ul,
.elementor-widget-wpresidence_navigation_menu .wpresidence-navigation-menu .menu-mega-menu-updated-container ul li.with-megamenu > ul {
  top: unset;
}

.wpestate_elementor_header_custom {
  position: relative;
  z-index: 999;
}

[data-elementor-device-mode=desktop] .wpestate-show-menu-desktop,
[data-elementor-device-mode=mobile] .wpestate-show-menu-desktop {
  display: block;
}

[data-elementor-device-mode=mobile] .wpestate-show-menu-mobile,
[data-elementor-device-mode=mobile] .wpestate-show-menu-tablet,
[data-elementor-device-mode=tablet] .wpestate-show-menu-desktop,
[data-elementor-device-mode=tablet] .wpestate-show-menu-tablet {
  display: block;
}

[data-elementor-device-mode=mobile] .wpestate-hide-menu-mobile,
[data-elementor-device-mode=mobile] .wpestate-hide-menu-tablet,
[data-elementor-device-mode=tablet] .wpestate-hide-menu-mobile,
[data-elementor-device-mode=tablet] .wpestate-hide-menu-tablet {
  display: none;
}

.elementor-widget-wpresidence_navigation_menu .menu-mega-menu-updated-container > ul > li:after {
  content: " ";
  top: 50%;
  transform: translate(50%, -50%);
  position: absolute;
  right: 0px;
}
.elementor-widget-wpresidence_navigation_menu .wpresidence-navigation-menu ul.menu > li:not(:last-child):after {
  content: " ";
  border-left-width: 0px;
  border-left-style: solid;
  height: 30%;
  border-color: #000;
  align-items: center;
  display: flex;
}

.wpestate_submenu_icon_angle .menu-item-has-children > a:after,
.wpestate_submenu_icon_angle .sub-menu .menu-item-has-children > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: right;
}
.wpestate_submenu_icon_angle > .menu-item-has-children > a:after {
  margin-left: 15px;
  transform: rotate(90deg);
}

.wpestate_submenu_icon_carret .menu-item-has-children > a:after,
.wpestate_submenu_icon_carret .sub-menu .menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: right;
}
.wpestate_submenu_icon_carret > .menu-item-has-children > a:after {
  margin-left: 15px;
}
.wpestate_submenu_icon_carret .sub-menu .menu-item-has-children > a:after {
  transform: rotate(-90deg);
}

.wpestate_submenu_icon_circle-carret .menu-item-has-children > a:after,
.wpestate_submenu_icon_circle-carret .sub-menu .menu-item-has-children > a:after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: right;
}
.wpestate_submenu_icon_circle-carret > .menu-item-has-children > a:after {
  margin-left: 15px;
}
.wpestate_submenu_icon_circle-carret .sub-menu .menu-item-has-children > a:after {
  transform: rotate(-90deg);
}

.wpestate_submenu_icon_arrow .menu-item-has-children > a:after,
.wpestate_submenu_icon_arrow .sub-menu .menu-item-has-children > a:after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: right;
}
.wpestate_submenu_icon_arrow > .menu-item-has-children > a:after {
  margin-left: 15px;
}
.wpestate_submenu_icon_arrow .sub-menu .menu-item-has-children > a:after {
  transform: rotate(-90deg);
}

.wpestate_submenu_icon_plus .menu-item-has-children > a:after,
.wpestate_submenu_icon_plus .sub-menu .menu-item-has-children > a:after {
  content: "+";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: right;
}
.wpestate_submenu_icon_plus > .menu-item-has-children > a:after {
  margin-left: 15px;
}

.wpestate-elementor-menu-mobile-container {
  display: none;
}
.wpestate-elementor-menu-mobile-container .wpestate_mobile_menu_trigger_close, .wpestate-elementor-menu-mobile-container .wpestate_mobile_menu_trigger {
  padding: 15px;
  font-size: 15px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: start;
  float: left;
}
.wpestate-elementor-menu-mobile-container .wpestate_mobile_menu_trigger_close {
  display: none;
}
.wpestate-elementor-menu-mobile-container svg {
  max-width: 100px;
  width: 25px;
  height: 25px;
}
.wpestate-elementor-menu-mobile-container .mobilex-menu {
  background-color: #fff;
  position: absolute;
  z-index: 99;
  top: 60px;
  display: none;
  width: 100vw;
  min-width: 250px;
  margin: 0px;
  left: 0px;
  right: 0px;
}
.wpestate-elementor-menu-mobile-container .mobilex-menu li a {
  color: #5c727d;
  padding: 15px;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.wpresidence_elementor_social_sidebar_internal {
  min-width: 10px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.wpresidence_elementor_social_sidebar_internal a {
  position: relative;
  padding: 0px 0px;
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  text-align: center;
  display: inline-block;
  width: 41px;
  height: 41px;
  line-height: 41px;
}
.wpresidence_elementor_social_sidebar_internal a:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

/*=language switch elementor 
--------------------------------------------------------------------*/
.wpestate_language_drop_wrapper .dropdown-menu {
  border: none;
  background: transparent;
  min-width: 110px;
}
.wpestate_language_drop_wrapper .dropdown-menu a {
  display: block;
  width: 100%; /* Ensures the full width of the container */
  padding: 5px 10px; /* Optional: Adjust padding as needed */
}

/*=submit button elementor
--------------------------------------------------------------------*/
.wpresidence_submit_button_wrapper {
  display: flex;
  min-width: 1px;
  min-height: 1px;
}

/*=user menu elementor
--------------------------------------------------------------------*/
.wpresidence_header_elementor_user_wrap {
  position: relative;
}

.elementor-element-edit-mode .wpresidence-studio-show-menu #user_menu_open {
  display: block;
}

.wpresidence_header_elementor_user_wrap #user_menu_open {
  right: auto;
  left: -175px;
}

.row.row_user_dashboard {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 800px;
}

.wpestate_dashboard_section_title,
.user_details_row,
.change_pass {
  color: var(--wp-estate-user-dashboard-content-color-option, var(--wp_estate_user_dashboard_content_color));
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 500;
  margin-bottom: 15px;
}

.col-md-9.dashboard-margin {
  flex: auto;
  align-content: flex-start;
  background-color: var(--wp-estate-user-dashboard-content-background-option, var(--wp_estate_user_dashboard_content_back));
}

/**
 * WpResidence Dashboard Inbox Styles
 * 
 * Styles for the message inbox dashboard component in WpResidence theme.
 * Handles message listings, reply forms, and message content display.
 *
 * Dependencies:
 * - Bootstrap 5.x Grid System
 * - FontAwesome 5.x for icons
 * 
 * @package WpResidence
 * @subpackage Dashboard
 */
/* Dashboard Section Layout */
.wpestate_dashboard_section_title.inbox_title {
  margin-left: 0px;
  margin-bottom: 45px;
}

/* Message Listing Container */
.row.property_wrapper_dash.inbox_row {
  padding: 0px;
}

.message_listing {
  width: 100%;
  position: relative;
  /* Message Header */
  /* Message Meta Information */
  /* Message Actions */
  /* Message Content Area */
  /* Reply Form */
  /* Action Buttons */
}
.message_listing .message_header {
  padding: 30px 0px;
  margin: 0px;
  width: 100%;
  float: left;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.message_listing .mess_date,
.message_listing .mess_subject,
.message_listing .mess_from {
  line-height: 26px;
  margin-top: 5px;
}
.message_listing .mess_from {
  cursor: pointer;
}
.message_listing .message-action i {
  color: #fff;
}
.message_listing .mess_content {
  padding: 20px 15px 15px;
  background: #fafafa;
  display: none;
  border-radius: 8px;
  word-break: break-word;
  /* Reply List */
}
.message_listing .mess_content .message_content {
  line-height: 1.3em;
}
.message_listing .mess_content .mess_content-list-replies {
  padding-top: 20px;
}
.message_listing .mess_content .mess_content-list-replies h4, .message_listing .mess_content .mess_content-list-replies .h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.message_listing .mess_content .mess_content-list-replies_unit {
  margin-bottom: 10px;
  padding: 30px 15px;
  border-radius: 8px;
}
.message_listing .mess_content .mess_content-list-replies_unit:nth-child(odd) {
  background-color: #ffffff;
}
.message_listing .mess_reply_form {
  padding: 15px;
  background: #fafafa;
  margin: -7px 0px -1px;
  display: none;
  border-radius: 8px;
  padding-top: 0px;
}
.message_listing .mess_reply_form .message_reply_content {
  min-height: 200px;
}
.message_listing .mess_reply,
.message_listing .mess_delete,
.message_listing .mess_read_mess,
.message_listing .mess_send_reply {
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 3px 0px 0px 3px;
  cursor: pointer;
  border-left: 1px solid #e8ebf0;
}
.message_listing .mess_reply:hover,
.message_listing .mess_delete:hover,
.message_listing .mess_read_mess:hover,
.message_listing .mess_send_reply:hover {
  background-color: #222222;
}
.message_listing .mess_reply:hover i,
.message_listing .mess_delete:hover i,
.message_listing .mess_read_mess:hover i,
.message_listing .mess_send_reply:hover i {
  color: #fff;
}
.message_listing .mess_delete {
  padding: 6px 0px 0px 0px;
  background-color: var(--wp-estate-user-dashboard-content-button-background-option, var(--wp_estate_user_dashboard_content_button_back));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  text-align: center;
  margin-right: 7px;
}
.message_listing .mess_reply {
  text-align: center;
  line-height: 35px;
  padding: 0px;
  background-color: var(--wp-estate-user-dashboard-content-button-background-option, var(--wp_estate_user_dashboard_content_button_back));
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}
.message_listing .mess_read_mess {
  padding: 3px 9px 0px 0px;
}

/* Reply Buttons */
.mess_send_reply_button2,
.mess_send_reply_button {
  cursor: pointer;
}

.mess_send_reply_button2 {
  margin: 15px 0px 30px 0px;
}

/* Unread Message Indicator */
.mess_unread {
  color: #fd2d4f;
  margin: 8px 10px 0px 0px;
}
.mess_unread i {
  font-size: 20px;
}

/* Delete Action */
.delete_wrapper {
  display: inline;
}
.delete_wrapper .tooltip {
  top: auto !important;
  bottom: -45px !important;
}

/* Classes not found in provided HTML but retained */
.unread_mess_wrap {
  width: 100%;
  float: left;
  padding-left: 60px;
  font-weight: 600;
}

.all_mess_wrapper {
  float: left;
  width: 100%;
}

.col-md-12.message_explaining {
  font-size: 12px;
  float: left;
  color: var(--wp_estate_breadcrumbs_font_color-option, var(--wp_estate_breadcrumbs_font_color));
  padding-left: 0px;
}

.delete_inaction {
  padding: 4px 10px;
  font-size: 13px;
}

.mess_read {
  float: left;
}

.mess_title {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

#subject_reply {
  width: 50%;
}

#message_reply_content {
  width: 99%;
  height: 100px;
}

/*=unit payment*/
.paymentmodal {
  position: fixed;
  top: 30%;
  width: 450px;
  height: 300px;
  display: none;
  left: 50%;
  margin-left: -225px;
  z-index: 999;
}

.paymentmodal_close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.payment_backgorund {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.3;
  z-index: 9;
  display: none;
}

/*===Packages*/
.pack_description_unit {
  width: auto;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.pack_description_details {
  font-size: 20px;
  padding: 19px 15px 18px 15px;
  margin-right: 9px;
  margin-bottom: 9px;
  height: 74px;
  width: 190px;
  text-align: left;
  color: var(--wp-estate-user-dashboard-package-color-option, var(--wp_estate_user_dashboard_package_color));
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #E3E6EC;
  box-shadow: 0px 1px 9px rgba(227, 230, 236, 0.5);
}

.pack-unit {
  border-radius: 2px;
  padding: 0px 0px 7px 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.pack-name {
  padding: 14px 0px 0px 10px;
  font-weight: 600;
  margin-bottom: 16px;
  width: auto;
  color: var(--wp-estate-user-dashboard-package-color-option, var(--wp_estate_user_dashboard_package_color));
  font-size: 17px;
}

.pack-unit h4, .pack-unit .h4 {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  color: var(--wp-estate-user-dashboard-package-select-option, #222);
}

.pack_description label {
  padding: 5px 0px 0px 7px;
}

.pack_description input[type=checkbox] {
  float: left;
  margin-top: 5px;
}

#package_pick {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.pack-listing {
  margin-bottom: 9px;
  display: inline-block;
  padding: 15px 10px 10px 10px;
  margin-right: 9px;
  height: 265px;
  width: 190px;
  text-align: center;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 1px 9px rgba(227, 230, 236, 0.5);
  border-radius: 8px;
}

.pack-listing-title {
  color: #222;
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1.5em;
}

.pack-listing-period {
  font-size: 14px;
  margin: 7px 0px;
  line-height: 1.4em;
}

#stripe_cancel {
  background-color: var(--wp-estate-user-dashboard-content-button-background-option, var(--wp_estate_user_dashboard_content_button_back));
  border-radius: 9px;
  padding: 12px 20px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  margin: 0px 0px 15px 0px;
  width: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pack_description {
  margin-bottom: 10px;
  margin-top: 0px;
  float: left;
  width: 1000px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: transparent;
  color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
  padding-bottom: 7px;
  width: 100%;
}

#pack_recuring {
  float: left;
  margin-top: -5px;
}

/*=stripe card*/
.listing_upgrade,
.listing_submit_normal,
.perpack,
.payment-container .perpack,
#direct_pay,
#pick_pack,
.wpestate_stripe_booking_prop,
#wpestate_stripe_booking_recurring,
#wpestate_stripe_booking {
  min-width: 170px;
  height: 69px;
  cursor: pointer;
  float: left;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 68px;
  font-size: 17px;
  padding: 0px 25px;
  box-shadow: 0px 1px 9px rgba(227, 230, 236, 0.5);
  border-radius: 8px;
  background-color: #fff;
}

.payment-container .perpack,
#direct_pay,
#pick_pack,
.wpestate_stripe_booking_prop,
#wpestate_stripe_booking_recurring,
#wpestate_stripe_booking {
  margin: 10px 5px 10px 5px;
}

#pick_pack {
  margin: 10px 5px 10px 0px;
}

.recuring_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  float: left;
}

.payment-container .perpack {
  background-color: #0d73e1;
}

.perpack,
#direct_pay {
  color: #6c5dd3;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
}

.wpestate_stripe_booking_prop,
#wpestate_stripe_booking_recurring,
#wpestate_stripe_booking {
  background-image: url(images/stripe-button.png);
  width: 169px;
  background-position: center;
  background-repeat: no-repeat;
}

.wpestate_stripe_booking_prop {
  margin-top: 0px;
}

.listing_upgrade:hover,
.listing_submit_normal:hover,
.perpack:hover,
#pick_pack:hover,
#direct_pay:hover,
.wpestate_stripe_booking_prop:hover,
#wpestate_stripe_booking_recurring:hover,
#wpestate_stripe_booking:hover {
  border: 1px solid rgba(0, 115, 225, 0.1803921569);
}

.wpestate_stripe_form_wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
}

#instant_booking_modal .wpestate_stripe_form_wrapper {
  position: fixed;
  height: 100vh;
}

.wpestate_stripe_form_wrapper_back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  opacity: 0.6;
}

.wpestate_stripe_form_1 {
  position: absolute;
  top: 30%;
  max-width: 400px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
}

#card-errors {
  padding: 0px 15px;
  color: #fff;
}

#wpestate-stripe-paymentform-1 {
  padding-top: 25px;
  padding-bottom: 0px;
}

.close_stripe_form {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.wpestate_stripe.wpestate_stripe_form_1 {
  background-color: #ffffff;
  display: none;
  border-radius: 0px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 10px 0px;
  border-radius: 8px;
}

.wpestate_stripe.wpestate_stripe_form_1 fieldset {
  margin: 0 15px 20px;
  padding: 0;
  border-style: none;
  background-color: #6A85DE;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #829fff;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
}

.wpestate_stripe.wpestate_stripe_form_1 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  width: 305px;
}

.wpestate_stripe.wpestate_stripe_form_1 .row + .row {
  border-top: 1px solid #819efc;
}

.wpestate_stripe.wpestate_stripe_form_1 label {
  width: 15%;
  min-width: 70px;
  padding: 11px 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wpestate_stripe.wpestate_stripe_form_1 input,
.wpestate_stripe.wpestate_stripe_form_1 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.wpestate_stripe.wpestate_stripe_form_1 input:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  -webkit-transition: background-color 100000000s;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.wpestate_stripe.wpestate_stripe_form_1 .StripeElement--webkit-autofill {
  background: transparent !important;
}

.wpestate_stripe.wpestate_stripe_form_1 .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}

.wpestate_stripe.wpestate_stripe_form_1 input {
  width: 235px;
  padding: 5px 15px 7px 15px;
  color: #fff;
  margin: 0px;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
  background-color: #728ee9 !important;
  height: auto;
  opacity: 1;
  border-radius: 2px;
}

.wpestate_stripe.wpestate_stripe_form_1 input:focus {
  border: 0px solid #6C5DD3;
}

.close_stripe_form .base {
  fill: #fff;
}

.close_stripe_form .glyph {
  fill: #6772e5;
}

.wpestate_stripe.wpestate_stripe_form_1 input::-webkit-input-placeholder {
  color: #87BBFD !important;
}

.wpestate_stripe.wpestate_stripe_form_1 input::-moz-placeholder {
  color: #87BBFD !important;
}

.wpestate_stripe.wpestate_stripe_form_1 input:-ms-input-placeholder {
  color: #87BBFD !important;
}

.wpestate_stripe.wpestate_stripe_form_1 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 15px 15px 0;
  background-color: #666ee7;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #9ea0ce;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

#wpestate_stripe_form_button_sumit:hover {
  background-color: #434582;
}

.wpestate_stripe.wpestate_stripe_form_1 button:active {
  background-color: #434582;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #9ea0ce;
}

.wpestate_stripe.wpestate_stripe_form_1 .error svg .base {
  fill: #fff;
}

.wpestate_stripe.wpestate_stripe_form_1 .error svg .glyph {
  fill: #6772e5;
}

.wpestate_stripe.wpestate_stripe_form_1 .success .icon .border {
  stroke: #87bbfd;
}

.wpestate_stripe.wpestate_stripe_form_1 .success .icon .checkmark {
  stroke: #87bbfd;
}

.wpestate_stripe.wpestate_stripe_form_1 .success .title {
  color: #fff;
}

.wpestate_stripe.wpestate_stripe_form_1 .success .message {
  color: #9cdbff;
}

.wpestate_stripe.wpestate_stripe_form_1 .success .reset path {
  fill: #fff;
}

#wpestate_stripe_alert,
#wpestate_stripe_alert_succes {
  text-align: center;
  display: none;
}

.wpestate_stripe_form_1 .error {
  text-align: center;
  margin-top: 10px;
}

.wpestate_stripe_form_1 img {
  margin: 0px auto;
  display: block;
}

.wpestate_stripe_pay_desc {
  text-align: center;
  color: #222;
  font-weight: 600;
}

#direct_pay_modal .modal-title {
  padding-top: 20px;
}

/*=Stripe
-------------------------------------------------------------------------------*/
.stripe_form_featured {
  display: none;
}

.package_selected {
  border: 1px solid color-mix(in srgb, var(--wp-estate-user-dashboard-buy-package-background-option, var(--wp_estate_user_dashboard_buy_package)) 18%, transparent);
}

.package_selected .buypackage {
  background-color: var(--wp-estate-user-dashboard-buy-package-background-option, var(--wp_estate_user_dashboard_buy_package));
  color: #ffffff;
}

.stripe_upgrade {
  display: inline-block;
  float: left;
}

#package_pick .stripe-button-el {
  margin-bottom: 10px;
}

.wpestate_crm_lead_status,
.wpestate_crm_lead_agent_in_charge,
.wpestate_crm_lead_from,
.wpestate_crm_lead_date,
.wpestate_crm_lead_id,
.wpestate_crm_contact_status,
.wpestate_crm_contact_added_on,
.wpestate_crm_contact_phone,
.wpestate_crm_contact_email,
.wpestate_crm_contact_name {
  font-size: 14px;
  color: #222;
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 1.3em;
  align-content: space-evenly;
  flex-wrap: wrap;
  word-break: break-word;
}

#westate_crm_create_contact,
#westate_crm_create_lead {
  position: absolute;
  right: 30px;
  top: 25px;
  padding: 6px 30px;
  font-size: 13px;
  font-weight: 700;
}

.wpestate_crm_list_leads h2, .wpestate_crm_list_leads .h2,
.wpestate_crm_display_contact_info_wrapper h2,
.wpestate_crm_display_contact_info_wrapper .h2,
.wpestate_crm_add_coment_contact_wrapper h2,
.wpestate_crm_add_coment_contact_wrapper .h2 {
  color: #222;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 500;
}

.comment_item {
  margin-bottom: 15px;
}

.comment_name,
.comment_date {
  margin-bottom: 5px;
}

.contact_crm_detail {
  width: 100%;
  float: left;
  margin: 5px 0px;
}

#crm_private,
#crm_new_commnet,
#crm_private {
  height: 100px;
}

.contact_crm_detail label {
  font-weight: 600;
}

.page-template-user_dashboard .ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  padding: 10px 15px 10px !important;
}

/** MILLDONE
 * WpResidence Invoices Styles
 * src: scss\dashboard\_invoices.scss
 * This file contains styles for the invoices section of the WpResidence theme's user dashboard.
 *
 * @package WpResidence
 * @subpackage UserDashboard
 * @since 1.0.0
 *
 * Dependencies:
 * - WpResidence theme's global styles
 *
 * Usage:
 * This file should be included in the main stylesheet of the WpResidence theme
 * or imported into the user dashboard styles.
 */
.page-template-user_dashboard_invoices .wpestate_dashboard_content_wrapper .wpestate_dashboard_list_header {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-template-user_dashboard_invoices .wpestate_dashboard_content_wrapper .wpestate_dashboard_list_header #invoice_status {
  margin-right: 0px;
}
.page-template-user_dashboard_invoices .wpestate_dashboard_content_wrapper .invoice_totals {
  padding: 0px;
  color: #263238;
}
.page-template-user_dashboard_invoices .wpestate_dashboard_content_wrapper .invoice_unit {
  border-top: 1px solid #f6f4f4;
  padding: 30px 0px 30px 0px;
  width: 100%;
  float: left;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  color: var(--wp-estate-user-dashboard-content-color-option, #5c727d);
}
.page-template-user_dashboard_invoices .wpestate_dashboard_content_wrapper .invoice_unit:nth-of-type(odd) {
  background: #fff;
}
.no_invoices {
  float: left;
}

.invoice_filters {
  padding: 0px;
  margin: 0px -15px;
}

/* Print body wrapper styles
-------------------------------------------------- */
.print_body {
  /* Logo styles */
}
/* Invoice header section
-------------------------------------------------- */
.invoice_print_title {
  font-size: 25px;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-bottom: 5px;
}

/* Billing information sections
-------------------------------------------------- */
.wpestate_print_invoice_to_section,
.wpestate_print_invoice_from_whom_section {
  width: 50%;
  float: left;
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 1.5em;
}

/* Invoice details container
-------------------------------------------------- */
.wpestate_print_invoice_details_wrapper {
  width: 100%;
  text-align: right;
  /* Individual detail rows */
}
.wpestate_print_invoice_details_wrapper .wpestate_print_invoice_details_detail {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 0px;
  font-size: 13px;
  margin-bottom: 0px;
}
.wpestate_print_invoice_details_wrapper .wpestate_print_invoice_details_detail label {
  float: left;
  font-weight: 500;
}

/* Extended details section
-------------------------------------------------- */
.wpestate_print_invoice_details_wrapperex_details {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5em;
}

/* Invoice footer
-------------------------------------------------- */
.wpestate_print_invoice_end {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5em;
}

/* Classes not found in current markup but retained
-------------------------------------------------- */
.wpestate_invoice_date {
  font-size: 13px;
}

/*
* New floor plans
*/
#add_new_floor_plan {
  margin-left: 15px;
}

.wpestate_dashboard_content_wrapper .use_floor_plans_label {
  float: left;
  width: auto;
  margin-right: 10px;
}

.floor_plan_image_thumb {
  margin-bottom: 15px;
  width: 100%;
}

.wpestate_dash_delete_plan {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
}

.wpestate_dash_delete_plan:hover {
  color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}

.aaiu-upload-imagelist-floor-plan {
  padding: 5px;
  word-break: break-word;
}

/*=dashboard property card
  --------------------------------------------------------------------------------*/
.wpestate_dashboard_table_list_header.row {
  margin-bottom: 30px;
}

.property_wrapper_dash.row {
  border-top: 1px solid #f6f4f4;
  padding: 30px 0px 30px 0px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.property_wrapper_dash.row:hover {
  background-color: #f3f3f3;
}

.property_wrapper_dash.row.inbox_row_open:hover {
  background-color: transparent;
}

.property_wrapper_dash .blog_listing_image img {
  border-radius: 6px;
  max-width: 105px;
}

.blog_listing_image {
  float: left;
  display: flex;
  position: relative;
  align-items: center;
}

.wpestate_dashboard_content_wrapper .featured_div {
  z-index: 10;
  top: auto;
  left: 15px;
  position: absolute;
  background-color: color-mix(in srgb, var(--wp-estate-user-dashboard-content-button-background-option, var(--wp_estate_user_dashboard_content_button_back)) 85%, transparent);
  padding: 0px 7px;
  bottom: -4px;
  border-bottom-left-radius: 8px;
  font-size: 10px;
}

.dashbard_unit_image {
  position: relative;
  float: left;
}

.dashbard_unit_image img {
  position: relative;
  z-index: 1;
}

.dashboard_agent_listing_image {
  position: relative;
  max-width: 105px;
}

.dashboard_agent_listing_image:after {
  background-color: color-mix(in srgb, var(--wp-estate-user-dashboard-content-button-background-option, var(--wp_estate_user_dashboard_content_button_back)) 50%, transparent);
}

.dashbard_unit_image:after {
  content: " ";
  position: absolute;
  height: 10px;
  width: 90%;
  background-color: color-mix(in srgb, var(--wp-estate-user-dashboard-content-button-background-option, var(--wp_estate_user_dashboard_content_button_back)) 50%, transparent);
  bottom: -7px;
  left: 5%;
  border-radius: 9px;
  z-index: 0;
}

.property_dashboard_location_wrapper {
  float: left;
  padding-left: 20px;
}

.invoice_unit_title,
.dashbard_unit_title {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.1em;
  font-weight: 600;
  display: inline-block;
  color: var(--wp-estate-user-dashboard-content-color-option, var(--wp_estate_user_dashboard_content_color));
  word-break: break-all;
}

.property_dashboard_location {
  display: block;
  line-height: 1.3em;
}

.property_dashboard_location a {
  color: var(--wp-estate-user-dashboard-content-color-option, #808191);
}

.property_dashboard_status_unit {
  color: var(--wp-estate-user-dashboard-content-color-option, #808191);
  margin: 5px 0px 0px 0px;
}

.property_dashboard_price .price_label,
.property_dashboard_price,
.property_dashboard_status,
.property_dashboard_types {
  font-size: 14px;
  color: #222;
  color: var(--wp-estate-user-dashboard-content-color-option, #222);
  display: flex;
  height: 70px;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.property_dashboard_price .price_label a,
.property_dashboard_price a,
.property_dashboard_status a,
.property_dashboard_types a {
  color: var(--wp-estate-user-dashboard-content-color-option, #222);
}

.property_list_status_label {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  height: auto;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  background-color: transparent;
  overflow: unset;
  display: block;
  line-height: 1em;
}

.wpestate_crm_contact_status .property_list_status_label.anycrm:before,
.wpestate_crm_contact_status .property_list_status_label.anycrm.new:before,
.property_dashboard_status .property_list_status_label.pending:before,
.property_dashboard_status .property_list_status_label.waitingforapproval:before,
.property_list_status_label.notpaid:before,
.property_dashboard_status .property_list_status_label.disabled:before,
.property_dashboard_status .property_list_status_label.expired:before,
.property_dashboard_status .property_list_status_label.draft:before,
.property_dashboard_status .property_list_status_label.sold:before,
.property_list_status_label.paid:before,
.property_dashboard_status .property_list_status_label.publish:before,
.property_dashboard_status .property_list_status_label.published:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  top: -3px;
  left: 0px;
  bottom: -4px;
}

.property_dashboard_status .property_list_status_label.pending:before,
.property_dashboard_status .property_list_status_label.waitingforapproval:before {
  background-color: #6c5dd3;
}

.wpestate_crm_contact_status .property_list_status_label.anycrm.new:before,
.property_list_status_label.anycrm.new:before,
.property_list_status_label.notpaid:before {
  background-color: #ff754c;
}

.wpestate_crm_contact_status .property_list_status_label.anycrm:before,
.property_list_status_label.paid:before {
  background-color: #7FBA7A;
}

.property_dashboard_status .property_list_status_label.publish:before,
.property_dashboard_status .property_list_status_label.published:before {
  background-color: #7FBA7A;
}

.property_dashboard_status .property_list_status_label.disabled:before {
  background-color: #FFA2C0;
}

.property_dashboard_status .property_list_status_label.draft:before {
  background-color: #FF754C;
}

.property_dashboard_status .property_list_status_label.sold:before {
  background-color: #982908;
}

.property_dashboard_status .property_list_status_label.expired:before {
  background-color: #FFCE73;
}

.property_dashboard_price {
  color: var(--wp-estate-user-dashboard-package-color-option, var(--wp_estate_user_dashboard_package_color));
  word-break: break-word;
}

.property_dashboard_action {
  display: flex;
  justify-content: flex-end;
}
.property_dashboard_action.col-md-2 {
  padding-right: 10px;
}

.property_dashboard_action .btn-default:focus,
.print_invoice,
.property_dashboard_actions_button {
  box-shadow: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  border: 0px;
  padding: 9px 15px;
  text-shadow: none;
  background-image: none;
  color: #fff;
  text-transform: none;
  border: 2px solid transparent;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1 ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  background-color: var(--wp-estate-user-dashboard-content-button-background-option, var(--wp_estate_user_dashboard_content_button_back));
}

.wpestate_crm_lead_actions {
  display: flex;
  justify-content: flex-end;
}

.print_invoice {
  border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
  cursor: pointer;
  padding: 9px;
  text-align: center;
}

.print_invoice:hover {
  background-color: #222;
  color: #fff;
}

.wpestate_print_invoice_details_detail label {
  margin-bottom: 0px;
  font-size: 13px;
}

.wpestate_print_invoice_details_detail {
  font-size: 13px;
}

.dashboard_agent_listing_image {
  position: relative;
  max-width: 105px;
}

.dashboard_agent_listing_image:after {
  content: " ";
  position: absolute;
  height: 10px;
  width: 90%;
  background-color: rgba(207, 200, 255, 0.5019607843);
  bottom: -7px;
  left: 5%;
  border-radius: 9px;
  z-index: 0;
}

/*=dashboard search
--------------------------------------------------------------------------------*/
#search_form_submit_1 {
  margin-left: 15px;
  color: #fff;
  margin-top: 0px;
  float: left;
  background-image: none;
  border-color: var(--wp-estate-user-dashboard-content-button-background-option, var(--wp_estate_user_dashboard_content_button_back));
  background-color: var(--wp-estate-user-dashboard-content-button-background-option, var(--wp_estate_user_dashboard_content_button_back));
  min-height: 56px;
  padding: 12px 25px;
}

.wpestate_dashboard_content_wrapper input[type=text].wpestate_dashboard_input_type,
#prop_name {
  width: 300px;
  padding: 15px;
  float: left;
  background: rgba(228, 228, 228, 0.3);
  opacity: 1;
  border: none;
  color: #1B1D21;
}

#prop_name:focus {
  background: #fff !important;
  border: 2px solid #6C5DD3 !important;
  opacity: 1;
}

.wpestate_dashboard_input_type {
  margin-right: 15px;
}

.wpestate-dashboard-select {
  margin-right: 15px;
  box-shadow: none;
  padding: 15px;
  text-shadow: none;
  background-image: none;
  background-color: #f7f7f7;
  color: #8593a9;
  text-transform: none;
  border: none;
  line-height: 56px;
  position: unset;
  text-align: left;
  border-radius: 8px;
  min-width: 220px;
}

.wpestate-dashboard-select select {
  margin-right: 10px;
}

.page-template-user_dashboard_add .ui-widget-content.ui-autocomplete {
  max-width: 600px;
}

.ui-menu .ui-menu-item {
  color: #222;
  line-height: 1.6em;
  font-size: 14px;
  cursor: pointer;
  word-break: break-word;
}

.ui-autocomplete .ui-menu-item .ui-state-focus {
  border: none !important;
  border-radius: 0px !important;
  background-color: #fff !important;
  background-image: none !important;
  color: var(--wp-estate-user-dashboard-menu-color-option, #5F75EE) !important;
}

.ui-menu .ui-state-focus {
  border: none !important;
  border-radius: 0px !important;
  background-color: #fff !important;
  background-image: none !important;
  color: var(--wp-estate-user-dashboard-menu-color-option, #5F75EE) !important;
}

.pp_social .facebook {
  width: 102px !important;
}

.page-template-user_dashboard_searches .search_param {
  padding: 0px 0px 0px 15px;
}

.delete_search {
  margin-right: 10px;
}

.property_wrapper_dash.search_unit_wrapper {
  padding: 30px 0px 30px 0px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .wpresidence_dropdown.wpestate_dashhboard_filter {
    width: 100%;
    max-width: 100%;
  }
  .wpestate_dashboard_list_header form {
    margin-left: 0px;
    width: 100%;
  }
  .wpestate-dashboard-select,
  .wpestate_dashboard_content_wrapper input[type=text].wpestate_dashboard_input_type,
  #prop_name {
    width: 100%;
  }
  .property_dashboard_price .price_label, .property_dashboard_price, .property_dashboard_status, .property_dashboard_types {
    height: 30px;
  }
  .wpestate_crm_lead_actions,
  .property_dashboard_action {
    justify-content: flex-start;
  }
  .delete_search {
    margin-left: 10px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .dashboard-wrapper-form {
    padding: 0px 0px !important;
    justify-content: space-between;
    margin: 0px;
  }
  .col-md-12.top_dahsboard_wrapper.dashboard_package_row {
    padding: 0px 15px;
  }
  .col-md-12.dashboard_hello_section {
    padding: 15px 15px;
  }
  .col-md-9.dashboard-margin {
    padding: 0px;
    margin: 0px;
  }
}
.skeleton-placeholder {
  animation: skeleton-breathe 4s ease-in-out infinite;
  border: none;
  background: transparent !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
}

.col-lg-12.skeleton-placeholder {
  flex-direction: row;
}
.col-lg-12.skeleton-placeholder .skeleton-card {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.col-lg-12.skeleton-placeholder .skeleton-card .listing-unit-img-wrapper {
  flex-shrink: 0;
  width: 300px;
  margin-right: 20px;
}
.col-lg-12.skeleton-placeholder .skeleton-card .listing-unit-img-wrapper .skeleton-image {
  height: 200px;
  width: 100%;
}
.col-lg-12.skeleton-placeholder .skeleton-card .property-unit-information-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.col-lg-12.skeleton-placeholder .skeleton-card .property-unit-information-wrapper .skeleton-text {
  width: 100%;
}
.col-lg-12.skeleton-placeholder .skeleton-card .property-unit-information-wrapper .skeleton-text.title {
  width: 80%;
  margin-bottom: 15px;
}
.col-lg-12.skeleton-placeholder .skeleton-card .property-unit-information-wrapper .skeleton-text.category {
  width: 40%;
  margin-bottom: 10px;
}
.col-lg-12.skeleton-placeholder .skeleton-card .property-unit-information-wrapper .skeleton-text.details {
  width: 95%;
  margin-bottom: 8px;
}

.skeleton-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 260px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  animation: skeleton-pulse 2s ease-in-out infinite;
  border: 1px solid #f0f0f0;
  border: none;
  background-color: transparent;
  border: none;
  background: transparent !important;
  box-shadow: none !important;
}

.skeleton-card::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 260px;
  height: 0;
  visibility: hidden;
}

.skeleton-shimmer {
  background: linear-gradient(90deg, rgba(240, 240, 240, 0.8) 25%, rgba(224, 224, 224, 0.9) 50%, rgba(240, 240, 240, 0.8) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.8s ease-in-out infinite;
  position: relative;
}
.skeleton-shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  animation: overlay-sweep 3s ease-in-out infinite;
}

.skeleton-image {
  height: 328px;
  background: #e8e8e8;
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #e8e8e8 0%, #f0f0f0 50%, #e8e8e8 100%);
}

.skeleton-text {
  width: 100%;
  height: 16px;
  background: #e8e8e8;
  border-radius: 4px;
  margin: 8px 0;
  position: relative;
}
.skeleton-text:nth-child(1) {
  animation-delay: 0s;
}
.skeleton-text:nth-child(2) {
  animation-delay: 0.2s;
}
.skeleton-text:nth-child(3) {
  animation-delay: 0.4s;
}
.skeleton-text:nth-child(4) {
  animation-delay: 0.6s;
}
.skeleton-text.title {
  height: 20px;
  width: 80%;
  margin-bottom: 12px;
}
.skeleton-text.category {
  height: 14px;
  width: 60%;
  margin-bottom: 8px;
}
.skeleton-text.details {
  height: 14px;
  width: 90%;
  margin-bottom: 10px;
}
.skeleton-text.price {
  height: 18px;
  width: 50%;
  margin-top: 15px;
  background: #d0d0d0;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    background-position: 200% 0;
    opacity: 0.8;
  }
}
@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.005);
  }
}
@keyframes overlay-sweep {
  0% {
    transform: translateX(-100%) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: translateX(100%) rotate(45deg);
    opacity: 0;
  }
}
@keyframes skeleton-breathe {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.02);
  }
}
@media (max-width: 768px) {
  .skeleton-image {
    height: 250px;
  }
  .skeleton-text {
    margin: 6px 0;
  }
  .skeleton-text.title {
    height: 18px;
  }
  .skeleton-text.category {
    height: 12px;
  }
  .skeleton-text.details {
    height: 12px;
  }
  .skeleton-text.price {
    height: 16px;
  }
}
@media screen and (max-width: 576px) {
  .wpestate_content_grid_wrapper_second_col_image {
    width: 100%;
    height: 189px;
  }
  .contact_map_container {
    display: none;
  }
  #google_map_prop_list_sidebar .search_wrapper .extended_search_check_wrapper .extended_search_checker,
  .extended_search_check_wrapper .extended_search_checker {
    width: 100%;
  }
  .property_slider_carousel_elementor_v3 {
    margin-bottom: 30px;
    height: auto;
  }
  .property_slider_carousel_elementor_v3 .item {
    height: auto;
  }
  .property_slider_carousel_elementor_v3 .property_slider_carousel_elementor_v3_image_wrapper {
    width: 100%;
    height: 265px;
  }
  .property_slider_carousel_elementor_v3 .property_slider_carousel_elementor_v3_content_wrapper {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .property_slider_carousel_elementor_v3 .property_slider_carousel_elementor_v3_content_wrapper .property_listing_details,
  .property_slider_carousel_elementor_v3 .property_slider_carousel_elementor_v3_content_wrapper .property_slider_carousel_elementor_v3_excerpt,
  .property_slider_carousel_elementor_v3 .property_slider_carousel_elementor_v3_content_wrapper .property_agent_wrapper {
    position: relative;
  }
  .property_slider_carousel_elementor_v3 .property_slider_carousel_elementor_v3_content_wrapper .property_listing_details {
    margin-bottom: 15px;
  }
  .property_slider_carousel_elementor_v3 .property_slider_carousel_elementor_v3_content_wrapper .property_agent_wrapper {
    bottom: unset;
  }
  .property_slider_carousel_elementor_v3 .property_slider_carousel_elementor_v3_image_container {
    width: 100%;
  }
  .pack-name {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .sliding-image,
  .wpestate_sliding_box {
    width: 100% !important;
  }
  .wpestate_sliding_box_wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .featured_agent_listings.wpresidence_button {
    left: 20px;
    right: 20px;
    width: auto;
  }
  .theme_slider_1 .theme_slider_contact_form_wrapper_visible {
    width: auto;
    left: 10px !important;
    right: 10px;
  }
  .yelp_bussines_wrapper .yelp_unit {
    align-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .yelp_bussines_wrapper .yelp_unit .yelp_stars {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  [dir=rtl] .yelp_bussines_wrapper .yelp_unit .yelp_stars {
    margin-right: unset;
  }
  .multi_units_wrapper_v2 .subunit_wrapper .subunit_details .subunit_extra_details_wrapper {
    gap: 5px;
  }
  .single-estate_agent .wpestate_agent_details_wrapper .agent_details {
    padding: 0px 15px 0px 15px;
  }
  .copyright,
  .subfooter_menu .menu > li {
    line-height: 30px;
  }
  .contact-box,
  .backtop {
    bottom: 70px;
  }
  .morgage_chart_wrapper.onfirst .morgage_legend {
    position: relative;
    text-align: center;
    width: 100%;
  }
  .wpestate_display_schedule_tour_option,
  #wpestate_schedule_tour_time,
  .wpestate_display_schedule_tour_options_wrapper,
  .realtor-contact-buttons {
    width: 100%;
  }
  .contact_form_flex_wrapper .contact_form_flex_input_wrapper {
    flex-direction: column;
  }
  #gmap-control span {
    padding: 0px 7px;
  }
  .agency_unit .agency_unit_wrapper {
    position: relative;
  }
  .wpresidence_dropdown.wpresidence_filters_dropdown {
    width: 100%;
  }
  .wpresidence_dropdown.wpresidence_filters_dropdown .dropdown-toggle {
    width: 100%;
  }
  .add_review_wrapper #edit_review,
  .add_review_wrapper #submit_review,
  .header_agency_wrapper .header_agency_container .developer_contact_button,
  .header_agency_wrapper .header_agency_container .agency_contact_but,
  .wpresidence_button {
    width: 100%;
    text-align: center;
  }
  .agent_card_my_listings,
  .wpestate_list_grid_filter_wiew_wrapper {
    display: none;
  }
  .theme_slider_1 .slider-content-wrapper .slider-content {
    position: absolute;
    width: 100%;
    right: 0px;
    left: 0px;
    bottom: 50px;
  }
  .listing_wrapper.col-md-12 .property_listing {
    flex-direction: column;
  }
  .listing_wrapper.col-md-12 .property_listing .carousel-inner,
  .listing_wrapper.col-md-12 .property_listing .listing-unit-img-wrapper {
    max-width: 100%;
  }
  .property_header_gallery_wrapper .col-md-6.gallery-left-column {
    height: 350px;
    border-left: none;
    width: 50%;
  }
  .property_header_gallery_wrapper .col-md-6.gallery-left-column .image_gallery {
    height: 175px;
    min-height: 150px;
  }
  .property_header_gallery_wrapper .col-md-6.image_gallery {
    height: 350px;
    border-left: none;
    width: 50%;
  }
  .property_header_gallery_wrapper .col-md-6.gallery-left-column {
    height: auto;
  }
  .featured_article_type2.featured_prop_type5 .featured_article_type5_title_wrapper {
    height: 250px;
    width: 300px;
    left: 5%;
  }
  .featured_article_type2.featured_prop_type5 .property_header_gallery_wrapper .col-md-6.gallery-left-column {
    display: none;
  }
  .featured_property.featured_property_type2 .featured_secondline h2, .featured_property.featured_property_type2 .featured_secondline .h2 {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #modal_login_wrapper .modal_login_container {
    width: 100%;
    max-width: 400px;
  }
  #modal_login_wrapper .modal_login_container .login-register-modal-form-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0%;
  }
  #modal_login_wrapper .modal_login_container .login-register-modal-image {
    display: none;
  }
  .comment-respond .comment-form-url,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-author {
    width: 100%;
  }
  .user_role_unit .featured_user_role_unit_details {
    height: auto;
  }
  .user_role_unit .featured_user_role_unit_details .button_user_role {
    position: relative;
    left: unset;
    bottom: unset;
    margin-top: 15px;
  }
  #tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .wpestate-elementor-nav-tabs,
  #tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .tab-content {
    width: 100%;
  }
  .wpestate_location {
    width: 100%;
  }
  .listing_wrapper.col-md-12 .listing-unit-img-wrapper {
    min-height: auto;
  }
  #colophon .xoxo {
    padding-top: 0px;
  }
  .section {
    height: 100% !important;
    flex-direction: column;
  }
  .property_slider2_wrapper.owl-theme .image_div {
    width: 100%;
    height: 250px;
    padding: 0px;
    margin-top: 0px;
  }
  .property_slider2_wrapper.owl-theme .property_slider2_info_wrapper {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .property_slider2_wrapper.owl-theme .owl-nav {
    margin-top: 0px;
    width: 10%;
    height: 250px;
    top: 0px;
  }
  .property_slider2_wrapper.owl-theme .owl-nav .nextright,
  .property_slider2_wrapper.owl-theme .owl-nav .nextleft {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .property_slider2_wrapper.owl-theme .owl-nav .nextright i:before,
  .property_slider2_wrapper.owl-theme .owl-nav .nextleft i:before {
    margin: 0px;
  }
  .wpestate_testimonial_slider.owl-theme {
    width: 100% !important;
  }
  .wpestate_testimonial_slider.owl-theme .item_testimonal_image {
    display: none;
  }
  .wpestate_testimonial_slider.owl-theme .item_testimonial_content {
    width: 100%;
  }
  .wpestate_testimonial_slider.owl-theme .owl-nav {
    top: 0%;
    width: 100%;
    margin-top: -25px;
  }
  .wpestate_testimonial_slider.owl-theme .owl-nav .owl-prev {
    left: 0px;
  }
  .wpestate_testimonial_slider.owl-theme .owl-nav .owl-next {
    right: unset;
    left: 50px;
  }
  .listing_filters_head_directory, .adv_listing_filters_head, .listing_filters_head, .listing_filters {
    gap: 5px;
  }
  .agency_title {
    margin-top: 15px;
  }
  .half_mobile_hide {
    display: none;
  }
  .wpestate_agent_header2_content .wpestate_single_agent_details_wrapper_type2 .agentpict {
    width: 100%;
  }
  .listing_wrapper.col-md-12 .listing-unit-img-wrapper {
    max-width: 50%;
  }
  #google_map_prop_list_wrapper,
  #google_map_prop_list_wrapper.half_type1 {
    height: 550px;
  }
  body.wpresidence_half_map_body_class,
  #google_map_prop_list_sidebar {
    overflow: auto;
  }
  body.wpresidence_half_map_body_class {
    height: auto;
  }
  .agency_unit .agency_unit_img {
    max-width: 100%;
  }
  .listing-review .review-list-content .review-content {
    padding-left: 0px;
  }
  .listing-review .review-list-content .property_ratings {
    width: 100%;
  }
  .listing-review .review-list-content .review-date {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  .developer_map {
    margin: 0;
    padding: 0 !important;
  }
  .developer_content .col-md-9,
  .developer_content .col-md-8,
  .developer_content .col-md-4 {
    padding: 0;
  }
  .agency_contact_padding {
    padding-top: 0px;
  }
  .wpresidence_property_page_title_area {
    gap: 10px;
    margin-top: 15px;
  }
  .wpresidence_property_page_title_area .single_property_labels {
    position: relative;
    left: unset;
    top: unset;
  }
  .wpresidence_property_page_title_area .entry-prop {
    max-width: 100%;
  }
  .wpresidence_property_page_title_area .property_categs {
    flex-basis: unset;
    width: 100%;
  }
  .wpresidence_property_page_title_area .price_area {
    float: unset;
    position: relative;
    margin-top: 0px;
    min-width: 130px;
    text-align: unset;
    width: 100%;
    max-width: 100%;
  }
  .wpresidence_property_page_title_area .price_area .second_price_area {
    position: relative;
    top: unset;
  }
  .gallery_wrapper .image_gallery {
    width: 50% !important;
  }
  .gallery_wrapper .col-md-8.image_gallery {
    width: 100% !important;
  }
  .gallery_wrapper .col-md-8,
  .gallery_wrapper .col-md-4 {
    width: 50% !important;
  }
  .gallery_wrapper .col-md-8:first-of-type,
  .gallery_wrapper .col-md-4:first-of-type {
    width: 100% !important;
  }
  .gallery_wrapper .gallery-right-column.image_gallery {
    width: 100% !important;
  }
  .gallery_wrapper .wpresidence_gallery_first_col {
    width: 100% !important;
  }
  .gallery_wrapper .wpresidence_gallery_first_col .image_gallery {
    width: 50% !important;
    float: left;
  }
  .gallery_wrapper .special_border_top {
    border-top: none;
    border-left: 6px solid #ffffff;
  }
  .property_header_gallery_wrapper .special_border_top {
    border-top: none;
    border-left: 0px solid #ffffff;
  }
  .property_header_gallery_wrapper .col-md-6.gallery-left-column {
    width: 100%;
  }
  .listing-content .wpestate_single_agent_details_wrapper .col-md-6.agent_details,
  .wpestate_shedule_tour_wrapper_type2 .wpestate_shedule_tour_wrapper_type2_content, .wpestate_property_schedule_dates_wrapper {
    padding: 0px 0px 0px 0px;
  }
  .morgage_chart_wrapper,
  .morgage_data_wrapper {
    width: 100%;
  }
  .morgage_legend {
    position: relative;
  }
  .lightbox_property_wrapper_floorplans .owl-theme .owl-nav, .lightbox_property_wrapper_floorplans .owl-nav,
  .lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item .itemimage {
    width: 100%;
  }
  #carousel-indicators-vertical,
  .lightbox_floor_details {
    display: none;
  }
  .wpestate_property_carousel.carouselvertical .carousel-inner {
    margin-right: 0px;
  }
  #tab_prpg > ul li {
    width: 33.33%;
  }
  .wpestate_property_header_extended .single-overview-section {
    position: relative;
    bottom: 30px !important;
  }
  .wpestate_property_header_extended.wpestate_lay6_header-masonry-gallery,
  .wpestate_property_header_extended.wpestate_lay6_gallery,
  .wpestate_property_header_extended.wpestate_lay6_multi-image-slider,
  .wpestate_property_header_extended.wpestate_lay6_full-width-header {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .wpestate_content_grid_wrapper_first_col .property_listing {
    height: 400px;
  }
  #heading_accordion_property_multi_units_collapse .accordion-button {
    flex-direction: column;
    align-items: flex-start;
  }
  .theme_slider_1 .theme_slider_contact_form_wrapper_visible {
    opacity: 1;
    left: 21px;
    top: -312px;
    z-index: 99;
  }
  .theme_slider_1 .slider-content-wrapper .slider-content {
    bottom: 50px;
  }
  .featured_article_type2 {
    height: 350px;
  }
  .featured_article_type2 .featured_article_type2_title_wrapper {
    width: auto;
  }
  .featured_prop_type5 .gallery_wrapper {
    height: 100%;
  }
  .featured_prop_type5 .property_header_gallery_wrapper .col-md-6.image_gallery {
    height: 350px;
  }
  .featured_property.featured_property_type3 .featured_secondline .property_listing_details {
    position: relative;
  }
  .featured_property.featured_property_type3 .featured_secondline .property_listing_details:before {
    border-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #google_map_prop_list_sidebar .extended_search_check_wrapper .extended_search_checker {
    float: left;
    width: 33%;
  }
  .property_slider_carousel_elementor_v3.owl-theme {
    margin-top: 35px;
  }
  .property_slider_carousel_elementor_v3.owl-theme .owl-nav {
    top: -35px;
    max-width: 840px;
  }
  .property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-next {
    top: 0px;
    right: 0px;
    left: unset;
  }
  .property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-prev {
    top: 0px;
    right: 45px;
    left: unset;
  }
  .wpestate_sliding_box {
    flex-direction: column;
  }
  .wpestate_sliding_box .sliding-image {
    width: 100%;
  }
  .wpestate_sliding_box.active-element,
  .wpestate_sliding_box {
    width: 49%;
    margin-right: 2%;
  }
  .wpestate_sliding_box.slider_box_size_3 .sliding-content-wrapper,
  .wpestate_sliding_box.slider_box_size_5 .sliding-content-wrapper,
  .wpestate_sliding_box .sliding-content-wrapper {
    position: relative;
    left: auto;
    width: 100%;
    padding: 25px;
    justify-content: flex-start;
  }
  .property_slider_carousel_elementor_v2.owl-carousel .owl-nav {
    position: absolute;
    top: -50px;
    left: auto;
    display: flex;
    flex-direction: row;
    right: auto;
    margin-left: 5px;
  }
  .wpestate-hide-menu-mobile,
  .wpestate-hide-menu-tablet {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .compar-1 .compare_legend_head, .compar-1 .compare_legend_head_in, .compar-2 .compare_legend_head, .compar-2 .compare_legend_head_in, .compar-3 .compare_legend_head, .compar-3 .compare_legend_head_in {
    width: 0%;
  }
  .wpresidence_shortcode_listings_wrapper,
  .wpestate_latest_listings_sh {
    margin: 0px;
    overflow: hidden;
  }
  .topbar_show_mobile_yes.d-none.top_bar_wrapper {
    background-color: var(--wp-estate-mobile-header-background-color-option, var(--wp-estate-mobile-header-background-color));
    position: relative;
    display: block !important;
    height: auto;
  }
  .topbar_show_mobile_yes.d-none.top_bar_wrapper .top_bar {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .topbar_show_mobile_yes.d-none.top_bar_wrapper .top_bar .xoxo {
    display: flex;
    flex-direction: column;
  }
  .topbar_show_mobile_yes.d-none.top_bar_wrapper .top_bar .xoxo .widget-container {
    border: none;
  }
  .topbar_show_mobile_yes.d-none.top_bar_wrapper .top_bar .xoxo .social_sidebar_internal a {
    border: none;
  }
  .topbar_show_mobile_yes.d-none.top_bar_wrapper .top_bar .xoxo .wpresidence_dropdown {
    text-align: center;
  }
  .contact_map_container {
    left: 0%;
    margin-left: 30px;
  }
  .wpestate_agent_header2 {
    height: auto;
  }
  .wpestate_agent_header2_content.wpresidence-content-container-wrapper {
    margin-top: unset;
  }
  .wpresidence_wrapper_for_header_type4 .wpresidence_wrapper_for_header_4_colum {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lightbox_property_wrapper .lightbox_property_slider {
    max-width: 100% !important;
    width: 100%;
  }
  .lightbox_property_wrapper .lightbox_property_sidebar {
    display: none !important;
  }
  .wpestate_top_property_navigation {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .slider_container .shortcode_slider_wrapper {
    margin: 50px 0px 0px 0px;
  }
  .arrow_class_sideways button.slick-prev.slick-arrow,
  .arrow_class_sideways button.slick-next.slick-arrow {
    top: 0%;
    margin-top: -50px;
    right: 10px;
  }
  .arrow_class_sideways button.slick-prev.slick-arrow {
    right: 60px;
    lefT: auto;
  }
  [dir=rtl] {
    /* RTL Support */
  }
  [dir=rtl] body.rtl .arrow_class_sideways button.slick-prev.slick-arrow,
  [dir=rtl] body.rtl .arrow_class_sideways button.slick-next.slick-arrow {
    left: 10px;
    right: auto;
  }
  [dir=rtl] body.rtl .arrow_class_sideways button.slick-prev.slick-arrow {
    left: 60px;
    right: auto;
  }
}
@media (min-width: 750px) and (max-width: 1250px) {
  #google_map_prop_list_sidebar .col-md-12.listing_wrapper .property_listing {
    flex-direction: column;
  }
  #google_map_prop_list_sidebar .col-md-12.listing_wrapper .property_listing .listing-unit-img-wrapper {
    max-width: 100%;
  }
  .listing_wrapper.col-md-12 .listing-unit-img-wrapper {
    min-height: auto;
  }
}
@media (max-width: 1199.98px) {
  #all_wrapper .wpresidence-content-container-wrapper {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 991.98px) {
  #all_wrapper .wpresidence-content-container-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  #google_map_prop_list_sidebar [class*=col-md-] {
    width: 100%;
  }
}

:root {
  --wp-estate-main-color:#0073e1;
  --wp-estate-second-color:#69c17d;
  --wp-estate-background-color:#f8f8f8;
  --wp_estate_content_back_color:#f8f8f8;
  --wp_estate_content_area_back_color:#ffffff;
  --wp_estate_breadcrumbs_font_color:#8593a9;
  --wp-estate-font-color:#5c727d;
  --wp_estate_link_color:#222222;
  --wp_estate_headings_color:#222222;
  --wp_estate_map_controls_back:#ffffff;
  --wp_estate_map_controls_font_color:#222222;
  --wp_estate_property_unit_color:#ffffff;
  --wp_estate_unit_border_color-option:#222222;
  --wp-estate-main-grid-content-width:1200px;
  --wp-estate-main-content-width:66.66666667%;
  --wp_estate_border_bottom_header:0px;
  --wp_estate_sticky_border_bottom_header:0px;
  --wp_estate_border_bottom_header_color:#ccc;
  --wp_estate_border_bottom_header_sticky_color:#ccc;
  --wp-estate-top-bar-back:#f3f3f3;
  --wp-estate-top-bar-font:#b6b6b6;
  --wp-estate-header-color:#ffffff;
  --wp-estate-menu-font-color:#222222;
  --wp-estate-sticky-menu-font-color:#222222;
  --wp-estate-top-menu-hover-font-color:#0073e1;
  --wp-estate-active-menu-font-color:#0073e1;
  --wp-estate-top-menu-hover-back-font-color:#0073e1;
  --wp-estate-transparent-menu-font-color:#ffffff;
  --wp-estate-transparent-menu-hover-font-color:#0073e1;
  --wp-estate-menu-item-back-color:#ffffff;
  --wp-estate-menu-items-color:#222222;
  --wp-estate-menu-hover-font-color:#ffffff;
  --wp-estate-menu-hover-font-color-megamenu:#222;
  --wp-estate-menu-hover-back-color:#0073e1;
  --wp-estate-menu-border-color:transparent;
  --wp-estate-logo-max-height:90px;
  --wp-estate-logo-max-width:160px;
  --wp-estate-logo-margin:"0px";
  --wp-estate-mobile-header-background-color:#222222;
  --wp_estate_mobile_header_icon_color:#fff;
  --wp_estate_mobile_menu_font_color:#fff;
  --wp-estate-mobile-menu-hover-font-color:#ffffff;
  --wp-estate-mobile-item-hover-back-color:#0073e1;
  --wp-estate-mobile-menu-background-color:#001a33;
  --wp-estate-mobile-menu-border-color:#f7f8f91c;
  --wpestate-border-size-for-menu-border-color:0px;
  --wp_estate_unit_border_size:1px;
  --wp-estate-unit-border-color:#f1f8ff;
  --wp_estate_widget_sidebar_border_size:1px;
  --wp_estate_widget_sidebar_border_color:#ffffff;
  --wp_estate_sidebar_widget_color:#ffffff;
  --wp_estate_user_dashboard_menu_color:#222;
  --wp_estate_user_dashboard_menu_hover_color:#6C5DD3;
  --wp_estate_user_dashboard_menu_color_hover:#6C5DD3;
  --wp_estate_user_dashboard_menu_back:#ffffff;
  --wp_estate_user_dashboard_package_back:#fff;
  --wp_estate_user_dashboard_package_color:#5F75EE;
  --wp_estate_user_dashboard_buy_package:#6c5dd3;
  --wp_estate_user_dashboard_package_select:#fff;
  --wp_estate_user_dashboard_content_back:#fff;
  --wp_estate_user_dashboard_content_button_back:#6c5dd3;
  --wp_estate_hover_button_color:#222;
  --wp_estate_user_dashboard_content_color:#222;
  --wp_estate_header4_back_color:#004274;
  --wp_estate_header4_font_color:#ffffff;
  --wp_estate_footer_back_color:#001a33;
  --wp_estate_footer_copy_back_color:#001a33;
  --wp_estate_footer_font_color:#bbbbbb;
  --wp_estate_footer_copy_color:#bbbbbb;
  --wp_estate_footer_heading_color:#ffffff;
  --wp_estate_footer_social_widget_back_color:#002547;
  --wp_estate_adv_back_color:#ffffff;
  --wp_estate_adv_back_color_opacity:1;
  --wp_estate_adv_font_color:#5c727d;
  --wp_estate_adv_search_back_color:#0073e1;
  --wp_estate_adv_search_tab_font_color:#0073e1;
  --wp_estate_adv_search_tab_back_font_color:#0073e1;
  --wp_estate_adv_search_font_color:#5c727d;
  --wp_estate_adv_search_background_color:#efefef;
  --wp-estate-header-height:90px;
  --wp-estate-sticky-header-height:90px;
  /* H1 fallbacks */
  --wp-estate-h1-font-family: "Roboto", sans-serif;
  --wp-estate-h1-font-size: 34px;
  --wp-estate-h1-line-height: 1.3em;
  --wp-estate-h1-font-weight: 500;
  /* H2 fallbacks */
  --wp-estate-h2-font-family: "Roboto", sans-serif;
  --wp-estate-h2-font-size: 28px;
  --wp-estate-h2-line-height: 1.3em;
  --wp-estate-h2-font-weight: 500;
  /* H3 fallbacks */
  --wp-estate-h3-font-family: "Roboto", sans-serif;
  --wp-estate-h3-font-size: 24px;
  --wp-estate-h3-line-height: 1.3em;
  --wp-estate-h3-font-weight: 500;
  /* H4 fallbacks */
  --wp-estate-h4-font-family: "Roboto", sans-serif;
  --wp-estate-h4-font-size: 18px;
  --wp-estate-h4-line-height: 1.3em;
  --wp-estate-h4-font-weight: 500;
  /* H5 fallbacks */
  --wp-estate-h5-font-family: "Roboto", sans-serif;
  --wp-estate-h5-font-size: 14px;
  --wp-estate-h5-line-height: 1em;
  --wp-estate-h5-font-weight: 500;
  /* H6 fallbacks */
  --wp-estate-h6-font-family: "Roboto", sans-serif;
  --wp-estate-h6-font-size: 12px;
  --wp-estate-h6-line-height: 1em;
  --wp-estate-h6-font-weight: 500;
  /* p - paragraph fallbacks */
  --wp-estate-paragraph-font-family:"Roboto", sans-serif;
  --wp-estate-paragraph-font-size:14px;
  --wp-estate-paragraph-line-height:1.65em;
  --wp-estate-paragraph-font-weight:400;
  --wp-estate-top-menu-font-size:15px;
  --wp-estate-menu-item-font-size:14px;
  --wp-estate-menu-font-family:"Roboto", sans-serif;
  --wp-estate-menu-font-weight:500;
  --wp-estate-menu-line-heigh:1.3em;
  --wp_estate_main_content_width:66.66666667%;
  --wp_estate_contentarea_internal_padding_top:30px;
  --wp_estate_contentarea_internal_padding_left:30px;
  --wp_estate_contentarea_internal_padding_bottom:30px;
  --wp_estate_contentarea_internal_padding_right:30px;
  --wp_estate_propertyunit_internal_padding_top:0px;
  --wp_estate_propertyunit_internal_padding_left:0px;
  --wp_estate_propertyunit_internal_padding_bottom:0px;
  --wp_estate_propertyunit_internal_padding_right:0px;
  --wp_estate_sidebarwidget_internal_padding_top:30px;
  --wp_estate_sidebarwidget_internal_padding_left:30px;
  --wp_estate_sidebarwidget_internal_padding_bottom:30px;
  --wp_estate_sidebarwidget_internal_padding_right:30px;
  --wp_estate_border_radius_corner:4px;
  --wp_estate_border_radius_dashboard_corner: 4px;
  --wp_estate_cssbox_shadow:none;
  --wp-estate-cssbox-shadow-elementor-option: 0 10px 31px 0 rgba(7, 152, 255, 0.09);
  --wp_estate_float_form_top:0px;
  --wp_estate_float_form_top_tax:0px;
  --wp_estate_card_details_font_awsome_size:13px;
  --wp_estate_card_details_image_icon_size:15px;
  --wp-estate-card-unit-font-family: "Roboto", sans-serif;
  --wp-estate-card-unit-font-size: 13px;
  --wp-estate-card-unit-line-height: 14px;
  --wp-estate-card-unit-font-weight: 400;
  --wp-estate-card-unit-font-color:#5c727d;
  --wp_estate_card_details_image_color:#5c727d;
  --wp_estate_card_details_image_position:row;
  --wp_estate_card_details_gap:5px;
  --wp_estate_card_details_alignment: space-between;
}


/*# sourceMappingURL=main.css.map*/