/* General Style Start */

@font-face {
  font-family: eucilid_medium;
  src: url(../fonts/eucilid/EuclidCircularBMedium.ttf);
}

@font-face {
  font-family: eucilid_bold;
  src: url(../fonts/eucilid/EuclidCircularBBold.ttf);
}

@font-face {
  font-family: eucilid_regular;
  src: url(../fonts/eucilid/EuclidCircularBRegular.ttf);
}

body {
  background-color: #ffffff;
}

.row {
  margin: 0px !important;
}

* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

.mh10p0 {
  min-height: 10px;
  padding: 0px;
}

.mh10p5 {
  min-height: 10px;
  padding: 5px;
}

.mh10p10 {
  min-height: 10px;
  padding: 10px;
}

.mh10p15 {
  min-height: 10px;
  padding: 15px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1238px;
  }
}

/* General Style End */

/* Menu */

.menu_top_outer {
  height: 50px;
  padding: 0px;
  background-color: #fff;
}

.menu_top_inner {
  height: 50px;
  padding: 0px;
  padding: 0px;
}

.menu_top_content_outer {
  min-width: 10px;
  height: 50px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  float: left;
  margin-right: 10px;
}

.menu_top_content_outer i {
  float: left;
  font-size: 13px;
  margin-right: 5px;
}

.in_input_top label img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.menu_top_social_outer {
  width: 25px;
  height: 50px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease;
  font-size: 15px;
  margin-left: 5px;
}

.menu_top_social_outer:hover {
  opacity: 1;
}

.menu_outer {
  min-height: 100px;
  background-color: #ecf0f3;
}

