.matchmaking-bar {
    text-align: right;
    margin-bottom: 10px;
}

.mm-browse-question {
    display: inline-block;
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
}

.mm-browse-question .mm-go-question {
    display: inline-block;
}

.mm-browse-question .dropdown {
    display: inline-block;
}

.btn-grid-list {
    border: 1px solid #ccc;
    color: #000;
}

.btn-grid-list:hover {
    background-color: #ddd;
}

.btn-grid-list.active {
    background-color: #ddd;
}

.btn-grid-list i {
    display: inline-block;
    vertical-align: inherit;
    margin-right: 5px;
}

.btn-grid-list span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

.matchmaking-action-bar {
    margin-bottom: 10px;
    padding: 0 10px;
}

#list-content.matchmaking-grid-view, #list-content.matchmaking-list-view {
    padding: 0 4px;
}

.mm-user-info {
    margin-top: 5px;
}

.mm-user-avatar {
    position: relative;
}

.mm-user-avatar img {
    width: 100%;
}

.mm-friend-request .material-symbols-outlined {
    vertical-align: bottom;
}

.mm-verifed .icon-badge-verification {
    vertical-align: text-bottom;
    height: 16px;
}

.mm-review .review-count {
    vertical-align: sub;
}

.mm-user-info > div {
    margin-bottom: 5px;
}

div.matchmaking-map-canvas {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: none;
}

.matchmaking-grid-view .mm-location a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mm-location .material-symbols-outlined {
    vertical-align: text-bottom;
    font-size: 18px;
    color: red;
    margin-left: -3px;
}

.matchmaking-list-view .matchmaking-list-content {
    width: 100%;
}

.content_center_home .matchmaking-list-view .mm-user-avatar, .content_center_user .matchmaking-list-view .mm-user-avatar {
    width: 25%;
}

.matchmaking-list-view .mm-user-avatar {
    float: left;
    width: 15%;
}

.matchmaking-list-view .mm-user-avatar-info {
    margin: 6px;
}

