/* public_html/modules/mod_belde_arama/tmpl/style.css */

#map-container {
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: #8fcfff;
    background: linear-gradient(180deg, #2f312f 0%, #2f312f 60px, #8fcfff 60px, #84d7eb00 80%);
    mask-image: linear-gradient(to bottom, #000000 60px, #000000db 50%, transparent 100%);
    width: 100%;
}

#map-container iframe {
    mask-size: 100% 100%;
    border: none;
    margin: 0px;
    width: 100%;
    height: 450px;
    pointer-events: none;
    opacity: 0;
    animation: fadeInSlow 1.5s ease 2.5s forwards;
    filter: hue-rotate(20deg);
}

#map-container.locked {
    transition: mask-image 10s ease-in-out;
}

#map-container.locked:hover {
    mask-image: linear-gradient(to bottom, black 40%, transparent 95%);
    transition: mask-image 10s ease-in-out;
}

#map-container.unlocked {
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    transition: mask-image 10s ease-in-out;
}

@keyframes fadeInSlow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* "Kilit AÃ§" butonu baÅŸlangÄ±Ã§ta gÃ¶rÃ¼nmez */
#toggleZoom {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    border: none;
    background: none;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

/* Butona hover yapÄ±nca arka plan deÄŸiÅŸsin */
#toggleZoom:hover {
    background: none;
}

#toggleZoom .fa-solid {
    font-size: xx-large;
    color: #ffffff;
    background: #00b0ffc7;
    box-shadow: 0 0 25px 25px #00b0ffc7;
    border-radius: 25px;
}

/* BaÅŸlangÄ±Ã§ durumu: buton gizli */
#toggleZoom {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

#output_belde_adi:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Mouse harita alanÄ±na girince buton gÃ¶rÃ¼nÃ¼r */
#map-container.locked:hover #toggleZoom {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
}

/* Kilit aÃ§Ä±ldÄ±ÄŸÄ±nda buton tamamen gizlensin */
#map-container.unlocked #toggleZoom {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

#beyazparlama {
    display: none;
}

.efs-forms {
    left: 50%;
    transform: translateX(-50%);
}

.efs-forms .efs-drop-menu {
    width: 275px;
}

.efs-forms .efs-search .awesomplete {
    width: 180px;
}

.efs-forms .efs-search .btn {
    width: 100%;
}

.efs-forms.fixed {
    position: fixed;
    z-index: 9999;
}

.efs-forms.fixed .efs-drop {
    padding: 10px 0px 10px 0px;
}

.efs-forms.fixed .efs-drop-menu {
    width: 275px;
}

.efs-forms.fixed .efs-search .awesomplete {
    width: 180px;
}

.efs-drop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0px 5px 10px;
}

.efs-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 10px 10px 10px;
}

.belde-grup1 {
    font-size: 28px;
}

.belde-grup2 {
    font-size: 24px;
}

.belde-grup3 {
    font-size: 18px;
}

.black-line-1 {
    background: #2f312f;
    height: 60px;
    margin-bottom: 120px;
}

.black-line-2 {
    background: #2f312f;
    height: 60px;
}

.black-line-3 {
    background: #2f312f;
    height: 50px;
    display: none;
}

