@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,500&display=swap");

:root {
    /* colors */
    --btn-color: #bf554a;
    --highlighter-color: #bf554a;
    --login-color-one: #8e44ad;
    --light-black: rgba(0, 0, 0, 0.6);
    --med-black: rgba(0, 0, 0, 0.87);

    /* font-sizes */
    --f-14: 14px;
    --f-12: 12px;
    --f-36: 36px;
    --f-32: 32px;
    --f-17: 17px;
}

input[type="search"]::-webkit-search-decoration:hover,
input[type="search"]::-webkit-search-cancel-button:hover {
    cursor: pointer;
}

p i{
    font-size: 16px;
}

.main-sidebar,
.main-sidebar::before {
    width: 260px;
}

.sidebar {
    padding: 0px;
}

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&family=Roboto:wght@400&display=swap'); */
@font-face {
    font-family: "opensans";
    src: url("../fonts/OpenSans-Regular.eot");
    src: url("../fonts/OpenSans-Regular.svg") format("svg"),
        url("../fonts/OpenSans-Regular.woff") format("woff"),
        url("../fonts/OpenSans-Regular.woff2") format("woff2"),
        url("../fonts/OpenSans-VariableFont_wdth\,wght.ttf") format("truetype");
}

@font-face {
    font-family: "roboto";
    src: url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&display=swap");
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "opensans";
}
.nav-sidebar > .nav-item {
    padding: 8px 0px;
}
.calculator * {
    padding: 3px;
}
.calculator input {
    text-align: right;
}
.input-gray {
    background-color: #eee;
}
/* bootstrap counter css start */
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: black;
    background-color: #ced4df;
    border-color: #ced4df;
}
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > th.dtr-control:before {
    content: "-";
    background-color: #bf554a;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color: #9f91db;
}
.navbar-expand .navbar-nav {
    position: relative;
}
@media screen and (max-width: 425px) {
    /* image-upload start */
    .card.card-primary .card-footer button.btn {
        font-size: 12px;
        height: 10.8vw;
        min-height: 45px;
    }
    .card.card-primary .card-footer a {
        font-size: 12px;
    }
    /* image-upload end */
    .dropdown-menu {
        font-size: 0.75rem;
    }
    .dropdown-menu-lg {
        max-width: 300px;
        min-width: 200px;
        padding: 0;
    }
    label {
        font-size: 12px;
    }
    input {
        font-size: 12px;
    }
    select {
        font-size: 12px;
    }
    textarea {
        font-size: 12px;
    }
    .create-user .card-footer button.btn {
        font-size: 12px;
    }
    .create-user .card-footer a.btn {
        font-size: 12px;
    }
    strong {
        font-size: 12px;
    }
    .text-danger {
        font-size: 12px;
    }
}
/* bootstrap counter css end */
/* user-pass-update start */
.user-pass-update input {
    font-size: 14px;
    margin-bottom: 5px;
    height: 50px;
    max-width: 820px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}
.user-pass-update select {
    font-size: 14px;
    margin-bottom: 5px;
    height: 50px;
    max-width: 820px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}
.user-pass-update textarea {
    font-size: 14px;
    margin-bottom: 5px;
    height: 50px;
    max-width: 820px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}
div.user-pass-update div.card-footer {
    background-color: white;
    padding-top: 38px;
    padding-bottom: 38px;
    max-width: 820px;
    display: flex;
    justify-content: end;
    align-items: Center;
    flex-direction: row-reverse;
    column-gap: 30px;
}
.user-pass-update .card-footer button:hover {
    background-color: #c23d2f;
}
.user-pass-update .card-footer button {
    background-color: var(--btn-color);
    color: white;
    font-weight: 600;
    font-size: 17px;
    padding: 11px 67px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}
.create-user .card-footer .create-user .card-footer a {
    color: var(--btn-color);
    font-weight: 600;
    font-size: 17px;
    padding: 11px 15px;
}
.user-pass-update .card-footer a:hover {
    border: 1px solid var(--btn-color);
    border-radius: 5px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}
/* user-pass-update end */
/* Common classes start */
.account-login-page .alert.alert-success {
    width: 100%;
    /* max-width: 200px; */
    margin: 0px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 10px 15px;
}
.form-control.is-invalid {
    background-image: none !important;
}
.width-for-an-eye {
    font-size: 14px;
    margin-bottom: 10px !important;
    height: 50px;
    max-width: 820px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}
.pass-eye-close {
    position: relative;
    height: 55px;
    margin-bottom: 20px;
}
.pass-eye-close::after {
    --icon-size: 24px;
    position: absolute;
    background-image: url("../img/frontendImages/eyeIconClose.png");
    background-size: var(--icon-size) var(--icon-size);
    background-repeat: no-repeat;
    content: "";
    width: var(--icon-size);
    height: var(--icon-size);
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pass-eye-open::after {
    background-image: url("../img/frontendImages/eyeIconOpen.png");
}
textarea {
    resize: none;
}
.action-button button.btn {
    background-color: transparent !important;
    border: none !important;
}
div.content-wrapper .card-header .big-text a.btn {
    padding-block: 5px;
    padding-right: 17px;
    line-height: 19px;
}
.flex-rm {
    display: block !important;
}
.doc-add-container {
    display: flex;
    flex-direction: column;
    column-gap: 10px;
}
.edit {
    background-image: url("../img/frontendImages/editIconAction.png");
    background-size: 15.3px 15.3px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
}
.gallery-action-icon img {
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
}
h1 {
    font-size: 24px;
    font-weight: 700;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

/* table tr td.action-button {
    text-align: center;
} */

.content-wrapper .content-header {
    padding: 0px;
}

.content-wrapper .content-header > .container-fluid {
    padding: 0px;
}

div.content-wrapper section.content .container-fluid div.row {
    margin: 0px;
}
div.content-wrapper
    section.content
    .container-fluid
    div.row
    > div[class^="col-sm"] {
    padding: 0px;
}

.content-wrapper .content-header {
    padding-bottom: 18px;
}

div.content #DataTable {
    border-collapse: separate;
}

div.content-wrapper {
    padding: 0px 41px;
}

.content-wrapper div[class^="card"] {
    padding: 0px;
}

div.content-wrapper .card-header {
    border: none;
    padding-bottom: 20px;
}

div.content-wrapper .card-header a.btn {
    width: 212px;
    height: 50px;
    padding: 12px 20px;
    padding-left: 55px;
    background-color: white;
    border: 1px solid lightgray;
    color: black;
    background-image: url("../img/frontendImages/plus.png");
    background-size: 25px 25px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

div.content-wrapper #DataTable_wrapper .row:first-child {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

div.content-wrapper #DataTable_wrapper #DataTable_filter {
    text-align: left;
}

div.content-wrapper #DataTable_wrapper #DataTable_filter label {
    border: 1px solid #ced4da;
    padding-left: 10px;
    border-radius: 5px;
}

div.content-wrapper #DataTable_wrapper #DataTable_filter input {
    max-width: 1019px;
    width: 69vw;
    border: none;
    border-left: 1px solid #ced4da;
    height: 45px;
}

div.content-wrapper #tbodyMsg td.action-button a {
    /*display: inline-block;*/
    /*width: 18px;*/
    text-align: center;
    height: 15px;
    margin-bottom: -3px;
    background-position: center center;
    background-repeat: no-repeat;
}

div.content-wrapper .pagination {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 76px;
}
div.content-wrapper .pagination li a {
    color: #393f45;
}

div.content-wrapper .pagination li.active a {
    background-color: #bf554a;
}

div.content-wrapper .pagination li.active:hover a {
    background-color: #c23d2f;
}

div.content-wrapper .pagination li.paginate_button a {
    padding: 5.5px 8px;
    border-radius: 5px;
    border-radius: 5px;
    border: none;
    border: none;
    text-align: center;
}

div.content-wrapper .pagination li.next a {
    font-size: 0;
    background-image: url("../img/frontendImages/chevronRight.svg");
    background-size: 100% 100%;
    padding: 15px 12px;
    margin-left: 6px;
    background-repeat: no-repeat;
    width: 15px;
    color: transparent;
    height: 20px;
}

div.content-wrapper .pagination li.previous a {
    font-size: 0;
    background-image: url("../img/frontendImages/chevronLeft.svg");
    background-size: 100% 100%;
    padding: 15px 12px;
    margin-right: 6px;
    background-repeat: no-repeat;
    width: 15px;
    color: transparent;
    height: 20px;
}

aside.left {
    overflow-y: auto;
    scrollbar-width: none;
}

aside.left::-webkit-scrollbar {
    width: 5px;
    display: none;
}

div.content-wrapper {
    /* overflow-x:hidden; */
    background-color: white;
}

div.content-wrapper > section.content {
    padding: 0px;
    box-shadow: none;
}

div.content-wrapper > section.content .card {
    box-shadow: none;
}

div.content-wrapper > section.content #DataTable {
    border: none;
}

div.content-wrapper #DataTable th {
    border: none;
    padding-left: 0px;
}

div.content-wrapper #DataTable tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

div.content-wrapper #DataTable tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

div.content-wrapper #DataTable tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

div.content-wrapper #DataTable tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

div.content-wrapper #DataTable tr td:first-child {
    border-left: 1px solid #ced4df;
}

div.content-wrapper #DataTable tr:last-child td {
    border-bottom: 1px solid #ced4df;
}

div.content-wrapper #DataTable tr.odd td {
    background-color: white;
}

div.content-wrapper > section.content > .container-fluid {
    padding: 0px;
}