.matchmaking-list-view .mm-user-avatar-info .dropdown .add_people, .matchmaking-list-view .mm-user-avatar-info .dropdown .add_people:hover {
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.matchmaking-list-view .mm-user-avatar-info .add_people, .matchmaking-list-view .mm-user-avatar-info .add_people:hover {
    left: 6px;
    bottom: 6px;
    right: 6px;
}

.app-mm-content .add_people, .app-mm-content .add_people:hover {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.app-mm-content .mm-friend-request .material-symbols-outlined {
    vertical-align: top;
}

.content_center_home .matchmaking-list-view .mm-user, .content_center_user .matchmaking-list-view .mm-user {
    width: 75%;
}

.matchmaking-list-view .mm-user {
    float: left;
    width: 85%;
}

.matchmaking-list-view .mm-user-info {
    margin: 6px;
    height: auto;
}

.matchmaking-list-view .mm-user-info > div {
    margin-bottom: 10px;
}

.mm-user-info .mm-online {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #5CCF8D;
    display: inline-block;
    vertical-align: top;
}

.content_center .matchmaking-detail {
    padding-right: 15px;
}

.mm-profile-match.button {
    margin-left: 5px;
    vertical-align: top;
}

.matchmaking-grid-view .mm-user-info .mm-user-name {
    height: 20px;
}

.matchmaking-grid-view .mm-user-info .mm-user-name a {
    text-overflow: ellipsis;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 75%;
}

.mm-content_center .mm-show-map {
    display: none;
}

.mm-content_center .matchmaking-grid-view .mm-user-info .mm-user-name a {
    max-width: 65%;
}

.mm-content_center .matchmaking-grid-view .mm-age-gender-percent {
    height: 32px;
}

.mm-content_center .matchmaking-grid-view .mm-review .review-count {
    margin-left: 4px;
    display: block;
}

.matchmaking-grid-view .mm-user-info .mm-location {
    margin-left: -2px;
    height: 16px;
}

.matchmaking-grid-view .matchmaking-list-content {
    float: left;
    padding: 6px;
    width: 25%;
}

.matchmaking-list-view .mm-location {
    margin-left: 3px;
}

.matchmaking-list-view .mm-location .material-symbols-outlined {
    margin-left: -5px;
}

/* Question */

.matchmaking-results-list {
    list-style: none;
    padding: 0;
}

.matchmaking-results-list .question-number {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.matchmaking-results-list li {
    margin-bottom: 15px;
}

.matchmaking-results-list .question-answer-list {
    margin-left: 20px;
}

.matchmaking-results-list .question-answer-list > div {
    margin-bottom: 10px;
}

.mm-content-left, .mm-content-right {
    display: inline-block;
    vertical-align: middle;
}

.mm-content-right .mm-hyphen {
    float: left;
}

.mm-content-right .mm-answer-title {
    display: block;
    margin-left: 10px;
}

.matchmaking-question-number {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.matchmaking-question-answer-list {
    margin-bottom: 15px;
    margin-left: 20px;
}

.matchmaking-answer-list {
    margin-bottom: 5px;
}

.matchmaking-answer-list input[type="radio"] {
    -webkit-appearance: checkbox;
    /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;
    /* Firefox */
    -ms-appearance: checkbox;
    /* not currently supported */;
}

.mm-search-form {
    float: right;
    margin-right: 10px;
}

.matchmaking-results-list .number {
    border-radius: 100%;
    margin-right: -7px;
    padding: 0px 6px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
}

.matchmaking-results-list .number_matched {
    border: 2px solid red;
}

.app-matchmaking-search {
    margin-top: 5px;
}

.app-matchmaking-search, .app-mm-show-map {
    height: 26px;
    line-height: 26px;
}

.mm-btn-action .btn-action {
    margin-top: 3px;
}

.mm-friend-request .dropdown-menu {
    min-width: 100%;
}

.matchmaking-grid-view .mm-review {
    height: 26px;
}

.mm-content_center .matchmaking-grid-view .mm-review {
    height: 44px;
}

.mm-go-question {
    display: inline-block;
    vertical-align: text-top;
}

.mm-go-question .material-symbols-outlined {
    font-size: 18px;
}

.mm-browse-question.list_option .dropdown-menu {
    max-height: 135px;
    overflow: auto;
    min-width: 60px;
    text-align: center;
    left: 50px;
    right: auto;
}

.app-mm-content .button-answer-reset {
    text-align: center
}

.app-mm-content .button-answer-reset button {
    width: 48%;
}

.app-mm-content .button-previous-skip {
    margin-top: 4px;
    text-align: center
}

.app-mm-content .button-previous-skip button {
    width: 30%;
}

.app-mm-content .mo_breadcrumb > .mm-browse-question.list_option {
    top: 75px;
    right: 18px;
}

.button-question-answered {

}

.app-mm-content .button-question-answered {
    height: auto;
    line-height: 36px;
    margin-bottom: 10px;
}

.mm-browse-question.list_option {
    position: relative;
    margin-bottom: 5px;
}

.mm-profile-match .mm-percent {
    font-size: 12px;
    background: #247BBA;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    height: 18px;
    line-height: normal;
}

.profile-action .mm-profile-match.button i.mm-percent {
    font-size: 12px;
    font-style: normal;
}

.mm-breadcrumb-question.mo_breadcrumb {
    margin-bottom: 0;
}

.mm-basic-search {
    margin-bottom: 5px;
}

.mm-advanced-search-content {
    margin-top: 5px;
}

.mm-advanced-search-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.mm-advanced-search-content ul li {
    margin-bottom: 10px;
}

.mm-advanced-search-content ul li label {
    display: block;
}

.mm-distance {
    display: inline-block;
}

.matchmaking-distance {
    width: 80px;
}

.app-mm-search-form form#filters .mm-box-search .mm-age-range {
    display: inline-block;
    width: 100%;
}

.app-mm-search-form .mm-advanced-search-content ul li {
    width: 100%;
}

.app-mm-search-form form#filters .matchmaking-distance-type {
    height: 36px;
}

form#filters .mm-box-search .mm-distance,
form#filters .mm-box-search .mm-age-range {
    display: block;
}

form#filters .mm-box-search .matchmaking-distance-type,
form#filters .mm-box-search .mm-age-range input {
    width: 30%
}

