body {
    overflow: auto !important;
}
 
h2 {
    font-family: Poppins;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
}
 
.signin-container {
    padding: 20px;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
    height: 460px;
}
 
label {
    display: block;
    margin-bottom: 5px;
}
 
 
button {
    width: 100%;
    padding: 10px;
    background-color: #0A2472;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
 
button:hover {
    background-color: #0056b3;
 
}
 
.error-message {
    color: red;
    display: none;
    margin-bottom: 15px;
}
 
@media only screen and (min-width: 321px) and (max-width: 990px) {
    body {
        overflow: auto !important;
    }
 
    /* soundarya new changes */
 
    .signin-container {
        height: 400px !important;
        max-width: 100%;
    }
 
    /* soundarya new changes */
    h2 {
        font-size: 32px;
    }
}
 
/* soundarya new changes */
@media only screen and (min-width: 321px) and (max-width: 384px) {
    .signin-container {
        height: 440px !important;
        max-width: 100%;
    }
 
}
 
.img-bg {
    background: #0A2472;
}
 
.row.sign-in.h-100 {
    height: 100vh !important;
}
 
input#username,
input#password {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
 
img.mb-5.mt-5 {
    padding: 50px;
}
 
p.mt-3.sign-in-para {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
 
a.sign-in-link.text-decoration-none {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #0A2472;
}
 
/* --------------------------------signup css start----------------------------- */
 
@media only screen and (min-width: 321px) and (max-width: 990px) {
    body {
        overflow: auto !important;
    }
 
    form#myForm {
        height: 450px !important;
    }
}
 
form#myForm {
    height: 510px;
}
 
.error {
    color: red;
    font-size: 12px;
}
 
#signInButton1 {
    width: 100%;
    padding: 10px;
    background-color: #0A2472;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
 
#signInButton {
    width: 50%;
    padding: 10px;
    background-color: #0A2472;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
 
/* --------------------------signup css END--------------------------------- */
 
/* --------------------------dashboard css start ------------------------------*/
 
:root {
    --main-bg-color: #ffffff;
    --main-text-color: #000000;
    --second-text-color: #414141;
    --second-bg-color: #ffffff;
}
 
.primary-text {
    color: var(--main-text-color);
}
 
.second-text {
    color: var(--second-text-color);
}
 
.primary-bg {
    background-color: var(--main-bg-color);
}
 
.secondary-bg {
    background-color: var(--second-bg-color);
}
 
.rounded-full {
    border-radius: 100%;
}
 
/* #wrapper {
    overflow-x: auto;
    background-image: linear-gradient(to right,
            #f4f4f4,
            #f4f4f4,
            #f4f4f4,
            #f4f4f4,
            #f4f4f4);
}
  */
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
}
 
#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}
 
#sidebar-wrapper .list-group {
    width: 15rem;
}
 
/* #page-content-wrapper {
    min-width: 100vw;
} */
 
#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}
 
#menu-toggle {
    cursor: pointer;
}
 
.list-group-item {
    border: none;
    padding: 20px 30px;
}
 
.list-group-item.active {
    background-color: transparent;
    color: var(--main-text-color);
    font-weight: bold;
    border: none;
}
 
p.filter {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 30px;
}
 
p.filter:hover {
    background-color: #0A2472;
    color: #ffffff;
}
 
i.fa-solid.fa-filter {
    margin-right: 10px;
}
 
i.fa-solid.fa-user {
    margin-right: 10px;
}
 
@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
 
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
 
    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}
 
.card-section-1 {
    background: #F5AE31;
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-image: url(../pubilc/assets/images/Exterior\ \(1\).png);
    background-repeat: no-repeat;
    background-size: 12%;
    background-position: right;
}
 
.col-lg-4.card-1 {
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 32% !important;
}
 
.card-body-1 {
    font-family: Poppins;
    font-size: 70px;
    font-weight: 600;
    line-height: 105px;
    text-align: left;
}
 
.card-body-2 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: rgba(73, 73, 73, 1);
}
 
.payment-head {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(73, 73, 73, 1);
    text-align: left;
}
 
@media (min-width: 992px) and (max-width: 1240px) {
    .col-lg-8 {
        width: 100%;
        margin-bottom: 30px;
    }
 
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
 
    .col-lg-1 {
        width: 100%;
    }
 
    .col-lg-3 {
        width: 40%;
    }
}
 
.bg-white.mt-lg-0.mt-md-5.mt-sm-5 {
    padding: 10px;
}
 
