/* @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap'); commented by kawsar 24-07-2024*/
@import url("../cdnFiles/antonFont.css");

.break {
  clear: both;
}

/* #searchresults {
  font-size: 10px;
  line-height: 14px;
  margin-top: 20px;
  max-height: 550px;
  overflow-y: scroll;
  scrollbar-color: gray black;
  scrollbar-width: thin;
  border-radius: 15px 3px 3px 15px;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  -ms-overflow-style: none;
} */
#searchresults {
  margin-top: 20px;
 
}

#searchresults::-webkit-scrollbar {
  display: none !important;
}

.suggestion-card-row {
  display: flex;
  background-color: #000000b0;
  margin-bottom: 10px;
  gap: 15px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #6c6c6c;
  transition: transform 0.3s ease-in-out;
}

/* #searchresults > a:hover {
  background-color: #b7b7b7;
  color: #00acc1;
} */

.suggestion-card-row-image {
  width: 90px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
}

.suggestion-card-row-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.suggestion-card-row-details-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.modal-play-text-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.suggestion-card-row-details-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:end;
  gap:20px;
}

.mediatype {
  color: #494949;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #2cffb8;
  padding: 6px 10px;
  border-radius: 5px;
}

.mediatypeseries {
  color: #494949;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #2cdbff;
  padding: 6px 10px;
  border-radius: 5px;
}
.searchstory {
  font-size: 11px;
  letter-spacing: 1px;
  padding-right: 20px;
  color: #cccccc;
  line-height: 16px;
  width: 95%;
}

.suggestion-card-row-image img {
  transition: transform 0.3s ease-in-out;
}
#searchresults > a:hover .suggestion-card-row-image img {
  transform: scale(1.25);
}
.paddingofa:hover .suggestion-card-row-image img {
  transform: scale(1.25);
}
#searchresults > a:hover .suggestion-card-row-image {
  border: 2px solid #fff;
}
.paddingofa:hover .suggestion-card-row-image {
  border: 2px solid #fff;
}

.suggestion-card-row:hover .searchheading {
  letter-spacing: 1.3px;
}
.suggestion-card-row:hover .search-heading {
  letter-spacing: 1.3px;
}

/* #searchresults > a img {
  width: 100px;
  border-radius: 8px;
  filter: saturate(1.5);
} */

/* #searchresults > a div.searchheading {
  display: block;
  font-weight: 700;
  padding-top: 5px;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  transition: letter-spacing 0.3s ease-in-out;
} */

#searchresults > a:hover div.details,
#searchresults > a:hover div.searchheading {
  /* color: #00acc1; */
}

/* #searchresults > a .searchheading {
  color: #555;
} */
.searchheading {
  transition: transform 0.3s ease-in-out;
}

#searchresults > a:hover .details,
#searchresults > a:hover .searchheading {
  color: #f1f1f1;
}

#searchresults > div.category {
  font-size: 11px;
  margin: 5px;
  display: block;
  color: #fff;
}

#searchresults > div.seperator {
  float: right;
  padding-right: 15px;
  margin-right: 5px;
  background-image: url(../images/shortcuts_arrow.gif);
  background-repeat: no-repeat;
  background-position: right;
}

#searchresults > div.seperator a {
  background-color: transparent;
  display: block;
  margin: 5px;
  height: auto;
  color: #00acc1;
}
#suggestions-sm {
  margin-left: 10px;
}

