.user-dropdown {
    box-shadow: 0 0 0 5px grey;
}

#nav-profile-toggle {
    padding: 8px 8px 8px 10px !important;
    cursor: pointer;
}

#nav-profile-toggle:hover {
    box-shadow: 0 3px 5px 0 #0000001a;
}

#search-bar {
    width: 700px;
    box-shadow: 0 3px 5px 1px #0000000d;
}

.text-primary {
    color: #4360C7;
}

.btn-outline-primary {
    transition: 0.1s all;
    color: #4360C7 !important;
    border: 1px solid #4360C7;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: #4360C7;
}


.bg-primary {
    background-color: #ffaa6d !important;
}

.search-text-input {
    font-size: 13px !important;
    font-weight: 600;
}

.search-text-input::placeholder {
    font-weight: 400 !important;
    color: rgb(156, 156, 156) !important;
}

input:focus {
    box-shadow: none !important;
    border: none !important;
}

.search-cat .icon {
    transition: 0.2s all;
}

.search-cat:hover .icon {
    background-color: #0000000d !important;
}

.search-cat p {
    border-bottom: 1px solid #ffffff1a;
}

.search-cat:hover p {
    border-color: #0000001a !important;
}

.bg-gradient-to-b {
    background-color: #00000087 !important;
}

.btn-primary-2 {
    background-color: #4360C7 !important;
}

.btn-primary-2:focus {
    box-shadow: 0 0 0 3px #6b8afa !important;
}

#tags {
    width: 370px;
}

.search-container {
    position: relative;
    width: 300px;
    margin: 0 auto;
}


.suggestions-box {
    position: absolute;
    top: 18px;
    left: -33px;
    z-index: 1010;
    width: 441px;
    padding: 21px;
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 5px 1px #0000000d;

    /* display: none; */
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
    border-radius: 8px;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}


.ui-menu {
    width: 441px !important;
    padding: 21px !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 3px 5px 1px #0000000d !important;
}

.ui-menu-item-wrapper {
    padding: 10px !important;
    border-radius: 8px !important;
    color: black !important;
    border: none !important;
    background-color: #ffffff;
}

.ui-menu-item-wrapper:hover {
    background-color: #f0f0f0 !important;
}


.ui-menu-item-wrapper:focus-visible {
    background-color: #f0f0f0 !important;
}


.ui-menu-item-wrapper:visited {
    background-color: #f0f0f0 !important;
}


.mobile-search-button {
    display: none !important;
}

.mobile-select-cat {
    display: none !important;
}


.floating-chatbox {
    width: 500px;
    left: 50px;
    bottom: 50px;
}

#floating-message {
    width: 100%;
    height: 250px;
    overflow-y: auto;
    border: none !important;
}

#floating-message:focus {
    box-shadow: none !important;
    border: none !important;
}

#msg-sent-success-msg {
    height: 450px;
}


@media screen and (max-width: 900px) {
    #search-bar {
        width: 100% !important;
    }

    .mobile-search-button {
        display: flex !important;
    }

    .search-zipcode-input-container {
        width: 100% !important;
        margin-top: 15px !important;
    }

    .saperator {
        display: none !important;
    }


    .mobile-select-cat {
        display: flex !important;
    }
}



@media screen and (max-width: 600px) {
    .profile_top_nav {
        position: relative !important;
    }

    .res-px-5 {
        padding: 15px 25px !important;
    }

    #floating-chatbox {
        left: 10px !important;
        bottom: 10px !important;
        width: 370px !important;
    }

    #chat-floating-div {
        left: 10px !important;
        bottom: 10px !important;
        width: 350 !important;
    }
}

/* Used in PASSWORD.CFM page */
#setPassword .validation-list {
    list-style: none;
    padding: 0;
    font-family: Arial, sans-serif;
}
#setPassword .validation-list li {
    margin-bottom: 5px;
}
#setPassword .validation-list .valid::before {
    content: '✔ ';
    color: green;
}
#setPassword .validation-list .invalid::before {
    content: '✖ ';
    color: red;
}