/**login**/
.login {
    width: 100%;
    margin: auto;
}


.mod-login-col1 .login-title h3 {
    color: var(--darkColor);
    font-weight: 700;
    font-size: 1.8rem;
    font-family: 'Merriweather Bold', serif;
    line-height: 44px;
    letter-spacing: 0.36px;
    margin: 0px;
}

.mod-login-col1 a {
    color: #007bff;
}

.mod-login-col1 .login-other a {
    color: #007bff;
    font-weight: 700;
}

.mod-login-col1 .login-other {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
    margin: 0px;
    margin: 15px 0;
}

.mod-login-col1 form#dangnhap label {
    color: var(--darkColor);
    font-size: 15px;
}

.login input[type="text"], .login input[type="password"], .login input[type="email"], .login input[type="number"], div#pnlchangepass input {
    width: 100%;
    height: 45px;
    border: 0;
    background-color: #e7f0fe;
    color: #007aff !important;
    padding: 0 20px 0 10px;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: unset !important;
}

.login input#wp-submit, button.next-btn.next-btn-primary.next-btn-large {
    margin: 0px;
    width: 100% !important;
    border-radius: 6px !important;
    background-color: #007bff;
    border-color: #007bff;
}

#btnChangeEmail, .btnSubmit {
    margin: 0px;
    color: #fff;
    background: var(--primary-color);
}

.forgot a {
    font-size: 15px;
    color: var(--darkColor);
}

.mod-third-party-login.mod-login-third-btns a, .mod-third-party-login a {
    width: 250px;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 15px;
}

.btn-login-fb {
    background: #3B5998;
}

.btn-login-gg {
    background: #D34836;
}

button.next-btn.next-btn-primary.next-btn-large {
    border-radius: 4px !important;
    margin: 0px;
    color: #fff;
}

.header-user a {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.23px;
    fill: #222531;
    color: #222531;
    background-color: #02010100;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #A6B0C3;
    padding: 14px 20px 14px 20px;
    margin-left: 15px;
}

.header-user a i {
    display: none;
}

.header-user a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.table-my-ads {
    background: #fff;
    border: 1px solid #f2f2f2;
}

.table-my-ads thead tr th {
    background: var(--darkColor);
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    padding: 10px 0 !important;
    text-align: center;
    text-transform: unset !important;
}

.table-my-ads tbody tr td {
    padding: 10px;
}

.table-my-ads tbody tr td:not(:last-child) {
    border-right: 1px solid #f2f2f2;
}

.table-my-ads tbody tr td:nth-child(1) {
    width: 80px;
}

.table-my-ads tbody tr td img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px !important;
}

.table-my-ads tbody tr td {
    color: var(--darkColor);
}

.table-my-ads tbody tr td.post-title {
    width: 250px;
}

.table-my-ads h4.ad-status {
    font-weight: normal;
    font-size: 15px;
}

input#filter-view {
    width: 100%;
    border-radius: 4px !important;
    box-shadow: unset !important;
    margin: 15px 0 0 0;
}

.table-my-ads td.post-title h3 a {
    font-size: 16px;
    line-height: 22px;
    color: var(--darkColor);
}

.table-my-ads td.post-title h3 a:hover {
    color: var(--primary-color)
}

.table-my-ads .meta, .table-my-ads .meta a {
    font-size: 14px;
    line-height: 20px;
    color: var(--darkColor);
}

.sidebar-account ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC);
}

.sidebar-account ul li {
    width: 100%;
}

.sidebar-account ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}

.sidebar-account ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color);
}

.sidebar-account {
    border: 1px solid #ededed;
    margin: 0px 0px 25px 0px;
    background: #fff;
    padding: 10px 10px 10px 10px;
}

.sidebar-account ul li:last-child a {
    border-bottom: 0px !important;
}

.sidebar-account ul li a:hover {
    background: var(--primary-color);
}

.sidebar-account ul li a:hover {
    color: #fff;
}

.sidebar-account ul li a:hover:before {
    color: #fff;
}

/**Menu**/
.position-abs {
    position: relative;
}

