.wrapper-map {
    position: relative;
    align-item: center;
}

.wrapper-map .filter-wrapper {
    width: 33%;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 3;
    background: #FFF;
    padding: 15px;
}

#map {
    height: 90vh;
    width: 100%;
}

.alert {
    color: red;
    display: none;
    font-size: 16px;
    font-weight: bold;
}

.alert.is-visible {
    display: block;
}

.tt-menu {
    border: 1px solid transparent;
    border-color: transparent lightgrey lightgrey lightgrey;
    background: white;
    width: 100%;
}

.tt-menu .tt-dataset .tt-suggestion {
    color: darkgrey;
    cursor: pointer;
    padding: 1rem;
    user-select: none;
}

.tt-menu .tt-dataset .tt-suggestion.tt-cursor,
.tt-menu .tt-dataset .tt-suggestion:hover {
    background: lightgrey;
    color: white;
}

.tt-menu .tt-dataset .tt-suggestion + .tt-suggestion {
    border-top: 1px solid lightgrey;
}

.map-info-content {
    position: absolute;
    width: 33%;
    right: 0;
    height: 0;
    opacity: 1;
    z-index: 2;
    overflow-y: hidden;
    background: #CFCFCF;
    transition: all 0.4s ease-in-out 0.2s;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.map-info-content.active {
    height: 90vh;
    right: 0;
    height: 100%;
    z-index: 2;
    opacity: 1;
    overflow-y: scroll;
}

.map-info-content::-webkit-scrollbar {
    width: 8px;
}

.map-info-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

.bold {
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, 
                rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, 
                rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.map-info-content::-webkit-scrollbar-thumb {
    background-color: #009CD5;
    outline: 1px solid slategrey;
}

.map-info {
    background: #CFCFCF;
    color: #000;
    padding: 10px;
    width: 100%;
    height: 0;
    position: relative;
    top: 0%;
    overflow: hidden;
    right: 0;
    z-index: 1;
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
}

.map-info.active {
    width: 100%;
    top: 64px;
    height: 92%;
    opacity: 1;
    overflow: visible;
}

.map-info h2 {
    margin: 0 auto;
}

.kart-icerik {
    width: 33%;
    background: #fff;
    position: absolute;
    height: 0;
    right: 0;
    top: -200%;
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    z-index: 3;
}

.kart-icerik::-webkit-scrollbar {
    width: 8px;
}

.kart-icerik::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

.kart-icerik::-webkit-scrollbar-thumb {
    background-color: #009CD5;
    outline: 1px solid slategrey;
}

.kart-icerik.active {
    width: 33%;
    background: #fff;
    position: absolute;
    height: 92%;
    right: 0;
    top: 64px;
    opacity: 1;
    overflow-y: scroll;
}

.kart-icerik .close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 5px;
    background: #fff;
    color: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.close-info {
    width: 33%;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 5px;
    background: #CFCFCF;
    color: #00A3E4;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 4;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.4s ease-in-out 0.2s;
}

.close-info span {
    font-size: 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}

.close-info.active {
    position: absolute;
    top: 92%;
}

.close-info.active span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.kart-content {
    padding: 20px;
}

.kart {
    background: #fff;
    padding: 10px 20px;
    width: 96%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    margin-bottom: 25px;
    cursor: pointer;
}

#harita_link,
.harita_link {
    display: inline-block;
    position: absolute;
    right: 10px;
    margin-top: -22px;
}

.content-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #1B75B1;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.content-top1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.contet-title {
    display: inline-block;
}

.contet-title h4 {
    margin-bottom: 5px;
    font-size: 16px;
}

#sehir {
    color: #269FD6;
    font-size: 20px;
    margin-left: 32px;
}

.sehir {
    color: #269FD6;
    font-size: 16px;
    margin-left: 32px;
}

#adres,
.adres {
    color: #1B75B1;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.tur-b {
    background: #269FD6;
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 20px;
}

.tur-b img {
    display: inline-block;
    margin-right: 5px;
}

.tur-b #tur,
.tur-b .tur {
    display: inline-block;
}

.soketler {
    border-top: 1px solid #1B75B1;
    border-bottom: 1px solid #1B75B1;
    padding: 20px 0px;
    margin: 15px 0px;
}

#ac_soket,
#dc_soket,
#erisim,
.ac_soket,
.dc_soket,
.erisim {
    background: #269FD6;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 20px;
}

.kullanim {
    border-bottom: 1px solid #1B75B1;
    padding: 20px 0px;
    margin: 0px 0px 15px;
}

.kullanim2 {
    padding: 20px 0px;
    margin: 0px 0px 15px;
}

#pzt, #sa, #cars, #pers, #cm, #cmt, #pz,
.pzt, .sa, .cars, .pers, .cm, .cmt, .pz {
    display: inline-block;
    background: #269FD6;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.gun {
    display: inline-block;
}

.gun span {
    width: 100%;
}

.filter-select select {
    background: #009CD5;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 5px 7px 5px 22px;
    text-align: center;
}

.filter-select select option {
    background: #1B75B1;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 7px 15px 7px 15px;
    text-align: left;
}

.select-fil-tur,
.select-fil-il {
    position: relative;
}

.select-fil-tur:before {
    content: url(../images/icon-ac.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 0px;
    pointer-events: none;
}

.select-fil-il:before {
    content: url(../images/search.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 0px;
    pointer-events: none;
}

#resetFilter {
    border: none;
    color: #fff;
    background: #009CD5;
    border-radius: 5px;
    padding: 4px 10px;
    cursor: pointer;
}

.right {
    width: auto;
    text-align: right;
}

.hidden {
    display: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .select-fil-tur:before,
    .select-fil-il:before {
        display: none;
    }

    .contet-title h4 {
        font-size: 16px;
    }

    .wrapper-map .filter-wrapper {
        width: 100%;
        position: relative;
    }

    .filter-select select {
        font-size: 12px;
        padding: 5px 7px 5px 7px;
        text-align: center;
    }

    .map-info-content {
        position: relative;
        width: 100%;
    }

    .map-info-content.active {
        right: 0;
        height: 400px;
        z-index: 2;
        opacity: 1;
        overflow-y: scroll;
    }

    .kart-icerik {
        width: 100%;
    }

    .kart-icerik.active {
        width: 100%;
        top: 54px;
        height: 400px;
    }

    .close-info {
        width: 100%;
        position: relative;
        top: 0px;
    }

    .close-info.active {
        top: 460px;
    }

    .content-top1 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .right {
        width: 50px;
        text-align: right;
    }

    .map-info.active {
        width: 100%;
        top: 10px;
        height: 400px;
    }
}