#newalternativePlayer {
  margin-top: 10px;
}

#DJBanner {
  max-height: 150px !important;
}

#widgetPlayer {
  color: #EEEEEE;
}

.img-fluidi {
  border: 3px solid rgb(0 123 255 / 49%);
  background-color: fff;
}

/*schedule*/
.tabs-schedule.nav-tabs {
  border: 0px;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 40px;
  margin-left: 0px;
  text-align: center;
  background-color: #ffffff96;
  border-radius: 10px 10px 10px 10px;
}

.tabs-schedule.nav-tabs>li {
  padding: 0px 0px 0px 0px;
}

.tabs-schedule.nav-tabs>li>a {
  font-size: 20px;
  display: block;
  padding: 4px 20px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: -2px;
  position: relative;
  border: 0px;
}

.tabs-schedule.nav-tabs>li>a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #007bff;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.tabs-schedule.nav-tabs>li>a span {
  font-size: 12px;
  display: block;
  color: #999;
  font-family: #007bff;
  font-weight: 400;
}

.tabs-schedule.nav-tabs>li>a.active,
.tabs-schedule.nav-tabs>li>a:hover {
  color: #007bff;
}

.tabs-schedule.nav-tabs>li>a.active:after,
.tabs-schedule.nav-tabs>li>a:hover:after {
  width: 100%;
}

.event-info {
  padding-right: 30px;
  text-align: right;
  text-transform: uppercase;
}

.event-info span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.event-info .event-hall {
  margin-top: 0px;
  font-style: normal;
  font-size: 12px;
  padding: 3px 10px;
  border-right: 3px solid #007bff;
  background: #f5f5f5;
  font-weight: 400;
}

.event-detail {
  border-left: 2px solid #007bff;
  padding-left: 30px;
  position: relative;
}

.event-detail:before {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #007bff;
  position: absolute;
  left: -7px;
  top: 10px;
  content: "";
}

/*.event-detail:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: -2px;
  top: -5px;
  color: #007bff;
  font-size: 28px;
}*/

.event-detail h3 {
  margin-bottom: 20px;
  margin-top: 16px;
}

.event-detail h3 a {
  color: #555;
}

.event-detail .img-fluid {
  border-radius: 53px;
  border: 3px solid rgb(0 123 255 / 49%);
  margin-bottom: 5px;
}

.event-detail h4 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 19px;
  color: #666;
}

.agent-card {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}