.menu-mobile {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid rgba(34, 37, 49, 0.16);
    box-shadow: 0 16px 32px rgb(34 37 49 / 24%);
    width: 250px;
    top: 37px;
    right: 0px;
}

.menu-mobile ul {
    padding: 0px !important;
    margin: 0px !important;
}

.menu-mobile ul li {
    border-color: #EFF2F5;
    padding: 0px !important;
}

.menu-mobile ul li a {
    width: 100% !important;
    border: 0px !important;
    margin: 0 !important;
    padding: 8px 10px !important;
}

.menu-mobile ul li a:hover {
    background: #EFF2F5;
    color: var(--darkColor)
}

.form-item .row-item .h2 span {
    font: bold 15px/32px roboto, sans-serif;
    background: var(--darkColor);
    text-transform: none;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
}

.form-item .row-item .h2 {
    margin-bottom: 15px;
}

.form-item .row-item .h2 {
    border-bottom: 1px solid var(--darkColor);
}

.form-item input[type="text"], .form-item input[type="number"], .form-item input[type="email"], .form-item textarea {
    box-shadow: unset !important;
    border-radius: 4px !important;
}

.form-item select {
    box-shadow: unset !important;
    border-radius: 4px !important;
}

span.colour {
    color: #ff3333;
}

button#edit-submit {
    margin: 0px !important;
    border-radius: 4px !important;
    color: #fff;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    display: none;
    width: 110px;
    height: 145px;
}

.fileUpload > span {
    display: block;
    width: 100%;
    height: 110px;
}

.fileUpload input.upload {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 110px;
    height: 110px;
    left: 0;
    top: 10px;
    border-color: #ebebeb;
}

.fileUpload1,
.fileUpload15,
.fileUpload16 {
    display: inline-block;
}

.thumbimage,
.thumbimage_sh {
    width: 110px;
    height: 110px;
}

.remove-bg {
    text-align: center;
}

.btn-xoa {
    font-size: 11px;
    margin: 10px 0 0 0;
    background: var(--primary-color);
    color: #fff;
    min-height: unset !important;
    height: unset !important;
}

.realty-maps {
    width: 100%;
    margin-top: 20px;
}

.realty-maps:before,
.realty-maps:after {
    content: '';
    display: table;
}

.realty-maps:after {
    clear: both;
}

.realty-map {
    width: 100%;
    height: 350px;
}

.publish-ad-button {
    margin-top: 20px;
    padding: 5px;
    border: 2px dashed #cc0332;
    width: 100%;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.2);
}

.realty-images .row-item .bg-danger {
    padding: 10px;
    font-size: 14px;
}

.bg-danger {
    background-color: #f2dede;
}

.text-danger {
    color: #a94442;
}

.form-item .labelwrapper {
    margin: 0;
    width: 100%;
    float: left;
    font-weight: bold;
    line-height: 28px;
}

.realty-images {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
}

.realty-images .labelwrapper label {
    margin: 0px !important;
}

.realty-images .labelwrapper {
    padding: 3px 10px;
    margin: 0px;
}

.s16_r {
    padding-left: 30px;
    position: relative;
    margin-bottom: 26px;
}

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

.s16_r label {
    display: block !important;
    padding: 20px 15px;
    border: 1px solid #eee;
    cursor: pointer;
    position: relative;
}

.s16_r label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #cecece;
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.s16_r input[type="radio"]:checked + label:before {
    border: 6px solid var(--primary-color);
}

.s16_s {
    border: 1px solid #eee;
    padding: 25px 20px;
    position: relative;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.5;
    display: none;
}

.s16_r input[type="radio"]:checked + label {
    border-color: var(--primary-color);
}

.s16_f .form-group {
    margin-bottom: 63px;
    position: relative;
    border-radius: 2px;
}

.table-my-ads tr:nth-child(even) {
    background: #f2f2f2;
}

.user-price {
    background-color: #fceabb;
    padding: 10px;
    display: block;
    color: #343a40;
    font-size: 15px;
}

.dashboard-nav {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #9a9eb5;
    width: 100%;
    z-index: 999999;
}

.dashboard-nav .menu-menu-thanh-vien-container ul > li {
    height: 50px;
    display: inline-flex;
    align-items: center;
    border: 0px !important;
}

