﻿:root {
    --baseColor: #00d300;
    --opacityColor: #00000070;
}

body {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
}

a {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    text-decoration: none;
}

.hide {
    display: none !important;
}

.no-border {
    border: 0px !important;
}

.carousel {
    max-width: 700px;
    margin: auto;
}

.body-content {
    max-width: 700px;
    margin: auto;
}

.fancybox-toolbar {
    left: 0 !important;
}

.fancybox-infobar {
    bottom: 0 !important;
    top: initial !important;
}

.fancybox-button--thumbs {
    display: none !important;
}

.fancybox-button--play {
    display: none !important;
}

.d-contents {
    display: contents;
}

.campaign-detail {
    max-width: 700px;
    margin: auto;
}

.merchant-detail {
    max-width: 700px;
    margin: auto;
}

.font-bold {
    font-weight: bold;
}

.font-500 {
    font-weight: 500;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.vertical-text-bottom {
    vertical-align: text-bottom;
}

.pl-7px {
    padding-left: 7px;
}

.h-65px {
    height: 65px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

img {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

#toast-container > .toast {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
}

.modal-header {
    font-weight: bold;
    font-size: 14px;
}

.btn-close {
    font-weight: bold;
    font-size: 14px;
}

.field-validation-error {
    color: red;
    font-size: 13px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.form-check-input {
    --bs-form-check-bg: #e5e5e5 !important;
}

.border-bottom {
    border-bottom: 0.1px solid #80808038;
}

.border-top {
    border-bottom: 0.1px solid #80808038;
}

.form-check-input:checked {
    background-color: var(--baseColor) !important;
    border-color: var(--baseColor) !important;
}

.font-black {
    color: black;
}

.pt-10px {
    padding-top: 10px;
}

.pt-13px {
    padding-top: 13px;
}

.pb-10px {
    padding-bottom: 10px;
}

.pb-130px {
    padding-bottom: 130px;
}

.pb-80px {
    padding-bottom: 80px;
}

.pl-10px {
    padding-left: 10px !important;
}

.pr-10px {
    padding-right: 10px !important;
}

.pl-15px {
    padding-left: 15px !important;
}

.pr-15px {
    padding-right: 15px !important;
}

.ml-5px {
    margin-left: 5px;
}

.mt-5px {
    margin-top: 5px;
}

.mt-15px {
    margin-top: 15px !important;
}

.mr-15px {
    margin-right: 15px !important;
}

.mr-20px {
    margin-right: 20px !important;
}

.mr-e15px {
    margin-right: -15px !important;
}

.mr-e25px {
    margin-right: -25px !important;
}

.mt-20px {
    margin-top: 20px;
}

.mt-35px {
    margin-top: 35px;
}

.mt-40px {
    margin-top: 40px;
}

.mt-45px {
    margin-top: 45px;
}

.mt-50px {
    margin-top: 50px;
}

.mt-55px {
    margin-top: 55px;
}

.mt-60px {
    margin-top: 60px;
}

.mb-120px {
    margin-bottom: 120px;
}

.mb-85px {
    margin-bottom: 85px;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.text-left {
    text-align: left !important;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.h-100p {
    height: 100%;
}

.h-100vh {
    height: 100vh;
}

.w-70px {
    width: 70px !important;
}

.w-120px {
    width: 120px !important;
}

.w-150px {
    width: 150px !important;
}

.w-100p {
    width: 100% !important;
}

.text-black {
    color: black;
}

.full-screen {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: var(--baseColor);
    position: fixed;
    z-index: 999999999;
    vertical-align: central;
    text-align: center;
    justify-content: center;
    justify-items: center;
}


.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

    .fixed-header #nav {
        position: fixed;
        width: 100%;
        right: 0;
        left: 0;
        bottom: unset;
        top: 0;
        height: 50px;
    }

        .fixed-header #nav > ul {
            list-style: none;
            align-items: center;
            padding: 20px 10px;
            height: 100%;
            font-size: 20px;
        }

            .fixed-header #nav > ul > li {
                margin: 0 10px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .fixed-header #nav > ul > li > a {
                    text-decoration: none;
                    color: #121212;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .fixed-header #nav > ul > li > a > ion-icon {
                        display: block;
                        font-size: 20px;
                        padding: 5px;
                        border-radius: 4px;
                    }

                .fixed-header #nav > ul > li > a {
                    color: var(--opacityColor);
                }

                    .fixed-header #nav > ul > li > a > .active {
                        opacity: 1;
                        color: white;
                    }


    .fixed-header .register-header {
        margin-top: 15px;
    }

        .fixed-header .register-header a {
            text-decoration: none;
            color: #121212;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .fixed-header .register-header .register-header-left a {
            float: left;
            margin-left: 15px;
        }

            .fixed-header .register-header .register-header-left a i {
                font-size: 20px;
            }

        .fixed-header .register-header .register-header-center {
            font-size: 15px;
        }

        .fixed-header .register-header .register-header-right {
        }

            .fixed-header .register-header .register-header-right a {
                float: right;
                font-size: 15px;
            }


    .fixed-header .register-div {
        text-align: left;
        height: 100vh;
        padding-bottom: 250px;
        padding-top: 10px;
    }

        .fixed-header .register-div .checkbox-div {
            font-size: 14px;
            margin-top: 20px;
        }

            .fixed-header .register-div .checkbox-div .form-check {
                padding-bottom: 10px;
            }

        .fixed-header .register-div .checkbox-div {
            padding: 5px;
        }

        .fixed-header .register-div .code-input-div {
            margin-top: 10px;
        }

            .fixed-header .register-div .code-input-div .nav-tabs {
                border-color: transparent !important;
                background: #80808012;
                border-radius: 5px;
            }

                .fixed-header .register-div .code-input-div .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
                    border: 0 !important;
                    border-bottom: 2px solid var(--baseColor) !important;
                }

        .fixed-header .register-div .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            background-color: transparent !important;
        }

        .fixed-header .register-div .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            background-color: transparent !important;
        }

.nav-link {
    color: rgba(0, 0, 0, 0.7);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--baseColor);
    font-weight: 500;
}

.fixed-header .login-div {
    text-align: left;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

    .fixed-header .login-div .otpTimerDiv {
        margin-top: 20px;
        text-align: center;
    }

        .fixed-header .login-div .otpTimerDiv .otpTimerSpan {
            font-size: 20px;
            font-weight: bold;
        }

.fixed-header .login-header {
    margin-top: 15px;
}

    .fixed-header .login-header a {
        text-decoration: none;
        color: #121212;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fixed-header .login-header .login-header-left a {
        float: left;
        margin-left: 15px;
    }

        .fixed-header .login-header .login-header-left a i {
            font-size: 20px;
        }

    .fixed-header .login-header .login-header-center {
        font-size: 15px;
    }

    .fixed-header .login-header .login-header-right {
    }

        .fixed-header .login-header .login-header-right a {
            float: right;
            font-size: 15px;
        }


.fixed-home-header {
    max-width: 700px;
    margin: auto;
    position: sticky;
    top: 0;
    width: 100%;
    height: 45px;
    justify-content: center;
    text-align: center;
    z-index: 2;
    background: var(--baseColor);
    border-bottom: 1px solid #8b8b8b66;
    padding: 10px 15px 10px 15px;
}

    .fixed-home-header .title-item {
        color: white;
        font-weight: bold;
        font-size: 16px;
    }

    .fixed-home-header .person-icon {
        float: left;
    }

        .fixed-home-header .person-icon i {
            color: white;
        }

    .fixed-home-header .search-icon {
        float: left;
    }

        .fixed-home-header .search-icon i {
            color: white;
        }


.fixed-footer {
    position: fixed;
    bottom: 0;
    background: var(--baseColor);
    width: 100%;
    height: 87px;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #8383834f;
    z-index: 2;
}

    .fixed-footer #nav {
        position: fixed;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 7px;
        top: unset;
        height: 80px;
    }

        .fixed-footer #nav > ul {
            list-style: none;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 20px 0;
            height: 100%;
            font-size: 25px;
        }

            .fixed-footer #nav > ul > .qr-icon {
                background: white;
                border-radius: 50%;
                padding-right: 12px;
                padding-left: 12px;
                padding-top: 4px;
                padding-bottom: 5px;
            }

                .fixed-footer #nav > ul > .qr-icon > a {
                    color: var(--baseColor);
                }

                    .fixed-footer #nav > ul > .qr-icon > a > i {
                        display: block;
                        font-size: 30px;
                    }

            .fixed-footer #nav > ul > li {
                margin: 0 10px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .fixed-footer #nav > ul > li > a {
                    text-decoration: none;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: var(--opacityColor);
                }

                    .fixed-footer #nav > ul > li > a > .active {
                        opacity: 1;
                        color: white;
                    }

.listeler {
    font-size: 16px;
}

.carouselShowcaseList-title {
    margin-top: 25px;
    margin-bottom: 10px;
}

#carouselShowcaseList {
    margin-top: 5px;
    box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    #carouselShowcaseList .carousel-indicators {
        position: absolute !important;
        bottom: -45px !important;
        justify-content: center !important;
        /*position: absolute !important;
        top: 0px !important;
        left: 0px !important;
        margin-right: 5px !important;
        justify-content: end !important;*/
    }

        #carouselShowcaseList .carousel-indicators button {
            background-color: var(--opacityColor);
            border-radius: 50% !important;
            width: 8px;
            height: 8px;
            margin-right: 2px !important;
            margin-left: 2px !important;
        }

        #carouselShowcaseList .carousel-indicators .active {
            background-color: var(--baseColor);
            border-radius: 50% !important;
            width: 8px;
            height: 8px;
        }

    #carouselShowcaseList .carousel-inner img {
        height: 200px;
        object-fit: cover;
    }

    #carouselShowcaseList .carousel-inner .carousel-item:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 85%;
        position: absolute;
        bottom: -3px;
        left: 0px;
        z-index: 0;
        box-shadow: inset 0 -90px 35px -20px rgba(0,0,0,0.5) !important;
    }

    #carouselShowcaseList .carousel-inner .merchant-title {
        font-weight: bold;
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: white;
        font-size: 16px;
    }

    #carouselShowcaseList .carousel-inner .merchant-count {
        font-weight: bold;
        position: absolute;
        bottom: 21px;
        right: 20px;
        color: var(--baseColor);
        font-size: 14px;
    }

    #carouselShowcaseList .carousel-inner .merchant-icon {
        font-weight: bold;
        position: absolute;
        bottom: 50px;
        right: 20px;
        color: var(--baseColor);
        font-size: 20px;
        border: 1px solid var(--baseColor);
        padding: 7px 6px 0 5px;
        border-radius: 50%;
    }


.carouselCampaignsList-title {
    margin-top: 30px;
    margin-bottom: 10px;
}

#carouselCampaignsList {
    margin-top: 5px;
    box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    #carouselCampaignsList .carousel-indicators {
        position: absolute !important;
        bottom: -48px !important;
        justify-content: center !important;
    }

        #carouselCampaignsList .carousel-indicators button {
            background-color: var(--opacityColor);
            border-radius: 50% !important;
            width: 8px;
            height: 8px;
            margin-right: 2px !important;
            margin-left: 2px !important;
        }

        #carouselCampaignsList .carousel-indicators .active {
            background-color: var(--baseColor);
            border-radius: 50% !important;
            width: 8px;
            height: 8px;
        }

    #carouselCampaignsList .carousel-inner img {
        height: 200px;
        object-fit: cover;
    }

    #carouselCampaignsList .carousel-inner .carousel-item .campaign-title-div {
        padding: 3px 3px 3px 7px;
    }

        #carouselCampaignsList .carousel-inner .carousel-item .campaign-title-div .campaign-title {
            color: black;
        }



.carouselCampaignsBannerList-title {
    margin-top: 10px;
}

