.box_shortcut_landing .shortcut_item{
    text-align: center;
}

.box_shortcut_landing .shortcut_item .moo-icon{
    font-size: 32px;
    margin-bottom: 5px;
}

.box_shortcut_landing .shortcut_item .item_label{
    font-size: 14px;
}

.box_shortcut_landing .login-form .register_social_form i{
    font-size: 24px;
}

.box_shortcut_landing .login-form .register_social_form .social-group {
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #E0E0E0;
}

.shortcut_profile .shortcut_item{
    background-color: #f2f2f2;
    padding: 5px;
    margin: 5px auto;
    text-align: center;
    border-radius: 10px;
    height: 140px;
    width: 140px;
}

.shortcut_profile .shortcut_item a{
    padding-top: 30px;
    display: block;
}

.shortcut_profile .shortcut_item .moo-icon{
    font-size: 36px;
    margin-bottom: 5px;
}

.form-feed-image{
    background-color: #f2f2f2;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.form-feed-image .user_avatar_img{
    float: left;
    /* width: 35px; */
}

.form-feed-image .user_avatar_img img{
    width: 100%;
    border-radius: 100%;
}

.form-feed-image .user_avatar_name{
    margin-left: 10px;
    font-size: 14px;
    float: left;
}

.form-feed-image .user_select_sub{
    float: right;
}

.user-plan{
    margin-top: 7px;
    margin-bottom: 10px;
}

.user-plan-upgrade{
    margin-top: 7px;
    margin-bottom: 5px;
}

/* tan.tt */

.profile-edit ul.token-input-list li.token-input-input-token input,
.profile-edit ul.token-input-list li.token-input-input-token input:focus,
.profile-edit ul.token-input-list li.token-input-input-token {
    width: calc(100% - 3px) !important;
}

.profile-edit ul.token-input-list li.token-input-input-token input {
    border: 1px solid #979797;
    border-radius: 4px;
    padding: 5px 7px;
}

.profile-edit ul.token-input-list li.token-input-token {
    background-color: #063567;
}

.profile-edit ul.token-input-list li.new-color.token-input-token {
    background-color: #B8B8B8;
}

.profile-edit ul.token-input-list li.token-input-token p.token-value {
    margin-left: 5px;
    margin-right: 5px;
}

.profile-edit ul.token-input-list li.token-input-token a,
.profile-edit ul.token-input-list li.token-input-token {
    display: flex;
}

.new-type-content-box {
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    padding: 5px;
    margin-top: 10px;
}

.new-type-content .category-type-list {
    padding: 0 8px;
}

.new-type-content .category-type-list li {
    display: flex;
    align-items: center;
}

.new-type-content .category-type-list li input,
.new-type-content .category-type-list li label {
    margin: 0;
}

.new-type-content .category-type-list li label {
    margin-left: 5px;
    cursor: pointer;
}

.tags-section .tags-list .tag-btn {
    background-color: #B8B8B8;
    border: 1px solid #B8B8B8;
    color: #ffffff;
    margin-bottom: 3px;
}

.profile-appearances .field-item {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}

.profile-appearances .field-item .field-name {
    min-width: 100px;
    width: 100px;
}

.media-photo-video-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.photo-video-item {
    width: 33.3333%;
    padding: 5px;
    position: relative;
}

.photo-video-main {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
}

.add-new-photo-video .qq-upload-list,
.add-new-photo-video .qq-drop-processing {
    display: none;
}