.agent-author .img-fluid {
  width: 120px !important;
  border-radius: 50%;
  margin-bottom: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/*Hero templates*/

@media (min-width: 992px) {
  .hero-search {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

.searchWrap {
  padding: 20px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.searchWrap.verticalWrap {
  padding: 40px 20px;
}

.center-title {
  text-align: center;
}

.center-title h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px !important;
  padding-bottom: 15px;
  letter-spacing: -2px;
  position: relative;
  font-size: 1.9rem;
}

.center-title h3:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #eee;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}

.center-title.light h3 {
  color: #fff;
  border-color: #fff;
}

.center-title.light p {
  color: rgba(255, 255, 255, 0.8);
}

.left-title {
  margin-bottom: 30px;
  text-transform: capitalize;
  letter-spacing: -2px;
  position: relative;
  font-size: 2.3rem;
  font-weight: 600;
  background-color: #ffffff96;
  border-radius: 10px 10px 10px 10px;
  padding: 8px;
}

small {
  font-size: 65%;
}

@media (max-width:900px) and (min-width:250px) {
  .ocultar-textdaye {
    display: none !important;
  }

  .tabs-schedule.nav-tabs>li {
    padding: 0px 0px 0px 0px;
  }

  .tabs-schedule.nav-tabs>li>a {
    padding: 4px 16px;
  }
}

@media (max-width:500px) and (min-width:250px) {
  .event-detail .img-fluid {
    border-radius: 232px;
    max-width: 40%;
    display: block;
    margin: auto;
    margin-bottom: 5px;
  }

  .img-fluidi {
    display: block;
    margin: auto;
  }
}

.textdayL:before {
  content: "Lunes";
}

@media (max-width:900px) and (min-width:250px) {
  .textdayL:before {
    content: "L";
  }
}

.textdayM:before {
  content: "Martes";
}

@media (max-width:900px) and (min-width:250px) {
  .textdayM:before {
    content: "M";
  }
}

.textdayMi:before {
  content: "Miércoles";
}

@media (max-width:900px) and (min-width:250px) {
  .textdayMi:before {
    content: "M";
  }
}

.textdayJ:before {
  content: "Jueves";
}

@media (max-width:900px) and (min-width:250px) {
  .textdayJ:before {
    content: "J";
  }
}

.textdayV:before {
  content: "Viernes";
}

@media (max-width:900px) and (min-width:250px) {
  .textdayV:before {
    content: "V";
  }
}

.textdayS:before {
  content: "Sábado";
}

@media (max-width:900px) and (min-width:250px) {
  .textdayS:before {
    content: "S";
  }
}

.textdayD:before {
  content: "Domingo";
}

@media (max-width:900px) and (min-width:250px) {
  .textdayD:before {
    content: "D";
  }
}


/* زر فتح الموديل */
.btn-open {
  background-color: #0078d7;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-open:hover {
  background-color: #005fa3;
}

.modalb {
  display: none;
  /* إخفاء المودال في البداية */
  position: fixed;
  top: 50%;
  /* وضع المودال في منتصف الشاشة */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  /* عرض المودال */
  max-width: 500px;
  /* أقصى عرض للمودال */
  max-height: 80vh;
  /* أقصى ارتفاع للمودال كنسبة من الشاشة */
  background-color: rgba(255, 255, 255, 1);
  /* لون الخلفية */
  z-index: 1001;
  /* ترتيب الطبقات */
  border-radius: 10px;
  /* زوايا مدورة */
  overflow-y: auto;
  /* إضافة تمرير رأسي عند الحاجة */
  overflow-x: hidden;
  /* منع التمرير الأفقي */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* إضافة ظل */
}

/* الخلفية الداكنة */
.modal-overlay {
  display: none;
  /* إخفاء الخلفية في البداية */
  position: fixed;
  /* تغطية الصفحة بالكامل */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* لون خلفية داكنة مع شفافية */
  z-index: 1000;
  /* خلف الموديل مباشرة */
}

/* محتوى الموديل */
.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* باقي التنسيقات كما هي */
.modal-header {
  padding: 15px;
  background: #0078d7;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h2 {
  margin: 0;
}

.close-modal {
  cursor: pointer;
  font-size: 22px;
}

.modal-body {
  padding: 20px;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* أنماط عامة لحقول الإدخال */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="time"],
input[type="file"],
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

/* تفاعل عند التركيز */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="file"]:focus,
select:focus {
  border-color: #0078d7;
  outline: none;
}

/* تخصيص الملف - يمكن إضافة تصميم خاص لهذا النوع */
input[type="file"] {
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
}

/* تصميم القوائم المنسدلة */
select {
  appearance: none;
  /* يخفي السهم الافتراضي */
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
}

select:focus {
  border-color: #0078d7;
}

.btn-submit {
  background-color: #28a745;
  color: white;
  font-size: 16px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #218838;
}

.modal-footer {
  text-align: center;
  padding: 10px;
  background: #f8f9fa;
}

.modal-footer p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* التأثيرات */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.center-screen {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* نمط التنبيه */
.alert-box {
  display: none;
  /* مخفي في البداية */
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 20px;
  width: 90%;
  max-width: 400px;
  z-index: 1000;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  animation: slideDown 0.3s ease forwards, fadeOut 0.3s ease 3s forwards;
}

/* الألوان */
.alert-success {
  background-color: #28a745;
}

.alert-error {
  background-color: #dc3545;
}

/* الحركة */
@keyframes slideDown {
  from {
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  background-image: url('background.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff9c;
  z-index: -1;
}

.with-line {
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #ffffff96;
  border-radius: 10px 10px 10px 10px;
}

/*.with-line:not(:last-child) {
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-color: #ffffff96;
  border-radius: 10px 10px 10px 10px;
}*/

.loading-msg {
  text-align: center;
  font-size: 16px;
  color: #555;
  padding: 10px;
}