#carouselCampaignsBannerList {
}

    #carouselCampaignsBannerList .carousel-indicators {
        position: absolute !important;
        bottom: -45px !important;
        justify-content: center !important;
    }

        #carouselCampaignsBannerList .carousel-indicators button {
            background-color: var(--opacityColor);
            border-radius: 50% !important;
            width: 8px;
            height: 8px;
            margin-right: 2px !important;
            margin-left: 2px !important;
        }

        #carouselCampaignsBannerList .carousel-indicators .active {
            background-color: var(--baseColor);
            border-radius: 50% !important;
            width: 8px;
            height: 8px;
        }

    #carouselCampaignsBannerList .carousel-inner img {
        height: 250px;
        object-fit: cover;
    }

    #carouselCampaignsBannerList .carousel-inner .carousel-item .card {
        width: 85%;
        margin: auto;
        text-align: center;
        padding: 20px;
        border-radius: 0;
        margin-top: -14px;
        box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

        #carouselCampaignsBannerList .carousel-inner .carousel-item .card.campaign-title {
            color: black;
        }

        #carouselCampaignsBannerList .carousel-inner .carousel-item .card .campaign-desc {
            font-size: 13px;
            margin-top: 5px;
            color: #9f9f9f;
        }

        #carouselCampaignsBannerList .carousel-inner .carousel-item .card .detay-button {
            margin: auto;
            margin-top: 20px;
            width: 120px;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 14px;
            border-radius: 25px;
        }

        #carouselCampaignsBannerList .carousel-inner .carousel-item .card .uye-ol-button {
            margin: auto;
            margin-top: 10px;
            margin-bottom: 9px;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 14px;
            border-radius: 25px;
            padding: 6px 30px 6px 30px;
        }

        #carouselCampaignsBannerList .carousel-inner .carousel-item .card .giris-yap-button {
            margin: auto;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            text-decoration: underline;
            color: darkgray
        }


.restaurant-header-fixed {
    position: sticky;
    width: 100%;
    background: white;
    padding: 0 0 0 5px;
}

    .restaurant-header-fixed .restaurant-header {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--baseColor);
    }

    .restaurant-header-fixed .restaurant-header-title {
        margin-top: 15px;
        margin-bottom: 10px;
    }

        .restaurant-header-fixed .restaurant-header-title .restaurant-header-title-location-icon {
            font-size: 20px;
            color: var(--baseColor);
            float: right;
            margin-right: 7px;
            margin-top: 3px;
        }

.restaurant-body {
}

    .restaurant-body .restaurant-div {
        margin-bottom: 15px;
    }

        .restaurant-body .restaurant-div .restaurant-item img {
            height: 200px;
            object-fit: cover;
            box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        }

        .restaurant-body .restaurant-div .restaurant-item .restaurant-title {
            font-weight: bold;
            position: absolute;
            bottom: 25px;
            left: 20px;
            color: white;
            font-size: 16px;
            z-index: 1;
        }

        .restaurant-body .restaurant-div .restaurant-item .restaurant-distance {
            position: absolute;
            bottom: 7px;
            left: 18px;
            color: var(--baseColor);
            font-size: 13px;
            z-index: 1;
        }

        .restaurant-body .restaurant-div .restaurant-item .restaurant-discount {
            background: var(--baseColor);
            color: white;
            border-radius: 40px;
            padding: 4px;
            margin: auto;
            font-size: 13px;
            height: 42px;
            width: 42px;
            text-align: center;
            vertical-align: middle;
            position: absolute;
            bottom: 16px;
            right: 16px;
            font-weight: bold;
            z-index: 1;
            padding-top: 10px;
        }

        .restaurant-body .restaurant-div .restaurant-item:after {
            content: "";
            display: inline-block;
            width: 100%;
            height: 85%;
            position: absolute;
            bottom: -3px;
            left: 0px;
            z-index: 0;
            box-shadow: inset 0 -90px 35px -20px rgb(0 0 0 / 77%) !important;
        }


.merchant-campaign-div {
    margin-bottom: 15px;
}

    .merchant-campaign-div .merchant-campaign-item img {
        height: 200px;
        object-fit: cover;
        box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    .merchant-campaign-div .merchant-campaign-item .merchant-campaign-title {
        font-weight: bold;
        position: absolute;
        bottom: 10px;
        left: 20px;
        color: white;
        font-size: 16px;
        z-index: 1;
    }

    .merchant-campaign-div .merchant-campaign-item:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 85%;
        position: absolute;
        bottom: -3px;
        left: 0px;
        z-index: 0;
        box-shadow: inset 0 -80px 35px -20px rgb(0 0 0 / 65%) !important;
    }

.campaign-detail {
}

    .campaign-detail .campaign-detail-back {
        color: white;
        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 20px;
    }

        .campaign-detail .campaign-detail-back i {
            background: #808080c9;
            padding: 5px 6px 5px 6px;
            border-radius: 32px;
            border: 1px solid white;
        }

    .campaign-detail .campaign-detail-img {
        height: 250px;
        object-fit: cover;
    }

        .campaign-detail .campaign-detail-img img {
            height: 250px;
            object-fit: cover;
        }

    .campaign-detail .campaign-detail-title {
        padding: 15px 10px 15px 25px;
        font-size: 17px;
        font-weight: bold;
    }

    .campaign-detail .campaign-detail-description {
        padding: 5px 25px 25px 25px;
    }


.merchant-detail {
}

    .merchant-detail .yol-tarifi-al-btn {
        color: white;
        background: var(--baseColor);
        width: 90%;
        padding: 9px 25px 9px 25px;
        margin: auto;
        display: flex;
        margin-bottom: 30px;
        text-align: center;
        justify-content: center;
        font-weight: bold;
    }

    .merchant-detail hr {
        margin-left: 20px;
        margin-right: 20px;
        color: gray;
    }

    .merchant-detail .merchant-detail-back {
        color: white;
        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 20px;
    }

        .merchant-detail .merchant-detail-back i {
            background: #808080c9;
            padding: 5px 6px 5px 6px;
            border-radius: 32px;
            border: 1px solid white;
        }

    .merchant-detail .merchant-detail-img {
        height: 250px;
        object-fit: cover;
    }

        .merchant-detail .merchant-detail-img img {
            height: 250px;
            object-fit: cover;
        }

    .merchant-detail .merchant-detail-title {
        padding: 15px 10px 15px 25px;
        font-size: 17px;
        font-weight: bold;
    }

    .merchant-detail .merchant-detail-rate {
        padding: 15px 10px 5px 20px;
    }

        .merchant-detail .merchant-detail-rate .yes-point {
            color: white;
            background: var(--baseColor);
            padding: 8px 10px 8px 10px;
            border-radius: 40px;
            font-size: 16px
        }

        .merchant-detail .merchant-detail-rate .not-point {
            color: white;
            background: #80808040;
            padding: 8px 10px 8px 10px;
            border-radius: 40px;
            font-size: 16px
        }

    .merchant-detail .merchant-detail-address {
        padding: 5px 0px 7px 25px;
        font-size: 14px;
    }

        .merchant-detail .merchant-detail-address i {
            color: white;
            background: var(--baseColor);
            padding: 5px 7px 5px 7px;
            border-radius: 15px;
        }

        .merchant-detail .merchant-detail-address span {
            margin-left: 5px;
        }

    .merchant-detail .merchant-detail-full-address {
        padding: 5px 25px 25px 20px;
        display: grid;
        align-items: center;
        grid-template-columns: 0.5fr 1fr;
        column-gap: 5px;
        font-size: 14px;
    }

        .merchant-detail .merchant-detail-full-address img {
            height: 100px;
        }

        .merchant-detail .merchant-detail-full-address span {
            height: 100px;
            margin-left: 5px;
        }

    .merchant-detail .merchant-detail-phone {
        padding: 5px 0px 7px 25px;
        font-size: 14px;
    }

        .merchant-detail .merchant-detail-phone i {
            color: white;
            background: var(--baseColor);
            padding: 5px 6px 5px 6px;
            border-radius: 15px;
            font-size: 15px;
        }

        .merchant-detail .merchant-detail-phone span {
            margin-left: 5px;
        }

    .merchant-detail .merchant-detail-campaigns-title {
        padding-left: 20px;
        color: gray;
        font-size: 15px;
    }

    .merchant-detail .merchant-detail-campaigns {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 17px;
        display: flex;
        overflow: auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

        .merchant-detail .merchant-detail-campaigns a {
            margin-left: 7px;
            margin-right: 7px;
            color: black;
        }

        .merchant-detail .merchant-detail-campaigns img {
            height: 100px;
            width: 100px;
            padding: 4px;
            object-fit: cover;
            border-radius: 50%;
            border: 1px solid black;
        }

        .merchant-detail .merchant-detail-campaigns span {
            font-size: 13px;
            font-weight: bold;
            word-wrap: break-word;
        }


    .merchant-detail .merchant-detail-galery {
        width: 100%;
        height: 145px;
        text-align: center;
        line-height: 17px;
        display: flex;
        overflow: auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

        .merchant-detail .merchant-detail-galery a {
            margin-left: 7px;
            margin-right: 7px;
            color: black;
        }

        .merchant-detail .merchant-detail-galery img {
            width: 120px;
            height: 130px;
            object-fit: cover;
        }

        .merchant-detail .merchant-detail-galery span {
            font-size: 14px;
            font-weight: bold;
            word-wrap: break-word;
        }


.qr-btn {
    color: white;
    background: var(--baseColor);
    width: 90%;
    padding: 9px 25px 9px 25px;
    margin: auto;
    display: flex;
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
    font-weight: bold;
}

.inp {
    position: relative;
    margin: auto;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

    .inp .label {
        position: absolute;
        top: 20px;
        left: 12px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 500;
        transform-origin: 0 0;
        transform: translate3d(0, 0, 0);
        transition: all .2s ease;
        pointer-events: none;
    }

    .inp .focus-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.05);
        z-index: -1;
        transform: scaleX(0);
        transform-origin: left;
    }

    .inp input {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        border: 0;
        font-family: inherit;
        padding: 16px 12px 0 12px;
        height: 56px;
        font-size: 16px;
        font-weight: 400;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
        color: #000;
        transition: all .15s ease;
    }

        .inp input:hover {
            background: rgba(0, 0, 0, 0.04);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
        }

        .inp input:not(:placeholder-shown) + .label {
            color: rgba(0, 0, 0, 0.5);
            transform: translate3d(0, -12px, 0) scale(0.75);
        }

        .inp input:focus {
            background: rgb(127 127 127 / 4%);
            outline: none;
            box-shadow: inset 0 -2px 0 var(--baseColor);
        }

            .inp input:focus + .label {
                color: var(--baseColor);
                transform: translate3d(0, -12px, 0) scale(0.75);
            }

                .inp input:focus + .label + .focus-bg {
                    transform: scaleX(1);
                    transition: all .1s ease;
                }



.fixed-footer-login-otp {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 102px;
    justify-content: center;
    text-align: center;
    z-index: 2;
}


    .fixed-footer-login-otp .onay-kodu-gonder-btn {
        margin: auto;
        margin-top: 14px;
        margin-bottom: 9px;
        text-align: center;
        background: var(--baseColor);
        border-color: var(--baseColor);
        font-weight: bold;
        font-size: 14px;
        border-radius: 25px;
        height: 40px;
        width: 70%;
    }

    .fixed-footer-login-otp .tekrar-gonder-btn {
        font-size: 13px;
    }

.fixed-footer-login {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 77px;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

    .fixed-footer-login .onay-kodu-gonder-btn {
        margin: auto;
        margin-top: 14px;
        margin-bottom: 9px;
        text-align: center;
        background: var(--baseColor);
        border-color: var(--baseColor);
        font-weight: bold;
        font-size: 14px;
        border-radius: 25px;
        height: 40px;
        width: 70%;
    }



.fixed-footer-register {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 77px;
    justify-content: center;
    text-align: center;
    z-index: 2;
    background: white;
}

    .fixed-footer-register .uye-ol-btn {
        margin: auto;
        margin-top: 14px;
        margin-bottom: 9px;
        text-align: center;
        background: var(--baseColor);
        border-color: var(--baseColor);
        font-weight: bold;
        font-size: 14px;
        border-radius: 25px;
        height: 40px;
        width: 70%;
    }

#againLoginModal {
    top: 35% !important;
}

    #againLoginModal .modal-body {
        text-align: center;
    }

    #againLoginModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 13px 15px;
    }

        #againLoginModal .modal-footer a {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
        }