/* --------- this is for new mobile search option view----------------------*/
@media only screen and (max-width: 619px) {
  .toggle__visible {
    visibility: visible !important;
    bottom: 100px !important;
    transition: all 1s ease-in-out !important;
  }
  .zn-res-trigger::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -16px;
    background: #00acc1;
    border-radius: 50%;
    left: 18px;
    box-shadow: 0 8px 0 #00acc1, 0 16px 0 #00acc1;
  }

  .css3panel-mainimage {
    position: absolute;
    top: 4px !important;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }

  #sm-menu-bar-three {
    background: linear-gradient(
      to bottom,
      rgb(6, 6, 6) 0%,
      rgba(0, 0, 0, 0.82) 100%
    );
    display: block !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  #sm-id-three {
    display: block !important;
    /* margin-bottom: 4px !important; */
  }

  #sm-id-three {
    position: fixed !important;
    bottom: -90px;
    transition: all 1s ease-in-out;
  }

  .navbar-sm a {
    color: #00acc1 !important;
    padding: 0 13px !important;
    font-size: 13px !important;
  }

  /* .navbar-sm a:visited{
        color: red !important;
    } */
  #sm-menu-bar {
    display: block !important;
    /* padding: 20px 0 !important; */
    padding-top: 20px !important;
    z-index: 2 !important;
  }

  .site-header.style5 .site-logo a {
    display: inline-block !important;
  }

  /* #zn-res-menuwrapper .zn-res-trigger {
        margin-top: -21px !important;
        float: right !important;
    } */
  .show-input {
    width: 54% !important;
    background: rgba(255, 255, 255, 0.2) !important;
    font-size: 12px;
    border: none !important;
    margin-top: -5px !important;
    margin-left: 130px !important;
    box-shadow: none !important;
    outline: 0 !important;
    font-weight: 200 !important;
    font-style: italic !important;
    color: rgba(255, 255, 255, 0.9) !important;
  }

  .zn-res-menuwrapper-sm {
    /* padding-left: 2.8rem; */
    margin-top: -32px;
    float: right !important;
    display: inline-block !important;
  }

  .zn-res-menuwrapper-sm .fa-2x {
    font-size: 2.4em !important;
  }

  #searchresults {
    z-index: 1001 !important;
    /* position: absolute; */
  }

  /* **********************/
  #sm-id-two {
    display: block !important;
  }

  #sm-id-one {
    display: none !important;
  }

  #logo {
    display: none !important;
  }

  .searchBtn {
    display: none !important;
  }

  .search {
    display: inline-block;
  }

  .site-logo {
    display: inline-block !important;
  }

  /* #logo-sm {
        width: 106px;
        height: 23px;
        float: left !important;

    } */
  #logo-sm {
    /* width: 106px;
        height: 23px; */
    width: 120px !important;
    height: 26px !important;
    float: left !important;
  }

  .zn-res-trigger {
    margin-right: 5px !important;
    width: 20px;
    height: 15px;
  }

  #search__icon span {
    position: absolute;
    top: 26px;
    right: 7.9rem;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px;
  }

  .fa-play-circle:before {
    content: "\f144";
    position: absolute;
    top: 21px;
    left: 178px;

    font-size: 9px;
    margin-left: -16px;
  }

  .film:before {
    content: "\f144";
    position: absolute;
    top: 23px;
    left: 252px;
    /* margin-top: 49px; */
    font-size: 6px;
    margin-left: -16px;
  }

  /* #footerImageRes{
        bottom: 100px !important;
    } */
  /* #searchresults{
        z-index: 10000 !important;
    } */

  /* new sidebar open design */
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11112;
    top: 0;
    right: 0;
    background-color: #0d1218;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
  }

  .sidenav li {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav li > a {
    padding: 12px 28px;
    border-bottom: 1px solid;
    border-bottom-color: #d4d4d4;
    display: block;
    z-index: 1;
    color: #ffffffb2;
    font-size: 12px;
    padding-top: 0 !important;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  /******************************** */
  .film-two::before {
    content: "\f144";
    position: absolute;
    top: 19px;
    left: 47px;
    /* margin-top: 49px; */
    font-size: 6px;
    margin-left: -16px;
  }
  .fa-play-circle_two:before {
    content: "\f144";
    position: absolute;
    top: 17px !important;
    left: 47px !important;
    /* margin-top: 49px; */
    font-size: 9px;
    margin-left: -16px;
  }
  #sign__up {
    display: none;
  }
  #request__img {
    right: 10px !important;
    width: 130px !important;
    height: auto !important;
  }
}

