body {
	font-family: "Rubik", sans-serif;
	background-color: #29878e;
	direction: rtl;
}

#my-table .table-cross-line {
    position: relative;
    top: -15px;
    left: -40px;
    width: 100px;
    border: 2px solid red;
    transform: rotate(-25deg);
}

.over-lay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 555;
  user-select: none;
}

.load-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 200px;
  transform: translate(-50% , -50%);
  z-index: 999;
  
}

.load-progress {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("./../../../uploads/2023/05/cropped-logo-4-1-300x216.png");
  background-repeat: no-repeat;
  animation-name: floating;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  background-size: contain;
}


#rules-header h1 {
  text-shadow: 4px 4px #750000;
}

#post-74 .notification{
	background: url("./../../../uploads/2023/05/BEN_SITE_5_plan.png");
	  background-repeat: repeat;
	  background-size: auto;
	min-height: 280px;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
  	
}

#post-74 .notification .content{
	max-width: 330px;
	line-height: 100%;
	text-shadow: 5px 2px #000;
  margin-left: 35%;
  color: #ffe2ae;
}





.elementor-section.elementor-element-b1fc63b.elementor-section-boxed{
	max-width: 100%;
	overflow-x: hidden;
}

form.checkout.woocommerce-checkout #customer_details {
  display: none;
}

form.checkout.woocommerce-checkout #order_review_heading {
  width: 100%;
}


#content{
	height: auto !important;
}

#content {
  background-image: url("./../../../uploads/2023/04/image.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

#registerfrm .err{
	border: 4px solid red;	
}

.jconfirm{
	
}

.jconfirm .jconfirm-title{
	text-align: center;
	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
	font-family: "Rubik";	
}

.ajax_loader {
  display: none;
  backdrop-filter: blur(8px);
  top: 0%;
  position: absolute;
  background-image: url('./../../../uploads/2023/04/image.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #29878e;
  height: 100vh;
  z-index: 100;
  width: 100%;
}


.lds-ring {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #da7d5d;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #da7d5d transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}



.circle-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 200px;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.circle-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 50%;
  border: 5px solid #eee; */
  background-image: url("logo_main.svg");
  background-repeat:no-repeat;
  border-top-color: #2fa7df; /* color of the progress bar */
  animation-name: floating;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  /* margin-left: 30px;
  margin-top: 5px; */
  background-size: contain;

}





@keyframes floating {
  0% { transform: translate(0,  0px); }
  50%  { transform: translate(0, 15px); }
  100%   { transform: translate(0, -0px); }   
}



@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#const-area-main,
#const-area-second,
.elementor-1367 {
  max-height: 100vh;
  max-width: 100vw;
}

#scaviframe {
  max-height: 100vh;
  height: 100vh;
}

#onehundredmaintext {
  background: -webkit-linear-gradient(top, #dfa91f, #feec6d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#sofuntext p {
  margin: 50px 0 0 0; /* adjust this value according to your needs */
}


@media (max-width: 480px){
  #my-table .table-cross-line {
    position: relative;
    top: -25px;
    left: 10px;
    width: 50px;
    border: 2px solid red;
    transform: rotate(-25deg);
}

.woocommerce-order-overview .woocommerce-thankyou-order-details .order_details {
  display: flex;
  color: white;
  max-width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

.woocommerce-order-overview .woocommerce-thankyou-order-details .order_details li {
  border: none;
}

#post-74 .notification .content {
  margin-left: 0;
}

#post-74 .notification {
  background-position: right;
}
}

@media (min-width: 480px) and (max-width: 1024px){
  #my-table .table-cross-line {
    position: relative;
    top: -15px;
    left: -20px;
    width: 100px;
    border: 2px solid red;
    transform: rotate(-25deg);
  }
}

@media (width: 540px){
  #my-table .table-cross-line {
    position: relative;
    top: -10px;
    left: 0px;
    width: 50px;
    border: 2px solid red;
    transform: rotate(-25deg);
}
}

@media (min-width: 600px) and (max-width: 753px){
  #my-table .table-cross-line {
    position: relative;
    top: -10px;
    left: -10px;
    width: 50px;
    border: 2px solid red;
    transform: rotate(-25deg);
}
}


@media (max-width: 480px){
  #openVSButton > a:first-child div {
    width: 64px !important;
    height: 64px !important;
    background-color: red;
  } 
}