@import "./assets/izmir/fonts.css";

.kayanSpan:hover {
    cursor: pointer;
    text-decoration: underline; /* İsteğe bağlı: link alt çizgisi */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
    color: #ffffff;
}

.swiper-scrollbar,
.swiper-scrollbar-horizontal {
    background-color: #ffffff;
}

.esriPopup .contentPane {
    position: relative;
    max-height: 300px;
    /* overflow: auto; */
    padding: 0px 0px 0px 0px;
    background-color: #F7F7F7;
    color: #333333;
    width: 350px;
!important;
}

.fas {
    color: #fff;
    font-size: 20px;
}

.defin-modal,
.genel-modal,
.yardim-modal,
.cenazeAraci-modal,
.dua-modal,
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: inherit;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 40px;
    padding-bottom: 15px;
    left: 0;
    top: 0;
    margin-top: 15%;
    margin-left: 30%;
    width: 40%;
    height: auto;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.cenazeAraci-content, .dua-content {
    background-color: #ffffff;
    margin: auto;
    overflow: auto;
    width: calc(90% - 500px);
    max-width: 1020px;
    height: max-content;
    max-height: 80%;
    border-radius: 15px;
    padding: 0;
}
.dua-content{
    background-color: #00243A;
}
.cenazeAraci-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cenazeAraciSorguAlani, .cenazeAraciAdresBilgisi{
    width: 75%;
    margin: 20px auto;
    display: flex;

    align-items: center;
}
.cenazeAraciSorguAlani{

    justify-content: space-between;

}
.cenazeAraciAdresBilgisi a{

    color: #004784;

}

.cenazeAraciSorgu-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.cenazeAraciSorgu-wrapper label{
    margin: 5px 0;
}

.cenazeAraciAdresBilgisi{
    align-items: flex-start;
}
#cenazeAraci-arama, #vefatBilgiAdaGoreInput, .cenazeAraciSorgu-wrapper #myDatePickerArac{
    background-color: #E4EEF4;
    height: 40px;
    width: 200px;
    padding: 0 10px;
    border-radius: 5px;
    border-color: transparent;
    font-family: "Izmir";
    font-size: 1em;
}
#cenazeAraci-arama:focus, #vefatBilgiAdaGoreInput:focus{
    outline: 2px solid #E4EEF4;
}

#vefatBilgiAdaGoreInput{
    width: 250px;
}
.cenazeAraciAdresBilgisi{
    display: none;
}
.cenazeAraciAdresBilgisi p{
    font-family: "Izmir";
    font-size: 1.2em;
    margin-left: 10px;
}

.defin-content {
    background-color: #ffffff;
    margin: auto;
    border: 1px solid #888;
    width: 75%;
    height: 95%;
    padding-top: 50px;
    overflow: auto;
}

.genel-bilgi h1,
.genel-bilgi h2 {
    font-family: "Izmir-Bold";
    text-align: left;
    color: #ffffff;
    background-color: #004784;
    padding: 5px 40px 5px 40px;
}

.genel-bilgi h3 {
    background-color: #e4eef4;
    width: 100%;
    padding: 10px;
    font-family: "Izmir-Bold";
}

.defin-content p {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.2em;
    font-family: "Izmir";
    text-align: justify;
}

.modal-content,
.modal-content2 {
    background-color: #ffffff;
    margin: auto;
    border: 1px solid #888;
    width: 95%;
    height: 95%;
}

