.select2-container--default .select2-selection--single {
    border:none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #787878 !important;
    font-size: 14px !important;;
}

.wishicon {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
    cursor: pointer;
}
@media (hover: hover) {
    .wishicon :hover {
        transform: scale(1.08);
    }
}

.wishicon svg path {
    stroke: #fff;
    stroke-width: 2;
    fill: rgba(0, 0, 0, 0.5);    
}

.wishicon .fill-svg path {
    fill: #a3243b;
}

h2.item.animated.fadeIn.text-30.font-weight-700.m-0 {
    padding-top: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    color: #000;
    padding-bottom: 0;
    display: inline;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    width: 100%;
}

/* h2.item.animated.fadeIn.text-30.font-weight-700.m-0 {
    padding-top: 3px;
    background-color: #fff;
    border: solid 1px #a3243b;
    border-radius: 30px;
    font-weight: 600;
    color: #a3243b;
    padding-bottom: 3px;
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 26px;
    width: 100%;
} */
h1.item.animated.fadeIn.text-30.font-weight-700.m-0 {
    padding-top: 3px;
    background-color: #fff;
    border: solid 1px #a3243b;
    border-radius: 30px;
    font-weight: 600;
    color: #a3243b;
    padding-bottom: 3px;
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 26px;
    width: 100%;
}

@media screen and (max-width: 900px) {
h2.item.animated.fadeIn.text-30.font-weight-700.m-0 {
    text-align: left;
    padding: 0;
    font-size: 20px;
    border: 0;
    border-radius: 0;
    color: #000;
}
.recommandedbg .recommandedhead.top, .recommandedbg .recommandedhead.actual {
    gap: 10px;
}
}

/* ------------------ */
/* General container styling */
.autocomplete-container {
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    margin: 0 auto;
    top: -5px;
}

/* Input styling */
.autocomplete-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Loader styling */
.loader {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    color: #666;
}

/* Dropdown results styling */
.autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #F2F2F2;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000 !important;
    max-height: 200px;
    overflow-y: auto;
}

/* Individual result item styling */
.autocomplete-item {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.autocomplete-item:last-child {
    border-bottom: none;
}

/* Hover effect */
.autocomplete-item:hover {
    background: #f0f0f0;
}

/* ------------------ */
/* Loader Styles */
#ctrLoader {
    position: fixed;
    top: 50%;
    left: 50.4%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
    /* Initially hidden */
}

.ctrLoader {
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top: 4px solid #a3243b;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

/* .pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../front/img/green-loader.gif) center no-repeat #fff;
} */

.heading span {
    color: #757575;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-top: .15px;
}

button#getLocationBtn {
    margin-top: 13%;
    color: #a3243b;
    border-color: #a3243b;
    background-color: #fff;
}

button#getLocationBtn:hover {
    margin-top: 15%;
    color: #fff;
    border-color: #a3243b;
    background-color: #a3243b;
}

.heading {
    text-transform: uppercase;
    font-weight: 700;
    text-indent: 20px;
    margin: 8px 0;
    position: relative;
    color: #000;
}

.heading:before {
    content: "";
    width: 5px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    top: 0;
    left: 0px;
    background: #a3243b;
    border-color: #a3243b;
}

.event-title.text-center {
    border: 2px solid #a3243b;
    max-width: 70%;
    border-radius: 100px 100px 0 0;
    padding-top: 1%;
}

.max-width-150 {
    max-width: 150px;
}

.border-radius3-25 {
    border-radius: 3.25rem;
}

.display-none {
    display: none;
}

.box-shadow-none {
    box-shadow: none;
}

.top-20-left-22 {
    top: 20px;
    left: 22px;
}

.font-size-larger {
    font-size: larger;
    cursor: pointer;
}

.width-25-height-25 {
    width: 40px !important;
    height: 40px;
}

.width-30-height-30 {
    width: 30px !important;
    ;
    height: 30px;
}

.display-block {
    display: block;
    fill: rgba(0, 0, 0, 0.5);
    height: 24px;
    width: 24px;
    stroke: var(--linaria-theme_palette-icon-primary-inverse);
    stroke-width: 2;
    overflow: visible;
}

.display-flex-content-center {
    display: flex;
    justify-content: center
}

.font-size-16px {
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px 30px !important;
    border-radius: 50px;
    background: #a3243b;
    border: 1px solid #a3243b;
}

.background-url {
    background: url(<?php echo $try_hosting_img; ?>);
}

.display-none-position-fixed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    text-align: center;
}

.position-absolute-top-50 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.width-3rem {
    width: 3rem;
    height: 3rem;
}

.z-index-99999 {
    z-index: 99999
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.location-suggestion {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.location-suggestion .location-card {
    margin: 0;
}
.location-suggestion .location-card .location-radio {
    display: none;
}
.location-suggestion .location-card .location-content {
    display: flex;
    align-items: center;
    gap: 3px;
    background: #fff;
    border-radius: 46px;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    line-height: normal;
    font-weight: 600;
    color: #a3243b;
    border: 1px solid #a3243b;
    cursor: pointer;
    transition: all 0.3s ease;
}
.location-suggestion .location-card .location-radio:checked+.location-content {
    background: #a3243b;
    color: #fff;
}