form#filters .mm-box-search .mm-age-range input.pull-right {
    float: right !important;
}

form#filters .mm-box-search .matchmaking-distance {
    width: 70%;
}

.user-lists.list-view .user-list-item.matchmaking-list-content .user-item-main {
    align-items: start;
}

#center.col-md-9 .user-lists.grid-view .user-list-item.matchmaking-list-content {
    width: 25%;
}

.user-lists.list-view .user-list-item.matchmaking-list-content .user-item-info {
    display: block;
}

.user-lists.list-view .user-list-item.matchmaking-list-content .user-item-action {
    text-align: left;
}

.mm-btn-action .btn {
    margin-bottom: 5px;
}

.mm-user-online-stt {
    display: inline-table;
    flex: 0 0 18px;
    height: 18px;
    background: #5CCF8D;
    border-radius: 50%;
    margin-left: 3px;
}

.matchmaking-map-canvas .leaflet-top, .matchmaking-map-canvas .leaflet-bottom{
	z-index: 99;
}

@media (max-width: 991px) {
    .matchmaking-action-bar {
        margin-top: -10px;
    }
}

@media (max-width: 767px) {
    #center.col-md-9 .user-lists.grid-view .user-list-item.matchmaking-list-content {
        width: 50%;
    }

    /*.user-lists.list-view .user-list-item.matchmaking-list-content .user-item-figure {
        width: 65px;
        padding: 5px;
    }*/

    .user-lists.grid-view .mm-review .review-count {
        margin-left: 4px;
        display: block;
    }

    .matchmaking-grid-view .matchmaking-list-content {
        width: 33%;
    }

    .content_center_home .matchmaking-list-view .mm-user-avatar, .content_center_user .matchmaking-list-view .mm-user-avatar {
        width: 33%;
    }

    .matchmaking-list-view .mm-user-avatar {
        width: 33%;
    }

    .content_center_home .matchmaking-list-view .mm-user, .content_center_user .matchmaking-list-view .mm-user {
        width: 67%;
    }

    .matchmaking-list-view .mm-user {
        width: 67%;
    }
}

@media (max-width: 480px) {
    .matchmaking-country {
        width: 100%;
    }

    .mm-advanced-search-content ul {
        text-align: left;
    }

    .matchmaking-grid-view .matchmaking-list-content {
        width: 50%;
    }

    .content_center_home .matchmaking-list-view .mm-user-avatar, .content_center_user .matchmaking-list-view .mm-user-avatar {
        width: 50%;
    }

    .matchmaking-list-view .mm-user-avatar {
        width: 50%;
    }

    .content_center_home .matchmaking-list-view .mm-user, .content_center_user .matchmaking-list-view .mm-user {
        width: 50%;
    }

    .matchmaking-list-view .mm-user {
        width: 50%;
    }

    .matchmaking-grid-view .mm-age-gender-percent {
        height: 32px;
    }

    .mm-search-form {
        margin: 0;
        float: none;
        text-align: left;
    }

    .mm-content-left, .mm-content-right {
        vertical-align: inherit;
    }

    .mm-content-right {
        display: block;
        margin-top: 7px;
        margin-left: 10px;
    }

    .matchmaking-grid-view .mm-user-info .mm-user-name a {
        max-width: 65%;
    }

    .mo_breadcrumb > .mm-browse-question.list_option {
        right: 10px;
        position: absolute;
        top: 0;
        margin: 0;
    }
}

/* dating */
.mm-question-signup .box_header,
.mm-question-signup .matchmaking-bar,
.mm-question-signup .matchmaking-question-number .number,
.mm-question-signup .mm-btn-action {
    display: none;
}

.matchmaking-bar-signup {
    display: none;
}

.mm-question-signup .matchmaking-bar-signup {
    display: block;
}
/* dating */