/*.pre-main-inner-content {
    display: none !important;
}*/

/*23-02-2022 start*/

.chatbox-content__add-contant{
    display: inline-flex;
}

.breadcrumbs {
    display: none;
}


/*23-02-2022 end */

.form-control {
    height: 35px;
}

.btn-default {
    background: #fff !important;
}

.btn-success {
    background: #81BD21 !important;
    border-color: #fff !important;
    color: #fff !important;
}

.dropdown-menu {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*mobile menu css*/
.navbar-toggle{opacity: 0;}
.mobile-menu-new#menuToggle{display: none;}
#menuToggle {
     display: block;
    position: absolute;
    top: 15px;
    right: 11px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    font-size: 10px;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
    width: 26px;
    height: 3.5px;
    margin-bottom: 3px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
  border-radius: 50%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
menu#users-alerts-menu_links .menu-alerts-item a {
    color: #c9c8c8;
    text-align: initial;
    font-weight: 700;
    font-size: 15px;
}
menu#users-alerts-menu_links .menu-alerts-item a.active {
    color: #e21c3f;
}
#users-alerts-menu span.xs-menu-actions-info{
width: 40%;
    float: left;
}
div#menuToggle .inbox_new_message{display: inline;}
#menu {
  position: absolute;
  width: 350px;
  margin: -100px 0 0 0;
  padding: 20px;
  padding-top: 125px;
  right: -100px;
  background: #1d1110d1;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  height: 1000px;
}
.copyright font {
    color: #fff;
}
.copyright a font {
    color: #e21c3f;
}
#menu li {
  padding: 6px 0;
  font-size: 13px;
}

#menuToggle input:checked~ul {
  transform: scale(1.0, 1.0); 
  opacity: 1;
}
#users-alerts-menu .xs-menu-actions-info{
    height: 40px;
    background: none;
    width: 100%;
    font-size: 13px;
    margin-left: 10px;
    font-weight: 700;
}
#users-alerts-menu .xs-menu-actions-info span{
        background: none;
    display: contents;
}
#users-alerts-menu .header-settings_menu a{
    margin-left: 10px;
    font-weight: 700;
}
#users-alerts-menu .xs-menu-actions-info span:before {
   font-family: "Font Awesome 5 Pro";
    font-weight: inherit;
    content: "\f51e";
    margin-right: 5px;
    color: #e21c3f;
    font-size: 16px;
}
/*end mobile menu*/
ul.above-footer-link li a {
    padding: 0 20px;
    color: #777;
    font-weight: 700;
}
ul.above-footer-link {
    text-align: center;
}
ul.above-footer-link li {
    display: contents;
}

@media (max-width: 767px) {
    ul.above-footer-link {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    ul.above-footer-link li a {
        margin-bottom: 10px;
    }
}

.footer-info {
    margin-bottom: 0;
    background: #000 !important;
}
p.-footer-last-content {
    color: #777;
    line-height: 18px;
    text-align: justify;
    font-size: 12px;
}
footer .copyright {
    text-align: center;
    color: #777;
}


@media (max-width: 767px) {
    .main-inner-content {
        padding-bottom: 50px;
    }
    .mobile-menu-new#menuToggle{display: block;}

    .footer-info {
        margin-bottom: 40px;
    }
}

.navbar-flatty .navbar-brand.logo img {
    height: 25px;
}

@media (min-width: 768px) {
    .pre-main-inner-content {
        padding-bottom: 75px;
    }

    body.mod-inner {
        padding-top: 0;
    }
    .navbar-flatty .navbar-brand,
    .navbar-header {
        height: 60px;
        min-height: 60px;
    }
    .navbar-flatty .navbar-brand.logo img {
        height: 30px;
    }
    .navbar-custom {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        display: block !important;
    }
    .navbar-custom > .container-fluid {
        display: flex;
    }

    .navbar-custom > .container-fluid > .navbar-collapse {
        flex: 1;
    }

    .header-navigation > div {
        display: flex;
        flex: 1;
        align-items: center;
        height: 100%;
    }

    .header-navigation .btn-primary {
        /* background: #f5dba0 !important; */
        background: #000001 !important;
        box-shadow: none !important;
        outline: none !important;
        border: 2px solid #fff !important;
        padding: 0 10px !important;
        line-height: 30px !important;
    }

    .user-account-logo {
        flex: 1;
        text-align: end;
    }

    .guest-links {
        flex: 1;
        text-align: right;
    }

    .user_quick_menu {
        display: inline-block;
        position: relative;
    }

    .user_quick_menu > a {
        color: #fff !important;
        text-decoration: none !important;
    }

    .user_quick_menu > a + a {
        padding-left: 10px;
    }

    #users_link_profile img {
        width: 32px;
        height: 32px;
    }
}