.wallet-card {
    height: 150px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    .wallet-card .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .wallet-card .column-1 {
        float: left;
        width: 35%;
        text-align: center;
        justify-content: center;
    }

        .wallet-card .column-1 img {
            width: 90%;
            margin: 20px 0 0 10px;
            max-height: 100px;
            max-width: 100px;
        }

    .wallet-card .column-2 {
        margin-top: 15px;
        margin-left: 10px;
        float: left;
        width: 50%;
        text-align: left;
        justify-content: start;
    }

        .wallet-card .column-2 .unit {
            font-size: 20px;
            font-weight: bold;
        }

        .wallet-card .column-2 .bakiye {
            font-size: 30px;
            font-weight: bold;
        }

        .wallet-card .column-2 .bakiye-text {
            font-size: 13px;
        }

        .wallet-card .column-2 .detay-btn {
            border: 1px solid var(--baseColor);
            border-radius: 50px;
            padding: 4px 30px 4px 30px;
            color: black;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            justify-content: center;
            margin-left: 10px;
        }

    .wallet-card .column-3 {
        float: left;
        width: 10%;
        padding: 6px;
    }

        .wallet-card .column-3 a {
        }

            .wallet-card .column-3 a i {
                color: #808080b0;
            }


.visa-card {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    .visa-card .row {
        margin-bottom: 5px;
    }

        .visa-card .row:after {
            content: "";
            display: table;
            clear: both;
        }

    .visa-card .column-1 {
        float: left;
        width: 15%;
        text-align: left;
    }

        .visa-card .column-1 .defaultIcon {
            transform: rotate(160deg);
            font-size: 20px;
            color: white;
            background: #37c772;
            padding: 11px;
            border-radius: 50px;
            margin-top: 10px;
        }

        .visa-card .column-1 i {
            transform: rotate(160deg);
            font-size: 20px;
            color: white;
            background: #afafaf;
            padding: 11px;
            border-radius: 50px;
            margin-top: 10px;
        }

    .visa-card .column-2 {
        float: left;
        width: 65%;
        text-align: left;
        margin-left: 10px;
        line-height: 17px;
        margin-top: 5px;
    }

        .visa-card .column-2 .card-name {
            font-size: 14px;
            font-weight: bold;
        }

        .visa-card .column-2 .masked-card-number {
            font-size: 13px;
            color: #80808080;
        }

        .visa-card .column-2 .default-card {
            font-size: 13px;
            color: #808080d4;
        }

    .visa-card .not-default {
        float: left;
        width: 65%;
        text-align: left;
        margin-left: 10px;
        line-height: 17px;
        margin-top: 11px;
    }

    .visa-card .column-3 {
        float: right;
        width: 15%;
        text-align: right;
        margin-top: 5px;
    }

        .visa-card .column-3 i {
            font-size: 21px;
            margin-top: 15px;
            color: black;
        }

    .visa-card .column-visa-1 {
        float: left;
        width: 18%;
        text-align: left;
    }

        .visa-card .column-visa-1 img {
            width: 50px;
            height: 35px;
            margin-top: 10px;
            margin-left: -3px;
        }

    .visa-card .column-visa-2 {
        float: left;
        width: 75%;
        text-align: left;
        line-height: 18px;
        font-weight: bold;
        margin-top: 8px;
        font-size: 15px;
    }

    .visa-card .cards {
        border: 1px solid #8080802e;
        padding: 3px 0 11px 0;
        background: #f7f7f7;
        margin-left: 1px;
        margin-right: 1px;
        border-radius: 50px;
    }


    .visa-card .kart-ekle-btn {
        padding-top: 10px;
        margin-bottom: 8px;
    }

        .visa-card .kart-ekle-btn a {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
        }

    .visa-card .visa-not-card {
        font-size: 14px;
        text-align: center;
        margin: auto;
        display: block;
        padding: 5px 5px 10px 5px;
    }


.visa-card-list {
    margin-bottom: 120px;
}

    .visa-card-list .carouselCampaignsList-title {
        margin-top: 0px !important;
    }


#usageFeeModal {
    top: 10% !important;
    height: 520px;
}

    #usageFeeModal .modal-body img {
        height: 200px;
        margin: auto;
        display: block;
    }

    #usageFeeModal .modal-body p {
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
    }

    #usageFeeModal .modal-body ul > li {
        font-size: 14px;
    }

    #usageFeeModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 13px 15px;
    }

        #usageFeeModal .modal-footer a {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
        }


#notLocationModal {
    top: 10% !important;
    height: 520px;
}

    #notLocationModal .modal-body img {
        height: 160px;
        margin: auto;
        display: block;
    }

    #notLocationModal .modal-body p {
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
    }

    #notLocationModal .modal-body .loc-desc {
        margin-top: 10px;
        text-align: center;
        font-weight: 400 !important;
        font-size: 14px !important;
        padding-right: 20px;
        padding-left: 20px;
    }

    #notLocationModal .modal-body ul > li {
        font-size: 14px;
    }

    #notLocationModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 13px 15px;
    }

        #notLocationModal .modal-footer a {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
        }

#deleteUserModal {
    top: 10% !important;
    height: 410px;
}

    #deleteUserModal .modal-body {
        padding-top: 10px !important;
    }

    #deleteUserModal .modal-header {
        border: 0;
        padding-bottom: 0 !important;
    }

    #deleteUserModal .modal-body img {
        height: 150px;
        width: 150px;
        margin: auto;
        display: block;
    }

    #deleteUserModal .modal-body p {
        margin-top: 10px;
        text-align: center;
    }

    #deleteUserModal .modal-body ul > li {
        font-size: 14px;
    }

    #deleteUserModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 25px 15px;
    }

        #deleteUserModal .modal-footer .noBtn {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 17px;
            border-radius: 25px;
            height: 40px;
            width: 90%;
        }

        #deleteUserModal .modal-footer .yesBtn {
            margin: auto;
            text-align: center;
            color: black;
            background: white;
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 17px;
            border-radius: 25px;
            height: 40px;
            width: 90%;
            margin-top: 8px;
        }


.modal-backdrop.show {
    opacity: 0.8 !important;
}

.coupon-div {
    position: relative;
    margin-bottom: 10px;
}

    .coupon-div .description {
        color: white;
        position: absolute;
        top: 15px;
        left: 20px;
        width: 150px;
        line-height: 20px;
        font-size: 15px;
        letter-spacing: 1.5px;
    }

    .coupon-div .coupon-add {
        color: white;
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-size: 14px;
        font-weight: bold;
        background: var(--baseColor);
        border-radius: 50px;
        padding: 5px 15px 5px 15px;
    }

    .coupon-div img {
        max-height: 200px;
        width: 100%;
        border-radius: 10px;
        box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

#qrCarousel {
}

    #qrCarousel .close-icon {
        color: white;
        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 20px;
        z-index: 1;
    }

    #qrCarousel .carousel-indicators {
        position: absolute !important;
        bottom: 95px !important;
        justify-content: center !important;
    }


        #qrCarousel .carousel-indicators button {
            background-color: var(--opacityColor) !important;
            border-radius: 50% !important;
            width: 8px;
            height: 8px;
            margin-right: 2px !important;
            margin-left: 2px !important;
        }


    #qrCarousel .card {
        border: 0;
    }

    #qrCarousel img {
        height: 500px;
        object-fit: cover;
    }

    #qrCarousel .campaign-title {
        font-size: 22px;
        margin: auto;
        padding: 20px 0 10px 0;
        width: 60%;
        line-height: 25px;
        text-align: center;
    }

    #qrCarousel .campaign-desc {
        font-size: 15px;
        margin: auto;
        padding: 0 20px 10px 20px;
        line-height: 20px;
        text-align: center;
    }

    #qrCarousel .uye-ol-button {
        margin: auto;
        margin-top: 50px;
        width: 80%;
        text-align: center;
        background: var(--baseColor);
        border-color: var(--baseColor);
        font-weight: bold;
        font-size: 15px;
        padding: 10px 0 10px 0;
        border-radius: 25px;
    }

    #qrCarousel .giris-yap-button {
        font-size: 15px;
        margin: auto;
        padding: 0 20px 10px 20px;
        line-height: 20px;
        text-align: center;
        border: 0px;
        color: black;
        padding: 15px;
    }


.profile-div {
    margin-bottom: 50px;
    max-width: 700px;
    margin: auto;
}

    .profile-div .container {
        display: grid;
        padding-right: 20px;
        padding-left: 20px;
    }

    .profile-div img {
        height: 200px;
        object-fit: cover;
        margin-bottom: -50px;
    }

    .profile-div .profile-banner .profile-header {
        text-align: center;
        justify-content: center;
        background: white;
        box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 10%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

        .profile-div .profile-banner .profile-header .secondRow {
            padding-top: 10px;
        }

        .profile-div .profile-banner .profile-header .firstRow {
            border-bottom: 1px solid #e9e9e9;
            margin: 10px;
            padding: 15px;
        }

            .profile-div .profile-banner .profile-header .firstRow .person-icon {
                font-size: 100px;
                margin-top: -70px;
                color: var(--baseColor);
                background: white;
                width: 120px;
                padding: 11px;
                border-radius: 51%;
            }

            .profile-div .profile-banner .profile-header .firstRow .person-img {
                margin-top: -70px;
                object-fit: cover;
                height: 120px;
                object-fit: initial;
                font-size: 100px;
                margin-top: -70px;
                color: var(--baseColor);
                background: white;
                width: 120px;
                padding: 11px;
                border-radius: 51%;
                margin-bottom: 0;
            }

            .profile-div .profile-banner .profile-header .firstRow .name-surname {
                font-size: 15px;
                font-weight: bold;
            }

            .profile-div .profile-banner .profile-header .firstRow .email {
                font-size: 15px;
            }

            .profile-div .profile-banner .profile-header .firstRow .phoneNumber {
                font-size: 15px;
            }

        .profile-div .profile-banner .profile-header .row {
            text-align: center;
            justify-content: center;
            height: 50%;
        }

            .profile-div .profile-banner .profile-header .row a {
                color: black;
            }

            .profile-div .profile-banner .profile-header .row:after {
                content: "";
                display: table;
                clear: both;
            }

            .profile-div .profile-banner .profile-header .row .column-1 {
                text-align: center;
                width: 30%;
            }

                .profile-div .profile-banner .profile-header .row .column-1 i {
                    font-size: 20px;
                    color: white;
                    background: var(--baseColor);
                    height: 35px;
                    width: 35px;
                    border-radius: 50px;
                }

                    .profile-div .profile-banner .profile-header .row .column-1 i::before {
                        vertical-align: -webkit-baseline-middle !important;
                    }

                .profile-div .profile-banner .profile-header .row .column-1 p {
                    line-height: 17px;
                    font-size: 14px;
                    font-weight: bold;
                    word-break: break-word;
                    margin-top: 5px;
                }

            .profile-div .profile-banner .profile-header .row .column-2 {
                text-align: center;
                width: 30%;
            }

                .profile-div .profile-banner .profile-header .row .column-2 p {
                    line-height: 17px;
                    font-size: 14px;
                    font-weight: bold;
                    word-break: break-word;
                    margin-top: 5px;
                }

                .profile-div .profile-banner .profile-header .row .column-2 i {
                    font-size: 20px;
                    color: white;
                    background: var(--baseColor);
                    height: 35px;
                    width: 35px;
                    border-radius: 50px;
                }

                    .profile-div .profile-banner .profile-header .row .column-2 i::before {
                        vertical-align: -webkit-baseline-middle !important;
                    }

            .profile-div .profile-banner .profile-header .row .column-3 {
                text-align: center;
                width: 30%;
            }

                .profile-div .profile-banner .profile-header .row .column-3 p {
                    line-height: 17px;
                    font-size: 14px;
                    font-weight: bold;
                    word-break: break-word;
                    margin-top: 5px;
                }

                .profile-div .profile-banner .profile-header .row .column-3 i {
                    font-size: 20px;
                    color: white;
                    background: var(--baseColor);
                    height: 35px;
                    width: 35px;
                    border-radius: 50px;
                }

                    .profile-div .profile-banner .profile-header .row .column-3 i::before {
                        vertical-align: -webkit-baseline-middle !important;
                    }


    .profile-div .profile-banner .profile-menu-title {
        color: white;
        display: block;
        justify-content: center;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
    }

    .profile-div .profile-banner .profile-menu .profile-menu-item {
        display: block;
        margin-top: 3px;
        background: white;
        height: 60px;
        box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 10%) 0px 2px 12px, rgba(0, 0, 0, 0.0) 0px -3px 5px;
        padding: 13px;
    }

        .profile-div .profile-banner .profile-menu .profile-menu-item .icon {
            color: white;
            background: var(--baseColor);
            height: 35px;
            width: 35px;
            border-radius: 50px;
            vertical-align: middle;
            text-align: center;
            font-size: 15px;
            padding-top: 10px;
        }

        .profile-div .profile-banner .profile-menu .profile-menu-item span {
            margin-left: 5px;
            font-size: 15px;
            color: black;
        }

        .profile-div .profile-banner .profile-menu .profile-menu-item .icon-right {
            color: gray;
            float: right;
            margin-top: 12px;
            font-size: 13px;
        }

    .profile-div .profile-back {
        color: white;
        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 20px;
    }

        .profile-div .profile-back i {
            background: #808080c9;
            padding: 5px 6px 5px 6px;
            border-radius: 32px;
            border: 1px solid white;
        }

    .profile-div .profile-title-text {
        color: black;
        position: absolute;
        left: 30%;
        top: 15px;
        font-size: 17px;
        text-align: center;
        justify-content: center;
    }

    .profile-div .profile-title-text-white {
        color: white;
        position: absolute;
        left: 40%;
        top: 15px;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
    }

    .profile-div .password-div {
        margin-top: 70px;
    }

    .profile-div .digit-input {
        text-align: center;
        justify-content: center;
    }

        .profile-div .digit-input input {
            margin: 0 0.5rem;
            padding: 0.5rem;
            border: 1px solid #333;
            width: 50px;
            height: 50px;
            text-align: center;
            font-size: 30px;
            border-radius: 10px;
        }

    .profile-div .special {
        margin-top: 2rem;
        font-size: 2rem;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
    }

        .profile-div .special i {
            font-size: 1rem;
            cursor: pointer;
        }

        .profile-div .special.hidden {
            opacity: 0;
            visibility: hidden;
        }


