﻿@media screen and (min-width: 460px){
  .product-list a img.default-image {
    min-width: 460px;
    min-height: 280px;
  }
}
.item.takvim small, .item.takvim em {
    font-size: 12px;
}

.item.takvim .text-center {
    margin-bottom: 0px;
    font-size: 23px;
}
.item.takvim .uib-right span.sr-only , .item.takvim .uib-left span.sr-only {
    display: none;
}
.item.takvim .text-muted {
    color: #a0adb9!important;
}
.pagination-row {
    display: flex;
    gap: 10px;
  justify-content: center;
}
#cookie-accept-btn:hover {
    background:#005bbd !important;
}

#cookie-reject-btn:hover {
    background:#e5e7e9 !important;
}

.pagination-row a {
    padding: 10px;
    border: 1px solid #0c629f;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
  color: #0c629f;
}
.pagination-row a:hover, .pagination-row a.active {
    color: white;
    background-color: #0c629f;
}
.pagination-row a.prev, .pagination-row a.next {
    font-weight: 600;
    font-size: 25px;
    padding: 0px;
}
.right-menus a {
    white-space: nowrap;
}
ul.social-list {
    margin: 0;
    padding-left: 5px;
    padding-right: 10px;
}
ul.social-list a {
    margin: 0 5px;
}
ul.social-list a img{
  filter: brightness(0) invert(1);
}
body.alts ul.social-list a img, ul.social-list.mobil a img{
  filter: unset;
}  
ul.social-list.mobil{
      display: none;
}
@media screen and (max-width: 1000px){
.right-menus {
    flex-wrap: wrap;
  }
  ul.social-list {
    display: none;
}
  ul.social-list.mobil{
      display: flex;
    justify-content: center;
}
  header .nav-center {
    height: 103vh;
}
}

.accor-content {
    display: block;
    overflow: hidden;
    max-height: 0px!important;
    transition: all .3s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: unset;
}
.accor-content.active {
    max-height: 100%!important;
    padding: 20px 0px;
    border-bottom: 2px solid #c1d7e5;
    margin-bottom: 20px;
}
.item-accor-title h1, .item-accor-title h2, .item-accor-title h3, .item-accor-title h4 {
    font-size: unset;
    margin: 0;
}
.modalzindex .modal-dialog {
    margin: 9.75rem auto;
}.product-list .row-info .name {
    font-size: 15px;
}
.product-list .row-info {
    padding: 0 10px;
}
p a {
    display: contents!important;
}
.product-list-container .menu-links .drop-linkx {
    display: flex;
    border-bottom: 1px solid #ceffff;
    background: #0f76c1;
    justify-content: space-between;
}
.menu-links .drop-linkx span {
    font-size: 14px;
    color: #fff;
}
.product-list-container .menu-links .drop-linkx img {
    width: 20px;
    transform: rotate(0deg);
    transition: 0.2s ease 0s;
}
.menu-links .drop-linkx {
    padding: 20px;
}
.product-list-container .menu-links .drop-linkx a {
    display: block;
    border: unset;
    background: transparent;
    padding: 0;
}
.product-list-container .menu-links .drop-linkx.active img {
    transform: rotate(90deg);
}
.uib-datepicker button {
    width: 35px;
    height: 35px;
  margin: 0;
}
.uib-datepicker svg {
    width: 20px;
    height: 20px;
}
button.uib-title {
    width: 100%;
}
.uib-button-bar button.btn {
    width: 75px;
    border: 1px solid;
}
 .basvuru-form-page textarea {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #c6d0d9;
}
.owl-carousel.detail-slide-team {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}
.home-slide .item a {
    z-index: 9999;
}