.navbar-addon {
    background: #000;
    text-align: center;
    height: auto;
    line-height: 40px;
    min-height: auto;
    padding: 10px;
    width: 100%;
}


.navbar-addon {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {

    .navbar-addon {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        height: 45px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .navbar-addon a {
        flex: 1;
        background: none;
        border: none;
        text-indent: -1000px;
        min-width: 45px;
        line-height: 45px;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    .navbar-addon a i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        text-indent: 0;
        font-size: 25px;
    }
    .navbar-addon a.favourites {
        display: none;
    }
}

@media (max-width: 499px) {
    .navbar-addon a:nth-child(6) {
        display: none;
    }
}

@media (max-width: 379px) {
    .navbar-addon a:nth-child(8) {
        display: none;
    }
}

@media (max-width: 330px) {
    .navbar-addon a:nth-child(3) {
        display: none;
    }
}

.user-search .search-result {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.user-search .search-form {
    background: #e21c3f !important;
    color: #fff !important;
    border: none !important;
    padding: 10px;
}

.user-search .search-form .f-title, .search-form .f-block {
    display: inline-block;
    color: #fff;
    text-transform: none;
    padding: 0;
    vertical-align: middle;
    min-height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
}

.user-search .search-form .looking-age_block > div {
    display: inline-block;
}

.user-search .search-form .btn-primary {
    background: #87c126 !important;
}

.user-search .list-action-menu,
.user-search .user-rating {
    display: none;
}

.search-result .g-users-gallery__content {
    background: #e21c3f;
    border-radius: 5px;
    padding: 2px;
}

.search-result .g-users-gallery__photo > a {
    width: 100%;
}

.search-result .g-users-gallery__info {
    padding-left: 10px;
    padding-right: 10px;
}

.search-result .g-users-gallery__info,
.search-result .g-users-gallery__info a {
    color: #fff !important;
}

#hl_service_container .btn {
    margin-left: 0;
}

.view-search-menu {
    display: flex;
}

.view-search-menu.btn-group .btn {
    border-color: #ccc !important;
}

.g-users-gallery .highlight .g-users-gallery__content{
    background: rgba(0, 161, 26) !important;
}

.g-users-gallery .highlight .g-users-gallery__photo a {
    border: none !important;
    box-shadow: none !important;
}

#hl_service_container .btn {
    /*background: #e21c3f !important;
    color: #fff !important;*/
    padding-left: 15px;
    padding-right: 15px;
    border: 4px solid rgba(0, 161, 26) !important;
}

@media (max-width: 767px) {
    #hl_service_container .btn {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .view-search-menu {
        display: block;
    }
    .view-search-menu .btn-default {
        width: 50%;
        margin-bottom: 10px;
    }
}

.users-sort {
    display: none;
}

@media (min-width: 768px) {
    .magazine-profile__media {
        top: 0 !important;
    }
}

.mailbox_content .panel {
    border: none;
    background: none;
    padding: 0;
    border-radius: 0;
}

.mailbox_content .panel-heading {
    padding: 0 !important;
    margin-bottom: 15px;
    border: none;
    background: 0;
    border-radius: 0;
}

.mailbox_content .panel-body .row {
    border: none;
}

.mailbox_content .navbar-form {
    margin: 0;
    padding-top: 10px;
}

.mailbox_content .mailbox_top_menu {
    padding-left: 0;
}

.mailbox_content .table i {
    color: #777;
    font-size: 25px;
}

.mailbox_content .table .bold i {
    color: #e21c3f;
}

.table {
    background: #fff;
}

.table th {
    background: #e21c3f;
    color: #fff;
    border: none;
    font-weight: normal;
}

.mailbox_content .headline {
    padding: 5px;
    color: #fff;
    background: #e21c3f;
}

