@import url("https://fonts.googleapis.com/css2?family=Changa:wght@600&display=swap");
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Changa", sans-serif !important;
  font-size: 62.5%;
  font-size: 10px;
  direction: rtl;
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute;
}

/* body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/background.jpg);
    background-size: cover;
    filter: grayscale(100%);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
} */
/* .body_content::before {
    position: relative;
} */

#myVideo {
  position: fixed;
  z-index: -1;
  /*filter: grayscale();*/
}

@media (min-aspect-ratio: 16/9) {
  #myVideo {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #myVideo {
    width: auto;
    height: 100%;
  }
}

.jconfirm .jconfirm-box {
  /* width: 50vw; */
  text-align: center;
  font-size: 2rem;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: none !important;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  font-size: 1.8rem !important;
}