.dashboard-nav .menu-menu-thanh-vien-container ul > li a {
    display: flex;
    align-items: center;
    color: #3d3b40;
    position: relative;
    font-size: 0.95rem;
    height: 30px;
    opacity: 0.6;
    border-radius: 10px;
    padding: 0 10px;
}

.dashboard-nav .menu-menu-thanh-vien-container ul > li a:hover {
    background: #ecf1ff;
    opacity: 1;
}

.dashboard-nav .menu-menu-thanh-vien-container ul > li.current-menu-item a {
    background: #ecf1ff;
    opacity: 1;
    font-weight: bold;
}

.dashboard-nav .menu-menu-thanh-vien-container ul > li a i {
    margin-right: 2px;
}

.mod-login-col1.clearfix {
    text-align: left;
}

.w550 {
    width: 550px;
    margin: 0 auto;
    padding: 30px 100px;
    position: relative;
}

.w550:before {
    content: "";
    display: block;
    width: 140px;
    height: 100%;
    background: url(../images/login-bg-left-3.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: -100px;
    bottom: 0;
    pointer-events: none;
}

.w550:after {
    content: "";
    display: block;
    width: 200px;
    height: 100%;
    background: url(../images/register-bg-right-2.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: -140px;
    top: 0;
    pointer-events: none;
}

.user-popover .user-popover-dropdown {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 300px;
    background: #fff;
    box-shadow: rgba(14, 42, 71, 0.25) 0px 0px 60px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    display: none;
    border-radius: 7px;
  
}

.user-popover:hover .user-popover-dropdown {
    display: block;
}

.user-popover .user-popover-info {
    display: flex;
    align-items: center;
    color: #343a40;
    margin-bottom: 15px;
}

.user-popover .user-popover-info img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ddd;
    object-fit: cover;
    margin-right: 10px;
}

.user-popover .user-popover-info aside {
    flex: 1;
}

.user-popover .user-popover-info .user-name {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
}

.user-popover .user-popover-info .user-phone {
    font-size: 0.95rem;
    font-weight: normal;
    color: #717580;
}

.user-popover .user-popover-info .user-profile {
    display: block;
    color: #216bff;
}

.user-popover ul > li {
    list-style: none;
    border: 0px !important;
}

.user-popover ul > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    color: #343a40;
    padding: 7px 5px;
    transition: 0.3s ease-out;
}

.user-popover ul > li > a span {
    color: #343a40;
}

.user-popover ul > li > a:hover {
    background-color: #ecf1ff;
    border-radius: 7px;
}

.user-popover ul > li > a .icon {
    margin-right: 8px;
}

.user-popover .user-money {
    margin-bottom: 15px;
    background-color: #fceabb;
    padding: 10px;
    border-radius: 10px;
    display: block;
    color: #343a40;
}

.user-popover .user-money span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
}

.tile-item {
    padding: 15px;
    display: block;
    height: 100%;
    color: #3d3b40;
    box-shadow: rgb(88 102 126 / 12%) 0 0 2px;
    background-color: #fff;
}

.tile-item:focus,
.tile-item:hover {
    color: #3d3b40;
    box-shadow: 0 0 0 2px #216bff;
    background-color: #fff;
}

.tile-item .tile-title {
    font-size: 1.1rem;
    margin: 10px 0 0 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.tile-item p {
    opacity: 0.7;
    margin: 0;
    font-size: 15px;
}

.tile-item .number-count {
    padding: 0px 4px;
    background-color: #e4012b;
    color: #fff;
    border-radius: 22px;
    font-size: 1rem;
    margin-left: 5px;
}

form#primaryPostForm {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: rgb(88 102 126 / 12%) 0 0 2px !important;
}

.wrap-change-img {
    width: 165px;
    height: 165px;
    position: relative;
}

.wrap-change-img img {
    width: 100%;
    object-position: top;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wrap-change-img .changeImg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    padding: 0;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: url(../images/sua-tt-ca-nhan.svg) center center no-repeat;
    background-color: var(--primary-color);
    background-size: auto;
    border: 0px !important;
    margin: 0px !important;
    min-height: 29px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
}

.file-upload {
    display: none;
}