@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com/
 */

.cosmosfarm-simple-popup-layout.whole-blurred-bg { display: none; position: fixed; background-color: white; transition: 0.5s; opacity: 0; z-index: -1; box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1); }
.cosmosfarm-simple-popup-layout.whole-blurred-bg.active { opacity: 1; }
.cosmosfarm-simple-popup-layout.whole-blurred-bg p:last-child { margin: 0; }
.cosmosfarm-simple-popup-layout.whole-blurred-bg img { float: left; max-width: 100%; border: 0; }
.cosmosfarm-simple-popup-layout.whole-blurred-bg .cosmosfarm-simple-popup {position: relative;height: 100%;max-width: 100vw;}
.cosmosfarm-simple-popup-layout.whole-blurred-bg .popup-content { overflow: hidden; overflow-y: auto; background-color: white; }
.cosmosfarm-simple-popup-layout.whole-blurred-bg .popup-footer { overflow: hidden; width: 100%; background-color: #000; }
.cosmosfarm-simple-popup-layout.whole-blurred-bg .popup-footer .popup-not-showing { float: left; padding: 5px; font-size: 12px; color: #fff; cursor: pointer; }
.cosmosfarm-simple-popup-layout.whole-blurred-bg .popup-footer .popup-close { float: right; padding: 5px; font-size: 12px; color: #fff; cursor: pointer; }
.cosmosfarm-simple-popup-layout.whole-blurred-bg .popup-footer{padding-left:10px;padding-right:10px}

.cosmosfarm-simple-popup-layout.whole-blurred-bg .popup-footer{ position: absolute;top: 50px;right: 50px;background:none !important;width:180px;}
.cosmosfarm-simple-popup-layout.whole-blurred-bg .popup-footer .popup-close{font-size:0 !important;}
.cosmosfarm-simple-popup-layout.whole-blurred-bg .popup-footer .popup-close {display:block;width:30px;height:30px;background:url(/wp-content/uploads/2024/12/close.png)no-repeat center;}
.cosmosfarm-simple-popup-layout.whole-blurred-bg{ border-radius: 0px; overflow: hidden;background:rgba(0,0,0,0.8) !important;backdrop-filter:blur(10px) !important;}
.cosmosfarm-simple-popup-layout.whole-blurred-bg .cosmosfarm-simple-popup{width: 100vw; height: 100vh !important;}
.cosmosfarm-simple-popup-layout.whole-blurred-bg .popup-content{width:auto !important;display: flex;align-items: center;justify-content: center;height: 100%;background:none !important;}

@media screen and (max-width: 600px) {
	.cosmosfarm-simple-popup-layout.whole-blurred-bg { left: 0 !important; width: 100% !important; transform: translate(0, 0) !important; }
	.cosmosfarm-simple-popup-layout.whole-blurred-bg .popup-content { width: 100%; box-sizing: border-box; overflow-x: hidden; }
	.cosmosfarm-simple-popup-layout.whole-blurred-bg .popup-content img { width: 100% !important; height: auto !important; display: block; }
}