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);
}
/* ANA MENU */
.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: 1rem;
    padding-left: 1rem;
    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 {
    padding: 1rem;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 1.5rem;
    box-shadow:
        0 20px 60px rgba(19, 33, 68, 0.08), 0 6px 18px rgba(19, 33, 68, 0.05);
}
.ana-menu .navbar-nav .dropdown-menu .dropdown-item {
    display: block;
    padding: .6rem .85rem;
    border-radius: .8rem;
    color: #130A0A;
    text-decoration: none;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.45;
    transition: all .2s ease;
    background: rgba(0, 0, 0, .04);
    margin-bottom: 0.5rem
}
.ana-menu .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #0d6efd;
    background: rgba(13, 110, 253, .05);
    border-radius: .95rem;
}
/* ANA MENU */
/* SAYFA */
.page-intro {
    background:
        radial-gradient(circle at top left, rgba(180, 35, 24, .10), transparent 30%), radial-gradient(circle at 85% 20%, rgba(23, 92, 211, .10), transparent 28%), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.page-intro-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(16, 24, 40, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 24, 40, .045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .65), transparent 82%);
    pointer-events: none;
}
.intro-panel {
    border-radius: 1.35rem;
    position: relative;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 20px 60px rgba(19, 33, 68, 0.08), 0 6px 18px rgba(19, 33, 68, 0.05);
}
.intro-panel {
    padding: 2rem;
}
.intro-title {
    font-size: 1.4rem;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #14213d;
    margin-bottom: 1rem;
}
.intro-lead {
    font-size: 1.0rem;
    color: #435066;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.intro-content {
    font-size: .8rem;
    line-height: 2;
}
.intro-content p {
    font-size: .8rem;
    line-height: 2;
}
.intro-content h1 {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
}
.intro-content h2 {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
}
.intro-content h3 {
    font-size: 1.1rem;
    margin-bottom: 1.1rem;
}
.intro-content h4 {
    font-size: .9rem;
    margin-bottom: .9rem;
}
.intro-content h5 {
    font-size: .9rem;
    margin-bottom: .8rem;
}
.intro-divider {
    width: 84px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #9f1b15, rgba(159, 27, 21, 0.15));
    margin: 1.4rem 0 1.2rem;
}
/* SAYFA */
.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;
}
.small {
    font-size: .7rem !important;
}
.breadcrumb {
    font-size: .7rem;
}
/* Sayfa Menüsü */
.sidepanel-nav {
    padding: 1.25rem 1rem 1rem;
    border-radius: 1.35rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(248, 251, 255, .96) 100%);
    border: 1px solid rgba(13, 110, 253, .08);
    box-shadow:
        0 16px 40px rgba(19, 33, 68, .06), 0 4px 14px rgba(19, 33, 68, .04);
    overflow: hidden;
}
.sidepanel-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .35;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(13, 110, 253, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 110, 253, .04) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .10));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .10));
}
.sidepanel-nav-head {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(20, 33, 61, .08);
}
.sidepanel-nav-title {
    font-size: 1rem;
    font-weight: 800;
    color: #14213d;
    padding: 10px;
}
.sidepanel-menu {
    position: relative;
    z-index: 1;
}
.sidepanel-menu-list {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.sidepanel-item {
    width: 100%;
}
.sidepanel-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .82rem .9rem;
    border: 0;
    border-radius: .95rem;
    background: transparent;
    color: #20304a;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 750;
    line-height: 1.45;
    transition: all .2s ease;
}
.sidepanel-link:hover {
    color: #0d6efd;
    background: rgba(13, 110, 253, .05);
}
.sidepanel-link.active {
    background: linear-gradient(135deg, #0d6efd, #3d8bfd);
    color: #fff;
    box-shadow: 0 10px 22px rgba(13, 110, 253, .18);
}
.sidepanel-toggle {
    text-align: left;
    cursor: pointer;
}
.sidepanel-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    transition: transform .2s ease;
    flex-shrink: 0;
}
.sidepanel-toggle[aria-expanded="true"] .sidepanel-arrow {
    transform: rotate(180deg);
}
.sidepanel-submenu {
    margin: .2rem 0 .35rem;
    padding: .25rem 0 .1rem .55rem;
    border-left: 1px solid rgba(13, 110, 253, .10);
}
.sidepanel-submenu li + li {
    margin-top: .18rem;
}
.sidepanel-sublink {
    display: block;
    padding: .6rem .85rem;
    border-radius: .8rem;
    color: #5e6c82;
    text-decoration: none;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.45;
    transition: all .2s ease;
    background: rgba(0, 0, 0, .04);
}
.sidepanel-sublink:hover {
    background: rgba(13, 110, 253, .05);
    color: #0d6efd;
}
.sidepanel-sublink.active {
    background: rgba(13, 110, 253, .10);
    color: #0d6efd;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .sidepanel-nav {
        position: relative;
        top: 0;
        margin-bottom: 1.5rem;
    }
}
/* Sayfa Menüsü */
.navbar {
    backdrop-filter: blur(10px);
}
.journal-hero {
    background:
        radial-gradient(circle at top left, rgba(6, 180, 200, .10), transparent 34%), linear-gradient(180deg, #fbfeff 0%, #f7fbfc 100%);
}
.py-lg-6 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.journal-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 72px;
    background:
        radial-gradient(circle at top left, rgba(180, 35, 24, .10), transparent 30%), radial-gradient(circle at 85% 20%, rgba(23, 92, 211, .10), transparent 28%), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.journal-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(16, 24, 40, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 24, 40, .045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .65), transparent 82%);
    pointer-events: none;
}
.hero-content, .hero-side {
    position: relative;
}
.hero-badge {
    padding: .45rem .8rem;
    border: 1px solid rgba(6, 180, 200, .20);
    background: rgba(6, 180, 200, .07);
    border-radius: 999px;
    color: #0f5660;
    font-size: .6rem;
    font-weight: 600;
}
.hero-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand);
    display: inline-block;
}
.hero-title {
    font-size: 1.6rem;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: -.02em;
    color: var(--text);
    max-width: 900px;
}
.hero-text {
    font-size: 0.8rem;
    line-height: 1.75;
    color: var(--muted);
    max-width: 720px;
}
.hero-search .input-group {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 35, 66, .08);
}
.hero-search .input-group-text, .hero-search .form-control, .hero-search .btn {
    border-color: #dde7eb;
    min-height: 44px;
}
.hero-search .form-control {
    box-shadow: none;
    font-size: 0.8rem;
}
.hero-search .form-control:focus {
    box-shadow: none;
}
.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    font-weight: 600;
}
.btn-brand:hover, .btn-brand:focus {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #fff;
}
.metric-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1rem 1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.metric-label {
    font-size: .7rem;
    color: var(--muted);
    margin-bottom: .45rem;
}
.metric-value {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text);
    line-height: 1.2;
}
.metric-sub {
    margin-top: .35rem;
    color: var(--muted);
    font-size: .8rem;
}
.issue-card, .choice-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1.1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}
.section-kicker {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: var(--brand);
}
.issue-cover {
    width: 100%;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #fff;
}
.issue-title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--text);
}
.issue-text {
    font-size: .7rem;
    line-height: 1.6;
    color: var(--muted);
}
.choice-title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
    margin-bottom: .5rem;
}
.choice-title a {
    color: var(--text);
}
.choice-title a:hover {
    color: var(--brand-dark);
}
.choice-meta {
    font-size: .7rem;
    color: var(--muted);
}
.choice-text {
    color: var(--muted);
    line-height: 1.65;
    font-size: .7rem;
}
.read-more {
    color: var(--brand-dark);
    text-decoration: none;
    font-weight: 700;
}
.read-more:hover {
    color: var(--brand);
}
@media (max-width: 991.98px) {
    .journal-hero {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-text {
        font-size: 1rem;
    }
    .hero-search .input-group-text, .hero-search .form-control, .hero-search .btn {
        min-height: 54px;
    }
}
@media (max-width: 575.98px) {
    .metric-card, .issue-card, .choice-card {
        border-radius: 16px;
    }
    .hero-search .btn {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.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;
}
.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;
}
.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-size: 1.8rem;
    font-weight: 800;
    line-height: 28px;
}
.header .title .publisher {
    font-size: 11px;
    font-weight: 400;
    margin-top: -4px;
}
.abstract {
    background: #eff2f7;
    padding: 20px;
    font-size: 12px;
    line-height: 1.6;
    display: none;
}
.makale h1 {
    font-size: 1.6rem;
    line-height: 1.42;
    letter-spacing: -1px;
    font-weight: 850;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}