@media (min-width: 384px) and (max-width: 600px) {
  #search__icon span {
    position: absolute;
    top: 26px;
    right: 7.9rem;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px;
  }

  #sm-menu-bar-three {
    background: linear-gradient(
      to bottom,
      rgb(6, 6, 6) 0%,
      rgba(0, 0, 0, 0.82) 100%
    );
    display: block !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
  }

  .fa-play-circle:before {
    content: "\f144";
    position: absolute;
    top: 21px;
    left: 195px;

    font-size: 9px;
    margin-left: -16px;
  }

  .film:before {
    content: "\f144";
    position: absolute;
    top: 23px;
    left: 270px;
    /* margin-top: 49px; */
    font-size: 6px;
    margin-left: -16px;
  }
  /* new sidebar open design */
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11112;
    top: 0;
    right: 0;
    background-color: #0d1218;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
  }

  .sidenav li {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav li > a {
    padding: 12px 28px;
    border-bottom: 1px solid;
    border-bottom-color: #d4d4d4;
    display: block;
    z-index: 1;
    color: #ffffffb2;
    font-size: 12px;
    padding-top: 0 !important;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  /******************************** */
  .film-two::before {
    content: "\f144";
    position: absolute;
    top: 19px;
    left: 47px;
    /* margin-top: 49px; */
    font-size: 6px;
    margin-left: -16px;
  }
  .fa-play-circle_two:before {
    content: "\f144";
    position: absolute;
    top: 17px !important;
    left: 47px !important;
    /* margin-top: 49px; */
    font-size: 9px;
    margin-left: -16px;
  }
}
@media (min-width: 500px) and (max-width: 600px) {
  #search__icon span {
    position: absolute;
    top: 26px;
    right: 18%;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  #sm-menu-bar-three {
    background: linear-gradient(
      to bottom,
      rgb(6, 6, 6) 0%,
      rgba(0, 0, 0, 0.82) 100%
    );
    display: block !important;
    /* padding-top: 20px !important; */
    /* padding-bottom: 20px !important; */
    padding: 20px 30px;
  }

  #search__icon span {
    position: absolute;
    top: 26px;
    right: 6.9rem;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px;
  }

  .navbar-sm a {
    color: #00acc1 !important;
    padding: 0 8px !important;
    font-size: 13px !important;
  }

  .fa-play-circle:before {
    content: "\f144";
    position: absolute;
    top: 21px;
    left: 181px;
    /* margin-top: 49px; */
    font-size: 9px;
    margin-left: -16px;
  }

  .film::before {
    content: "\f144";
    position: absolute;
    top: 23px;
    left: 245px;
    /* margin-top: 49px; */
    font-size: 6px;
    margin-left: -16px;
  }

  /* new sidebar open design */
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11112;
    top: 0;
    right: 0;
    background-color: #0d1218;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
  }

  .sidenav li {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav li > a {
    padding: 12px 28px;
    border-bottom: 1px solid;
    border-bottom-color: #d4d4d4;
    display: block;
    z-index: 1;
    color: #ffffffb2;
    font-size: 12px;
    padding-top: 0 !important;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  /******************************** */
  .film-two::before {
    content: "\f144";
    position: absolute;
    top: 19px;
    left: 47px;
    /* margin-top: 49px; */
    font-size: 6px;
    margin-left: -16px;
  }
  .fa-play-circle_two:before {
    content: "\f144";
    position: absolute;
    top: 17px !important;
    left: 47px !important;
    /* margin-top: 49px; */
    font-size: 9px;
    margin-left: -16px;
  }
}

/* @media (min-width: 480px) and (max-width: 600px)  {
    #search__icon span{
        position: absolute;
        top: 26px;
        right: 5.9rem ;
        color: #525151;
        font-size: 16px;
    }   
} */
/* @media only screen and (max-width: 620px) {

} */
@media only screen and (max-width: 320px) {
  .show-input {
    width: 48% !important;
    background: rgba(255, 255, 255, 0.2) !important;
    font-size: 12px;
    border: none !important;
    margin-top: -5px !important;
    margin-left: 125px !important;
    box-shadow: none !important;
    outline: 0 !important;
    font-weight: 200 !important;
    font-style: italic !important;
    color: rgba(255, 255, 255, 0.9) !important;
  }

  .navbar-sm a {
    color: #00acc1 !important;
    padding: 0 8px !important;
    font-size: 12px !important;
  }

  .fa-play-circle:before {
    content: "\f144";
    position: absolute;
    top: 22px;
    left: 156px;
    /* margin-top: 49px; */
    font-size: 7px;
    margin-left: -16px;
  }

  .film::before {
    content: "\f144";
    position: absolute;
    top: 23px;
    left: 216px;
    /* margin-top: 49px; */
    font-size: 6px;
    margin-left: -16px;
  }

  #sm-menu-bar-three {
    background: linear-gradient(
      to bottom,
      rgb(6, 6, 6) 0%,
      rgba(0, 0, 0, 0.82) 100%
    );
    display: block !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    /* padding: 20px 12px; */
    padding-right: 12px;
    padding-left: 12px;
  }
  /* new sidebar open design */
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11112;
    top: 0;
    right: 0;
    background-color: #0d1218;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav li {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav li > a {
    padding: 12px 28px;
    border-bottom: 1px solid;
    border-bottom-color: #d4d4d4;
    display: block;
    z-index: 1;
    color: #ffffffb2;
    font-size: 12px;
    padding-top: 0 !important;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  /******************************** */
  .film-two::before {
    content: "\f144";
    position: absolute;
    top: 19px;
    left: 47px;
    /* margin-top: 49px; */
    font-size: 6px;
    margin-left: -16px;
  }
  .fa-play-circle_two:before {
    content: "\f144";
    position: absolute;
    top: 17px !important;
    left: 47px !important;
    /* margin-top: 49px; */
    font-size: 9px;
    margin-left: -16px;
  }
}
/* @media only screen and (max-width: 480px){
    #search__icon span {
        position: absolute;
        top: 26px;
        right: 10.9rem;
        color: rgba(255, 255, 255, .9) !important;
        font-size: 13px;
    }
} */