.alert.alert-success {
    width: 75vw;
    max-width: 1019px;
    margin: 0px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 10px 15px;
}
.alert.alert-danger {
    margin: 0px;
    margin-top: 18px;
    padding: 10px 15px;
}
.account-chng-pass-page .alert.alert-success {
    max-width: 500px;
}
.dis-boot {
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ds-flx {
    display: flex;
}

.bor-10 {
    border-radius: 10px;
}

.main-wrapper {
    display: flex;
    justify-content: center;
    align-items: Center;
    /* width:100%; */
    /* height:100vh; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.backgroung-account-img {
    min-height: 100vh;
    background-image: url("../img/frontendImages/loginPageBackground.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    /* height:; */
}

div[class^="account"] {
    justify-content: center;
    padding: 109px 219px;
    padding-bottom: 52px;
    padding-top: 52px;
    flex-direction: column;
}

.before {
    position: relative;
    border-radius: 5px;
}

div[class^="account"] input {
    border-radius: 5px;
    width: 298px;
    height: 53px;
    padding: 18px;
    position: relative;
    font-size: var(--f-12);
    border: 1px solid rgba(0, 0, 0, 0.38);
    outline: none;
}

div[class^="account"] input:placeholder {
    color: var(--med-black);
}

div[class^="account"] .before::before {
    position: absolute;
    border-top-left-radius: 5px;
    transition-duration: 0.2s;
    border-bottom-left-radius: 5px;
    content: "";
    width: 4px;
    z-index: 12;
    left: 0px;
    max-height: 53px;
    top: 0px;
    height: 100%;
    opacity: 0;
    transform: translatex(-100%);
    background-color: var(--login-color-one);
}

div[class^="account"] .before:hover::before {
    transform: translatex(0%);
    opacity: 1;
}

div[class^="account"] .copy-ryt {
    margin-top: 107px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

div[class^="account"] h2.decor {
    text-align: center;
    margin: 0;
    font-weight: 700;
    /* font-size: var(--f-32); */
    font-size: clamp(22px, 2.4vw, var(--f-32));
    color: var(--login-color-one);
}

div[class^="account"] form {
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    width: 298px;
}

div[class^="account"] button[type="submit"] {
    background-color: var(--btn-color);
    color: white;
    max-width: 298px;
    width: 298px;
    padding: 18px;
    line-height: 17px;
    border: none;
    outline: None;
    font-weight: 700;
    font-size: var(--f-17);
}

input.shadow {
    border: none !important;
    outline: none;
    box-shadow: 6px 6px 8px -2px rgba(0, 0, 0, 0.2) !important;
}

.shadow > input {
    border: none !important;
    outline: none;
}

div[class^="account"] .back-btn {
    column-gap: 13px;
    width: 70px;
    position: absolute;
    bottom: 55px;
    left: 141px;
    color: black;
    text-decoration: none;
}

div[class^="account"] .back-btn .arrow {
    display: block;
    background-image: url("../img/frontendImages/leftArrow.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

a.logo.brand-link {
    font-family: "Roboto", sans-serif;
    font-size: var(--f-17);
    color: white;
    padding: 0px;
    padding-bottom: 56.42px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    align-items: baseline;
    border-bottom: none;
    width: auto;
}

.logo img {
    width: 36px;
    margin-right: 9px;
    height: 36px;
}

.logo .brand-image {
    width: 36px;
    margin-right: 9px;
    border-radius: 0px;
    box-shadow: none !important;
    height: 36px;
    margin-left: 0px;
}

.plus {
    display: block;
    background-image: url(../images/plus.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

aside.left.main-sidebar .nav-link {
    background-color: transparent;
    padding: 0px;
    padding-bottom: 8px;
    margin: 0px;
    width: auto;
}
/* aside .nav-link.active{
    font-weight:700 !important;
} */
.active {
    font-weight: 800 !important;
}
aside.left.main-sidebar .nav-icon {
    margin: 0;
    margin-right: 10px;
}

aside.left.main-sidebar .nav-container {
    min-height: 300px;
}

aside.left .logout .nav-item {
    list-style: none;
}

aside.left .nav-item .nav-link {
    color: white;
    display: flex;
}
aside.left .nav-item .nav-link:hover p {
    color: white !important;
}
aside.left .nav-item .nav-link .img-logout {
    background-image: url("../img/frontendImages/logOut.svg");
}

aside.left .nav-item .nav-link .img-dashboard {
    background-image: url("../img/frontendImages/dashboardIconNoFill.svg");
}

aside.left .nav-item .nav-link:hover .img-dashboard {
    background-image: url("../img/frontendImages/dashboardIcon.svg");
}
aside.left .nav-item .nav-link.active .img-dashboard {
    background-image: url("../img/frontendImages/dashboardIcon.svg");
}

aside.left .nav-item .nav-link .img-users {
    transition-duration: 0.2s;
    background-image: url("../img/frontendImages/user.svg");
}

aside.left .nav-item .nav-link:hover .img-users {
    transition-duration: 0.2s;
    background-image: url("../img/frontendImages/userFilled.svg");
}
aside.left .nav-item .nav-link.active .img-users {
    transition-duration: 0.2s;
    background-image: url("../img/frontendImages/userFilled.svg");
}
aside.left .nav-item .nav-link .img-client-user {
    transition-duration: 0.2s;
    background-size: contain;
    background-image: url("../img/frontendImages/clientUserIcon.png");
}

aside.left .nav-item .nav-link:hover .img-client-user {
    transition-duration: 0.2s;
    background-image: url("../img/frontendImages/clientUserIconFill.png");
}
aside.left .nav-item .nav-link.active .img-client-user {
    transition-duration: 0.2s;
    background-image: url("../img/frontendImages/clientUserIconFill.png");
}

aside.left .nav-item .nav-link .img-project {
    background-image: url("../img/frontendImages/analytics.png");
    filter: invert(1);
}

#date_purchase {
    text-align: left;
}

aside.left .nav-item .nav-link .img-property {
    background-image: url("../img/frontendImages/properties.svg");
}

aside.left .nav-item .nav-link:hover .img-property {
    background-image: url("../img/frontendImages/propertiesFill.svg");
}
aside.left .nav-item .nav-link.active .img-property {
    background-image: url("../img/frontendImages/propertiesFill.svg");
}

aside.left .nav-item .nav-link .img-docType {
    filter: invert(1);
    background-size: 24px 23px;
    background-image: url("../img/frontendImages/docTypeAsideIcon.png");
}

aside.left .nav-item .nav-link:hover .img-docType {
    filter: invert(1);
    background-size: 24px 23px;
    background-image: url("../img/frontendImages/docTypeAsideIconFilled.png");
}
aside.left .nav-item .nav-link.active .img-docType {
    filter: invert(1);
    background-size: 24px 23px;
    background-image: url("../img/frontendImages/docTypeAsideIconFilled.png");
}

aside.left .nav-item .nav-link .img-commCalc {
    filter: invert(1);
    background-size: 24px 23px;
    background-image: url("../img/frontendImages/commCalculatorAsideIcon.png");
}

aside.left .nav-item .nav-link:hover .img-commCalc {
    filter: invert(1);
    background-size: 24px 23px;
    background-image: url("../img/frontendImages/commCalculatorAsideIconFilled.png");
}
aside.left .nav-item .nav-link.active .img-commCalc {
    filter: invert(1);
    background-size: 24px 23px;
    background-image: url("../img/frontendImages/commCalculatorAsideIconFilled.png");
}

aside.left .nav-item .nav-link .img-salesCalc {
    filter: invert(-1);
    background-size: 19px 19px;
    background-image: url("../img/frontendImages/salesCalculatorAsideIcon.svg");
}

aside.left .nav-item .nav-link:hover .img-salesCalc {
    filter: invert(-1);
    background-size: 19px 19px;
    background-image: url("../img/frontendImages/salesCalculatorAsideIconFill.svg");
}
aside.left .nav-item .nav-link.active .img-salesCalc {
    filter: invert(-1);
    background-size: 19px 19px;
    background-image: url("../img/frontendImages/salesCalculatorAsideIconFill.svg");
}

aside.left ul div[class^="img"] {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

aside.left .nav-item:hover .nav-text {
    font-weight: 700;
}

aside.left {
    padding: 0px 20px;
    padding-top: 42px;
    height: initial;
    background: var(
        --gradient,
        linear-gradient(
            180deg,
            rgba(121, 101, 204, 0.91) 0.1%,
            rgba(121, 101, 204, 0.42) 99.89%
        )
    );
}

.invalid-feedback {
    color: #dc3863;
    font-size: 80%;
}
.astric {
    color: red;
}

/* Common classes end */
/* update-document start */
div.form-group textarea[name="address"] {
    height: clamp(45px, 3.3vw, 50px);
}
.update-documents .text-danger {
    display: block;
}
.update-documents textarea {
    width: 60vw;
    max-width: 820px;
    height: clamp(45px, 8.27vw, 113px);
    box-shadow: 1px 1px 12px -3px #ced4df;
    border: 1px solid #ced4df;
    border-radius: 5px;
}
.update-documents input[type="file"] {
    display: none;
}
.update-documents .card-footer {
    background-color: white;
}
.update-documents .file-input {
    max-width: 820px;
    width: 60vw;
    box-shadow: 1px 1px 12px -3px #ced4df;
    border: 1px solid #ced4df;
    border-radius: 5px;
    text-align: center;
    /* height:8.2vw; */
    padding: 5vw 0px;
    max-height: 159px;
}
.update-documents div.card-footer {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 40px;
    max-width: 820px;
    width: 60vw;
    display: flex;
    justify-content: end;
    align-items: Center;
    flex-direction: row-reverse;
    column-gap: 30px;
}
.update-documents div.card-footer button {
    background-color: var(--btn-color);
    color: white;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    padding: 11px 67px;
}
.update-documents div.card-footer a {
    color: var(--btn-color);
    font-weight: 600;
    font-size: 17px;
    padding: 11px 15px;
}
.update-documents .form-group:nth-child(2) .mt-2 {
    display: flex;
    justify-content: end;
    background-color: white;
    max-width: 820px;
    width: 60vw;
    align-items: Center;
}
/* update-document end */
/* Home-page start (Dashboard) */

.dashboard-page.content-wrapper {
    background-color: white;
    padding: 0px 41px;
}

.dashboard-page.content-wrapper .content-header {
    padding: 0px;
}

.dashboard-page.content-wrapper .content-header > div {
    padding: 0px;
}

.dashboard-page.content-wrapper .content {
    padding: 0px;
}

.dashboard-page.content-wrapper
    .content
    div.row:nth-child(1)
    > div:first-child {
    padding-left: 0px;
}

.dashboard-page.content-wrapper .content div.row:nth-child(1) > div:last-child {
    padding-right: 0px;
}

.dashboard-page.content-wrapper .content-header {
    padding: 0px;
    padding-bottom: 18px;
}

/* Home-page end (Dashboard) */
/* login-page start */

.account-login-page .container {
    justify-content: center;
    padding: 0px;
}

.account-login-page .left * {
    color: white;
}

.account-login-page .left {
    flex-direction: column;
    justify-content: center;
}

.account-login-page .left p {
    width: 353px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding-top: 29px;
    padding-bottom: 59px;
    line-height: normal;
}

.account-login-page .left h2 {
    font-family: roboto;
    font-size: var(--f-17);
    padding-bottom: 56.42px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: end;
}

.account-login-page .left h2 img {
    width: 36px;
    margin-right: 9px;
    height: 36px;
}

.account-login-page .left a {
    font-size: var(--f-12);
    font-weight: 600;
    padding: 9px 10px;
    width: 126px;
    display: inlin-block;
    position: relative;
    padding-right: 49px;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 5px;
}

.account-login-page .arrow {
    position: absolute;
    display: inline-block;
    background-image: url();
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.account-login-page .left h1 {
    padding-right: 131px;
    font-size: var(--f-36);
}

.account-login-page .alert {
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

.account-login-page .right {
    flex-direction: column;
    padding: 50px 77px;
    background-color: white;
}

.account-login-page .right h2 {
    padding-bottom: 81px;
}

.account-login-page label {
    font-size: var(--f-14);
}

.account-login-page form .login-label-one {
    margin: 0px;
    padding-bottom: 4px;
}

.account-login-page form .login-label-two {
    padding-top: 16px;
    padding-bottom: 4px;
    margin: 0px;
}

.account-login-page form a {
    padding-bottom: 20px;
    padding-top: 4px;
    font-weight: 500;
    font-size: var(--f-12);
    text-align: right;
    text-decoration: none;
    color: var(--light-black);
}

.account-login-page .right h2 {
    text-align: center;
    font-weight: 700;
    font-size: var(--f-32);
    color: var(--login-color-one);
    padding-bottom: 81px;
}

.account-login-page .forget-pass-link {
    padding-top: 4px;
    padding-bottom: 20px;
}

.account-login-page input[type="submit"] {
    background-color: var(--btn-color);
    color: white;
    border: none;
    outline: None;
    font-weight: 700;
    font-size: var(--f-17);
}

.account-login-page .right p {
    padding-top: 36px;
    text-align: center;
    font-size: var(--f-12);
    font-weight: 600;
}

.account-login-page p a {
    color: var(--login-color-one);
}

/* login-page end */

/* account-chng-pass-page start */
.account-chng-pass-page .container {
    justify-content: center;
    padding: 87px 141px;
    position: relative;
    max-width: 941px;
    padding-top: 65px;
    background-color: white;
}

.account-chng-pass-page .center h2 {
    padding-top: 33px;
    padding-bottom: 37px;
}

.account-chng-pass-page .center h2 + p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.account-chng-pass-page .center {
    flex-direction: column;

    align-items: center;
}

.account-chng-pass-page form {
    padding-top: 31px;
    padding-bottom: 14px;
}

.account-chng-pass-page button[type="submit"] {
    margin-top: 54px;
}

.account-chng-pass-page label {
    font-size: var(--f-14);
    padding-bottom: 4px;
}

.account-chng-pass-page .center p {
    text-align: center;
    font-size: var(--f-12);
    font-weight: 600;
}

.account-chng-pass-page .center p a {
    color: var(--login-color-one);
    text-decoration: none;
}

.account-chng-pass-page .center .before::before {
    background-color: var(--btn-color);
}

/* account-chng-pass-page end */
/* account-create-pass-page start */

.account-create-pass-page .container {
    width: 100%;
    justify-content: center;
    position: relative;
    padding: 44px 141px;
    padding-top: 45px;
    max-width: 941px;
    background-color: white;
}

.account-create-pass-page label {
    font-size: var(--f-14);
}

.account-create-pass-page .center {
    align-items: center;
    flex-direction: Column;
}

.account-create-pass-page .center h2 {
    padding-top: 14px;
    padding-bottom: 17px;
}

.account-create-pass-page .center h2 + p {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 54px;
}

.account-create-pass-page form .input-one,
.account-create-pass-page form .input-two {
    padding: 18px;
}

.account-create-pass-page form .create-pass-label-one {
    padding-top: 18px;
    padding-bottom: 7px;
}

.account-create-pass-page form .create-pass-label-two {
    padding-top: 18px;
    padding-bottom: 7px;
}

.account-create-pass-page button[type="submit"] {
    margin-top: 38px;
    border-radius: 5px;
}

.account-create-pass-page button[type="submit"]:hover {
    background-color: rgb(174, 37, 21);
}

.account-create-pass-page form .before::before {
    background-color: var(--btn-color);
}

/* account-create-pass-page end */
/* doc-type page start  */
.doc-type #DataTable_wrapper > div {
    padding-inline: 0px;
}

.doc-type #DataTable_wrapper .row > div {
    padding-inline: 0px;
}

.doc-type .action-button a.edit {
    background-image: url("../img/frontendImages/editIconAction.png");
    background-size: 15.3px 15.3px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
}

.doc-type div.card-footer {
    background-color: white;
    padding-top: 20px;
    max-width: 820px;
    display: flex;
    justify-content: end;
    align-items: Center;
    flex-direction: row-reverse;
    column-gap: 30px;
}

.doc-type div.card-footer button {
    background-color: var(--btn-color);
    color: white;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    padding: 11px 67px;
}

.doc-type div.card-footer a {
    color: var(--btn-color);
    font-weight: 600;
    font-size: 17px;
    padding: 11px 15px;
}

.doc-type div.card-footer a:hover {
    border: 1px solid var(--btn-color);
    border-radius: 5px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

/* doc-type page end */
/* doc-type-edit page start */
.doc-type-edit input {
    height: clamp(45px, 3.7vw, 50px);
    box-shadow: 1px 1px 12px -3px #ced4df;
    width: clamp(150px, 60vw, 820px);
}

.doc-type-edit div.card-footer {
    background-color: white;
    padding-top: 20px;
    max-width: 820px;
    display: flex;
    justify-content: end;
    width: 60vw;
    align-items: Center;
    flex-direction: row-reverse;
    column-gap: 30px;
}

.doc-type-edit div.card-footer button:hover {
    background-color: #c23d2f;
}

.doc-type-edit div.card-footer button {
    background-color: var(--btn-color);
    color: white;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    padding: 11px 67px;
}

.doc-type-edit div.card-footer a {
    color: var(--btn-color);
    font-weight: 600;
    font-size: 17px;
    padding: 11px 15px;
}

.doc-type-edit div.card-footer a:hover {
    border: 1px solid var(--btn-color);
    border-radius: 5px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

/* doc-type-edit page end */
/* header code start */
.pushmenu-hide {
    display: none;
}

.main-header.navbar.navbar-expand.navbar-white.navbar-light {
    padding: 24px 41px;
    /* padding-top:40px;
    padding-bottom:40px; */
    border-bottom: none;
}

.navbar-expand .navbar-nav {
    column-gap: clamp(10px, 4.2vw, 19px);
}

.navbar-nav .bell-icon {
    width: 20px;
    background-position: center center;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/frontendImages/bellIcon.svg");
}

ul.navbar-nav.ml-auto > li {
    display: flex;
    align-items: Center;
    justify-content: center;
    min-width: 25px;
    min-height: 25px;
    width: 2.5vw;
    height: 2.5vw;
    max-width: 35px;
    max-height: 35px;
}

.navbar-nav .bell:hover .bell-icon {
    transition-duration: 0.2s;
    transform: scale(110%);
}

.nav-title {
    font-size: 24px;
    font-weight: 700;
}

.navbar-nav .avatar-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    /* margin: 8px 0px;
    margin-left: 16px; */
}

.navbar-nav .avatar-img a {
    display: block;
}

/* header code end */
/* footer code start */
.main-footer {
    padding: 8px 41px;
}

.main-footer * {
    font-size: 12px;
}

/* footer code end */

/*(user) list code start */
.user-list {
    background-color: white;
}

.user-list .content-header {
    /* padding-left: 41px;   */
}

.user-list .dis-boot.col-12,
.dis-boot.head-uniq.content {
    padding: 0px;
}

section.content.head-uniq div.card {
    display: block;
    border-radius: 0px;
    box-shadow: none;
    /* padding: 0px 41px; */
    border: none;
}

section.head-uniq div.card-header {
    /* display: flex; */
    /* flex-direction:row-reverse; */
    /* justify-content: space-between; */
    /* padding-top: 20px; */
    padding-bottom: 8px;
    align-items: Center;
    border-bottom: none;
}

section.head-uniq div.card-header::after {
    position: absolute;
}

.user-list #DataTable_wrapper .row {
    margin-inline: 0px;
}

section.head-uniq
    .dataTables_wrapper.dt-bootstrap4.no-footer
    > div:nth-child(1) {
    flex-direction: row-reverse;
    margin-top: 10px;
}

section.head-uniq
    .dataTables_wrapper.dt-bootstrap4.no-footer
    div:nth-child(2)
    > div {
    padding: 0;
}

section.head-uniq .dataTables_wrapper.dt-bootstrap4.no-footer div:nth-child(3) {
    padding-top: 41px;
    padding-bottom: 76px;
}

section.head-uniq
    .dataTables_wrapper.dt-bootstrap4.no-footer
    div:nth-child(3)
    div {
    padding: 0px;
}

section.head-uniq
    .dataTables_wrapper.dt-bootstrap4.no-footer
    div:nth-child(1)
    div:nth-child(2) {
    padding-left: 0px;
}

section.head-uniq
    .dataTables_wrapper.dt-bootstrap4.no-footer
    div:nth-child(1)
    div:nth-child(2)
    label {
    padding-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

section.head-uniq
    .dataTables_wrapper.dt-bootstrap4.no-footer
    div:nth-child(1)
    div:nth-child(2)
    input {
    margin-left: 10px;
    height: 45px;
    border: none;
    border-left: 1px solid #ced4da;
    width: 838px;
}

.user-list #DataTable {
    border: none;
}

.user-list #DataTable tbody tr td:first-child {
    border-left: 1px solid #ced4df;
}

.user-list #DataTable tbody tr:last-child td {
    border-bottom: 1px solid #ced4df;
}

.user-list #DataTable tbody td {
    border-collapse: collapse;
}

.user-list #DataTable tbody tr .action-button a:first-child {
    background-image: url("../img/frontendImages/editIconAction.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 15px;
    display: inline-block;
    margin-bottom: -3px;
}

.user-list #DataTable tbody tr .action-button button {
    width: 20px;
    height: 20px;
    padding: 0px;

    border: none;
    background-color: transparent;
    color: transparent;
    background-image: url("../img/frontendImages/deleteIconAction.png");
    background-size: 13px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.user-list #DataTable tbody tr.odd td {
    background-color: white;
}

.user-list #DataTable thead th {
    border: none;
}

.head-uniq div.add-user > a {
    background-color: #bf554a;
    border: none;
    font-family: opensans;
}

.head-uniq div.add-user > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.head-uniq .pagination {
    align-items: center;
}

.head-uniq .pagination li.active a {
    background-color: #bf554a;
}

.head-uniq .pagination li.active:hover a {
    background-color: #c23d2f;
}

.head-uniq .pagination li.paginate_button a {
    padding: 5.5px 8px;
    border-radius: 5px;
    border-radius: 5px;
    border: none;
    border: none;
    text-align: center;
}

.head-uniq .pagination li.next a {
    background-image: url("../img/frontendImages/chevronRight.svg");
    background-size: 100% 100%;
    padding: 15px 12px;
    margin-left: 6px;
    background-repeat: no-repeat;
    width: 15px;
    color: transparent;
    height: 20px;
}

.head-uniq .pagination li.previous a {
    background-image: url("../img/frontendImages/chevronLeft.svg");
    background-size: 100% 100%;
    padding: 15px 12px;
    margin-right: 6px;
    background-repeat: no-repeat;
    width: 15px;
    color: transparent;
    height: 20px;
}

/*(user) list code end */
/* property list code start (property-list-page) */
.property-list-page .content-header {
    /* padding-left: 41px; */
    padding-bottom: 18px;
}

div.property-list-page••••••••••
    div.property-list-page
    #DataTable_wrapper
    .row:last-child
    div#DataTable_info {
    padding-top: 20px;
}