#userAgreementModal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

#gdprModal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

.fixed-home-header-profile {
    max-width: 700px;
    margin: auto;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 45px;
    justify-content: center;
    text-align: center;
    z-index: 2;
    padding: 10px 15px 10px 15px;
}

    .fixed-home-header-profile .title-item {
        color: white;
        font-weight: bold;
        font-size: 16px;
    }

    .fixed-home-header-profile .profile-back i {
        color: white;
        background: #808080c9;
        padding: 5px 6px 5px 6px;
        border-radius: 32px;
        border: 1px solid white;
        color: white;
        position: absolute;
        left: 15px;
        font-size: 20px;
    }


.communicationPermissions-div {
    padding-top: 60px;
    padding-bottom: 100px;
    max-width: 700px;
    margin: auto;
}

    .communicationPermissions-div .communicationPermissions-menu {
        padding-top: 20px;
        border-bottom: 1px solid #ededed;
    }

        .communicationPermissions-div .communicationPermissions-menu .titleTxt {
            padding: 13px;
            font-size: 15px;
        }

    .communicationPermissions-div .communicationPermissions-menu-item {
        display: table-cell;
        margin-top: 3px;
        background: white;
        height: 55px;
        padding: 13px;
        font-size: 15px;
        vertical-align: middle;
        justify-content: center;
        text-align: center;
    }

        /*    .communicationPermissions-div .communicationPermissions-menu-item {
        display: block;
        margin-top: 3px;
        background: white;
        height: 55px;
        padding: 13px;
        border-bottom: 1px solid #ededed;
        font-size: 15px;
        vertical-align: middle;
    }*/

        /*        .communicationPermissions-div .communicationPermissions-menu-item input[type=checkbox] {
            height: 0;
            width: 0;
            visibility: hidden;
        }*/
        /*
        .communicationPermissions-div .communicationPermissions-menu-item label {
            cursor: pointer;
            text-indent: -9999px;
            width: 50px;
            height: 30px;
            background: #b1b1b1;
            border-radius: 100px;
            position: relative;
            float: right;
        }*/

        /*            .communicationPermissions-div .communicationPermissions-menu-item label:after {
                content: '';
                position: absolute;
                top: 5px;
                left: 5px;
                width: 20px;
                height: 20px;
                background: #fff;
                border-radius: 20px;
                transition: 0.3s;
            }*/

        /*        .communicationPermissions-div .communicationPermissions-menu-item input:checked + label {
            background: var(--baseColor);
        }

            .communicationPermissions-div .communicationPermissions-menu-item input:checked + label:after {
                left: calc(100% - 5px);
                transform: translateX(-100%);
            }

        .communicationPermissions-div .communicationPermissions-menu-item label:active:after {
            width: 50px;
        }*/



        .communicationPermissions-div .communicationPermissions-menu-item input {
            --s: 25px; /* adjust this to control the size*/

            height: calc(var(--s) + var(--s)/5);
            width: auto; /* some browsers need this */
            aspect-ratio: 1.75;
            border-radius: var(--s);
            margin: calc(var(--s)/2);
            display: inline-grid;
            cursor: pointer;
            background-color: #dfdfdff2;
            box-sizing: content-box;
            overflow: hidden;
            transition: .3s .1s;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

            .communicationPermissions-div .communicationPermissions-menu-item input:before {
                content: "";
                padding: calc(var(--s)/10);
                --_g: radial-gradient(circle closest-side at calc(100% - var( --s)/2) 50%,#00000052 96%,#0000);
                background: var(--_g) 0 /var(--_p,var(--s)) 100% no-repeat content-box, var(--_g) var(--_p,0)/var(--s) 100% no-repeat content-box, #fff;
                mix-blend-mode: darken;
                filter: blur(calc(var(--s)/12)) contrast(11);
                transition: .4s, background-position .4s .1s, padding cubic-bezier(0,calc(var(--_i,-1)*200),1,calc(var(--_i,-1)*200)) .25s .1s;
            }

            .communicationPermissions-div .communicationPermissions-menu-item input:checked {
                background-color: #00d300ab;
            }

                .communicationPermissions-div .communicationPermissions-menu-item input:checked:before {
                    padding: calc(var(--s)/10 + .05px) calc(var(--s)/10);
                    --_p: 100%;
                    --_i: 1;
                }


.invite-div {
    padding-top: 80px;
    max-width: 700px;
    text-align: center;
}

    .invite-div .invite-desc {
        font-size: 14px;
        margin-top: 80px;
        text-align: center;
        padding-bottom: 30px;
    }

    .invite-div img {
        margin-top: 20px;
        height: 300px;
        object-fit: contain;
    }

    .invite-div .invite-code {
        font-weight: bold;
        background: #d9d9d9;
        border-radius: 20px;
        padding: 8px 20px 8px 20px;
        font-size: 19px;
        color: #2f2f2fba;
    }


.my-profile-div {
    margin-bottom: 85px;
}

    .my-profile-div h1 {
        font-size: 20px;
        text-align: center;
        margin: 20px 0 20px;
    }

        .my-profile-div h1 small {
            display: block;
            font-size: 15px;
            padding-top: 8px;
            color: gray;
        }

    .my-profile-div .avatar-upload {
        position: relative;
        max-width: 205px;
        margin: auto;
        text-align: -webkit-center;
    }

        .my-profile-div .avatar-upload .avatar-edit {
            position: absolute;
            z-index: 1;
            top: 10px;
            right: 35px;
        }

        .my-profile-div .avatar-upload i {
            text-align: center;
            vertical-align: middle;
            color: #00000087;
        }

        .my-profile-div .avatar-upload .avatar-edit input {
            display: none;
        }

            .my-profile-div .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 2px solid #bbbbbb61;
                box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all .2s ease-in-out;
            }

                .my-profile-div .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .my-profile-div .avatar-upload .avatar-edit input + label:after {
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

        .my-profile-div .avatar-upload .avatar-preview {
            width: 151px;
            height: 151px;
            position: relative;
            border-radius: 100%;
            border: 6px solid #F8F8F8;
            box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
        }

            .my-profile-div .avatar-upload .avatar-preview .persono-icon {
                font-size: 140px;
                color: var(--baseColor);
            }


            .my-profile-div .avatar-upload .avatar-preview .person-img {
                height: 140px;
                width: 140px;
                object-fit: cover;
                border-radius: 76px;
            }

            .my-profile-div .avatar-upload .avatar-preview > div {
                width: 100%;
                height: 100%;
                border-radius: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

    .my-profile-div .profile-menu {
        margin-top: 15px;
    }

        .my-profile-div .profile-menu .profile-menu-item {
            display: block;
            margin-top: 3px;
            background: white;
            box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 10%) 0px 2px 12px, rgba(0, 0, 0, 0.0) 0px -3px 5px;
            padding: 13px;
            color: black;
        }

            .my-profile-div .profile-menu .profile-menu-item span {
                margin-left: 7px;
            }

            .my-profile-div .profile-menu .profile-menu-item .icon {
                color: white;
                background: var(--baseColor);
                height: 35px;
                width: 35px;
                border-radius: 50px;
                vertical-align: middle;
                text-align: center;
                font-size: 15px;
                padding-top: 10px;
            }

            .my-profile-div .profile-menu .profile-menu-item .icon-right {
                color: gray;
                float: right;
                margin-top: 12px;
                font-size: 13px;
            }

.invoice-address-div {
    padding-top: 70px;
    margin-bottom: 85px;
}

    .invoice-address-div select {
        padding-bottom: 12px;
        border: 0;
        border-bottom: 1px solid rgb(0, 0, 0, 0.3);
        border-radius: 0;
    }

.error-div {
    padding-top: 80px;
}

    .error-div .error-icon-div {
        display: block;
        margin: auto;
        text-align: center;
        justify-content: center;
        height: 200px;
        vertical-align: middle;
    }

        .error-div .error-icon-div i {
            font-size: 130px;
            color: var(--baseColor);
        }

    .error-div .error-desc {
        display: block;
        margin: auto;
        text-align: center;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .error-div .live-support-div {
        margin-top: 60px;
        display: block;
        text-align: center;
        justify-content: center;
    }

        .error-div .live-support-div button {
            margin: auto;
            margin-top: 14px;
            margin-bottom: 9px;
            text-align: center;
            background: white;
            color: black;
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 14px;
            border-radius: 25px;
            height: 40px;
            width: 70%;
        }

        .error-div .live-support-div a {
            display: block;
            text-align: center;
            color: black;
            margin-top: 10px;
            font-size: 14px;
            text-decoration: underline;
        }



.myprofile-upload-div {
    padding-top: 70px;
}

    .myprofile-upload-div .avatar-upload {
        position: relative;
        max-width: 205px;
        margin: auto;
        text-align: -webkit-center;
    }

        .myprofile-upload-div .avatar-upload .avatar-edit {
            position: absolute;
            z-index: 1;
            top: 10px;
            right: 35px;
        }

        .myprofile-upload-div .avatar-upload i {
            text-align: center;
            vertical-align: middle;
            color: #00000087;
        }

        .myprofile-upload-div .avatar-upload .avatar-edit input {
            display: none;
        }

            .myprofile-upload-div .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 2px solid #bbbbbb61;
                box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all .2s ease-in-out;
            }

                .myprofile-upload-div .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .myprofile-upload-div .avatar-upload .avatar-edit input + label:after {
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

        .myprofile-upload-div .avatar-upload .avatar-preview {
            width: 151px;
            height: 151px;
            position: relative;
            border-radius: 100%;
            border: 6px solid #F8F8F8;
            box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
        }

            .myprofile-upload-div .avatar-upload .avatar-preview .persono-icon {
                font-size: 140px;
                color: var(--baseColor);
            }


            .myprofile-upload-div .avatar-upload .avatar-preview .person-img {
                height: 140px;
                width: 140px;
                object-fit: initial;
                border-radius: 76px;
            }

            .myprofile-upload-div .avatar-upload .avatar-preview > div {
                width: 100%;
                height: 100%;
                border-radius: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }


.wallet-transaction-div .wallet-trans-card {
    height: 135px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 8px;
    box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    .wallet-transaction-div .wallet-trans-card .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .wallet-transaction-div .wallet-trans-card .column-1 {
        float: left;
        width: 35%;
        text-align: center;
        justify-content: center;
    }

        .wallet-transaction-div .wallet-trans-card .column-1 img {
            width: 90%;
            margin: 20px 0 0 10px;
            max-height: 100px;
            max-width: 100px;
        }

    .wallet-transaction-div .wallet-trans-card .column-2 {
        margin-top: 25px;
        margin-left: 25px;
        width: 50%;
        text-align: center;
        justify-content: center;
    }

        .wallet-transaction-div .wallet-trans-card .column-2 .unit {
            font-size: 20px;
        }

        .wallet-transaction-div .wallet-trans-card .column-2 .bakiye {
            font-size: 30px;
            font-weight: bold;
        }

        .wallet-transaction-div .wallet-trans-card .column-2 .bakiye-text {
            font-size: 13px;
        }

        .wallet-transaction-div .wallet-trans-card .column-2 .detay-btn {
            border: 1px solid var(--baseColor);
            border-radius: 50px;
            padding: 4px 30px 4px 30px;
            color: black;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            justify-content: center;
            margin-left: 10px;
        }

    .wallet-transaction-div .wallet-trans-card .column-3 {
        float: left;
        width: 10%;
        padding: 6px;
    }

        .wallet-transaction-div .wallet-trans-card .column-3 a {
        }

            .wallet-transaction-div .wallet-trans-card .column-3 a i {
                color: #808080b0;
            }


.wallet-transaction-div .wallet-transaction-menu {
    margin-bottom: 70px;
}

    .wallet-transaction-div .wallet-transaction-menu .wallet-transaction-item .row {
        margin: 0px;
        margin-bottom: 5px;
        height: 70px;
        border-radius: 10px;
        color: black;
        padding: 5px;
        background: #a3e3971f;
        box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

        .wallet-transaction-div .wallet-transaction-menu .wallet-transaction-item .row:after {
            content: "";
            display: table;
            clear: both;
        }

        .wallet-transaction-div .wallet-transaction-menu .wallet-transaction-item .row .column-1 {
            float: left;
            width: 50%;
            text-align: center;
            justify-content: center;
            margin-top: 15px;
            font-size: 14px;
            color: black;
            padding-left: 15px;
        }

        .wallet-transaction-div .wallet-transaction-menu .wallet-transaction-item .row .column-2 {
            text-align: right;
            width: 40%;
            text-align: center;
            justify-content: right;
            line-height: 20px;
            margin-top: 8px;
            color: black;
            display: inline-grid;
        }

            .wallet-transaction-div .wallet-transaction-menu .wallet-transaction-item .row .column-2 .value {
                font-size: 17px;
                font-weight: bold;
                float: right;
                margin-bottom: 0;
                text-align: right;
            }

            .wallet-transaction-div .wallet-transaction-menu .wallet-transaction-item .row .column-2 .date {
                font-size: 12px;
                color: gray;
                text-align: right;
            }

        .wallet-transaction-div .wallet-transaction-menu .wallet-transaction-item .row .column-3 {
            float: right;
            width: 10%;
            text-align: center;
            justify-content: center;
            margin-top: 15px;
            color: #808080a8;
            padding-right: 20px;
        }

.fixed-footer-wallet-transcaction {
    position: fixed;
    padding: 12px;
    bottom: 0;
    width: 100%;
    height: 50px;
    justify-content: center;
    text-align: center;
    z-index: 2;
    background: white;
    box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    .fixed-footer-wallet-transcaction .wallet-transaction-paging {
        display: flex;
        vertical-align: -webkit-baseline-middle;
        text-align: center;
        justify-content: center;
        height: 50px;
        color: black;
        font-size: 14px;
        font-weight: bold;
    }

    .fixed-footer-wallet-transcaction .wallet-previouseNext {
        display: flex;
        vertical-align: -webkit-baseline-middle;
        text-align: center;
        justify-content: center;
        height: 50px;
        color: black;
        font-size: 14px;
        font-weight: bold;
    }

    .fixed-footer-wallet-transcaction .wallet-previouseNext {
    }

        .fixed-footer-wallet-transcaction .wallet-previouseNext .column-1 {
            width: 50%;
            color: black;
            border-right: 1px solid #d1d1d1;
        }

        .fixed-footer-wallet-transcaction .wallet-previouseNext .column-2 {
            width: 50%;
            color: black;
        }


.wallet-transaction-card-div {
}

    .wallet-transaction-card-div .wallet-trans-card-kullanim-bedeli-info {
        background: #fbc5002b;
        padding: 10px;
        text-align: center;
        border-radius: 10px;
    }

        .wallet-transaction-card-div .wallet-trans-card-kullanim-bedeli-info p {
            font-size: 12px;
            text-align: center;
        }

        .wallet-transaction-card-div .wallet-trans-card-kullanim-bedeli-info span {
            font-size: 12px;
            font-weight: 500;
        }

.wallet-trans-card-fatura-numarasi {
    line-height: 27px;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    width: 100%;
    margin: auto;
    border: 0;
    background: #80808000;
    box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    .wallet-trans-card-fatura-numarasi .row {
        margin-top: 2px;
    }

        .wallet-trans-card-fatura-numarasi .row:after {
            content: "";
            display: table;
            clear: both;
        }

    .wallet-trans-card-fatura-numarasi .column-1 {
        width: 45%;
        font-weight: bold;
        text-align: left;
    }

    .wallet-trans-card-fatura-numarasi .column-2 {
        width: 55%;
        text-align: right;
        font-weight: 500;
    }

.wallet-transaction-card-div .wallet-trans-card-detail {
    line-height: 27px;
    border-radius: 10px;
    font-size: 14px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 8px;
    box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    .wallet-transaction-card-div .wallet-trans-card-detail .row {
        margin-top: 2px;
    }

        .wallet-transaction-card-div .wallet-trans-card-detail .row:after {
            content: "";
            display: table;
            clear: both;
        }

    .wallet-transaction-card-div .wallet-trans-card-detail .column-1 {
        width: 50%;
        font-weight: bold;
    }

    .wallet-transaction-card-div .wallet-trans-card-detail .column-2 {
        width: 50%;
        text-align: right;
        font-weight: 500;
    }

    .wallet-transaction-card-div .wallet-trans-card-detail .column-desc-1 {
        width: 75%;
    }

    .wallet-transaction-card-div .wallet-trans-card-detail .column-desc-2 {
        width: 25%;
        text-align: right;
    }

    .wallet-transaction-card-div .wallet-trans-card-detail .colored {
        color: var(--baseColor);
    }


.visaCardActionsModal {
    top: 10% !important;
    height: 340px;
}

    .visaCardActionsModal .modal-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .visaCardActionsModal .modal-body .default-card {
        font-size: 13px;
        color: gray;
        text-align: center;
        padding-bottom: 10px;
    }

    .visaCardActionsModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0px 15px 13px 15px;
    }

        .visaCardActionsModal .modal-footer .cardSelect {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
            margin-bottom: 3px;
        }

        .visaCardActionsModal .modal-footer .cardDelete {
            margin: auto;
            text-align: center;
            background: #ff00007a;
            color: white;
            border-color: white;
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
            margin-bottom: 3px;
        }

        .visaCardActionsModal .modal-footer .cancelBtnDiv {
        }


            .visaCardActionsModal .modal-footer .cancelBtnDiv .cancelBtn {
                margin: auto;
                text-align: center;
                background: white;
                color: #ff00007a;
                border-color: #ff00007a;
                font-weight: bold;
                font-size: 15px;
                border-radius: 25px;
                height: 40px;
                width: 100%;
                margin-bottom: 10px;
            }

                .visaCardActionsModal .modal-footer .cancelBtnDiv .cancelBtn:hover {
                    background: #ff00007a;
                    color: white;
                    border-color: white;
                }


    .visaCardActionsModal .cards {
        border: 1px solid #8080802e;
        padding: 0 0 11px 0;
        background: #f7f7f7;
        margin-left: 1px;
        margin-right: 1px;
        border-radius: 50px;
    }

    .visaCardActionsModal .column-1 {
        float: left;
        width: 17%;
        text-align: left;
    }

    .visaCardActionsModal .cards .column-1 .defaultIcon {
        transform: rotate(160deg);
        font-size: 20px;
        color: white;
        background: #37c772;
        padding: 11px;
        border-radius: 50px;
        margin-top: 10px;
    }

    .visaCardActionsModal .cards .column-1 i {
        transform: rotate(160deg);
        font-size: 20px;
        color: white;
        background: #afafaf;
        padding: 11px;
        border-radius: 50px;
        margin-top: 10px;
    }

    .visaCardActionsModal .column-2 {
        float: left;
        width: 75%;
        text-align: left;
        margin-left: 10px;
        line-height: 19px;
        margin-top: 12px;
    }

        .visaCardActionsModal .column-2 .card-name {
            font-size: 14px;
            font-weight: bold;
        }

        .visaCardActionsModal .column-2 .masked-card-number {
            font-size: 13px;
            color: #80808080;
        }

        .visaCardActionsModal .column-2 .default-card {
            font-size: 13px;
            color: #808080d4;
        }

.wallet-not-card-div {
    max-width: 700px;
    margin: auto;
    margin-bottom: 100px;
}

    .wallet-not-card-div img {
        width: 100%;
        max-height: 400px;
    }

    .wallet-not-card-div .title {
        font-weight: bold;
        margin: auto;
        display: block;
        text-align: center;
        font-size: 16px;
        padding: 15px 25px 15px 25px;
        line-height: 20px;
    }

    .wallet-not-card-div .desc {
        margin: auto;
        display: block;
        text-align: center;
        font-size: 16px;
        padding: 15px 20px 15px 20px;
        line-height: 20px;
    }

    .wallet-not-card-div .add-card-btn {
        margin: auto;
        text-align: center;
        background: var(--baseColor);
        border-color: var(--baseColor);
        font-weight: bold;
        font-size: 15px;
        border-radius: 25px;
        height: 40px;
        width: 70%;
        display: block;
        margin-top: 20px;
    }


#deleteVisaCardModal {
    top: 10% !important;
    height: 420px;
}

    #deleteVisaCardModal .modal-body {
        padding-top: 0 !important;
    }

    #deleteVisaCardModal .modal-header {
        border: 0;
        padding-bottom: 0 !important;
    }

    #deleteVisaCardModal .modal-body img {
        height: 150px;
        width: 150px;
        margin: auto;
        display: block;
    }

    #deleteVisaCardModal .modal-body p {
        margin-top: 10px;
        text-align: center;
        padding: 10px 25px 0 25px;
    }

    #deleteVisaCardModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 25px 15px;
    }

        #deleteVisaCardModal .modal-footer .yesBtn {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 90%;
        }

        #deleteVisaCardModal .modal-footer .noBtn {
            margin: auto;
            text-align: center;
            color: black;
            background: white;
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 90%;
            margin-top: 8px;
        }