@media only screen and (min-width: 620px) {
  .show-input {
    display: none !important;
    /* opacity: .7; */
  }

  .search {
    display: none !important;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11112;
    top: 0;
    right: 0;
    background-color: #0d1218;
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 60px; */
  }

  .sidenav li {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav li > a {
    padding: 12px 28px;
    border-bottom: 1px solid;
    border-bottom-color: #d4d4d4;
    display: block;
    z-index: 1;
    color: #ffffffb2;
    font-size: 12px;
    padding-top: 0 !important;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  /******************************** */

  /******************************** */
  .film-two::before {
    content: "\f144";
    position: absolute;
    top: 13px !important;
    left: 28px !important;
    /* margin-top: 49px; */
    font-size: 6px;
    margin-left: -16px;
  }
  .fa-play-circle_two:before {
    content: "\f144";
    position: absolute;
    top: 11px !important;
    left: 27px !important;
    /* margin-top: 49px; */
    font-size: 9px;
    margin-left: -16px;
  }
}

.main-nav > ul > li > a {
  padding: 6px 8px;
  /* font-size: 14px;
    line-height: 14px;
    color: #00acc1;
    z-index: 1;
    font-weight: 400;
    -webkit-transition: padding .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: padding .2s ease-in-out,transform .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
}

@media only screen and (max-width: 600px) {
  #suggestions-sm {
    z-index: 1001 !important;
  }
  .copyright p {
    font-size: 12px !important;
    text-align: center !important;
    white-space: nowrap;
    padding-bottom: 10px !important;
  }
  #footer {
    /* margin: 60px 0 !important; */
    padding-bottom: 30px !important;
  }
}

@media only screen and (max-width: 500px) and (min-width: 495px) {
  .show-input {
    margin-left: 165px !important;
  }
}

.custom__font {
  font-family: "Anton", sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #fe0000 !important;
}

@media only screen and (max-width: 600px) {
  .poster_images {
    display: none !important;
  }
  #searchresults {
    margin-top: 20px;
    margin-left: 10px;
  }
}
#suggestions-sm {
  box-shadow: none !important;
}
.triggerIcon::after {
  content: "" !important;
  position: absolute !important;
  width: 6px !important;
  height: 6px !important;
  top: 60% !important;
  margin-top: -16px !important;
  background: #00acc1 !important;
  border-radius: 50% !important;
  right: 20px !important;
  box-shadow: 0 8px 0 #00acc1, 0 16px 0 #00acc1 !important;
}

