body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1.7;
    color: #292b2c;
    background: #fafafa;
    color: var(--ink);
}
.navbar {
    backdrop-filter: blur(10px);
}
.hero {
    background: radial-gradient(1200px 600px at 10% 10%, rgba(11, 61, 145, .12), transparent 60%), radial-gradient(900px 500px at 90% 20%, rgba(14, 165, 233, .10), transparent 55%), linear-gradient(180deg, #ffffff, #f8fafc);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}
.hero-card {
    border-radius: var(--card-radius);
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 10px 30px rgba(2, 6, 23, .06);
}
.badge-soft {
    background: rgba(11, 61, 145, .08);
    color: var(--brand);
    border: 1px solid rgba(11, 61, 145, .12);
}
.section-title {
    letter-spacing: -.02em;
}
a.text-dark:hover{
    color: #0d6efd!important;
}
.book-card {
    border-radius: var(--card-radius);
    border: 1px solid rgba(15, 23, 42, .08);
    transition: transform .15s ease, box-shadow .15s ease;
    overflow: hidden;
    height: 100%;
}
.book-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(2, 6, 23, .08);
}
.popover {
  min-width: 420px;
}
.responsive-box {
    width: 100%;
}

@media (min-width: 768px) {
    .responsive-box {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .responsive-box {
        width: 20%;
    }
}
.cover {
    aspect-ratio: 3/4;
    background: linear-gradient(180deg, rgba(11, 61, 145, .12), rgba(2, 6, 23, .06));
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.cover .cover-inner {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
}
.cover .mini-line {
    height: 8px;
    border-radius: 6px;
    background: rgba(15, 23, 42, .08);
}
.cover .mini-line.w-60 {
    width: 60%;
}
.cover .mini-line.w-80 {
    width: 80%;
}
.cover .mini-line.w-40 {
    width: 40%;
}
.muted {
    color: var(--muted);
}
.pill {
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, .12);
    padding: .35rem .65rem;
    font-size: .875rem;
    color: var(--ink);
    background: #fff;
}
.feature {
    border-radius: var(--card-radius);
    border: 1px solid rgba(15, 23, 42, .08);
    background: #fff;
    height: 100%;
}
.index-logo {
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, .08);
    background: #fff;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: rgba(15, 23, 42, .7);
}
.cta {
    background: linear-gradient(135deg, rgba(11, 61, 145, .12), rgba(14, 165, 233, .10));
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: var(--card-radius);
}
.card {
    border: 0;
}
.card .card-header {
    background: #fff;
    font-weight: 800;
    font-size: 18px;
}
#content {
    margin: 10px 0;
}