.close,
.close2,
.defin-close,
.genel-close,
.cenazeAraci-close,
.dua-close,
.yardim-close {
    color: #ffffff;
    font-size: 28px;
    font-weight: bolder;
    z-index: 200;
    background: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus,
.cenazeAraci-close:hover,
.dua-close:hover,
.defin-close:hover,
.defin-close:focus,
.genel-close:hover,
.genel-close:focus,
.yardim-close:hover,
.yardim-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.container {
    position: relative;
    max-width: 500px;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 300;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: nowrap;
    align-items: center;
    /*border: 1px solid;*/

}

.container2 {
    position: relative;
    max-width: 800px;
    height: 100%;
    padding: 0px;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 300;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: nowrap;
    align-items: center;
    /*border: 1px solid;*/

}

.modal.container:after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    content: '';
    transform: rotate(45deg);
    margin-top: -15px;
    background: #ffffff;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.container .baslik {
    font-size: 1em;
    width: 100%;
    font-family: 'Izmir-Bold';
    background-color: #00243A;
    color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.container ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: stretch;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.container ul li {
    padding: 5px;
    cursor: pointer;
    z-index: 100;
}

.container ul img {
    background-color: #004784;
    padding: 10px;
    width: 140px;
    height: 40px;
}

.container ul img:hover {
    background-color: #00243A;
}

.govde {
    width: 100%;
    font-family: 'Izmir';
    background: #004784;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.govde2 {
    width: 100%;
    height: 100%;
    font-family: 'Izmir';
    background: #004784;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.full {
    width: 100%;
}

.centered {
    text-align: center;
}

.govde h2,
.govde h1 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ikinciSpan {
    font-size: 1.2em;
    font-family: 'Izmir-Bold';
    width: 100%;
    text-align: center;
}

.map-placeholder,
.map-placeholder2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    width: 100%;
    height: 20vh;
    position: relative;
    background-color: #00243A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
}

footer {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00243A;
    font-family: "Izmir";
    color: #ffffff;
}

.footer-list {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-list li {
    padding: 5px;
}

.ibb-wide-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ibb-wide-logo img,
.ibb-wide-logo span {
    max-width: 285px;
    padding-bottom: 10px;
}

footer .icons {
    display: none;
}

.main-img {
    width: 100%;
    height: 50vh;
    display: block;
}

.mobile-img {
    display: none;
}

.head {
    position: absolute;
    display: flex;
    margin-left: 45px;
}

.head img {
    height: 60px;
}

.upper-line {
    display: flex;
    flex-direction: column-reverse;
}

hr {
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px solid #f0f5f7;
    opacity: 0.5;
}

.icons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    right: 20px;
}

.icons img {
    height: 30px;
    margin-right: 15px;
}

.links {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 1.2em;
    color: #f0f5f7;
    margin-bottom: -100px;
    right: 30px;
    font-family: "Izmir";
    cursor: pointer;
}
.vefatBilgiListesiTablo .vefatBilgiInput-wrapper{
    background-color: white;
    padding-left: 0;
}
.links span {
    margin-right: 15px;
    margin-left: 15px;
}

a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #f0f5f7;
    text-decoration: none;
}

.footer-list span {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

.footer-list img {
    margin: 10px;
    height: 25px;
}

a.konum-buton {
    background-color: transparent;
    border: 0;
    color: black;
    cursor: pointer;
    font-family: "Izmir";
    font-size: 0.9em;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vertical-line {
    border-left: 1px solid #f0f5f7;
    height: 30px;
    margin: 0 10px;
}

.buttons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: grid;
    grid-template-columns: repeat(4, 1fr);  /* 4 kolon */
    gap: 10px;                               /* Buton arası boşluk */
    width: 100%;
    padding: 0 10px;
}

.buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    width: 100%;
    padding: 15px 10px;

    background: #004784;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    font-family: "Izmir-Bold";
    border-radius: 6px;
}
.kayanlar {
    display: flex;
    position: absolute;
    top: 68%;
    left: 0%;
    width: 100%;
    color: white;
    margin: 0 auto;
}

.button-query {
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background-color: #00243A;
    border: none;
    color: white;
    padding: 15px 32px;
    font-size: 1.2em;
    font-family: "Izmir-Bold";
    cursor: pointer;
}

.button-list, .button-vefat,.button-calisma {
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background-color: #004784;
    border: none;
    color: white;
    padding: 15px 32px;
    font-size: 1.2em;
    font-family: "Izmir-Bold";
    cursor: pointer;
}


.buttons img {
    margin-left: 20px;
}

