.btn-loading {
    pointer-events: none;
}

.btn-loading i {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-loading i {
    background: none !important;
}

.btn-loading i:before {
    content: "\f110";
}

.text-2-line,
.text-3-line,
.text-4-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 1.3rem !important;
    -webkit-box-orient: vertical;
}

.text-2-line {
    max-height: 2.6rem;
    -webkit-line-clamp: 2;
}

.text-3-line {
    max-height: 3.9rem;
    /* fallback */
    -webkit-line-clamp: 3;
}

.text-4-line {
    max-height: 5.2rem;
    /* fallback */
    -webkit-line-clamp: 4;
}

.no-select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #c3c3c3;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 180px;
    padding: 5px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font: 700 11px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 75px;
}

.ribbon-top-left::after {
    bottom: 75px;
    left: 0;
}

.ribbon-top-left span {
    right: 30px;
    top: 20px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

.dx-ring {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
    display: block;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.map .btn-geo {
    position: absolute;
    z-index: 1;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 60, 136, .5);
    color: white;
    font-weight: 700;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 3px;
}

.btn-geo:hover {
    background-color: rgba(0, 60, 136, .7);
}

.map .btn-style {
    position: absolute;
    z-index: 1;
    left: 50px;
    bottom: 10px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 3px;
    background: rgba(0, 60, 136, .5);
    outline: none;
    box-shadow: none;
    color: white;
    padding: 4px 10px;
    cursor: pointer;
}


.dx-modal.lg-modal .modal-dialog {
    max-width: 600px;
}

.dx-modal input.form-control,
.dx-modal select.form-control {
    height: 38px;
    box-shadow: none;
}

.dx-modal .form-label {
    margin-bottom: 5px;
    color: #666666;
}

.dx-modal .modal-header,
.dx-modal .modal-footer {
    padding: 1rem 1.5rem;
}

.dx-modal .modal-header {
    background: #f1f1f1;
}

.dx-modal .modal-title {
    text-transform: uppercase;
    font-weight: bold;
}

.dx-modal .content-hl {
    background: #ffe6e6;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}


.datepicker-dropdown:before {
    border-bottom-color: rgba(33, 33, 33, .2)
}

.datepicker table tr td.range,
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #145388;
    border-color: #145388
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(33, 33, 33, .2)
}

.datepicker table tr td,
.datepicker table tr th {
    color: #212121
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top-color: #fff
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    border-bottom-color: #fff
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #d7d7d7
}

.datepicker table tr td,
.datepicker table tr th {
    width: 35px;
    height: 35px;
    border-radius: .1rem
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #fff;
    background-color: #145388;
    border-color: #145388
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #0d385c;
    border-color: #0d385c
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: #0d385c;
    border-color: #0d385c
}

.datepicker.datepicker-inline,
.datepicker.datepicker-inline table {
    width: 100%
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker tfoot tr th:hover {
    background: #d7d7d7
}

.datepicker thead,
.datepicker tbody,
tfoot,
.datepicker tr,
.datepicker td,
.datepicker th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
    vertical-align: middle;
}

.map-container .searchBox-container {
    position: absolute;
    z-index: 2;
    right: 100px;
    top: 5px;
}

.map-container .searchBox-container input {
    padding: 4px 10px;
    border: 1px solid #bebebe;
    margin: 5px 10px;
    border-radius: 3px;
    outline: none;
    font-size: 13px;
    width: calc(100vw - 160px);
    max-width: 250px;
    height: 22px;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 25%);
}

.map-container .MicrosoftMap .NavBar_Container .NavBar_MapTypeButtonHeight {
    height: 30px;
    line-height: 30px;
}

.map-container .MicrosoftMap .NavBar_Container .NavBar_MapTypeButtonContainer {
    margin-top: 10px;
}

.map-container .MicrosoftMap .as_container_search {
    width: 400px;
    right: 8px;
}

.map-container .MicrosoftMap .NavBar_Container .NavBar_MapTypeButtonContainer {
    border: 1px solid #a4a4a4;
    border-radius: 3px;
}

.map-container .MicrosoftMap .as_container .bingLogoLight {
    background-image: url(https://batdongsan24h.ml/assets/data/avatar/user/40e9890….png);
    background-size: 40px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    opacity: 0.6;
}

.map-container .MicrosoftMap .NavBar_Container.V8MapStyle .NavBar_MapTypeButtonIcon.V8MapStyle {
    background-size: 16px;
    margin-top: 8px;
}

.map-container .MicrosoftMap .NavBar_Container .NavBar_MapTypeButtonContainerWrapper.V8MapStyle {
    margin-top: 0 !important;
}

.map-container .MicrosoftMap .NavBar_Container.V8MapStyle.sdk .NavBar_DropDown {
    margin-top: 30px !important;
}

.map-container .MicrosoftMap .NavBar_Container.V8MapStyle .slot .pie-label {
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#NavBar_MapTypeText {
    max-width: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dxcustom-content  * {
    font-size: inherit;
    max-width: 100%;
    color: inherit;
}

.dxcustom-content h1,
.dxcustom-content h2,
.dxcustom-content h3,
.dxcustom-content h4,
.dxcustom-content h5 {
    font-weight: bold;
    line-height: initial;
    margin-bottom: 15px;
}

.dxcustom-content h1 {
    font-size: 2em;
}

.dxcustom-content h2 {
    font-size: 1.5em;
}

.dxcustom-content img {
    margin: auto;
    display: inherit;
}

.dxcustom-content p {
    margin-bottom: 1rem;
}

.dxcustom-content ul li {
    list-style-type: initial !important;
}

.dxcustom-content ol li {
    list-style-type: decimal !important;

}

.dxcustom-content ul,
.dxcustom-content ol {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}