@media only screen and (max-width: 375px) and (min-width: 360px) {
  #inputString {
    width: 150px !important;
  }
  #suggestions-sm {
    margin-left: 0px !important;
  }
  #searchresults {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 384px) and (min-width: 376px) {
  #inputString {
    width: 160px !important;
  }
  #search__icon span {
    right: 6rem !important;
  }
}
@media only screen and (max-width: 388px) and (min-width: 385px) {
  #inputString {
    width: 160px !important;
  }
  #search__icon span {
    right: 5.9rem !important;
  }
}
@media only screen and (max-width: 399px) and (min-width: 389px) {
  #search__icon span {
    right: 6.1rem !important;
  }
}
@media only screen and (max-width: 428px) and (min-width: 415px) {
  #search__icon span {
    right: 6.4rem !important;
  }
  #inputString {
    width: 210px !important;
  }
}
#suggestions {
  box-shadow: none !important;
}

@media only screen and (max-width: 600px) {
  #inputString {
    width: 100%;
    font-size: 12px;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    font-weight: 200 !important;
    font-style: italic !important;
    color: rgba(255, 255, 255, 0.9) !important;
    position: relative;
  }
}

#searchresults a:hover .searchstory {
  color: #cccccc;
}

#searchresults a:hover .search-sub-details p {
  color: #fff;
}

.search-sub-details {
  display: flex;
  gap: 0 5px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 1px;
  flex-wrap: wrap;
}

.search-sub-details p {
  margin-bottom: 0;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.dot {
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  animation: blink 1.3s infinite;
}

.dotWithName {
  display: flex;
  gap: 4px;
  align-items: center;
}

@media only screen and (max-width: 499px) {
  .suggestion-card-row-details-right {
    /* display: none; */
    gap:15px
  }
  .searchstory {
    display: none;
  }
  .search-sub-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .suggestion-card-row-details-left{
    gap:2px !important
  }
}

#search-suggestions {
  width: 400px;
}

@media only screen and (max-width: 499px) {
  #search-suggestions {
    width: 300px;
  }
}

@media only screen and (max-width: 1150px) and (min-width: 993px) {
  .bigScreenSearchAndMenu {
    display: none !important;
  }
  .conditionalSearchBasedOnScreen {
    display: flex !important;
  }
}