/* a#menu-dash:hover {
    background: #0A2472 !important;
    border-radius: 25px !important;
    color: #ffffff;
    font-size: 20px;
    padding: 15px;
} */
 
a.canvasjs-chart-credit {
    display: none;
}
 
/* --------------------------------dashboard css end------------------------ */
 
/*----------------------- create client CSS START ---------------------- */
 
.form-container {
    padding: 20px;
    border-radius: 8px;
    width: 100%;
}
 
/* Form Group */
.form-group {
    flex: 1;
}
 
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
 
.form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 14px;
}
 
.full-width {
    width: 100%;
}
 
label {
    font-family: Poppins !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: rgba(73, 73, 73, 1);
}
 
button.btn-cancle {
    width: 50%;
    border: 1px solid rgba(10, 36, 114, 1);
    border-radius: 16px;
    background: white;
}
 
button.btn-password-generate {
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 10px;
}
 
@media only screen and (min-width: 321px) and (max-width: 575px) {
    button#signInButton {
        margin-top: 20px;
    }
}
 
@media only screen and (min-width: 320px) and (max-width: 767px) {
    h2.head-client {
        font-size: 20px;
    }
}
 
@media only screen and (min-width: 992px) and (max-width: 1357px) {
    h2.head-client {
        font-size: 25px !important;
    }
}
 
input {
    padding: 10px;
    min-width: 100%;
    border-radius: 16px;
    border: 1px solid #c3c3c3;
}
 
/*--------------- create client CSS END -------------- */
 
/* --------------client details CSS Start --------------*/
 
.profile-img-container {
    position: relative;
    display: inline-block;
}
 
.profile-img-container img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
 
.edit-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #007BFF;
    color: white;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
 
#profileImage {
    display: none;
}
 
button.w-25.btn-password-generate {
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 10px;
}
 
/* --------------client details CSS END --------------*/
 
/* --------------file manager  CSS START --------------*/
 
/* #wrapper {
overflow-x: hidden;
background-image: linear-gradient(to right,
        #ffffff,
        #ffffff,
        #ffffff,
        #ffffff,
        #ffffff);
} */
 
thead.dash-thead {
    background: #F9F9F9;
    color: #0A2472;
    font-size: 16px;
}
 
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: none;
}
 
span#search-icon {
    position: absolute;
    z-index: 999;
    margin-left: 83%;
    margin-top: 5px;
}
 
table {
    width: 100%;
}
 
#example_filter {
    float: inline-start;
}
 
#example_paginate {
    float: right;
}
 
label {
    display: inline-flex;
    margin-bottom: .5rem;
    margin-top: .5rem;
}
 
/* show entities and search hide */
div#example_info {
    display: none;
}
 
div#example_length {
   text-align: right !important;
}
.dataTables_length {
    display: flex !important;
    justify-content: flex-end !important; /* Move to the right */
}
 
thead {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
 
tr.even {
    background: #f2f2f2 !important;
}
 
table.dataTable.table-striped>tbody>tr.odd {
    --bs-table-accent-bg: #fff !important;
}
 
.spinner-border {
    border-width: 2px;
}
 
/* -------------------------------file manager  CSS END --------------------*/
 
/* --------------------------------Client DOC  CSS START ----------------------------*/
 
label {
    display: inline-flex;
    margin-bottom: .5rem;
    margin-top: .5rem;
}
 
.logout-link {
    text-decoration: none;
    color: #494949;
    font-family: Poppins;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 21px;
    text-align: right;
}
 
/* --------------------------------Client DOC  CSS END ----------------------------*/
 
/* ------------------------------------------client-profile-dash CSS START------------------------------------- */
 
@media (max-width: 991px) {
    .col-lg-8 {
        padding: 40px;
    }
 
    .col-lg-4.ps-lg-5 {
        /* padding: 20px; */
        width: 80% ;
    }
}
 
button.rent-btn {
    background: #0A2472;
    border-radius: 6px;
    color: white;
    font-size: 15px;
}
 
.card-property {
    background: #F9F9F9;
    border-radius: 0px 0px 18px 18px;
}
 
.details-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #494949;
}
 
.property-location {
    background: #BECEFE80;
    border-radius: 6px;
    color: #0A2472;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
}
 
p.property-agent {
    font-family: Poppins;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 15px;
    color: #494949;
}
 
p.property-pricing {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #494949;
}
 
p.property-rooms {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #494949;
}
 
p.property-desc {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}
 
.pay-btn {
    background: #E9FFDF;
    color: #00B232;
    padding: 10px 20px 10px 20px;
    border: 1px solid #A0D1A1;
    border-radius: 20px;
}
 
