.text-underline {
    text-decoration: underline !important;
}

.form-control:disabled {
    background-color: #071838;
    color: #686f7b;
}

#map_results {
    position: absolute;
    z-index: 99;
    background-color: #f0f8ff;
    color: #222;
    padding: none;
    width: 70%;
    /* display: none; */
}

#map_results_content {
    width: 100%;
    padding: 5px !important;
    max-height: 200px;
    overflow-y: scroll;
}

#map_results_content p:hover {
    font-weight: bold;
    cursor: pointer;
}

/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
    height: 100%;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

.city_item {
    background: rgba(255, 255, 255, 0.05);
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 1px !important;
}

.city_item:hover {
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.my-message {
    background: rgba(89, 15, 135, 0.9);
    background: -o-linear-gradient(45deg, rgba(89, 15, 135, 0.9) 0%, rgba(255, 0, 118, 0.9) 100%);
    background: linear-gradient(45deg, rgba(89, 15, 135, 0.9) 0%, rgba(255, 0, 118, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#590f87', endColorstr='#ff0076', GradientType=1);
    border-radius: 5px;
    padding: 10px 15px;
}

.his-message {
    background: rgb(252, 228, 239);
    background: radial-gradient(circle, rgba(252, 228, 239, 1) 0%, rgba(227, 236, 246, 1) 100%);

    border-radius: 5px;
    padding: 10px 15px;
}

.appup_th {
    /* display: flex; */
    /* width: 100vh; */
    /* background-attachment:fixed; */
    /* background: linear-gradient(0deg, rgba(89, 15, 135, 0.9) 0%, rgba(255, 0, 118, 0.9) 100%); */
    background: rgba(255, 0, 118, 0.9);
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

#precise_search_zone {
    display: none;
}

.appup_bg_pink {
    background: rgba(255, 0, 118, 0.9);
    border-radius: 10px;
    padding: 21px 24px;
    font-weight: bold;
    color: #fff;
}
.appup_bg_light {
    background: #142442;
    border-radius: 10px;
    padding: 21px 24px;
}

.appup_avatar {
    border-radius: 50%;
}

.text-color {
    color: #ff0076 !important;
}

.lh_18 {
    line-height: 18px;
}
.banner.style--two .banner-content {
    max-width: 810px;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.m-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.menu_avatar_size {
    width: 48px;
    height: 48px;
}

@media only screen and (max-width: 479px) {
    .menu_avatar_size {
        width: 36px;
        height: 36px;
    }

    .no-mr-mobile {
        margin-right: 0px !important;
    }
}

#wanted_radius {
    color: #ff0076;
    font-weight: bold;
}

.pink-color {
    color: #ff0076;
}

.bg-pink {
    background: #ff0076;
}

.border-pink {
    border-color: #ff0076;
}

#cookie-banner {
    position: fixed;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background: #0a1322;
    border-radius: 10px;
    z-index: 99999;
    box-shadow: 0px 10px 20px #0a1322a2;
}

.nice-select > .list {
    right: 0;
    left: auto;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
article h2,
article h3,
article h4,
article h5,
article h6,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6 {
    color: #fff;
}

.entry-content a,
.blog_content a,
article a {
    color: #ff0076;
}

.blured {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.truncated-text {
    /* width: 230px; */
    white-space: nowrap; /* Prevents the text from wrapping */
    overflow: hidden; /* Hides the overflowing content */
    text-overflow: ellipsis;
}

.truncate-container {
  max-width: 100%; /* Set the maximum width to the available width within the col-8 container */
}