/*
===========================
         Layout
===========================
*/


.logo img {
  width: 78px;
}

.header {
  -webkit-box-shadow: 0 2px 13px #ddd;
          box-shadow: 0 2px 13px #ddd;
}

.displayHidden{
  display: none;
}
.header .nav_header {
  padding: 20px 0;
}
.textDecoration{
  text-decoration: underline;
}

@media (max-width: 991px) {
  .header .nav_header .logo {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .nav_header #nav_layer {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    background-color: #1f23273d;
    z-index: 8;
    -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
    transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
    -webkit-transform: translateX(-115%);
            transform: translateX(-115%);
  }
  .header .nav_header #nav_layer.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.header .nav_header .nav_bar {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  margin-top: 25px;
  padding: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.header .nav_header .nav_bar ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.header .nav_header .nav_bar ul li {
  margin: 0 15px;
  list-style: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.header .nav_header .nav_bar ul li.active a {
  color: #95C11F;
}

.header .nav_header .nav_bar ul li:hover {
  color: #95C11F;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.header .nav_header .nav_bar ul li a {
  font-weight: 600;
}

@media (max-width: 991px) {
  .header .nav_header .nav_bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: #454545;
    z-index: 10;
    margin-top: 0;
    -webkit-transform: translateX(115%);
            transform: translateX(115%);
    -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
    transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  }
  .header .nav_header .nav_bar.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header .nav_header .nav_bar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 5px !important;
  }
  .header .nav_header .nav_bar ul li {
    width: 100%;
    padding: 15px;
    margin: 0 !important;
  }
  .header .nav_header .nav_bar ul li.active {
    background-color: #136833;
    margin: 0;
    border: 2px solid #95C11F;
    border-radius: 5px;
  }
  .header .nav_header .nav_bar ul li.active a {
    color: #fff !important;
  }
  .header .nav_header .nav_bar ul li:hover {
    background-color: #136833;
    border-radius: 5px;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
  .header .nav_header .nav_bar ul li:hover a {
    color: #fff;
  }
  .header .nav_header .nav_bar ul li a {
    display: block;
    color: #fff;
  }
}

.header .nav_header .search_label {
  position: relative;
  width: 100%;
}

.header .nav_header .search_label input {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ddd;
  height: 35px;
  padding: 10px;
  color: #136833;
  font-weight: 600;
  font-size: 10px;
}

.header .nav_header .search_label input:focus {
  border: 1px solid #95C11F !important;
  outline: none;
}

.header .nav_header .search_label input::-webkit-input-placeholder {
  font-weight: 100;
  opacity: .8;
}

.header .nav_header .search_label input:-ms-input-placeholder {
  font-weight: 100;
  opacity: .8;
}

.header .nav_header .search_label input::-ms-input-placeholder {
  font-weight: 100;
  opacity: .8;
}

.header .nav_header .search_label input::placeholder {
  font-weight: 100;
  opacity: .8;
}

.header .nav_header .search_label button {
  width: 70px;
  border-radius: 30px 0 0 30px;
}

.main_carusel {
  position: relative;
  min-height: 450px;
}

.main_carusel .carousel_items {
  position: relative;
}

.main_carusel .carousel_items img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_carusel .carousel_items .slider_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(51, 51, 51, 0.205);
}

.main_carusel .auctions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_carusel .auctions .auctions_list {
  background-color: rgba(68, 68, 70, 0.9);
  width: 400px;
  height: 450px;
  position: relative;
  z-index: 1;
  overflow: auto;
}

.main_carusel .auctions .auctions_list .on-live {
  color: #fff;
  background-color: red;
  padding: 3px 15px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  white-space: nowrap;
}

.main_carusel .auctions .auctions_list .on-live::before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  right: 5px;
  top: 9px;
}

.main_carusel .auctions .auctions_list ul {
  padding: 0;
  margin: 0;
}

