@import url("./reset.css");
@import url("./bootstrap.min.css");
@import url("./fontawesome6.min.css");
@import url("./daterangepicker.css");
@import url("./owl.carousel.min.css");
@import url("./owl.theme.default.css");
@import url("./jquery-ui.css");
@import url("./viewbox.css");
@import url("./common.css");
@import url("./homepage.css");
@import url("./reservation.css");
@import url("./subpage.css");
@import url("./template.css");

html {
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text-color);
  font-size: 0.8125rem
}

a {
  text-decoration: none;
}

ul,
li,
ol,
h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.125rem;
}

strong {
  font-weight: 600;
}

.btn {
  border-radius: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 1.25rem;
  white-space: nowrap;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  height: 2.5rem;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-small {
  padding: 0 1rem;
  height: 2rem;
  font-size: 0.8123rem;
  font-weight: 400;
}

.btn-x-small {
  padding: 0.25rem 1.25rem;
  height: auto;
  font-size: 0.75rem;
}

.btn-x-small i {
  font-size: 14px;
}

.btn-sm {
  font-size: 1rem;
}

.btn-lg {
  font-weight: 500;
  font-size: 1rem;
}

.shadow {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05) !important;
}

.form-control,
.form-select {
  padding: 0rem 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid var(--light-border-color);
  background-color: var(--white-color);
  height: 3.125rem;
  font-size: 0.875rem;
  color: #666;
}

.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
}

textarea.form-control {
  resize: none;
  padding: 1.25rem;
  height: auto;
  min-height: 100px;
}

.custom-checkbox,
.custom-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  min-height: 20px;
  padding-top: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input,
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox input:checked ~ .checkmark,
.custom-radio input:checked ~ .checkmark {
  border-color: var(--primary-color);
}

.custom-checkbox input:checked ~ .checkmark i,
.custom-radio input:checked ~ .checkmark i {
  color: var(--primary-color);
  visibility: visible;
}

.custom-checkbox input:checked ~ .checkmark:after,
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark,
.custom-radio .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-checkbox .checkmark i,
.custom-radio .checkmark i {
  font-size: 12px;
  visibility: hidden;
}


.custom-radio .checkmark:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-radio input:checked ~ .checkmark:after {
  visibility: visible;
}

.custom-radio .checkmark {
  border-radius: 100%;
}

.custom-radio .checkmark:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--primary-color);
  border: none;
  visibility: hidden;
}

.modal-content {
  border-radius: 0.625rem;
  border: 0;
}

.collapsing {
  transition: none;
}

.img-radius {
  border-radius: 0.625rem;
}

.flex-1 {
  flex: 1;
}

hr {
  background-color: rgba(0, 0, 0, 0.35);
  margin: 1.25rem 0;
}

.radius {
  border-radius: 0.625rem;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  border-radius: 5px;
  border-color: var(--gray-color);
  padding: 0.1rem 0.25rem;
}

@media (max-width: 575px) {
  .xs-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.fw-bold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500 !important;
}

.lh-auto {
  line-height: 1.3;
}

.link {
  color: var(--primary-color);
  text-decoration: underline;
}

.link:hover {
  color: var(--secondary-color);
}

.modal-title {
  color: var(--text-color);
}

.modal-body {
  font-weight: 400;
  font-size: 0.875rem;
}

.nav-tabs {
  border: 0;
}

.link {
  color: var(--primary-color);
  text-decoration: underline;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--primary-color);
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-normal {
  background-color: var(--gray-color);
}

.pagination {
  gap: 0.5rem;
}

.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-item.disabled .page-link {
  color: var(--gray-color);
  background-color: #f9f9f9;
}

.page-link {
  color: #666;
  border-radius: 0.625rem !important;
  width: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.5rem 0;
}

.page-link:hover {
  color: var(--primary-color);
}

.alert {
  border-radius: 0.625rem;
}

.tooltip {
  font-size: 0.75rem;
}

.tooltip hr {
  margin: 0.5rem 0;
  background-color: var(--white-color);
}

.drp-calendar.right {
  @media (max-width: 767px) {
    display: none !important;
  }
}

.table th {
  font-weight: 600;
}

.badge {
  padding: 0.5rem 0.75rem;
  font-weight: 500;
}


.mainSearch__dropdown {
    position: absolute; /* input'a göre konumlandır */
    background-color: #fff;
    box-shadow: 0 15px 20px -10px rgba(50, 62, 72, .1);
    top: 100%; /* input'un altına yerleştir */
    left: 0; /* input'un soluna hizala */
    width: 100%; /* input'un genişliğine uyum sağla */
    max-height: 240px; /* Maksimum yükseklik */
    overflow-y: auto; /* Kaydırma eklendi */
    border-radius: 0.625rem; /* Köşe yuvarlama */
    padding: 10px;
    z-index: 9; /* Diğer elemanların üzerinde göster */
    border: 1px solid var(--Light); /* Hafif çerçeve */
}

@media only screen and (max-width: 600px) {
    .mainSearch__dropdown {
        width: 100%; /* Mobilde tam genişlik */
        left: 0; /* Sol hizalama */
    }
}



    .mainSearch__dropdown > li {
        position: relative;
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 500;
        color: var(--GrayColor);
        cursor: pointer;
        line-height: 17px;
        display: flex;
        align-items: center;
    }

        .mainSearch__dropdown > li:hover {
            background: #eef1f5;
            border-radius: 10px;
        }

    .mainSearch__dropdown::-webkit-scrollbar {
        width: 4px
    }

    .mainSearch__dropdown::-webkit-scrollbar-track {
        background: #e1e1e1
    }

    .mainSearch__dropdown::-webkit-scrollbar-thumb {
        background: #aeaeae
    }

    .mainSearch__dropdown > li > span {
        position: relative;
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 16px;
    }

.mainSearch__title {
    font-feature-settings: 'ss01' on;
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    color: #fff;
    padding: 64px 0px;
}