.porperty-list-page .alert.alert-success {
    padding: 10px 15px;
    margin-left: 41px;
}

.property-list-page {
    background-color: white;
}

.property-list {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
}

.property-list > div {
    padding-left: 0px;
    padding-right: 0px;
}

.property-list > div > div {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

.property-list > div > div > div {
    padding-left: 0px;
    padding-right: 0px;
}

.property-list .card .card-header {
    column-gap: 20px;
    justify-content: flex-start;
    padding: 0px;
    margin: 0px;
    padding-bottom: 40px;
    border: none;
}

.property-list .card {
    box-shadow: none;
    padding: 0px 41px;
    border: none;
}

.property-list .card .card-header a {
    width: 212px;
    height: 50px;
    padding: 12px 20px;
    padding-left: 58px;
    background-color: white;
    border: 1px solid lightgray;
    color: black;
    background-image: url("../img/frontendImages/plus.png");
    background-size: 25px 25px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.property-list .card .card-header div:nth-child(2) > a {
    padding-left: 50px;
    padding-right: 15px;
    background-position: 15px center;
}

.property-list .card .card-body {
    padding-left: 0px;
    padding-right: 0px;
}

.property-list #DataTable th {
    border: none;
}

.property-list #DataTable {
    border: none;
    border-collapse: collapse !important;
}