.belde-ucretleri-mobil {
    background: #ddd;
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {

    .black-line-1 {
        margin-bottom: 117px;
        height: 97px;
    }

    .black-line-2 {
        height: 97px;
    }

    .black-line-3 {
        height: 85px;
        display: block;
    }

    .beldeler-listesi {
        /* margin: -10px -10px -10px -10px !important; */
        mask: linear-gradient(to bottom, transparent 0%, #000000 10px, #000000 calc(100% - 10px), transparent 100%);
    }

    .belde-ucretleri-mobil {
        /* margin: 10px 5px; */
    }

    .belde-grup1 {
        font-size: 19px;
    }

    .belde-grup2 {
        font-size: 15px;
    }

    .belde-grup3 {
        font-size: 14px;
    }

    #map-container iframe {
        height: 350px;
    }

    .animated-input {
        position: relative;
        transition: all 0.3s ease-in-out;
        top: 0;
    }

    .animated-input.focused {
        top: -20px;
    }

    .search-list {
        max-height: 150px !important;
        gap: 3px !important;
    }

    div[id="dropdown_nereden_ara"] {
        left: 2%;
    }

    div[id="dropdown_nereye_ara"] {
        right: 2%;
    }

    .dropdown-wrapper label {
        font-weight: 600 !important;
        padding: 0px 5px 0px 5px !important;
        margin-bottom: 0px !important;
    }

    .fixed .belde-form-row {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 5px !important;
    }

    .belde-form-row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .efs-forms .col-lg-6 {
        width: 100%;
    }

    .efs-forms {
        position: absolute !important;
        z-index: 9;
        width: 100%;
    }

    .efs-forms.fixed {
        position: fixed !important;
        z-index: 9 !important;
        top: 50px;
        width: 100%;
        background: #2e312f;
        box-shadow: 0 0 15px 0 #000000;
    }


    .fixed .belde-form-row .btn {
        width: 100%;
        display: none;
    }

    .efs-forms.fixed .efs-search {
        display: flex;
        padding: 5px 10px 5px 10px;
        box-shadow: none !important;
        border-radius: 0 !important;
        background: #2e312f;
    }

    .fixed .belde-form-group .btn {
        width: 100% !important;
    }

    .belde-form-input {
        width: 100% !important;
    }

    .efs-drop {
        display: none;
    }
}

@media (min-width: 575.99px) and (max-width: 767.98px) {

    .black-line-3 {
        display: block;
    }

    .beldeler-listesi {
        mask: linear-gradient(to bottom, transparent 0%, #000000 10px, #000000 calc(100% - 10px), transparent 100%);
    }

    .belde-ucretleri-mobil {}

    #map-container iframe {
        height: 400px;
    }


    .efs-forms .col-lg-6 {
        width: 100%;
    }

    .efs-forms {
        position: absolute;
        z-index: 9;
        width: 600px;
    }

    .efs-forms.fixed {
        position: fixed !important;
        z-index: 9 !important;
        top: 50px;
        width: 100%;
        background: #2e312f;
        box-shadow: 0 0 15px 0 #000000;
    }

    .efs-forms.fixed .efs-search {
        padding: 5px 0px 5px 0px;
        background: #2e312f;
    }

    .fixed .belde-form-row {
        flex-wrap: nowrap !important;
    }

    .fixed .belde-form-input {
        width: 200px !important;
    }

    .efs-drop {
        display: none;
    }

}

@media (min-width:767.99px) and (max-width: 991.98px) {

    .black-line-3 {
        display: block;
    }

    .beldeler-listesi {
        mask: linear-gradient(to bottom, transparent 0%, #000000 10px, #000000 calc(100% - 10px), transparent 100%);
    }

    .belde-ucretleri-mobil {
        /* margin: 10px 0px; */
    }

    #map-container iframe {
        height: 400px;
    }

    .fixed .belde-form-row {
        flex-wrap: nowrap !important;
    }

    .fixed .belde-form-input {
        width: 200px !important;
    }

    .efs-forms .col-lg-6 {
        width: 50%;
    }

    .efs-forms {
        position: absolute;
        z-index: 9;
        width: 600px;
    }

    .efs-forms.fixed {
        position: fixed !important;
        z-index: 9 !important;
        top: 50px;
        width: 100%;
        box-shadow: 0 0 15px 0 #000000;
    }

    .efs-forms.fixed .efs-search {
        padding: 5px 0px 5px 0px;
        background: #2e312f;
    }

    .efs-forms.fixed .efs-drop {
        padding: 10px 0px 0px 0px;
    }

    .efs-drop {
        padding: 10px 0px 10px 0px;
    }
}

@media (min-width: 991.99px) and (max-width: 1199.99px) {

    .efs-forms.fixed .efs-search {
        background: #ffffffdb;
        padding: 12px 10px 12px 10px;
        box-shadow: #000000 0 0px 15px -5px;
        border-radius: 20px 0px;
    }

    .efs-forms {
        position: absolute;
        z-index: 9;
        width: 600px;
        border-radius: 0px 0px 10px 10px;
    }

    .efs-forms.fixed {
        top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 300px;
    }

    .efs-forms.fixed .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .fixed .belde-form-input {
        width: 100%;
    }
}

@media (min-width: 1200px) {

    .kayan-metin {
        position: absolute;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 7px !important;
        background: linear-gradient(90deg, #7fff0000 0%, #7fff00 10%, #7fff00 90%, #7fff0000 100%) !important;
        max-width: 700px;
    }

    .efs-forms.fixed .efs-search {
        background: #ffffffdb;
        padding: 12px 10px 12px 10px;
        box-shadow: black 0px 0px 15px -5px;
        border-radius: 20px 0px;
    }

    .efs-forms {
        position: absolute;
        z-index: 9;
        width: 600px;
        border-radius: 0px 0px 10px 10px;
    }

    .efs-forms.fixed {
        top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 365px;
    }

    .efs-forms.fixed .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .fixed .belde-form-input {
        width: 100%;
    }
}

.fixed .belde-form-row {
    flex-wrap: wrap;
}

.fixed .belde-form-row .btn {
    width: 100%;
}

.belde-form-row {
    display: flex;
    gap: 5px;
}

.belde-form-group {
    display: flex;
    gap: 5px;
    width: 100%;
    justify-content: center;
}

.belde-form-input {
    height: 40px !important;
    width: 200px;
}

.belde-form-group input {
    height: 40px !important;
    white-space: nowrap;
    box-shadow: inset 0 5px 5px rgb(0 0 0 / 15%);
}

.belde-form-group button {
    height: 40px !important;
    white-space: nowrap;
}

input[id="input_belde_alias"] {
    display: block;
}

.fixed .dropdown-wrapper {
    position: absolute;
    transition: 0.5s;
    background: white;
    border-radius: 0px 20px 0px 20px;
    box-shadow: 0 0 5px #1061cc;
}


.dropdown-wrapper {
    position: absolute;
    transition: 0.5s;
    background: white;
    border-radius: 0px 20px 0px 20px;
    box-shadow: 0 0 5px #1061cc;
    z-index: 999;
    opacity: 0;
}

/* JS zaten display: block yaptÄ±ÄŸÄ± iÃ§in burasÄ± tetiklenir */
.dropdown-wrapper[style*="display: block"] {
    opacity: 1;
    animation: fadeInSlow 0.5s ease-in-out 0s forwards;
}


/* Labels */
.dropdown-wrapper label {
    font-weight: 600;
    padding: 3px;
    margin-bottom: -8px;
    background: linear-gradient(0deg, #fff 0%, #fff 50%, #bdc8dc 100%);
    mask: unset;
}

label[for="otel"] {
    border-radius: 0px 20px 0px 0px;
}

/* General Styles */
::placeholder {
    font-size: 14px;
    font-style: italic;
    opacity: 0.7;
}

/* Input and Textarea Styles */
input {
    /* width: 100%; */
    padding: 7px;
    border-radius: 5px;
    font-weight: 600;
    font-size: medium;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.075);
}

input:focus {
    border-radius: 0;
    box-shadow: 0 0 5px #1061cc;
}

/* Dropdown Suggestions */
.search-list {
    display: flex;
    width: 300px;
    max-height: 210px;
    overflow-y: auto;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.belde-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 3px !important;
    mask: linear-gradient(to bottom, transparent 0%, #000000 10px, #000000 calc(100% - 10px), transparent 100%);
}

.otel-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 3px !important;
    mask: linear-gradient(to bottom, transparent 0%, #000000 10px, #000000 calc(100% - 10px), transparent 100%);
}

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

.search-list li:hover {
    background-color: #00b0ff73;
    cursor: pointer;
}

.search-list li.active {
    background-color: #00b0ff73;
}

.kayan-metin {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    background: chartreuse;
    margin: auto;
}

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

@keyframes kaydir {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}


.belde-ucretleri {
    padding: 15px 0px;
    margin: -7px 0px -20px 0px;
}

.nav.beldeler-listesi {
    min-height: 40px;

}

.nav.beldeler-listesi li {}

.beldeler-listesi {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    overflow-x: auto;
    min-height: 179px;
    max-height: 350px;
    padding: 10px 0px !important;
}

.beldeler-listesi .efs-ticket {
    position: relative;
    margin: 0px;
    z-index: auto;
    top: unset;
    padding: 2px 7px 2px 7px;
}

.beldeler-listesi ul {
    display: flex;
    justify-content: center;
}

.beldeler-listesi li {
    padding: 4px 6px 4px 12px;
    margin: 0px;
    border-radius: 10px 0px 10px 0px;
    border: 1.5px solid #4ba6ee !important;
    background: white;
    font-weight: 700;
    box-shadow: #4ba6ee 0px 5px 10px -5px;
}

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

.beldeler-listesi li:hover {
    background-color: #80d8ff;
    color: #000 !important;
    cursor: pointer;
}

.beldeler-listesi li.active {
    background-color: #80d8ff;
    color: #000 !important;
}

.beldeler-listesi li>a {
    border-radius: 0px !important;
    border: none !important;
    background: unset !important;
    padding: 5px 9px !important;
    margin: 0px !important;
}

.beldeler-listesi li>a.active,
.beldeler-listesi li>a:hover {
    background: unset !important;
    color: #000 !important;
}

.beldeler-listesi li>a:before {
    display: none !important;
}

.article-list {
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent 0%, #000000 5%, #000000 95%, transparent 100%);
    padding: 10px;
}

.article-list .row {
    position: relative;
    display: flex;
    left: 20px;
    right: 20px;
    flex-wrap: nowrap;
    justify-content: unset;
    gap: 10px;
}

.article-list .col-lg-2 {
    width: 187px !important;
}

.article-list .post-format {
    display: none
}

.article-list .entry-header {
    position: relative;
}

.efs-ticket {
    position: absolute;
    z-index: 99;
    margin: 0px 3px 0px -176px;
    padding: 0px 7px 0px 7px;
    background: chartreuse;
    border: 1px solid #63a4e8;
    color: black;
    font-weight: 700;
    font-size: 15px;
    border-radius: 7px 0px 7px 0px;
    width: max-content;
    top: 80px;
    box-shadow: #80c7ff 0px 0px 10px 0px;
}

.item-page .efs-ticket {
    position: absolute;
    display: flex;
    z-index: 99;
    margin: -37px 0px -37px 3px;
    padding: 3px 7px 3px 7px;
    background: chartreuse;
    color: black;
    font-weight: 700;
    font-size: larger;
    border-radius: 10px 0px 10px 0px;
    top: unset;
    width: fit-content;
    display: none !important;
}

.efs-pricelist {
    width: 100%;
    max-width: 900px;
    border-collapse: collapse;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    line-height: 15px;
}

.efs-pricelist th,
.efs-pricelist td {
    padding: 5px;
    border: 1px solid #ddd;
    font-weight: 600;
}

.efs-pricelist th {
    font-weight: bold;
    color: white !important;
    background: #1061cc;
    height: 35px;
}

.efs-pricelist tr:nth-child(odd) {
    background-color: white;
}

.efs-pricelist tr:nth-child(even) {
    background-color: #f2f2f2;
}