.after-content-none:after {
    content: none !important;
}

.banner-slider-total {
    display: flex;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50px;
    font-size: 11px;
    color: #fff;
    background-color: #000000a5;
    padding: 5px 10px;
}

.bg-gradient-main {
    background: linear-gradient(to bottom, rgb(39 122 204 / 40%), #ffffff);
}

.bg-gray {
    background: #5a6970 !important;
}

.bg-main {
    background-color: #d00000 !important;
}

.bg-main2 {
    background-color: #277acc !important;
}

.bg-main-soft {
    background-color: #93bce5 !important;
}

.bg-main-button {
    background-color: #277acc;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.bg-main-opacity-button {
    background-color: #277acc30;
    color: #277acc;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.bg-danger-button {
    background-color: #dc3545;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.bg-danger-opacity-button {
    background-color: #dc354530;
    color: #dc3545;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.bg-success-button {
    background-color: #198754;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
    border: none !important;
}

.bg-success-opacity-button {
    background-color: #19875430;
    color: #198754;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.bg-dark-blue-button {
    background-color: #a10906;
    color: #000;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.bg-black-button {
    background-color: #000000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.bg-black-opacity-button {
    background-color: #00000030;
    color: #000;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.bg-light-success {
    background-color: #2aca30 !important;
}

.border-dashed {
    border-top: 1px dashed rgba(var(--line-color), 1);
}

.box-shadow {
    box-shadow: 0 0 20px #00000070;
}

.box-shadow-none {
    box-shadow: none !important;
}

.contact-button {
    padding: 4px 6px;
    border-radius: 50px;
}

.contact-button.phone-color {
    border: 1px solid #277acc;
    background-color: #277acc2e;
}

.contact-button.mail-color {
    border: 1px solid #000000;
    background-color: #00000015;
}

.contact-button.whatsapp-color {
    border: 1px solid #25d366;
    background-color: #25d3662e;
}

.cursor-pointer {
    cursor: pointer;
}

.d-contents {
    display: contents !important;
}

.fatura-label {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

.fair-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    /* width: 25px;
    height: 25px; */
    left: -5px;
    color: #000;
}

.fair-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    /* width: 25px;
    height: 25px; */
    right: -5px;
    color: #000;
}

.fair-button-prev i,
.fair-button-next i {
    --Iconsax-Color: #000;
    --Iconsax-Size: 16px;
}

#fairTabs .nav-link.active {
    background-color: #f6f6f6;
    margin-bottom: 0;
}

.iconsax {
    --Iconsax-Size: 16px;
    --Iconsax-Color: #fff;
}

.faircount {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
    align-content: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.fairs-list .fairs-box {
    position: relative;
    margin-bottom: 10px;
}

.fairs-list .fairs-box .top-lastDate {
    top: -25px;
    background-color: red;
    color: #fff;
    border-radius: 7px;
    padding: 5px;
    right: -8px;
    box-shadow: 0 0 13px #9d9d9d;
}

.fairs-list .fairs-box .top-date {
    top: -8px;
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    padding: 5px;
    left: -8px;
    box-shadow: 0 0 13px #9d9d9d;
}

.fairs-list .fairs-box img {
    width: 100%;
    /*height: 150px;*/
    object-fit: contain;
    border-radius: 5px;
}

.footer-logo .logo {
    height: 45px;
    opacity: 0.3;
    transition: all .5s ease;
}

.footer-logo:hover .logo {
    opacity: 1;
}

.filter-invert {
    filter: invert(1);
}

.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;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fs-80 {
    font-size: 80px;
}

.h-100-header {
    height: calc(100% - 66px);
    margin-top: 65px;
}

.vh-100-header {
    height: calc(100vh - 66px);
    margin-top: 65px;
}

.h-24px {
    height: 24px !important;
}

.h-30px {
    height: 30px !important;
}

.h-fit {
    height: fit-content;
}

.h-55px {
    height: 55px;
}

.h-85px {
    height: 85px;
}

.vh-50 {
    height: 50vh !important
}

.max-vh-50 {
    max-height: 50vh !important
}

.modalFuarDurum {
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}

.header-panel .header-logo {
    position: static !important;
    transform: none !important;
}

.header-panel .header-logo img {
    position: static !important;
    transform: none !important;
    height: 50px !important;
}

.homeBanner .swiper-slide {
    width: 80%;
}

.left--7px {
    left: -7px;
}

.line-height-normal {
    line-height: normal;
}

.lineh-35px {
    line-height: 35px;
}

.logo-header {
    width: 100% !important;
    height: 100% !important;
    background-color: transparent !important;
    border-radius: unset !important;
}

.logo-header .header-panel {
    width: 100%;
}

.main-img-user {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
}

.main-img-user img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: var(--card-border-radius);
}

#parsley-id-multiple-fuarSelect {
    position: absolute;
    top: 22px;
    color: #ff5c77 !important;
    font-size: 11px;
}

.pe-10 {
    padding-left: 10%;
}

