.logo-hotel img {

    filter: drop-shadow(2px 1px 0px rgba(0, 0, 0, 0.6));
}

input:focus::placeholder {
  color: transparent;
}
select {a
	cursor:pointer;
	font-size: var(--text_size);
}

.oda_tipi_desc{
	
}


#page-loader {
  width: 100%;
  height: 50px;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.spinner {
  width: 30px;
  height: 30px;
  border: 5px solid #ccc;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


.container_tipo .row_titolo .sin {
	width:100%;
}


/*datepicker*/
.daterangepicker {}


.daterangepicker td.in-range, .daterangepicker td.start-date, .daterangepicker td.end-date {
	background:#c5a477;
	color:#fff;
	border: none !important;
}

input#date-range{
	cursor:pointer;
	border: none;
	outline: none;
	font-size: var(--text_size);
	font-weight: 400;
	color: var(--texts_color);
	background:none;
	width: 150px;
}


.btn_search {background:#c5a477;padding: 5px 10px; border:none; color:#fff;}
.select_lang .box_lingue .elenco_lingue li a img {width:auto; height:auto;}


.drp-buttons button{
	background:#c5a477;
	padding: 5px 10px !important;
	border-radius: var(--border_radius_buttons) !important;
	color: #fff;
	border: none;
	margin-bottom: 5px;
}

.drp-buttons button.cancelBtn  {
	background:#F44336!important;
}



.discount_code{
	    background: none;
	    border: none;
	    outline: none;
	    font-size: var(--text_size) !important;
	    color: var(--texts_color);
}



.edit_child{
	display:none;
	border: 1px solid #e8e8e8;
	position: absolute;
	background: #ffffff;
	min-width: 180px;
	min-height: auto;
	padding: 11px;
	border-radius: 7px;
}

.cocuk_onay{
	margin-bottom: 10px;
	cursor: pointer;
	float: right;
	background: #c5a477;
	padding: 2px 12px;
	border: none;
	color: #fff;
	border-radius: 7px;
	margin-top: 15px;
}


.sr_btn_wr {
	display:flex;
}


select.select_lang, select.select_kur_sec{
	background: #d1b692; 
    border: none;
    padding: 7px;
    border-radius: 10px;
    width: 72px;
    margin-right: 15px;
}

#form_tekrar_arama select {
	border:none;
}

#cocukTrigger {
	 cursor: pointer; 
	 padding: 1px 3px;
}

#cocukYaslari select {
	border: 1px solid #ccc;
}

.cocuk_sayisi_wr{
	display: flex;
    justify-content: space-between;
}

#yasSecimler {margin-top: 10px;}
#yasSecimler label{width: 80%;}


.cocuk-yas-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.cocuk-yas-row label {
  margin-right: 8px;
  white-space: nowrap; /* label satÄ±r kÄ±rmasÄ±n */
}

.cocuk-yas-row select {
  flex: 1; /* select geri kalan alanÄ± kaplasÄ±n */
  max-width: 200px; /* istersen sÄ±nÄ±rlÄ± geniÅŸlik */
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.book_room {
	display: flex !important;
}
.button-loader {
    border: 2px solid #f3f3f3; /* aÃ§Ä±k gri */
    border-top: 2px solid #3498db; /* mavi */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*rezadÄ±m 1*/

.res_ozet ul {
	padding:0px;
}
.res_ozet ul li {
	list-style-type:none;
	border-bottom: 1px solid #dddddd;
	padding: 3px 0px 4px 0px;
}
.list-group-item>.badge {
    float: right;
}


.dati_personali textarea {
	border: 1px solid var(--border_color) !important;
	background:none !important;
	border-radius:5px;
}


.sozlesmeler {}
.sozlesmeler a{color: #c5a477;font-weight: bold;font-size: inherit;}


.card-wrapper{
	margin-top:20px;
}


.ui-dialog .ui-dialog-content {
  max-height: 70vh !important;  
  overflow-y: auto !important; 
}

/* Overlay */
.h_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background-color: rgba(0,0,0,0.5);
  /* overlay içinde (gerekirse) scroll olabilir ama modal-content sabit kalır */
  display: none;
}

/* Modal kutusu */
.h_modal_content {
  background: #fff;
  margin: 5vh auto; /* biraz üstten boşluk */
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  max-height: 70vh;      /* viewport yüksekliğinin %70'i */
  overflow-y: auto;      /* sadece modal içinde scroll */
  position: relative;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Kapat düğmesi */
.h_close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
.h_close:hover { color: #000; }



/*paket ürünler*/
.paket_gorsel{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive küçük ekranlar için (opsiyonel) */
@media (max-width: 480px) {
  .h_modal_content {
    width: 95%;
    margin: 2vh auto;
    max-height: 85vh;
    border-radius: 6px;
    padding: 16px;
  }
}


/*Rez SonuÃ§*/


   .rezsonuc_wr {
        background: #f6f7fb;
        padding: 20px;
        color: #333;
        width: 100%;
    }
    .rezsonuc_wr .rezsonuc_wr_container {
        margin: 30px auto;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        padding: 25px;
    }
    .rezsonuc_wr h1 {
        text-align: center;
        color: #006699;
        margin-bottom: 25px;
    }
    .rezsonuc_wr .alert {
        padding: 15px;
        border-radius: 6px;
        margin-bottom: 20px;
        font-weight: 500;
        text-align: center;
        font-size: 15px;
    }
    .rezsonuc_wr .alert.error {
        background: #ffe6e6;
        color: #cc0000;
        border: 1px solid #cc0000;
    }
    .rezsonuc_wr .alert.success {
        background: #e6ffed;
        color: #008000;
        border: 1px solid #008000;
    }
    .rezsonuc_wr .section {
        margin-bottom: 25px;
    }
    .rezsonuc_wr .section h2 {
        font-size: 1.6rem;
        color: #444;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
    }
    .rezsonuc_wr .info-row {
        display: flex;
        flex-wrap: wrap;
        padding: 6px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .rezsonuc_wr .info-row span.label {
        flex: 1 1 40%;
        font-weight: bold;
        color: #006699;
    }
    .rezsonuc_wr .info-row span.value {
        flex: 1 1 60%;
        word-wrap: break-word;
		display: flex;
    }
    .rezsonuc_wr .total-box {
        background: #f0f8ff;
        border: 1px solid #cce5ff;
        border-radius: 8px;
        padding: 15px;
        margin-top: 10px;
        display: inline-block;
        width: 100%;
    }
    .rezsonuc_wr .total-box .line {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
        background: none;
        color: inherit;
        border-bottom: 1px solid #ccc;
    }
    .rezsonuc_wr .total-box .grand {
        font-weight: bold;
        color: #cc0000;
        margin-top: 8px;
        padding-top: 6px;
    }
 



/* arma fiyat tipleri açık gelsin*/
.container_tipo {display:block !important;}





/*mobil*/


@media only screen and (max-width: 960px) { 


.card-wrapper{
	margin-top:0px !important;
}


/*Ã¼st */
#step .link-homepage {display:flex;padding: 0;}
#step .container {justify-content:flex-start;padding-left: 0;}

#form_tekrar_arama select {
	background:none;
}
.daterangepicker {
    top: 40px !important;
}

select.select_lang{ 

	background: #f0f0f0; 
}


.pulsanti {
	border:none !important;
}

.edit_child{
	right: 5%;
}

.sr_btn_wr {
	
	flex-direction: row;
	align-items: center;	
	margin: 0;	
	padding: 0;	
	margin-right: auto;
}


html {
	background:#e8e8e8;
}
input#date-range {
	width: 155px;
}
	
	
}
