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

.form-kayan-metin span {
    display: inline-block;
    padding-left: 100%;
    animation: 10s linear 0s infinite normal none running kaydir;
    margin: 7px;
    color: rgb(47, 49, 47);
    font-weight: bold;
    font-size: medium;
}

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

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

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

.vipgroup {
    width: 50%;
    border-radius: 10px 0px;
    border: 1px solid rgb(204, 204, 204);
    line-height: normal;
    padding: 5px !important;
    background: #ffffff;
}

.vipgroup:hover {
    box-shadow: rgb(75, 166, 238) 0px 5px 10px -5px;
    border: 1px solid rgb(75, 166, 238);
    background: rgb(229, 255, 204);
    cursor: pointer;
}

.vipgroup.active {
    box-shadow: rgb(75, 166, 238) 0px 5px 10px -5px;
    border: 1px solid rgb(75, 166, 238);
    background: chartreuse;
    cursor: pointer;
}


.hotel-name {
    margin: 5px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 600 !important;
}

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

.oteller-listesi li {
    padding: 0px 7px;
    border-radius: 10px 0px;
    font-weight: 600;
    box-shadow: rgb(75, 166, 238) 0px 5px 10px -5px;
    border: 1.5px solid rgb(75, 166, 238) !important;
}

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

.oteller-listesi li:hover {
    background-color: rgba(0, 176, 255, 0.45);
    cursor: pointer;
}

.oteller-listesi li.active {
    background-color: rgba(0, 176, 255, 0.45);
}

.highlighted-hotel {
    background-color: rgba(0, 176, 255, 0.45);
}

.currency-title td {
    background: rgba(0, 176, 255, 0.45);
    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 rgb(75, 166, 238);
    border-radius: 0px 0px 10px 0px;
    padding: 5px;
    margin: -10px 0px 0px;
    background: #ffffff;
}

.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: 0px;
    left: 0px;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(240, 248, 255, 0.5);
}

.modal .close {
    position: absolute;
    text-align: center;
    margin: -23px 0px 0px;
    padding: 1px 15px;
    border-radius: 10px 0px;
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    font-weight: bold;
}

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

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

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

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

.sonuc-yesil {
    padding: 2px 7px 4px;
    margin: 0px 0px 5px;
    background: chartreuse;
    border: 1px solid rgb(99, 164, 232);
    color: black;
    font-weight: 700;
    font-size: 15px;
    border-radius: 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;
    }

    .form-container1 {
        margin: 10px -5px !important;
        width: calc(100% + 10px) !important;
    }

    .mod-formlar-container {
        margin: 10px 3px !important;
        width: calc(100% - 3px) !important;
    }
    
    .vehicle-image-option span {
        padding: 3px 25px !important;
    }
}

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

.disabled input {
    pointer-events: none;
    cursor: not-allowed;
    background: rgb(242, 242, 242);
    box-shadow: none !important;
}

.disabled label {
    pointer-events: none;
    cursor: not-allowed;
    background: linear-gradient(0deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 50%, rgb(189, 200, 220) 100%) !important;
}

.buton-degistir {
    vertical-align: text-top;
    padding: 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: rgba(0, 0, 0, 0.075) 0px 5px 5px inset;
}

.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;
    padding: 1px 15px;
    border-radius: 10px 0px;
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    font-weight: bold;
    box-shadow: rgb(151, 193, 255) 0px 0px 15px 0px;
}

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

.ekstra-aciklama strong {
    background: rgb(160, 252, 78);
    border: 1px solid rgb(114, 241, 0);
    border-radius: 10px 0px;
    padding: 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;
    padding: 0px 15px;
    border-radius: 10px 2px;
    background: rgb(160, 252, 78);
    border: 1px solid rgb(99, 164, 232);
    color: rgb(0, 0, 0);
    font-weight: bold;
    box-shadow: rgb(151, 193, 255) 0px 0px 15px 0px;
    line-height: 22px;
}

.form-container1 {
    margin: 2% 5%;
    border-radius: 10px;
    /* border-style: solid; */
    /* border-width: 1px; */
    /* border-color: rgb(220, 220, 220); */
    width: 90%;
    background: linear-gradient(0deg, #f1f1f1db 0%, #f1f1f1db 25%, #f1f1f1db 50%, #f1f1f100 90%);
    /* box-shadow: #dddddddb 0px 0px 15px 0px; */
}

.fiyattable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-color: rgb(255, 255, 255);
    line-height: 14px;
}

