

:root {
    --h1-size: 2em !important;
    --h2-size: 1.5em !important;
    --h3-size: 1.17em !important;
    --h4-size: 1em !important;
    --h5-size: .83em !important;
    --h6-size: .67em !important;
}


/*
==============================
======== SIDEBAR MENU ========
==============================
*/
.menu--sidebar-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    inset:0;
    background:rgba(0,0,0,0.5);
    z-index: 998;
}
.menu--sidebar {
    transition: .5s all cubic-bezier(0,1.01,1,.99);
    position: fixed;
    top: 0;
    right: -100%;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    width: 320px;
    height: 100%;
    z-index: 999;
}
.menu--sidebar-content .list_menu a {
    padding:8px 24px;
    color:#2c5475;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.menu--sidebar-content .list_menu a:hover {
    background:#F5FCFB;
}

.menu--sidebar-content .banner {
    padding:0 24px;
    margin-bottom: 15px;
}
.menu--sidebar-content .demo__btn {
    padding:0 24px;
}
.menu--sidebar-content .demo__btn a {
    width: calc(100% - 12px);
    margin:0 auto;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom:15px;
    left:50%;
    transform: translateX(-50%);
}
/*
==============================
======== SIDEBAR MENU ========
==============================
*/



@media only screen and (min-width:992px) {
    .linkBox h4 {
        pointer-events: none;
    }
}

.ftc_left ul li a:hover strong {
    color: rgb(60, 201, 156) !important;
}

.pt_item ul li i {
    font-size:16px !important;
}



.dc_inner ol,
.dc_inner ul {
    padding:0 !important;
}


.kurumsal-sidebar .s_toggle > a::after,
.kurumsal-sidebar .s_toggle > a.active2::after {
    content:'\f054';
}


.subtitles {
    background: #f1f1f1;
    font-size: 15px !important;
    padding: 8px 14px;
    border-radius: 8px;
    display: inline-block;
}

.linkBox .active2 {
    background: rgb(60, 201, 156);
    position: relative;
    color: #fff;
}


.footer-bg {
    background:#f1f1f1;
}

.doc_box:hover {
    background:#f1f1f1;
}

.tcc_inner h1 {font-size: var(--h1-size) !important}
.tcc_inner h2 {font-size: var(--h2-size) !important}
.tcc_inner h3 {font-size: var(--h3-size) !important}
.tcc_inner h4 {font-size: var(--h4-size) !important}
.tcc_inner h5 {font-size: var(--h5-size) !important}
.tcc_inner h6 {font-size: var(--h6-size) !important}
.tcc_inner p,
.tcc_inner strong,
.tcc_inner b {font-size:16px !important}
.sss_item ul li, .tcc_inner ul li {
    list-style:disc !important;
    color:rgb(146, 146, 146);
}
.tcc_inner ul {
    margin: 16px 0;
    padding:revert !important;
}
.tcc_inner ol {
    padding-left:0 !important;
    padding-right:0 !important;
}
.tcc_inner ol li {
    color:rgb(146, 146, 146);
}


.tc_title:is(.sss) {
    font-size:var(--h2-size) !important;
    text-transform: none !important;
    letter-spacing: 0px!important;
    color:rgb(44, 84, 117) !important;
}

.tc_title {
    font-size:var(--h2-size) !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    color:rgb(44, 84, 117) !important;
}

.nz_item strong {
    color:rgb(44, 84, 117) !important;
}





.ref_lister a:hover img {
    filter:grayscale(0);
}



/* Paketler */
.pt_left ul li {
    font-size:14.5px !important;
    height:45px!important;
}

.pt_item ul li {
    height:45px !important;
}

.bn_sss div {
    display: flex !important;
    align-items: center !important;
}
.bn_sss a {
    display: flex !important;
    align-items: center !important;
    gap:12px !important;
}

.bn_sss .before a {
    color:rgb(60, 201, 156) !important;
}

.bn_sss a i {
    background:rgb(60, 201, 156);
    color:#fff !important;
    border-radius: 50%;
    width:30px;
    height:30px;
    line-height: 30px;
    font-size:15px;
    text-align: center;
}

.bn_sss a:not(.btn_secondary):hover {
    color:rgb(60, 201, 156) !important;
}

.btn_primary,
.btn_secondary,
a.btn_primary,
a.btn_secondary {
    display: inline-flex;
    align-items: center;
    padding: 6px 15px;
    color: rgb(255, 255, 255) !important;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}
.btn_primary {
    background-color: rgb(60, 201, 156);
    border: 2px solid rgb(60, 201, 156);
} .btn_primary:hover {
    background:transparent;
    color:rgb(60,201,156) !important;
    border: 2px solid rgb(60, 201, 156);
}
.btn_primary:hover i {
    color:rgb(60,201,156) !important;
}
.btn_primary:hover path {
    fill:rgb(60,201,156) !important;
}
.btn_secondary {
    background-color: rgb(44, 84, 117);
    border-color: rgb(44, 84, 117);
    border: 2px solid rgb(44, 84, 117);
} .btn_secondary:hover {
    background:transparent;
    color:rgb(44, 84, 117) !important;
}
.btn_secondary:hover i {
    color:rgb(44, 84, 117) !important;
}
.btn_secondary:hover path {
    fill:rgb(44, 84, 117) !important;
}