#profile-description {
    max-width: 400px;
    margin-top: 50px;
    position: relative;
}
 
#profile-description .text {
    margin-bottom: 5px;
    color: #777;
    padding: 0 15px;
    position: relative;
    font-family: Arial;
    font-size: 14px;
    display: block;
}
 
#profile-description .show-more:hover {
    color: #1779dd;
}
 
.modal-header {
    display: block !important;
}
 
.modal {
    background: #d1d1d1 !important;
}
 
 
#profile-description .show-more-height {
    height: 120px;
    overflow: hidden;
}
 
/* ------------------------------------------client-profile-dash CSS END------------------------------------- */
 
/* ---------------------------------------------file upload css start --------------------------------------- */
 
.upload-container {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}
 
.fileupload-name {
    background: #eeeeee;
}
 
.drag-area {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 50px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background: #fafafa;
}
 
span.file-type {
    font-family: Poppins;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 15px;
    text-align: center;
}
 
.form-check.checkmark {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(0deg);
}
 
 
/* ---------------------------------------------file upload css end --------------------------------------- */
 
/* ---------------------------------------------Document List CSS start------------------------------------- */
button#pay-pending {
    border: 1px solid #000000;
    border-radius: 16px;
    padding: 4px 19px;
}
 
button#pay-success {
    border: 1px solid #A0D1A1;
    border-radius: 16px;
    padding: 4px 19px;
    background: #E9FFDF;
    color: #00B232;
}
 
button#pending {
    border: 1px solid #B20000;
    border-radius: 16px;
    padding: 4px 19px;
    background: #FFE4E4;
    color: #B20000;
 
}
 
/* ---------------------------------------------Document List CSS end------------------------------------- */
 
/* soundarya css changes */
 
.container.mt-5.reset-mail {
    width: 60%;
}
 
@media only screen and (min-width: 319px) and (max-width: 1024px) {
    .container.mt-5.reset-mail {
        width: 100%;
    }
}
 
@media only screen and (min-width: 319px) and (max-width: 420px) {
    button.btn.btn-primary.mt-4.p-2 {
        font-size: 12px;
    }
}
 
@media only screen and (min-width: 992px) and (max-width: 1240px) {
    .client-dashboard.col-lg-4.ps-lg-5 {
        width: 95%;
        margin-bottom: 30px;
    }
}
 
/* @media only screen and (min-width: 610px) and (max-width: 992px) {
img.client-user-profile {
    width: 10%;
    /* text-align: end !important; */
 
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #070000;
 
}
 
*/
 
/* <akash> */
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
 
a {
    text-decoration: none;
}
 
li {
    list-style: none;
}
 
h1 {
    font-weight: 600;
    font-size: 1.5rem;
}
 
body {
    font-family: 'Poppins', sans-serif;
}
 
.wrapper {
    display: flex;
}
 
.main {
    min-height: 10vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: #fafbfe;
}
 
#sidebar {
    width: 70px;
    min-width: 200px;
    z-index: 1000;
    transition: all .25s ease-in-out;
    background-color: #ebebeb;
    display: flex;
    flex-direction: column;
}

#sidebar.expand {
    width: 260px;
    min-width: 260px;
}
 
.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}
 
.toggle-btn i {
    font-size: 1.5rem;
    color: #000000;
}
 
 
.sidebar-logo {
    margin: auto 0;
}
 
.sidebar-logo a {
    color: #FFF;
    font-size: 1.15rem;
    font-weight: 600;
}
 
/* #sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
    display: none;
} */
/* #sidebar:not(.expand) .sidebar-link span {
    display: none;
} */
 
/* #sidebar:not(.expand) .sidebar-link > span {
    display: none;
}  */
 
#sidebar:not(.expand) .sidebar-link span {
    display: inline;
    /* Hide span when sidebar is not expanded */
}
 
#sidebar.expand .sidebar-link span {
    display: inline;
    /* Show span when sidebar is expanded */
}
@media only screen and (min-width: 319px) and (max-width: 1024px) {
    #sidebar:not(.expand) .sidebar-link span {
        display: none;
        /* Hide span when sidebar is not expanded */
    }
     
    #sidebar.expand .sidebar-link span {
        display: inline;
        /* Show span when sidebar is expanded */
    }
}
 
@media only screen and (min-width: 319px) and (max-width: 1024px) {
    #sidebar {
        width: 70px;
        min-width: 70px!important;
        z-index: 1000;
        transition: all .25s ease-in-out;
        background-color: #ebebeb;
        display: flex;
        flex-direction: column;
    }
     
}