.property-list #DataTable tr td:first-child {
    border-left: 1px solid #cde4df;
}

.property-list #DataTable tr td {
    border-bottom: 1px solid #ced4df;
}

.property-list #DataTable tr.odd td {
    background-color: white;
}

.property-list #DataTable_wrapper .row:nth-child(1) {
    flex-direction: row-reverse;
    justify-content: start;
    padding-bottom: 10px;
    margin: 0px;
}

.property-list #DataTable_wrapper .row:nth-child(1) div {
    padding: 0px;
}

.property-list #DataTable_wrapper .row:nth-child(1) div:nth-child(1) {
    max-width: 50px;
}

.property-list #DataTable_wrapper #DataTable_filter {
    text-align: left;
}

.property-list #DataTable_wrapper #DataTable_filter label {
    border: 1px solid #ced4da;
    padding-left: 10px;
    border-radius: 5px;
}

.property-list #DataTable_wrapper #DataTable_filter input {
    width: 876px;
    border: none;
    border-left: 1px solid #ced4da;
    height: 45px;
}

.property-list #DataTable_wrapper .row:last-child {
    padding-top: 41px;
    padding-bottom: 76px;
}

.property-list #DataTable_wrapper .row:last-child > div div {
    padding: 0px;
}

.property-list #tbodyMsg td.action-button button {
    display: inline-block;
    width: 26px;
    height: 15px;
    margin-top: -13px;
    background-position: center center;
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    padding: 0px;
    border: none;
}

.property-list #tbodyMsg td.action-button a {
    display: inline-block;
    width: 26px;
    height: 15px;
    margin-bottom: -3px;
    background-position: center center;
    background-repeat: no-repeat;
}

/* .property-list #tbodyMsg td.action-button a:nth-child(1) {
    background-image: url('../img/frontendImages/editIconAction.png');
    background-size: 15px 15px;
}

.property-list #tbodyMsg td.action-button a:nth-child(2) {
    background-image: url('../img/frontendImages/fileIconAction.png');
    background-size: 17px 13px;
}

.property-list #tbodyMsg td.action-button button:nth-child(3) {
    background-image: url('../img/frontendImages/deleteIconAction.png');
    background-size: 15px 16px;
    margin: 0px;

} */

.property-list .pagination {
    align-items: center;
}

.property-list .pagination li.active a {
    background-color: #bf554a;
}

.property-list .pagination li.active:hover a {
    background-color: #c23d2f;
}

.property-list .pagination li.paginate_button a {
    padding: 5.5px 8px;
    border-radius: 5px;
    border-radius: 5px;
    border: none;
    border: none;
    text-align: center;
}

.property-list .pagination li.next a {
    background-image: url("../img/frontendImages/chevronRight.svg");
    background-size: 100% 100%;
    padding: 15px 12px;
    margin-left: 6px;
    background-repeat: no-repeat;
    width: 15px;
    color: transparent;
    height: 20px;
}

.property-list .pagination li.previous a {
    background-image: url("../img/frontendImages/chevronLeft.svg");
    background-size: 100% 100%;
    padding: 15px 12px;
    margin-right: 6px;
    background-repeat: no-repeat;
    width: 15px;
    color: transparent;
    height: 20px;
}

/* property list code end */

/* create-user start (add user) */

.create-user {
    background-color: white;
    padding: 0px 41px;
}

.create-user .content-header {
    padding-bottom: 25px;
}

.create-user .content .container-fluid {
    padding: 0px;
}

.create-user .content .container-fluid .row div {
    padding: 0px;
    padding-bottom: 18px;
    margin: 0px;
}

.create-user .content .container-fluid .row .card {
    border: none;
    box-shadow: none;
}

.create-user .content .container-fluid div.card-footer {
    padding-top: 20px;
}

.create-user .card-footer {
    background-color: white;
    padding-top: 38px;
    max-width: 820px;
    display: flex;
    justify-content: end;
    align-items: Center;
    flex-direction: row-reverse;
    column-gap: 30px;
}

.create-user .card-footer a {
    color: var(--btn-color);
    font-weight: 600;
    font-size: 17px;
    padding: 11px 15px;
}

.create-user .card-footer a:hover {
    border: 1px solid var(--btn-color);
    border-radius: 5px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.create-user .card-footer button {
    background-color: var(--btn-color);
    color: white;
    font-weight: 600;
    font-size: 17px;
    padding: 11px 67px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.create-user .card-footer button:hover {
    background-color: #c23d2f;
}

.create-user input {
    font-size: 14px;
    margin-bottom: 5px;
    height: 50px;
    max-width: 820px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}
.create-user input[type="file"] {
    box-shadow: none;
}

.create-user select {
    font-size: 14px;
    margin-bottom: 5px;
    height: 50px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    max-width: 820px;
}

/* create-user end (add user) */
/* property-edit-page start */
.property-edit #leaseFields {
    display: flex;
    max-width: 820px;
    width: 60vw;
    column-gap: clamp(8px, 0.87vw, 12px);
    /* height: clamp(45px, 3.3vw, 50px); */
}
.property-edit #leaseFields .form-group {
    width: 50%;
}
.property-edit #leaseFields .form-group input {
    width: 100%;
}
@media screen and (max-width: 769px) {
    .property-edit #leaseFields {
        width: 100%;
    }
}
.property-edit .sub-fields {
    display: flex;
    max-width: 820px;
    width: 66vw;
    justify-content: end;
    column-gap: clamp(8px, 0.87vw, 12px);
}
@media screen and (max-width: 768px) {
    .property-edit .sub-fields {
        width: 100%;
    }
}
.property-edit .sub-fields .form-group {
    width: 50%;
    margin: 0;
}
.property-edit .sub-fields .form-group input {
    width: 100%;
}
.property-edits .sub-fields .form-group select {
    width: 100%;
}
.property-edit {
    background-color: white;
}

