
.cookie-bar {
    background-color: #333;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 9999;
}

    .cookie-bar a {
        color: #fff;
    }

/*Google map*/
.google-map {
    width: 100%;
    height: 460px;
}

    .google-map iframe {
        width: 100%;
        border: 0px;
        filter: grayscale(100%);
    }




/*TEKLİF FORMU BÖLÜMÜ*/
.custom-options-checkable .custom-option-item {
    width: 100%;
    cursor: pointer;
    border-radius: 0.42rem;
    color: #82868b;
    background-color: rgba(130, 134, 139, 0.06);
    border: 1px solid #ebe9f1;
}

    .custom-options-checkable .custom-option-item .custom-option-item-title {
        color: #82868b;
    }

.custom-option-item-check {
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
}


.select2_floatlabel {
    left: calc(var(--input-padding-x) / 10) !important;
    top: var(--top-position-in-border) !important;
    height: auto !important;
    transform: translateY(-50%) scale(.7) !important;
    transform-origin: 0 0 !important;
}

    .select2_floatlabel:after {
        visibility: visible !important;
        transition: all .2s ease !important;
        content: " " !important;
        display: block !important;
        position: absolute !important;
        background: var(--input-background-color) !important;
        height: 4px !important;
        top: 50% !important;
        left: .7em !important;
        right: .7em !important;
        z-index: -1 !important;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #84899D !important;
}


.responsive-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 oranı için */
}

    .responsive-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }



#kisiselBilgilerWrapper {
    position: relative;
}

/* Loading overlay */
.kisiselBilgilerLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

    /* GIF animasyonu */
    .kisiselBilgilerLoader img {
        width: 30px;
        height: 30px;
    }


.whatsapp-container {
    position: fixed;
    bottom: 70px;
    right: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
}

    .whatsapp-icon img {
        width: 100%;
        height: 100%;
        transition: transform 0.3s;
    }

.whatsapp-text {
    display: none;
    background-color: #25d366;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-left: 5px;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.whatsapp-container:hover .whatsapp-text {
    display: block;
    opacity: 1;
}

.whatsapp-container:hover .whatsapp-icon img {
    transform: translateX(-1%);
}

/*.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input {
    clear: left;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem;*/ /* JUST FOR STYLING PURPOSE */
/*}

    .form-switch.form-switch-sm .form-check-input {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

.form-switch.form-switch-md {
    margin-bottom: 1rem;*/ /* JUST FOR STYLING PURPOSE */
/*}

    .form-switch.form-switch-md .form-check-input {
        height: 1.5rem;
        width: calc(2rem + 0.75rem);
        border-radius: 3rem;
    }

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem;*/ /* JUST FOR STYLING PURPOSE */
/*}

    .form-switch.form-switch-lg .form-check-input {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

.form-switch.form-switch-xl {
    margin-bottom: 2rem;*/ /* JUST FOR STYLING PURPOSE */
/*}

    .form-switch.form-switch-xl .form-check-input {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }*/