.mailbox-profile {
    background: #fff;
    padding: 10px;
}

.mailbox-profile .headline {
    margin: -10px -10px 10px;
}

.mailbox-profile .pg-media,
.mailbox-profile .form-group {
    margin-bottom: 0;
}

.user-all-description .services-owner-menu {
    padding-bottom: 0;
}

.user-all-description .services-owner-menu > span:first-child {
    padding-left: 15px;
}

.user-all-description .services-owner-menu > span:last-child {
    padding-right: 15px;
}

#reply_form,
.mailbox_content .edit_block {
    background: #fff;
    margin-bottom: 30px;
}

#reply_form .mailbox_content__img,
.mailbox_content .edit_block .mailbox_content__img {
    display: none;
}

#reply_form .form-group {
    margin-top: 0;
    margin-bottom: 10px;
}

.write_form .col-left-w45,
.mailbox_content.edit_block .col-left-w45 {
    margin: 0;
    height: auto;
}

.write_form .col-left-w45 > .btn,
.write_form .col-left-w45 > .fright,
.mailbox_content .edit_block .col-left-w45 > .btn
.mailbox_content .edit_block .col-left-w45 > .fright {
    max-width: 50%;
}

#reply_form .write_form textarea,
.create_message textarea {
    height: 200px;
}

.mailbox_content .thread li,
.mailbox_content .mailbox_view {
    background: #fff;
    margin-bottom: 5px;
}

.mailbox_content .thread li,
.mailbox_content .mailbox_view {
    padding: 5px;
    border: none;
}

.mailbox_content .addressbar {
    background: #f4d99b;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    min-height: auto;
}

.mailbox_content .view {
    padding: 0;
    border: none;
}

.perfect-match .g-users-gallery {
    margin: 0;
    padding: 0;
}

.perfect-match .g-users-gallery__item {
  /*  border: 1px solid #333;*/
    background: #fff;
    padding: 10px;
}

.perfect-match .g-users-gallery .g-users-gallery__photo a {
    border: 2px solid #9b1128 !important;
}

.perfect-match .g-users-gallery__info {
    border-bottom: 1px solid #9b1128;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.perfect-match .list-action-menu {
    display: flex;
}

.perfect-match .list-action-menu > a:first-child {
    flex: 1;
}

.perfect-match .sorter-block,
.perfect-match .b-tabs_wrapper {
    border: none;
}

.perfect-match .user-rating {
    display: block;
    margin-bottom: 10px;
}

.perfect-match .highlight,
.perfect-match .g-users-gallery .highlight .g-users-gallery__photo a,
.perfect-match .highlight .g-users-gallery__info {
    border-color: rgba(0, 161, 26) !important;
}

.perfect-match .highlight .g-users-gallery__content {
    background: none !important;
}

.perfect-match .g-users-gallery__actions {
    display: block !important;
    position: relative;
    float: right;
    margin-top: -3px;
    border-radius: 100%;
    overflow: hidden;
}