.main_carusel .auctions .auctions_list ul li {
  list-style: none;
  border-bottom: 1px solid #6c6c6c;
}

@media (max-width: 991px) {
  .main_carusel .auctions .auctions_list {
    height: 67px;
    overflow: hidden;
    -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
    transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  }
  .main_carusel .auctions .auctions_list.open {
    height: 450px;
    overflow: auto;
  }
  .main_carusel .auctions .auctions_list ul {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
    transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  }
  .main_carusel .auctions .auctions_list ul.open {
    height: auto;
    overflow: visible;
  }
}

@media (max-width: 576px) {
  .main_carusel .auctions .auctions_list {
    background-color: rgba(51, 51, 51, 0.9);
    width: 100%;
    z-index: 5;
  }
}

.main_carusel .counter-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
}

.on-live {
  color: #fff;
  background-color: red;
  padding: 3px 15px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
}

.on-live::before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  right: 5px;
  top: 9px;
}

.aucations_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}

.aucations_row::-webkit-scrollbar {
  width: 0;
  height: 5px;
}

.aucation_card {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
  min-width: 420px;
  max-width:fit-content;
  margin: 0 10px;
}

.aucation_card .on-live {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.aucation_card.act {
  -webkit-box-shadow: 0 0 2px #136833;
          box-shadow: 0 0 2px #136833;
}

.Videopaner {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.types_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #f3f3f3;
  border-radius: 3px;
  padding: 10px;
  overflow: auto;
  margin: 15px 0;
}

.types_row > *.type_card:nth-child(-n + 7) {
  display: block !important;
}

.types_row > *.radio_label:nth-child(-n + 7) {
  display: block !important;
}

.types_row .loadLess {
  display: none;
}

.types_row .load {
  width: 140px;
  min-width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.types_row .type_card {
  width: 150px;
  min-width: 150px;
  height: 150px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.types_row .type_card.checked {
  border: 1px solid #136833;
}

.types_row .type_card.checked.bodyCar {
  background-color: #13683436;
}

.types_row .type_card.checked.bodyCar img {
  height: 30px;
}

.types_row .type_card.bodyCar img {
  height: 25px;
}

.types_row .type_card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.types_row .type_card label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.types_row .type_card img {
  height: 40px;
  margin-bottom: 15px;
}

.nav-tabs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 0 !important;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.nav-tabs .actSpan {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  background-color: #95C11F;
  -webkit-transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s all cubic-bezier(0.075, 0.82, 0.165, 1);
  display: block;
}


.nav-tabs .nav-btn {
  background-color: #9d9e99;
  color: #fff;
  width: 90px;
}

.nav-tabs .nav-btn + .actSpan {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

.nav-tabs .nav-btn.active + .actSpan {
  -webkit-margin-start: 50%;
  margin-inline-start: 50%;
}

.nav-tabs .nav-btn span {
  position: relative;
  z-index: 2;
}

.nav-tabs.triple {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav-tabs.triple .actSpan {
  width: calc(100% / 4);
}

.nav-tabs.triple .nav-btn {
  min-width: 130px;
}

.nav-tabs.triple .nav-btn.active {
  background-color: #95C11F !important;
}

.nav-tabs.triple .nav-btn.one.active ~ .actSpan {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

.nav-tabs.triple .nav-btn.two.active ~ .actSpan {
  -webkit-margin-start: 25%;
  margin-inline-start: 25%;
}

.nav-tabs.triple .nav-btn.three.active ~ .actSpan {
  -webkit-margin-start: 50%;
  margin-inline-start: 50%;
}

.nav-tabs.triple .nav-btn.four.active ~ .actSpan {
  -webkit-margin-start: 76%;
  margin-inline-start: 76%;
}

.main_card {
  background-color: #fff;
  border-radius: 35px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  min-height: 180px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin: 15px 0;
  position: relative;
}

.main_card .on-live {
  height: 26px;
  border: 1px solid red;
  border-radius: 20px;
  text-align: center;
  color: red;
  position: relative;
}

.main_card .on-live::before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: red;
  border-radius: 50%;
  content: "";
  right: 5px;
  top: 7px;
}

.main_card .min_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  width: 100%;
  min-height: 100%;
  padding: 10px;
}

.main_card .card_txt {
  padding-top: 15px;
}

.main_card .card_txt .title_card {
  font-size: 15px;
  font-weight: 600;
  color: #136833;
  margin-bottom: 10px;
  display: block;
}

.main_card .card_txt p {
  font-size: 10px;
  color: #555;
}

.main_card .card_img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  padding: 8px;
  position: relative;
}

.main_card2 .company_logo {
  width: 130px;
  height: 130px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.owl-carousel.cars-company-carousel .owl-item {
  padding: 15px 0;
}

.owl-carousel.cars-company-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 2px;
  background: #565656 !important;
  border-radius: 50%;
}

.owl-carousel.cars-company-carousel .owl-dots .owl-dot.active span {
  background-color: #95C11F !important;
}

.owl-carousel.cars-company-carousel .company-item {
  background-color: #fff;
  border-radius: 10Px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 8px #ddd;
          box-shadow: 0 0 8px #ddd;
}

.owl-carousel.cars-company-carousel .company-item .company_logo {
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.Advantages-wrapper {
  padding: 25px;
}

.decor-title h5 {
  position: relative;
}

.decor-title h5::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: -60px;
  right: 0;
  margin: auto;
  bottom: -13px;
  background-color: #fff;
  z-index: 1;
}

.decor-title h5::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 60px;
  right: 0;
  margin: auto;
  bottom: -13px;
  background-color: #fff;
  z-index: 1;
}

.decor-title h5 .line_span {
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #136833;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .5;
  bottom: -13px;
}

.collapse-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 13px 0;
}

.collapse-box .btn {
  height: 55px;
  width: 100%;
}

footer {
  background-color: #333;
  color: #fff;
}

footer .last_footer {
  background-color: #272424;
  padding: 10px;
  width: 100%;
}

footer .last_footer a {
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
  color: #fff;
  text-decoration: underline;
}

footer .last_footer a:hover {
  color: #95C11F;
  text-decoration: underline;
}

footer .footer_links ul {
  padding: 0;
  margin: 0;
}

footer .footer_links ul li {
  color: #fff;
  list-style: inside square;
  font-size: 12px;
  margin: 15px 0;
  -webkit-transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s all cubic-bezier(0.165, 0.84, 0.44, 1);
}

footer .footer_links ul li:hover {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

footer .footer_links ul li a {
  color: #fff;
}

footer .footer_links ul li a:hover {
  color: #95C11F;
}

.normal_tabs.account {
  outline: solid;
  outline-color: #95C11F !important;
  outline-width: 2px;
}

.normal_tabs .nav-btn {
  width: auto;
  color: #9d9e99;
}

.normal_tabs .nav-btn.active {
  color: #fff;
}

.phone_gif {
  position: relative;
  height: 100px;
  width: 100%;
}

.phone_gif .call_icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none;
  width: 230px;
  top: -75%;
}


.owl-product {
  border: 1px solid #EEE;
  border-radius: 8px;
  overflow: hidden;
}

.owl-product .item {
  width: 100%;
  height: 360px;
  position: relative;
}

.owl-product .item > a {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  z-index: 20;
  border-radius: 50%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-product img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: #FFF;
}

.navigation-img-wrapper .item {
  border: 1px solid #EEE;
  border-radius: 5px;
  height: 87px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
  overflow: hidden;
}

.navigation-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.navigation-img-wrapper .current .item {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.vertical_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px #ddd;
          box-shadow: 0 0 6px #ddd;
}

.vertical_card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fa-star.checked {
  color: gold;
}

.special {
  position: absolute;
  bottom: 0;
  right: -64px;
  background-color: #95c11f;
  font-size: 12px;
  padding: 3px 20px;
  border-radius: 0 30px 30px 0;
}

.marker_position {
  margin-top: 50px;
  font-weight: 600;
  color: #136833;
}

.aucation_exhiition {
  height: 100%;
  max-height: 350px;
  overflow: auto;
}

.content_warpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
}