.form {
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-family: "Izmir-bold";
}

.form label {
    float: left;
    height: 35px;
    margin-right: 10px;
}

.form input {
    border: none;
    float: right;
    margin-bottom: 10px;
    width: 80%;
    height: 35px;
    padding: 5px;
}

.form .acik {
    border: none;
    float: right;
    margin-bottom: 10px;
    width: 80%;
    height: 35px;
    background-color: #f0f5f7;
}

.form .koyu {
    border: none;
    float: right;
    margin-bottom: 10px;
    width: 80%;
    height: 35px;
    background-color: #e4eef4;
}

.form-left {
    display: grid;
    width: 30%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.form-full {
    display: grid;
    width: 60%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

/* .form-left input:invalid{
    border: 2px solid red;
} */
.form-right {
    display: grid;
    width: 30%;
    float: right;
    padding: 10px;
    box-sizing: border-box;
}

.form-buttons, .table-style {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 5px;
}

.button-vefat-ara {
    width: 150px;
    background-color: #004784;
    border: none;
    color: white;
    padding: 15px 32px;
    font-size: 1.2em;
    font-family: "Izmir-Bold";
    cursor: pointer;
    margin: 5px;
}

.form-buttons button {
    width: 150px;
    background-color: #004784;
    border: none;
    color: white;
    padding: 15px 32px;
    font-size: 1.2em;
    font-family: "Izmir-Bold";
    cursor: pointer;
    margin: 5px;
}

.form-buttons button:focus {
    background-color: #00243A;
}
.generalButton {
    width: 150px;
    background-color: #004784;
    border: none;
    color: white;
    padding: 15px 32px;
    font-size: 1.2em;
    font-family: "Izmir-Bold";
    cursor: pointer;
    margin: 5px;
}

.generalButton:hover {
    background-color: #00243A;
}

#page3,#page4 {
    display: none;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-family: "Izmir-bold";
    font-size: 1.2em;
    padding: 35px;
}

.tarihSecimAlani {
    width: 50%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tarihSecimAlani button {
    font-size: 1em;
    border-radius: 5px;
    margin-left: 15px;
}

#myDatePicker {
    height: 40px;
    width: 200px;
    padding: 0 20px;
    border-radius: 5px;

    font-family: "Izmir";
    font-size: 1em;
}

.vefatBilgiTarihListesi {
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.vefatBilgiListesiTablo {
    text-align: justify;
    color: #3a3c3f;
}

.vefatBilgiListesiTablo caption {
    margin: 0;
    font-weight: 400;
    list-style: none;
    padding: 0.30em;
    background: #E4EEF4;
    font-size: 100%;
    border-radius: 0.25em;
    border-bottom: none;
    text-align: left;
    -webkit-box-shadow: 0 0.25em 0.25em -0.25em rgba(0, 0, 0, .25);
    box-shadow: 0 0.25em 0.25em -0.25em rgba(0, 0, 0, .25);
    position: relative;
    color: #4b4e51;
}

.vefatBilgiListesiTablo .detayButton {
    border: none;
    font-weight: 400;
    list-style: none;
    text-decoration: none;
    font-size: 1em;
    margin: 2px 0 1px 0;
    background: rgba(59, 119, 172, .8);
    display: inline-block;
    line-height: 1.3em;
    color: #fff;
    border-radius: 0.33em;
    padding: 0.35em 0.55em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.vefatBilgiListesiTablo th,
.vefatBilgiListesiTablo td {
    padding: 10px 30px 10px 10px;
}

.vefatBilgiListesiTablo thead tr {
    background-color: #F0F5F7;
}

.vefatBilgiListesiTablo tbody tr:nth-child(even) {
    background-color: #F0F5F7;
}

.vefatBilgiDetayOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.vefatBilgiDetayModal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 1000;
    width: calc(100% - 100px);
    overflow: auto;
    max-width: 1020px;
    height: max-content;
    max-height: 80%;
}

.vefatBilgiDetayModal .modal-header {
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    list-style: none;
    padding: 0.5em 1em;
    background: #E4EEF4;
    margin: 1em 0 0;
    font-size: 0.75em;
    border-radius: 0.25em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vefatBilgiDetayModal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.vefatBilgiDetayModalClose {
    color: #aaaaaa;
    font-size: 2.25em;
}

.vefatBilgiDetayModalClose:hover,
.vefatBilgiDetayModalClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header h2 {
    margin-top: 0;
}

.table-container {
    display: flex;
}

.bilgi-table {
    width: 100%;
    border-collapse: collapse;
}

.bilgi-table th,
.bilgi-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.bilgi-table th {
    text-align: left;
    background-color: #F0F5F7;
}

.bilgi-table td {
    text-align: left;
}

.mezarlik-listesi, .vefat-listesi, .vefat-tarih-arama-div {
    display: none;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    font-family: "Izmir-bold";
    font-size: 1.2em;
    padding: 5px;
}

#mezalik-arama-alani {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    width: 350px;
    margin: 0 auto;
    margin-top: 5px;
    font-family: "Izmir-bold";
    font-size: 1.2em;
    padding: 5px;
    background-color: #E4EEF4;
    border-color: transparent;

}

#vefat-tarihi {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    width: 350px;
    margin: 0 auto;
    margin-top: 5px;
    font-family: "Izmir-bold";
    font-size: 1.2em;
    padding: 5px;
    background-color: #E4EEF4;
    border-color: transparent;

}

.mezarlik-listesi li {
    width: 350px;
    margin: 2px;
    padding: 10px;
    cursor: pointer;
}

.mezarlik-listesi li:first-child {
    justify-content: center;
}

.mezarlik-listesi li:nth-child(odd) {
    background-color: #F0F5F7;
}

.mezarlik-listesi li:nth-child(even) {
    background-color: #E4EEF4;
}

.mezarCart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #E4EEF4;
    width: auto;
    height: auto;
    margin: 10px;
}

