﻿.website {
    border-bottom: 3px solid #ea5546;
    padding-bottom: 5px;
}
.swiper-button-next {
    color: #fff;
    right: 20px;
}
.swiper-button-prev {
    color: #fff;
    left: 20px;
}
main .jumbotron-area:before {
    opacity: 0.7;
}
.media-area ul li {
    list-style-image: url(/assets/img/list-icon-siyah.png);
    padding-left: 8px;
}
.custom-radio .custom-control-label::before {
    border: 2px solid #fff;
}

.custom-checkbox .custom-control-label::before {
    border: 2px solid #fff;
}
.swiper-button-next.brand {
    right: 0px;
    color: #ea5546;
    top: 10px;
}
.swiper-button-prev.brand {
    left: 10px;
    color: #ea5546;
    top: 10px;
}
ul.breadcrumb-area.sector {
    justify-content: left;
}
section#content-area .container-fluid .inline-nav li:after{content:'';border-right:2px solid #ea5546;}
section#content-area .container-fluid .inline-nav.ss-menu li:after {content: '';border-right: none;}
section#content-area .container-fluid .inline-nav li:last-child a:after {content: '';border-right: none;}
header nav ul li .mega-menu {transition: all ease 1s;}
.modal-body .cookie {
    margin-top: 16px;
    border-left: 2px solid #ccc;
    padding-left: 8px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.modal-body .cookie__title--off {
    color: #ccc;
}
.modal-body .cookie__title {
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 0;
}
.modal-body .cookie__domain {
    margin-left: 4px;
    padding: 0 8px;
    border: 1px dashed #ccc;
    border-radius: 2px;
    font-size: .75em;
    max-width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-body .cookie__domain--off {
    color: #ccc;
}
.modal-body .cookie__divider {
    flex: 1 1 auto;
    border-top: 1px dashed #ccc;
    margin: 0 8px;
}
.modal-body .switch {
    position: relative;
    min-width: 48px;
    width: 48px;
    height: 24px;
    cursor: pointer;
}
    .modal-body .switch::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f1f1f1;
        border-radius: 9999px;
    }
.modal-body .switch--off::after {
    left: 2px;
    background-color: #ccc;
    transition: all .25s;
}
.modal-body .switch::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 99999px;
}
.modal-body .switch--on::after {
    left: 26px;
    background: #ea5546;
    transition: all .25s;
}

/* kapsayıcı */

.efilli-component-banner .banner {
    position: fixed;
    left: 8px;
    bottom: 8px;
    width: 350px;
    background: #fff;
    z-index: 2147483647;
    border-radius: 9px 8px 8px 8px;
    padding: 12px 24px 12px 24px;
    animation: efl--slide-up 1s;
    font-size: 16px;
    box-shadow: 0 0 8px -5px #000;
    display: flex;
    flex-wrap: wrap;
    color: var(--efl--secondary-color);
    gap: 8px;
}
.efilli-component-banner .banner__title {
    text-align: center;
    flex: 1 1 100%;
    margin-bottom: 12px;
}
.efilli-component-banner .banner__settings-button {
    padding: 8px 16px;
    cursor: pointer;
    flex: 1 1 auto;
    text-align: center;
    font-size: .75em;
    font-weight: bold;
    border-radius: 4px;
    background-color: #ea5546;
    color: #fff;
    border: 1px solid var(--efl--secondary-color);
}
.efilli-component-banner .banner__reject-button {
    padding: 8px 16px;
    cursor: pointer;
    flex: 1 1 auto;
    text-align: center;
    font-size: .75em;
    font-weight: bold;
    border-radius: 4px;
    background-color: #ea5546;
    color: #fff;
    border: 1px solid var(--efl--secondary-color);
}
.efilli-component-banner .banner__accept-button {
    padding: 8px 16px;
    cursor: pointer;
    text-align: center;
    flex: 1 1 auto;
    font-size: .75em;
    font-weight: bold;
    border-radius: 4px;
    background-color: #ea5546;
    color: #fff;
    border: 1px solid var(--efl--secondary-color);
}
.efilli-component-banner .banner i{
    position:absolute;
    top: 5px;
    right: 5px;
}


.custom-control-input:not(:disabled):active ~ .custom-control-label.input-switch::before {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.custom-switch .custom-control-label.input-switch::after {
    top: 0.20313rem;
    left: -2.25rem;
    width: 1rem;
    height: 1rem;
    background-color: #ea5546;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control-label.input-switch::before {
    background-color: #000;
    border: #000 solid 0;
}
.table-project-title{width:50%;line-height:60px;}
.fancybox-content{padding:5px;}
.fancybox-slide--html .fancybox-close-small{padding-top:5px 5px 10px 10px;}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    background-color: #000;
}