@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
a {
  text-decoration: none;
}
.baadc75e {
  font-family:
    Times New Roman,
    Times,
    serif;
}

div.baadc75e {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url(https://res.cloudinary.com/a254efaba/image/upload/v1694953881/handrawn-barbecue-elements_1_ygpu3s.png);
  background-size: contain;
  color: #1a202c;
}

h1.baadc75e {
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 35px;
  border-bottom: 5px solid #a0a0a0;
}

.baadc75e-list {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.baadc75e-list-item {
  width: 25vw;
  height: 30vw;
  margin: 10px;
}

.baadc75e-list-item-image {
  width: 100%;
  height: 25vw;
  border-radius: 16px;
}

.baadc75e-list-item h1 {
  font-size: 16px;
  text-align: center;
  font-family:
    Times New Roman,
    Times,
    serif;
}

.baadc75e-item-list-item {
  display: flex;
  margin: 10px;
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
  position: relative;
}

.baadc75e-item-list-item-info {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.baadc75e-item-list-item-info h1 {
  font-family:
    Times New Roman,
    Times,
    serif;
}

.baadc75e-item-list-item-info-description {
  font-size: 16px;
  color: #626262;
  font-family:
    Times New Roman,
    Times,
    serif;
}

.baadc75e-item-list-item-info-price {
  font-size: 16px;
  font-family:
    Times New Roman,
    Times,
    serif;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
}

.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ae1e1b95a-header {
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ae1e1b95a-header-title {
  color: black;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.ae1e1b95a-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ae1e1b95a-header-logo img {
  width: 200px;
  height: auto;
}

.ae1e1b95a-body-categories {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ae1e1b95a-category {
  height: 15vh;
  width: 85vw;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}

.ae1e1b95a-category-img {
  position: absolute;

  width: 100%;
  height: 15vh;
  border-radius: 10px;
  z-index: 1;

  object-fit: contain;
}

.ae1e1b95a-category-img img {
  position: absolute;
  width: 85vw;
  height: 15vh;
  border-radius: 10px;

  object-fit: cover;
}
.ae1e1b95a-category-img div {
  z-index: 6;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(9, 9, 121, 0) 48%,
    rgba(0, 212, 255, 0) 100%
  );
  width: 85vw;
  height: 15vh;

  border-radius: 10px;
}
.ae1e1b95a-category-content {
  margin-left: 2rem;
  z-index: 2;
  color: white;
}

.ae1e1b95a-category-content-title {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 0.1;
}

.ae1e1b95a-category-content-title sub {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 0.1;
}

.ae1e1b95a-category-content-title p {
  z-index: 2;
  font-weight: 700;
  letter-spacing: 0.1rem;
  position: relative;
  margin-block-end: 0;
  line-height: 1;
}
.ae1e1b95a-footer {
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.line {
  width: 105%;
  height: 0.7rem;
  background-color: #0e6370;
  position: absolute;
  left: -3%;

  top: 6px;
  border-radius: 10px;
}
.ae1e1b95a-body-items {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ae1e1b95a-item {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: #fff;

  backdrop-filter: blur(10px);

  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ae1e1b95a-item-content-title {
  margin-left: 1rem;
}
.ae1e1b95a-item-content-title p {
  line-height: 1;
  margin-block-end: 0;
  margin-block-start: 0;
}

.ae1e1b95a-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #0e6370;
}

.ae1e1b95a-item-subtitle {
  font-size: 15px;
  color: #0e6370;
}

.ae1e1b95a-item-price {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 1rem;
}

.ae1e1b95a-item-img {
  width: 200px;
  height: 20vh;
}

.ae1e1b95a-item-img img {
  width: 200px;
  height: 20vh;

  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  object-fit: cover;
}
.ae1e1b95a-categories-bar {
  margin-top: 10px;
  display: flex;
  overflow-x: scroll;
  gap: 0.5em;

  padding-bottom: 10px;
}
.ae1e1b95a-categories-bar-item {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #ffffff;
  color: #0e6370;

  padding: 0.6em;

  font-size: 20px;
  font-weight: bolder;
  border-radius: 10px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ae1e1b95a-categories-bar-item-selected {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #0e6370;
  color: #fff;

  padding: 0.6em;

  font-size: 20px;
  font-weight: bolder;
  border-radius: 10px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ae1e1b95a-categories-bar-item-selected span {
  line-break: anywhere;
  white-space: nowrap;
}

.ae1e1b95a-categories-bar-item span {
  line-break: anywhere;
  white-space: nowrap;
}

.ae1e1b95a-back-button i {
  padding: 0.5em;
  background-color: #0e6370;
  color: white;
  border-radius: 100%;
  font-weight: 700;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.input-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #434343;
}

.input-text-field {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-radius: 0.375rem;
  border-width: 0;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
  --tw-ring-inset: inset;
  --ring-color: #d1d5db;
  width: 100%;
  color: #111827;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);

  @media (min-width: 640px) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5rem;
  }
}

.button-submit-for-devise {
  display: flex;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  justify-content: center;
  border-radius: 0.375rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #fff;
  background-color: #6200e8;
}
.button-submit-for-devise:hover {
  background-color: #6366f1;
}

.button-outline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #3b82f6;
  font-weight: 600;
  color: #1d4ed8;
  background-color: transparent;
}

.button-outline:hover {
  border-color: transparent;
  color: #ffffff;
  background-color: #3b82f6;
}

.button-outline-purple {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #6200e8;
  font-weight: 600;
  color: #6200e8;
  background-color: transparent;
}

.button-outline-purple:hover {
  border-color: transparent;
  color: #ffffff;
  background-color: #6200e8;
}

.custom-file-input {
  display: block;
  color: transparent;
  width: full;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: "+ Logo Seç";
  color: #6200e8;
  display: inline-block;
  background: transparent;
  border: 1px solid #6200e8;
  border-radius: 3px;
  padding: 15px 90px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  width: full;
}

.delete-button-color {
  background-color: #da3e0c !important;
}
.update-button-color {
  background-color: #daad0c !important;
}
.create-button-color {
  background-color: #57da0c !important;
}

.language-bg {
  background-image: url("https://res.cloudinary.com/dzhkcmwrt/image/upload/v1708191086/dil_bilgileri_bg_sf7w2p.png");
  background-size: cover;
}
.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.breadcrumbs {
  border: 1px solid #cbd2d9;
  border-radius: 0.3rem;
  display: inline-flex;
  overflow: hidden;
  margin-bottom: 25px;
  margin-left: 0.8rem;
}

.breadcrumbs div {
  background: #fff;
  color: #333;
  outline: none;
  padding: 0.75em 0.75em 0.75em 1.25em;
  position: relative;
  text-decoration: none;
  transition: background 0.2s linear;
}

.breadcrumbs div:hover:after,
.breadcrumbs div:hover {
  background: #edf1f5;
}

.breadcrumbs div:focus:after,
.breadcrumbs div:focus,
.breadcrumbs div.is-active:focus {
  background: #323f4a;
  color: #fff;
}

.breadcrumbs div:after,
.breadcrumbs div:before {
  background: white;
  bottom: 0;
  clip-path: polygon(50% 50%, -50% -50%, 0 100%);
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  transition: background 0.2s linear;
  width: 1em;
  z-index: 1;
}

.breadcrumbs div:before {
  background: #cbd2d9;
  margin-left: 1px;
}

.breadcrumbs div:last-child {
  border-right: none;
}

.breadcrumbs div.is-active {
  background: #edf1f5;
}
