.srv-validation-message {
    color: red;
    font-size: 12px;
    margin-top: -20px;
    line-height: 2;
    font-style: oblique;
}

.top-import-trans {
    font-size: 16px;
}

.srv-validation-message2 {
    color: red;
    font-size: 18px;
    font-weight: 600;
    margin-top: -20px;
    line-height: 2;
    font-style: oblique;
}

.form-import-trans .drop_box.mar_drop_box .upload-btn-wrapper .btn-cus h4 {
    color: #231f20;
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(224, 165, 46, 0.75) 1.5em 0 0 0, rgba(224, 165, 46, 0.75) 1.1em 1.1em 0 0, rgba(224, 165, 46, 0.75) 0 1.5em 0 0, rgba(224, 165, 46, 0.75) -1.1em 1.1em 0 0, rgba(224, 165, 46, 0.75) -1.5em 0 0 0, rgba(224, 165, 46, 0.75) -1.1em -1.1em 0 0, rgba(224, 165, 46, 0.75) 0 -1.5em 0 0, rgba(224, 165, 46, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(224, 165, 46, 0.75) 1.5em 0 0 0, rgba(224, 165, 46, 0.75) 1.1em 1.1em 0 0, rgba(224, 165, 46, 0.75) 0 1.5em 0 0, rgba(224, 165, 46, 0.75) -1.1em 1.1em 0 0, rgba(224, 165, 46, 0.75) -1.5em 0 0 0, rgba(224, 165, 46, 0.75) -1.1em -1.1em 0 0, rgba(224, 165, 46, 0.75) 0 -1.5em 0 0, rgba(224, 165, 46, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.box {
    width: 100%;
}

.rounded-circle {
    width: 70px !important;
    height: 100% !important;
}

.donut_chart .box {
    width: 80px;
    height: 80px;
}

.no-data-found {
    font-size: 30px;
    display: block;
    text-align: center;
    padding-top: 10%;
    font-weight: 600;
    line-height: 1.5;
}

.main-panel .content-wrapper {
    padding-bottom: 100px;
    position: relative;
}

.main-panel .content-wrapper footer.footer {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    right: 0;
}

.action-btns-group .btn {
    margin-left: 3px;
}

.navbar {
    box-shadow: none !important;
}

.properties-list-view-sec .card-text li {
    display: flex;
    align-items: self-start;
}

.properties-list-view-sec .card-text .location-icon {
    margin-right: 10px;
    margin-top: 8px;
}

.properties-list-view-sec .card-text li i.mdi {
    margin-right: 10px;
}

.inner-quick-option-box h4 {
    line-height: 1.5;
}

.inner-page-header-two .inner-right-cell .select_btn {
    width: 154px;
    padding-right: 30px !important;
}

.heading-upload .file-upload {
    position: relative;
}

div.heading-upload input[type="file"] {
    display: block;
    opacity: 0;
    cursor: pointer;
}

.no-data-table {
    text-align: center;
    padding: 30px;
    font-size: 20px;
}

.ps-card-img-top span {
    margin-right: 3px;
}

.mapAddress {
    position: absolute;
    top: -70px;
    width: 200px;
    background-color: #ffffff !important;
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    padding: 10px 12px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
}

.cursorPointer {
    cursor: pointer;
}

.nav-profile-img {
    background: #231f20;
    color: #fff;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    border-radius: 50%;
    letter-spacing: -1px;
}
.left-aside-chat ul li {
    position: relative;
}
.left-aside-chat ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1359px) {
    section.property-details-sec .inner-property-details-sec .card .card-body {
        padding: 20px;
    }

    #main-property #property .card .card-header .btn-header-link {
        padding: 24px 20px;
    }

    .card .property-view-box .card-title {
        font-size: 22px;
        line-height: 30px;
    }

    #main-property ul li i {
        font-size: 20px;
    }

    #main-property ul li {
        font-size: 14px;
    }


}