.property-edit .content-header {
    /* padding: 0px 41px; */
    padding-bottom: 18px;
}

.property-edit .card {
    box-shadow: none;
}

.property-edit .content {
    padding: 0px 41px;
}

.property-edit .content div {
    padding: 0px;
    margin: 0px;
    margin-bottom: 18px;
}

.property-edit div.card-footer {
    background-color: white;
    padding-top: 20px;
    max-width: 820px;
    display: flex;
    justify-content: end;
    align-items: Center;
    flex-direction: row-reverse;
    column-gap: 30px;
}

.property-edit div.card-footer button {
    background-color: var(--btn-color);
    color: white;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    padding: 11px 67px;
}

.property-edit div.card-footer button:hover {
    background-color: #c23d2f;
}

.property-edit div.card-footer a {
    color: var(--btn-color);
    font-weight: 600;
    font-size: 17px;
    padding: 11px 15px;
}

.property-edit div.card-footer a:hover {
    border: 1px solid var(--btn-color);
    border-radius: 5px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.property-edit input {
    height: 3.7vw;
    max-height: 50px;
    max-width: 820px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.property-edit input[type=checkbox], input[type=radio] {
    height: 3.7vw;
    max-height: 50px;
    max-width: 50px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.property-edit select {
    height: 3.7vw;
    max-height: 50px;
    max-width: 820px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.property-edit textarea {
    height: 8.7vw;
    max-height: 113px;
    max-width: 820px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

/* property-edit-page end */
/* user edit page start (edit) */
.user-edit {
    background-color: white;
    padding: 0px 41px;
}

.user-edit .content-header {
    padding-bottom: 18px;
}
.user-edit .card-footer {
    background-color: white;
}

.user-edit .content-header h1 {
    font-size: 24px;
    font-weight: 700;
}

.user-edit .card {
    box-shadow: none;
}

.user-edit .card-body {
    padding: 0;
}

.user-edit input {
    max-width: 820px;
    height: clamp(45px, 3.661vw, 50px);
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.user-edit select {
    max-width: 820px;
    height: clamp(45px, 3.661vw, 50px);
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.user-edit textarea {
    max-width: 820px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    min-height: 150px;
}

div.user-edit .card-footer {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 30px;
    max-width: 820px;
}
div.user-edit input[type="file"] {
    box-shadow: none;
}
.user-edit .card-footer button {
    background-color: var(--btn-color);
    color: white;
    padding: 11px 67px;
}

.user-edit .card-footer a {
    color: var(--btn-color);
    padding: 11px 15px;
}

.user-edit .card-footer a:hover {
    border: 1px solid var(--btn-color);
}

/* user edit page end (edit) */
/* page-show start */
div.property-show div.card-header a.btn {
    text-align: Center;
    padding: 12px 12px;
    padding-left: 53px;
}

div.property-show #DataTable_wrapper div.row > div {
    padding: 0px;
}

div.property-show #DataTable_wrapper div.row:last-child {
    padding-bottom: 20px;
}

/* property-show end */
/* comm calc start (comm calculator) */
.commCalc table input:read-only {
    background-color: #f8f8f8;
}

.commCalc #commCalcTableOne tr td:first-child {
    width: 150px;
}

.commCalc #commCalcTableOne {
    max-width: 820px;
}

.commCalc #commCalcTableOne input {
    padding-left: 10px;
    padding-right: 10px;
}

.commCalc .comm-before-gst > input {
    width: 50%;
    display: inline;
}

.commCalc .comm-before-gst > input:last-child {
    border-left: 1px solid #ced4df;
    margin-left: -6px;
}

.commCalc table {
    margin-bottom: 40px;
}

.commCalc form table:last-child {
    margin-bottom: 40px;
}

.commCalc table td input {
    width: 100%;
}

.commCalc table tr td {
    max-width: 202px;
    /* padding-left:15px; */
    border: 1px solid #ced4df;
}

div.commCalc table tr td input {
    padding: 11px 10px;
    outline: none;
    text-align: left;
    border: none;
}

div.commCalc table tr td input:focus {
    outline: none;
}

div.commCalc #commCalcTableTwo tr:first-child td {
    border: none;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 600;
}

div.commCalc table tr td:first-child {
    border: none;
    text-align: left;
    padding-left: 0px;
    font-weight: 600;
    width: 150px;
}

div.commCalc #commCalcTableTwo tr td:first-child {
    border: none;
    text-align: left;
    padding: 0px;
    width: 150px;
}

div.commCalc table tr td:first-child input {
    text-align: left;
    padding-left: 0px;
    font-weight: 600;
}

.in-years {
    position: relative;
}

.in-years::after {
    position: absolute;
    content: "";
    background-color: var(--btn-color);
    border-radius: 5px;
    color: white;
    top: 0;
    width: 0px;
    left: 100%;
    text-align: center;
    height: 100%;
}

.in-years:hover::after {
    content: "in years";
    padding: 10px;
    width: 25%;
    transition-duration: 0.1s;
}

.in-months {
    position: relative;
}

.in-months::after {
    position: absolute;
    content: "";
    background-color: var(--btn-color);
    border-radius: 5px;
    color: white;
    top: 0;
    width: 0px;
    left: 100%;
    text-align: center;
    height: 100%;
}

.in-months:hover::after {
    content: "in months";
    padding: 10px;
    width: 25%;
    transition-duration: 0.1s;
}

/* comm calc end (comm calculator) */
/* child table row for small screen code start */
td.dtr-control {
    background-color: white;
}

td.child {
    padding: 0px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    padding: 0px;
    border-bottom: 1px solid #ced4df;
    display: flex;
    width: 100%;
}

td.child ul {
    width: 100%;
}

/* td.child ul li:last-child>span:last-child{
    text-align:center;
} */
td.child ul li:last-child > span:last-child > a {
    display: inline-block;
    width: 26px;
    height: 15px;
    margin-bottom: -3px;
    background-position: center center;
    background-repeat: no-repeat;
}

td.child ul li:last-child > span:last-child > button {
    display: inline-block;
    width: 26px;
    height: 15px;
    margin-bottom: -3px;
    background-position: center center;
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    padding: 0px;
    border: none;
    vertical-align: top;
}

/*td.child ul li:last-child > span:last-child > a:nth-child(1) {
    background-image: url("../img/frontendImages/editIconAction.png");
    background-size: 15px 15px;
}

td.child ul li:last-child > span:last-child > a:nth-child(2) {
    background-image: url("../img/frontendImages/fileIconAction.png");
    background-size: 17px 13px;
}

td.child ul li:last-child > span:last-child > button {
    background-image: url("../img/frontendImages/deleteIconAction.png");
    background-size: 15px 16px;
    margin: 0px;
}*/

td.child span {
    width: 50%;
    padding: 0.5em;
}

td.child li span:first-child {
    border-left: none;
}

td.child li span {
    border-left: 1px solid #ced4df;
}

/* child table row for small screen code end */
/* add-property page start  */
.add-property-page input {
    width: 100%;
}
.add-property-page #leaseFields {
    display: flex;
    max-width: 820px;
    width: 60vw;
    column-gap: clamp(8px, 0.87vw, 12px);
    /* height: clamp(45px, 3.3vw, 50px); */
}

.add-property-page #leaseFields .form-group {
    width: 50%;
}
.add-property-page #leaseFields .form-group input {
    width: 100%;
}
@media screen and (max-width: 769px) {
    .add-property-page #leaseFields {
        width: 100%;
    }
}
.add-property-page select {
    width: 100%;
    /* height: clamp(45px, 3.3vw, 50px); */
}

.add-property-page textarea {
    width: 100%;
    height: clamp(45px, 3.3vw, 60px);
}

.add-property-page div.card-footer {
    width: 100%;
}

.add-property-page input {
    max-width: 820px;
    max-height: 50px;
    height: clamp(45px, 3.3vw, 50px);
    box-shadow: 1px 1px 12px -3px #ced4df;
    width: 60vw;
}

