.element_meniu:hover {
  text-decoration-color: rgba(233,219,215,1);
  color: rgb(233,219,215);
  transition: text-decoration-color 150ms;
}

.element_meniu {
  margin: 0px;
  letter-spacing: 7px;
  text-align: center;
  color: rgb(233,219,215);
  text-decoration: underline 2px rgba(0, 0, 0, 0);
  /*transition: text-decoration-color 300ms;*/
  text-underline-offset: 5px;
}

#nav_bar {
  background-color: black;
  z-index: 1;
}

#link_ {
  text-decoration: none;
  color: rgba(33,37,41);
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #292929;
  z-index: 1;
}

#link_alb {
  /*text-decoration: none;*/
  color: white!important;
}

#link_gray {
  color: rgb(108,117,125);
}

#link_negru {
  text-decoration: none;
  color: black;
}

.delivery_delete {
  background-color: rgb(220,39,39);
  color: white;
  border-color: rgb(220,39,39);
  transition: 0.3s ease;
}

.delivery_delete:hover {
  transition: 0.3s ease;
  background-color: transparent;
  color: black;
  border-color: rgb(220,39,39);
}

.btn_delivery_trimite_comanda {
  width: 100%;
  background-color: rgba(177,0,0,0.7);
  border-color: rgba(177,0,0,0.9);
  transition: 0.2s ease;
}

.btn_delivery_trimite_comanda:hover {
  background-color: rgba(177,0,0,0.9);
  transition: 0.2s ease;
  border-color: rgba(177,0,0,0.9);
}

.btn_delivery_detalii {
  background-color: transparent;
  color: black;
  border: 0px;
  border-radius: 20px;
  transition: 0.3s ease;
}

.btn_delivery_detalii:hover {
  background-color: rgba(177,0,0,0.8);
  transition: 0.3s ease;
}

.delivery_product_4 {
  background: rgba(232,232,232,0.7);
  border-radius: 15px;
  border: 1px solid darkgray;
}

.delivery_product_3 {
  border-radius: 15px;
  background: rgba(232,232,232,0.7);
  border: 1px solid darkgray;
}

.delivery_container {
  background: rgba(167,167,167,0.15);
  padding: 10px 20px;
  border-radius: 20px;
  max-width: 700px;
  border: 1px solid darkgray;
}

.scroll_bar::-webkit-scrollbar {
  display: none;
}

.scroll_bar {
  overflow-y: scroll;
}

.img_cover_restaurant {
  padding: 45px 10px 10px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.cart_product {
  padding: 15px 0px;
  margin: 15px 0px;
  min-height: 194px;
}

#txt_delivery_pret {
  display: flex;
  justify-content: flex-start;
}

#product_details {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.product_img {
  height: 175px;
}

.product_img_zoom .product_img {
  width: 100%;
  transition: 0.3s all ease-in-out;
}

.cart_product:hover .product_img, .product_img_zoom:hover .product_img {
  transform: scale(1.1);
}

.product_img_zoom {
  width: 175px;
  height: 175px;
  overflow: hidden;
  margin: 0 auto;
  /*object-fit: cover;*/
  border-radius: 15px;
  margin: 12px;
  padding: 0px;
}

.restaurant_card {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  background-color: rgba(217,217,217,0.3);
  padding-bottom: 30px;
  transition: 0.3s ease;
}

.restaurant_card:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
}

@media (min-width: 470px) {
  .panel_info_restaurant {
    display: inline-flex;
    /*width: 550px;*/
  }
}

.panel_info_restaurant {
  /*background: rgb(245, 245, 247);*/
  width: 100%;
  max-width: 100%;
}

.panel_cover_restaurant {
  width: 100%;
  height: 450px;
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.15)), url("../../assets/img/5.jpg"),url("../../assets/img/traditional-food-around-the-world-Travlinmad.jpg") center / cover no-repeat;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.panel_completare {
  height: 100px;
  /*background: rgb(245, 245, 247);*/
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.panel_detalii_restaurant {
  text-align: center;
  padding: 20px;
  width: 100%;
}

@media (min-width: 500px) {
  .panel_detalii_restaurant {
    margin-left: 30px;
    border-radius: 10px;
    min-height: 167px;
  }
}

@media (min-width: 500px) {
  #panel_avatar_restaruant {
    margin: 0px;
    transform: translate(0%,-10%) scale(1.10);
    border: 1px solid black;
  }
}

#panel_avatar_restaruant {
  background: url("../../assets/img/Logo_jers.png") center / cover no-repeat;
  width: 200px;
  height: 200px;
  border-radius: 25px;
  margin: 0px auto;
}

.btn_delivery_transpanternt {
  background-color: transparent;
  color: rgba(0,0,0,0.8);
  border-color: black;
  transition: 0.3s ease;
}

.btn_delivery_transpanternt:hover {
  background-color: black;
  color: white;
  transition: 0.3s ease;
}

.btn_ks_admin_transparent {
  background-color: transparent;
  color: black;
  border-color: black;
  border-radius: 0px;
  transition: 0.3s ease;
  margin: 5px;
}

.btn_ks_admin_transparent:hover {
  background-color: black;
  color: white;
  transition: 0.3s ease;
}

.order {
  border-radius: 15px;
  padding: 15px;
  margin: 10px 0px;
}