.visa-create-card-div {
    /*height: 100vh;*/
    max-width: 700px;
    margin: auto;
    margin-bottom: 70px !important;
}

    .visa-create-card-div .visa-get-card {
        border-radius: 10px;
        margin-top: 10px;
        margin-bottom: 8px;
        margin-left: 10px;
        margin-right: 10px;
        box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        text-align: center;
        padding: 10px;
    }

        .visa-create-card-div .visa-get-card img {
            height: 50px;
            display: block;
            text-align: center;
            justify-content: center;
            margin: auto;
        }

        .visa-create-card-div .visa-get-card p {
            font-size: 13px;
            padding: 15px 20px 0 20px;
        }

        .visa-create-card-div .visa-get-card a {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            width: 90%;
        }

    .visa-create-card-div .visa-add-card-body {
        padding: 20px;
    }

        .visa-create-card-div .visa-add-card-body .checkbox-div .form-check {
            padding-bottom: 10px;
        }

        .visa-create-card-div .visa-add-card-body .checkbox-div {
            font-size: 14px;
        }

        .visa-create-card-div .visa-add-card-body .row {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

            .visa-create-card-div .visa-add-card-body .row > * {
                padding-left: 3px !important;
                padding-right: 3px !important;
            }

            .visa-create-card-div .visa-add-card-body .row:after {
                content: "";
                display: table;
                clear: both;
            }

            .visa-create-card-div .visa-add-card-body .row .column-1 {
                float: left;
                width: 33.33%;
                text-align: center;
                justify-content: center;
            }

            .visa-create-card-div .visa-add-card-body .row .column-2 {
                float: left;
                width: 33.33%;
                text-align: center;
                justify-content: center;
            }

            .visa-create-card-div .visa-add-card-body .row .column-3 {
                float: left;
                width: 33.33%;
                text-align: center;
                justify-content: center;
            }

        .visa-create-card-div .visa-add-card-body .desc-div {
            font-size: 13px;
            color: #808080de;
            display: block;
            text-align: center;
            padding-left: 5px !important;
            padding-right: 0px !important;
            padding-top: 5px;
        }

#vttoAcikRizaBeyaniModal .modal-body {
    padding: 25px;
}