.add-property-page select {
    max-width: 820px;
    width: 60vw;
    max-height: 50px;
    height: clamp(45px, 3.3vw, 50px);
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.add-property-page textarea {
    max-width: 820px;
    width: 60vw;
    max-height: 113px;
    box-shadow: 1px 1px 12px -3px #ced4df;

    height: 8.2vw;
}

.calculator div.card-footer,
.add-property-page div.card-footer {
    width: 60vw;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 40px;
    max-width: 820px;
    display: flex;
    justify-content: end;
    align-items: Center;
    flex-direction: row-reverse;
    column-gap: 30px;
}
.add-property-page .sub-fields {
    display: flex;
    max-width: 820px;
    width: 60vw;
    column-gap: clamp(8px, 0.87vw, 12px);
}
@media screen and (max-width: 768px) {
    .add-property-page .sub-fields {
        width: 100%;
    }
}
.add-property-page .sub-fields .form-group {
    width: 50%;
}
.add-property-page .sub-fields .form-group input {
    width: 100%;
}
.add-property-page .sub-fields .form-group select {
    width: 100%;
}
.calculator div.card-footer button,
.add-property-page div.card-footer button {
    background-color: var(--btn-color);
    color: white;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    padding: 11px 67px;
}

.add-property-page div.card-footer button:hover {
    background-color: #c23d2f;
}

.add-property-page div.card-footer a:hover {
    border: 1px solid var(--btn-color);
    border-radius: 5px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.add-property-page div.card-footer a {
    color: var(--btn-color);
    font-weight: 600;
    white-space: nowrap;
    font-size: 17px;
    padding: 11px 15px;
}

/* add-property page end  */
/* upload-document-page start */
.upload-document input {
    width: 60vw;
    height: 3.7vw;
    max-width: 820px;
    max-height: 50px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.upload-document select {
    width: 60vw;
    height: 3.7vw;
    max-width: 820px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    max-height: 50px;
}

.upload-document textarea {
    width: 60vw;
    height: 8.2vw;
    max-width: 820px;
    max-height: 113px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.upload-document div.card-footer {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 40px;
    max-width: 820px;
    width: 60vw;
    display: flex;
    justify-content: end;
    align-items: Center;
    flex-direction: row-reverse;
    column-gap: 30px;
}

.upload-document div.card-footer a {
    color: var(--btn-color);
    font-weight: 600;
    font-size: 17px;
    padding: 11px 15px;
}

.upload-document div.card-footer a:hover {
    border: 1px solid var(--btn-color);
    border-radius: 5px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}

.upload-document div.card-footer button {
    background-color: var(--btn-color);
    color: white;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    padding: 11px 67px;
}

.upload-document div.card-footer button:hover {
    background-color: #c23d2f;
}

.upload-document .file-input {
    max-width: 820px;
    width: 60vw;
    box-shadow: 1px 1px 12px -3px #ced4df;
    border: 1px solid #ced4df;
    border-radius: 5px;
    background-color: #f5f5f5;
    text-align: center;
    /* height:8.2vw; */
    padding: 5vw 0px;
    max-height: 159px;
}

.upload-document input[type="file"] {
    display: none;
}

.paper-clip {
    position: relative;
}

.paper-clip::before {
    content: "";
    left: 36.34%;
    top: 40.2%;
    position: absolute;
    width: clamp(22px, 2.5vw, 35px);
    height: clamp(16.6px, 2.2vw, 31.6px);
    background-image: url(../img/frontendImages/paperClip.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

/* upload-document-page end */
/* sales-calc start */
.sales-calc input {
    width: clamp(150px, 60vw, 820px);
    height: clamp(30px, 3.3vw, 50px);
    border: 1px solid #ced4df;
    border-radius: 5px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    text-align: left;
    padding: 18px;
}

.sales-calc tr td:first-child {
    font-weight: 600;
}

/* sales-calc end */
/* add-property-page start */

/* add-property-page end */
/* Image upload page start */
.image-upload input[type="file"] {
    display: none;
}

.image-upload form {
    display: flex;
    /* column-gap:10px; */
    justify-content: space-between;
    flex-wrap: wrap;
}
.image-upload .card-body {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}
.image-upload .card-footer {
    width: 50%;
    gap: 10px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    background-color: white;
}
.image-upload .card-footer a {
    color: var(--btn-color);
    font-weight: 600;
    white-space: nowrap;
    font-size: 17px;
    padding: 11px 15px;
}
.image-upload #selectedFiles {
    padding-block: 18px;
}
.image-upload #selectedFiles > div {
    padding-block: 5px;
}
.image-upload label[for="file"] {
    padding-block: 13px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    max-height: 50px;
    border: none;
    margin-bottom: 0;
    border: 1px solid #ced4da;
}
.image-upload .display-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-content: center;
}
.image-upload .card-footer button[type="submit"] {
    height: 50px;
    background-color: var(--btn-color);
    color: white;
    font-weight: 600;
    font-size: 17px;
    padding: 11px 67px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}
.image-upload #deleteForm {
    flex-direction: column;
    padding-bottom: 20px;
}
.image-upload #filesDisplay .display-box img {
    /* width:clamp(150px, 14.64vw, 200px);

  height:clamp(150px, 14.64vw, 200px); */
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.image-upload #filesDisplay .display-box img {
    box-shadow: 1px 1px 12px 2px #ced4df;
}
.image-upload-delete-btn {
    padding-block: 30px;
}
.image-upload-delete-btn .btn.btn-danger {
    background-color: var(--btn-color);
    color: white;
    font-weight: 600;
    font-size: 17px;
    padding: 11px 30px;
    box-shadow: 1px 1px 12px -3px #ced4df;
}
.select-all {
    margin-bottom: 20px;
}
.selected-file-item {
    display: flex;
    padding: 10px;
    gap: 10px;
}
.selected-file-item label {
    display: flex;
    flex-direction: column;
}
.selected-file-item label p {
    font-size: clamp(12px, 1.17vw, 16px);
}
/* Image upload page end */
/* media query code start */
/* codes for 1024 start */
@media screen and (max-width: 1025px) {
    /* doc-type-edit start */

    .doc-type-edit .card-footer {
        width: 60vw;
    }
    /* doc-type-edit end */
    /* upload-document start */
    .upload-document div.card-footer {
        width: 60vw;
    }
    /* upload-document end */
    /* sales calc start */
    .sales-calc tr td:first-child {
        font-size: 14px;
    }

    /* sales calc end */
    /* comm calc start  */
    .commCalc th,
    .commCalc td {
        font-size: 14px;
    }

    /* comm calc end  */
    /* user-list code start */
    .user-list #DataTable tbody td {
        font-size: 14px;
    }

    /* user-list code end */
    /* properties-page start */
    div.content-wrapper #DataTable_wrapper #DataTable_filter input {
        width: 500px;
    }

    .property-list #DataTable th {
        font-size: 14px;
    }

    .property-list #DataTable td {
        font-size: 14px;
    }

    /* properties-page end */
    div[class^="account"] {
        padding: 2.97vw 16.03vw;
    }

    .account-login-page .right {
        display: flex;
        flex-direction: column;
        align-items: Center;
        width: 46%;
        padding: 5.3% 8.2%;
    }

    div[class^="account"] button[type="submit"] {
        width: 100%;
        padding: 6.04%;
        line-height: 1.2vw;
    }

    div[class^="account"] input {
        width: 100%;
        padding: 6.04%;
        max-width: 298px;
    }

    div[class^="account"] form {
        width: 100%;
        max-width: 298px;
    }

    .account-login-page .forget-pass-link {
        max-width: 298px;
    }

    .account-login-page .left p {
        width: 25.8vw;
    }

    div[class^="account"] .copy-ryt {
        margin-top: 7.8vw;
    }

    .account-login-page .right h2 {
        padding-bottom: 5.9vw;
    }

    .account-login-page .left h1 {
        padding-right: 9.5vw;
    }

    .account-login-page .left h2 {
        padding-bottom: 4.5vw;
    }

    /* account-chng-pass-page start */
    div.account-chng-pass-page div.center form {
        width: 298px;
    }

    div.account-chng-pass-page .back-btn {
        left: 14.9%;
    }

    /* account-chng-pass-page end */
    /* account-create-pass-page start */
    div.account-create-pass-page div.center form {
        width: 298px;
    }

    div.account-create-pass-page .back-btn {
        left: 14.9%;
    }

    /* account-create-pass-page end */
}

/* codes for 1024 end */
/* codes for 994 start */
@media screen and (max-width: 994px) {
    /* header code start */
    .pushmenu-hide {
        display: contents;
    }

    /* header code end */
}
/* codes for 994 end */
/* codes for 768 start */
@media screen and (max-width: 769px) {
    /* Images upload page start */
    .card.card-primary form > * {
        width: 100%;
    }
    .card.card-primary .card-footer {
        padding-block: 10px;
        justify-content: start;
    }
    /* Images upload page end */
    /* update-documents start */
    .update-documents div.card-footer {
        width: 100%;
    }
    .update-documents textarea {
        width: 100%;
    }
    .update-documents label[class^="file-input"] {
        width: 100%;
    }
    /* update-documents end */
    /* doc-type-edit start */

    .doc-type-edit input {
        width: 100%;
    }
    .doc-type-edit div.card-footer {
        width: 100%;
    }
    /* doc-type-edit end */
    /* property-edit start */
    .property-edit input[type="file"] {
        display: none;
        box-shadow: none;
    }
    .property-edit input {
        max-width: 820px;
        width: 100%;
        max-height: 50px;
        height: clamp(45px, 3.3vw, 50px);
        box-shadow: 1px 1px 12px -3px #ced4df;
    }
    .property-edit select {
        max-width: 820px;
        width: 100%;
        max-height: 50px;
        height: clamp(45px, 3.3vw, 50px);
        box-shadow: 1px 1px 12px -3px #ced4df;
    }

    .property-edit textarea {
        max-width: 820px;
        width: 100%;
        max-height: 113px;
        box-shadow: 1px 1px 12px -3px #ced4df;
        height: 8.2vw;
        min-height: 50px;
    }
    /* property-edit end */
    /* upload document start */
    .upload-document div.card-footer {
        width: 100%;
    }
    .upload-document input {
        max-width: 820px;
        max-height: 50px;
        height: clamp(45px, 3.3vw, 50px);
        box-shadow: 1px 1px 12px -3px #ced4df;
        width: 100%;
    }
    .upload-document select {
        max-width: 820px;
        width: 100%;
        max-height: 50px;
        height: clamp(45px, 3.3vw, 50px);
        box-shadow: 1px 1px 12px -3px #ced4df;
    }
    .upload-document textarea {
        max-width: 820px;
        width: 100%;
        max-height: 113px;
        box-shadow: 1px 1px 12px -3px #ced4df;
        height: 8.2vw;
        min-height: 50px;
    }
    .upload-document label[class^="file-input"] {
        max-width: 820px;
        width: 100%;
        max-height: 113px;
        box-shadow: 1px 1px 12px -3px #ced4df;
        /* height: 8.2vw; */
    }
    /* upload document end */
    /* property-create start */
    .add-property-page div.card-footer {
        width: 100%;
    }
    .add-property-page input {
        max-width: 820px;
        max-height: 50px;
        height: clamp(45px, 3.3vw, 50px);
        box-shadow: 1px 1px 12px -3px #ced4df;
        width: 100%;
    }

    .add-property-page select {
        max-width: 820px;
        width: 100%;
        max-height: 50px;
        height: clamp(45px, 3.3vw, 50px);
        box-shadow: 1px 1px 12px -3px #ced4df;
    }

    .add-property-page textarea {
        max-width: 820px;
        width: 100%;
        max-height: 113px;
        box-shadow: 1px 1px 12px -3px #ced4df;

        height: 8.2vw;
    }
    /* property-create end */
    /* user-list code start */
    .user-list #DataTable tbody td {
        font-size: 12px;
    }

    /* user-list code end */

    /* aside code start */
    aside.left {
        background: var(
            --gradient,
            linear-gradient(
                180deg,
                rgba(121, 101, 204) 0.1%,
                rgba(121, 101, 204) 99.89%
            )
        );
    }

    /* aside code end */
    /* dashboard-code start */
    div.dashboard-page .content .row > div:nth-child(odd) {
        padding-left: 0px;
    }

    div.dashboard-page .content .row > div:nth-child(even) {
        padding-right: 0px;
    }

    /* dashboard-code end */
    div[class^="account"] {
        padding: 7.97vw 16.03vw;
    }

    .account-login-page .left p {
        width: 90%;
    }

    .account-login-page .container {
        flex-direction: column;
        align-items: center;
    }

    .account-login-page .right {
        width: 100%;
        padding: 7.97vw 12.03vw;
    }

    /* account-chng-pass-page start */
    div.account-chng-pass-page div.center formform {
        width: 100%;
    }

    .account-chng-pass-page .center h2 + p {
        font-size: 17px;
    }

    div[class^="account"] button[type="submit"] {
        font-size: 14px;
    }

    .account-chng-pass-page .container {
        padding: 87px 14.9%;
    }

    div.account-chng-pass-page div.center form {
        width: 100%;
    }

    /* account-chng-pass-page end */
    /* account-create-pass-page start */
    div.account-create-pass-page div.center formform {
        width: 100%;
    }

    .account-create-pass-page .center h2 + p {
        font-size: 17px;
    }

    div[class^="account"] button[type="submit"] {
        font-size: 14px;
    }

    .account-create-pass-page .container {
        padding: 87px 14.9%;
    }

    div.account-create-pass-page div.center form {
        width: 100%;
    }

    /* account-create-pass-page end */
}

