
.hidden {
    display: none;
}

.pager-action-bar .next {
    position: absolute;
    right: 20px;
}

.dropdown {
    position: relative;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #00000026;
    border-radius: 0.25rem;
}

.userProfile {
    cursor: pointer;

}
.userProfile .user_profile_btn {
    background-color: yellow;
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #f0df20;
}
.profile_pic_astrologer_Web img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.user-profile-dropdown .dropdown:hover .display_set_dropdwn {
    display: block !important;
}

.display_set_dropdwn {
    display: none;
    position: absolute;
    z-index: 999;
    right: 0;
}
.userProfile .user_profile_dropdown {
    border-bottom: 8px solid #f1e12a;
    inset: unset;
    top: 8px;
    left: 0px;
    box-shadow: 0 0 10px 0 #ccc;
    text-align: left;
    display: block;
    margin-top: 0;
    position: unset;
    width: 250px;
    min-width: auto;
    z-index: 2;
    padding: 0;
    border-radius: 5px 5px 15px 15px;
    background-color: #fff;
}

.photo_user_profile {
    width: 75px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #f0df20;
}
.photo_user_profile img {
    width: 100%;
    border-radius: 50px;
}
.user_profile_dropdown  .name_user_profile {
    color: #466590;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    padding-top: 10px;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
}
.user_profile_dropdown .contact_number_user_profile {
    padding-top: 4px;
    text-transform: lowercase;
    color: #716f6f;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.userProfile .user_profile_dropdown .background_hover_white .bg_white_hover {
    border-bottom: 1px dotted #ccc;
    padding: 12px;
}


.chatroom-header {
    margin-top: 10px;
}
.chat-partner-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-image: url('/frontend/assets/images/icons/avatar-offline.png');
}
.online .chat-partner-img {
    background-image: url('/frontend/assets/images/icons/avatar-online.png');
}
.chatroom-header .chat-time-section {
    float: right;
}
.chatroom-header .chat-time-section .chat-time-label {
    font-size: large;
    color: green;
}
.chatroom-header .chat-time-section .chat-time {
    font-size: large;
    color: rebeccapurple;
}

.form-group .form-control {
    display: inline-block;
    width: fit-content;
}