.media-notice {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 99;
}
.profile-edit-photo-section .profile-photo-rotate {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.profile-edit-photo-section .profile-photo-rotate .crop-avatar-middle {
    flex-grow: 1;
    text-align: center;
}
.profile-edit-photo-section .profile-photo-rotate .rotate-avatar-left {
    flex-grow: 0;
}
.profile-edit-photo-section .profile-photo-rotate .rotate-avatar-right {
    flex-grow: 0;
}

.profile-edit-photo-section .profile-edit-photo-img {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    border-radius: 5px;
}

.photo-video-content .photo-video-reviewing {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: #ffffff;
}

.photo-video-main:before {
    content: '';
    display: block;
    padding-top: 100%;
    width: 100%;
}

.photo-video-main:after {
    content: '';
    display: none;
    padding-top: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.photo-video-main:hover:after {
    display: block;
}

.photo-video-main.photo-video-sample{
    cursor: default;
}
.photo-video-main.photo-video-sample:hover:after{
    display: none!important;
}

.photo-video-main .list_option {
    z-index: 9;
}

.photo-video-thumb {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.add-new-work-link .work-link-content,
.add-new-photo-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.add-new-photo-video .qq-uploader {
    position: absolute;
    top: 0;
    height: 100%;
}
.add-new-photo-video .qq-upload-button {
    height: 100%;
}

.add-new-photo-video .qq-upload-button > div {
    position: relative;
    height: 100%;
    z-index: 0;
}

.add-new-photo-video .qq-upload-button .description-add-photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.add-new-photo-video .qq-uploader .qq-upload-button input[type="file"] {
    height: 100% !important;
    z-index: 9;
}

.photo-video-delete {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: -1;
    display: none;
    color: #ffffff;
}

.photo-video-delete .material-symbols-outlined {
    font-size: 26px;
}

.photo-video-main:hover .photo-video-delete {
    display: block;
    z-index: 999;
}

.description-add-post {
    z-index: 99;
}

.description-add-post,
.description-add-work-link {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #E5E5E5;
}

.description-add-post .link-action,
.description-add-work-link .link-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.photo-video-middle{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}
.photo-type-video {
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 26px;
    width: 38px;
    height: 38px;
    display: block;
    margin: 10px auto;
}

.photo-type-video .material-symbols-outlined {
    font-size: 38px;
}

.work-link-delete {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    display: none;
    color: #ffffff;
}

.work-link-delete .material-symbols-outlined {
    font-size: 26px;
}

.photo-video-main:hover .work-link-delete {
    display: block;
}

.post-feed-delete {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    display: none;
    color: #ffffff;
}

.post-feed-delete .material-symbols-outlined {
    font-size: 26px;
}

.photo-video-main:hover .post-feed-delete {
    display: block;
}

#link-profile {
    opacity: 0; position: absolute; z-index: -1
}

.category-interest-list,
.category-skill-list {
    list-style: none;
}

.sub-profile-content .profile-avatar .profile-avatar-upload {
    opacity: 1;
}

.sub-profile-location .form-group > * {
    width: 100%;
}

.description-add-photo {
    text-align: center;
}

@media (max-width:991px) {
    .description-add-photo {
        z-index: 9;
    }
}

.photo-item-info {
    position: relative;
}

.photo-item-info .pin-profile.active {
    color: red;
}

.photo-item-info .pin-profile {
    position: absolute;
    top: 5px;
    right: 5px;
}

.pin-profile .material-symbols-outlined {
    font-size: 25px;
    font-weight: bold;
}

.shortcut-menu-item-main .item_label .badge_counter {
    vertical-align: middle;
    color: #063567;
    background-color: #fff;
    border: 1px solid #063567;
    text-align: center;
    padding: 0 5px;
    border-radius: 2px;
}

.section-notification {
    position: absolute;
    top: 0;
    font-size: 12px;
    left: calc(50% + 10px);
    padding: 2px 3px;
    border-radius: 2px;
    /*border: 1px solid #ffffff;
    background: #f00000;
    color: #ffffff;*/
    color: #4f4f4f;
    white-space: nowrap;
}

#city_content .select2-container {
    width: 100% !important;
}

.job-filter-action {
    padding-top: 2px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.profile-photo-popup-item .profile-photo-popup-main .profile-photo-popup-caption {
    left: 10px !important;
}

.confirm-notified-whatsapp {
    display: flex;
    align-items: center;
}

.confirm-notified-whatsapp .radio-phone-setting {
    margin: 0;
}

.confirm-notified-whatsapp .label-phone-setting {
    margin: 0;
    padding-left: 5px;
    margin-right: 25px;
}

.add-profile {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e4e4e4;
    align-content: center;
    text-align: center;
    color: #000000;
}

.add-profile span {
    display: block;
    margin-bottom: 5px;
}
/* tan.tt */

#whatsapp-support {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1;
}

#whatsapp-support a {
    display: inline-block;
    background-color: white;
    padding: 10px 15px;
    border-radius: 50px;
    color: #25d366;
    border: 2px solid #25d366;
    width: 128px;
    text-align: center;
}

#whatsapp-support .whatsapp-support-logo {
    height: 32px;
}

#float-button-gold {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 1;
}

#float-button-gold a {
    display: inline-block;
    padding: 18px 15px;
    border-radius: 50px;
    background-image: linear-gradient(to right, rgb(255 223 56) 0%, rgb(171 114 54) 100%);
    color: white;
    width: 128px;
    text-align: center;
}


@media (max-width: 991px) {
    #float-button-gold,
    #whatsapp-support {
        bottom: 72px;
    }

    .guest-page #whatsapp-support {
        bottom: 65px;
        right: 32px;
    }
}

.tip-info-sub-profile .tooltip-inner {
    text-align: left;
    max-width: none;
}

.box2 .box_header .box_header_title a.get-post-gold {
    font-size: 14px;
    font-weight: bold;
    color: #dd8713;
}

.profile-search-view-count {
    display: flex;
}

.profile-data-count {
    display: flex;
    margin-right: 15px;
    font-weight: bold;
}

.profile-data-count .material-symbols-outlined {
    font-weight: bold;
    font-size: 18px;
    margin-right: 3px;
}

.profile-data-count a {
    text-decoration: underline;
}

.core-lists .core-list-item .core-item-title.item-shortlist-title {
    display: flex;
    align-items: center;
}

.item-shortlist-title .material-symbols-outlined {
    margin-right: 5px;
    font-size: 26px;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.adsbygoogle_content {
    overflow: hidden;
    text-align: center;
}

.adsbygoogle_feed {
    margin-bottom: 15px;
}

.adsbygoogle_search,
.adsbygoogle_search_detail {
    margin-bottom: 10px;
}

.photo-video-profile-post {
    position: relative;
    cursor: pointer;
}

.activity_item_photo .photoAdd2File .layer_square {
    height: 0;
    padding-bottom: 100%;
}

.activity_item_photo .layer_square {
    border: none !important;
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
    cursor: pointer;
}

#float-button-add {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 1;
}

#float-button-add a.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
    background: #000;
    color: white;
    width: 80px;
    text-align: center;
}

#float-button-add.open .dropdown-menu {
    display: block;
}

#float-button-add .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
    border-radius: 15px;
    min-width: auto;
    padding: 10px 15px;
}

@media (max-width: 991px) {
    #float-button-add {
        bottom: 75px;
    }
}

.share-shortlist-link {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
