@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin:0;
    background-color: #e5e5e5;
    font-family: "Poppins", sans-serif;
    color: #333;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

a,
a:active,
a:active,
a:visited {
    outline: none;
    color: inherit;
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 54px;
    background-color: #fff;
    gap: 0;
    padding: 0 20px;
    position: relative;
    width: calc( 100% - 40px);
}

.logo.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.logo svg {
    width: 80px;
}

.logo .home {
    display: flex;
    padding: 0 0;
    border-right: 1px solid #bababa;
    padding-right: 10px;
}

.logo a.move{

}

.logo a.move{
    display: flex;
    align-items: center;
    gap: 5px;
}

.logo .logo_svg {
    width: 80px;
    display: flex;
}
.logo .logo_svg svg{
    width: 80px;
}

.logo a svg {
    width: auto;
}

.logo svg path {
    fill: #333;
}

.container {max-width: 100%;padding: 0 20px;}

.kapsar {
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}

bell {
    position: absolute;
    right: 20px;
}
.logo bell svg {
    width: 18px;
    position: relative;
    top: 3px;
}
.box {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px 5px;
}

.box .icon svg {
    width: 20px;
}

.box .icon {
    display: inline-flex;
    background-color: #e5e5e5;
    padding: 6px 8px;
    border-radius: 5px;
}