@media (max-width: 992px) {
  .content_warpper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content_warpper .main_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  overflow: hidden;
}

.content_warpper .main_content.expanded {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.content_warpper .side_content {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .content_warpper .side_content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.content_warpper #cards_list {
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
}

.content_warpper #cards_list.closed {
  top: 0;
  position: absolute;
  background: #fff;
  padding: 15px 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.indicator_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  width: 100%;
}

.indicator_bar .indicator_item {
  width: 20%;
  height: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
}

.indicator_bar .indicator_item:first-child {
  background-color: #F06079;
}

.indicator_bar .indicator_item:nth-child(2) {
  background-color: #FF8D8D;
}

.indicator_bar .indicator_item:nth-child(3) {
  background-color: #FCC23D;
}

.indicator_bar .indicator_item:nth-child(4) {
  background-color: #27E3A9;
}

.indicator_bar .indicator_item:last-child {
  background-color: #00C489;
}

input[type=range] {
  height: 53px;
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  cursor: pointer;
}
input[type=range]:focus {
  outline: none;
  border: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #EBE4E4;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 2px solid #000000;
  height: 15px;
  width: 4px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #EBE4E4;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #EBE4E4;
  border-radius: 50px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 2px solid #000000;
  height: 15px;
  width: 4px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #EBE4E4;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #EBE4E4;
  border: 0px solid #000000;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 2px solid #000000;
  height: 15px;
  width: 4px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #EBE4E4;
}
input[type=range]:focus::-ms-fill-upper {
  background: #EBE4E4;
}

