/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2025 | 01:25:56 */
.zf_lB_Dimmer_854961{ 
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    z-index: 10000000;
}

.zf_lB_Container_854961{
	position: fixed;
	margin: 0;

	padding: 0;
	height:80%;
  max-height:900px;
	width:  850px;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	border: 7px solid none;
	z-index: 999999;
	transition: height 0.5s ease;
	outline : none;
  border-radius:var(--border-radius-containers);
  box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.2);
}

.zf_lB_Wrapper_854961{
	position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: -180px;
    z-index: 10000001;
  border-radius:var(--border-radius-containers);
}

.zf_main_id_854961{
	height: calc(100% - 0px);
	display: flex;
	overflow-y: auto;
	overflow-x: hidden;
   border-radius:var(--border-radius-containers);
}

.zf_lb_closeform_854961 {
    position: absolute;
    right: 20px;
    padding: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    top: 15px;
    cursor: pointer;
  color:white;
}
.zf_lb_closeform_854961:before, .zf_lb_closeform_854961:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 19px;
    width: 2px;
    top: 7px;
  background:white;
  	border:1px solid white;
}

.zf_lb_closeform_854961:before {
  transform: rotate(45deg);
}
.zf_lb_closeform_854961:after {
  transform: rotate(-45deg);
} 

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: block !important;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
} 



@media only screen  and (min-width:10px) and (max-width:800px)  { 
.zf_lB_Container_854961 {
	width: 100%;
  height:100%;
  border-radius:0px;
 }
  .zf_main_id_854961{
    border-radius:0px;
  }
}

@media screen and (min-device-width: 801px) and (max-device-width: 1268px) {  
   .zf_lB_Container_854961 {
  width: 800px !important;
} 
}