.box .text {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.box .text li {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.box .text li span {
    font-weight: 500;
}

.space {
    margin: 25px 20px;
}

.reports {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
    gap: 10px;
}
.reports .report {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 70px;
    background-color: #fff;
    border-radius: 5px;
}
.reports .report span {
    font-weight: 600;
}
.reports .report p {
    font-size: 13px;
}

h2.title {
    font-weight: 500;
    font-size: 16px;
}

.success {
    background-color: #e8fadd !important;
    color: #72e128 !important;
}

.warning {
    background-color: #fff3dd !important;
    color: #fdb528;
}

.primary {
    background-color: #e7e7ff !important;
    color: #666cff !important;
}

.danger {
    background-color: transparent !important;
    color: #673AB7 !important;
}

.danger path {
    fill: #673AB7 !important;
}

.chart_area {
    padding-top: 0;
    margin-left: -10px;
    width: calc( 100% + 10px );
}

.mb-20 {
    margin-bottom: 20px;
}

.footer_menu {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    z-index: 200;
    transition: opacity 0.4s ease;
}
.footer_menu ul  {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_menu ul li  {
    list-style: none;
}
.footer_menu ul li a {
    display: flex;
    align-items: center;
    padding: 0 12px;
    flex-direction: column;
    text-decoration: none;
    color: #333;
    font-size: 12px;
}

.footer_menu ul li a svg {
}

.footer_menu ul li a svg path {}

.footer_menu ul li a svg path {}

.footer_menu ul li a.current {
    color: #007aff;
}

.footer_menu ul li a.current svg path {
    fill: #007aff;
}

.filter_menu {
    display: flex;
    flex-direction: column;
    padding: 5px 20px 15px 20px;
    background-color: #fff;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 200;
    overflow-x: auto;
}
.filter_menu ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}
.filter_menu ul li {
    list-style: none;
}
.filter_menu ul li a {
    padding: 3px 10px;
    display: flex;
    text-decoration: none;
    font-size: 11px;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    color: #555;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    gap: 3px;
    white-space: pre;
}

.filter_menu ul li a svg {
    width: 14px;
    height: 14px;
}

.filter_menu ul li a.current {
    background-color: #ddebfb;
    color: #007aff;
    border-color: #007aff;
}

.filter_menu ul li a.current path {
    fill: #007aff;
}

.products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 20px;
    margin-top: 100px;
    position: relative;
}

.product {
    background-color: #fff;
    padding: 0;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    border: 1px solid #dbd7d7;
    position: relative;
}

.product a {
    
text-decoration: none;
}

.product .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .icon:before {
    content:'';
    position:absolute;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 -960 960 960" width="16px" fill="%23333"><path d="m480-120-58-52q-101-91-167-157T150-447.5Q111-500 95.5-544T80-634q0-94 63-157t157-63q52 0 99 22t81 62q34-40 81-62t99-22q94 0 157 63t63 157q0 46-15.5 90T810-447.5Q771-395 705-329T538-172l-58 52Zm0-108q96-86 158-147.5t98-107q36-45.5 50-81t14-70.5q0-60-40-100t-100-40q-47 0-87 26.5T518-680h-76q-15-41-55-67.5T300-774q-60 0-100 40t-40 100q0 35 14 70.5t50 81q36 45.5 98 107T480-228Zm0-273Z"/></svg>');
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    background-position: 4px 4px;
    background-repeat: no-repeat;
}

.product .icon.like:before {
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 -960 960 960" width="16px" fill="%239C27B0"><path d="M480-140q-13-11-58-52-101-91-167-157T150-447q-39-53-54.5-97T80-634q0-94 63-157t157-63q52 0 99 22t81 62q34-40 81-62t99-22q94 0 157 63t63 157q0 47-15.5 91T810-447q-39 52-105 118T538-192q-45 41-58 52Z"/></svg>');
}

.product .image {
    width: 100%;
    height: 150px;
}

.product .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product .title {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 6px 10px;
}

.product .title span {
    font-size: 11px;
    color: #444;
}
.product .title span b {
    color: #333;
    font-weight: 500;
}

.product .title h2 {
    font-size: 13px;
    font-weight: 500;
    line-height: 150%;
}

.product .title p {
    font-size: 11px;
    color: #007aff;
}

.mt-75 {
    margin-top: 75px;
}

.yakinda_area {
    padding: 0 20px;
}

.yakinda {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    height: calc( 100vh - 200px);
}

.yakinda h2 {
    font-weight: 500;
    font-size: 20px;
}

.yakinda p {
    font-size:13px;
    max-width: 80%;
}

.yakinda .icon svg {
    width: 50px;
    height: 50px;
}

.yakinda .icon path {
    fill: #007aff;
}

.exit_button {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    border: 1px solid #F44336;
    border-radius: 5px;
    padding: 8px 0px;
    font-size: 14px;
    color: #F44336 !important;
}

.iletisim {}
.iletisim h2 {
    font-weight: 500;
    margin: 0;
    color: #333;
    font-size: 20px;
}
.iletisim p {
    margin: 0;
    padding: 0;
    max-width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #555;
}

.iletisim_detaylari {
    display: inline-block;
    padding-top: 25px;
    width: 100%;
}
.iletisim_detaylari ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.iletisim_detaylari ul li {
    list-style: none;
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.iletisim_detaylari ul li span {
    font-weight: 600;
}

.backto_login {
    width: 100%;
    display: flex;
    text-align: center;
    margin-top: 35px;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 8px 0px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.detay {
    position: relative;
    gap: 10px;
}
.detay .image {
    width: 100%;
    position: relative;
}
.detay .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

.detay .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detay .icon:before {
    content:'';
    position:absolute;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="%23333"><path d="m480-120-58-52q-101-91-167-157T150-447.5Q111-500 95.5-544T80-634q0-94 63-157t157-63q52 0 99 22t81 62q34-40 81-62t99-22q94 0 157 63t63 157q0 46-15.5 90T810-447.5Q771-395 705-329T538-172l-58 52Zm0-108q96-86 158-147.5t98-107q36-45.5 50-81t14-70.5q0-60-40-100t-100-40q-47 0-87 26.5T518-680h-76q-15-41-55-67.5T300-774q-60 0-100 40t-40 100q0 35 14 70.5t50 81q36 45.5 98 107T480-228Zm0-273Z"/></svg>');
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    background-position: 4px 4px;
    background-repeat: no-repeat;
}

.detay .icon.like:before {
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="%239C27B0"><path d="M480-140q-13-11-58-52-101-91-167-157T150-447q-39-53-54.5-97T80-634q0-94 63-157t157-63q52 0 99 22t81 62q34-40 81-62t99-22q94 0 157 63t63 157q0 47-15.5 91T810-447q-39 52-105 118T538-192q-45 41-58 52Z"/></svg>');
}

.detay ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-around;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px 15px;
}
.detay ul li {
    list-style: none;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.detay ul li span {
    font-weight: 600;
}

.detay .text {
    display: flex;
    padding-top: 20px;
    width: 100%;
    flex-direction: column;
}

.text li .icon_v2 {}
.text li .icon_v2 svg {}
.text li .text {
    display: inline-block;
    padding: 0;
}

.detay .back {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detay .back:before {
    content:'';
    position:absolute;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="18px" viewBox="0 -960 960 960" width="18px" fill="%23333"><path d="M640-80 240-480l400-400 71 71-329 329 329 329-71 71Z"/></svg>');
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    background-position: 4px 4px;
    background-repeat: no-repeat;
}

.detay .buttons {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: calc( 100% - 40px );
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 20px;
    z-index: 300;
}
.detay .buttons button {
    background: none;
    border: 1px solid #FF5722;
    color: #FF5722;
    font-family: "Poppins", sans-serif;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detay .buttons button svg {width: 20px;}

.detay .buttons button svg path{
    fill: #FF5722;
}
.detay .buttons button.colored {
    background: none;
    color: #FF5722;
    padding: 0;
    border: none;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
}

.bildirimler {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 55px;
}
.bildirim {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c0c0c0;
    padding: 0 0;
    font-size: 13px;
}

.bildirim:nth-child(odd) {
    background-color: #fff;
}

.bildirim p {
    padding: 15px 10px;
}
.bildirim p b {
    font-weight: 600;
}

bell a svg {
    transition: width .2s ease;
}

bell a svg:active {
    width: 17.2px;
}

.colored {
    gap: 10px !important;
}
.colored li {
    background-color: whitesmoke;
    font-size: 15px !important;
    padding: 8px 8px;
    text-indent: 18px;
}

.colored li:before {
    content:'';
    position:absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ababab;
    border-radius: 5px;
}

.text.for_title h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
}

.yapilis li::before {
    display: none;
}

.yapilis li {
    justify-content: flex-start !important;
    text-indent: 0;
    align-items: flex-start !important;
}
.yapilis li font {
    background-color: #ababab;
    width: 20px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.yapilis li span {}

.notice {
    margin-top: 20px;
    margin-bottom: 30px;
}
.notice h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
}
.notice p {
    font-size: 15px;
    background-color: rgb(254 252 232);
    padding: 10px 10px;
    border-radius: 5px;
    border-left: 5px solid rgb(250 204 21);
}

.tarihce {
    margin-top: 20px;
    margin-bottom: 30px;
}
.tarihce h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
}
.tarihce p {
    font-size: 15px;
    background-color: rgb(232 254 253);
    padding: 10px 10px;
    border-radius: 5px;
    border-left: 5px solid rgb(83 211 205);
}

.cat_area {
    display: flex;
    flex-direction: column;
    margin-top: 55px;
}

.cat_area li {
    list-style:none;
}

.cat_area li a {
    padding: 12px 10px;
    background-color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}
.cat_area li span {}
.cat_area li svg {}

.cat_area h2.title{
    font-size: 16px;
    font-weight: 600;
    border-left: 5px solid #cb3a0d;
    padding: 16px 10px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-right: 5px solid #cb3a0d;
    background-color: #FF5722;
}

.cat_area h2 span {
    float: right;
    letter-spacing: -0.5px;
}

.cat_area ul {}

.for_icon.colored ul {
    background-color: rgb(254 252 232); border-radius: 5px; border-left: 5px solid rgb(250 204 21);
}
.info_icon {
    position: relative;
    top: 3px;
}

.info_icon path {}

.for_icon ul {
    flex-direction: row;
    justify-content: flex-start;
}

.search {
    display: flex;
    position: relative;
}
.search input {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    outline: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e3e3e3;
}
.search .icon {
    position: absolute;
    right: 9px;
    top: 14px;
}
.search .icon svg {
    width: 20px;
}
.search .icon svg path {}

.for_icon ul p {
    display: flex;
    font-size: 15px;
}

.cat_area li a.free:after {
    content: 'Ãœcretsiz';
    position: absolute;
    right: 40px;
    background-color: #007aff;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 5px;
}

.free {
    right: 40px;
    background-color: #222;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 5px;
}

.cat_area li a .text {}
.cat_area li a .text number {font-weight: 400;font-size: 13px;margin-right: 7px;}
.cat_area li a .text h3{
    font-weight: 500;
    font-size: 15px;
}
.cat_area li a .text span {
    font-size: 13px;
    line-height: 20px;
}
.cat_area li a .icon {}
.cat_area li a .icon svg{}
.cat_area li a .icon svg path{}

.search_results {
    height: 0;
    transition: height 0.4s ease;
}

body.search_page .search_results {

}

.warning_text {
    position: relative;
    left: 20px;
    margin-top: 20px;
}

.search_results  {}
.search_results li a {
    font-size: 14px;
    padding: 10px 10px;
    font-style: italic;
    color: #555;
}

html {
    height: 100%;
}

.cat_details {
    position: relative;
    top: 99px;
    padding: 20px 20px 10px 20px;
}
.cat_details h2 {
    font-weight: 500;
    font-size: 18px;
}
.cat_details p {
    font-size: 15px;
}