/* Header Başlangıç */

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

button,
.btn:focus {
    outline: none;
    box-shadow: none;
}


.font1 {
    font-family: 'Urbanist', sans-serif;
}


body {
    background: #FAFAFA;
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    color: #231F20;
}

.sita-hiza {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.renkbg {
    background: #E00000;
    color: #fff;
}

.renkbg:hover {
    background: #E00000;
    color: #fff;
}

.renkbg2 {
    background: #1d1d1d;
    color: #fff;
}

.renkbg2:hover {
    background: #1d1d1d;
    color: #fff;
}

.renktext,
a.renktext {
    color: #E00000;
}

a.renktext:hover {
    color: #E00000;
}

.renkborder {
    border: solid 1px #E00000;
}

.renkborder:hover {
    border-color: #000;
    color: #000 !important;
}

.btn-uyelik:hover,
.btn-uyelik:focus,
.btn-uyelik:active {
    color: #fff !important;
    background: #231F20;
    border-color: #231F20 !important;
}



.btn-uyelik {
    font-size: 14px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 600;
    border-radius: 3px;
}

.btn-uyelik .icon {
    justify-content: center;
    align-items: center;
    display: flex;
}

.btn-uyelik i {
    margin-right: 6px;
    margin-left: 6px;
}

.btn {
    border-radius: 3px;
    font-size: 14px;
}

.bg-gri {
    background: #FAFAFA;
}

.list-group-item {
    border-radius: 3px !important;
}

.header-menu .navbar-brand {
    height: 42px;
    margin: 0px;
    font-size: inherit;
    padding: 0px;
}

.header-menu .navbar {
    align-items: center;
}

.header-menu .navbar-brand img {
    height: 100%;
    width: auto;
}

.header-menu {
    width: 100%;
    height: auto;
    background: #fff;
    top: 0px;
    right: 0;
    left: 0;
    position: relative;
    z-index: 99;
    padding: 20px 0px;
    border-bottom: 1px solid #f3f3f3;
}

/* üyelik */

.header-uyelik {
    display: block;
}


.header-uyelik button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 10px;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #231F20;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    border: solid 1px #ddd;
    padding-right: 35px;
    line-height: 1;
}

.header-uyelik button .icon {
    width: 32px;
    height: 32px;
    border: solid 1px #ddd;
    border-radius: 50%;
    color: #565353;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: #ededed;
}

.header-uyelik button:hover .icon {
    border: solid 1px #ffffff;
    color: #565353;
    background: #fff;
}

.header-uyelik button:hover {
    background-color: #D90000;
    color: #fff;
    border-color: #D90000;
}

.header-uyelik .dropdown {
    position: relative;
}

.header-uyelik .dropdown button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    border: solid #565353;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
    margin-top: -1px;
}

.header-uyelik .dropdown button:hover::after {
    transform: rotate(-135deg);
    border-color: #fff;
}

.header-uyelik .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    display: none;
    flex-direction: column;
    width: 220px;
}

.header-uyelik .dropdown .dropdown-menu a {
    padding: 10px 25px;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-radius: 0px;
    margin: 0px;
    font-weight: 500;
}

.header-uyelik .dropdown .dropdown-menu a:hover {
    background-color: #F8F9FA;
    color: #E00000;
}




/* üyelik son*/

.header-menu .nav li {
    margin-right: 14px;
}

.header-menu .nav li a {
    color: #1d1d1d;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.header-menu .nav li a:hover {
    color: #E00000;
}

.header-menu .nav li a i {
    margin-right: 6px;
    line-height: 1;
    display: flex;
}