.yazar-sep {
    display: inline-block;
    margin: 0 .45rem;
    font-weight: 700;
}
.btn-ozet {
    display: block;
    float: left;
    padding: 6px 20px;
    border-right: 1px solid #999;
    background-color: #f1f1f1;
    font-size: 12px;
    color: #212121;
    min-width: 100px;
    text-align: center;
    font-weight: 500;
}
.btn-ozet:hover {
    color: #fff;
    background: #323232;
    text-decoration: none;
}
.btn-ozet:last-child {
    border: 0;
}
.btn-ozet .far {
    margin-right: 5px
}
.btn-indir {
    padding: 9px 20px 8px 20px;
    border-radius: 0;
    font-weight: 900;
    margin-left: 5px;
}
#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;
}
/* MAKALE MENUSU */
.article-sidebar {
}
.article-sidebar .side-card {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    overflow: hidden;
    background: #fff;
}
.article-sidebar .side-card + .side-card {
    margin-top: 1rem;
}
.article-sidebar .side-card-header {
    padding: 1rem 1.15rem;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    background: linear-gradient(180deg, #fff, #fafafa);
}
.article-sidebar .side-card-title {
    margin: 0;
    font-size: .8rem;
    font-weight: 800;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.article-sidebar .side-card-title i {
    color: #cb081e;
}
.article-sidebar .side-card-body {
    padding: 1.15rem;
}
.article-sidebar .download-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    border-radius: 999px;
    padding: .8rem 1rem;
    background: #cb081e;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
}
.article-sidebar .download-primary:hover {
    background: #a80618;
    color: #fff;
    transform: translateY(-1px);
}
.article-sidebar .download-secondary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .7rem .85rem;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 14px;
    color: #1f2937;
    text-decoration: none;
    font-size: .8rem;
    transition: all .2s ease;
}
.article-sidebar .download-secondary:hover {
    border-color: rgba(203, 8, 30, .35);
    background: rgba(203, 8, 30, .04);
    color: #cb081e
}
.article-sidebar .active {
    border-color: rgba(203, 8, 30, .35);
    background: rgba(203, 8, 30, .04);
    color: #cb081e
}
.article-sidebar .metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}
.article-sidebar .metric-box {
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    padding: .75rem;
    background: #fafafa;
}
.article-sidebar .metric-value {
    font-size: 1rem;
    font-weight: 850;
    color: #1f2937;
    line-height: 1;
}
.article-sidebar .metric-label {
    margin-top: .35rem;
    font-size: .7rem;
    color: #6b7280;
    margin-bottom: 0;
}
/* MAKALE MENUSU */
/* INDEKS */
.index-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 1.2rem 1.1rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .04);
    transition: .22s ease;
}
.index-card:hover {
    transform: translateY(-4px);
    border-color: rgba(6, 180, 200, .32);
    box-shadow: 0 16px 34px rgba(6, 180, 200, .10);
}
.index-name {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: .5rem;
}
.index-text {
    font-size: .6rem;
    line-height: 1.45;
    color: var(--muted);
    margin-bottom: 0;
}
.index-note {
    font-size: .7rem;
    color: var(--muted);
}
.index-note a {
    color: var(--brand-dark);
    font-weight: 700;
    text-decoration: none;
}
.index-note a:hover {
    color: var(--brand);
}
/* INDEKS */
/* SUBMIT */
.author-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.author-main-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
}
.author-main-link:hover {
    transform: translateY(-1px);
}
.author-soft-link {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.author-quick-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #edf1f6;
}
.author-quick-links a {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 9px 11px;
    border-radius: 16px;
    background: #f7fafc;
    color: #526179;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
}
.author-quick-links a i {
    color: #0097a7;
    font-size: 15px;
}
.author-quick-links a:hover {
    background: #eef9fb;
    color: #0097a7;
}
@media (max-width: 768px) {
    .author-quick-links {
        grid-template-columns: 1fr;
    }
    .author-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .author-main-link, .author-soft-link {
        width: 100%;
        justify-content: center;
    }
}
/* SUBMIT */