.menu_inner {
  height: 100px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modal-content {
  padding: 30px !important;
}
.menu_abs {
  width: 200px;
  min-height: 100px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e2e2e2;
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 99;
  display: none;
  flex-direction: column;
  padding: 10px;
}
.menu_abs a {
  text-decoration: none !important;
  color: #333 !important;
  font-size: 12px;
  font-weight: 600;
  margin: 5px 0;
  border-bottom: 1px solid #e4033b;
  padding: 6px;
  transition: all 0.4s;
  border-radius: 5px;
  text-align: center;
}

.menu_dropdown_menu_button{
  margin-top: 10px;
}

.menu_abs a:last-child {
  border-bottom: none;
}
.menu_abs a:hover {
  background-color: #e4033b;
  color: #fff !important;
}
.menu_abs button {
  background-color: #e4033b;
  border: none;
  width: 100%;
  height: 30px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}
.menu_logo_outer {
  width: 180px;
  height: 50px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_logo_outer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.menu_buttons_outer {
  width: 250px;
  height: 45px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu_button_outer {
  width: 120px;
  height: 32px;
  background-color: #fff;
  float: left;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4033b;
}
.menu_button_outer i {
  font-size: 14px;
  margin: 0 10px;
}

.menu_dropdown_menu_image_container{
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e4033b;
}

.menu_dropdown_menu_image_container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu_center_outer {
  width: calc(100% - 490px);
  height: 45px;
  float: left;
  margin: 0px 30px;
}

.menu_center_location_select {
  width: 150px;
  height: 45px;
  float: left;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  cursor: pointer;
}

.menu_center_location_select i {
  color: #e4033b;
  float: left;
  margin-right: 8px;
}

.menu_center_input_outer {
  width: calc(70% - 170px);
  height: 45px;
  background-color: #fff;
  float: left;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.menu_center_input_outer button {
  width: 45px;
  height: 45px;
  background-color: #e4033b;
  border: 0px;
  float: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}

.menu_center_input_outer input {
  width: calc(100% - 45px);
  height: 45px;
  float: left;
  border: 0px;
  padding: 0px 15px;
  font-size: 13px;
  color: #333;
  outline: 0px !important;
}

.mobile_menu_inner {
  min-height: 100px;
  padding: 15px 0px;
  display: none;
}

.mobile_menu_inner .menu_logo_outer {
  width: 100%;
  height: 45px;
  margin: 15px 0px;
}

.mobile_menu_inner .menu_buttons_outer {
  width: 100%;
  height: 40px;
  margin: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_button {
  width: calc(50% - 5px);
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  float: left;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 2px;
}

.mobile_menu_inner .menu_center_outer {
  width: 100%;
  margin: 15px 0px;
  margin-right: 10px;
}

.mobile_menu_inner .menu_center_outer .menu_center_location_select {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  float: left;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  padding-bottom: 1px;
}

.mobile_menu_inner .menu_center_outer .menu_center_location_select i {
  margin: 0px;
  font-size: 18px;
}

.mobile_menu_inner .menu_center_outer .menu_center_input_outer {
  width: calc(100% - 60px);
  margin: 0px;
  margin-right: 15px;
}

@media only screen and (max-width: 600px) {
  .menu_inner {
    display: none;
  }

  .mobile_menu_inner {
    display: block;
  }

  .menu_top_content_outer {
    display: none;
  }
}

/* Menu */

/* Slider */

.slider_outer {
  height: 500px;
  padding: 0px;
  margin: 0px !important;
}

.slider_inner {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.slider_box_inner {
  height: 500px;
  padding: 0px;
  position: relative;
}

.slider_circle {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 0px;
  bottom: 100px;
  background: rgb(228, 3, 59);
  background: linear-gradient(
    90deg,
    rgba(228, 3, 59, 0.3) 0%,
    rgba(228, 3, 59, 1) 100%
  );
  border-radius: 50%;
  text-align: center;
  font-size: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 45px;
}

.slider_circle p span {
  font-size: 35px;
  font-weight: 600;
}

.slider_outer .slick-dots {
  bottom: 50px;
}

/* Slider */

/* İndex Page */

.index_page_top_outer {
  min-height: 10px;
  background-color: #ecf0f3;
  padding: 0px;
  padding-bottom: 40px;
}

.index_page_top_inner {
  min-height: 100px;
  padding: 0px;
  margin-top: -40px;
  padding: 0px 15%;
}

.index_page_top_box_outer {
  width: calc((100% / 4) - (60px / 4));
  height: 150px;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
  margin-right: 20px;
  cursor: pointer;
  padding: 15px;
}

.index_page_top_box_outer:last-child {
  margin: 0px;
}

.index_page_top_box_text {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.index_page_top_box_image {
  width: 100%;
  height: 80px;
  float: left;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_page_top_box_image img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}

@media only screen and (max-width: 600px) {
  .index_page_top_inner {
    padding: 0px;
  }

  .index_page_top_box_outer {
    width: calc(50% - 10px);
    margin: 0px 5px;
    margin-bottom: 15px;
  }

  .index_page_top_box_outer:last-child {
    margin-bottom: 0px;
  }
}

.index_page_top_box_select {
  background-color: #fee0e2;
}

.index_page_content_outer {
  min-height: 70px;
  padding: 0px;
}

.index_page_content_top_outer {
  min-height: 50px;
  background-color: #fee0e2;
  padding: 0px;
  background-size: 170px;
  background-position: center;
}

.index_page_content_top_inner {
  min-height: 50px;
  padding: 40px 0px;
}

.index_page_content_top_inner h3 {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
  text-align: center;
  color: #b23232;
  margin-bottom: 30px;
}

.index_page_content_top_slider {
  min-height: 50px;
  padding: 0px;
}

.homepage_big_firmbox_outer {
  width: 100%;
  min-height: 150px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.homepage_big_firmbox_image {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.homepage_big_firmbox_contents {
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6671043417366946) 15%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 100%
  );
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
}

.homepage_big_firmbox_contents_name {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.homepage_big_firmbox_contents_name i {
  color: #e4033b;
}

.homepage_big_firmbox_bottom {
  width: 100%;
  font-size: 13px;
  color: #333;
  font-weight: 400;
}

.homepage_big_firmbox_bottom i {
  color: #e4033b;
}

.homepage_big_firmbox_bottom span {
  float: right;
  font-size: 13px;
  color: #838383;
}

.index_page_content_top_slider_button_outer {
  min-height: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_page_content_top_slider_button {
  min-width: 10px;
  height: 45px;
  float: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  font-size: 14px;
  color: #fff;
  background-color: #e4033b;
  padding-bottom: 3px;
  cursor: pointer;
}

.index_page_restaurant_list_outer {
  min-height: 20px;
  padding: 0px;
}

.index_page_restaurant_list_inner {
  min-height: 20px;
  padding: 30px 0px;
}

.index_page_restaurant_list_title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #333;
  margin-bottom: 35px;
}

.restourant_line_outer {
  width: 100%;
  height: 120px;
  background-color: #ecf0f3;
  padding: 10px;
  border-radius: 5px;
}

.restourant_line_image {
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}

.restourant_line_contents {
  width: calc(100% - 90px);
  height: 80px;
  margin-left: 10px;
  float: left;
}

.restourant_line_contents h3 {
  width: 100%;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin: 7px 0px;
  margin-bottom: 10px;
  margin-top: 8px;
  justify-content: center;
}

.restourant_line_contents h3 i {
  float: right;
  font-size: 20px;
  margin: -1px 0px;
}

.restourant_line_contents h4 {
  width: 100%;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}

.restourant_line_contents h4 i {
  color: #e4033b;
  float: left;
  margin-right: 5px;
}

.restourant_line_contents h5 {
  width: 100%;
  font-size: 13px;
  color: #333;
  font-weight: 400;
}

.restourant_line_bottom_button {
  min-width: 10px;
  height: 45px;
  float: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  font-size: 14px;
  color: #e4033b;
  background-color: #ecf0f3;
  padding-bottom: 3px;
  font-weight: 500;
  cursor: pointer;
}

.under_construction_outer {
  min-height: 50px;
  padding: 0px;
}

.under_constrution_inner {
  min-height: 150px;
  padding: 40px 0px;
}

.under_contruction_image_outer {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.under_contruction_image_outer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.under_construction_text_outer {
  min-height: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
  margin-top: 45px;
}

/* İndex Page */

/* Footer */

.footer_outer {
  min-height: 50px;
  background-color: #ecf0f3;
  padding: 30px 0px;
}

.footer_inner {
  min-height: 50px;
  padding: 0px;
}

.footer_bottom_line_outer {
  min-height: 10px;
  background: #e4033b;
  padding: 0px;
}

.footer_bottom_line_inner {
  min-height: 10px;
  padding: 13px 0px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.footer_bottom_line_inner span {
  float: right;
}

.footer_bottom_line_inner span a {
  color: #fff;
  text-decoration: underline;
}

.footer_logo_outer {
  min-height: 20px;
  padding: 0px;
}

.footer_logo {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  margin-top: -10px;
}

.footer_logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.footer_logo_text {
  min-height: 20px;
  margin-top: 20px;
  font-size: 12px;
  color: #333;
  padding: 0px;
  font-weight: 300;
  padding-right: 15px;
}

.footer_content_outer {
  min-height: 20px;
  padding: 0px;
}

.footer_content_outer h3 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 15px;
  font-weight: 500;
  color: #e4033b;
  margin: 0px;
  margin-bottom: 15px;
}

.footer_content_outer h4 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin: 0px;
  margin-bottom: 9px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.footer_content_outer h4:hover {
  padding-left: 7px;
  color: #e4033b;
}

.footer_social_outer {
  min-height: 10px;
  padding: 0px;
  font-size: 28px;
}

.footer_social_outer i {
  float: left;
  margin-right: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .footer_bottom_line_inner {
    text-align: center;
  }

  .footer_bottom_line_inner span {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

/* Footer */

/* Text Content */

.content_page_outer {
  min-height: calc(80vh - 100px);
  background-color: #f5f5f5;
  padding: 0px;
}

.content_page_top_title_outer {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
  padding-top: 35px;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  letter-spacing: 2px;
  color: #e4033b;
}

.notifications_boxes_outer {
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}

.notifications_boxes {
  min-height: 80px;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 15px;
}

/* Text Content */

/* Login Page */

.login_page_outer {
  min-height: 70vh;
  background-color: #fff;
  padding: 0px;
}

.login_page_inner {
  min-height: 70vh;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_box_outer {
  width: 400px;
  min-height: 80px;
  float: left;
}

.login_box_logo_outer {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.login_box_logo_outer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  float: left;
}

.login_box_inner {
  width: 100%;
  min-height: 150px;
  background-color: #ecf0f3;
  float: left;
  border-radius: 5px;
  padding: 15px 25px;
}

.login_box_title {
  width: 100%;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
}

.login_box_tabs_outer {
  width: 100%;
  height: 38px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15%;
  margin-bottom: 25px;
}

.login_box_tab {
  width: 50%;
  height: 38px;
  background-color: #fff;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  padding-bottom: 1px;
}

.login_box_tab:first-child {
  border-radius: 5px 0px 0px 5px;
}

.login_box_tab:last-child {
  border-radius: 0px 5px 5px 0px;
}

.login_box_tab_select {
  background: #e4033b;
  color: #fff;
}

.custom_input_outer {
  padding: 5px;
  min-height: 20px;
  margin-bottom: 10px;
}

.custom_input_outer input {
  width: 100%;
  height: 50px;
}

.custom_input_outer button {
  width: 60%;
  height: 50px;
  background-color: #e4033b;
  color: #fff;
  border-radius: 5px;
  border: 0px;
  margin: 0px 20%;
  margin-top: 30px;
}

.login_mini_link_outer {
  min-height: 10px;
  padding: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.login_mini_link_outer a {
  font-size: 13px;
  font-weight: 500;
  color: #e4033b;
}

.login_button_bottom_link {
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}

.login_button_bottom_link a {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.login_page_notification {
  width: calc(100% - 10px);
  min-height: 15px;
  background-color: #e4033b1f;
  color: #e4033b;
  float: left;
  padding: 15px;
  border-radius: 5px;
  margin: 0px 5px;
  margin-bottom: 10px;
  font-size: 13px;
}

.login_page_check_outer {
  min-height: 10px;
  padding: 5px;
}

.login_page_check_outer input {
  width: 17px;
  height: 17px;
  float: left;
  margin: 0px;
  margin-right: 10px;
}

.login_page_check_outer p {
  width: calc(100% - 27px);
  font-size: 13px;
  float: left;
  margin: 0px;
}

.login_page_check_outer p a {
  color: #e4033b;
}

/* Login Page */

/* menu all start */
.menu_top {
  background-color: #f5f5f5;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  padding: 30px;
}
.menu_center {
  min-height: 10px;
  padding: 0;
}
.memu_topping_header {
  min-height: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.iamges_top_and_adress {
  min-height: 10px;
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.iamges_top_and_adress img {
  width: 40%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}
.images_next {
  width: 58%;
  min-height: 10px;
}
.images_next h1 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
.images_next h6 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
}
.images_next p {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
}
.images_next i {
  color: #e4033b;
  font-size: 14px;
  margin: 0 3px;
}
.second_line_menu_btn {
  width: 30%;
  min-height: 10px;
  display: flex;
  justify-content: space-between;
}
.div_line_1 {
  width: 45%;
  height: 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4033b;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.div_line_2 {
  width: 45%;
  height: 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.bottom_menu {
  width: 100%;
  height: 50px;
  margin: 50px 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.new_item_btn {
  width: 120px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid lightgray;
  cursor: pointer;
}
.new_item_class_color {
  border-bottom: 3px solid #b23232;
  color: #b23232;
}
.menus_center_btn {
  min-height: 10px;
  padding: 0;
  width: 100%;
  margin: 30px 0;
  display: flex;
}
.btn_items_center {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;
  width: 150px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.btn_items_center > i {
  font-size: 18px !important;
  margin-right: 5px;
  color: #b23232 !important;
}
.card_rest_detail {
  height: 500px;
  background-color: yellow;
  display: flex;
  justify-content: center;
}
.add_color {
  color: #b23232 !important;
  cursor: pointer;
}
.res_tab_card {
  min-height: 400px;
  /* UI Properties */
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  width: 100%;
  padding: 20px;
  float: left;
  margin: 10px 0;
}
.information_card {
  height: 35px;
  background: #ffe6e6 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0;
  position: relative;
}
.card_cizzi {
  height: 30px;
  width: 3px;
  background-color: #333;
}
.information_card h1 {
  font-size: 14px;
  margin: 0px 10px;
  font-weight: 400;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle_orange {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #b23232;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b23232;
  font-size: 22px;
}
.circle_orange i {
  margin-top: 2px;
}
.gallery_card_ {
  padding: 0;
  height: 120px;
  border-radius: 20px;
  position: relative;
  margin: 10px 0;
}
.gradiend_gallery {
  width: 35%;
  height: 120px;
  border-radius: 20px;
  background: rgb(178, 50, 50);
  background: linear-gradient(
    264deg,
    rgba(178, 50, 50, 1) 0%,
    rgba(178, 50, 50, 0.8657411206670168) 35%,
    rgba(178, 50, 50, 0) 100%
  );
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.gallery_card_ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.id_href_detail_menus {
  cursor: pointer;
  position: relative;
}
.gallery_card_indro {
  padding: 0;
  height: 200px;
  border-radius: 20px;
  position: relative;
  margin: 10px 0;
}
.gallery_card_indro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.gradiend_gallery_indro {
  width: 35%;
  height: 200px;
  border-radius: 20px;
  background: rgb(178, 50, 50);
  background: linear-gradient(
    264deg,
    rgba(178, 50, 50, 1) 0%,
    rgba(178, 50, 50, 0.8657411206670168) 35%,
    rgba(178, 50, 50, 0) 100%
  );
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.product_detail_card {
  margin: 10px 0;
  min-height: 40px;
  background-color: #ffe6e6;
  padding: 10px;
  position: relative;
  display: flex;
}

.product_detail_card_absolute{
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.product_detail_card_absolute2{
  position: absolute;
  right: 18px;
  top: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.product_detail_card h1 {
  margin: 5px 0;
  border-left: 2px solid #b23232;
  font-size: 15px;
  font-weight: 10px;
  padding-left: 10px;
}
.div_csssling {
  margin-top: 10px;
  min-height: 10px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: gray;
}
.imagesss_gallery_all {
  height: 300px;
  border-radius: 20px;
  padding: 0;
  margin: 10px 0;
}
.imagesss_gallery_all img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.tag_header {
  margin: 10px 0;
  font-size: 22px;
  color: #333;
  font-weight: 600;
}
.rate_text_and {
  min-height: 10px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 10px 0;
}
.rate_text_and h6 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  width: 20%;
}
.stairs {
  margin-left: 10px;
  min-height: 10px;
}
.stairs span {
  font-size: 22px !important;
}
.checked {
  color: gold;
}
.card_tag {
  margin: 10px 0;
  min-height: 120px;
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.card_tag textarea{
  margin-top: 10px;
  resize: none;
  height: 80px;
}
.commed_date {
  width: 100%;
  padding: 0;
  min-height: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: lightgray;
}
.card_tag H1 {
  margin: 0;
  font-size: 16px;
  color: #e4033b;
  font-weight: 600;
}
.card_tag p {
  margin: 10px 0;
  font-size: 14px;
  color: #333;
}

.rest_detail_comment_button div{
  margin-top: 10px;
  background-color: #e4033b !important;
}


.rest_detail_pagination_comments_and_rates_container{
  width: 100%;
  min-height: 10px;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.rest_detail_pagination_comments_and_rates_inner{
  width: max-content;
  height: max-content;
  display: flex;
}
.rest_detail_pagination_comments_and_rates_item{
  width: 50px;
  height: 50px;
  margin: 0 4px;
  background-color: #e4033b;
  color: white;
  border-radius: 10px;
  position: relative;
}

.rest_detail_pagination_comments_and_rates_item_active{
   background-color: black;
}

.rest_detail_pagination_comments_and_rates_item:nth-last-child(){
  background-color: grey !important;
}

.rest_detail_pagination_comments_and_rates_item i{
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translate(-50%,-50%);
}
.rest_detail_pagination_comments_and_rates_item div{
  position: absolute;
  top: 50%;
  right: 35%;
  transform: translate(-50%,-50%);
}
.new_mdl_tittle {
  font-weight: 600 !important;
  text-align: center !important;
}
.mt_mdl_bobys {
  width: 100% !important;
  min-height: 40px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.color_gray_modal {
  background: #e6e6e6 0% 0% no-repeat padding-box;
}
.color_orange_mdl {
  background: #ffe6e6 0% 0% no-repeat padding-box;
}
.color_last_date_modl {
  background: #ecf0f3 0% 0% no-repeat padding-box;
}
.mt_mdl_bobys i {
  font-size: 18px;
}
.mt_mdl_bobys h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.mt_mdl_bobys span {
  font-size: 14px;
  color: #e4033b;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mt_mdl_bobys p {
  color: #000;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.date_number_clor_gray {
  color: lightgray !important;
}
.add_number_date_chhose {
  width: 40px;
  height: 40px;
  background-color: #b23232 !important;
  color: #fff !important;
  border-radius: 50% !important;
}
.mt_mdl_bobys p:hover {
  width: 40px;
  height: 40px;
  background-color: #b23232 !important;
  color: #fff !important;
  border-radius: 50% !important;
}
.my_select_forModal {
  min-height: 10px;
  margin: 10px 0;
}
.my_select_forModal h1 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
}
.modal-body {
  border: none !important;
  padding: 0 !important;
}
.my_select_forModal select {
  background: #ffe6e6 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  border: none;
  outline: 0;
  padding: 0 10px;
}
.my_select_forModal input {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  border: none;
  outline: 0;
  padding: 0 10px;
}
.my_select_forModal textarea {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  min-height: 150px;
  width: 100%;
  border: none;
  outline: 0;
  padding: 0 10px;
  max-width: 100%;
  min-width: 100%;
}
.btn_mdl_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_mdl_top button {
  background: #e4033b 0% 0% no-repeat padding-box;
  border: 1px solid #e4033b;
  border-radius: 5px;
  height: 45px;
  width: 200px;
  color: #fff;
}
.mdl_area_top {
  margin: 20px 0;
  min-height: 10px;
}
.mdl_area_top textarea {
  min-height: 150px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid lightgray;
  border-radius: 10px;
  outline: 0;
  padding: 15px;
  font-size: 12px;
}
/* menu all end */
/* favories start */
.main_menu_favories {
  height: 600px;
  margin: 20px 0;
  border: 1px solid lightgray;
  overflow-y: auto;
  position: relative;
}
.main_menu_favories2 {
  height: 600px;
  margin: 20px 0;
  border: 1px solid lightgray;
  overflow-y: auto;
  position: relative;
}
.main_menu_favories3{
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 420px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.rest_detail_pizza_container{
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.rest_detail_pizza_container img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 8px;
}

.restourant_line_image2{
  border-radius: 50%;
  overflow: hidden;
}
.user_set_form_container{
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  min-height: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.user_set_form_item_container{
  width: 45%;
  min-height: 10px;
  padding: 0px 30px;
}
.user_set_form_item_container h6{
  font-size: 14px;
  font-weight: 400;
}
.user_set_form_item_inner{
  width: 100%;
  min-height: 10px;
}
.user_set_form_item_inner select{
  border-radius: 10px;
}
.user_set_form_item_inner textarea{
  border-radius: 10px;
  resize: none;
  height: 120px;
}
.user_set_update_button_container{
  display: flex;
  justify-content: center;
}
.user_set_update_button{
  width: 160px;
  height: 40px;
  background-color: #e4033b;
  color: white;
  border: none;
  margin-top: 40px;
  border-radius: 10px;
  opacity: 0.9;
  transition: all 0.4s;
}
.user_set_update_button:hover{
  opacity: 1;
}
.user_set_form_item_inner input{
border-radius: 10px;
}
.setting_card_inner{
  width: 100%;
  min-height: 10px;
  background-color: yellow;
}
.setting_card_image_container{
  width: 100px;
  height: 100px;
}

.setting_card_image_container img{
  width: 100%;
  height: 100%;
}

.main_menu_favories4{
  height: 650px;
}
.main_menu_favories5{
 padding: 50px;
}
.main_menu_favories5{
  height: max-content;
}
.main_menu_favories h1 {
  font-size: 16px;
  font-weight: 600;
  border-left: 3px solid #b23232;
  padding: 0 10px;
}
.main_menu_favories2 h1 {
  font-size: 16px;
  font-weight: 600;
  border-left: 3px solid #b23232;
  padding: 0 10px;
}
.main_menu_favories h3{
  text-align: start;
  margin-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}
.myrated_rates_outer{
  display: flex;
  
}
.myrated_rates_container{
  display: flex;
  gap: 4px;
}
.myrated_rates_container i{
  font-size: 20px;
}
.myrated_star_active{
  color: gold;
}
.user_set_line_container{
  display: flex;
  justify-content: center;
}
.user_set_line{
  width: 80px;
  height: 3px;
  background-color: #e4033b;
}
.last_items {
  min-height: 10px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}
.last_item_page_number {
  height: 40px;
  width: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrows_page {
  width: 33%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  border: 1px solid lightgray;
  cursor: pointer;
  background-color: #ffe6e6;
  color: #e4033b;
}
.last_item_page_number input {
  width: 33%;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
}
/* Chrome, Safari, Edge, Opera */
.last_item_page_number input::-webkit-outer-spin-button,
.last_item_page_number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.last_item_page_number input[type="number"] {
  -moz-appearance: textfield;
}
/* favories end */
/* rezervasyonlar start */
.text_favoried {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid lightgray;
  border-radius: 4px;
  color: #e4033b;
}
.text_favoried2 {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  color: #333;
}
.mg_center {
  margin: 10px 0;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0;
}
.imgeges_favoried_top {
  height: 100%;
  border-radius: 10px;
  padding: 0;
}
.imgeges_favoried_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.favoried_image_right {
  background-color: #ecf0f3;
  height: 80px;
  padding: 10px;
}
.favoried_image_right h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.favoried_image_right p {
  color: lightgray;
  font-size: 12px;
  margin: 10px 0;
}
.btn_carding {
  background-color: #e4033b;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 120px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
.btn_carding2 {
  background-color: green;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 130px;
  height: 30px;
  width: 120px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
.btn_carding i {
  margin: 0 10px;
  font-size: 10px;
}
.btn_carding2 i {
  margin-right: 10px;
}
/* rezervasyonlar end */
/* add_work start */
.in_input_top2{
  display: flex;
  gap: 8px;
}

.in_input_top {
  min-height: 10px;
}
.in_input_top h6 {
  font-size: 12px;
  margin: 10px 0;
  font-weight: 600;
}
.in_input_top input {
  height: 40px;
  border-radius: 7px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  margin: 5px 0;
  outline: 0;
  padding: 0 15px;
  width: 100%;
  font-size: 12px;
  border: 1px solid lightgray;
}
.in_input_top textarea {
  min-height: 100px;
  border-radius: 7px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  margin: 5px 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-size: 12px;
  border: 1px solid lightgray;
}
.my_select_ing {
  height: 40px;
  border-radius: 7px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  margin: 5px 0;
  padding: 0 15px !important;
  width: 100%;
  font-size: 12px;
  border: 1px solid lightgray;
  display: flex;
  align-items: center;
}
.my_select_ing select {
  width: 40%;
  height: 100%;
  border: none;
  outline: 0;
  cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
.in_input_top input::-webkit-outer-spin-button,
.in_input_top input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.in_input_top input[type="number"] {
  -moz-appearance: textfield;
}
.centering_btn_add {
  display: flex;
  justify-content: center;
  align-items: center;
}
.centering_btn_add button {
  background-color: #e4033b;
  width: 250px;
  height: 45px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin: 10px 0;
}
/* add_towk end */
/* bekleyen rezervasion start */
.tab_ressa {
  margin: 10px 0;
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_ressa h5 {
  font-size: 18px;
  cursor: pointer;
  padding: 10px 0;
}
.tab_pasife {
  color: lightgray;
}
.tab_active {
  color: #000;
  font-weight: 600;
  border-bottom: 3px solid #e4033b;
}
.in_tab_r_1 {
  min-height: 30px;
}
/* bekleyen rezervasion end */

/* admin ayarlar start */
.admin_setting_main_top {
  margin: 20px 0;
}
.left_admin_setting {
  height: 700px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  overflow-y: auto;
}
.setting_admin_left_menu {
  height: 50px;

  display: flex;
  align-items: center;
  border-bottom: 3px solid lightgray;
  font-size: 16px;
  cursor: pointer;
}
.color_setting_pasife {
  color: #333 !important;
  font-weight: 400 !important;
}
.color_setting_active {
  color: #b23232 !important;
  font-weight: 600 !important;
}
.right_setting_admin {
  height: 700px;
  overflow-y: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}
.all_top_rigt_admin_setting {
  min-height: 10px;
  position: relative;
}
.all_top_rigt_admin_setting h1 {
  font-size: 22px;
  font-weight: 600;
  border-left: 3px solid #e4033b;
  padding: 0 10px;
}
.in_input_top label {
  margin: 10px 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.in_input_top label > i {
  font-size: 22px;
  color: #e4033b;
}
.flex_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.all_password_top {
  margin: 50px 0;
}
.abs_menus_admin {
  min-height: 10px;
  width: 25%;
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.abs_menus_admin i {
  margin: 0 15px;
}
.adminSetting_menu_left {
  padding: 0;
  width: 25px;
  height: 25px;
  background: transparent linear-gradient(180deg, #e4033b 0%, #e4033b 100%) 0%
    0% no-repeat padding-box;
  border-radius: 3px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 100;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.adminSetting_menu_left i {
  font-size: 13px;
}
.adminSetting_menu_left2 {
  padding: 0;
  width: 25px;
  height: 25px;
  background: transparent linear-gradient(180deg, #e4033b 0%, #e4033b 100%) 0%
    0% no-repeat padding-box;
  border-radius: 3px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 100;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.adminSetting_menu_left2 i {
  font-size: 13px;
  margin-left: 5px;
}
#my_setttOpen_2 {
  min-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center_in_add_category {
  min-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.in_categort_indro {
  min-height: 10px;
  padding: 0;
}
.in_categort_indro h4 {
  margin: 10px 0;
  font-weight: 500;
  margin: 10px 0;
  font-size: 14px;
}
.image_category_centre {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10px;
}
.card_category_upload {
  margin: 10px 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_category_upload label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.card_category_upload label > i {
  font-size: 32px;
  color: #e4033b;
}
.in_categort_indro input {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 7px;
  border: 1px solid lightgray;
  width: 100%;
  height: 40px;
  outline: 0;
  padding: 0 15px;
}
.btn_setting_addmin_top {
  width: 100%;
  min-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_setting_addmin_top button {
  height: 40px;
  width: 200px;
  background-color: #e4033b;
  margin: 15px 0;
  color: #fff;
  font-size: 14px;
  border-radius: 7px;
  border: none;
}
.bottom_wait_rezervasion {
  margin-top: 50px;
  min-height: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom_wait_rezervasion h3 {
  color: #b23232;
  font-size: 16px;
  font-weight: 600;
}
.bottom_wait_rezervasion select {
  width: 150px;
  height: 35px;
  padding: 0 10px;
  font-size: 14px;
  outline: 0;
  border: 1px solid lightgray;
  border-radius: 7px;
}
.all_items_wait {
  min-height: 10px;
  margin: 10px 0;
  display: flex;
}
.top_waiting {
  font-weight: 500px;
  font-size: 16px;
  display: flex;
  width: 100%;
}
.all_items_wait span {
  color: lightgray;
  margin-left: 20px;
}
.change_waiting_span {
  height: 100px !important;
  background: #ffe6e6 0% 0% no-repeat padding-box;
  padding: 10px;
  margin-left: 10px;
}
.change_waiting_span2 {
  height: 100px !important;
  background: #ecf0f3 0% 0% no-repeat padding-box;
  padding: 10px;
  margin-left: 10px;
}
.span_text_top {
  min-height: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.span_text_top > p {
  font-size: 14px;
  font-weight: 600;
}
.in_phone_card {
  min-height: 10px;
  display: flex;
  justify-content: center;
}
.in_phone_card {
  font-size: 14px;
}
.min_wait_space {
  min-height: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.min_wait_space > h4 {
  font-size: 12px;
  font-weight: 600;
}
.phone_waiting {
  font-weight: 600;
  font-size: 12px;
}
.phone_waiting i {
  margin: 0 15px;
  color: #e4033b;
}
/* admin ayarlar end */

/* Setting resevation start */

.setting_reservation_container{
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.setting_reservation_item{
  width: 33.33333333333%; min-height: 10px;
  padding: 8px;
}

.setting_reservation_item_inner {
  width: 100%;
  min-height: 10px;
  background-color: rgb(247, 247, 247);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  overflow: auto;
}

.setting_reservation_title{
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 17px;
  margin-top: 15px;
}

.user_set_line_container2{
  justify-content: start;
}

.setting_reservation_image_container{
  width: 110px;
  height: 110px;
  border: 8px solid rgb(247,247,247);
}

.setting_reservation_image_container img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.setting_content_container{
  padding: 10px;
  flex: 1;
}

.setting_content_inner{
  width: 100%;
  min-height: 10px;
  background-color: white;
  height: 100%;
  padding: 7px;
  border-radius: 8px;
}

.setting_content_item:nth-child(1){
  font-weight: 500;
  font-size: 16px;
}

.setting_content_item:nth-child(2){
  font-weight: 400;
  color: #777;
}

.setting_content_content_item_buttons_container{
  display: flex;
  gap: 5px;
  justify-content: flex-end;

}

.setting_content_item_button_container{
  display: flex;
  justify-content: flex-end;
}

.setting_content_item_button_container div{
   padding: 5px 20px;
   background-color: red;
   color: white;
   border-radius: 8px;
   cursor: pointer;
}

.setting_content_item_button_container2 div{
  padding: 5px 20px;
  background-color: green;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
}

.setting_content_item_button_container3 div{
  padding: 5px 20px;
  background-color: grey;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
}

.setting_content_item_button_container4 div{
  padding: 5px 10px;
    background-color: green;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.setting_content_item_button_container5 div{
  padding: 5px 10px;
    background-color: red;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.user_set_line_container3{
  margin-bottom: 14px;
}
/* Setting reservation end */

/* Comments Start */
.comments_comment_top_container{
  display: flex;
  justify-content: space-between;
}

.comments_comment_top_container div:nth-child(1){
  font-size: 14px;
  font-weight: 600;
}

.comments_comment_top_container div:nth-child(2){
  font-size: 12px;
  font-weight: 400;
  color: "grey";
}

.comments_comment_text{
  font-size: 13px;
  margin-top: 10px;
}
/* Comments End */

.deneme{
  display: none;
}

.myrated_tabs_menu_buttons_container{
  width: 100%;
  min-height: 10px;
  display: flex;
  justify-content: center;
  align-items: "center";
  gap: 10px;
  margin-top: 20px;
}

.myrated_tabs_menu_buttons_container button{
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  font-size: 12px;
}

.activeTab{
  background-color: #e4033b;
  color: #fff !important  ;
}