.perfect-match .g-photo-actions a {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.view-rating-block {
    padding: 0 !important;
    border: none !important;
    margin-top: 15px;
}

.user-rating i,
.get-rating i {
    font-size: 20px;
    color: #e21c3f !important;
}

.user-rating i.g,
.get-rating i.g {
    color: #ccc !important;
}

.user-rating i + i {
    padding-left: 2px;
}

.user-rating .bottom,
.get-rating .bottom {
    display: none;
}

.rating-scale .fa-lg {
    font-size: 26px;
    color: #e21c3f !important;
}

.rating-scale .fa-lg.g {
    color: #ccc !important;
}

.view-user__edit .form {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}



.view-user__edit .form-submit input {
    float: right;
}

.view-user__edit .form-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.view-user__edit .form-fields > div {
    flex: 50%;
    padding: 0 5px;
}

.settings_menu-top_menu .menu-more-item:nth-of-type(3) {
  display: none;
}








@media (max-width: 767px) {
    .view-user__edit .form-fields > div {
        flex: 100%;
    }
}

.view-user__edit .form-fields > .form-group > .col-xs-12 {
    padding: 0 !important;
}

.account-add-funds {
    margin-bottom: 20px;
}

.account-add-funds .user-description {
    padding-bottom: 20px;
}

.b-likeme-page {
    position: relative !important;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.b-likeme__media {
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    position: relative;
}

.b-likeme__image {
    background: none !important;
    border: none !important;
}

.b-likeme__image  {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}

.b-likeme__image .pos-rel {
    display: inline-block;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .b-likeme__image .pos-rel {
        width: 30%;
    }
}

.b-likeme__image img {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.b-likeme__name,
.b-likeme__actions {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}

.b-likeme__name {
    background: none !important;
    display: inline-block;
    padding: 0;
}

.b-likeme__actions {
    margin-top: 10px;
}

.b-likeme__items {
    position: absolute;
    display: flex;
    top: 50%;

    width: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media (max-width: 767px) {
    .b-likeme__items {
        display: none;
    }
}

.b-likeme__items .like_type {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 30px;
}

.b-likeme__items .like-type-like {
    color: #81BD21 !important;
}

.b-likeme__items .like-type-not {
    color: #e21c3f !important;
}

.b-likeme__prev {
    left: 0;
    justify-content: flex-end;
}

.b-likeme__next {
    right: 0;
    justify-content: flex-start;
}

.b-likeme__item {
    padding: 10px;
    width: 45%;
}

.b-likeme__item > a > span {
    position: relative;
    display: inline-block
}

#user_photo_bg {
    display: none !important;
}

.b-likeme_h100 {
    height: auto;
}

#skip_button,
#skip_button .fa {
    color: #fff;
}

.b-album-filters__addfile {
    text-align: left;
}

.b-title-menu_likeme {
    background: none;
    color: inherit;
    height: auto;
    line-height: 1.1;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 10px;
    z-index: auto;
    text-align: left;
}

.b-likeme__backlink,
.b-title-menu_likeme .b-title-menu__btn {
    display: none;
}

.b-likeme__actions .btn {
    width: auto;
}

@media (max-width: 767px) {
    .breadcrumbs,
    .b-title-menu_likeme {
        display: none;
    }
    #action-block {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .b-likeme_h100,
    .b-likeme__media,
    .b-likeme__image{
        height: 100%;
    }
    .b-likeme__image > .pos-rel {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px;
    }
    #action-button {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 50px;
        height: auto;
    }
    .b-likeme__name {
        /* margin: -35px 10px 0; */
        border-radius: 10px;
        padding: 0px 15px;
        border: unset;
        background: rgba(0, 0, 0, 0.5) !important;
        position: absolute;
        left: 10px;
        bottom: 100px;
        height: auto;
    }
    .like_me-age,
    .like_me-name {
        color: #fff;
    }
    .mobile-top-menu {
        display: none;
    }
    #main_page > .container {
        padding-left: 5px;
        padding-right: 5px;
        overflow: hidden;
    }
    .mailbox_content .navbar-form {
        padding: 0;
        margin-bottom: 10px;
    }
    .mailbox_content .top_panel {
        height: auto;
        padding: 0;
    }
    .mailbox_content > .panel > .panel-heading {
        margin-bottom: 0;
    }
    .mailbox_content > .panel > .panel-heading .b-tabs {
        display: flex;
    }
    .mailbox_content > .panel > .panel-heading .b-tabs .b-tabs__item {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mailbox_content > .panel > .panel-heading .panel-heading__rightbtn {
        margin-bottom: 20px;
    }
    .mailbox_content > .panel > .panel-heading .b-tabs .b-tabs__item a {
        background: none;
        padding: 0;
    }
    .mailbox_content .mailbox_top_menu {
        height: auto;
        padding-left: 5px;
    }
    .g-users-gallery__photo .g-rounded {
        width: 100%;
        text-align: center;
    }
    .g-users-gallery__photo .g-rounded img {
        max-width: 305px;
        max-height: 305px;
    }
}

@media (max-width: 360px) {
    #action-button {
        bottom: 10px;
    }
    .b-likeme__name {
        bottom: 60px;
    }
}

.favorite-search {
    position: absolute;
    top: 0;
    right: 0;
}

.favorite-search .input-group {
    padding: 0;
}

@media (max-width: 767px) {
    .favorite-search {
        position: relative;
        margin-bottom: 10px;
        float: none !important;
        right: auto;
        top: auto;
    }
}