.mezarCart:nth-child(odd) {
    background-color: #E4EEF4;
}

.mezarCart:nth-child(even) {
    background-color: #F0F5F7;
}

select {
    font-family: "Izmir";
    /* font-size: 1.2em; */
    border: none;
}

option:nth-child(odd) {
    background-color: #E4EEF4;
}

option:nth-child(even) {
    background-color: #F0F5F7;
}

.mezarCart h1,
h2 {
    font-family: "Izmir-bold";
}

.mezarCart span {
    font-family: "Izmir";
    font-size: 1.2em;
    margin: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tablo {
    background-color: #00243A;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}


.mezarCart ul {
    width: 100%;
    background-color: #80A2AF;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mezarCart ul li {
    width: 100%;
    cursor: pointer;
    font-family: "Izmir-Bold";
    font-size: 1em;
    color: #e4eef4;
    padding: 5px;
}

/*.mezarCart img {*/
/*    width: 200px;*/
/*    height: auto;*/
/*}*/
.konum-buton {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.zoomin,
.shortcut {
    width: 200px;
    padding: 5px;
    height: auto;
}

.fullImage {
    width: 410px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
}

.card-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

#snackbar, #snackbarTarih, #snackbarCenazeAraci {
    visibility: hidden;
    background-color: red;
    color: white;
    min-width: 250px;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 17px;
    font-family: "Izmir-Bold";
}

#snackbar.show, #snackbarTarih.show, #snackbarCenazeAraci.show{
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar2, #snackbarTcKontrol,#snackbarCenazeAraciBulunamadi {
    visibility: hidden;
    background-color: #e4eef4;
    min-width: 250px;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 17px;
    font-family: "Izmir-Bold";
}

#snackbar2.show, #snackbarTcKontrol.show,#snackbarCenazeAraciBulunamadi.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.uygulama-link {
    color: #004784;
    text-decoration: underline;
    display: inherit;
}

.Defin-İslemleri {
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #dddddd;
    font-family: "Izmir";
}

.Defin-İslemleri td,
th {
    border: 1px solid #dddddd;
    padding: 8px;
}