#vttoKullanimKosullari .modal-body {
    padding: 25px;
}

#vttoNedirModal .modal-body {
    padding: 25px;
}

#vttoAydinlatmaBeyaniModal .modal-body {
    padding: 25px;
}


.search-main-div {
    max-width: 700px;
    margin: auto;
    margin-bottom: 130px;
}

.search-div .city-div {
    margin-top: 5px;
}

.search-div .region-div {
    margin-top: 10px;
    margin-bottom: 30px;
}

.search-div .search-label {
    font-size: 14px;
    font-weight: 500;
}

.search-div .location-label {
    font-size: 14px;
    font-weight: 500;
}

.search-body-div {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .search-body-div .category-group {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 17px;
        display: flex;
        overflow: auto;
        padding: 10px;
        margin-bottom: 20px;
    }

        .search-body-div .category-group a {
            margin-left: 10px;
            margin-right: 10px;
            color: black;
        }

            .search-body-div .category-group a img {
                margin-bottom: 8px;
                height: 90px;
                width: 90px;
                padding: 20px;
                border-radius: 30%;
                object-fit: contain;
                box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
            }

                .search-body-div .category-group a img:active {
                    background: var(--baseColor);
                }

            .search-body-div .category-group a span {
                font-size: 13px;
                font-weight: bold;
                word-wrap: break-word;
            }

    .search-body-div .category-label {
        font-size: 14px;
        font-weight: 500;
        margin-left: 13px;
    }

.search-other-div .other-group {
    display: block;
}

.search-other-div .other-label {
    font-size: 14px;
    font-weight: 500;
}

.search-other-div .other-group {
    padding: 10px;
}

    .search-other-div .other-group ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style-type: none;
        text-align: center;
        margin: auto;
        display: contents;
        padding: 0 !important;
    }

    .search-other-div .other-group li {
        border-radius: 50px;
        padding: 4px 4px 4px 4px;
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 500;
        box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

        .search-other-div .other-group li a {
            color: black;
        }

        .search-other-div .other-group li:active {
            background: var(--baseColor);
        }

.search-main-div .fixed-footer-search {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 120px;
    justify-content: center;
    text-align: center;
    z-index: 2;
    background: white;
    padding-top: 15px;
    border-top: 1px solid #80808029;
}

    .search-main-div .fixed-footer-search .filterBtn {
        margin: auto;
        text-align: center;
        background: var(--baseColor);
        border-color: var(--baseColor);
        font-weight: 500;
        font-size: 14px;
        border-radius: 25px;
        height: 35px;
        width: 70%;
    }

    .search-main-div .fixed-footer-search .filterClearBtn {
        margin: auto;
        margin-top: 10px;
        text-align: center;
        background: white;
        border-color: var(--baseColor);
        font-weight: 500;
        font-size: 14px;
        border-radius: 25px;
        height: 35px;
        width: 70%;
        color: black;
    }

.search-body-div-selected {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .search-body-div-selected .category-group-selected {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 17px;
        display: flex;
        overflow: auto;
        padding: 10px 10px 0 10px;
    }


    .search-body-div-selected ul {
        list-style: none;
        text-align: left;
        padding-left: 15px !important;
    }

    .search-body-div-selected .category-group-selected ul {
        /*        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;*/
        margin-bottom: 0px !important;
    }

    .search-body-div-selected .category-group-selected li {
        color: black;
        text-align: left;
        font-size: 14px;
    }

        .search-body-div-selected .category-group-selected li img {
            margin-bottom: 15px;
            height: 25px;
            width: 25px;
            padding: 4px;
            border-radius: 30%;
            object-fit: contain;
            box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        }

    .search-body-div-selected .category-group-selected a img:active {
        background: var(--baseColor);
    }

    .search-body-div-selected .category-group-selected li i {
        background: white;
        color: #000000ab;
        padding: 7px;
        height: 25px;
        width: 25px;
        border-radius: 30%;
        font-size: 13px;
        box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

        .search-body-div-selected .category-group-selected li i:before {
            vertical-align: super;
        }

    .search-body-div-selected .category-group-selected li span {
        font-size: 13px;
        word-wrap: break-word;
        padding-left: 10px;
        vertical-align: super;
    }

    .search-body-div-selected .category-label {
        font-size: 14px;
        font-weight: 500;
        margin-left: 13px;
    }

.not-merchant-warning {
    padding: 25px;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: auto;
}

.fixed-footer-search {
    position: fixed;
    padding: 12px;
    bottom: 80px;
    width: 100%;
    height: 50px;
    justify-content: center;
    text-align: center;
    z-index: 2;
    background: white;
    box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    .fixed-footer-search .wallet-transaction-paging {
        display: flex;
        vertical-align: -webkit-baseline-middle;
        text-align: center;
        justify-content: center;
        height: 50px;
        color: black;
        font-size: 14px;
        font-weight: bold;
    }

    .fixed-footer-search .wallet-previouseNext {
        display: flex;
        vertical-align: -webkit-baseline-middle;
        text-align: center;
        justify-content: center;
        height: 50px;
        color: black;
        font-size: 14px;
        font-weight: bold;
    }

    .fixed-footer-search .wallet-previouseNext {
    }

        .fixed-footer-search .wallet-previouseNext .column-1 {
            width: 50%;
            color: black;
            border-right: 1px solid #d1d1d1;
        }

        .fixed-footer-search .wallet-previouseNext .column-2 {
            width: 50%;
            color: black;
        }


#deleteUserWarningModal {
    top: 30% !important;
    height: 180px;
}

    #deleteUserWarningModal .modal-body img {
        height: 200px;
        margin: auto;
        display: block;
    }

    #deleteUserWarningModal .modal-body p {
        margin-top: 10px;
        text-align: center;
    }

    #deleteUserWarningModal .modal-body ul > li {
        font-size: 14px;
    }

    #deleteUserWarningModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 13px 15px;
    }

        #deleteUserWarningModal .modal-footer a {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
        }

#visaCreateCardInfoModal {
    top: 30% !important;
    height: 260px;
}

    #visaCreateCardInfoModal .modal-header {
        border: 0;
        padding-bottom: 0;
    }

    #visaCreateCardInfoModal .modal-body {
        text-align: center;
        padding: 0 20px 20px 20px;
    }

        #visaCreateCardInfoModal .modal-body p {
            text-align: center;
            font-weight: 500;
        }

        #visaCreateCardInfoModal .modal-body span {
            font-size: 15px;
            line-height: 15px;
            margin-top: 10px;
            text-align: center;
        }

    #visaCreateCardInfoModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 13px 15px;
    }

        #visaCreateCardInfoModal .modal-footer button {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
        }


#qr-body {
    /*background: #000000b8;*/
    overflow-x: clip !important;
}

.qr-main-div {
    background: #000000b8;
}


    .qr-main-div .qr-camera-div #reader {
        max-width: 700px;
        margin: auto;
        border: 0 !important;
    }

        /*        .qr-main-div .qr-camera-div #reader img {
            display: none;
        }

        .qr-main-div .qr-camera-div #reader #reader__dashboard {
            display: none;
        }*/

        .qr-main-div .qr-camera-div #reader #reader__scan_region {
            height: -webkit-fill-available !important;
        }

        .qr-main-div .qr-camera-div #reader video {
            margin: auto;
            object-fit: fill !important;
            height: -webkit-fill-available !important;
        }

        .qr-main-div .qr-camera-div #reader #qr-shaded-region {
            border-width: 150px 60px !important;
        }

    .qr-main-div .fixed-qr-header {
        max-width: 700px;
        margin: auto;
        position: absolute;
        top: 0;
        width: 100%;
        height: 45px;
        justify-content: center;
        text-align: left !important;
        z-index: 2;
        background: var(--baseColor);
        border-bottom: 1px solid #8b8b8b66;
        padding: 10px 15px 10px 15px;
    }

        .qr-main-div .fixed-qr-header .title-item {
            color: white;
            font-weight: bold;
            font-size: 16px;
        }

        .qr-main-div .fixed-qr-header .person-icon {
            float: left;
        }

            .qr-main-div .fixed-qr-header .person-icon i {
                color: white;
            }

        .qr-main-div .fixed-qr-header .search-icon {
            float: left;
            margin-right: 15px;
        }

            .qr-main-div .fixed-qr-header .search-icon i {
                color: white;
            }


    .qr-main-div .fixed-qr-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        margin: auto;
        justify-content: center;
        text-align: center;
        padding: 20px
    }

        .qr-main-div .fixed-qr-footer button {
            width: 80%;
            background: #00d30038;
            border: 2px solid var(--baseColor);
            border-radius: 30px;
        }


#qrCodeInputModal {
    top: 30% !important;
    height: 520px;
}

    #qrCodeInputModal .digit-input {
        text-align: center;
        justify-content: center;
    }

        #qrCodeInputModal .digit-input input {
            padding: 0.5rem;
            border: 1px solid #33333359;
            width: 40px;
            height: 45px;
            text-align: center;
            font-size: 30px;
            border-radius: 10px;
        }

    #qrCodeInputModal .modal-header {
        border: 0;
        padding-bottom: 0;
    }

        #qrCodeInputModal .modal-header button {
            font-size: 12px !important;
        }

    #qrCodeInputModal .modal-body {
        margin-top: 0;
        padding-top: 5px;
        padding-bottom: 30px;
    }

        #qrCodeInputModal .modal-body p {
            margin-top: 10px;
            text-align: center;
            font-weight: 500;
        }

        #qrCodeInputModal .modal-body .inp {
            width: 130px;
        }

    #qrCodeInputModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 13px 15px;
    }

        #qrCodeInputModal .modal-footer button {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
        }