/* codes for 769 end */
/* codes for 426 start */
@media screen and (max-width: 426px) {
    .main-footer {
        font-size: 10px;
    }
    .main-footer * {
        font-size: 10px;
    }
    #DataTable_info {
        font-size: 12px;
    }
    #DataTable_paginate {
        font-size: 12px;
    }
    .doc-type-edit label {
        font-size: 12px;
    }
    .doc-type-edit input {
        font-size: 12px;
    }
    .doc-type-edit select {
        font-size: 12px;
    }
    .doc-type-edit textarea {
        font-size: 12px;
    }
    .doc-type-edit div.card-footer a {
        font-size: 12px;
    }
    .doc-type-edit div.card-footer button {
        font-size: 12px;
    }
    .alert.alert-danger {
        padding: 10px 15px;
        margin: 0px;
        font-size: 12px;
    }
    .alert.alert-success {
        font-size: 12px;
        padding: 10px 15px;
        margin: 0px;
        margin-bottom: 18px;
    }
    /* user-edit start */
    .user-edit input {
        font-size: 12px;
    }
    .user-edit textarea {
        font-size: 12px;
    }
    .user-edit select {
        font-size: 12px;
    }
    .user-edit a.btn {
        font-size: 12px;
    }
    .user-edit button.btn {
        font-size: 12px;
    }
    /* create-user end */
    /* property-edit start */
    .property-edit label {
        font-size: 12px;
    }
    .property-edit input {
        font-size: 12px;
    }
    .property-edit select {
        font-size: 12px;
    }

    .property-edit textarea {
        font-size: 12px;
    }
    .property-edit div.card-footer button {
        font-size: 12px;
    }
    .property-edit div.card-footer a {
        font-size: 12px;
    }
    /* property-edit end */
    /* upload document start */
    .upload-document div.card-footer a,
    .upload-document div.card-footer button {
        font-size: 12px;
    }
    .upload-document input {
        font-size: 12px;
    }
    .upload-document textarea {
        font-size: 12px;
    }
    .upload-document select {
        font-size: 12px;
    }
    .upload-document label {
        font-size: 12px;
    }
    .paper-clip::before {
        left: 29.34%;
        top: 35.2%;
    }
    /* upload document end */
    /* add property start */
    .add-property-page label,
    .add-property-page input,
    .add-property-page select,
    .add-property-page textarea {
        font-size: 12px;
    }
    .add-property-page div.card-footer a,
    .add-property-page div.card-footer button {
        font-size: 12px;
    }
    .add-property-page input {
        width: 100%;
        height: clamp(45px, 3.3vw, 50px);
    }

    .add-property-page select {
        width: 100%;
        height: clamp(45px, 3.3vw, 50px);
    }

    .add-property-page textarea {
        width: 100%;
        height: clamp(45px, 3.3vw, 60px);
    }

    .add-property-page div.card-footer {
        width: 100%;
    }

    /* add property end */
    /* sales-calc start */
    .sales-calc tr td:first-child {
        width: 28.2vw;
    }

    .sales-calc td {
        font-size: 12px;
    }

    /* sales-calc end */
    /* comm calc start */
    .commCalc th,
    .commCalc td {
        font-size: 12px;
    }

    div.commCalc #commCalcTableTwo tr td:first-child {
        width: clamp(50px, 16.9vw, 72px);
    }

    .commCalc th,
    .commCalc th {
        font-size: 12px;
    }

    .commCalc #commCalcTableOne tr td:first-child {
        width: 28.2vw;
    }

    div.commCalc table tr td:first-child input {
        padding-right: 0px;
    }

    /* comm calc end */
    /* user-list page start */

    div.user-list.content-wrapper {
        padding: 0px 15px;
    }

    /* user-list page end */
    /* navbar code start */
    .navbar-expand .navbar-nav .nav-link {
        padding: 0px;
        height: auto;
    }

    /* navbar code end */

    /* page-list-page start */
    div.content-wrapper #DataTable_wrapper #DataTable_filter input {
        width: 55vw;
    }

    .property-list .card .card-header {
        row-gap: 15px;
    }

    .property-list .card .card-header div:nth-child(2) > a {
        padding-left: 9.66vw;
        padding-right: 1vw;
        background-position: 4vw center;
    }

    div.content-wrapper #DataTable_wrapper #DataTable_filter label {
        font-size: 13px;
    }

    div.content-wrapper #DataTable th {
        font-size: 12px;
    }

    div.content-wrapper #DataTable td {
        font-size: 12px;
    }

    .property-list #DataTable tr td {
        font-size: 12px;
    }

    div.property-list-page
        #DataTable_wrapper
        .row:last-child
        div#DataTable_info {
        font-size: 12px;
    }

    div.content-wrapper .card-header a.btn {
        width: 33.6vw;
        display: flex;
        align-items: center;
        font-size: 10px;
        /* height: 50px; */
        padding: 17px 20px;
        padding-left: 13.6vw;
        background-color: white;
        border: 1px solid lightgray;
        color: black;
        background-image: url("../img/frontendImages/plus.png");
        background-size: 15px 15px;
        background-position: 4.7vw center;
        background-repeat: no-repeat;
    }

    /* page-list-page end */
    /* login-page start */
    div[class^="account"] {
        padding: 7.97vw 3.03vw;
    }

    .account-login-page .left {
        height: 100vh;
    }

    .account-login-page label {
        font-size: 12px;
    }

    /* login-page end */

    /* account-chng-pass-page start */
    .account-chng-pass-page .center h2 + p {
        font-size: 17px;
    }

    .account-chng-pass-page button[type="submit"] {
        font-size: 14px;
    }

    .account-chng-pass-page .back-btn {
        left: 50%;
        transform: translatex(-50%);
        bottom: 7%;
    }

    .account-chng-pass-page .container {
        padding: 52px 11.9%;
        padding-bottom: 81px;
    }

    .account-chng-pass-page .center h2 + p {
        margin-bottom: 0px;
    }

    .account-chng-pass-page button[type="submit"] {
        margin-top: 40px;
    }

    /* account-chng-pass-page end */
    /* account-create-pass-page start */
    .account-create-pass-page .center h2 + p {
        font-size: 17px;
    }

    .account-create-pass-page button[type="submit"] {
        font-size: 14px;
    }

    div.account-create-pass-page .back-btn {
        left: 50%;
        transform: translatex(-50%);
        bottom: 4%;
    }

    .account-create-pass-page .container {
        padding: 52px 11.9%;
        padding-bottom: 81px;
    }

    .account-create-pass-page .center h2 + p {
        margin-bottom: 0px;
    }

    .account-create-pass-page button[type="submit"] {
        margin-top: 40px;
    }

    /* account-chng-pass-page end */
}