/* ANA SAYFA HIZLI MENU */
.quick-card {
    position: relative;
    display: flex;
    gap: 16px;
    min-height: 100px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 24px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(17, 24, 39, .06);
    transition: all .25s ease;
}

.quick-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(180, 36, 49, .08), transparent 55%);
    opacity: 0;
    transition: opacity .25s ease;
}

.quick-card:hover {
    transform: translateY(-5px);
    border-color: rgba(180, 36, 49, .25);
    box-shadow: 0 22px 48px rgba(17, 24, 39, .11);
}

.quick-card:hover::before {
    opacity: 1;
}

.quick-icon {
    position: relative;
    z-index: 1;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #f3f4f6;
    color: #b42431;
    font-size: 20px;
}

.quick-card h5 {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    font-size: .8rem;
    font-weight: 800;
    color: #111827;
}

.quick-card p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: #6b7280;
    font-size: .7rem;
    line-height: 1.55;
}

.quick-arrow {
    position: absolute;
    right: 20px;
    bottom: 18px;
    z-index: 1;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f9fafb;
    color: #111827;
    font-size: 14px;
    transition: all .25s ease;
}

.quick-card:hover .quick-arrow {
    background: #b42431;
    color: #ffffff;
}

.quick-card.primary {
    background: #111827;
    border-color: #111827;
}

.quick-card.primary h5,
.quick-card.primary p {
    color: #ffffff;
}

.quick-card.primary p {
    opacity: .78;
}

.quick-card.primary .quick-icon {
    background: rgba(255, 255, 255, .12);
    color: #ffffff;
}

.quick-card.primary .quick-arrow {
    background: rgba(255, 255, 255, .12);
    color: #ffffff;
}

.quick-card.submit {
    background: linear-gradient(135deg, #b42431, #7f1d1d);
    border-color: transparent;
}

.quick-card.submit h5,
.quick-card.submit p {
    color: #ffffff;
}

.quick-card.submit p {
    opacity: .85;
}

.quick-card.submit .quick-icon {
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
}

.quick-card.submit .quick-arrow {
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .quick-card {
        min-height: auto;
        padding: 20px;
        border-radius: 20px;
    }

    .quick-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 21px;
    }
}
/* ANA SAYFA HIZLI MENU */
.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;
}
.fw-8 {
    font-weight: 800;
}
.ilk-kolon td:first-child{
    width: 40%;
}
.table thead {
    background: #f1f1f1;
}