.bottomSmallNavbar {
  position: fixed;
  bottom: 10px;
  border: 1px solid #1a191cf2;
  border-radius: 50px;
  right: 15px;
  width: 42px;
  height: 42px;
  background-color: #1a191cf2;
  z-index: 1051 !important;
  transform: translateX(150px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 550px) {
  .bottomNavLeftBoxContainer {
    position: fixed;
    bottom: 10px;
    border-radius: 50px;
    left: 15px;
    width: 88%;
    height: 42px;
    z-index: 1050 !important;
    display: flex;
    justify-content: space-between;
    transform: translateX(-90%);
    transition: transform 0.5s ease;
  }
  .bottomNavLeftBoxContainerActive {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 560px) {
  .bottomNavLeftBoxContainer {
    display: none;
  }
  /* .bottomSmallNavbar {
    top: 10px;
  } */
}

 .bottomRequestContainer {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
} 
 

.bottomNavbarSortingImage {
  width: 16px;
  transform: translate(0, 0);
}

.bottomNavbarCenterArea {
  height: 42px;
  border-radius: 50px;
  background-color: #1a191cf2;
  border: 1px solid #1a191cf2;
  display: flex;
  align-items: center;
  padding: 5px 12px;
  flex: 1;
  max-width: 100%;
  margin: 0 50px;
  gap: 8px;
}


.bottomNavbarCenterArea a {
  margin-bottom: 0;
  letter-spacing: 0.8px;
  /* border-radius: 50px; */
  color: #a4a3aa;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.bottomNavbarCenterAreaTabActive {
  padding: 0 10px;
  border-radius: 20px;
  color: #ffffff !important;
}

.bottomNavbarCenterAreaTabActive a {
  color: #ffffff !important;
}

.bottomNavbarCenterAreaTabActive img {
  filter: brightness(2);
}

/* .bottomSortingBoxContainer{
  width: 220px; 
  height: 45px; 
  background-color: #414044f2; 
  position: absolute; 
  bottom: 50px; 
  border-radius: 10px
} */

.bottomSortingBoxContainer {
  opacity: 0;
  min-width: 240px;
  background-color: #1a191cf2;
  bottom: 0px;
  position: absolute;
  transition: opacity 0.3s ease, bottom 0.3s ease;
  pointer-events: none;
  border-radius: 15px;
  overflow: hidden;
}

.bottomSortingBoxContainer.show {
  opacity: 1;
  bottom: 50px;
  pointer-events: auto;
}

.hidden {
  display: none;
}

.bottomSortingBoxContainer.show.hidden {
  display: block;
}
.sortingCheckedList {
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.sortingCheckedList p,
.sortingCheckedListt p {
  margin-bottom: 0;
  color: #f2f4ef;
  letter-spacing: 0.5px;
}
.sortingCheckedListImage {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sortingCheckedListImagee {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sortingCheckedListImage img {
  display: none;
}

.sortingCheckedList.active .sortingCheckedListImage img {
  display: block;
}

.sortingCheckedListt {
  display: flex;
  align-items: center;
  padding: 3px 0;
  justify-content: space-between;
}
.subcategoryContainer {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  max-height: 230px;
  overflow: scroll;
  background-color: #a09fa33d !important;
}

.subcategoryContainer.show {
  opacity: 1;
  transform: translateY(0);
}

.subcategoryContainer.hidden {
  display: none;
}

.subcategoryItem {
  padding: 10px 15px !important;
  border-bottom: 1px solid #777870;
  color: #f2f4ef !important;
  cursor: pointer !important;
  display: flex;
}

/* .suggestion-card-req-modal{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid transparent;
    
}
.suggestion-year-req-modal{
  border-radius: 10px;
  background-color: #00BFFF;
  color: #F8F8FF;
  font-size: 10px;
  padding: 3px 10px;
} */
.suggestion-card-req-modal {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid transparent;
  flex-shrink: 0; /* Prevents squishing */
}

.suggestion-card-req-modal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto; 
}



.suggestion-title-container {
  max-width: 180px; /* Adjust based on layout */
  overflow: hidden;
}

.suggestion-title {
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggestion-year-req-modal {
  border-radius: 10px;
  background-color: #00BFFF;
  color: #F8F8FF;
  font-size: 10px;
  padding: 3px 10px;
  white-space: nowrap;
}