.fiyattable th {
    font-weight: bold;
    background: rgb(16, 97, 204);
    color: white !important;
    border: 0px solid !important;
}

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

#output_belde_adi:focus,
#output_belde_adi:focus-visible {
    outline: none;
}

#output_belde_adi::selection {
    background: transparent;
    color: inherit;
}

.vehicle-image-row td {
    text-align: center;
    padding: 2px 0px !important;
}

.vehicle-image-option {
    border-radius: 10px 0px;
    display: block;
    width: 100%;
    padding: 0px;
    border: 1.5px solid rgb(75, 166, 238);
    background: transparent;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
    overflow: hidden;
}

.vehicle-image-option:hover {
    border-color: chartreuse;
    background: rgb(136, 215, 251);
    box-shadow: rgb(75, 166, 238) 0px 5px 10px -6px;
}

.vehicle-image-option:hover img {
    transform: scale(1.4);
    transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.vehicle-image-option.active {
    border: 3px solid chartreuse;
    background: chartreuse;
    box-shadow: rgb(75, 166, 238) 0px 5px 10px -6px;
}

.vehicle-image-option.active img {
    transform: scale(1.2);
    transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.vehicle-image-option img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transition: transform 0.2s;
    transform-origin: center center;
}

.vehicle-image-option span {
    display: block;
    width: 100%;
    background:#fff;
    position:relative;
    font-weight:bold;
    padding: 3px;
}

.vehicle-image-option:hover span {
    background: #d9ffb4;

}

.vehicle-image-option.active span {
    background: chartreuse;
}


.fiyattable label {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 3px;
    border-radius: 10px 0px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    user-select: none;
    border: 1.5px solid rgb(75, 166, 238);
    font-size: medium;
    box-shadow: rgb(75, 166, 238) 0px 5px 10px -5px;
    padding: 5px 3px !important;
    background: rgb(255, 255, 255) !important;
}

.fiyattable label:hover {
    background: rgb(229, 255, 204) !important;
}

.fiyattable input[type="radio"] {
    appearance: none;
    border: 2px solid rgb(187, 187, 187);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-color: rgb(255, 255, 255);
    width: 18px !important;
    height: 18px !important;
}

.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;
}

.fiyattable input[type="radio"]:checked {
    border-color: rgb(74, 144, 226);
}

.fiyattable input[type="radio"]:checked::before {
    background-color: rgb(74, 144, 226);
}

.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;
    font-size: 14px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(16, 97, 204) 0px 0px 5px 0px;
    padding: 0px !important;
}

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

.dropdown-list .suggestion-item:hover {
    background-color: rgb(240, 240, 240);
    cursor: pointer;
}

.dropdown-list .suggestion-item.active {
    background-color: rgb(208, 234, 255);
}

.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;
    border-width: 1.5px 1.5px 0px;
    border-style: solid solid none;
    border-color: rgb(75, 166, 238) rgb(75, 166, 238) currentcolor;
    border-image: initial;
    border-radius: 5px 0px 0px;
    padding: 0px 5px 0px 6px;
    font-weight: 600;
    z-index: 1;
    height: fit-content;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(189, 200, 220) 100%);
}

.belde {
    & div[id="nereden"] input, & div[id="nereye"] input {
        pointer-events: none;
        cursor: not-allowed;
        background: rgb(215, 215, 215);
        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: rgb(234, 51, 35);
    border-style: solid;
    border-width: 1px;
    border-radius: 12px 0;
    padding: 5px;
}

.mod-formlar-container {
    background-color: #f1f1f1db;
    border-radius: 10px;
    width: 90%;
    margin: 2% 5%;
    box-shadow: #f1f1f1db 0px 0px 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;
}

.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;
    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: rgba(0, 0, 0, 0.075) 0px 5px 5px inset;
}

.mod-formlar-container input:focus {
    border-radius: 0px;
    box-shadow: rgb(16, 97, 204) 0px 0px 5px 0px;
}

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

.mod-formlar-container select:focus {
    border-radius: 0px;
    box-shadow: rgb(16, 97, 204) 0px 0px 5px 0px;
}

.mod-formlar-container textarea:focus {
    border-radius: 0px;
    box-shadow: rgb(16, 97, 204) 0px 0px 5px 0px;
}

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

.mod-formlar-container button:hover {
    background-color: rgb(0, 86, 179);
}

.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: rgb(240, 240, 240);
}

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

.iti__dial-code {
    color: rgb(136, 136, 136);
    margin-left: auto;
    font-size: 13px;
}

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

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