.sidebar-nav {
    padding: 2rem 0;
    flex: 1 1 auto;
}
 
a.sidebar-link {
    padding: .625rem 1.625rem !important;
    color: #000000 !important;
    display: block;
    font-size: 1.2rem !important;
    white-space: nowrap !important;
    border-left: 3px solid transparent;
}
 
.sidebar-link i {
    font-size: 1.1rem !important;
    margin-right: .75rem !important;
}
 
a.sidebar-link:hover {
    background-color: rgba(255, 255, 255, .075) !important;
    border-left: 3px solid #3b7ddd !important;
}
 
.sidebar-item {
    position: relative !important;
}
 
#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
    position: absolute !important;
    top: 0 !important;
    left: 70px !important;
    background-color: #0e2238 !important;
    padding: 0 !important;
    min-width: 15rem !important;
    display: none !important;
}
 
#sidebar:not(.expand) .sidebar-item:hover .has-dropdown+.sidebar-dropdown {
    display: block !important;
    max-height: 15em !important;
    width: 100% !important;
    opacity: 1 !important;
}
 
#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}
 
#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}


/* ------------------------------------------client-profile-dash CSS END------------------------------------- */
 
/* ---------------------------------------------file upload css start --------------------------------------- */
 
.upload-container {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}
 
.fileupload-name {
    background: #eeeeee;
}
 
.drag-area {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 50px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background: #fafafa;
}
 
span.file-type {
    font-family: Poppins;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 15px;
    text-align: center;
}
 
.form-check.checkmark {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(0deg);
}
 
 
/* ---------------------------------------------file upload css end --------------------------------------- */
 
/* ---------------------------------------------Document List CSS start------------------------------------- */
button#pay-pending {
    border: 1px solid #000000;
    border-radius: 16px;
    padding: 4px 19px;
}
 
button#pay-success {
    border: 1px solid #A0D1A1;
    border-radius: 16px;
    padding: 4px 19px;
    background: #E9FFDF;
    color: #00B232;
}
 
button#pending {
    border: 1px solid #B20000;
    border-radius: 16px;
    padding: 4px 19px;
    background: #FFE4E4;
    color: #B20000;
 
}
 
/* ---------------------------------------------Document List CSS end------------------------------------- */
 
/* soundarya css changes */
 
.container.mt-5.reset-mail {
    width: 60%;
}
 
@media only screen and (min-width: 319px) and (max-width: 1024px) {
    .container.mt-5.reset-mail {
        width: 100%;
    }
 
}
 
@media only screen and (min-width: 319px) and (max-width: 420px) {
    button.btn.btn-primary.mt-4.p-2 {
        font-size: 12px;
    }
}
 
@media only screen and (min-width: 992px) and (max-width: 1240px) {
    .client-dashboard.col-lg-4.ps-lg-5 {
        width: 95%;
        margin-bottom: 30px;
    }
}
 
.card-section-1.p-4.row {
    width: 85%;
}
 
 
@media only screen and (min-width: 320px) and (max-width: 1300px) {
 
    .row.mt-5,
    .row.p-2 {
        overflow: scroll;
    }
}
 
@media only screen and (min-width: 320px) and (max-width: 991px) {
 
    p.filter,
    .create {
        width: 45%;
    }
}
 
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .fliter-create-box {
        margin-top: 30px;
    }
}

@media (max-width: 384px) {
    .mt-lg-3.privacy-section.row {
        margin-top: 45px;
    }
  }
  @media only screen and (min-width: 997px) and (max-width: 2400px) {
    .container.mt-5.reset-section {
        width: 70%;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
  .align-items-center.bg-white.border.card-1.d-flex.h-100.p-3.rounded-4 {
    width: 85%;
}
  }

  @media only screen and (min-width: 320px) and (max-width:450px) {
  .align-items-center.bg-white.border.card-1.d-flex.p-3.rounded-4.h-100 {
    width: 80%;
}

}
@media only screen and (min-width: 320px) and (max-width:575px) {

    .create.border.border-dark.rounded-pill.p-2 {
        margin-top: 15px;
    }
    p.filter.mb-0 {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 320px) and (max-width:767px) {
.col-lg-2.col-md-3.text-end.upload-btn {
    width: 50%;
}
}
    .main.p-3 {
        overflow: auto;
    }
    .doucment-heading {
font-size: 35px;
    }
       input.custom-radio {
                min-width: 0px !important;
            }