.progress {
  overflow: visible;
  height: 5px;
}

.progress .progress-bar {
  border-radius: .25rem;
  position: relative;
  background: unset;
}

.aucation_tabs {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  gap: 10px;
}

.aucation_tabs .nav-item {
  display: block;
  padding: 3px 15px;
  margin-bottom: 0;
  border: 0;
  font-size: 11px;
  background-color: #eee;
  border-radius: 0 !important;
}

.aucation_tabs .nav-item.active {
  background-color: #95C11F;
  color: #fff;
}

.side_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #ddd;
}

#nav_bar_toggle {
  height: 0px;
  overflow: hidden;
  padding: 0;
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
}

#nav_bar_toggle.open {
  height: auto;
  overflow: hidden;
  padding: 20px 0;
}

.aucation_coming {
  background-color: #f3f3f3;
  height: 300px;
  overflow: auto;
}

.comment_card {
  background-color: #f3f3f3;
  margin: 15px 0;
}

.comment_card .comment_head {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: 1px solid #ddd;
}

.comment_card .comment_body {
  padding: 15px 25px;
  width: 95%;
  margin: auto;
}

.comment_card .replies .reply_card {
  margin: 20px 0 0 0;
}

.comment_card .replies .reply_card input {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 5px #ddd;
  box-shadow: inset 0 0 5px #ddd;
  height: 50px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 5px 10px;
}
.comment_card .replies .reply_card textarea {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 5px #ddd;
  box-shadow: inset 0 0 5px #ddd;
  height: 50px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 5px 10px;
}

.comment_card .replies .reply_card input:focus {
  outline: none;
}
.comment_card .replies .reply_card textarea:focus {
  outline: none;
}

.message_luncher input {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 5px #ddd;
  box-shadow: inset 0 0 5px #ddd;
  height: 50px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 5px 10px;
}
.message_luncher textarea {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 5px #ddd;
  box-shadow: inset 0 0 5px #ddd;
  height: 50px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 5px 10px;
}

