/* modules/mod_formlar/tmpl/style.css */

.form-kayan-metin {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 700px;
    width: 100%;
    background: chartreuse;
    mask: linear-gradient(to right, transparent 0%, #000000 5%, #000000 95%, transparent 100%);
    margin: auto;
}

.form-kayan-metin span {
    display: inline-block;
    padding-left: 100%;
    animation: kaydir 10s linear infinite;
    margin: 7px;
    color: #2f312f;
    font-weight: bold;
    font-size: medium;
}

.table>:not(:first-child) {
    border-top: 0px;
}

.viprow {
    display: flex;
    gap: 4px;
    margin: 5px;
}

.vipgroup {
    width: 50%;
    padding: 5px 5px !important;
    border-radius: 10px 0px 10px 0px;
    border: 1px solid #ccc;
    line-height: normal;
}

.vipgroup.active {
    background: #ffffff !important;
    box-shadow: #4ba6ee 0px 5px 10px -5px;
    border: 1px solid #4ba6ee;
}

.hotel-name {
    font-weight: 600 !important;
    margin: 5px;
    font-size: 14px;
    color: #000;
}

.oteller-listesi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 10px 0px;
    margin-block-start: 0;
    margin-block-end: 0;
    mask: linear-gradient(to bottom, transparent 0%, #000000 10px, #000000 calc(100% - 10px), transparent 100%);
}

.oteller-listesi li {
    padding: 0px 7px 0px 7px;
    border-radius: 10px 0px 10px 0px;
    border: 1.5px solid #4ba6ee !important;
    font-weight: 600;
    box-shadow: #4ba6ee 0px 5px 10px -5px;
}

.oteller-listesi ::marker {
    font-size: 0px;
}

.oteller-listesi li:hover {
    background-color: #00b0ff73;
    cursor: pointer;
}

.oteller-listesi li.active {
    background-color: #00b0ff73;
}

.highlighted-hotel {
    background-color: #00b0ff73;
}

.currency-title td {
    background: #00b0ff73;
    padding: 0px !important;
    text-align: center !important;
}

.currency-row {
    line-height: 14px;
}

details ul {
    max-height: 780px;
    overflow-y: auto;
}

.row-ekstralar {
    border: 1.5px solid #4ba6ee;
    border-radius: 5px;
    padding: 5px;
    margin: -10px 0px 0px 0px;
}

.row-ekstralar .form-group {
    display: flex;
    height: 40px;
    width: 32.2%;
    vertical-align: middle;
    margin-bottom: 0px !important;
}

.row-ekstralar select {
    width: 40px;
    margin: 3px;
    padding: 0px;
}

.label-ekstra {
    padding: 5px 0px 5px 5px;
    font-weight: 600;
    font-size: small;
    line-height: 14px;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

::placeholder {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    opacity: 0.7;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    background: hsl(208deg 100% 97% / 50%);
}

.modal .close {
    position: absolute;
    text-align: center;
    margin: -23px 0px 0px 0px;
    padding: 1px 15px 1px 15px;
    border-radius: 10px 0px 10px 0px;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
}

.modal-content {
    max-width: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000000;
    padding: 10px;
    margin: 34px 0px -40px 0px;
    z-index: 999;
    border-radius: 20px 0px 20px 0px;
    box-shadow: 0 0 15px 0 #97c1ff;
    align-items: flex-end;
    line-height: normal;
}

.modal-content p {
    margin: 0px 0px 5px 0px !important;
}

.modal-content ul {
    margin: 0px 0px 5px 0px !important;
}

.mod-formlar-sonuc,
div[id="mod-formlar-sonuc"] {
    max-height: calc(100vh - 210px);
    overflow-x: auto;
    width: inherit;
    text-align: left;
    margin-top: 10px;
    padding-left: 10px;
}

.sonuc-yesil {
    padding: 2px 7px 4px 7px;
    margin: 0px 0px 5px 0px;
    background: chartreuse;
    border: 1px solid #63a4e8;
    color: black;
    font-weight: 700;
    font-size: 15px;
    border-radius: 10px 0px 10px 0px;
    width: fit-content;
    display: flex;
}

@media (max-width: 575px) {

    .buton-degistir {
        display: none;
    }

    .row-ekstralar .form-group {
        width: 49.2%;
    }

    .oteller-listesi {
        max-height: 400px;
    }

}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.disabled input {
    pointer-events: none;
    cursor: not-allowed;
    background: #f2f2f2;
    box-shadow: none !important;
}

.disabled label {
    pointer-events: none;
    cursor: not-allowed;
    background: linear-gradient(0deg, #f2f2f2 0%, #ffffff 50%, #bdc8dc 100%) !important;
}


label[for="ekstralar"] {
    background: linear-gradient(0deg, #f2f2f2 0%, #ffffff 50%, #bdc8dc 100%) !important;
}

label[for="ekstralar2"] {
    background: linear-gradient(0deg, #f2f2f2 0%, #ffffff 50%, #bdc8dc 100%) !important;
}

.buton-degistir {
    vertical-align: text-top;
    padding: 10px 0px 10px 0px;
}

.form-info {
    text-align: center;
    display: block;
    margin: 10px;
}

.form-content {
    display: flex;
    justify-content: center;
}

.detail-title {
    text-align: end;
    font-weight: 600;
    width: 35%;
    vertical-align: middle;
    line-height: 14px;
}

.detail-content {
    text-align: start;
    font-weight: 600;
    width: 65%;
    vertical-align: middle;
}

.detail-content output {
    width: 80px;
    text-align: end;
}

.detail-content input {
    width: 100%;
}

.detail-content textarea {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    height: 60px;
    font-weight: 600;
    font-size: medium;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.075);
}

.detail-info {
    line-height: normal;
    font-size: small;
}

.detail-sayi {
    display: flex;
}

.donus-yer {
    display: flex;
    justify-content: flex-end;
}

.donus {
    position: absolute;
    z-index: 1;
    text-align: center;
    margin: -25px 0px 0px 0px;
    padding: 1px 15px 1px 15px;
    border-radius: 10px 0px 10px 0px;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 15px 0 #97c1ff;
}

.ekstra-aciklama {
    font-style: italic;
    line-height: normal;
    font-size: small;
    margin-top: 3px;
    margin-bottom: 3px;
}

.ekstra-aciklama strong {
    background: #a0fc4e;
    border: 1px solid #72f100;
    border-radius: 10px 0px 10px 0px;
    padding: 0px 7px 0px 7px;
}

.ekstra-ucret {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.ucret {
    position: absolute;
    z-index: 1;
    text-align: center;
    margin: -21px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    border-radius: 10px 2px 10px 2px;
    background: #a0fc4e;
    border: 1px solid #63a4e8;
    color: #000000;
    font-weight: bold;
    box-shadow: 0 0 15px 0 #97c1ff;
    line-height: 22px;
}

.form-container1 {
    background: white;
    margin: 2% 5% 2% 5%;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    width: 90%;
    background: linear-gradient(0deg, #f2f2f2cc 0%, #ffffffcc 25%, #ffffffcc 50%, #00b0ffc7 90%);
    box-shadow: #4576b7 0 0 15px 0px;
}

.fiyattable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-color: #fff;
}

.fiyattable th {
    font-weight: bold;
    color: white !important;
    background: #1061cc;
    border: 0px solid !important;
}

.fiyattable td {
    font-weight: bold;
    vertical-align: middle;
    text-align: end;
    border: 0px solid !important;
    padding: 4px;
}

.fiyattable label {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 5px !important;
    border-radius: 10px 0px 10px 0px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: #fff !important;
    user-select: none;
    border: 1.5px solid #4ba6ee;
    font-size: medium;
    box-shadow: #4ba6ee 0px 5px 10px -5px;
}

.fiyattable label:hover {
    background: #e5ffcc !important;
}

.fiyattable input[type="radio"] {
    appearance: none;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #bbb;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
}

.fiyattable input[type="radio"]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: background-color 0.2s ease;
}

.fiyattable input[type="radio"]:checked {
    border-color: #4a90e2;
}

.fiyattable input[type="radio"]:checked::before {
    background-color: #4a90e2;
}

.fiyattable label:has(input[type="radio"]:checked) {
    background: chartreuse !important;
}

.dropdown-list {
    position: absolute;
    z-index: 2;
    display: block;
    width: max-content;
    min-width: 150px;
    max-width: 300px;
    max-height: 210px;
    overflow-y: auto;
    padding: 0px !important;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 0 0 5px 0 #1061cc;
}

.dropdown-list li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: 300ms;
    transition: 300ms;
    padding: 5px !important;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


.dropdown-list .suggestion-item:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.dropdown-list .suggestion-item.active {
    background-color: #d0eaff;
}

.dropdown-list .suggestion-item .highlight {
    background-color: yellow;
    font-weight: bold;
}

.form-group .icon-arrow-down {
    position: absolute;
    margin: -20px 0px 0px 4px;
    font-size: x-small;
    opacity: 0.3;
}

.mod-formlar-container label {
    margin-bottom: 0px;
    font-size: small;
    background: #24262a;
    border: solid 1.5px #4ba6ee;
    border-bottom: 0px;
    border-radius: 5px 0px 0px 0px;
    padding: 0px 5px 0px 6px;
    font-weight: 600;
    z-index: 1;
    height: fit-content;
    background: linear-gradient(0deg, #ffffff00 0%, #ffffff 50%, #bdc8dc 100%);
}

.belde {

    div[id="nereden"] input,
    div[id="nereye"] input {
        pointer-events: none;
        cursor: not-allowed;
        background: #d7d7d7;
        box-shadow: none;
    }

    .icon-arrow-down {
        display: none;
    }
}

input[id="transfer_ucreti"] {
    width: 65%;
}

input[id="transfer_ucreti_birimi"] {
    width: 35%;
}

div[id="rezervasyon1"] input,
div[id="rezervasyon2"] input {
    width: 100%;
}

div[id="transfer_tarihi"],
div[id="nereden"],
div[id="nereye"],
div[id="ucus_kodu"],
div[id="transfer_tarihi2"],
div[id="nereden2"],
div[id="nereye2"],
div[id="ucus_kodu2"] {
    width: 35%;
}

div[id="alma_noktasi"],
div[id="birakma_noktasi"],
div[id="alma_noktasi2"],
div[id="birakma_noktasi2"] {
    width: 100%;
}

div[id="toggleDirection"],
div[id="transfer_saati"],
div[id="transfer_saati2"] {
    width: 27%;
}

div[id="rezervasyon2"] {
    border-color: #ea3323;
}

.mod-formlar-container {
    background-color: #f2f2f2e0;
    padding: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    width: 90%;
    margin: 2% 5% 2% 5%;
    box-shadow: #4576b7 0 0 15px 0px;
}

.mod-formlar-container .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
}

.mod-formlar-container .form-group {
    margin-bottom: 5px;
}

.mod-formlar-container .form-group input {
    margin: -10px 0px 0px 0px;
}

.mod-formlar-container .form-row-time {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
}

.mod-formlar-container .form-group-time input {
    height: auto;
    padding: 7px;
    margin: -10px 0px 0px 0px;
    font-weight: 600;
    font-size: medium;
}

.mod-formlar-container input {
    padding: 7px;
    border-radius: 5px;
    height: 40px;
    font-weight: 600;
    font-size: medium;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.075);
}

.mod-formlar-container input:focus {
    border-radius: 0px;
    box-shadow: 0 0 5px 0 #1061cc;

}

.mod-formlar-container select {
    font-weight: 600;
    font-size: medium;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.075);
}


.mod-formlar-container select:focus {
    border-radius: 0px;
    box-shadow: 0 0 5px 0 #1061cc;
}

.mod-formlar-container textarea:focus {
    border-radius: 0px;
    box-shadow: 0 0 5px 0 #1061cc;
}

.mod-formlar-container button {
    padding: 10px;
    margin: 0px;
    width: 100%;
}

.mod-formlar-container button:hover {
    background-color: #0056b3;
}



/* modules/mod_formlar/tmpl/style.css */

.phone-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.iti__flag-box {
  width: 20px;
  min-width: 20px;
  height: 15px;
  margin-right: 8px;
  flex-shrink: 0;
}

.iti__country {
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
}

.iti__country:hover {
  background-color: #f0f0f0;
}

.country-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 4px 0;
}

.iti__dial-code {
  color: #888;
  margin-left: auto;
  font-size: 13px;
}

.selected-flag {
  display: flex;
  align-items: center;
  gap: 2px;
  background: white;
  border: 1.5px solid #4ba6ee;
  cursor: pointer;
  padding: 3px;
  border-radius: 5px;
  height: 40px;
  font-weight: 600;
  font-size: medium;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.075);
}

.dial-code {
  font-weight: bold;
  font-size: 14px;
}