#cameNotPermissionModal {
    top: 20% !important;
    height: 420px;
}

    #cameNotPermissionModal .modal-body {
        padding-top: 20px !important;
    }

    #cameNotPermissionModal .modal-header {
        border: 0;
        padding-bottom: 0 !important;
    }

    #cameNotPermissionModal .modal-body img {
        height: 150px;
        width: 150px;
        margin: auto;
        display: block;
    }

    #cameNotPermissionModal .modal-body p {
        margin-top: 10px;
        text-align: center;
    }

    #cameNotPermissionModal .modal-body ul > li {
        font-size: 14px;
    }

    #cameNotPermissionModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 25px 15px;
    }

        #cameNotPermissionModal .modal-footer .noBtn {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 17px;
            border-radius: 25px;
            height: 40px;
            width: 90%;
        }

        #cameNotPermissionModal .modal-footer .yesBtn {
            margin: auto;
            text-align: center;
            color: black;
            background: white;
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 17px;
            border-radius: 25px;
            height: 40px;
            width: 90%;
            margin-top: 8px;
        }



#couponAddModal {
    top: 20% !important;
    height: 410px;
}

    #couponAddModal .modal-header {
        border: 0;
        padding-bottom: 0 !important;
    }

    #couponAddModal .modal-body {
        padding-top: 0 !important;
        text-align: center;
    }

        #couponAddModal .modal-body p {
            margin-top: 10px;
            text-align: center;
            font-weight: 500;
        }

        #couponAddModal .modal-body span {
            font-size: 14px;
        }

    #couponAddModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 20px 15px;
    }

        #couponAddModal .modal-footer .noBtn {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 17px;
            border-radius: 25px;
            height: 40px;
            width: 90%;
        }

.visaRequiredModals {
    top: 10% !important;
}

    .visaRequiredModals .modal-header {
        border: 0;
        padding-bottom: 0px !important;
    }

        .visaRequiredModals .modal-header button {
            font-size: 12px;
        }

    .visaRequiredModals .modal-body {
        text-align: center;
        padding-top: 0 !important;
    }

        .visaRequiredModals .modal-body p {
            font-weight: 500;
            font-size: 24px;
        }

        .visaRequiredModals .modal-body #warningOtpMessage {
            font-size: 12px;
            background: #ffecec;
            padding: 5px 10px 5px 10px;
            border-radius: 10px;
            color: #ff0000b5;
            line-height: 18px;
        }

        .visaRequiredModals .modal-body #warningCvvMessage {
            font-size: 12px;
            background: #ffecec;
            padding: 5px 10px 5px 10px;
            border-radius: 10px;
            color: #ff0000b5;
            line-height: 18px;
        }

        .visaRequiredModals .modal-body #warningCvvAndOtpMessage {
            font-size: 12px;
            background: #ffecec;
            padding: 5px 10px 5px 10px;
            border-radius: 10px;
            color: #ff0000b5;
            line-height: 18px;
        }

        .visaRequiredModals .modal-body .desc {
            font-size: 14px;
            padding: 10px;
        }

        .visaRequiredModals .modal-body .timer {
            font-size: 14px;
            padding: 0 10px 10px 10px;
            font-weight: normal;
        }

        .visaRequiredModals .modal-body .counter {
            font-weight: bold;
        }

        .visaRequiredModals .modal-body img {
            height: 50px;
        }

    .visaRequiredModals .modal-footer {
        border-top: 0;
        text-align: center;
        padding: 0 15px 13px 15px;
    }

        .visaRequiredModals .modal-footer button {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
        }

.text-green {
    color: var(--baseColor);
}

.text-red {
    color: red;
}

.text-gray {
    color: #8080809c;
}

.qr-provision-result-div {
}

    .qr-provision-result-div .header-div {
        background: var(--baseColor);
        color: white;
        font-weight: 500;
        padding: 20px;
    }

        .qr-provision-result-div .header-div p {
            margin-bottom: 0px;
        }

        .qr-provision-result-div .header-div span {
            font-size: 35px;
        }

    .qr-provision-result-div .body-div {
        margin-bottom: 120px;
    }

        .qr-provision-result-div .body-div .bonus-div {
            margin: 10px;
        }


            .qr-provision-result-div .body-div .bonus-div .row {
                margin: 0px;
                margin-bottom: 5px;
                height: 70px;
                border-radius: 10px;
                color: black;
                padding: 5px;
                background: #a3e3971f;
                box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
            }

                .qr-provision-result-div .body-div .bonus-div .row:after {
                    content: "";
                    display: table;
                    clear: both;
                }

                .qr-provision-result-div .body-div .bonus-div .row .column-1 {
                    width: 70%;
                    padding: 5px;
                    padding-left: 10px;
                }

                    .qr-provision-result-div .body-div .bonus-div .row .column-1 p {
                        font-size: 15px;
                    }

                    .qr-provision-result-div .body-div .bonus-div .row .column-1 .availableAmount {
                        font-weight: 500;
                        font-size: 19px;
                    }

                .qr-provision-result-div .body-div .bonus-div .row .column-2 {
                    width: 30%;
                    display: flex;
                }

                    .qr-provision-result-div .body-div .bonus-div .row .column-2 button {
                        background: var(--baseColor);
                        border: none;
                        border-radius: 20px;
                        font-size: 13px;
                        margin: auto;
                    }

        .qr-provision-result-div .body-div .bonus-pay-div {
            margin: 10px;
        }

            .qr-provision-result-div .body-div .bonus-pay-div .row {
                margin: 0px;
                margin-bottom: 5px;
                height: 70px;
                border-radius: 10px;
                color: black;
                padding: 5px;
                background: #a3e3971f;
                border: 1px solid var(--baseColor);
                box-shadow: rgb(0 0 0 / 0%) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgb(0 0 0 / 33%) 0px 2px 12px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
            }

                .qr-provision-result-div .body-div .bonus-pay-div .row:after {
                    content: "";
                    display: table;
                    clear: both;
                }

                .qr-provision-result-div .body-div .bonus-pay-div .row .column-1 {
                    width: 70%;
                    padding: 5px;
                    padding-left: 10px;
                }

                    .qr-provision-result-div .body-div .bonus-pay-div .row .column-1 p {
                        font-size: 15px;
                    }

                    .qr-provision-result-div .body-div .bonus-pay-div .row .column-1 .availableAmount {
                        font-weight: 500;
                        font-size: 19px;
                    }

                .qr-provision-result-div .body-div .bonus-pay-div .row .column-2 {
                    width: 30%;
                    display: flex;
                }

                    .qr-provision-result-div .body-div .bonus-pay-div .row .column-2 button {
                        background: var(--baseColor);
                        border: none;
                        border-radius: 20px;
                        font-size: 13px;
                        margin: auto;
                    }


        .qr-provision-result-div .body-div .order-div {
            margin: 10px;
            padding: 20px 10px 20px 10px;
        }


            .qr-provision-result-div .body-div .order-div .row {
                color: black;
                margin-bottom: 5px;
            }

                .qr-provision-result-div .body-div .order-div .row:after {
                    content: "";
                    display: table;
                    clear: both;
                }

                .qr-provision-result-div .body-div .order-div .row .column-1 {
                    width: 70%;
                    display: block;
                }

                .qr-provision-result-div .body-div .order-div .row .column-2 {
                    width: 30%;
                    display: block;
                    text-align: right;
                }


        .qr-provision-result-div .body-div .card-div .visa-card {
            margin-top: 10px;
            margin-bottom: 10px;
            padding: 10px;
            border-radius: 10px;
            box-shadow: none;
        }

            .qr-provision-result-div .body-div .card-div .visa-card .desc {
                font-size: 14px;
                margin-top: 15px;
            }

            .qr-provision-result-div .body-div .card-div .visa-card .row {
                margin-bottom: 5px;
            }

                .qr-provision-result-div .body-div .card-div .visa-card .row:after {
                    content: "";
                    display: table;
                    clear: both;
                }

            .qr-provision-result-div .body-div .card-div .visa-card .column-1 {
                float: left;
                width: 15%;
                text-align: left;
            }

                .qr-provision-result-div .body-div .card-div .visa-card .column-1 .defaultIcon {
                    transform: rotate(160deg);
                    font-size: 20px;
                    color: white;
                    background: #37c772 !important;
                    padding: 11px;
                    border-radius: 50px;
                    margin-top: 10px;
                }

                .qr-provision-result-div .body-div .card-div .visa-card .column-1 i {
                    transform: rotate(160deg);
                    font-size: 20px;
                    color: white;
                    background: #afafaf;
                    padding: 11px;
                    border-radius: 50px;
                    margin-top: 10px;
                }

            .qr-provision-result-div .body-div .card-div .visa-card .column-2 {
                float: left;
                width: 65%;
                text-align: left;
                margin-left: 10px;
                line-height: 17px;
                margin-top: 5px;
            }

                .qr-provision-result-div .body-div .card-div .visa-card .column-2 .card-name {
                    font-size: 14px;
                    font-weight: bold;
                }

                .qr-provision-result-div .body-div .card-div .visa-card .column-2 .masked-card-number {
                    font-size: 13px;
                    color: #80808080;
                }

                .qr-provision-result-div .body-div .card-div .visa-card .column-2 .default-card {
                    font-size: 13px;
                    color: #808080d4;
                }

            .qr-provision-result-div .body-div .card-div .visa-card .not-default {
                float: left;
                width: 65%;
                text-align: left;
                margin-left: 10px;
                line-height: 17px;
                margin-top: 11px;
            }

            .qr-provision-result-div .body-div .card-div .visa-card .column-3 {
                float: right;
                width: 15%;
                text-align: right;
                margin-top: -4px;
            }

                .qr-provision-result-div .body-div .card-div .visa-card .column-3 .selected-card {
                    font-size: 20px;
                    color: white;
                    background: var(--baseColor);
                    padding: 5px 10px 5px 10px;
                    border-radius: 30px;
                }

                    .qr-provision-result-div .body-div .card-div .visa-card .column-3 .selected-card i {
                        font-size: 20px;
                        color: white;
                        margin-top: 27px;
                    }

            .qr-provision-result-div .body-div .card-div .visa-card .column-visa-1 {
                float: left;
                width: 18%;
                text-align: left;
            }

                .qr-provision-result-div .body-div .card-div .visa-card .column-visa-1 img {
                    width: 50px;
                    height: 35px;
                    margin-top: 10px;
                    margin-left: -3px;
                }

            .qr-provision-result-div .body-div .card-div .visa-card .column-visa-2 {
                float: left;
                width: 75%;
                text-align: left;
                line-height: 18px;
                font-weight: bold;
                margin-top: 8px;
                font-size: 15px;
            }

            .qr-provision-result-div .body-div .card-div .visa-card .cards {
                border: 1px solid #8080802e;
                padding: 3px 0 11px 0;
                background: #f7f7f7;
                margin-left: 1px;
                margin-right: 1px;
                border-radius: 10px;
            }

            .qr-provision-result-div .body-div .card-div .visa-card .visa-not-card {
                font-size: 14px;
                text-align: center;
                margin: auto;
                display: block;
                padding: 5px 5px 10px 5px;
            }


        .qr-provision-result-div .body-div .card-div .visa-card-list {
            margin-bottom: 120px;
        }

            .qr-provision-result-div .body-div .card-div .visa-card-list .carouselCampaignsList-title {
                margin-top: 0px !important;
            }

    .qr-provision-result-div .fixed-footer-search {
        position: fixed;
        bottom: 0;
        width: 100%;
        justify-content: center;
        text-align: center;
        z-index: 2;
        background: white;
        padding: 0;
        box-shadow: none;
    }

        .qr-provision-result-div .fixed-footer-search .odemeYapBtn {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: 500;
            font-size: 16px;
            border-radius: 0;
            height: 100%;
            width: 100%;
        }