a.favori-ilan-button {
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.favori-ilan-button .icon {
    font-size: 22px;
    color: #373636;
}

a.favori-ilan-button .sayi {
    width: 17px;
    height: 17px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
    background: #E00000;
    color: #fff;
    margin-left: 3px;
    text-decoration: none !important;
}

a.favori-ilan-button span {
    color: #000;
    margin-left: 8px;
    display: none;
}

.header-search {
    max-width: 435px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0px;
}

.header-search form {
    width: 100%;
}

.header-search form .form-control {
    width: 100%;
    border: 1px solid rgba(34, 36, 38, .15);
    outline: none;
    font-size: 16px;
    border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    height: 40px;
    padding-left: 20px;
    font-weight: 500;
}

.header-search form .form-control:focus {
    box-shadow: none;
}

.header-search form button.ara {
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    right: 0px;
    width: 50px;
    height: 40px;
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
}

.header-search form button.ara:focus {
    border: none;
}

.detay-arama-button,
.detay-arama-button:hover {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.page-icerik {
    min-height: 300px;
}

.page-icerik h3 {
    font-weight: 700;
    font-size: 25px;
}

.page-icerik h3 b {
    color: #D90000
}

.page-icerik h4 {
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 17px;
}

.page-icerik .page-icerik-box {
    background: #fff;
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 30px;
}

/*vitrinilanlar*/

.vitrinilanlar {
    width: 100%;
    height: auto;
    position: relative;
}

.vitrinilanlar .baslikk {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    font-size: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}

.vitrinilanlar .baslikk a {
    margin-left: auto;
    text-decoration: underline !important;
    font-weight: 700;
    color: #E00000;
}

.vitrinilanlar .vitrin_Liste {
    width: 100%;
    height: auto;
    position: relative;
    color: #000;
    margin-bottom: 25px;
    display: block;
}

.vitrinilanlar .vitrin_Liste .resim {
    width: 100%;
    height: 76px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEE;
    padding: 5px;
}

.vitrinilanlar .vitrin_Liste .resim img {
    height: 100%;
}

.vitrinilanlar .vitrin_Liste .baslik {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.kategori-menu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    padding: 16px;
    border: 1px solid rgba(34, 36, 38, 0.11);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
}

.Home_Item .kategori-menu {
    margin-top: -114px;
}

.kategori-baslik {
    font-size: 18px !important;
    margin-bottom: 6px;
    font-weight: 700 !important;
}


.cizgi {
    width: 100%;
    height: 1px;
    background: #f1f1f1;
}

.kategori-icon {
    font-size: 18px;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

a.kategori-link {
    font-weight: 500;
    font-style: normal;
    text-decoration: none !important;
    color: #000;
    margin-top: 10px;
}

a.kategori-link .kategori-icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    text-decoration: none !important;
}

a.kategori-link .kategori-icon.renk1 {
    background: #E00000;
}

a.kategori-link .kategori-icon.renk2 {
    background: #FFC106;
}

a.kategori-link .kategori-icon.renk3 {
    background: #15A2B8;
}

a.kategori-link .kategori-icon.renk4 {
    background: #02243C;
}

a.kategori-link .baslik {
    margin-top: 0px;
    line-height: 16px;
}

a.kategori-link small {
    margin-top: 0px;
    color: #999;
    font-size: 12px;
    line-height: 10px;
}

.kategori-menu ul {
    padding: 0px;
    margin: 0px;
    display: block;
}

.kategori-menu ul li:first-child {
    margin-top: 0px;
}

.kategori-menu ul li {
    font-size: 14px;
    list-style: none;
    width: 100%;
    display: flex;
    margin-top: 3px;
}

.kategori-menu ul li a {
    list-style: none;
    color: #1d1d1d;
    padding-left: 30px;
    opacity: 85%;
    font-size: 15px;
    font-weight: 700;
}

.kategori-menu ul li.ajaxAltKategori a {
    font-weight: 400;
}

.kategori-menu ul li a:hover {
    text-decoration: underline;
}

.kategori-menu ul li a .icon {
    width: 30px;
}

.kategori-menu ul li a .icon img {
    width: 100%;
}

.kategori-menu ul li a:hover {
    color: #E00000;
}

.kategori-menu ul li span {
    margin-left: 5px;
    color: #999;
}

.arama-banner {
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background: url(../images/slider/arama-banner.jpg);
    display: flex;
    align-items: center;
    padding: 43px 0px 20px;
}

.ilan-search {
    height: auto;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    position: relative;
}

.ilan-search a.detayli-arama-button {
    color: #fff;
    margin-top: 22px;
    font-weight: 700;
    font-size: 17px;
}

.ilan-search h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.ilan-search p {
    margin-top: 20px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.ilan-search .ilan-kategori {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0px;
}

.ilan-search .ilan-kategori a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.ilan-search .ilan-kategori .kategorisec {
    width: auto;
    height: 50px;
    background: transparent;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
    padding: 0px 16px;
}

.ilan-search .ilan-kategori .kategorisec .icon {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1;
    margin-right: 13px;
}

.ilan-search .ilan-kategori .kategorisec.active,
.ilan-search .ilan-kategori .kategorisec:hover {
    border-color: #E00000;
    background: #E00000;
    color: #fff;
}

.ilan-search .ilan-kategori .kategorisec span {
    font-weight: 600;
    font-style: normal;
    margin-top: 0px;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
}

.ilan-search form {
    width: 100%;
    display: inline-block
}

.ilan-search .form-group {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.ilan-search .form-group .form-control {
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
}

.ilan-search .form-group .form-control,
.ilan-search .form-group .form-select {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    background-color: #fff;
    color: #373636;
    font-weight: 500;
    border: none;
    height: 50px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.ilan-search .form-group .form-control:focus,
.ilan-search .form-group .custom-select:focus {
    box-shadow: none;
    border-color: #e0e1e2;
}

.ilan-search .dm-select {
    width: 100%;
}

.ilan-search .dm-select .dm-select-box {
    position: relative;
    width: 100%;
}

.ilan-search .dm-select .dm-select-box .default-option {
    width: auto;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #f1f1f1 !important;
    position: relative;
    overflow: hidden;
}

.ilan-search .dm-select .dm-select-box .default-option:after {
    content: '\eab2';
    position: absolute;
    right: 16px;
    top: 0px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    color: #000;
    z-index: 99;
    font-family: "fontello";
}

.ilan-search .dm-select .dm-select-box .default-option:hover {
    cursor: default;
}

.ilan-search .dm-select .dm-select-box .dm-options {
    display: none;
    width: calc(100% + 0px);
    max-height: 270px;
    overflow: auto;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    left: 0px;
    top: 50px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.ilan-search .dm-select .dm-select-box .dm-options .dm-option {
    padding: 8px 16px;
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.3s;
}

.ilan-search .dm-select .dm-select-box .dm-options .dm-option:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

.ilan-search .dm-select .dm-select-box .dm-options::-webkit-scrollbar {
    width: 5px;
}

.ilan-search .dm-select .dm-select-box .dm-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ilan-search .dm-select .dm-select-box .dm-options::-webkit-scrollbar-thumb {
    background: #E00000;
}

.ilan-search .ilan-ara {
    width: 190px;
    height: 50px;
    background: #28A745;
    border: none;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
}

.ilan-search .ilan-ara i {
    padding-right: 2px;
}

.ilan-search .ilan-ara:focus {
    outline: none;
    box-shadow: none;
}

.page-ilan-search {
    height: auto;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.page-ilan-search h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}

.page-ilan-search p {
    margin-top: 20px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.page-ilan-search .ilan-kategori {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.page-ilan-search .ilan-kategori a {
    color: #fff;
    font-weight: 700;
}

.page-ilan-search .ilan-kategori .kategorisec {
    width: auto;
    height: 50px;
    background: transparent;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
    padding: 0px 16px;
}

.page-ilan-search .ilan-kategori .kategorisec .icon {
    width: 100%;
    height: auto;
    font-size: 23px;
    line-height: 23px;
    margin-right: 16px;
}

.page-ilan-search .ilan-kategori .kategorisec.active,
.page-ilan-search .ilan-kategori .kategorisec:hover {
    border-color: #E00000;
    background: #E00000;
    color: #fff;
}

.page-ilan-search .ilan-kategori .kategorisec span {
    font-weight: 500;
    font-style: normal;
    margin-top: 0px;
    display: block;
}

.page-ilan-search form {
    width: 100%;
    display: inline-block
}

.page-ilan-search .form-group {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.page-ilan-search .form-group .form-control {
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
}

.page-ilan-search .form-group .form-control,
.page-ilan-search .form-group .form-select {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    background-color: #efefef;
    color: #373636;
    font-weight: 500;
    border: none;
    height: 40px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.page-ilan-search .form-group .form-control:focus,
.page-ilan-search .form-group .custom-select:focus {
    box-shadow: none;
    border-color: #e0e1e2;
}

.page-ilan-search .dm-select {
    width: 250px;
}

.page-ilan-search .dm-select .dm-select-box {
    position: relative;
    width: 100%;
}

.page-ilan-search .dm-select .dm-select-box .default-option {
    width: auto;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #f1f1f1 !important;
    position: relative;
    overflow: hidden;
}

.page-ilan-search .dm-select .dm-select-box .default-option:after {
    content: '\eab2';
    position: absolute;
    right: 16px;
    top: 0px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    color: #000;
    z-index: 99;
    font-family: "fontello";
}

.page-ilan-search .dm-select .dm-select-box .default-option:hover {
    cursor: default;
}

.page-ilan-search .dm-select .dm-select-box .dm-options {
    display: none;
    width: calc(100% + 0px);
    max-height: 270px;
    overflow: auto;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    left: 0px;
    top: 50px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.page-ilan-search .dm-select .dm-select-box .dm-options .dm-option {
    padding: 8px 16px;
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.3s;
}

.page-ilan-search .dm-select .dm-select-box .dm-options .dm-option:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

.page-ilan-search .dm-select .dm-select-box .dm-options::-webkit-scrollbar {
    width: 5px;
}

.page-ilan-search .dm-select .dm-select-box .dm-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.page-ilan-search .dm-select .dm-select-box .dm-options::-webkit-scrollbar-thumb {
    background: #E00000;
}

.page-ilan-search .ilan-ara {
    width: auto;
    height: 40px;
    background: #1d1d1d;
    border: none;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 12px;
}

.page-ilan-search .ilan-ara i {
    padding-right: 5px;
}

.page-ilan-search .ilan-ara:focus {
    outline: none;
    box-shadow: none;
}

/* İlan Liste 1*/
.ilan-liste1 {
    height: auto;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.11);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 12px;
    margin-right: 10px;
}

.ilan-liste1 a {
    display: block;
    font-size: 14px;
    color: #263238;
    text-decoration: none;
}

.ilan-liste1 .ilan-bilgi {
    width: 100%;
    border-top: 1px solid #eeeeee;
}

.ilan-liste1 .ilan-secenek {
    width: 100%;
    color: #E00000;
    margin-bottom: 0px;
    display: block;
    font-weight: 600;
}

.ilan-liste1 .ilan-bilgi .liste {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ilan-liste1 .ilan-bilgi .liste1 {
    width: 60%;
    background: #FAFAFA;
    font-weight: bold;
    font-size: 14px;
    color: #373737;
    border-right: 1px solid #eeeeee;
}

.ilan-liste1 .ilan-bilgi .liste2 {
    width: 20%;
    border-right: 1px solid #eeeeee;
}

.ilan-liste1 .ilan-bilgi .liste3 {
    width: 20%;
}

.ilan-liste1 .ilan-bilgi .liste2:hover,
.kategori_li.active a,
.ilan-liste1 .ilan-bilgi .liste2.active {
    color: #E00000;
    font-weight: 700;
}

.ilan-liste1 .ilan-bilgi .liste3 .favori {
    font-family: "fontello";
}

.ilan-liste1 .ilan-bilgi .liste3 .favori:before {
    content: '\e83f';
}

.ilan-liste1 .ilan-bilgi .liste3.active .favori:before {
    content: '\e83e';
    color: #E00000;
}

.ilan-liste1 .ilan-bilgi .liste3:hover .favori:before {
    color: #E00000;
    content: '\e83e';
}

.ilan-liste1 .ilan-resim-sayfa {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.ilan-liste1 .ilan-resim-sayfa img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: 100%;
}

.ilan-liste1 .ilan-aciklama a {
    display: block;
    padding: 10px;
}

.ilan-liste1 .ilan-aciklama a .ilan-ozellik {
    display: block !important;
    color: #64707c;
}

.ilan-liste1 .ilan-aciklama a .ilan-ozellik .liste {
    margin-right: 10px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.ilan-liste1 .ilan-aciklama a .ilan-ozellik .liste i {
    margin-right: 10px;
}


.ilan-liste1 .ilan-aciklama a .ilan-ozellik .liste i::before {
    font-weight: 600;
}


.ilan-liste1 .ilan-aciklama a .ilan-baslik {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    align-items: start !important;
    text-transform: uppercase;
    color: #000;
}

.ilan-liste1 .ilan-aciklama a .ilan-baslik.gorunum2 {}

.ilan-liste1 .ilan-aciklama a .ilan-baslik.gorunum1 {
    display: none !important;
}

.ilan-liste1 .ilan-aciklama a .ilan-ozellik .liste.ilan-adres {
    font-size: 13px;
    /*margin-top: 12px;*/
    margin-top: 5px;
    font-weight: 700 !important;
    color: #000 !important;
    text-overflow: ellipsis;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.ilan-liste1 .ilan-aciklama .ilan-adres i {
    display: none;
}

.ilan-liste1 .ilan-aciklama .ilan-adres li {
    list-style: none;
    display: flex;
}

.ilan-liste1 .ilan-aciklama .ilan-adres li:nth-child(1):before {
    display: none;
    margin-left: 0px;
}

.ilan-liste1 .ilan-aciklama .ilan-adres li::before {
    display: block;
    content: '/';
    margin: 0px 5px;
}

.ilan-liste1 .ilan-aciklama a .ilan-ozellik .liste.ilan-adres i {
    display: none;
}

.ilan-liste1 .ilan-aciklama a .ilan-fiyat {
    display: block;
    margin-top: 0px;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    color: #E00000;
}


/* İlan Liste 1 Son */


/* İlan Liste 2*/

.ilan-liste2 {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.11);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.ilan-liste2:hover {
    border-color: #FFC102;
}

.ilan-liste2 a {
    font-size: 14px;
    color: #263238;
    text-decoration: none;
}

.ilan-liste2 .ilan-bilgi {
    width: 100%;
    display: block;
}

.ilan-liste2 .ilan-bilgi .liste {
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.ilan-liste2 .ilan-bilgi .liste span {
    padding-left: 10px;
    font-size: 13px;
}

.ilan-liste2 .ilan-bilgi .liste1 {
    width: 100%;
    background: #FAFAFA;
    font-weight: bold;
    font-size: 14px;
    color: #373737;
    border-right: 1px solid #eeeeee;
}

.ilan-liste2 .ilan-bilgi .liste2 {
    width: auto;
}

.ilan-liste2 .ilan-bilgi .liste3 {
    width: auto;
    border-left: 1px solid #eeeeee;
    padding-left: 15px;
    margin-left: 15px;
}

.ilan-liste2 .ilan-bilgi .liste2:hover,
.ilan-liste2 .ilan-bilgi .liste2.active {
    color: #E00000;
}

.ilan-liste2 .ilan-bilgi .liste3 .favori {
    font-family: "fontello";
}

.ilan-liste2 .ilan-bilgi .liste3 .favori:before {
    content: '\e83f';
}

.ilan-liste2 .ilan-bilgi .liste3.active .favori:before {
    content: '\e83e';
    color: #E00000;
}

.ilan-liste2 .ilan-bilgi .liste3:hover .favori:before {
    color: #E00000;
    content: '\e83e';
}

.ilan-liste2 .ilan-resim-sayfa {
    width: 140px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    border-right: 1px solid #eaeaea;
}

.ilan-liste2 .ilan-resim-sayfa img {
    max-width: 100%;
    max-height: 100%;
}

.ilan-liste2 .ilan-aciklama {
    display: block;
    padding: 0px;
    padding-left: 20px;
    width: calc(100% - 310px);
    padding-right: 20px;
}

.ilan-liste2 .ilan-aciklama .ilan-baslik {

    font-weight: 700;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ilan-liste2 .ilan-aciklama .ilan-tarihi {
    border-left: 1px solid #ccc;
    padding-left: 15px;

}


.ilan-liste2 .ilan-aciklama a .ilan-baslik.gorunum2 {
    display: none;
}

.ilan-liste2 .ilan-aciklama a .ilan-baslik.gorunum1 {
    display: -webkit-box;
}

.ilan-liste2 .ilan-aciklama .ilan-adres {
    display: flex !important;
    font-size: 13px;
    opacity: 1;
    margin-top: 0px;
    overflow: hidden;
    color: #000 !important;
    font-weight: 700;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #eaeaea;
    padding-left: 22px;
    width: 152px;
    text-align: center;
    flex-direction: column;
}

.ilan-liste2 .ilan-aciklama .ilan-adres i {
    display: none;
}

.ilan-liste2 .ilan-aciklama .ilan-adres li {
    list-style: none;
    display: block;
}

.ilan-liste2 .ilan-aciklama .ilan-ozellik {
    display: block;
    margin-top: 8px;
    color: #64707c;
}

.ilan-liste2 .ilan-aciklama .ilan-ozellik .liste {
    margin-right: 18px;
    font-weight: 600;
}

.ilan-liste2 .ilan-aciklama .ilan-ozellik .liste i::before {
    font-weight: 600;
}

.ilan-liste2 .ilan-aciklama .ilan-fiyat {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: #E00000;
    line-height: 1;
}

.ilan-liste2.vitrin-ilan {
    background: rgba(255, 193, 0, 0.1)
}

/* ilan liste2 son*/


/* İlan Liste 3*/

.ilan-liste3 {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.11);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 10px;
}

.ilan-liste3:hover {
    border-color: #FFC102;
}

.ilan-liste3 a {
    font-size: 14px;
    color: #263238;
    text-decoration: none;
    padding: 11px 13px;
    display: block;
}

.ilan-liste3 .ilan-bilgi {
    width: 100%;
    display: block;
}

.ilan-liste3 .ilan-bilgi .liste {
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.ilan-liste3 .ilan-bilgi .liste span {
    padding-left: 10px;
    font-size: 13px;
}

.ilan-liste3 .ilan-bilgi .liste1 {
    width: 100%;
    background: #FAFAFA;
    font-weight: bold;
    font-size: 14px;
    color: #373737;
    border-right: 1px solid #eeeeee;
}

.ilan-liste3 .ilan-bilgi .liste2 {
    width: auto;
}

.ilan-liste3 .ilan-bilgi .liste3 {
    width: auto;
    border-left: 1px solid #eeeeee;
    padding-left: 15px;
    margin-left: 15px;
}

.ilan-liste3 .ilan-bilgi .liste2:hover,
.ilan-liste3 .ilan-bilgi .liste2.active {
    color: #E00000;
}

.ilan-liste3 .ilan-bilgi .liste3 .favori {
    font-family: "fontello";
}

.ilan-liste3 .ilan-bilgi .liste3 .favori:before {
    content: '\e83f';
}

.ilan-liste3 .ilan-bilgi .liste3.active .favori:before {
    content: '\e83e';
    color: #E00000;
}

.ilan-liste3 .ilan-bilgi .liste3:hover .favori:before {
    color: #E00000;
    content: '\e83e';
}

.ilan-liste3 .ilan-resim2 {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    margin-right: 0;
}

.ilan-liste3 .ilan-resim2 img {
    max-width: 100%;
    max-height: 100%;
}

.ilan-liste3 .ilan-aciklama {
    display: block;
    padding: 0px;
    width: auto;
}

.ilan-liste3 .ilan-aciklama .ilan-baslik {
    display: block;
    height: auto;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
}

.ilan-liste3 .ilan-aciklama .ilan-adres {
    display: block;
    font-size: 13px;
    opacity: 0.7;
    margin-top: 5px;
    height: 20px;
    overflow: hidden;
}

.ilan-liste3 .ilan-aciklama .ilan-ozellik {
    display: block !important;
    margin-top: 0px;
}

.ilan-liste3 .ilan-aciklama .ilan-ozellik .liste:nth-child(1) i {
    display: none;
}

.ilan-liste3 .ilan-aciklama .ilan-ozellik .liste:nth-child(1) {
    display: block;
    font-size: 13px;
    opacity: 0.7;
    margin-top: 5px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 9px;
}

.ilan-liste3 .ilan-aciklama .ilan-ozellik .liste {
    margin-right: 0px;
    margin-bottom: 2px;
    display: flex;
    align-items: baseline;
}

.ilan-liste3 .ilan-aciklama .ilan-ozellik .liste i {
    margin-right: 7px;
}

.ilan-liste3 .ilan-aciklama .ilan-fiyat {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: #E00000;
}

.ilan-liste3.vitrin-ilan {
    background: rgba(255, 193, 0, 0.1)
}

/* ilan liste3 son*/

.ilan-footer {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

.ilan-footer .bilgi {
    width: 100%;
    height: auto;
}

.ilan-footer .bilgi span {
    font-weight: 600;
}

.ilan-footer .pagination {
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.ilan-footer .pagination li {
    margin: 0px 3px
}

.ilan-footer .pagination li.active a {
    background: #FFC102;
    border-color: #FFC102;
}

.ilan-footer .pagination li a {
    color: #1d1d1d;
}

.bilgi-gorsel .bilgi-gorsel-liste {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.bilgi-gorsel .bilgi-gorsel-liste a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.bilgi-gorsel .bilgi-gorsel-liste a:hover::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #37363634
}

.bilgi-gorsel .bilgi-gorsel-liste a .detayy {
    display: none;
    letter-spacing: 2px;
    font-size: 12px;
}

.bilgi-gorsel .bilgi-gorsel-liste a:hover .detayy {
    display: block;
}

.bilgi-gorsel .bilgi-gorsel-liste::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(transparent, #1a2b4900, #1d1d1d);
}

.bilgi-gorsel .bilgi-gorsel-liste .text {
    padding: 16px;
    position: relative;
    z-index: 99;
}

.bilgi-gorsel .bilgi-gorsel-liste .text h2 {
    font-size: 20px;
}

.bilgi-gorsel .bilgi-gorsel-liste .text p {
    font-size: 14px;
    opacity: 80%;
}

.hizli-menu {
    width: 100%;
    height: auto;
}

.hizli-menu .liste {
    margin-left: auto;
    text-align: center;
    background: #fff;
    padding: 25px 20px;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
}

.hizli-menu .liste a {
    display: block;
    color: #1A2B49;
    text-decoration: none;
}

.hizli-menu .liste a .icon {
    display: inline-block;
    height: auto;
    width: 100%;
}

.hizli-menu .liste a .icon .svgIcon {
    fill: #E00000;
    height: 50px;
    width: 100%;
}

.hizli-menu .liste a .icon .svgIcon path {
    fill: #E00000;
}

.hizli-menu .liste a .text {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.hizli-menu .liste a .text span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.hizli-menu .liste a .text small {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 22px;
    opacity: 80%;
}

.hizli-menu .liste a:hover .text span,
.hizli-menu .liste a:hover .text small {
    color: #E00000;
}

.aranan-kelimeler {
    width: 100%;
    height: auto;
}

.aranan-kelimeler .nav-tabs {
    width: 100%;
    height: auto;
    padding: 0px;
    border: none
}

.aranan-kelimeler .nav-tabs li:first-child {
    margin-left: 0px;
}

.aranan-kelimeler .nav-tabs li:last-child a {
    border-right: 1px solid #c6c8d0;
}

.aranan-kelimeler .nav-tabs li {
    padding: 0px;
    display: inline-block;
    margin-left: -1px
}

.aranan-kelimeler .nav-tabs li a {
    padding: 10px 16px;
    position: relative;
    border-left: 1px solid #c6c8d0;
    border-top: 3px solid #c6c8d0;
    border-bottom: 0;
    border-right: 0;
    color: #1a2b49;
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.aranan-kelimeler .nav-tabs li a.active {
    border-top: 3px solid #E00000;
    color: #E00000;
}

.aranan-kelimeler .tab-content {
    background-color: #fff;
    padding: 0 16px 16px 16px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.aranan-kelimeler .tab-content ul.liste {
    padding: 0px;
    margin: 0px;
}

.aranan-kelimeler .tab-content ul.liste span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.aranan-kelimeler .tab-content ul.liste li {
    padding: 0px;
    margin: 3px 1px;
    list-style: none;
    display: inline-block;
}

.aranan-kelimeler .tab-content ul.liste li a {
    color: #333;
    border: solid 1px #ccc;
    padding: 3px 5px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 14px;
}

.mahalle-ilanlar {
    width: 100%;
    height: auto;
}

.mahalle-ilanlar .liste {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}

.mahalle-ilanlar .liste a {
    display: block;
    color: #373636;
    background-color: #fff;
    border: 1px solid rgba(34, 36, 38, 0.11);
    text-decoration: none;
}

.mahalle-ilanlar .liste a .resim {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
}

.mahalle-ilanlar .liste a .text {
    width: 100%;
    height: 100%;
    padding: 14px 14px;
    background: linear-gradient(transparent, #1a2b4900, #1d1d1d);
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.mahalle-ilanlar .liste a:hover .text {
    background: rgba(0, 16, 34, 0.70)
}

.mahalle-ilanlar .liste a .text span.baslik {
    font-weight: 500;
    font-size: 17px;
    display: block;
    color: #fff;
    margin-top: 16px;
}

.mahalle-ilanlar .liste a .badge {
    padding: 0px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: transparent;
    font-weight: 500;
    letter-spacing: 1px;
}

.mahalle-ilanlar .liste a .text .detayy {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.bolum-baslik {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 99;
}

.bolum-baslik h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a2b49;
    background: #fafafa;
}

.bolum-baslik .cizgi {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    top: 16px;
    z-index: -1;
}

.populerslider.owl-carousel {
    position: relative;
    z-index: 999;
}

.populerslider .owl-dots {
    position: absolute;
    top: -50px;
    right: 23px;
    margin-top: 0px !important;
    /* width: 100%; */
    text-align: right !important;
    background: #fafafa;
    padding: 0px 10px;
}

.populerslider .owl-dots button:focus {
    box-shadow: none;
    outline: none;
}

.populerslider.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 4px;
    background: #fff;
    border: solid 2px #1A2B49;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
}

.populerslider.owl-theme .owl-dots .owl-dot.active span,
.populerslider.owl-theme .owl-dots .owl-dot:hover span {
    background: #1A2B49;
    border-color: #1A2B49;
}

.breadcrumb-bg {
    background: #fff;
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
}

.breadcrumb-bg .breadcrumb {
    background: transparent;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.breadcrumb-bg .breadcrumb li a {
    color: #000;
    font-size: 14px;
}

.breadcrumb-bg .breadcrumb-item.active {
    color: #E00000;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: '\eab8';
    font-family: "fontello";
}


/*İlan Detay Başlangıç*/

.ilandetay {
    color: #1d1d1d;
}

.ilandetay .ilan-baslik {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.ilandetay .ilan-baslik h2 {
    font-size: 22px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

.ilandetay .adres {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 20px;
    font-weight: 700;
}

.ilandetay .fiyat {
    color: #E00000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.ilandetay .ilan-detay-resim {
    width: 100%;
    height: auto;
    position: relative;
}

.ilan_linkler_ul {
    width: 100%;
    height: auto;
    position: relative;
}

.ilan_linkler_ul a.ilan_linkler_liste {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    background: #fff;
    padding: 15px 20px;
    color: #000;
    align-items: center;
}

.ilan_linkler_ul a.ilan_linkler_liste .icon {
    width: 50px;
}

.ilan_linkler_ul a.ilan_linkler_liste .icon .svgIcon {
    fill: #E00000;
    height: 35px;
    width: 35px;
}

.ilan_linkler_ul a.ilan_linkler_liste .icon .svgIcon path {
    fill: #E00000;
}

.ilan_linkler_ul a.ilan_linkler_liste .text {
    width: calc(100% - 50px);
    padding-left: 15px;
    border-left: 1px solid #eaeaea;
}

.ilan_linkler_ul a.ilan_linkler_liste .text span {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

.ilan_linkler_ul a.ilan_linkler_liste .text small {
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.ilan_linkler_ul a.ilan_linkler_liste .text small b {
    font-weight: 700;
    text-decoration: underline !important;
}

.ilan_linkler_ul a.ilan_linkler_liste:hover {
    background: #E00000;
    color: #fff;
}

.ilan_linkler_ul a.ilan_linkler_liste:hover .icon .svgIcon {
    fill: #fff;
}

.ilan_linkler_ul a.ilan_linkler_liste:hover .icon .svgIcon path {
    fill: #fff;
}

.ilan_linkler_ul a.ilan_linkler_liste:hover .text {
    border-left: 1px solid #ffffff22;
}


.ilandetay .ilan-detay-resim .ilanDetayResim_yok {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 336px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.ilandetay .ilan-detay-resim .ilanDetayResim_yok img {
    width: 50%;
}

.ilandetay .ilan-detay-resim .list-unstyled li img {
    width: 100%;
}

.ilandetay .ilan-detay-bilgi {
    display: block;
}

.ilandetay .ilan-detay-bilgi h2 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #E00000;
}

.ilandetay .ilan-detay-bilgi h3 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 16px;
}

.ilandetay .ilan-detay-bilgi .media {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    background: #fff;
    padding: 6px 10px;
    border-top: 1px solid #eaeaea;
    display: flex;
}

.ilandetay .ilan-detay-bilgi .media:nth-child(2n) {
    background: #fdfdfd;
}

.ilandetay .ilan-detay-bilgi .media .media-left {
    width: 47%;
    height: auto;
}

.ilandetay .ilan-detay-bilgi .media .media-left h4 {
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}

.ilandetay .ilan-detay-bilgi .media .media-body {
    padding-left: 10px;
}

.ilandetay .ilan-detay-bilgi .media .media-body h5 {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}

.ilandetay .ilan-detay-firma {
    width: 100%;
    position: relative;
}

.ilandetay .ilan-detay-firma .ilan-detay-firma-ic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    background: #FFC102;
    top: 0px;
    left: 0px
}

.ilandetay .ilan-detay-firma-ic {
    width: 100%;
    position: relative;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #fff;
    flex-direction: column;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik .icon {
    width: 170px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* border-radius: 50%; */
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden;
    border: solid 1px #efefef;
    padding: 5px;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik .icon img {
    max-width: 100%;
    max-height: 100%;
}

.ilandetay .ilan-detay-firma-ic .firma-baslik h2 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi {
    display: block;
    width: 100%;
    padding: 16px;
    background: #fff;
}

.ilandetay .mobil-detay-sosyal h5 {
    display: block;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 16px;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi h3 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 12px;
    font-weight: 700;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi h2 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 700;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi a.link {
    font-size: 12px;
    color: #1d1d1d;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi a.link:hover {
    color: #E00000;
}

.ilandetay .ilan-detay-firma-ic .sahis-bilgi .telefon {
    background: #E00000;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    padding: 6px;
    display: block;
    font-weight: 700;
    font-size: 14px;
}

.ilandetay .ilan-detay-firma-button {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 14px 0px;
    cursor: pointer;
}

.ilandetay .ilan-detay-firma-button a.link {
    width: 100%;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    color: #1d1d1d;
    display: flex;
    justify-content: center;
}

.ilandetay .ilan-detay-firma-button a.link .icon {
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
}

.ilandetay .ilan-detay-firma-button a.link span {
    font-size: 14px;
    line-height: 13px;
    font-weight: 500;
    text-decoration: none;
}

.ilandetay .ilan-detay-firma-button a.link:hover {
    color: #E00000;
}


.ilanDetayResim {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.ilanDetayResim .swiper-button-next,
.ilanDetayResim .swiper-button-prev {
    margin-top: -18px;
    background: #1d1d1d;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    font-size: 15px;
}

.ilanDetayResim .swiper-button-next {
    right: 0px;
    left: auto;
}


.ilanDetayResim .swiper-button-next:after,
.ilanDetayResim .swiper-button-prev:after {
    font-size: 15px;
}

.ilanDetayResim .swiper-button-prev {
    right: auto;
    left: 0px;
}

.ilanDetayResim .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ilanDetayResim .swiper-slide {
    overflow: hidden;
}

.ilanDetayResim .swiper-slide a.buyut {
    display: block;
    font-weight: 700;
    padding: 5px;
    position: absolute;
    z-index: 999;
    left: 10px;
    bottom: 10px;
    background: #fff9;
    border-radius: 5px;
    color: #1d1d1d;
    box-shadow: 0px 0px 3px #0000001f;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.ilanDetayResim .swiper-slide a.buyut i {
    margin-right: 5px;
}


.ilanDetayResim .swiper-slide a.buyut:hover {
    color: #E00000;
}


.ilanDetayResim .swiper-slide a.videoOynat {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.067);
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    transition: transform 3s;
}

.ilanDetayResim .swiper-slide a.videoOynat:hover {
    color: #395FA7;
    background: rgba(0, 0, 0, 0.144);
}


.ilanDetayResim .swiper-slide a.videoOynat i {
    font-size: 100px;
}


.ilanDetayResim .swiper-slide a.videoOynat span {
    font-weight: 500;
    margin-top: 5px;
    display: block;
}



.ilanDetayResim .swiper-slide .swiper-slide-resim {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 336px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ilanDetayResim .swiper-slide .swiper-slide-resim img {
    height: 100%;
}


.ilanDetayResim .gallery-top2 {
    width: 100%;
    background: #fff;
}


.ilanDetayResim .slider-sektor {
    box-sizing: border-box;
    padding: 0px 0;
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 10px 65px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
    background: #fff;
}

.ilanDetayResim .slider-sektor .swiper-button-prev,
.ilanDetayResim .slider-sektor .swiper-button-next {
    background: transparent;
    color: #000;
    position: absolute;
}

.ilanDetayResim .slider-sektor .swiper-button-prev {
    left: 10px;
    border-right: 1px solid #f1f1f1;
}

.ilanDetayResim .slider-sektor .swiper-button-next {
    right: 10px;
    border-left: 1px solid #f1f1f1;
    left: auto;
}


.ilanDetayResim .gallery-thumbs2 {
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide {
    position: relative;
    height: auto;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide span {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 20px;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide .textt-slide {
    width: auto;
    height: auto;
    left: 0px;
    z-index: 1;
    opacity: 0.5;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    display: inline-block;
}


.ilanDetayResim .gallery-thumbs2 .swiper-slide .textt-slide .resimm {
    width: 100%;
    height: 65px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide-thumb-active .textt-slide .resimm {
    border-color: #E00000;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide .textt-slide .resimm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide .textt-slide .hero__slide-nav-progress {
    background-color: #c00;
    height: 5px;
    margin-bottom: 1.5rem;
    transition: width linear;
    width: 0;
    transition-duration: 5500ms;
    display: block;
    opacity: 0;
    position: absolute;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide-thumb-active .hero__slide-nav-progress {
    width: calc(100% + 0px) !important;
    visibility: visible;
    opacity: 1 !important;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide-thumb-active .textt-slide {
    background: transparent;
    height: auto;
    opacity: 1;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide-thumb-active {
    opacity: 1;
    background: transparent;
    padding-top: 0px;
    transition: transform .2s;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide:hover .textt-slide {
    opacity: 1;
    transition: transform .2s;
}

.ilanDetayResim .gallery-thumbs2 .swiper-slide:hover {
    transition: transform .2s;
}


.ilanDetayResim .swiper-slide .text-bg .geciscizgiii {
    background-color: #fff;
    height: 5px;
    transition: width linear;
    width: 0;
    transition-duration: 5500ms;
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.ilanDetayResim .swiper-slide-active .geciscizgiii {
    width: calc(100% + 0px) !important;
    visibility: visible;
    opacity: 1 !important;
}

.ilan-ozellikler {
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
}

.ilan-ozellikler .ilan-ozellikler-liste {
    width: 100%;
    height: auto;
    border: none;
    -webkit-box-shadow: 1px 3px 42px 3px rgba(34, 36, 38, .15);
    box-shadow: 1px 3px 42px 3px rgba(34, 36, 38, .15);
    background: rgba(250, 250, 250);
    padding: 25px;
}

.ilan-ozellikler .ilan-ozellikler-liste h5 {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    font-size: 17px;
}

.ilan-ozellikler .nav-tabs {
    width: 100%;
    height: auto;
    border: none;
}

.ilan-ozellikler .nav-tabs li:first-child a {
    border-left: none
}

.ilan-ozellikler .nav-tabs li {
    width: calc(100% / 2);
    margin-bottom: 0px;
}

.ilan-ozellikler .nav-tabs li a {
    background: transparent;
    color: #1d1d1d;
    border: none;
    text-align: center;
    line-height: 40px;
    display: block;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    font-size: 15px;
}

.ilan-ozellikler .nav-tabs li a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #1d1d1d;
}

.ilan-ozellikler .tab-content {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 1em 1em;
    border-radius: .28571429rem;
    -webkit-border-radius: .28571429rem;
    -moz-border-radius: .28571429rem;
    -ms-border-radius: .28571429rem;
    -o-border-radius: .28571429rem;
}

.ilan-ozellikler .maps {
    height: 400px;
}

.ilan-ozellikler .maps iframe {
    width: 100%;
    height: 100%;
}

.ilan-ozellikler .listing_detail {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #c3c3c3;
    font-weight: 300;
}

.ilan-ozellikler .listing_detail i {
    padding-right: 8px;
}

.ilan-ozellikler .listing_detail.active {
    color: #E00000;
    font-weight: 700;
}

.ilan-ozellikler h3 {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 700;
}


/**/

.ilan-filtre {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.ilan-filtre .gorunum {
    margin-right: 15px;
}

.ilan-filtre .gorunum a {
    margin-right: 5px;
    color: #1d1d1d;
    cursor: pointer;
}

.ilan-filtre .gorunum a.active {
    margin-right: 5px;
    color: #E00000;
}

.ilan-filtre h3 {
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 400;
    margin-bottom: 0px;
}

.ilan-filtre h3 span {
    color: #1d1d1d;
    font-weight: 600;
}

.form-select {
    font-size: 14px;
}

.ilan-filtre .form-control:focus,
.ilan-filtre .custom-select:focus {
    box-shadow: none;
    border-color: #e0e1e2;
}

.ilan-filtre a.arama-kaydet {
    display: block;
    font-weight: 400;
    margin-right: 15px;
    color: #1d1d1d;
}

.ilan-filtre a.arama-kaydet i {
    margin-right: 10px;
}

.ilan-filtre a.arama-kaydet:hover {
    color: #E00000;
}


/*.liste-tab */

.liste-tab {
    position: relative;
}

.liste-tab .FiltreAdres {
    display: none;
    position: absolute;
    z-index: 250;
    left: 10px;
    top: 0;
    width: 280px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 999;
    border-radius: 3px;
}

.liste-tab .FiltreAdres .Filtre-Scrool-Header {
    width: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
}

.liste-tab .FiltreAdres .Filtre-Scrool-Header .form-control {
    border-radius: 3px;
    width: calc(100% - 34px);
}

.liste-tab .FiltreAdres .Filtre-Scrool-Header .form-control {
    height: 33px;
    font-size: 14px;
}

.liste-tab .FiltreAdres .Filtre-Scrool-Header .Filtre-adres-kapat {
    margin-left: 5px;
    width: 33px;
    height: 33px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 14px;
}

.liste-tab .FiltreAdres .Filtre-Scrool-Header .Filtre-adres-kapat:hover {
    background: #000;
    color: #fff;
}

.liste-tab .FiltreAdres.active {
    display: block;
}

.liste-tab .Filtre-Scrool-body {
    height: auto;
    background: #fff;
    padding: 14px 0px;
    border-top: 1px solid #ebebeb;
}

.liste-tab .Filtre-Scrool {
    height: 330px;
    overflow-y: auto;
    background: #fff;
    max-width: 97%;
}

.liste-tab .FiltreAdres ul {
    height: auto;
    padding: 0px 6px 0px 0px;
}

.liste-tab .FiltreAdres ul li:first-child {
    border-top: none;
}

.liste-tab .FiltreAdres ul li {
    height: auto;
    list-style: none;
    border-top: 1px solid #f1f1f1;
}

.liste-tab .FiltreAdres ul li a {
    height: auto;
    padding: 9px 22px;
    list-style: none;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.liste-tab .FiltreAdres ul li .adres_checkbox {
    margin-right: 7px;
}

.liste-tab .FiltreAdres ul li .mahalle-ana-baslik {
    background: #dedede;
    font-weight: 700;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #041425;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.liste-tab .FiltreAdres ul li .mahalle-ana-baslik a:hover {
    background: transparent;
    color: #041425 !important;

}


.liste-tab .FiltreAdres ul li .mahalle-ana-baslik:hover {
    color: #041425;
}

.liste-tab .FiltreAdres ul li ul li {
    padding-left: 15px;
}

.liste-tab .FiltreAdres ul li a {
    position: relative;
}


.liste-tab .FiltreAdres ul li a:hover {
    background: #E00000;
    color: #fff;
}
.liste-tab .FiltreAdres ul li a::after {
    content: '\eab4';
    font-family: "fontello";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.liste-tab .Filtre-Scrool::-webkit-scrollbar-track {
    background-color: #DEDEDE;
    border-radius: 3px;
}

.liste-tab .Filtre-Scrool::-webkit-scrollbar {
    width: 6px;
    background-color: #DEDEDE;
    border-radius: 3px;
}

.liste-tab .Filtre-Scrool::-webkit-scrollbar-thumb {
    background-color: #A2A2A2;
    border-radius: 3px;
}


.liste-tab .liste1 li a {
    font-size: 14px;
    color: #1d1d1d;
}


.liste-tab .liste1 li.ms-3 a {
    font-weight: 600;
}

.liste-tab .liste1 li.ms-4 a {
    font-weight: 300;
}



.liste-tab .liste1 li.current a {
    color: #000;
    font-weight: 600;
}

.liste-tab .liste1 li.active a {
    color: #E00000;
    font-weight: 600;
}

.liste-tab .liste1 li {
    list-style-type: none;
}

.liste-tab .liste1 li a {
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.liste-tab .liste1 li a .kategori-ilan {
    display: block;
}

.liste-tab .liste1 li a .kategori-ilan-sayi {
    margin-left: auto;
    font-size: 13px;
    background: #f1f1f1;
    width: 25px;
    height: 25px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    font-weight: 700;
}

.liste-tab .liste1 li.active a .kategori-ilan-sayi,
.liste-tab .liste1 li a:hover .kategori-ilan-sayi {
    color: #E00000;
}

.liste-tab .liste1 li .ilan-sayisi {
    font-size: 14px;
    color: #a2a2a2;
    font-weight: 400;
    margin-left: 4px;
}

.liste-tab .il-sec {
    margin-top: 5px;
}

.liste-tab .il-sec select {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.liste-tab .ilce-sec {
    margin-top: 5px;
}

.liste-tab .ilce-sec select {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.liste-tab .ilce-sec select.disabled {
    background: #ececec;
}

.liste-tab .mahalle-sec {
    margin-top: 5px;
}

.liste-tab .mahalle-sec select {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.liste-tab .mahalle-sec select.disabled {
    background: #ececec;
}

.liste-tab .select-bolumu .input-alani {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.liste-tab .select-bolumu .input-alani span {
    color: #bdbdbd;
}

.liste-tab .select-bolumu .input-alani .min-input input {
    display: inline-block;
    width: 100%;
    border: 1px solid #c0c0c0;
    height: 33px;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    border-radius: 2px;
    margin-left: 0;
}

.liste-tab .select-bolumu .input-alani .max-input input {
    display: inline-block;
    width: 100%;
    border: 1px solid #c0c0c0;
    height: 33px;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    border-radius: 3px;
    margin-left: 0;
}

.liste-tab .select-bolumu .input-alani .fiyat_input {
    position: relative;
    margin-top: 7px;
}

.liste-tab .select-bolumu .input-alani .fiyat_input label {
    color: #767676;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 9px;
    transition: all .2s ease;
    -moz-transition: .2s ease all;
    -webkit-transition: all .2s ease;
    font-size: 13px;
}

.liste-tab .select-bolumu .input-alani .fiyat_input input:focus~label,
.liste-tab .select-bolumu .input-alani .fiyat_input input:not(:placeholder-shown)~label {
    top: -7px;
    font-size: 10px;
    padding: 0px 3px;
    background: #fff;
}


.liste-tab .select-bolumu .input-alani .fiyat_input .currency {
    position: absolute;
    right: 7px;
    font-size: 13px;
    top: 9px;
    color: #767676;
}

.liste-tab .select-bolumu {
    position: relative;
    background: #fff;
    padding: 10px 10px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
}

.liste-tab .select-bolumu {
    position: relative;
    background: #fff;
    padding: 13px 13px;
    /* border-bottom: 1px solid #e2e2e2; */
    cursor: pointer;
    margin-bottom: 6px;
    border: 1px solid rgba(34, 36, 38, 0.11);
}

.liste-tab .select-bolumu .form-liste-bolumu {
    position: relative;
    background: #fff;
    padding: 0px 13px;
    cursor: pointer;
    margin-bottom: 6px;
    height: 33px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 0px;
    font-weight: 400;
}

.liste-tab .select-bolumu .form-liste-bolumu.pasif {
    background: #f0f0f0;
}

.liste-tab .select-bolumu .form-liste-bolumu h3 {
    font-weight: 400;
}

.liste-tab .select-bolumu .form-liste-bolumu h3 span {
    font-weight: 700;
}

.liste-tab .select-bolumu .form-liste-bolumu .ust-baslik {
    width: 100%;
}

.liste-tab .select-bolumu.ilanarama .kullanici-form {
    position: relative;
}

.liste-tab .select-bolumu.ilanarama .kullanici-form .form-control {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    background-color: #fff;
    color: #373636;
    font-weight: 500;
    height: 40px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    border-radius: 0px;
}

.liste-tab .select-bolumu.ilanarama .ara {
    position: absolute;
    right: 10px;
    height: auto;
    width: auto;
    background: transparent;
    color: #E00000;
    border: none;
    display: flex;
    align-items: center;
    top: 13px;
}

.liste-tab .select-bolumu .ust-baslik {
    display: flex;
    align-items: center;
}

.liste-tab .select-bolumu .ust-baslik i {
    margin-right: 0px;
}

.liste-tab .select-bolumu h3 {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0px;
}

.liste-tab .select-bolumu h3.filtre-baslik {
    display: flex;
    align-items: center;
}

.liste-tab .select-bolumu h3.filtre-baslik .filtre-icon {
    width: 21px;
}

.liste-tab .select-bolumu h3.filtre-baslik b {
    font-weight: 600;
}

.select-bolumu .select2-container--default .select2-selection--multiple {
    min-height: auto;
}

.select-bolumu .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f1f1f1;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 6px;
    background-color: #f1f1f1;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1d1d1d;
}

.liste-tab .select-bolumu .checkbox-alani {
    max-height: 0;
    overflow-y: auto;
    padding: 0px 0px;
    transition: max-height 0.3s ease;
    padding-right: 5px;
}

.liste-tab .select-bolumu .checkbox-alani li {
    font-size: 14px;
    list-style-type: none;
    margin-top: 2px;
    display: flex;
    align-items: center;
}

.liste-tab .select-bolumu .checkbox-alani li:hover {
    color: #E00000;
}

.liste-tab .select-bolumu .checkbox-alani li .form-check {
    display: block;
    min-height: 1.3rem;
}

.liste-tab .select-bolumu .checkbox-alani li .form-check-label {
    font-weight: 600;
}


.liste-tab .select-bolumu .checkbox-alani li .custom-checkbox {
    font-size: 13px;
    line-height: 25px;
}

.liste-tab .select-bolumu .checkbox-alani li a input {
    margin-right: 5px;
}

.custom-control-input {
    background-color: initial;
}

.custom-control-input:checked+.custom-control-label {
    color: #E00000;
    font-weight: 700;
}

.custom-control-input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
}

.custom-control-input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    position: relative;
}

.custom-control-input:checked {
    background-color: red;
    border-color: red;
}

.custom-control-input:checked::before {
    content: "\e35f";
    font-family: uicons-regular-rounded !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: 700;
}


/* Ana Kategori */
ul.sol-ana-kategori {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 4%);
}

ul.sol-ana-kategori>li {
    border-bottom: 1px solid #eaeaea;
}

ul.sol-ana-kategori>li:last-child {
    border-bottom: none;
}

ul.sol-ana-kategori>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    transition: background 0.3s, color 0.3s;
}

ul.sol-ana-kategori>li>a:hover {
    color: #E00000;
    background: #e000000a;
}

/* Alt Kategori */
ul.sol-ana-kategori ul.sol-alt-kategori {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

ul.sol-ana-kategori ul.sol-alt-kategori>li {
    border-top: 1px solid #f1f1f1;
    border-bottom: 0px;
}

ul.sol-ana-kategori ul.sol-alt-kategori>li:last-child {
    border-bottom: none;
}

ul.sol-ana-kategori ul.sol-alt-kategori li ul.sol-alt-kategori>li:last-child {
    border-bottom: none;
}

ul.sol-ana-kategori ul.sol-alt-kategori>li>a {
    display: flex;
    padding: 11px 30px;
    text-decoration: none;
    font-size: 14px;
    color: #E00000;
    padding-left: 20px;
    transition: background 0.3s, color 0.3s;
    background: #f4f4f4;
    font-weight: 700;
    border: solid 1px transparent;
    border-color: #e6e6e6;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}

ul.sol-ana-kategori ul.sol-alt-kategori>li>a:hover {
    color: #E00000;
    background: #e000000a;
}

ul.sol-ana-kategori ul.sol-alt-kategori>li>a .kategori-ilan-sayi {
    background: #E00000;
    color: #fff;
}

/* En Alt Kategori */
ul.sol-ana-kategori ul.sol-alt-kategori ul.sol-alt-kategori>li>a {
    padding: 8px 39px;
    font-size: 14px;
    color: #333;
    background: transparent;
    border: none;
}

ul.sol-ana-kategori ul.sol-alt-kategori ul.sol-alt-kategori>li>a .kategori-ilan-sayi {
    background: #f1f1f1;
    color: #666;
}

ul.sol-ana-kategori ul.sol-alt-kategori ul.sol-alt-kategori>li>a:hover {
    color: #E00000;
    background: #e000000a;
}

ul.sol-ana-kategori ul.sol-alt-kategori ul.sol-alt-kategori>li>ul>li>a {
    padding-left: 65px;
    font-weight: 400;
}

ul.sol-ana-kategori ul.sol-alt-kategori ul.sol-alt-kategori>li>ul>li {}

ul.sol-ana-kategori ul.sol-alt-kategori ul.sol-alt-kategori>li>ul>li>a::before {
    display: none;
}

/* Satılık Kategorisi için Ikon */
ul.sol-ana-kategori ul.sol-alt-kategori li a::before {
    font-family: 'uicons-regular-rounded' !important;
    margin-right: 7px;
    font-weight: normal;
}

ul.sol-ana-kategori ul.sol-alt-kategori li.satilik a::before {
    content: '\e27c';
}

ul.sol-ana-kategori ul.sol-alt-kategori li.kiralik a::before {
    content: "\e893";
}

ul.sol-ana-kategori ul.sol-alt-kategori li.devren-satilik a::before {
    content: "\e896";
}

ul.sol-ana-kategori ul.sol-alt-kategori li.devren-kiralik a::before {
    content: "\e888";
}

ul.sol-ana-kategori ul.sol-alt-kategori li>ul li a::before {
    content: "\e07b" !important;
    margin-right: 5px;
    font-weight: normal;
    font-size: 10px;
}

ul.sol-ana-kategori ul.sol-alt-kategori li>ul li ul li a::before {
    content: '';
}


/* Genel Stil */
.kategori-ilan {
    flex: 1;
}


.liste-tab .liste1 li a .kategori-ilan-sayi {
    margin-left: auto;
    font-size: 12px;
    background: #f1f1f1;
    width: 21px;
    height: 21px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    font-weight: 700;
    position: absolute;
    border: 1px solid #f1f1f1 !important;
    right: 28px;
}

.liste-tab .liste1 li a:hover .kategori-ilan-sayi {
    background: #fff !important;
    color: #E00000 !important;
    border: 1px solid #E00000 !important;
}


.custom-control-input:checked {
    color: red;
    /* Metin rengini kırmızı yap */
    background: red;
}


/* width */

.liste-tab .select-bolumu .checkbox-alani::-webkit-scrollbar {
    width: 8px;
}


/* Track */

.liste-tab .select-bolumu .checkbox-alani::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #f1f1f1;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.liste-tab .select-bolumu .checkbox-alani::-webkit-scrollbar-thumb {
    border: 0;
    background: #a2a2a2;
    border-radius: 3px;
    cursor: pointer;
}

.liste-tab .select-bolumu .checkbox-alani::-webkit-scrollbar-thumb:hover {
    background: #555;
    cursor: pointer;
}



.liste-tab .select-bolumu .input-alani {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}


.liste-tab .select-bolumu .input-alani span {
    color: #bdbdbd;
}

.liste-tab .select-bolumu .input-alani .kelime-input {
    display: inline-block;
    width: 100%;
    border: 1px solid #c0c0c0;
    height: 32px;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-right: 5px;
}

.dm-select {
    width: auto;
}

.dm-select .dm-select-box {
    position: relative;
    width: 100%;
}

.dm-select .dm-select-box .default-option {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    color: #373636;
    border: none;
    height: 40px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    border: solid 1px #dee2e6;
    width: 100%;
    border-radius: 3px;
}

.dm-select .dm-select-box .default-option:after {
    content: '\eab2';
    position: relative;
    margin-left: auto;
    top: 0px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    color: #000;
    z-index: 99;
    font-family: "fontello";
}

.dm-select .dm-select-box .default-option:hover {
    cursor: default;
}

.dm-select .dm-select-box .dm-options {
    display: none;
    width: calc(100% + 0px);
    max-height: 270px;
    overflow: auto;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    left: 0px;
    top: auto;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.dm-select .dm-select-box .dm-options .dm-option {
    padding: 4px 15px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s;
}

.font_level_1 {
    font-weight: 700 !important;
}

.font_level_2 {
    font-weight: 600 !important;
    padding-left: 30px !important;
}

.font_level_3 {
    font-weight: 300 !important;
    padding-left: 40px !important;
}

.dm-select .dm-select-box .dm-options .dm-option:hover {
    background-color: #e7e7e7;
    cursor: pointer;
}

.dm-select .dm-select-box .dm-options::-webkit-scrollbar {
    width: 5px;
}

.dm-select .dm-select-box .dm-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dm-select .dm-select-box .dm-options::-webkit-scrollbar-thumb {
    background: #E00000;
}


/**/

.custom-checkbox {
    display: flex;
    align-items: center;
}



.custom-control-label {
    padding-left: 10px;
    font-weight: 400;
}

.custom-control-input {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cbcbcb;
    color: #fff;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #E00000;
    background-color: #E00000;
}

.custom-checkbox .custom-control-label::before:focus {
    box-shadow: none;
    outline: none;
}

.custom-control-input:checked {
    background-color: #E00000;
    border-color: #E00000;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.custom-control-label::before {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background: none;
    border: none
}

.custom-control-label::before:focus {
    box-sizing: none;
    outline: none;
}

.custom-radio .custom-control-label::before {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

a.listing-bottom-turbo {
    width: 100%;
    height: auto;
    background: #FFC102;
    display: block;
    text-align: center;
    color: #1d1d1d;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 5px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

a.listing-bottom-turbo .tdu {
    font-weight: 700;
}

/*firmalar-web-site-page*/


.firma-tab {
    width: 100%;
    height: auto;
    border: none;
}

.firma-tab .nav-item:first-child {
    border-top: 0px;
}

.firma-tab .nav-item:first-child .nav-link {
    width: 100%;
    padding-top: 0px;
}

.firma-tab .nav-item:last-child .nav-link {
    width: 100%;
    padding-bottom: 0px;
}

.firma-tab .nav-item {
    width: 100%;
    border-top: 1px solid #e9e9e9;
}

.firma-tab .nav-item .nav-link {
    width: 100%;
    padding: 12px 0px;
    border: none;
    color: #231F20;
    font-weight: 500;
}

.firma-tab .nav-item .nav-link.active {
    color: #D90000;
    font-weight: 700;
}

.firma-tab .nav-item .nav-link:hover {
    color: #D90000;
    font-weight: 700;
}

.firma-tab .nav-item .nav-link span {
    margin-right: 5px;
}

.firmalar-web-site-page .logolar {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
    border: solid 1px #ebe9e9;
}

.firmalar-web-site-page .logolar img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.firmalar-web-site-page .dd-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.firmalar-web-site-page .dd {
    max-width: 100%;
}

.firmalar-web-site-page .dd-list .dd-item {
    overflow: hidden;
    position: relative;
    overflow: hidden;
    position: relative;
    width: 23.9%;
    margin: 5px;
}

.firmalar-web-site-page .dd-list .dd-item .dd-handle {
    padding: 8px 8px;
    height: 130px;
    width: 100%;
    line-height: 30px;
}

.firmalar-web-site-page .dd-list .dd-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.firmalar-web-site-page .dd-list .dd-item .silbuton {
    font-size: 12px;
    background-color: #ff4d4d;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: auto !important;
    line-height: 1 !important;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px 3px;
    width: auto !important;
    font-size: 11px;
    right: 3px;
    top: 3px;
    text-indent: 0%;
    white-space: inherit;
}

.firmalar-web-site-page .dd-list .dd-item .silbuton:hover {
    background-color: #e60000;
}

.firmalar-web-site-page .dd-item img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
}

.firmalar-web-site-page .dd-handle {
    min-height: 130px !important;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
}

/*İlan Detay Son*/


.ilanekle-denizliemlak {
    width: 100%;
}

.ilanekle-denizliemlak .btn {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ilanekle-denizliemlak .btn i {
    font-weight: 700;
    margin-right: 10px;
    font-size: 15px;
}

.ilanekle-denizliemlak .custom-radio {
    position: relative;
    padding-left: 40px;
    border: solid 1px;
    /* İkon için yer ayır */
}

/* "Evet" seçeneği aktif olduğunda */
#gorunsunEvet:checked+.custom-radio {
    background-color: #28a745;
    /* Yeşil arka plan */
    border-color: #28a745;
    /* Sınır rengi */
    color: #fff;
    /* Beyaz metin rengi */
}

/* "Hayır" seçeneği aktif olduğunda */
#gorunsunHayir:checked+.custom-radio {
    background-color: #E00000;
    /* Kırmızı arka plan */
    border-color: #E00000;
    /* Sınır rengi */
    color: #fff;
    /* Beyaz metin rengi */
}

/* Hover efekti */
.ilanekle-denizliemlak .custom-radio:hover {
    cursor: pointer;
    /* Üzerine gelindiğinde imleci değiştirme */
}

.ilanekle-denizliemlak .custom-radio:hover .btn {
    background-color: #f8d7da;
    /* Hayır seçeneği hover durumu */
}

.ilanekle-denizliemlak .btn-outline-danger {
    color: #E00000;
}




/* Üyelik Başlangıç*/

.login {
    width: 100%;
    height: auto;
    background: url(../images/slider/arama-banner.jpg);
    padding: 30px 0px;
    background-size: cover !important;
}

.login-ortaic {
    width: 100%;
    height: auto;
    background: #fff;
    align-items: center;
    max-width: 85%;
    margin: 0px auto;

}

.login-text {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;

}

.login-text h1 {
    width: 100%;
    font-weight: 300;
    font-size: 33px;
}

.login-text h1 b {
    font-weight: 700;
}

.login-resim {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
}

.loginbox {
    box-shadow: 0px 0px 1px hsla(0, 0%, 0%, 0.24);
}

.login-ic {
    background: #fff;
    padding: 30px;
}

.header-logo {
    background: #fff;
    padding: 16px 0px;
    border-bottom: 1px solid #eaeaea;
}

.login-logo {
    width: 100%;
    height: auto;
    display: block;
}

.login-logo img {
    height: 32px;
}

.login-baslik {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.login-baslik h4 {
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 20px;
}

.login-baslik p {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 70%;
    font-size: 15px;
}

.forny-form .form-group {
    margin-bottom: 7px;
    position: relative;
}

.forny-form .form-group label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
}

.forny-form .form-group2 {
    background: #fff;
    border: solid 1px #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: 15px;
}

.forny-form .basliklabel {
    margin-bottom: 5px;
    display: block;
}

.forny-form .form-group .input-group {
    background: #f5f7fa;
    border: solid 1px #f5f7fa;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
}

.forny-form .form-group .input-group .input-group-prepend {
    background: transparent;
    border: none;
    display: flex;
}

.forny-form .form-group .input-group .input-group-prepend .input-group-text {
    background: transparent;
    border: none;
    padding: 0px 12px 0px 12px;
    font-size: 17px;
    border-right: 1px solid #eaeaea;
}

.forny-form .form-group .input-group .form-control {
    border: none;
    background: transparent;
    font-size: 13px;
    padding: 7px 12px;
}

.forny-form .form-group .input-group .form-control {
    border: none;
    background: transparent;
    font-size: 13px;
    padding: 7px 12px;
}

.forny-form .form-group .input-group .goster {
    position: absolute;
    right: 13px;
    top: 15px;
    cursor: pointer;
    z-index: 22;
}


.forny-form .sifremi-unuttum {
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-align: left;
    color: #1d1d1d;
    cursor: pointer;
    text-decoration: underline;
}

.forny-form .sifremi-unuttum-menu {
    padding: 15px;
    margin-top: 23px;
    border: solid 1px #d3d7dd;
    border-radius: 3px;
    display: none;
}

.forny-form .sifremi-unuttum-menu-open {
    display: block;
}

.forny-form .field__label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
}

.forny-form .kapaticon {
    color: #1d1d1d;
    cursor: pointer;
    font-size: 14px;
}

.forny-form .form-group .btn-primary2 {
    height: 26px;
    width: 26px;
    font-size: 9px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    box-shadow: none;
    background-color: #E00000;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 11px;
    right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    padding: 0px;
}

.login-text h1 {
    width: 100%;
    font-weight: 300;
    font-size: 23px;
}

.forny-form .form-group .btn-primary2:hover {
    background-color: #1d1d1d;
}

.forny-form .form-group .input-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.forny-form .form-group:focus-within {
    background: #fff;
    border-color: #E00000;
}

.forny-form .btn-gonder {
    background: #E00000;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.forny-form .btn-gonder:focus {
    outline: none;
    box-shadow: none;
}

.forny-form .kayit-yazi {
    width: 100%;
    height: auto;
    color: #999;
}

.forny-form .kayit-yazi a {
    color: #E00000;
    font-weight: 700;
    cursor: pointer;
}

.forny-form .kayit-yazi a:hover {
    text-decoration: underline;
}

.forny-form .form-check {
    font-size: 14px;
}
/*
*/
.register-bilgi .liste {
    background: #fff;
    padding: 17.4px 15px;
}

.register-bilgi .liste a {
    display: flex;
    color: #1A2B49;
    text-decoration: none;
}

.register-bilgi .liste a .icon {
    display: flex;
    align-items: center;
    height: auto;
    width: 15%;
}

.register-bilgi .liste a .icon .svgIcon {
    fill: #E00000;
    height: 40px;
    width: 100%;
}

.register-bilgi .liste a .icon .svgIcon path {
    fill: #E00000;
}

.register-bilgi .liste a .text {
    width: 85%;
    height: auto;
    margin-top: 0px;
    padding-left: 15px;
}

.register-bilgi .liste a .text span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.register-bilgi .liste a .text small {
    display: block;
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.4;
    opacity: 70%;
}

.register-bilgi .liste a:hover .text span,
.register-bilgi .liste a:hover .text small {
    color: #E00000;
}
.login-bilgi .liste {
    background: #fff;
    padding: 40px;
}

.login-bilgi .liste {
    display: block;
    text-decoration: none;
}

.login-bilgi .liste .icon {
    display: flex;
    align-items: start;
    height: auto;
    width: 100%;
}

.login-bilgi .liste .icon .svgIcon {
    fill: #E00000;
    height: 60px;
    width: auto;
}

.login-bilgi .liste .icon .svgIcon path {
    fill: #E00000;
}

.login-bilgi .liste .text {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-left: 0px;
}

.login-bilgi .liste .text span {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.login-bilgi .liste .text span b {
    color: #D90000;
}

.login-bilgi .liste .text small {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    opacity: 70%;
}

.login-bilgi .liste .text small b {
    color: #D90000;
}

.login-bilgi .liste :hover .text span,
.login-bilgi .liste :hover .text small {
    color: #E00000;
}

.uyelik-paketleri {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 30px 0px;
}

.uyelik-paketleri h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.uyelik-paketleri .uyelik-liste {
    display: block;
}

.uyelik-paketleri .uyelik-liste .baslik.renk1 {
    background: #E00000;
}

.uyelik-paketleri .uyelik-liste .baslik.renk2 {
    background: #1d1d1d;
}

.uyelik-paketleri .uyelik-liste .baslik.renk3 {
    background: #15A2B8;
}

.uyelik-paketleri .uyelik-liste .baslik.renk4 {
    background: #FFC106;
}

.uyelik-paketleri .uyelik-liste .baslik {
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.uyelik-paketleri .uyelik-liste .baslik h3 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

.uyelik-paketleri .uyelik-liste .aciklama {
    padding: 0px;
    margin: 0px;
    background: #fff;
    color: #1d1d1d;
}

.uyelik-paketleri .uyelik-liste .aciklama li:first-child {
    border-top: 0px;
}

.uyelik-paketleri .uyelik-liste .aciklama li {
    display: block;
    list-style: none;
    border-top: 1px solid #efefef;
    padding: 10px 10px;
}

.uyelik-paketleri .uyelik-liste .aciklama li span {
    margin-right: 10px;
    font-weight: 700;
}

.uyelik-paketleri .uyelik-liste .aciklama li i {
    margin-right: 10px;
}

.iletisim_baslik {
    font-size: 25px;
    text-align: center;
}

.iletisim_baslik .icon {
    font-size: 75px;
    display: block;
}

.iletisim_baslik span {
    font-size: 18px;
    display: block;
}

.form-check-input:checked {
    background-color: #E00000;
    border-color: #E00000;
}

/*detayli-arama*/

.detayli-arama {
    width: 100%;
    height: auto;
    position: relative;
}

.detayli-arama .form-liste {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 0px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
}

.detayli-arama .form-liste .label-baslik {
    width: 200px;
}

.detayli-arama .form-liste .detayli-sag {
    width: calc(100% - 200px);
}

.detayli-arama .list-group-item-action {
    padding: 4px 7px !important;
}

/* Üyelik Son*/
footer {
    width: 100%;
}

footer .footer-orta {
    display: block;
}

footer .footer-liste {
    width: 100%;
    height: auto;
}

footer .footer-liste span.baslikk {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

footer .footer-liste li:first-child {
    margin-top: 0px;
}

footer .footer-liste li {
    width: 100%;
    height: auto;
    margin-top: 2px;
    list-style: none;
}

footer .footer-liste li a {
    color: #fff;
    opacity: 80%;
    font-weight: 300;
    font-size: 14px;
}

footer .footer-alt {
    width: 100%;
    height: auto;
    background: rgb(0, 8, 16);
    padding: 20px 0px;
}

footer .footer-alt li {
    list-style: none;
    display: inline-block;
}

footer .footer-alt li a {
    color: #fff;
    padding: 0px 50px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

footer .footer-alt li a i {
    padding-right: 10px;
}

footer .footer-bilgi {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 0px;
}

footer .sosyal {
    width: auto;
}

footer .sosyal li {
    display: inline-block;
    margin-left: 10px;
}

footer .sosyal li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6a6868;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

footer .sosyal li a:hover {
    background: #E00000;
    color: #fff;
}

.sayfabox {
    box-shadow: 0 0px 2px 0 rgba(34, 36, 38, .11) !important;
}

footer .footer-bilgi .sosyal li a:hover {
    background: #1A2B49;
}

footer .footer-bilgi .bilgi-baslik {
    margin-right: 16px;
}

footer .footer-firma {
    width: 100%;
    height: auto;
}

footer .footer-firma {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

footer .footer-firma .footer-text {
    font-size: 15px;
    opacity: 80%;
    border-right: 1px solid #ccc;
    margin-right: 15px;
    padding-right: 15px;
}

footer .footer-emlak-logo {
    height: 37px;
    width: auto;
    margin: 0px auto;
}

footer .footer-firma .footer-logo {
    height: 21px;
    display: flex;
    align-items: center;
}

footer .footer-firma .footer-logo img {
    height: 100%;
    width: auto;
}


.rg-image {
    height: 318px !important;
}

/* Satış Temsilcileri */

table.table-temsil {
    width: 100%;
    border: 1px solid #eff2f7;
    background: #fff;
}

table.table-temsil thead tr th {
    background: #EDEFF1;
}

table.table-temsil tr,
table.table-temsil td,
table.table-temsil th {

    border: 1px solid #e6ebf4;
    padding: 4px 10px;
}

table.table-temsil td {
    background: transparent;
    white-space: nowrap;
}

table.table-temsil td .ilan-sayisi {
    color: #fff;
    font-weight: 600;
    width: 23px;
    height: 23px;
    background: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

table.table-temsil td .ilanlistele {
    width: auto;
    border: solid 1px #E00000;
    border-radius: 3px;
    padding: 5px 5px;
    display: inline-flex;
    color: #E00000;
    font-weight: 600;
    font-size: 13px;
    height: 33px;
    align-items: center;
}

table.table-temsil td .ilanlistele:hover {
    color: #fff;
    background: #E00000;
}

table.table-temsil td .numara {
    color: #198754;
    font-weight: 600;
    cursor: pointer;
}

table.table-temsil td .toplam-ilan {
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

table.table-temsil td .baslik {
    cursor: pointer;
    max-width: 297px;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.table-temsil tr {
    background: #fff;
}


table.table-temsil tr:hover {
    background: #F8F9FA;
}

table.table-temsil tr.pasif td {
    background: #e1e1e1;
    opacity: 30%;
}

table.table-temsil tr.pasif td.islem-buton {
    background: #F6F6F6;
    opacity: 1;
}

table.table-temsil tr.pasif td.islem-buton .renkbg {
    background: #999999;
    color: #fff;
}


/*---*/

table.table-borderless tr,
table.table-borderless td,
table.table-borderless th {
    white-space: nowrap;
}

table.table-temsil.kullanici_table tr td .kullanici_table_resim {
    width: 45px;
    height: 45px;
    overflow: hidden;
}

table.table-temsil.kullanici_table tr td .kullanici_table_resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

table.table-temsil.kullanici_table tr td .adyoyad {
    width: 120px;
}

table.table-temsil.kullanici_table tr td.table_kisanot {
    width: 42px;
}

table.table-temsil.kullanici_table tr td.table_tarih {
    width: 150px;
    white-space: nowrap;
    vertical-align: middle;
}

table.table-temsil.kullanici_table tr td.table_fiyat {
    white-space: nowrap;
    vertical-align: middle;
}

table.table-temsil.kullanici_table tr td.table_baslik {
    white-space: nowrap;
    vertical-align: middle;
}

/*---*/



.card {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.card .card-body-ic {
    padding: 20px;
    background: #f9f9f9;
}

.card-header2 {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    border-bottom: 1px solid #e5e5e5;
}


.page-content-uyelik .ilanozellik_sec .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: navajowhite;
}

.page-content-uyelik .ilanozellik_sec .card {
    margin-bottom: 15px;
    background: #fff;
    border: none;
}

.header-title {
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.header-title2 {
    color: #434343;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.page-content-uyelik .form-group.tarihi-yenile {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #ececec;
    padding-top: 12px;
}

.page-content-uyelik .form-group.tarihi-yenile label {
    margin-bottom: 0px;
}


.page-content-uyelik .form-group.tarihi-yenile .tarihi-yenile-btn {
    display: flex;
    font-weight: 700;
    color: #D90000;
    text-decoration: underline;
}

.page-content-uyelik .form-group.tarihi-yenile .tarihi-yenile-btn i {
    margin-right: 10px;
}


.page-content-uyelik .form-group.tarihi-yenile .form-control {
    width: auto;
    margin: 0px 15px;
    font-weight: 700;
    text-align: center;
    max-width: 134px;
}

.page-content-uyelik label {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #757575;
    transition: .4s ease;
}

.page-content-uyelik label:hover {
    color: #434343;
}

.page-content-uyelik .form-group {
    margin-top: 7px;
}

.page-content-uyelik .form-group2 {
    margin-bottom: 7px;

}

.page-content-uyelik .form-group.active {
    padding: 20px;
}

.page-content-uyelik .e-posta-uyarii {
    border-radius: 3px;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.page-content-uyelik .e-posta-uyarii.greenn {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.page-content-uyelik .e-posta-uyarii.redd {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.page-content-uyelik .e-posta-uyarii i {
    margin-right: 5px;
}

.page-content-uyelik .e-posta-uyarii i::before {
    font-weight: 600;
}

.page-content-uyelik .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #edeff1;
    border-bottom: 0 solid #edeff1;
}

.page-content-uyelik .card-header h5 {
    font-size: 16px;
    font-weight: 700;
}

.page-content-uyelik #accordion .card-header:hover {
    background-color: #e3e5e6;
}

.page-content-uyelik .custom-control .custom-control-label {
    margin-bottom: 0px;
}



.page-content-uyelik textarea.form-control {
    height: auto;
}

.page-content-uyelik .subekalin {
    font-weight: 700;
}

.ck-editor__editable_inline {
    height: 300px;
}

#imagePreview img {
    max-width: 100px;
    max-height: 100px;
    margin: 5px;
}

.btn-yesil {
    color: #fff;
    background-color: #E00000;
    border-color: #E00000;
}

.btn-siyah {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1d1d1d;
}

.btn-siyah:hover {
    color: #1d1d1d;
    background-color: transparent;
    border-color: #1d1d1d;
}

.btn-primary {
    color: #fff;
    background-color: #E00000;
    border-color: #E00000;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #E00000;
    border-color: #E00000;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #E00000;
    border-color: #E00000;
    color: #fff;

}

.btn-yesil:hover {
    color: #fff;
    background-color: #1c8048;
    border-color: #1c8048;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1c8048;
    border-color: #1c8048;
}

.card-body.list {
    min-height: auto !important;
}

.select2-container .select2-selection--single {
    height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 21px !important;
}

.page-ilan-search {
    display: none !important;
}

.kullanici_resim_sec {
    line-height: 24px;
    width: auto;
    height: 163px;
    border: dashed 1px #a9a9a9;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex !important;
    flex-direction: column !important;
    font-size: 18px !important;
    padding: 0px 50px;
    border-radius: 3px;
}

.kullanici_resim_sec .resimsecc:before {
    content: "\e8f6";
    font-family: 'Linearicons';
    display: block;
    text-align: center;
    font-size: 40px;
    color: #E00000;
    line-height: 1;
    margin-bottom: 15px;

}

.kullanici_resim_sec .resimsecc.secildi {
    color: #E00000;

}

.kullanici_resim_sec::after {
    content: "Resim Seç";
    user-select: none;
    align-items: center;
    color: #434343;
    font-size: 14px;
    background: #fff;
    height: 38px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 12px;
    transition: all .12s linear;
    display: inline-flex;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;

}

.kullanici_resim_sec i {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
}

.custom-file-label::after {
    content: "Resim Seç";
    line-height: 24px;
}


/*dogrulama_gonder*/

.dogrulama_gonder {
    width: 100%;
    height: auto;
    min-height: 300px;
}

.dogrulama_gonder .icon {
    width: 100%;
    height: auto;
    font-size: 50px;
    color: #E00000;
}

.dogrulama_gonder .container {
    border-radius: 2px;
    border: solid 1px #dedede;
    background-color: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 620px !important;
    text-align: center;
}

.dogrulama_gonder h3 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
}

.dogrulama_gonder .mail {
    text-decoration: underline;
    color: #E00000;
    font-weight: 700;
}

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

.a2a_svg,
.social-yazdir {
    height: 28px !important;
    line-height: 28px !important;
    width: 28px !important;
    /*background: #666 !important;*/
    border-radius: 3px !important;
}

.social-yazdir {
    background: #FFC102;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swal2-title {
    font-size: 50px !important;
    font-weight: 700 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
}

.select2-container--default .select2-selection--single {
    padding: 5px 3px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 3px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

.form-select,
.form-control,
.dropdown-menu,
.input-group-text,
.btn {
    border-radius: 0px;
    font-size: 14px;
}

.form-select,
.form-control,
.input-group-text {
    height: 40px;
}

.input-group input[type="file"] {
    height: 40px;
    padding: 9px 15px;
}

.form-control::-ms-input-placeholder {
    color: #999;
}

.form-control::placeholder {
    color: #999;
}

.renksecimi {
    position: relative;
}

.renksecimi .colorpick-eyedropper-input-trigger {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.btn {
    width: auto;
    padding: 0 18px;
    height: 40px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.btn.btn-lg {
    height: 50px;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 35px
}

.ilaneke-sabit-btn {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: block;
    height: 70px !important;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 10px !important;
}

.ilaneke-sabit-btn i {
    display: block;
}

.dropdown-item {
    font-size: 14px;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
}

/*kullanici_ilanlar_page*/

.kullanici_ilanlar_page {
    width: 100%;
    height: auto;
}

.kullanici_ilanlar_page .kil_header-title {
    width: 100%;
    height: auto;
    position: relative;
}

.kullanici_ilanlar_page .kil_header-title span {
    font-weight: 700;
}

.kullanici_ilanlar_page .kil_header-title h3 {
    width: 100%;
    height: auto;
    position: relative;
    font-weight: 700;
    font-size: 19px;
}

.kullanici_ilanlar_page .banner-listele {
    position: relative;
    width: 100%;
}

.kullanici_ilanlar_page .banner-listele .banner-listele-resim {
    position: relative;
    width: 100%;
    height: 130px;
}

.kullanici_ilanlar_page .banner-listele .banner-listele-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px !important;
}

.kullanici_ilanlar_page .banner-listele .dd-handle {
    position: relative;
    width: 100% !important;
    height: 130px !important;
}

.kullanici_ilanlar_page .banner-listele .dd-handle img {
    height: 100% !important;
}

.kullanici_ilanlar_page .banner-listele .silbuton {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px 3px;
    font-size: 11px;
    height: auto;
}

.kullanici_ilanlar_page .banner-listele .silbuton i {
    margin-right: 5px;
}


/* Ana kapsayıcı */
.kullanici_ilanlar_page .thumbnail-box {
    display: flex;
    justify-content: start;
    margin-top: 20px;
}

/* Liste içindeki öğeler */
.kullanici_ilanlar_page .dd-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* Resimler arasındaki boşluk */
    padding: 0;
    list-style-type: none;
}

.kullanici_ilanlar_page .dd-item {
    text-align: center;
    width: 150px;
    /* Her resim kartının genişliği */
}

/* Resim kutusu */
.kullanici_ilanlar_page .dd-handle {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.kullanici_ilanlar_page .dd-handle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hover efekti */
.kullanici_ilanlar_page .dd-handle:hover {
    transform: scale(1.05);
}

/* Silme butonu */
.kullanici_ilanlar_page .delete-form {
    margin-top: 10px;
}

.kullanici_ilanlar_page .silbuton {
    font-size: 12px;
    padding: 5px 5px;
    background-color: #ff4d4d;
    border: none;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: auto !important;
    line-height: 1 !important;
    position: absolute;
    right: 3px;
    top: 3px;
}

.kullanici_ilanlar_page .silbuton:hover {
    background-color: #e60000;
}

.kullanici_ilanlar_page .dd-list {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: nowrap;
}

/*kullanici_ilanlar_page*/

.kullanici_ilanlar_genel {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px 20px 30px;
}

.kullanici_ilanlar_isim {
    display: flex;
    align-items: center;
    height: 75px;
    width: 100%;
}

.kullanici_ilanlar_isim .kullanici_ilanlar_avatar {
    position: relative;
}

.kullanici_ilanlar_isim .kullanici_ilanlar_avatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.kullanici_ilanlar_name {
    color: #434343;
    font-size: 16px;
    font-weight: 700;
    margin-left: 11px;
    letter-spacing: .2px;
}

.kullanici_ilanlar_name span {
    display: block;
    text-transform: uppercase;
}

.kullanici_ilanlar_name small {
    display: block;
    font-weight: 300;
}

.kullanici_ilanlar_cizgi {
    height: 1px;
    background: #e5e5e5;
    margin: 20px 0;
    display: block;
    width: 100%;
}

.kullanici_ilanlar_menu {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.kullanici_ilanlar_menu li {
    width: 100%;
    height: auto;
    list-style: none;
    margin-top: 6px;
}

.kullanici_ilanlar_menu li a {
    width: 100%;
    height: auto;
    list-style: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.kullanici_ilanlar_menu li a:hover span {
    font-weight: 700;
    color: #434343;
}

.kullanici_ilanlar_menu li a.active span {
    font-weight: 700 !important;
    color: #434343;
}

.kullanici_ilanlar_menu li a .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: solid 2px #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BEBEBE;
    margin-right: 14px;
}

.kullanici_ilanlar_menu li a:hover .icon {
    background: #198754;
    border-color: #198754;
    color: #fff;
}

.kullanici_ilanlar_menu li a.active .icon {
    background: #198754;
    border-color: #198754;
    color: #fff;
}

.kullanici_ilanlar_menu li a span {
    font-size: 15px;
    font-weight: 600;
    color: #767676;
    transition: color .35s linear;
    margin-right: 8px;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt {
    width: 100%;
    height: auto;
    margin-top: 6px;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li {
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li a {
    width: 100%;
    height: auto;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li a span {
    font-size: 15px;
    font-weight: 400;
    color: #767676;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li a:hover span {
    font-weight: 700;
    color: #434343;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li a::before {
    width: 2px;
    height: 27px;
    margin: 0 28px 0 15px;
    background-color: #e1e1e1;
    content: '';
    display: block;
}

.kullanici_ilanlar_menu li .kullanici_ilanlar_menu_alt li a:hover::before {
    background-color: #198754;
}

.kullanici_ilanlar_ust {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0;
    border-radius: 0;
}

.kullanici_ilanlar_ust li {
    list-style: none;
}

.kullanici_ilanlar_ust li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    background: #ffffff;
    border: 1px solid #ddd;
    /* Çerçeve rengi */
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #231F20;
    /* Yazı rengi */
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-width: 120px;
    line-height: 1;
}

.kullanici_ilanlar_ust li a span {
    margin-right: 8px;
}

.kullanici_ilanlar_ust li a:hover {
    background: #E00000;
    /* Hover arka plan rengi */
    color: #fff;
    /* Hover yazı rengi */
    border-color: #E00000;
}

.kullanici_ilanlar_ust li a.active {
    background: #E00000;
    /* Aktif durum arka plan rengi */
    color: #fff;
    border-color: #E00000;
}

.kullanici_ilanlar_ust li a.active .kullanici_ilanlar_menu_count {
    background: #D90000;
    /* Aktif durumda rozet arka plan rengi */
    color: #fff;
    border: 2px solid #D90000;
}

.kullanici_ilanlar_ust li a .kullanici_ilanlar_menu_count {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #D90000;
    /* Rozet arka plan rengi */
    color: #fff;
    /* Rozet yazı rengi */
    font-size: 11px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.kullanici_ilanlar_ust li a:hover .kullanici_ilanlar_menu_count {
    background: #E00000;
    /* Hover durumunda rozet rengi */
    color: #fff;
}

.kullanici_ilanlar_ust li:first-child a {
    margin-left: 0;
}




.kullanici_ilanlar_arama {
    width: 100%;
    height: auto;
}

.kullanici_ilanlar_arama li:first-child {
    margin-top: 0px;
}

.kullanici_ilanlar_arama li {
    width: 100%;
    height: auto;
    list-style: none;
    margin-top: 6px;
}

.kullanici_ilanlar_arama li label {
    font-size: 14px;
    font-weight: 600;
    color: #767676;
    transition: color .35s linear;
    margin-right: 8px;
    margin-bottom: 3px;
}

/*kullanici_ilanlar_liste*/

.kullanici_ilanlar_liste {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    height: auto;
    border-radius: 0px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 10px;
}

.kullanici_ilanlar_liste:hover {
    border-color: #E00000;
}


.kullanici_ilanlar_liste .kil_resim {
    position: relative;
    height: 151px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    overflow: hidden;
    padding: 3px;
    position: relative;
    border-right: 1px solid #eaeaea;
    max-width: 157px;
}

.kullanici_ilanlar_liste .kil_resim img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kullanici_ilanlar_liste .kil_text {
    position: relative;
    width: calc(100% - 150px);
    padding: 13px 15px 13px 20px;
    display: flex;
    flex-direction: column;
}

.kullanici_ilanlar_liste .kil_text h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}


.kullanici_ilanlar_liste .kil_text .kil_ozellik {
    width: 100%;
    height: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.kullanici_ilanlar_liste .kil_text .kil_ozellik li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}

.kullanici_ilanlar_liste .kil_text .kil_ozellik li {
    list-style: none;
    font-size: 15px;
    color: #64707c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    display: flex;
    align-items: center;
    border-right: 1px solid #ebebeb;
    padding-right: 12px;
    line-height: 1;
}

.kullanici_ilanlar_liste .kil_text .kil_ozellik li.fiyat {
    font-weight: 700;
    color: #E00000;
}

.kullanici_ilanlar_liste .kil_text .kil-adres {
    list-style: none;
    font-size: 15px;
    color: #64707c;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: 23px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.kullanici_ilanlar_liste .kil_text .kil-adres li:last-child {
    padding-left: 0px;
    margin-left: 0px;
    border-right: 0px;
}

.kullanici_ilanlar_liste .kil_text .kil-adres li {
    list-style: none;
    border-right: 1px solid #ebebeb;
    padding-right: 12px;
    margin-right: 12px;
    font-weight: 600;
    line-height: 1;
}

.kullanici_ilanlar_liste .kil_text .kil_danisma {
    font-weight: 700;
    margin-top: auto;
    font-size: 14px;
    display: flex;
    line-height: 1;
    background: #f4f4f4;
    padding: 9px;
    border: dashed 1px #c2c2c2;
    width: auto;
    align-items: center;
}

.kullanici_ilanlar_liste .kil_text .kil_danisma i,
.kullanici_ilanlar_liste .kil_text .kil-adres i,
.kullanici_ilanlar_liste .kil_text .kil_danisma .goruntulenme i {
    margin-right: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
}

.kullanici_ilanlar_liste .kil_text .kil_danisma b {
    margin-right: 8px;
}

.kullanici_ilanlar_liste .kil_text .kil_danisma .goruntulenme {
    margin-top: 0px;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 700;
    line-height: 1;
    display: flex
}

.kullanici_ilanlar_liste .kil_text .kil_danisma .goruntulenme span {
    text-decoration: underline;
}

.kullanici_ilanlar_liste .kil_text .kil_buttons {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 13px;
    right: 13px;
    background: #fff;
    padding-left: 10px;
    border-left: dashed 1px #c2c2c2;
}

.kullanici_ilanlar_liste .kil_text .kil_buttons .not {
    user-select: none;
    align-items: center;
    color: #434343;
    font-size: 13px;
    background: #fff;
    height: 35px;
    border: 1px solid #cbcbcb;
    border-radius: 0px;
    padding: 12px;
    transition: all .12s linear;
    display: inline-flex;
    font-weight: 700;
    margin-right: 10px;
    line-height: 1;
}

.kullanici_ilanlar_liste .kil_text .kil_buttons .not i {
    margin-right: 6px;
}

.kullanici_ilanlar_liste .kil_text .kil_buttons .btn {
    height: 35px;
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 1;
}

.kullanici_ilanlar_liste .kil_text .kil_buttons .btn i {
    margin-right: 10px;
}

.kullanici_ilanlar_liste.pasif .kil_resim img {
    opacity: 40%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.kullanici_ilanlar_liste.pasif .kil_text h3 {
    opacity: 40%;
}

.kullanici_ilanlar_liste.pasif .kil_text .kil_ozellik {
    opacity: 40%;
}

.kullanici_ilanlar_liste.pasif .kil_text .kil_danisma {
    opacity: 40%;
}

.kullanici_ilanlar_liste.pasif .renkbg {
    background: #666;
    color: #fff;
}


.yarim-kalan-ilanlar {
    position: relative;
}

.yarim-kalan-ilanlar a {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px 4px 8px 13px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #231F20;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-width: 120px;
    line-height: 1;
    width: 100%;
    animation: blink 2s infinite;
    /* Yanıp sönme animasyonu */
    text-align: left;

}

@keyframes blink {

    0%,
    100% {
        background: #E00000;
        /* Kırmızı */
        color: #fff;
    }

    50% {
        background: #fff;
        color: #231F20;

        /* Daha koyu kırmızı */
    }
}

.yarim-kalan-ilanlar a span {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    text-align: left !important;
}

.yarim-kalan-ilanlar a small {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    text-align: left;
    line-height: 1.4;
}

.yarim-kalan-ilanlar .kullanici_ilanlar_menu_count {
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
}


/* panel kısmı */

.basliklar-listeleme {
    width: 100%;
    height: auto;
    position: relative;
}

.basliklar-listeleme .dd {
    max-width: 100%;
}

.basliklar-listeleme .dd-list .dd-item .dd-handle {
    padding: 0px 12px;
    height: 37px;
    line-height: 37px;
    min-height: 25px;
}

.basliklar-listeleme .dd-list .dd-collapse {
    height: 37px;
    line-height: 37px;
    padding: 0px;
    margin: 0px
}

.basliklar-listeleme .dd-list .dd-item .button-group {
    position: absolute;
    right: 6px;
    top: 6px;
}

.basliklar-listeleme .dd-list .dd-item button.dropdown-toggle {
    height: 26px;
}

.basliklar-listeleme .dd-handle:hover {
    color: #D90000;
    background: #fff;
}

/*page-content-uyelik*/

.page-content-uyelik .stepwizard-row:before {
    display: none;
}

.page-content-uyelik .stepwizard-step a {
    display: flex;
    align-items: center;
}

.page-content-uyelik .stepwizard-step a .icon {
    cursor: pointer;
    width: 33px;
    height: 33px;
    background: #dfdfdf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
}

.page-content-uyelik .stepwizard-step a p {
    margin-top: 0px !important;
    padding-left: 15px;
    cursor: pointer;
    font-size: 16px;
    color: #a6a6a6;
    font-weight: 700;
    padding-left: 20px;
    margin-top: 1px;
}

.page-content-uyelik .stepwizard-step a.active p {
    color: #434343;
}

.page-content-uyelik .stepwizard-step a.active .icon {
    color: #fff;
    background: #E00000;
}

.page-content-uyelik .stepwizard-step {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}

.page-content-uyelik .stepwizard-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-content-uyelik .stepwizard-step:after {
    width: 80px;
    height: 1px;
    background: #dfdfdf;
    position: relative;
    content: "";
    margin: 3px 10px 0 10px;
}

.page-content-uyelik .stepwizard-step:nth-child(2)::after {
    display: none;
}

.page-content-uyelik .stepwizard-step .btn {
    width: 46px;
    height: 46px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    width: 33px;
    height: 33px;
    background: #dfdfdf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-color: #dfdfdf;
}

.page-content-uyelik .stepwizard-step .btn-default {
    border-color: #dfdfdf;
    color: #fff !important;
    cursor: default;
}

.page-content-uyelik .stepwizard-step .btn-yesil {
    border-color: #f00 !important;
    color: #fff !important;
    background: #f00 !important;
}

.page-content-uyelik .list-group-item {
    align-items: center;
    color: #434343;
    font-size: 14px;
    background: #fff;
    height: 38px;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    transition: all .12s linear;
    margin-bottom: 3px;
}

.page-content-uyelik .list-group-item.active {
    background: #E00000;
    color: #fff;
    font-weight: 700;
}

.page-content-uyelik .list-group-item:hover {
    background: #E00000;
    color: #fff;
    font-weight: 700;
}

.page-content-uyelik .secilenler {
    margin-bottom: 10px;
    font-weight: 700;
}

/* İlan REsim */

.ilan-resim {
    position: relative;
    overflow: initial !important;
}

.ilan-resim .ilan-resim-btn {
    opacity: 0;
    position: absolute;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    background: #fff;
    width: 100%;
    height: 40px;
    padding: 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    left: 0;
    bottom: -20px;
    align-items: center;
    display: flex;
    color: #a2a2a2;
    cursor: pointer;
    justify-content: center;
}

.ilan-resim:hover .ilan-resim-btn {
    opacity: 1;
}

.ilan-resim .ilan-resim-btn:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(-45deg) translateY(-8px);
    top: 0;
    left: 50%;
    border: 1px solid #d2d2d2;
    border-left: none;
    border-bottom: none;
}

.ilan-resim-btn .btn {
    border-radius: 0.25rem;
    background: transparent;
    color: #7c7c7c !important;
    border: none;
    font-size: 19px;
    padding: 5px 10px;
}

.ilan-resim-btn .btn:hover {
    color: #000 !important;
}

.ilan-resim img {
    width: 120px;
    height: 100px;
    object-fit: cover;
}

/**/
.swal2-header {
    display: -webkit-box;
    display: flex !important;
    flex-direction: initial !important;
    align-items: center !important;
    justify-content: center !important;
}

.swal2-icon {
    margin: 1.25em 1.875em !important;
}

.swal2-title {
    margin: 0 !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #E00000 !important;
    color: #fff;
    font-size: 1.0625em;
    border-color: #E00000 !important;
}

/*font_level_1*/

.kilitle {
    overflow: hidden;
}

.kilitle::before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: 991;
}

.kilitle2::before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: 991;
}



.secilen-filtreler {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 100%;
}

.secilen-filtreler__header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 11px 20px;
    display: flex;
    align-items: center;

}

.secilen-filtreler__baslik {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0px;
}

.secilen-filtreler__count {
    font-size: 16px;
    color: #777;
    padding-left: 15px;
}

.secilen-filtreler__temizle {
    color: #D90000;
    margin-left: auto;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
}


.secilen-filtreler__liste {
    padding: 12px 20px 8px;
}

.filtre-listesi {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filtre-item {
    background-color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
    border: solid 1px #E00000
}

.filtre-item__etiket {
    font-size: 14px;
}

.filtre-item__etiket small {
    font-size: 14px;
}

.filtre-item__kaldir {
    cursor: pointer;
    font-size: 16px;
    color: #E00000;

}

.filtre-item__kaldir:hover {
    text-decoration: underline;
}

/*filtre-ilan-search*/

.filtre-ilan-search {
    height: auto;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.filtre-ilan-search .form-control {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    background-color: #fff;
    color: #373636;
    font-weight: 500;
    border: none;
    height: 40px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    border: solid 1px #e5e5e5;
}

.filtre-ilan-search .ilan-ara {
    width: 82px;
    height: 40px;
    background: #E00000;
    border: none;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 0px;
}

.filtre-ilan-search .ilan-ara i {
    margin-right: 10px;
}

.ilanekle-duzenle-textarea {
    min-height: 339px;
}

/*homeSlider*/

.homeSlider {
    width: 100%;
    height: auto;
    position: relative;
    width: calc(100% - 11px);
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    padding: 16px;
    border: 1px solid rgba(34, 36, 38, 0.11);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: 20px;
}

.homeSlider img {
    width: 100%;
}

/*HomeFirmaDestek*/

a.HomeFirmaDestek {
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.11);
    padding: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 15px;
    display: block;
    color: #000000;
}

a.HomeFirmaDestek .HomeFirmaDestek-resim {
    width: 100%;
    height: 200px;
    background: #000;
    overflow: hidden;
    position: relative;
}

a.HomeFirmaDestek .HomeFirmaDestek-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.HomeFirmaDestek .HomeFirmaDestek-icon {
    width: 100%;
    height: 95px;
    text-align: center;
}

a.HomeFirmaDestek .HomeFirmaDestek-icon img {
    height: 100%;
}


a.HomeFirmaDestek .HomeFirmaDestek-text {
    width: 100%;
    height: auto;
    overflow: hidden;
}

a.HomeFirmaDestek .HomeFirmaDestek-text .text1 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-top: 8px;
}

a.HomeFirmaDestek .HomeFirmaDestek-text .text2 {
    font-size: 14px;
    margin-top: 2px;
    text-align: center;
    font-weight: 500;
}

a.HomeFirmaDestek .HomeFirmaDestek-text .detaylar {
    font-size: 14px;
    margin-top: 8px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    text-decoration: underline;
}

a.HomeFirmaDestek:hover {
    background: #fff;
}

a.HomeFirmaDestek:hover {
    color: #2321FF;
}

a.HomeFirmaDestek:hover .HomeFirmaDestek-text .detaylar {
    color: #2321FF;
}

/*firmalar-liste*/

.firmalar-liste {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    margin: 6px 0;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(34, 36, 38, 0.11);
}

.firmalar-liste .firmalar-resim {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.firmalar-liste .firmalar-resim img {
    height: 60px;
    margin: 0 auto;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.firmalar-liste .firmalar-baslik {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 12px;
    border-top: 1px solid #ebebeb;
    padding: 13px 10px;
    color: #1d1d1d;
}

.firmalar-liste:hover .firmalar-baslik {
    color: #E00000;
}

.firmalar-liste:hover .firmalar-resim img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.5s ease;
}

.firmalar-liste:hover {
    border-color: #E00000;
}


/*iletisim-page*/

.iletisim-page {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.iletisim-page .btn {
    display: inline-flex;
}

.iletisim-page .bize-yaz {
    background: #28A745 !important;
    color: #fff;
    border-color: #28A745;
}

.iletisim-page .bize-yaz:hover {
    background: transparent !important;
    color: #1d1d1d !important;
    border-color: #1d1d1d !important;
}


.iletisim-page .iletisim-icon {
    height: 70px;
    margin-bottom: 35px;
}

.iletisim-page h2 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 25px;
}

.iletisim-page h3 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 17px;
    font-weight: 400;
}

.iletisim-page b {
    font-weight: 700;
}

.iletisim-page .accordion {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 25px;
}

.iletisim-page .accordion .accordion-button {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 15px;
}

.accordion-button:not(.collapsed) {
    background: #E000001c;
    color: #E00000;
    box-shadow: none;
}

.iletisim-page .accordion .accordion-item {
    border-radius: 3px;
    overflow: hidden;
    border: solid 1px #e5e5e5;
}

.iletisim-page .iletisimliste {
    width: 100%;
    height: auto;
    padding: 0px;
    display: flex;
    justify-content: center;
    font-size: 15px;
}

.iletisim-page .iletisimliste li:first-child {
    margin-left: 0px;
}

.iletisim-page .iletisimliste li {
    width: auto;
    height: auto;
    list-style: none;
    margin-left: 25px;
}

.iletisim-page .iletisimliste li a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

/* YEni Table Listeleme */

table.table-ilan {
    width: 100%;
    height: auto;
}

table.table-ilan tbody {}

table.table-ilan .table-ilan-tr {

    width: 100%;
}

/* Table İlan Listeleme Başlangıç*/

.table-ilan-liste {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.11);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
    display: block;
}

.table-ilan-liste:hover {
    border-color: #FFC102;
}

.table-ilan-liste a {
    font-size: 14px;
    color: #263238;
    text-decoration: none;
}

.table-ilan-liste .ilan-bilgi {
    width: 100%;
    display: block;
}

.table-ilan-liste .ilan-bilgi .liste {
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.table-ilan-liste .ilan-bilgi .liste span {
    padding-left: 10px;
    font-size: 13px;
}

.table-ilan-liste .ilan-bilgi .liste1 {
    width: 100%;
    background: #FAFAFA;
    font-weight: bold;
    font-size: 14px;
    color: #373737;
    border-right: 1px solid #eeeeee;
}

.table-ilan-liste .ilan-bilgi .liste2 {
    width: auto;
}

.table-ilan-liste .ilan-bilgi .liste3 {
    width: auto;
    border-left: 1px solid #eeeeee;
    padding-left: 15px;
    margin-left: 15px;
}

.table-ilan-liste .ilan-bilgi .liste2:hover,
.table-ilan-liste .ilan-bilgi .liste2.active {
    color: #E00000;
}

.table-ilan-liste .ilan-bilgi .liste3 .favori {
    font-family: "fontello";
}

.table-ilan-liste .ilan-bilgi .liste3 .favori:before {
    content: '\e83f';
}

.table-ilan-liste .ilan-bilgi .liste3.active .favori:before {
    content: '\e83e';
    color: #E00000;
}

.table-ilan-liste .ilan-bilgi .liste3:hover .favori:before {
    color: #E00000;
    content: '\e83e';
}

.table-ilan-liste .ilan-resim-sayfa {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    border-right: 1px solid #eaeaea;
}

.table-ilan-liste .ilan-resim-sayfa a {
    display: block;
}


.table-ilan-liste .ilan-resim-sayfa img {
    max-width: 100%;
    max-height: 100%;
}

.table-ilan-liste .ilan-resim-td {
    width: 140px;
}

.table-ilan-liste .ilan-aciklama-td {}

.table-ilan-liste .ilan-adres-td {
    border-left: 1px solid #eaeaea;
    width: 152px;
    text-align: center;
}


.table-ilan-liste .ilan-aciklama {
    display: block;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.table-ilan-liste .ilan-aciklama .ilan-baslik {
    display: -webkit-box !important;
    font-weight: 700;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-ilan-liste .ilan-aciklama .ilan-tarihi {
    border-left: 1px solid #ccc;
    padding-left: 15px;

}

.table-ilan-liste .ilan-aciklama a .ilan-baslik.gorunum2 {
    display: none;
}

.table-ilan-liste .ilan-aciklama a .ilan-baslik.gorunum1 {
    display: -webkit-box;
}

.table-ilan-liste .ilan-adres {
    font-size: 13px;
    opacity: 1;
    margin-top: 0px;
    overflow: hidden;
    color: #000 !important;
    font-weight: 700;

}

.table-ilan-liste .ilan-adres i {
    display: none;
}

.table-ilan-liste .ilan-adres li {
    list-style: none;
    display: block;
}

.table-ilan-liste .ilan-ozellik {
    display: block;
    margin-top: 8px;
    color: #64707c;
}

.table-ilan-liste .ilan-ozellik .liste {
    margin-right: 18px;
    font-weight: 600;
}

.table-ilan-liste .ilan-ozellik .liste span {
    padding-left: 6px;
}

.table-ilan-liste .ilan-ozellik .liste i::before {
    font-weight: 600;
}

.table-ilan-liste .ilan-fiyat {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: #E00000;
    line-height: 1;
}

.table-ilan-liste .gorunum-liste {
    display: none;
}

.table-ilan-liste .gorunum-galeri {
    display: none;
}

.table-ilan-liste.vitrin-ilan {
    background: rgba(255, 193, 0, 0.1)
}

/* Yan Yana Görünümü Başla */

table tr.table-ilan-tr.tablegorunum1 td table tbody {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between;*/
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste-hiza:nth-child(4n) {
    margin-right: 0px;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste-hiza {
    width: 24.2%;
    margin-right: 10px;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste {
    width: 100%;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste table tr.TableListe1 {
    width: 100%;
    display: block;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-resim-td {
    width: 100%;
    border-right: 0px;
    display: block;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-aciklama-td {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    display: block;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-resim-td {
    width: 100%;
    border-right: 0px;
    display: block;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-resim-sayfa {
    border: none;
    height: 150px;
    border-bottom: 1px solid #eaeaea;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-ozellik {
    display: block !important;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-aciklama .ilan-tarihi {
    border-left: 0;
    padding-left: 0;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-aciklama {
    display: block;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-ozellik .liste {
    margin-right: 0;
    margin-bottom: 2px;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-aciklama .ilan-baslik {
    font-size: 14px;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-adres-td {
    width: 100%;
    text-align: left;
    padding: 0px 10px 10px;
    border: none;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-adres {
    font-size: 12px;
    opacity: 1;
    margin-top: 0px;
    overflow: hidden;
    color: #000 !important;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

table tr.table-ilan-tr.tablegorunum1 .table-ilan-liste .ilan-adres li {
    list-style: none;
    display: inline-block;
}

table tr.table-ilan-tr.tablegorunum2 .gorunum-liste {
    display: block;
}

table tr.table-ilan-tr.tablegorunum1 .gorunum-galeri {
    display: block;
    margin-top: 10px;
}

table tr.table-ilan-tr.tablegorunum1 .ilan-adres-td {
    display: none;
}

/* Yan Yana Görünümü Son */

.spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.4rem;
}

.loading-text {
    margin-top: 8px;
    font-size: 1.2rem;
    margin-left: 25px;
    margin-bottom: 0px;
    color: #C22D35;
    font-weight: bold;
    animation: fadeInOut 2s infinite;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.renk1 {
    color: #E00000;
}

.renk2 {
    color: #28A745;
}

.btn-sm {
    height: auto;
    font-size: 13px;
}

.sabit-kaydet {
    position: fixed;
    right: 0px;
    top: 50%;
}

.btn,
.form-control {
    border-radius: 0px;
}

.kullanici-warning {
    padding: 9px;
    border-radius: 0px;
}

/**/

.personel-table .personel-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.personel-table .table-header,
.personel-table .table-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.personel-table .table-row {
    background: #fff;
    margin-bottom: 5px;
}

.personel-table .table-header {
    font-weight: 700;
    background-color: #eaeaea;
    margin-bottom: 9px;
}

.personel-table .table-row:hover {
    background-color: #f1f1f1;
}

.personel-table .text-end {
    text-align: end;
}

.personel-table .ilanlistele {
    width: auto;
    border: solid 1px #E00000;
    border-radius: 0px;
    padding: 5px 5px;
    display: inline-flex;
    color: #E00000;
    font-weight: 600;
    font-size: 13px;
    height: 40px;
    align-items: center;
}

.personel-table .ilanlistele:hover {
    color: #fff;
    background: #E00000;
}

.personel-table .ilan-sayisi {
    color: #fff;
    font-weight: 600;
    width: 23px !important;
    height: 23px !important;
    background: #1d1d1d;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.personel-table .mobile-only {
    display: none;
    font-weight: bold;
    color: #555;
}

.personel-table .table-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* 2 sütun düzeni */
    gap: 10px;
    /* Sütunlar arası boşluk */
    width: 100%;
}

.personel-table .danisman-lisle {
    display: flex;
    justify-content: space-between;
    /* Metin ve değer arasına boşluk bırakır */
    align-items: center;
    /* Dikeyde hizalar */
    gap: 5px;
    /* İç öğeler arasındaki boşluk */
}

/* Eşit uzunluk sağlamak için her öğeye 100% genişlik veriyoruz */


/* İlan Sayısı ve İşlemler kısmı için */



.personel-table .danisman-lisle .personel-table .ilanlistele {}

.personel-table .danisman-lisle-islemler {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    /* İşlemler kısmındaki öğeler arasına boşluk bırakır */
}



/* 100% genişlikteki öğelerden farklı olan öğeler */
.personel-table .danisman-lisle span {
    min-width: 120px;
    /* Etiket kısmı için minimum genişlik */
}

.personel-table .danisman-lisle-ilan-sayisi {
    max-width: 150px;
    /* Maksimum genişlik 150px olarak belirlendi */
    overflow: hidden;
    /* Taşan içerik gizlendi */
    text-overflow: ellipsis;
    /* Taşan metin için '...' gösterilsin */
    white-space: nowrap;
    /* Metin bir satırda kalsın */
}

.table-footer {
    display: flex;
    justify-content: end;
    font-weight: 700;
    padding: 10px 25px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

img.resim-yok-ilan {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

/* Sıralanabilir öğe */
#sortable-list li {
    cursor: grab;
    /* Fareyi öğe üzerine getirdiğinde 'yakalama' imlecini göster */
    transition: transform 0.2s ease-in-out;
    /* Sürükleme sırasında yumuşak geçiş */
}

/* Sürüklenebilir öğe üzerine tıklanınca */
#sortable-list li:active {
    cursor: grabbing;
    /* Sürüklerken 'yakalanmış' imlecini göster */
}

/* Sürüklenme sırasında öğe üzerinde opaklık değişikliği */
#sortable-list li.dragging {
    opacity: 0.5;
    /* Sürüklenen öğeyi yarı şeffaf yap */
    transform: scale(1.05);
    /* Sürüklenen öğeyi biraz büyüt */

}

#sortable-list li.dragging .banner-listele-resim {
    border: 2px dashed #E00000;
    /* Noktalı kenarlık ekliyoruz */
    padding: 5px;

}

/* Placeholder (geçici yer tutucu) stilini belirliyoruz */
#sortable-list li.placeholder {
    border: 2px dashed #E00000;
    /* Noktalı kenarlık ekliyoruz */
    background-color: rgba(0, 123, 255, 0.1);
    /* Hafif mavi arka plan rengi */
    min-height: 100px;
    /* Yeterli yükseklik */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E00000;
    /* Yazı rengi mavi */
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

/* Sürüklenebilir öğe */
#sortable-list li {
    cursor: grab;
    /* Fareyi öğe üzerine getirdiğinde 'yakalama' imlecini göster */
    transition: transform 0.2s ease-in-out;
    /* Sürükleme sırasında yumuşak geçiş */
}

/* Sürüklenebilir öğe üzerine tıklanınca */
#sortable-list li:active {
    cursor: grabbing;
    /* Sürüklerken 'yakalanmış' imlecini göster */
}


/* Liste öğelerinin arasındaki mesafeyi ayarlama */
#sortable-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


/*sss*/


.sss {
    width: 100%;
    height: auto;
}

.sss .accordion-item {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 0px;
    border-color: #dee2e6 !important;
    font-weight: 500;
}

.sss .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6 !important;
}

.sss .accordion-button {
    border-radius: 0px !important;
    font-weight: 600;
}

.sss .accordion-button .icon {
    margin-right: 5px;
}

.sss .accordion-item a {
    font-weight: 700;
    text-decoration: underline;
    color: #D90000;
}


.floating-buttons {
    position: fixed;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px; /* Butonlar arasındaki boşluk */
}

.floating-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    border: none;
    border-radius: 8px;
    padding: 10px 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.floating-button i {
    margin-right: 8px; /* İkon ile yazı arasındaki boşluk */
    font-size: 15px; /* İkon boyutu */
    display: flex;
    align-items: center;
}

.floating-button:hover {
    background-color: #007bff;
    color: white;
    transform: scale(1.05); /* Hafif büyüme efekti */
}

.floating-button.save {
    background-color: #28a745; /* Yeşil */
    color: white;
}

.floating-button.delete {
    background-color: #dc3545; /* Kırmızı */
    color: white;
}

.floating-button.cancel {
    background-color: #ffc107; /* Sarı */
    color: black;
}

.floating-button.save:hover {
    background-color: #218838;
}

.floating-button.delete:hover {
    background-color: #c82333;
}

.floating-button.cancel:hover {
    background-color: #e0a800;
}