/* codes for 426 end */
/* codes for 376px start */
@media screen and (max-width: 376px) {
    /* edit user start */
    .user-edit label {
        font-size: 12px !important;
    }
    .user-edit input {
        font-size: 12px;
    }
    .user-edit textarea {
        font-size: 12px;
    }
    .user-edit select {
        font-size: 12px;
    }
    .user-edit a.btn {
        font-size: 12px;
    }
    .user-edit button.btn {
        font-size: 12px;
    }
    /* edit user end */

    /* create user start */
    .create-user label {
        font-size: 12px;
    }
    .create-user input {
        font-size: 12px;
    }
    .create-user textarea {
        font-size: 12px;
    }
    .create-user select {
        font-size: 12px;
    }
    .create-user a.btn {
        font-size: 12px;
    }
    .create-user button.btn {
        font-size: 12px;
    }
    /* create user end */
    /* navbar start */
    .main-header.navbar.navbar-expand.navbar-white.navbar-light {
        padding: 24px 14px;
    }
    /* navbar end */
    /* doc type start */
    .doc-type #tbodyMsg td span,
    .doc-type #tbodyMsg th {
        font-size: 12px;
    }

    div.dataTables_wrapper div.dataTables_info {
        font-size: 12px;
    }

    /* doc type end */
    /* comm-calc start */
    div.content-wrapper {
        padding: 0px 14px;
    }

    .commCalc td,
    .commCalc th {
        font-size: 10px;
    }

    /* comm-calc end */
    /* child-table start */
    tr.dt-hasChild.parent td:nth-child(1) {
        width: 50%;
    }

    /* child-table end */
    /* account-chng-pass-page start */
    div.account-chng-pass-page div.center form {
        width: 100%;
    }

    .account-chng-pass-page label {
        font-size: 12px;
    }

    .account-chng-pass-page .center h2 + p {
        font-size: 13px;
    }

    .account-chng-pass-page button[type="submit"] {
        margin-top: 48px;
        height: 50px;
    }

    div.account-chng-pass-page .back-btn .arrow {
        width: 18px;
        height: 18px;
    }

    .account-chng-pass-page .back-btn .text {
        font-size: 12px;
    }

    .account-chng-pass-page .container {
        padding: 52px 11.9%;
        padding-bottom: 81px;
    }

    /* account-chng-pass-page end */
    /* account-create-pass-page start */
    div.account-create-pass-page div.center form {
        width: 100%;
    }

    .account-create-pass-page label {
        font-size: 12px;
    }

    .account-create-pass-page .center h2 + p {
        font-size: 13px;
    }

    .account-create-pass-page button[type="submit"] {
        margin-top: 48px;
        height: 50px;
    }

    div.account-create-pass-page .back-btn .arrow {
        width: 18px;
        height: 18px;
    }

    .account-create-pass-page .back-btn {
        font-size: 12px;
    }

    .account-create-pass-page .container {
        padding: 52px 11.9%;
        padding-bottom: 81px;
    }

    /* account-creates-pass-page end */
    /* dashboard start */
    .dashboard-page.content-wrapper {
        padding: 0px 14px;
    }

    /* dashboard end */
}

/* codes for 376px end */
/* codes for 320px start */
@media screen and (max-width: 321px) {
    .pagination {
        font-size: 12px;
    }
    /* property-show start */
    div.property-show div.card-header a.btn {
        padding-left: 43px;
    }
    /* property-show end */
    /* upload-document start */
    .paper-clip::before {
        left: 26.34%;
        top: 30.2%;
    }
    /* upload-document end */
    /* user-list-page start */
    div.content-wrapper .card-header a.btn {
        padding-right: 17px;
    }

    div.user-list.content-wrapper {
        padding: 0px 13px;
    }

    div.user-list.content-wrapper #DataTable td * {
        font-size: 10px;
    }

    /* user-list-page end */
    /* account-chng-pass-page start */
    .account-chng-pass-page .container {
        padding: 52px 5.9%;
        padding-bottom: 81px;
    }

    .account-chng-pass-page .alert.alert-success {
        text-align: center;
        font-size: 12px;
        margin-top: 19px;
    }
    .account-chng-pass-page .alert.alert-danger {
        text-align: center;
        font-size: 12px;
        margin-top: 19px;
    }

    /* account-chng-pass-page end */
    /* account-create-pass-page start */
    .account-create-pass-page .container {
        padding: 52px 5.9%;
        padding-bottom: 81px;
    }

    .account-create-pass-page .alert.alert-success {
        text-align: center;
        font-size: 12px;
        margin-top: 19px;
    }

    /* account-create-pass-page end */
}

/* codes for 320px end */
/* media query code end */
.user-image img {
    width: 100%;
    height: 100%;
    object-fit: Contain;
}
.user-list #DataTable tbody tr .action-button button.disabled-edit-button {
    background-image: url("../img/frontendImages/editIconAction.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 30px;
    height: 20px;
    position: relative;
    top: 3px;
    /*display: block;*/
}
.doc-type .action-button a {
    display: inline-block;
    width: 18px;
}
.doc-type .add-user a {
    margin-top: 18px;
    width: 212px;
    height: 50px;
    padding: 12px 20px;
    line-height: normal;
    padding-left: 55px;
    background-color: white;
    border: 1px solid lightgray;
    color: black;
    background-image: url("../img/frontendImages/plus.png");
    background-size: 25px 25px;
    background-position: 20px center;
    background-repeat: no-repeat;
}
.property-document-upload #table_wrapper div.row:last-child {
    display: none;
}
.property-document-upload div.card-footer {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    justify-content: end;
    align-items: Center;
    flex-direction: row;
}
.property-document-upload .card-footer a {
    color: var(--btn-color);
    font-weight: 600;
    white-space: nowrap;
    font-size: 17px;
    padding: 11px 15px;
}
.property-document-upload .card-footer button {
    background-color: var(--btn-color);
    color: white;
    font-weight: 600;
    font-size: 17px;
    margin-left: 30px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    padding: 11px 67px;
}
.update-document-library .form-group select {
    height: clamp(45px, 3.7vw, 50px);
    box-shadow: 1px 1px 12px -3px #ced4df;
    width: clamp(150px, 60vw, 820px);
}
.update-document-library .form-group input[type="file"] {
    height: clamp(45px, 3.7vw, 50px);
    line-height: 40px;
    box-shadow: 1px 1px 12px -3px #ced4df;
    border: 1px solid #ced4df;
    border-radius: 4px;
    width: clamp(150px, 60vw, 820px);
}
/*lib-del start*/
.lib-delete {
    width: 20px;
    height: 20px;
    padding: 0px;
    border: none;
    background-color: transparent;
    color: transparent;
    background-image: url("../img/frontendImages/deleteIconAction.png");
    background-size: 13px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}
/*lib-del end*/
/*active inactive button css start*/
.user-list #DataTable tbody tr .action-button button.inactive, .user-list #DataTable tbody tr .action-button button.active{
    background-image:none;
    margin-left:3px;
}
.user-list #DataTable tbody tr .action-button button.inactive img,  .user-list #DataTable tbody tr .action-button button.active img{
    width:100%;
    height:100%;
    max-width:15px;
    max-height:15px;
    object-fit:contain;
    
    
}
.user-list #DataTable tbody tr td form.active-inactive{
    display:inline;
    
}
/*active inactive button css end*/
/*filter start end date css start*/
.row.mb-3.start-end-date>div{
    width:100%;
    flex-grow:1;
    padding:0px;
    max-width:100% !important;
}
.row.mb-3.start-end-date>div .input-group{
    gap:20px;
}
.row.mb-3.start-end-date>div .input-group-append {
    align-items:center;
    gap:20px;
}
.row.mb-3.start-end-date>div .input-group-append button[type="submit"]{
   height:38px;
    border-radius:5px !important;
    margin-top:16px;
}
.row.mb-3.start-end-date>div .input-group-append button[type="button"]{
   height:38px;
    margin-top:16px;
    border-radius:5px;
    
    
}
/*filter start end date css end*/
/*calendar z-indexing start*/
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    z-index:1100 !important;
}

/*calendar z-indexing end*/
.expo-invo-container{
    margin-left: auto;

}
.export-invoice{
    background-color:lightseagreen ;
    border: none;
    border-radius: 5px !important;
    margin-top: 16px;
}
.export-invoice:hover{
    background-color:#A1EEBD ;
}
span.carousel-control-next-icon {
    filter:invert(1);
}
span.carousel-control-prev-icon {
    filter:invert(1);
}
.right-align {
    text-align: right;
}
.marin-tp-font-size-16{
    margin-block:5px;
    font-size:16px;
    display: inline-block;
}
 .content .container-fluid .row div.form-group-padding-bt-0{
    padding-bottom: 0px;    
    height: unset;
    min-height: 55px;

}

 .content .container-fluid .row div.form-group-padding-bt-0 .pass-eye-close{
     height: unset;
    min-height: 55px;
    padding-bottom: 0px;
    box-shadow: none;
    margin-bottom: 0px !important;
}
 .content .container-fluid .row div.form-group-padding-bt-0 .pass-eye-close::after{
    top: 25.25px;
}
.add-property-page .sub-fields .form-group.single{
    widtH: 100%;
}

.add-property-page .sub-fields .form-group.single input.select2-search__field{
    margin-top: -5px !important;
}
.add-property-page .sub-fields .form-group.single .select2-selection__clear{
    position: absolute;
    right: 0;
    display: none;
}
.add-property-page .sub-fields .form-group.single .select2-selection.select2-selection--multiple{
    display: flex;
    justify-content: center;
    align-items: center;
}
.property-edit .sub-fields .form-group.single{
    widtH: 100%;
}
.property-edit .sub-fields .form-group.single input.select2-search__field{
    margin-top: -5px !important;
}
.property-edit .sub-fields .form-group.single .select2-selection__clear{
    position: absolute;
    right: 0;
    display: none;
}
.property-edit .sub-fields .form-group.single .select2-selection.select2-selection--multiple{
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2-selection{
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection__rendered{
  
  
    box-shadow: 1px 1px 12px -3px #ced4df;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  color: #495057;
}
.bg-light-green {
    background-color: #dff6df;
}
.transaction-btn{
    background-image: none !important;
}
.transaction-btn img{
  margin-top:-8px;
}

section:not(.property-list) td.action-button>*{
    margin-left:10px;
}
section:not(.property-list) td.action-button>:first-child{
    margin-left:0px;
}
td.action-button>.invoice-btn{
    vertical-align:top;
}
.invoice-back{
    color: lightseagreen;
    font-weight: 600;
    margin-top: 16px;
}
div#drop-area {
    width:58vw;
}