.message_luncher input:focus {
  outline: none;
}
.message_luncher textarea:focus {
  outline: none;
}

.body_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /*overflow: hidden;*/
}

@media (max-width: 992px) {
  .body_toggle {
    min-height: 500px;
  }
}

.body_toggle .aside_nav {
  width: 200px;
  min-height: 500px;
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.body_toggle .aside_nav ul {
  border: 1px solid #ddd;
  border-top: 0;
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
  border-radius: 0 0 10px 10px;
}

.body_toggle .aside_nav ul li {
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  padding: 5px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

.body_toggle .aside_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.body_toggle .aside_nav ul li.active {
  background-color: rgba(18, 105, 51, 0.2);
}

.body_toggle .aside_nav ul li.active a {
  color: #136833;
}

@media (max-width: 992px) {
  .body_toggle .aside_nav {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    position: absolute;
    top: 0;
    -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
    transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  }
  .body_toggle .aside_nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: unset;
  }
}

.body_toggle .content_data_profile {
  width: calc(100% - 200px);
  padding: 0 15px;
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
}

@media (max-width: 992px) {
  .body_toggle .content_data_profile {
    width: 100%;
  }
  .body_toggle .content_data_profile.min {
    width: 100%;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}

.profile_input .default_input {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  direction: ltr;
  padding: 15px;
  height: 50px;
}

.profile_input .default_input:focus-visible {
  outline: none !important;
  border-color: #95C11F;
}

.profile_input .default_input:not(:placeholder-shown) + .float__label {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.lang_ladel {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lang_ladel .check_track {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  height: 25px;
  font-size: 12px;
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
}

.lang_ladel .check_track .act_span {
  position: absolute;
  top: 0;
  width: 85px;
  background-color: #136833;
  display: block;
  right: 0;
  z-index: 1;
  height: 100%;
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
}

.lang_ladel .check_track .lang_item {
  position: relative;
  border: 2px solid #136833;
  color: #136833;
  font-weight: 600;
  width: 85px;
  text-align: center;
  height: 25px;
  z-index: 2;
  -webkit-transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  transition: 0.3s all cubic-bezier(0, 0.11, 0.4, 1.29);
  line-height: 23px;
}
.lang_item.act{
  background-color: #136833;
}
/* 
.lang_ladel .check_track .lang_item.en.act ~ .act_span {
  -webkit-margin-start: 50%;
          margin-inline-start: 50%;
}
.lang_ladel .check_track .lang_item.ar.act ~ .act_span {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
} */

.lang_ladel .check_track .lang_item:hover {
  background-color: rgba(18, 105, 51, 0.2);
}

.lang_item input[type="radio"]:checked ~ span {
  color: #fff;
  font-weight: 100;
}

.radio_check {
  background-color: rgba(18, 105, 51, 0.2);
  padding: 5px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.location_map {
  padding: 20px 0;
}

.pay_methods {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.wallet_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  height: 400px;
}

@media (max-width: 767px) {
  .wallet_info {
    height: 440px;
  }
}

.wallet_info img {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  top: 0;
  z-index: -1;
}

.wallet_info * {
  z-index: 2;
  position: relative;
}

.search_support {
  background-color: #136833;
  padding: 20px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search_support h4 {
  color: #fff;
  font-weight: 600;
}

.search_support input {
  width: 100%;
  height: 30px;
  border-radius: 30px;
  padding: 5px 15px;
  border: 1px solid #95C11F;
  font-size: 11px;
}

.search_support input:focus {
  outline: none;
}

.dispute_describ {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 25px;
  color: #454545;
}

.dispute_images img {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bootstrap-select {
  margin: 0 3px !important;
}

.bootstrap-select .dropdown-toggle {
  background-color: unset;
  border: 0;
  padding: 0;
  color: #fff;
  margin: 0;
}

.bootstrap-select .dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.bootstrap-select .dropdown-toggle::after {
  display: none;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background-color: unset;
  color: #95C11F;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #136833;
}

.bootstrap-select .dropdown-menu li a span.text {
  font-size: 10px;
}

.form2 {
  display: none;
}
.content{
  min-height: calc(100vh - 488px);
}
.vertical_title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

:root {
  --star-size: 15px;
  --star-color: #bbbbbb;
  --star-background: #fc0;
}



.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

div.stars {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

input.star {
  display: none;
}

label.star {
  float: right;
  padding: 2px;
  font-size: 30px;
  color: #ccc;
  -webkit-transition: all .2s;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: gold;
  -webkit-transition: all .25s;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: gold;
  text-shadow: 0 0 20px gold;
}

input.star-1:checked ~ label.star:before {
  color: gold;
}

label.star:hover {
  -webkit-transform: rotate(-15deg) scale(1.3);
  transform: rotate(-15deg) scale(1.3);
}

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}


.notify_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-height: 800px;
  overflow: auto;
  padding: 5px;
}

.notify_list .notify_item {
  background-color: rgba(18, 105, 51, 0.2);
  color: #136833;
  font-size: 11px;
  font-weight: 600;
  padding: 10px;
  position: relative;
  border-radius: 5px;
}

.notify_item_a{
  color: #136833;
}
.notify_list .notify_item button {
  position: absolute;
  left: 10px;
  top: 10px;
}
.notify_item_a{
  color: #136833;
}
/* css => stream live */
.live_box {
  position: relative;
  min-height: 400px;
  max-height: fit-content;
}

.live_box .live_body {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.side_box {
  position: relative;
  height: 150px;
}

.side_box .box_options {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.side_box .box_options .volume {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  color: #fff;
  background-color: crimson;
}

.side_box .box_options .volume .high {
  display: none;
}

.side_box .box_options .volume .mute {
  display: block;
}

.side_box .box_options .box_footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 5px;
  background-color: #33333363;
  font-size: 10px !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
}

.side_box .box_options .box_footer .on-live::before {
  top: 6px;
}

.side_box .box_options .box_footer .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 110px;
  display: block;
  overflow: hidden;
}

.side_box.active {
  border: 3px solid #95C11F;
}

.side_box.active .box_options .volume {
  background-color: #95C11F;
}

.side_box.active .box_options .volume .high {
  display: block;
}

.side_box.active .box_options .volume .mute {
  display: none;
}

.write {
  position: relative;
  border-radius: 10px;
}

.write .sender {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70px;
  font-size: 10px;
  border: 0;
  height: 35px;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 680px) {
  .wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media (max-height: 680px) {
  .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .chat {
    gap: 10px;
  }
}

.wrapper {
  height: 400px;
  width: 100%;
  background-color: #3333333b;
  padding: 5px;
  position: absolute;
  top: 0;
  z-index: 9;
  right: 0;
}

.chat {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.messages {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
  padding: 10px;
  scrollbar-width: 5px;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.messages.expand{
  height: 300px;
}

.input {
  width: 100%;
  font: inherit;
  color: white;
  outline: none;
  font-size: 12px;
  height: 35px;
  padding: 2px 15px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 0;
  -webkit-transition: background 200ms;
  transition: background 200ms;
}

.input:focus {
  background: rgba(255, 255, 255, 0.25);
}

.input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.live_act {
  background-color: crimson;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 10px;
  border-radius: 10px;
  font-size: 10px;
  color: #fff;
  display: block;
}

.message {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  max-width: 80%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  gap: 6px;
}

.message .avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.message .flxCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.message .animate {
  --dir: -1;
  -webkit-animation: message 100ms;
  animation: message 100ms;
  z-index: 1;
}
.over-scroll{
  max-height: 500px;
  overflow: auto;
}
.full_screen{
  object-fit: contain;
  user-select: text;
  position: fixed !important;
  box-sizing: border-box !important;
  min-width: 0px !important;
  max-width: none !important;
  min-height: 0px !important;
  max-height: none !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  inset: 0px !important;
  margin: 0px !important;
  z-index: 99 !important;
}
.full_fixed{
  position: fixed !important;
  top: 25px !important;
  right: 25px !important;
  z-index: 999 !important;
}
.comments_addition{
  max-height: 600px;
  overflow: auto;
}
#overlay{
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #95C11F solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide{
  display:none;
}



.OT_subscriber{
  width: 100px !important;
  height: 100px !important;
  overflow: hidden !important;
  border-radius: 5px !important;
  margin: 5px !important;
  display: inline-block !important;
}
#videoContainer .OT_subscriber:first-child{
  width: 100% !important;
  height: 400px !important;
  border-radius: 10px !important;
}
.OT_publisher .OT_edge-bar-item.OT_mode-off, .OT_subscriber .OT_edge-bar-item.OT_mode-off{
  display: block !important;
}
.OT_edge-bar-item{
  z-index: 10 !important;
  border: 0!important;
}

.OT_publisher .OT_edge-bar-item.OT_mode-off,
.OT_subscriber .OT_edge-bar-item.OT_mode-off,
.OT_publisher .OT_edge-bar-item.OT_mode-auto,
.OT_subscriber .OT_edge-bar-item.OT_mode-auto,
.OT_publisher .OT_edge-bar-item.OT_mode-mini-auto,
.OT_subscriber .OT_edge-bar-item.OT_mode-mini-auto{
  display: block;
  top: 15px !important;
  opacity: 1 !important;
}
.OT_container-audio-blocked .OT_mute {
  display: block !important;
}
.OT_name.OT_edge-bar-item{
  display: none !important;
}
h1.OT_name.OT_edge-bar-item{
  display: none !important;
}
.OT_bar.OT_edge-bar-item{
  width: fit-content !important;
}

#fullscreenBtn {
  z-index: 14 !important;
  font-size: 25px;
  position: absolute;
  color: #fff;
  left: 0;
  top: 15px;
}

.enterFullscreenBtn .slashIcon{
  display: block;
}
.switch_content{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.switch_content.show{
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  transition: .3s all ease;
}

.winner{
  border: 2px solid #98c31e;
}

.check_validation{
  white-space: nowrap;
}
.collapseBox {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.collapseBtn{
  position: relative;
}
.collapseBox .collapseContent {
  display: none;
}

.collapseBox.expanded {
  border-radius: 10px;
  overflow: hidden;
}
.collapseBtn:after {
  font-family: 'FontAwesome';
  content: "\f067";
  position: absolute;
  left: 1%;
  top: 23%;
  color: #99A8AF;
}
.collapseBox.expanded .collapseBtn:after {
  font-family: 'FontAwesome';
  content: "\f068";
  color: #818181;
}

.float_center {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  text-align: center;
  line-height: 120px;
  color: #fff;
  display: block;
}

.uploder_input .invalid-feedback{
  position: absolute;
  white-space: nowrap;
  width: fit-content;
  left: -100%;
  font-size: 10px;
  margin: auto;
}
.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  height: 1.2em;
  white-space: nowrap;
  display: block;
}
/*.enterFullscreenBtn .actIcon{*/
/*  display: none;*/
/*}*/
/*# sourceMappingURL=style.css.map */



.Toltip {
  position: relative;
}

.Toltip .tip_content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  background-color: #fff;
  padding: 10px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  -webkit-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.p-left{
  left:-50px !important
}
.p-left-2{
  left: -250px !important;
}
.p-left-3 {
  left:-300px !important;
}

.Toltip .tip_btn:hover + .tip_content {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.Toltip .tip_content .tip_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.Toltip .tip_content .tip_item .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