.services-owner-menu .col-xs-2 {
    padding-left: 0;
}

.packages {
    background: #fff;
    padding: 15px 0;
    border-radius: 5px;
}

.packages .hl {
    background: #e21c3f;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
}

.packages .hl span {
    display: inline-block;
    padding: 5px;
    border: 1px solid #fff;
    margin: -5px;
    border-radius: 5px;
    margin-right: 10px;
    width: 35px;
    text-align: center;
}

.packages-item [type=image] {

}

.package {
    margin-top: 5px;
    height: 55px;
    background: #76b216;
    background: linear-gradient(to bottom,#A3DF43 0%,#92CE32 50%,#81bd21 51%,#70AC10 100%);
    border-radius: 5px;
    border: 1px solid #1c4549;
    opacity: 0.5;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.package.active {
    opacity: 1;
}

.package input[type=radio] {
    display: none;
}

.package input[type=image] {
    max-height: 54px;
}

.package .count {
    position: absolute;
    top: 5px;
    left: 30px;
    text-align: center;
    font-size: 25px;
    line-height: 1;
}

.package .count small {
    display: block;
    font-size: 13px;
}

.package .price {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
    color: #bf0a30;
    line-height: 1;
}

.package .per-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 1;
}

.package .saving {
    display: none;
}

.payment-features {
    margin-top: 10px;
    font-weight: bold;
}

.payment-features i {
    color: #008000;
}

.packages hr {
    margin: 10px 0;
}

.credits-saving {
    color: #008000;
    font-size: 11px;
}

.packages-item .row + .row {
    margin-top: 5px;
}

.credits-total {
    font-size: 22px;
    text-align: right;
}

.credits-total span {
    color: #c93151;
}

.packages-item {
    margin-bottom: 20px;
}

.packages-item .btn {
    background: #76b216 !important;
    background: linear-gradient(to bottom,#A3DF43 0%,#92CE32 50%,#81bd21 51%,#70AC10 100%) !important;
    margin: 10px 0;
    line-height: 35px;
}

.packages-item p {
    font-size: 11px;
}

#credits-count small {
    font-size: 100%;
}

#credits-price {
    text-decoration: line-through;
}

.add-funds {
    position: absolute;
    top: -40px;
    right: -5px;
    width: 300px;
    height: 40px;
    background: url(../img/custom/paysystems.png) right top no-repeat;
}

@media (max-width: 767px) {
    .add-funds {
        position: relative;
        top: auto;
        right: auto;
    }

    .search-param-button {
        background-color: #e21c3f !important;
        border-radius: 10px;
    }

    .search-param-button a {
        color: #fff !important;
    }

}
@media (min-width: 767px) {
    .navbar-header span.badge.summand.inbox_new_message {visibility:hidden !important;}
}











/* Added by Arunangshu */
.g-users-gallery__content {
    position: relative;
    /* border: 1px solid #f5dba0; */
    margin: 1px;
    padding: 7px;
    box-shadow: 0 0 23px rgb(0 0 0 / 10%);
}
.view-user__edit .form {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.view-user__edit .form-submit {
    margin: -10px -10px 10px;
    background: #f2f2f2;
    border-top: 1px none #e6e6e6;
    border-right: 1px none #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px none #e6e6e6;
    padding: 20px 0 10px 13px;
    color: #e21c3f;
    font-size: 17px;
    line-height: 27px;
}
.drop-down {
    position: absolute;
    top: 10px;
    left: 10px;
}
.d-down {
    padding: 3px 5px;
}
.d-down.btn:focus, .d-down.btn:active:focus, .d-down.btn.active:focus {
    outline: thin dotted;
    outline: aliceblue;
    outline-offset: -2px;
}
ul.dropdown-menu.d-down-ul li a {
    font-size: 13px;
    padding: 0 10px;
}
ul.dropdown-menu.d-down-ul li a:hover {
    text-decoration: none;
}
span._user_age {
    font-size: 13px;
    float: right;
}
span._user_name a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #e21c3f;
}
.btn-group.list-action-menu._message_chatbox {
    width: 100%;
}
._message_chatbox a {
    width: 100%;
    padding: 4px;
    border-radius: 19px;
}
/* Added by Arunangshu end */