.short-list-content {
    position:absolute;
    min-width:234px;
    box-shadow: 0px 12px 50px 0px #00000026;
    background:white;
    z-index: 99;
    border-radius:8px;
    padding:8px;
    top:30px;
    left:50%;
    transform:translateX(-50%);
}

.short-list-content .item {
    padding:10px;
    color:#333333;
    font-size:14px;
    cursor: pointer;
    border-radius:4px;
    text-align: left;
}
.short-list-content .item:hover {
    background: #1E758D33;
}
.parent-relative {
    position: relative;
}
.parent-relative .child-action {
    position: absolute;
    top: -4px;
    right: -2px;
    z-index: 9999;
}
.parent-relative .child-action i{
    cursor: pointer;
}
.filter-body .input-wrapper {
    position: relative;
    margin-bottom: 8px;
}
.filter-body .input-wrapper img {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    object-fit: contain;
}
range-slider{
    width: 100% !important;
}
.scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.admin-dashboard .scroll-body {
    overflow-y: auto;
}
.top-scrollbar {
    height: 16px;
    overflow-x: auto;
    overflow-y: hidden;
}
.iti {
    width: 100% !important;
}
.table-responsive.content-container {
    overflow-x: scroll;
    width:100%;
    overflow-y: hidden;
    margin-top: -16px;
    padding-top: 16px;
}
.country-flags-small {
    display: flex;
    align-items: center;
    gap: 8px;
}
.country-flags-small img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50% ;
}
.counter_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #1e758d33;
    font-size: 10px;
    font-weight: 500;
    color: #1e758d;
}

.admin-dashboard .my-shortlist-wrapper .my-list .item:hover .counter_icon{
    background: white;
}
.admin-dashboard .my-shortlist-wrapper .my-list .item.active .counter_icon {
    background: white;
}
.filter-body .input-wrapper input {
    height: 44px;
    width: 100%;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 14px;
    padding-left: 40px !important;
    border: 1px solid #D0D5DD;
}
.filter-body .select2-container--default .select2-selection--multiple {
    min-height: 44px;
}
.filter-body .select2-container {
    width: 100% !important;
}
.inner .profile-edit-button {
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background-color: #1e758d;
    border: 1px solid #1e758d;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-align: center;
    margin-bottom: 16px;
    box-shadow: 0px 1px 2px 0px #1018280d;
    height: 44px;
}
.inner .subscription-button {
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background-color: #1e758d;
    border: 1px solid #1e758d;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    box-shadow: 0px 1px 2px 0px #1018280d;
    height: 44px;
}
.inner .profile-view-button {
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background: #1e758d33;

    border: 1px solid #d0d5dd;
    gap: 8px;

    font-size: 14px;
    font-weight: 400;
    color: #1e758d;
    text-align: center;
    margin-bottom: 16px;
    box-shadow: 0px 1px 2px 0px #1018280d;
    height: 44px;
}
.filter-body .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 44px;
    width: 100%;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 14px;
    border: 1px solid #D0D5DD;
}
.d-size {
    font-size: 20px !important;
}

.main-title span {
    padding: 4px 8px;
    background-color: #fff3d4;
    border-radius: 16px;
    color: #1e758d;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    flex-shrink: 0;
}
.hidden-input-wrapper {
    position: relative;
}
.hidden-input-wrapper input{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 999;
}
.support-left-container .chat-wrapper .messages-wrapper .recieved {
    max-width: 360px;
    width: 100%;
    border-radius: 12px 12px 12px 0px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    background: #fff;
    margin-bottom: 8px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #D0D5DD !important;
    border-radius: 8px !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    border: none !important;
}
.select2-container .select2-search--inline .select2-search__field {
    /*margin-top: 4px !important;*/
    height: 38px !important;
}
.input-wrapper input:read-only {
    cursor: text;
    background-color: #f5f5f5 !important;
    /*color: #ddd !important;*/
}
/*.input-wrapper input, .input-wrapper select,.select2-container{*/
/*    width: 100% !important;*/
/*}*/
.user-message-wrapper {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    z-index: 1050;
    pointer-events: none; /* Prevent interaction behind the modal */
}

.user-message-wrapper .msg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeInSlideDown 0.5s forwards, fadeOutSlideUp 0.5s 4.5s forwards; /* Auto close after 5 seconds */
    position: relative; /* Allow absolute positioning of close icon */
    pointer-events: auto; /* Allow close button interaction */
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: inherit;
    cursor: pointer;
    font-size: 1.2em;
}

.close-icon i:hover {
    color: #333;
}

/* Fade and slide animations */
@keyframes fadeInSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutSlideUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}



.select2-container--default .select2-selection--multiple {
    background-image: url(../images/down.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 97% 22px;
    background-size: 10px;
}
.select2-container--open.select2-container--default .select2-selection--multiple {
    background-image: url(../images/down.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 97% 22px;
    background-size: 10px;
}



.range_container {
    --_marker-border-clr: #0F3FFF;
    --_marker-text-clr: #FFFFFF;
    --_marker-size: 15px;
    --_track-heigt: 3px;

    --_tooltip-bg-clr: rgba(0, 0, 0, 0.4);
    --_tooltip-txt-clr: var(--_marker-text-clr);

    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

.sliders_control {
    position: relative;
}

.slider-tooltip {
    position: absolute;
    /*top: -3.5rem;*/
    top: 1.1rem;
    left: 0;
    width: fit-content;
    background-color: var(--_tooltip-bg-clr);
    color: var(--_tooltip-txt-clr);
    font-size: 0.8rem;
    border-radius: 4px;
    /*padding: 0.5rem 1rem;*/
    padding: 0.15rem 0.4rem;
    text-align: center;
    translate: -50% 0;
}

.slider-tooltip::before {
    content: "";
    position: absolute;
    /*bottom: -0.25rem;*/
    bottom: 1.2rem;
    left: 50%;
    translate: -50% 0;
    width: .5rem;
    height: .5rem;
    rotate: 45deg;
    z-index: -1;
    background-color: inherit;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: var(--_marker-size);
    height: var(--_marker-size);
    background-color: var(--_marker-border-clr);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--_marker-border-clr);
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: var(--_marker-size);
    height: var(--_marker-size);
    background-color: var(--_marker-border-clr);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--_marker-border-clr);
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: var(--_track-heigt);
    width: 100%;
    position: absolute;
    background-color: var(--_marker-border-clr);
    pointer-events: none;
}

#minWeight, #minHeight, #minAge{
    height: 0;
    z-index: 1;
}

.scale {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    position: relative;
    width: calc(100% - var(--_marker-size));
    margin-inline: auto;
    font-size: 0.8rem;
}

.scale div {
    position: absolute;
    translate: -50% 0;
}

.scale div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -125%;
    width: 1px;
    height: 10px;
    background-color:#666;
}
.edit-profile-wrapper .edit-icon input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0px;
    top: 0px;
}
.theme-color {
    background-color: #1e758d;
    color: white;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    padding: 8px 12px;
}