.Defin-İslemleri th {
    text-align: center;
    border: 1px solid #dddddd;
}

.Defin-İslemleri tr:nth-child(even) {
    background-color: #ffffff;
}

.Defin-İslemleri tr:nth-child(odd) {
    background-color: #E4EEF4;
}

.modalTable td,
th {
    border: 0px;
}

.yardim-content {
    background-color: #ffffff;
    margin: auto;
    border: 1px solid #888;
    width: 45%;
    height: 95%;
    overflow: auto;
}

.yardim-header {
    text-align: center;
    color: #ffffff;
    background-color: #004784;
    padding: 30px;
    font-family: "Izmir";
}

.yardim-footer {
    text-align: center;
    color: #ffffff;
    background-color: #004784;
    padding: 20px;
    font-family: "Izmir";
}

.yardim-main {
    padding: 50px;
}

.diamond {
    background: #E4EEF4;
    height: 40px;
    text-align: center;
    transform: rotate(45deg);
    width: 40px;
}

.item-count {
    color: #1d1c1c;
    display: table-cell;
    height: 40px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 40px;
    font-weight: bolder;
}

.horizontal-line {
    border-top: 5px solid #004784;
    width: 260px;
    height: 10px;
    margin-left: 25px;
}

.last-line {
    width: 550px;
}

.yardim-title {
    font-family: "Izmir-Bold";
    font-size: 1.2em;
    color: #004784;
    margin-top: -35px;
    margin-left: 50px;
    align-items: center;

}

.yardim-main-content {
    display: flex;
    font-family: "Izmir";
    font-size: 1em;
    padding-left: 50px;
    text-align: left;
    /* padding-right: 435px; */
    /* margin-top: 10px;
    margin-left: 50px; */
}

.arrow-down {
    width: 100%;
    margin-top: 20px;
}

.paragraph-img {
    width: 30%;
    margin: 0 auto;
}

.arrow-down-middle {
    display: none;
}

.yardim-main-content-img {
    width: 50%;
    height: auto;
    padding-left: 20px;
    margin-top: -30px;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ffffffaa no-repeat center center;
    z-index: 9999;
}

#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