.profile-user .profile-edit {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    inset-inline-end: -3px;
    inset-block-end: -3px;
    background: var(--background);
    margin: 0 auto;
    margin-block-start: 20px;
    line-height: 20px;
    text-align: center;
    border: 4px solid var(--white);
}

.max-height-100px {
    max-height: 100px;
}

.mt--35 {
    margin-top: -35px;
}

.mx-3px {
    margin-right: 3px;
    margin-left: 3px;
}

.servicer-box.card {
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
    background: #fff;
    min-height: 90px;
}

.offer-box {
    display: flex;
    align-items: center;
    justify-content: center;


}

.servicer-box .d-flex.w-100 {
    gap: 0 !important;
    margin: 0 !important;
}

.servicer-box .d-flex.w-100>* {
    margin: 0 !important;
    min-width: 0;
    width: 100% !important;
    flex: 1 1 0%;
}


.offer-box.active,
.offer-box:hover {
    border-color: #2740c7;
    background: linear-gradient(90deg, #2740c7 0%, #527cf9 100%);
    color: #fff;
    box-shadow: 0 4px 16px 0 rgba(50, 50, 50, .11);
}

.offer-box.active .title-color,
.offer-box:hover .title-color {
    color: #fff;
}

.offer-content {
    width: 100%;
    text-align: center;
}

.max-width-600px {
    max-width: 600px;
    margin: auto;
}

@media (max-width: 600px) {
    .coupon {
        max-width: 100%;
    }

    .offer-box {
        font-size: 1em;
        min-height: 38px;
    }
}

.section-80-t-space {
    padding-top: 80px;
}

@media (max-width: 600px) {
    .section-80-t-space {
        padding-top: calc(70px + (80 - 70) * ((100vw - 320px) / (600 - 320)));
    }
}

.servicer-info {
    background-color: #000;
    align-content: center;
    border-radius: 5px;
    transition: all .5s ease;
    width: 35px;
    display: block;
    position: relative;
}

.servicer-info h3 {
    color: #fff;
    transform: rotate(270deg) scale(1);
    transition: all .5s ease;
    place-self: center;
    width: 100px;
    position: absolute;
    left: -35px;
    top: 65px;
}

.servicer-info:hover {
    background-color: #000000c8;
}

.servicer-info:hover h3 {
    transform: rotate(270deg) scale(1.05);
}

.start--7px {
    left: -7px;
}

.steps li a {
    display: none !important;
}

.text-gray {
    color: #212529;
}

.text-limit-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text-line {
    position: relative;
    text-align: center;
    margin: 10px 0;
}

.text-line span {
    position: relative;
    padding: 0 10px;
    background-color: #fff;
    color: #000000;
    font-size: 14px;
}

.text-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #277acc;
}

.text-main {
    color: #277acc !important;
}

.text-orange {
    color: #FFA500 !important;
}

.transform-none {
    transform: unset !important;
}

.top--7px {
    top: -7px;
}

.top-105px {
    top: 105px;
}

.top-112px {
    top: 112px !important;
}
.top-128px {
    top: 128px !important;
}
.top-132px {
    top: 132px !important;
}

.top-66px {
    top: 66px;
}

.topSwiper {
    position: sticky !important;
    top: 66px;
    background-color: #fff;
    padding: 5px !important;
    z-index: 2 !important;
    /* box-shadow: 0 0 20px #d4d7db; */
}

.topSwiper .swiper-slide {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    text-align: center;
    padding: 3px;
    font-size: 14px;
}

.topSwiper .swiper-slide.swiper-slide-active {
    background-color: #277acc;
    color: #ffffff;
    border-color: #277acc;

}

.total-gorusmeler {
    position: absolute;
    top: -15px;
    right: -8px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    width: 25px;
    height: 25px;
    text-align: center;
    align-content: center;
    color: #000000;
    z-index: 0;
}

.total-notification {
    position: absolute;
    top: -3px;
    right: -3px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 10px;
    width: 17px;
    height: 17px;
    text-align: center;
    align-content: center;
    color: #000000;
    z-index: 0;
}

.sticky-top {
    z-index: 1 !important;
}

.w-30 {
    width: 30%;
}

.w-33 {
    width: 33%;
}

.w-48 {
    width: 48%;
}

.w-40px {
    width: 40px;
}

.w-65px {
    width: 65px;
}

.w-75px {
    width: 75px;
}

.w-120px {
    width: 120px;
}

.w-135px {
    width: 135px !important;
}

.w-min {
    width: min-content;
}

.wh-20px {
    width: 20px;
    height: 20px;
}

.wh-55px {
    width: 55px;
    height: 55px;
}

.w-fit {
    width: fit-content;
}

.wizard-btn.disable {
    filter: opacity(0.5);
}

.wizard-btn {
    filter: opacity(1);
}

.wizard-line-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.wizard-line {
    width: 48%;
    height: 5px;
    border-radius: 50px;
    background-color: #999999;
}

.wizard-line.active {
    background-color: #277acc;
}

.wizard>.actions>ul {
    align-items: center;
}

.wizard>.actions>ul li:first-child a {
    font-size: 11px;
    padding: 6px 15px;
}