#pinIdentificationRequiredModal {
    top: 20% !important;
    height: 520px;
    text-align: center;
    justify-content: center;
}

    #pinIdentificationRequiredModal .modal-header {
        border: none;
    }

    #pinIdentificationRequiredModal .digit-input {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #pinIdentificationRequiredModal .modal-body {
        padding-top: 0px;
    }

    #pinIdentificationRequiredModal .modal-footer {
        border: 0;
    }

    #pinIdentificationRequiredModal .digit-input {
        text-align: center;
        justify-content: center;
    }

        #pinIdentificationRequiredModal .digit-input input {
            margin: 0 0.5rem;
            padding: 0.5rem;
            border: 1px solid #333;
            width: 50px;
            height: 50px;
            text-align: center;
            font-size: 30px;
            border-radius: 10px;
        }

    #pinIdentificationRequiredModal .sifreni-guncelle-btn {
        margin: auto;
        text-align: center;
        background: var(--baseColor);
        border-color: var(--baseColor);
        font-weight: bold;
        font-size: 14px;
        border-radius: 25px;
        height: 40px;
        width: 100%;
    }

    #pinIdentificationRequiredModal #warningPinIdentificationRequired {
        text-align: center;
        color: red;
        font-size: 14px;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }


#pinRequiredModal {
    top: 20%;
    height: 600px;
    text-align: center;
    justify-content: center;
}

    #pinRequiredModal .modal-header {
        border: none;
        padding-bottom: 10px;
    }

    #pinRequiredModal .modal-body {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #pinRequiredModal .modal-footer {
        border: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }

    #pinRequiredModal .pinRequiredTimerDiv {
        text-align: center;
        font-weight: 500;
    }

    #pinRequiredModal .onayla-btn {
        margin: auto;
        text-align: center;
        background: var(--baseColor);
        border-color: var(--baseColor);
        font-weight: bold;
        font-size: 14px;
        border-radius: 25px;
        height: 40px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #pinRequiredModal #warningPinRequired {
        text-align: center;
        color: red;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    #pinRequiredModal .digit-input {
        text-align: center;
        justify-content: center;
    }

        #pinRequiredModal .digit-input input {
            margin: 0 0.5rem;
            padding: 0.5rem;
            border: 1px solid #333;
            width: 50px;
            height: 50px;
            text-align: center;
            font-size: 30px;
            border-radius: 10px;
        }

    #pinRequiredModal .sifreni-guncelle-btn {
        margin: auto;
        text-align: center;
        background: var(--baseColor);
        border-color: var(--baseColor);
        font-weight: bold;
        font-size: 14px;
        border-radius: 25px;
        height: 40px;
        width: 100%;
    }

#pinIdentificationRequiredOtpModal {
    top: 20%;
    height: 600px;
    text-align: center;
    justify-content: center;
}

    #pinIdentificationRequiredOtpModal .modal-header {
        border: 0;
        padding-bottom: 0px;
    }

    #pinIdentificationRequiredOtpModal .modal-body {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: -10px;
    }

    #pinIdentificationRequiredOtpModal .inp {
        width: 130px;
    }


    #pinIdentificationRequiredOtpModal .modal-footer {
        border: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }


    #pinIdentificationRequiredOtpModal .sifreni-guncelle-btn {
        margin: auto;
        text-align: center;
        background: var(--baseColor);
        border-color: var(--baseColor);
        font-weight: bold;
        font-size: 14px;
        border-radius: 25px;
        height: 40px;
        width: 100%;
    }


    #pinIdentificationRequiredOtpModal #warningPinIdentificationRequiredOtp {
        text-align: center;
        color: red;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

.successPayment-div {
    height: 185px;
    background: var(--baseColor);
}

    .successPayment-div .header-div {
        padding-top: 15px;
    }

        .successPayment-div .header-div i {
            font-size: 50px;
            color: white;
            margin-top: 5px;
        }

        .successPayment-div .header-div p {
            font-size: 20px;
            font-weight: 500;
            color: white;
            padding: 15px 0 0 0;
            margin-bottom: 0px;
        }

        .successPayment-div .header-div span {
            font-size: 30px;
            font-weight: 500;
            color: white;
            padding: 15px;
        }

.successPayment-body {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
}

    .successPayment-body .title {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .successPayment-body .desc {
        font-size: 13px;
    }

    .successPayment-body a {
        width: 100%;
        border-radius: 30px;
        padding: 10px;
        color: black;
        font-weight: 500;
        margin-top: 15px;
        border-color: var(--baseColor);
    }

.fixed-footer-login .bitir-btn {
    margin: auto;
    margin-top: 14px;
    margin-bottom: 9px;
    text-align: center;
    background: var(--baseColor);
    border-color: var(--baseColor);
    font-weight: bold;
    font-size: 14px;
    border-radius: 25px;
    height: 40px;
    width: 90%;
    vertical-align: middle;
}

#visaCardAddSuccessModal {
    text-align: center;
    justify-content: center;
    top: 20%;
    height: 410px;
}

    #visaCardAddSuccessModal .modal-header {
        border: 0;
        padding-bottom: 0;
    }

    #visaCardAddSuccessModal .modal-body {
        padding-top: 0;
    }

    #visaCardAddSuccessModal .modal-footer {
        border: 0;
        text-align: center;
        justify-content: center;
        padding-top: 0;
    }

    #visaCardAddSuccessModal a {
        background: var(--baseColor);
        border: 0;
        border-radius: 30px;
        width: 100%;
        font-size: 19px;
    }

    #visaCardAddSuccessModal p {
        font-weight: 500;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
        font-size: 18px;
    }

    #visaCardAddSuccessModal img {
        height: 165px;
    }


#visaCardAddFailedModal {
    text-align: center;
    justify-content: center;
    top: 20%;
    height: 410px;
}

    #visaCardAddFailedModal .modal-header {
        border: 0;
        padding-bottom: 0;
    }

    #visaCardAddFailedModal .modal-body {
        padding-top: 0;
    }

    #visaCardAddFailedModal .modal-footer {
        border: 0;
        text-align: center;
        justify-content: center;
        padding-top: 0;
    }

    #visaCardAddFailedModal a {
        background: var(--baseColor);
        border: 0;
        border-radius: 30px;
        width: 100%;
        font-size: 19px;
    }

    #visaCardAddFailedModal p {
        font-weight: 500;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 15px;
        font-size: 18px;
    }

    #visaCardAddFailedModal img {
        height: 165px;
    }

.existUserLabel {
    display: block;
    font-weight: 500;
    margin-top: 10px;
    font-size: 14px;
}

.existUserLabelstart {
    margin-top: 0px !important;
}

.existUserInput {
    display: block;
    border: none;
    font-size: 17px;
    margin-top: 5px;
    background: transparent;
}

.existUserInputend {
    margin-bottom: 20px !important;
}

.user-adreement-btn {
    margin: auto;
    margin-top: 3px;
    margin-bottom: 9px;
    text-align: center;
    background: var(--baseColor);
    border-color: var(--baseColor);
    font-weight: bold;
    font-size: 14px;
    border-radius: 25px;
    height: 40px;
    width: 70%;
}

.prod-accept-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 77px;
    justify-content: center;
    text-align: center;
    z-index: 2;
    background: white;
    padding-top: 11px;
}

.not-location-div-title {
    margin-top: 25px;
}

.not-location-div {
    display: flex;
    margin-bottom: -10px;
    padding: 5px;
    border-radius: 6px;
}

    .not-location-div img {
        height: 60px;
        margin-top: 6px;
    }

    .not-location-div .column-1 {
        width: 30%;
        text-align: left;
        justify-content: left;
    }

    .not-location-div .column-2 {
        width: 65%;
        text-align: left;
        justify-content: left;
        font-size: 15px;
    }

.visa-card-add .column-visa-1 {
    float: left;
    width: 15%;
    text-align: left;
}

    .visa-card-add .column-visa-1 img {
        margin-top: 3px;
    }

.visa-card-add .column-visa-2 {
    width: 85%;
    text-align: left;
    margin-top: -2px !important;
    font-size: 13px;
    line-height: 19px;
}

.f13-l19 {
    font-size: 13px;
    line-height: 19px;
}


.campaign-div {
    background: #f3f3f3 !important;
}

    .campaign-div .column-visa-1 {
        float: left;
        width: 35%;
        text-align: left;
    }

        .campaign-div .column-visa-1 img {
            height: 75px !important;
        }

    .campaign-div .column-visa-2 {
        width: 65%;
        text-align: left;
        margin-top: -2px !important;
        line-height: 19px;
        padding: 20px;
        font-size: 16px;
        font-weight: 600;
    }

.intercom-in-msg-close-btn {
    position: absolute !important;
    left: 10px !important;
    top: 8px !important;
}

.intercom-close-btn {
    right: auto !important;
}

#cocaColaInfoModal {
    top: 15% !important;
    height: 320px;
}

    #cocaColaInfoModal .modal-body img {
        height: 200px;
        margin: auto;
        display: block;
    }

    #cocaColaInfoModal .modal-body p {
        margin-top: 10px;
        font-size: 15px;
        text-align: center;
        justify-content: center;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px !important;
    }

    #cocaColaInfoModal .modal-body ul > li {
        font-size: 14px;
    }

    #cocaColaInfoModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 13px 15px;
    }

        #cocaColaInfoModal .modal-footer a {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
        }

    #cocaColaInfoModal .cocacola-first-popup {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        #cocaColaInfoModal .cocacola-first-popup:after {
            content: "";
            display: table;
            clear: both;
        }

    #cocaColaInfoModal .column-1 {
        float: left;
        width: 40%;
        text-align: center;
        justify-content: center;
    }

        #cocaColaInfoModal .column-1 .cocacola-icon {
            height: 85px !important;
            border-radius: 10px;
            border: 1px solid #80808038;
        }

    #cocaColaInfoModal .column-2 {
        float: left;
        width: 20%;
        text-align: center;
        justify-content: center;
    }

        #cocaColaInfoModal .column-2 i {
            font-size: 30px;
            margin-top: 30px;
        }

    #cocaColaInfoModal .column-3 {
        float: left;
        width: 40%;
        text-align: center;
        justify-content: center;
    }

        #cocaColaInfoModal .column-3 .gpay-icon {
            height: 85px !important;
            border-radius: 10px;
        }



#dataApprovalModal {
    top: 15% !important;
    height: 220px;
}

    #dataApprovalModal .modal-body img {
        height: 200px;
        margin: auto;
        display: block;
    }

    #dataApprovalModal .modal-body p {
        margin-top: 10px;
        font-size: 15px;
        text-align: center;
        justify-content: center;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px !important;
    }

    #dataApprovalModal .modal-body ul > li {
        font-size: 14px;
    }

    #dataApprovalModal .modal-footer {
        border-top: 0;
        display: inline !important;
        text-align: center;
        padding: 0 15px 13px 15px;
    }

        #dataApprovalModal .modal-footer a {
            margin: auto;
            text-align: center;
            background: var(--baseColor);
            border-color: var(--baseColor);
            font-weight: bold;
            font-size: 15px;
            border-radius: 25px;
            height: 40px;
            width: 100%;
        }

    #dataApprovalModal .cocacola-first-popup {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        #dataApprovalModal .cocacola-first-popup:after {
            content: "";
            display: table;
            clear: both;
        }

    #dataApprovalModal .btn-div {
        text-align: center;
        justify-content: center;
        display: flex;
    }

    #dataApprovalModal .column-1 {
        float: left;
        width: 45%;
        text-align: center;
        justify-content: center;
        margin-left: 5px;
    }

        #dataApprovalModal .column-1 button {
            width: 100%;
        }

    #dataApprovalModal .column-2 {
        float: left;
        width: 45%;
        text-align: center;
        justify-content: center;
        margin-right: 5px;
    }

        #dataApprovalModal .column-2 button {
            width: 100%;
            background: white !important;
        }

.kartlarim-title {
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
}
