:root {
    --primary-color: #2563eb;
    --primary-dark: #1e40af;
    --secondary-color: #10b981;
    --accent-color: #f59e0b;
    --danger-color: #ef4444;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --bg-light: #f8fafc;
    --border-color: #e2e8f0;
    --brand: #ff385c;
    --brand-light: #fff0f3;
    --success: #00c48c;
    --success-bg: #e8faf5;
    --error: #ff4d4d;
    --error-bg: #fff0f0;
    --neutral-900: #111827;
    --neutral-600: #4b5563;
    --neutral-300: #d1d5db;
    --neutral-100: #f9fafb;
    --card-radius: 20px;
}


.btn.dropdown-toggle::after {
    display: none !important;
}

.btn-prevnext-container {
    background-color: gray;
}

.swiper-navigation-icon {
    color: white;
    padding-left: 15px;
}

h6 a {
    text-decoration: none;
    color: #555
}

.one-logement .badge,
.one-logement a {
    text-decoration: none;
}

#filter-btn {
    top: 5px !important;
    font-size: 19px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: solid 1px #CCC !important;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: scroll;
    max-height: 400px;
}

.nbbadges {
    background: #000;
    color: #FFF;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    right: -13px;
    top: -10px;
    border-radius: 50%;
    font-size: 14px;
    padding-top: 1px;
}

.form-check-input:checked {
    background-color: #ff385c;
    border-color: #ff385c;
}

.form-check-input:focus {
    border-color: #ff385c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 150 169);
}

.intl-tel-input {
    min-width: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

input[type=checkbox]:checked {
    background-color: #ff385c !important;
    border: 0;
}

input[type=checkbox] {
    accent-color: #ff385c;
}

.carousel-control-next,
.carousel-control-prev {
    display: none;
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
    display: block;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    background-size: 70% 70% !important;
    background-color: #dfd7d7 !important;
    padding: 19px !important;
    border-radius: 50% !important;
    border: solid 1px #CCC !important;
    color: #555 !important;
    opacity: 0.9 !important;
}

.message-dt {
    font-size: 11px;
    padding-left: 20px;
}

.bg-primary {
    background-color: #ff385c !important;
}

.loginTravelerInfo {
    padding: 6px 15px;
    margin-top: -35px;
    background: #FFF;
    border-bottom: solid 1px #CCC;
    font-size: 16.5px;
    padding-right: 30px;
    margin-bottom: 5px;
}

.gray-title {
    border-radius: 4px;
    font-size: 18px !important;
    padding: 5px;
    font-weight: bold;
}

#standardModal div.modal-header .btn-close {
    z-index: 99999;
}

#txtdestalgerie {
    font-family: system-ui;
    margin-top: -1px;
    font-size: 13.5px;
    letter-spacing: 1.52px;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    color: #ff9599;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #filter-btn {
        top: 5px !important;
        font-size: 15px !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        border: solid 1px #CCC !important;
    }
}

@media (max-width: 768px) {

    .right-content .container-right .reserve-box .reserve-btn {
        padding: 6px 10px !important;
    }

    #tchat-with-prop {
        width: 80% !important;
    }

    #pricing-info {
        width: 65% !important;
        margin-left: 0% !important;
        margin-right: 10px;
    }

    #chatMessages .fs-6 {
        font-size: 0.82rem !important
    }

    #reserve-box {
        flex-direction: row !important;
        justify-content: center !important;
        padding-left: 0;
        align-items: center;
    }

    #standardModal {
        z-index: 9999999;
        top: -2px;
    }

    .navbar .btn-label {
        padding: 0 14px !important;
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

.whatsapp-btn img {
    animation: pulse 1.8s ease-in-out infinite;
}

.whatsapp-btn img:hover {
    animation: none;
    transform: scale(1.2);
    transition: transform .2s ease;
}
