.tarih-filter{
    background: #fff;
    width: 100%;
    padding: 24px;
    margin: 12px 0;
}

.tarih-filter > h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.tarih-filter form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tarih-filter input[type="date"]{
    flex: 3;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 12px;
    position:relative;
    overflow:hidden;
    width: 100%;
}

.tarih-filter input::-webkit-calendar-picker-indicator{
    display:block;
    width: 100%;
    top:0;
    left:0;
    background: #0000;
    position:absolute;
    transform: scale(12)
  }

.tarih-filter input[type="submit"] {
    flex: 1;
    margin-left: 24px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 12px;
    background: #f1f1f1;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}
@media (max-width: 991px){
    .sondakikaflex-in {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.sondakikaflexrow {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 13px;
}
.sondakikaflex-in:last-child{
    margin-right: auto;
}
.ilan-list:hover a p b {
    color: inherit !important;
}
.ilan-container{margin: 0 auto;}
.ilan-container h3{
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px;
}
.ilan-container table{
    margin: 12px 0;
}
.ilan-container table td{
    padding: 12px;
    margin-bottom: 12px;
    background: #f1f1f1;
    color: #000;
    font-weight: 600;
}

.sitemapflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.siteMap li i:before {
    content: "\203A";
    padding: 0 10px;
    display: inline-block;
}

.sitemapflex {
    margin-top: 17px;
    margin-bottom: 5px
}

.ilan-container .siteMap li {
    padding-right: 20px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: inline
}

.ilan-container .siteMap li i {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    font-size: 21px;
    color: #222;
    text-align: center!important;
    font-style: normal;
    margin-top: 0px;
}
.sondakikaflex-in a p {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px!important;
    line-height: 22px!important;
    color: #000;
    font-weight: 500!important;
    padding: 0 14px;
    position: relative;
    background-color: #fff;
    border-bottom-color: #fff;
    transition: background-color .25s ease-in-out;
}
.sondakikaflex-in a p:before{
    display: none;
}
.ilan-container .sitemapflex time {
    font-size: 13px;

    font-weight: 600;
    color: #222;
    min-width: 300px;
    text-align: right;
}
.ilan-container .siteMap li strong {
    font-weight: 500;
    font-size: 13px
}

.ilan-container .siteMap li a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center
}
