.preference-modal-header {
  background: #e8000d;
  color: #fff;
  padding: 20px 24px 12px 24px;
  border-radius: 16px 16px 0 0;
}
.preference-modal-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.preference-modal-body {
  padding: 24px 24px 0 24px;
  text-align: center;
  font-size: 1.08rem;
  color: #333;
}
.preference-modal-footer {
  padding: 16px 24px 0 24px;
  text-align: right;
  background: none;
}
.preference-modal-close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
.preference-btn-danger {
  background: #e8000d;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 22px;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.2s;
}
.preference-btn-danger:hover {
  background: #b8000a;
}
.login-form-btn .btn-ancor:hover {
  /*background-color: #0255FB;
    color: #FFF;*/
}

.login-form-btn .btn-ancor {
  margin: 20px 0;
  padding: 5px 0;
  border-radius: 10px;
  width: 100%;
  display: block;
  background-color: #0255fb;
  color: #fff;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.sign-up-form-btn .btn-ancor:hover {
  /*background-color: #0255FB;
    color: #FFF;*/
}

.sign-up-form-btn .btn-ancor {
  margin: 20px 0;
  padding: 5px 0;
  border-radius: 10px;
  width: 100%;
  display: block;
  background-color: #0255fb;
  color: #fff;
  font-size: 20px;
  font-family: "TwCenMTStdBold";
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.div-loading {
  text-align: center;
  padding: 10px;
  color: #555;
  font-weight: bold;
}

.alert {
  display: none;
}

.first-favorite-film {
  padding: 5px;
  border: 1px solid #aeadba;
  border-radius: 10px;
  background-color: #dfdfdf;
}

p.highlight-favorite {
  color: #fff;
  background-color: #000;
  margin: 0;
  display: inline-block;
  font-family: "TwCenMTStdSemiMedium";
  padding: 3px 12px;
  text-transform: capitalize;
  font-size: 14px;
}

.limit-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 21px;
  max-height: 48px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.favorite-films .fav-flim-col {
  background-color: #feebca;
  border: 1px solid #00000033;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}

.fav-flim-col img {
  width: 100%;
  border-radius: 10px;
}

.fav-flim-text {
  margin-left: 10px;
}

.fav-flim-text h4 {
  font-family: "TwCenMTStdBold";
  font-size: 22px;
  color: #4f4f4f;
  font-weight: 700;
}

.fav-flim-text h5 {
  font-family: "TwCenMTStdSemiMedium";
  font-size: 20px;
  color: #4f4f4f;
  font-weight: 300;
  padding: 8px 0 !important;
}

.favorite-films .fav-flim-text p {
  background: #0255fb;
  color: #fff;
  display: inline-block;
  padding: 0px 10px !important;
  font-family: "Poppins-regular";
  font-size: 14px;
}
.favorite-films .fav-flim-col:nth-child(2) .fav-flim-text p {
  background: linear-gradient(90deg, #e8000d 0%, #0255fb 100%);
}

/* .favorite-films .fav-flim-col {
    background-color: #FEEBCA;
    border: 1px solid #00000033;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
.favorite-films .fav-flim-text p {
    background: linear-gradient(90deg, #E8000D 0%, #0255FB 100%);
    color: #FFF;
    display: inline-block;
    padding: 0px 10px !important;
    font-family: "Poppins-regular";
    font-size: 14px;
} */

/* ------4-12-2024------------ */
.favorite-films .fav-flim-col {
  background-color: #fff;
  border: 1px solid #00000033;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}

.favorite-films > div .fav-flim-col:first {
  background-color: #feebca !important;
}

.favorite-films .fav-flim-col:nth-child(2) {
  /* Your custom styles here */
  background-color: #feebca !important;
}

#button {
  display: inline-block;
  background-color: #ff9800;
  border: none;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 60px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.usr-fav-film-col {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}

.film-description {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.5em;
  transition: all 0.3s ease;
  display: block;
  margin: 0 10px 0 0;
}

.film-description:hover {
  white-space: normal;
  max-height: 500px;
}
.slidecontainer { 
  width: 100%; 
}
                                            
#mile_range_slider { 
  width: 100%; 
}