.custom-navbar-brand,
.custom-navbar-link {
  text-decoration: none;
  color: #fff;
}
#crimes,
.swal2-html-container {
  margin-top: 20px !important;
}

.opac {
  opacity: 0.02;
}
#image-info {
  opacity: 0;
}
.jumbotron,
.live {
  direction: rtl;
}
@font-face {
  font-family: "Yekan Bakh";
  src: url(../font/YekanBakh-Medium.woff);
}
.no-scroll {
  overflow-y: hidden;
}
body {
  font-family: "Yekan Bakh", sans-serif;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}
.swal2-html-container {
  padding: 2em 1.6em 0.3em !important;
  font-size: 1.29em !important;
}
div:where(.swal2-container) .swal2-html-container {
  font-size: 1.525em !important;
  font-weight: 620 !important;
}
div:where(.swal2-container) button:where(.swal2-close) {
  font-size: 3.5em !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #8b0a0a !important;
  padding: 0.63em 2.9em !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-bottom: 22px !important;
}
.swal2-popup {
  height: 178px !important;
}
.custom-navbar {
  position: static;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #080808;
  padding: 10px 20px;
}
.navbar-logos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.custom-navbar-logo {
  height: 45px;
  object-fit: contain;
  aspect-ratio: 2/2;
  vertical-align: middle;
}
.custom-navbar-brand {
  font-size: 20px;
  margin-right: auto;
}
.custom-navbar-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.custom-navbar-toggle span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
}
.custom-navbar-menu {
  padding: 0 !important;
  display: none;
  overflow-y: scroll;
}
.custom-navbar-item {
  list-style: none;
}
@media (max-width: 768px) {
  .custom-navbar-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    height: 100%;
    width: 85%;
    background-color: #080808;
    padding-top: 50px !important;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  .custom-navbar-close {
    position: absolute;
    left: 5%;
    top: 5%;
    font-size: 26px;
    font-weight: 900;
  }
  .custom-navbar-menu.active {
    transform: translateX(0);
  }
  .custom-navbar-toggle {
    display: flex;
  }
  .custom-navbar-item {
    /* position: relative !important; */
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #fff;
    padding: 6px 0;
  }
  .custom-navbar-item a {
    display: inline-block;
    padding: 10px;
  }
  .soon {
    /* display: inline !important; */
    color: #cc0101;
    transform: translate(1px, -8px);
    font-size: 12px;
    padding: 0 !important;
  }
}
.container .btn1,
.live,
.opac-parrent {
  position: relative;
}
#play-button,
.container .btn1 {
  left: 50%;
  transform: translate(-50%, -50%);
}
#crimes,
.Main,
.btn-cn,
.pdf-cn {
  display: none;
}
.pdf-cn img {
  /* left: 50%; */
  max-width: 50%;
}
.container .btn1 {
  background-color: #8b0a0a;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 1px;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  transition: background-color 0.3s, color 0.3s;
}
.container .btn1:hover {
  background-color: #cc0101;
}
.red-text {
  color: red;
}
.green-text {
  color: green;
}
#image-info {
  transition: 0.7s;
}
table,
td,
tr {
  text-align: right;
}
#play-button {
  position: absolute;
  inset: 53% 50%;
  width: 120px;
  height: 120px;
  transition: 0.3s;
  z-index: 10;
  opacity: 1;
}
#play-button:hover {
  width: 95px;
  height: 95px;
}
.tall-row {
  margin-top: 40px;
}
.card {
  margin-top: 1px;
}
.card img {
  width: 100%;
  height: auto;
}
.card-img-top {
  margin-bottom: 20px;
}
.live {
  right: 0;
  padding: 10px;
  margin-top: 10px;
  color: red;
  font-size: 20px;
  font-weight: 700;
}
.blinking {
  animation: 1.5s infinite blinkingText;
}
@keyframes blinkingText {
  0%,
  100% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}

#desktop-overlay {
  display: none !important; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  font-size: 24px;
  text-align: center;
  padding: 20px;
  z-index: 50000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#desktop-overlay p {
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body {
    overflow-y: hidden;
  }
  #desktop-overlay {
    display: flex !important;
  }
}

/* New Styles */
.pdf-container {
  font-family: "Yekan Bakh";
  direction: rtl;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
  padding: 20px;
}

.pdf-text {
  width: 600%;
  background-color: black;
  color: white;
  padding: 20px;
  /* border-radius: 10px; */
}

.pdf-btn {
  margin-left: auto;
}
.pdf-btn img {
  width: 30%;
  height: 100%;
}