.btn_delivery_trimite_comanda {
  margin: 10px 0px;
}

.restaurant_img {
  width: 125px;
  height: 125px;
  border-radius: 25px;
  border: 1px solid black;
}

.label_restaurant {
  font-size: 25px;
}

.row_divizor {
  margin-top: 6px;
  margin-bottom: 6px;
}

.btn_actiune {
  width: 100%;
  border: 0px;
}

.finalizare {
  background-color: green;
}

.detalii {
  background-color: var(--bs-gray-500);
  color: black;
}

.accept {
  background-color: purple;
}

.refuz {
  background-color: darkred;
}

.btn_patrat {
  width: 100%;
  padding: 0px;
  border: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}

@media (min-width: 470px) {
  .panel_completare {
    background-color: transparent;
  }
}

@media (max-width: 470px) {
  .panel_completare {
    background: rgb(245, 245, 247);
  }
}

@media (max-width: 470px) {
  #panel_avatar_restaruant {
    transform: translate(0%,-50%) scale(1.10);
  }
}

#product_img_box_popup {
  width: 100%;
  height: 350px;
  margin-top: 30px;
  border-radius: 20px;
}

.disable-select {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#btn_cart:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
  transform: translate(-5px,-5px) scale(1.2);
}

#btn_cart {
  width: 50px;
  height: 50px;
  background: #8f8f8f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: black;
  border: 1px solid black;
}

#bulina_exista_produse {
  width: 15px;
  height: 15px;
  background: var(--bs-red);
  border-radius: 50%;
  position: absolute;
  left: 37px;
  bottom: 32px;
  border: 1px solid black;
  display: none;
}

.footer_ks {
  background: rgb(33,37,41);
  margin: 0px auto;
  margin-top: 2rem;
  max-width: 160rem;
  bottom: 0;
  width: 100%;
  position: relative;
}

.no_padding {
  padding: 0!important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

#pop_up_msg {
  background: rgb(245, 245, 247);
  position: fixed;
  bottom: 35px;
  right: 20px;
  padding: 25px 15px;
  border-radius: 10px;
  transition: 0.5s ease;
  box-shadow: 2px 2px 10px 3px rgb(0,0,0);
  text-align: center;
}

.btn_meniu_principal {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 10px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  margin: 10px 0px;
}

.btn_meniu_principal:hover {
  /*background-color: rgb(4,224,13);*/
}

.link_no_effect {
  text-decoration: none;
  color: white;
}

.link_no_effect:hover {
  color: white;
}

.txt_titlu {
  bottom: 0px;
  position: absolute;
  /*margin-left: 15px;*/
  left: 15px;
  font-size: 25px;
  font-weight: 100;
}

.culoare_rapoarte {
  background-image: asda;
  background-color: rgb(0,166,156);
}

.culoare_angajati {
  background-color: rgb(166,110,0);
}

.culoare_flota {
  background-color: rgb(166,139,0);
}

.culoare_orase {
  background-color: rgb(135,8,0);
}

.culoare_agentie {
  background-color: rgb(0,139,0);
  background-size: 0 100%;
}

.luminos:hover {
  opacity: 0.85;
  transform: scale(1.05);
}

#div_continut {
  max-width: 160rem;
  min-height: 75vh;
  margin: 0px auto;
  padding: 20px 10px;
  background-color: rgb(245, 245, 247);
}

#btn_nav_rapoarte {
  background-color: rgb(0,166,156);
}

#btn_nav_angajati {
  background-color: rgb(166,110,0);
}

#btn_nav_flota {
  background-color: rgb(166,139,0);
}

#btn_nav_agentie {
  background-color: rgb(0,166,7);
}

#btn_nav_orase {
  background-color: rgb(135,8,0);
}

.icon_nav_business {
  font-size: 40px;
  margin: 5px;
}

.panel_business_nav {
  display: none;
}

.txt_titluri_business {
  text-align: center;
  font-size: 2rem;
  display: none;
  transition: 0.5s ease;
}

#btn_user_acount_business {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: right;
  border: 1px solid rgb(143,143,143);
  transition: 0.3s ease;
}

.btn_nav_business:hover {
  opacity: 1;
  transform: scale(1.2);
}

#btn_user_acount_business:hover {
  background-color: black;
  color: white;
}

#btn_cart {
  transition-duration: 0.2s;
}

.btn_meniu_user_business {
  border-radius: 0px;
  width: 100%;
  background: transparent;
  border-style: none;
  transition: 0.2s ease;
  color: black;
}

.btn_meniu_user_business:hover {
  background-color: black;
}

.div_meniu_user_business{
  width: 150px;
  background: rgb(218,218,218);  
  margin-left: -120px;
  margin-top: 10px;
  border-radius: 25px;
  padding: 10px;
  display: none;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 700px)
{
  .div_meniu_user_business{
    margin-left: -18vw;
  }
}
/* Aici este css-ul pentru paginare*/
.hidden {
  display: none;
  }

  .pagination-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  position: relative;
  bottom: 0;
  padding: 1rem 0;
  justify-content: center;
  }

  .pagination-number,
  .pagination-button{
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .2rem;
  }

  .pagination-number:hover,
  .pagination-button:not(.disabled):hover {
  background: #fff;
  }

  .pagination-number.active {
  color: #fff;
  background: #0085b6;
  }