.mezarCart-konum {
    display: flex;
    height: 25px;
    margin: 5px;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@media only screen and (max-width: 1556px) {

    .form-left,
    .form-right {
        width: 50%;
    }

    .form label {
        margin-right: 0;
    }

    .defin-content {
        width: 75%;
    }

    .yardim-content {
        width: 90%;
    }

    .paragraph-img {
        width: 20%;
    }
    .cenazeAraci-content, .dua-content {
        width: calc(90% - 300px);
    }
}

@media only screen and (max-width: 1150px) {

    .tarihSecimAlani{
        width: 75%;
    }
    .cenazeAraci-content, .dua-content {
        width: calc(90% - 250px);
    }
}
@media only screen and (max-width: 949px) {
    header {
        height: 20vh;
    }

    hr {
        top: -30px;
        margin: 0 auto;
    }

    .head {
        top: 15%;
    }

    .head img {
        height: 40px;
    }

    .links {
        top: -20px;
        font-size: 0.9em;
        padding-top: 0;
    }

    .buttons {
        top: 55%;
    }
    .kayanlar {
        top: 68%;
    }

    .last-line {
        width: 400px;
    }

    .defin-content {
        width: 75%;
    }

    .yardim-content {
        width: 90%;
    }

    header {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        height: 20vh;
    }

    .icons {
        display: none;
    }

    .head {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .form {
        flex-direction: column;
    }

    .form-left,
    .form-right {
        width: 70%;
    }

    footer {
        position: inherit;
        bottom: 0;
        left: 0;
        right: 0;
        /* height: 10vh; */
    }

    footer .icons {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: baseline;
        right: 0;
        top: 15px;
        padding: 10px;
    }

    .main-img {
        display: none;
    }

    .mobile-img {
        display: block;
        width: 100%;
        height: 50vh;
        border-bottom: 15px solid #004784;
    }

    hr {
        width: 100%;
    }

    .links {
        position: relative;
        padding-top: 10px;
        right: 0;
    }

    .upper-line {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .tablo {
        justify-content: center;
    }

    .paragraph-img {
        width: 20%;
    }

    .footer-list {
        display: flex;
        flex-direction: column;
        padding: 5px;
    }

    /* .footer-list li {
        margin: 5px;
        padding: 5px;
    } */
    .ibb-wide-logo {
        /* display: block; */
        width: 100%;
    }

    .upper-tablet {
        display: flex;
        flex-direction: row;
        padding: 5px;
    }

    .lower-tablet {
        display: flex;
        flex-direction: column;
        padding: 5px;
    }
    .tarihSecimAlani{
        width: 100%;
    }
    .vefatBilgiTarihListesi{
        justify-content: unset;
    }
    .vefatBilgiDetayModal{
        width: calc(100% - 60px);
    }

    .cenazeAraci-content, .dua-content {
        width: calc(90% - 200px);
    }
    .cenazeAraciSorguAlani{
        flex-direction: column;
    }
    .cenazeAraciSorguAlani label{
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) and (min-width: 451px) {
    .upper-tablet {
        display: flex;
        padding: 5px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .ibb-footer {
        display: flex;
        justify-content: center;
        width: 80%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .buttons {
        grid-template-columns: repeat(2, 1fr);  /* Mobilde 2x2 grid */
        top: 50%;
        font-size: 0.8em;
    }
    .tarihSecimAlani{
        display: block;
    }
    .vefatBilgiDetayModal{
        width: calc(100% - 20px);
    }
    #page3,#page4{
    font-size: 0.75em !important;
        padding: 20px 0;
    }
    #vefatBilgiAdaGoreInput{
        width: 200px;
    }
    .cenazeAraci-content, .dua-content {
        width: calc(90% - 100px);
    }

}

@media only screen and (max-width: 450px) {

    header {
        height: 20vh;
    }

    hr {
        top: 0;
        margin: 0 auto;
    }

    .head {
        top: 10%;
    }

    .head img {
        height: 30px;
    }

    .links {
        top: 10px;
        font-size: 0.9em;
        padding-top: 0;
    }
    .arrow-down {
        display: none;
    }

    .arrow-down-middle {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .defin-content {
        width: 100%;
    }

    .yardim-content {
        width: 100%;
    }

    .yardim-title {
        font-size: 0.8em;
    }

    .yardim-main-content {
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 10px;
    }

    .yardim-main-content-img {
        height: auto;
        margin-top: 30px;
        width: 100%;
    }

    .Defin-İslemleri {
        font-size: small;
    }

    .last-line {
        width: 260px;
    }

    .buttons {
        font-size: 0.6em;
        grid-template-columns:repeat(2, 1fr);  /* En küçük ekranda tek kolon */
    }

    .kayanlar {
        top: 63.5%;
        font-size: 0.8em;
    }

    .modal2 {
        display: none;
        position: fixed;
        z-index: 100;
        padding-top: 40px;
        padding-bottom: 15px;
        left: 0;
        top: 0;
        margin-top: 15%;
        margin-left: 10%;
        width: 80%;
        height: auto;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }

    .esriPopup .contentPane {
        position: relative;
        max-height: 300px;
        /* overflow: auto; */
        padding: 0px 0px 0px 0px;
        background-color: #F7F7F7;
        color: #333333;
        width: 300px;
    !important;
    }

    .button-query,
    .button-list,
    .button-query-info,
    .button-vefat,.button-calisma {
        font-size: 0.6em;
        width: 125px;
    }

    .buttons .button-query,
    .button-list, .button-vefat,.button-calisma, .button-query-info {
        flex-direction: column-reverse;
        justify-content: center;

    }

    .buttons img {
        margin-left: 0;
        width: 30px;
        height: 30px;
    }

    header {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        height: 15vh;
    }

    .icons {
        display: none;
    }

    .generalButton {
        font-size: 0.6em;
    }

    .form-buttons button {
        font-size: 0.6em;
    }

    .button-vefat-ara {
        font-size: 0.6em;
    }

    .head {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .head img {
        height: 40px;
    }

    .form {
        flex-direction: column;
    }

    .form-left,
    .form-right {
        width: 90%;
    }

    .form label {
        font-size: 0.6em;
    }

    footer {
        /* position: inherit; */
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        height: fit-content;
    }

    footer .icons {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
        top: 25px;
    }

    .icons img {
        height: 25px;
        margin-right: 7px;
        margin-bottom: 20px;

    }

    .main-img {
        display: none;
    }

    .mobile-img {
        display: block;
        width: 100%;
        height: 50vh;
        border-bottom: 15px solid #004784;
    }

    hr {
        width: 100%;
        margin-top: 0;
    }

    .links {
        position: relative;
        margin-bottom: -60px;
        right: 0;
        font-size: 0.6em;
    }

    .upper-line {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .vertical-line {
        height: 20px;
    }

    .tablo {
        justify-content: center;
    }

    .mezarCart {
        width: 100%;
        height: auto;
        margin: 7px;
        /* padding: 10px; */
    }

    .mezarCart h1,
    h2 {
        font-size: 0.8em;
    }

    .mezarCart span {
        font-size: 0.6em;
    }
    #mezalik-arama-alani {
        width: 300px;
    }
    .mezarlik-listesi, .vefat-listesi {
        width: auto;
    }

    .zoomin,
    .shortcut {
        width: 150px;
        height: auto;
    }

    .fullImage {
        width: 300px;
        height: auto;
    }

    .tarihSecimAlani{
        display: block;
    }

    .bilgi-table tr{
        display: grid;
    }

    .vefatBilgiDetayModal{
        width: calc(100% - 20px);
    }
    .buttons {
        flex-direction: column;
        top: 40%;
    }

    #page3,#page4{
        font-size: 0.75em !important;
        padding: 20px 0;
    }

    #vefatBilgiAdaGoreInput{
        width: 200px;
    }
    .cenazeAraci-content, .dua-content {
        width: calc(90%);
    }
    .cenazeAraciSorguAlani{
        flex-direction: column;
    }
    .cenazeAraciSorguAlani label{
        display: flex;
        flex-direction: column;
    }
    /*.mezarCart img {*/
    /*    width: 150px;*/
    /*    height: auto;*/
    /*}*/
    .container {
        max-width: 300px;
    }

    .container ul img {
        width: 130px;
    }

    #mezalik-arama-alani, #vefat-tarihi {
        width: 300px;
    }

    .footer-list {
        display: flex;
        flex-direction: row;
        padding: 5px;
        flex-wrap: wrap;
    }

    .footer-list li {
        /* margin: 5px; */
        padding: 5px;
    }

    .ibb-wide-logo {
        display: flex;
    }

    .ibb-wide-logo img {
        width: 320px;
    }
}

/* @media (orientation: landscape) */
@media only screen and (max-width: 915px) and (min-width: 451px) and (orientation: landscape) {

    .modal2 {
        display: none;
        position: fixed;
        z-index: 100;
        padding-top: 40px;
        padding-bottom: 15px;
        left: 0;
        top: 0;
        margin-top: 15%;
        margin-left: 20%;
        width: 60%;
        height: auto;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }



    .mobile-img {
        height: fit-content;
    }

    hr {
        top: -30px;
        margin: 0 auto;
    }



    .yardim-title {
        font-size: 0.8em;
    }



    footer .icons {
        top: 5px;
    }

    .icons img {
        height: 25px;
    }

    .vertical-line {
        height: 20px;
    }

    .button-query,
    .button-list, .button-vefat,.button-calisma {
        width: 220px;
    }

}

#ui-esri-map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.esriPopup .sizer {
    /* position: relative; */
    width: auto !important;
    z-index: 1;
}

.esriPopup .titleButton.maximize {
    display: none;
}