.form-control, .form-select{
    font-size: 13px;
}
.ust-menu {
    border-bottom: 1px solid #eee;
    padding: 0;
    background-image: url(https://ijiape.penpublishing.net/app/views/index/lodos/assets/layout/img/web.png);
}
.text-white {
    color: #fff !important;
}
.text-dark {
    color: #292b2c !important;
}
.bg-gray {
    background: #eff2f7 !important;
}
a {
    text-decoration: none;
}
b, strong {
    font-weight: 700;
}
table {
    width: 100%;
}
small {
    font-size: 9px;
}
.bt-4 {
    border-top: 4px solid #eee !important;
}
.seperator {
    border-top: 1px solid #ddd;
}
.separator-dashed {
    border-top: 1px dashed #ddd !important;
}
.symbol.symbol-45px > img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
}
h1 {
    font-family: "Marcellus", serif;
}
.header {
    background: #fff;
    padding: 30px 0 20px 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .06);
    border-bottom: 5px solid #e1eded;
}
.header .title {
    font-weight: 800;
    line-height: 28px;
}
.header .title .publisher {
    font-size: 11px;
    font-weight: 400;
    margin-top: -4px;
    color: #666;
}
.ana-menu {}
.ana-menu .navbar {}
.ana-menu .navbar-nav {}
.ana-menu .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 4px solid #fff;
    color: #000;
}
.ana-menu .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 4px solid #f00;
}
.ana-menu .navbar-nav .dropdown-menu {
    font-size: 12px;
}
.filtre {
    padding: 15px;
    border: 0;
}
.filtre h5 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.filtre .form-control, .filtre .form-select {
    font-size: 13px !important;
}
.filtre .form-check {
    margin: 2px 4px;
    font-size: 15px;
}
.filtre .form-check .form-check-label {
    margin-left: 5px;
    cursor: pointer;
    font-size: 12px;
}
.filtre .btn {
    font-size: 13px;
    font-weight: 600;
    padding: 4px 20px;
}
.filtre .tree-list .tree {
    cursor: pointer;
}
.filtre .tree-list .sub {
    display: none;
    margin-left: 10px;
}
.filtre .tree-list .single {
    margin-left: 10px;
}
.abstract {
    background: #eff2f7;
    padding: 20px;
    font-size: 12px;
    line-height: 1.6;
    display: none;
}
.kitap-turu {
    background: #eff2f7;
    color: #eee;
    padding: 4px 30px;
    background: #292b2c;
    font-weight: 700;
    top: 0;
    position: absolute;
}
#kaynakca {}
#kaynakca li {
    text-align: justify;
    padding-left: 40px;
    text-indent: -40px;
    padding-bottom: 10px;
    list-style-type: none;
}
.share {
    padding: 10px 20px;
    border-right: 1px solid #ddd;
    background-color: #f1f1f1;
    text-decoration: none;
    font-size: 14px;
    color: #292b2c;
}
.share:hover {
    color: #fff;
    background: #292b2c;
}
.share:last-child {
    border: 0;
}
footer {
    line-height: 2;
}
.telif ul {
    list-style: none;
    padding: 0;
    display: inline;
}
.telif ul li {
    display: inline;
}
.telif ul li:not(:last-child)::after {
    content: "\2022";
    margin: 0 5px;
}
.fs-8 {
    font-size: 8px !important;
}
.fs-9 {
    font-size: 9px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.text-gray-100 {
    color: #F9F9F9;
}
.text-gray-200 {
    color: #F4F4F4;
}
.text-gray-300 {
    color: #E1E3EA;
}
.text-gray-400 {
    color: #B5B5C3;
}
.text-gray-500 {
    color: #A1A5B7;
}
.text-gray-600 {
    color: #7E8299;
}
.text-gray-700 {
    color: #5E6278;
}
.text-gray-800 {
    color: #3F4254;
}
.text-gray-900 {
    color: #181C32;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.p-4 {
    padding: 1rem !important;
}
.p-5 {
    padding: 1.25rem !important;
}
.p-6 {
    padding: 1.5rem !important;
}
.p-7 {
    padding: 1.75rem !important;
}
.p-8 {
    padding: 2rem !important;
}
.p-9 {
    padding: 2.25rem !important;
}
.p-10 {
    padding: 2.5rem !important;
}
.p-11 {
    padding: 2.75rem !important;
}
.p-12 {
    padding: 3rem !important;
}
.p-13 {
    padding: 3.25rem !important;
}
.p-14 {
    padding: 3.5rem !important;
}
.p-15 {
    padding: 3.75rem !important;
}
.p-16 {
    padding: 4rem !important;
}
.p-17 {
    padding: 4.25rem !important;
}
.p-18 {
    padding: 4.5rem !important;
}
.p-19 {
    padding: 4.75rem !important;
}
.p-20 {
    padding: 5rem !important;
}
.ta-j {
    text-align: justify;
}
.ta-r {
    text-align: right;
}
.ta-l {
    text-align: left;
}
.fw-1 {
    font-weight: 100;
}
.fw-2 {
    font-weight: 200;
}
.fw-3 {
    font-weight: 300;
}
.fw-4 {
    font-weight: 400;
}
.fw-5 {
    font-weight: 500;
}
.fw-6 {
    font-weight: 600;
}
.fw-7 {
    font-weight: 700;
}
.table thead {
    background: #f1f1f1;
}
.tablo {
    background-color: transparent;
    border: 1px solid #ddd;
    width: 100% !important;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
}
.tablo > thead > tr > th, .tablo > tbody > tr > th, .tablo > tfoot > tr > th, .tablo > thead > tr > td, .tablo > tbody > tr > td, .tablo > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.tablo > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #f1f1f1;
    font-size: 16px;
}
.tablo > tbody + tbody {
    border-top: 2px solid #ddd;
}
.tablo > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.tablo > tbody > tr:hover {
    background-color: #f5f5f5;
}
.tablo col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
.tablo td[class*="col-"], .tablo th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.tablo > thead > tr > td.active, .tablo > tbody > tr > td.active, .tablo > tfoot > tr > td.active, .tablo > thead > tr > th.active, .tablo > tbody > tr > th.active, .tablo > tfoot > tr > th.active, .tablo > thead > tr.active > td, .tablo > tbody > tr.active > td, .tablo > tfoot > tr.active > td, .tablo > thead > tr.active > th, .tablo > tbody > tr.active > th, .tablo > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.tablo > tbody > tr > td.active:hover, .tablo > tbody > tr > th.active:hover, .tablo > tbody > tr.active:hover > td, .tablo > tbody > tr:hover > .active, .tablo > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.tablo > thead > tr > td.success, .tablo > tbody > tr > td.success, .tablo > tfoot > tr > td.success, .tablo > thead > tr > th.success, .tablo > tbody > tr > th.success, .tablo > tfoot > tr > th.success, .tablo > thead > tr.success > td, .tablo > tbody > tr.success > td, .tablo > tfoot > tr.success > td, .tablo > thead > tr.success > th, .tablo > tbody > tr.success > th, .tablo > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.tablo > tbody > tr > td.success:hover, .tablo > tbody > tr > th.success:hover, .tablo > tbody > tr.success:hover > td, .tablo > tbody > tr:hover > .success, .tablo > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.tablo > thead > tr > td.info, .tablo > tbody > tr > td.info, .tablo > tfoot > tr > td.info, .tablo > thead > tr > th.info, .tablo > tbody > tr > th.info, .tablo > tfoot > tr > th.info, .tablo > thead > tr.info > td, .tablo > tbody > tr.info > td, .tablo > tfoot > tr.info > td, .tablo > thead > tr.info > th, .tablo > tbody > tr.info > th, .tablo > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.tablo > tbody > tr > td.info:hover, .tablo > tbody > tr > th.info:hover, .tablo > tbody > tr.info:hover > td, .tablo > tbody > tr:hover > .info, .tablo > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.tablo > thead > tr > td.warning, .tablo > tbody > tr > td.warning, .tablo > tfoot > tr > td.warning, .tablo > thead > tr > th.warning, .tablo > tbody > tr > th.warning, .tablo > tfoot > tr > th.warning, .tablo > thead > tr.warning > td, .tablo > tbody > tr.warning > td, .tablo > tfoot > tr.warning > td, .tablo > thead > tr.warning > th, .tablo > tbody > tr.warning > th, .tablo > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.tablo > tbody > tr > td.warning:hover, .tablo > tbody > tr > th.warning:hover, .tablo > tbody > tr.warning:hover > td, .tablo > tbody > tr:hover > .warning, .tablo > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.tablo > thead > tr > td.danger, .tablo > tbody > tr > td.danger, .tablo > tfoot > tr > td.danger, .tablo > thead > tr > th.danger, .tablo > tbody > tr > th.danger, .tablo > tfoot > tr > th.danger, .tablo > thead > tr.danger > td, .tablo > tbody > tr.danger > td, .tablo > tfoot > tr.danger > td, .tablo > thead > tr.danger > th, .tablo > tbody > tr.danger > th, .tablo > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.tablo > tbody > tr > td.danger:hover, .tablo > tbody > tr > th.danger:hover, .tablo > tbody > tr.danger:hover > td, .tablo > tbody > tr:hover > .danger, .tablo > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}