.topbar {
    width:100%;
    max-width: 100%;
    min-width: 100%;
}

/* Padding classes */
.pl-0 { padding-left: 0px; }
.pr-0 { padding-right: 0px; }
.pt-0 { padding-top: 0px; }
.pb-0 { padding-bottom: 0px; }

.pl-5 { padding-left: 5px; }
.pr-5 { padding-right: 5px; }
.pt-5 { padding-top: 5px; }
.pb-5 { padding-bottom: 5px; }

.pl-10 { padding-left: 10px; }
.pr-10 { padding-right: 10px; }
.pt-10 { padding-top: 10px; }
.pb-10 { padding-bottom: 10px; }

.pl-15 { padding-left: 15px; }
.pr-15 { padding-right: 15px; }
.pt-15 { padding-top: 15px; }
.pb-15 { padding-bottom: 15px; }

/* Add similar rules incrementing by 5px */
.pl-20 { padding-left: 20px; }
.pr-20 { padding-right: 20px; }
.pt-20 { padding-top: 20px; }
.pb-20 { padding-bottom: 20px; }

/* Repeat up to 50px */
.pl-25 { padding-left: 25px; }
.pr-25 { padding-right: 25px; }
.pt-25 { padding-top: 25px; }
.pb-25 { padding-bottom: 25px; }

.pl-30 { padding-left: 30px; }
.pr-30 { padding-right: 30px; }
.pt-30 { padding-top: 30px; }
.pb-30 { padding-bottom: 30px; }

.pl-35 { padding-left: 35px; }
.pr-35 { padding-right: 35px; }
.pt-35 { padding-top: 35px; }
.pb-35 { padding-bottom: 35px; }


.pl-50 { padding-left: 50px; }
.pr-50 { padding-right: 50px; }
.pt-50 { padding-top: 50px; }
.pb-50 { padding-bottom: 50px; }

/* Margin classes */
.ml-5 { margin-left: 5px; }
.mr-5 { margin-right: 5px; }
.mt-5 { margin-top: 5px; }
.mb-5 { margin-bottom: 5px; }

.ml-10 { margin-left: 10px; }
.mr-10 { margin-right: 10px; }
.mt-10 { margin-top: 10px; }
.mb-10 { margin-bottom: 10px; }

/* Add similar rules incrementing by 5px */
.ml-15 { margin-left: 15px; }
.mr-15 { margin-right: 15px; }
.mt-15 { margin-top: 15px; }
.mb-15 { margin-bottom: 15px; }

/* Repeat up to 50px */
.ml-20 { margin-left: 20px; }
.mr-20 { margin-right: 20px; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }

.ml-25 { margin-left: 25px; }
.mr-25 { margin-right: 25px; }
.mt-25 { margin-top: 25px; }
.mb-25 { margin-bottom: 25px; }

.ml-30 { margin-left: 30px; }
.mr-30 { margin-right: 30px; }
.mt-30 { margin-top: 30px; }
.mb-30 { margin-bottom: 30px; }

.ml-50 { margin-left: 50px; }
.mr-50 { margin-right: 50px; }
.mt-50 { margin-top: 50px; }
.mb-50 { margin-bottom: 50px; }


.table-hover tbody tr td svg {
    width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 4px;
    margin-right: 0px !important;
}

.table-hover tbody tr td > .btn {
    padding: 2px 7px 2px 7px !important;
    font-size: 20px;
}

.signal-table.table-responsive .table tbody tr td:nth-child(n+2) {
    min-width: 100px !important;
}

.required-field[data-error]:after {
    content: attr(data-error); /* Use the error message stored in the data-error attribute */
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.field-container {
    position: relative;
    margin-bottom: 20px;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.logo-wrapper {
    padding: 2px 5px !important;
    background-color: #fff;
}

.logo-wrapper > a > img {
    height: 60px;
    width: 80%;
    object-fit: contain;
}

.preview {
    height: 150px;
    width: 100%;
    object-fit: contain;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #efefef;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
}
.toggle-sidebar {
    right: 7px;
    top: 16px;
}

.toggle-sidebar {
    padding: 7px 8px 2px 8px;
}

.sidebar-list> .sidebar-link > svg {
    color: white;
}

.table-right-btn {
    position: absolute;
    right: 24px;
    top: 10px;
}

.ranking {
    border: 1px solid #ccc;
}

.rank-div {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px;
}

.rank-title {
    flex: 1;
    margin: 0px !important;
}

.rank-value {
    margin: 0px !important;
    font-weight: 500;
}


/* CSS FOR SELECT MULTIPLE OPTION SELECTPICKER */
.dropup {
    display:none;
}

.selectpicker {
    padding:20px;
    background-color:#fff;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top:12px;
}

.dropdown-menu .dropdown-item {
    opacity: 1;
    font-size: 14px;
    padding: 8px 12px;
}

.dropup .dropdown-toggle::after {
    display:none;
}

.dropdown .dropdown-toggle {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 6px !important;
    padding: 8px 10px !important;
    border: 1px dashed #ccc !important;
}

/* CSS FOR LOADER */

#loader {
    position: fixed;
    top: 40%;
    left: 50%;
    background: #fff;
    z-index: 1000;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 1px 1px 6px 2px #ccc;
}

#loader > img {
    height: 50px;
    width: 100%;
    object-fit: cover;
}

/* CSS FOR SELECT MULTIPLE OPTION SELECTPICKER */


.custom-input .form-check .form-check-input:valid ~ .form-check-label {
    color: #000;
}

.custom-input .form-check .form-check-input:checked {
    background-color: #0C6FEE;
    border-color: #0C6FEE !important;
}

.custom-input .form-check .form-check-input:valid {
    border-color: #000;
}

.projectName {
    font-size: 30px;
    font-weight: 500;
    color: #0484c3;
}
.projectName > small {
    font-size: 12px;
    color: #777;
    font-weight: 600;
}

.product-price {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    color: #777;
}

.product-price > span {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    color: #000;
}

.product-page-main {
    padding: 10px 5px 10px 5px;
}

.border-tab.nav-tabs .nav-item .nav-link {
    font-size: 15px;
    padding: 5px 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.projectDetailsText {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.7px;
    text-align: justify;
    color:#666;
}
.customTable th {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 5px !important;
    background: #f1f1f1;
}
.customTable td {
    color: #555;
    font-size: 14px;
    padding: 7px !important;
}
.salesExecutive {
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
}

.header-row {
    background: #ccc !important;
    border-bottom: 1px solid #000;
}
.main-floor-plan {
    background: #555 !important;
}
.main-floor-plan > td {
    color: #fff;
    padding: 5px 10px;
}
.configuration-heading {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    color: #fff;
}
.header-row > th {
    padding: 10px 5px;
    font-size: 14px;
    white-space: nowrap;
    color: #555;
}

.child-row td:first-child {
    border-left: 2px solid #ccc;
    padding-left: 10px !important;
}


.plan-details-control > i {
    background: #000;
    padding: 5px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
}
.listImg {
    height: 50px;
    width: 50px;
    border-radius: 6px;
    background: #efefef;
    padding: 2px;
}

#preview-container {
    border: 2px dashed #2e7ce4;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.preview-item {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.preview-image {
    width: 100px;
    height: 70px;
    object-fit: contain;
    border: 1px solid #efefef;
    margin-top: 10px;
    border-radius: 10px 10px 0px 0px;
}

.remove-button {
    display: block;
    background-color: #f44336;
    color: white;
    border: none;
    padding: 2px 0px 3px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
    font-weight: 600;
}

.galleryCard {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 6px;
}

.galleryCard > p {
    margin-bottom: 0px;
    padding: 3px;
    border-top: 1px dashed #ccc;
}

.gallery-img {
    height: 90px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.list-img {
    height: 80px;
    width: 80px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.project-list-name {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    white-space:nowrap;
}

.edit-btn {
    padding: 5px;
    border-radius: 0px;
    border-bottom-left-radius:5px;
}

.remove-btn {
    padding: 5px;
    border-radius: 0px;
    border-bottom-right-radius:5px;
}

.pdfIcon {
    height:200px;
    width:100%;
    object-fit: contain;
    padding: 20px 50px;
}
.IFrameViewer {
    border-radius: 20px;
}
.loginLogo {
    height: 75px;
    width:100%;
    object-fit: contain;
}
.editBtn {
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    right: 0;
}

.actionUl {
    display: inline-flex;
}

.actionUl > li {
    margin-right: 5px;
}

.actionUl > li > a {
    padding: 2px 10px;
    font-size: 20px;
    white-space: nowrap;
}

.light-box {
    position: absolute;
    top: 9px;
    background: #000 !important;
}

.light-box >  a > svg {
    color: #fff !important;
}

.otpBtn {
    padding: 9px 13px;
    font-size: 16px;
}

.login-card .login-main .theme-form input {
    background-color: #fff;
}

.accordion-button {
    padding: 10px 20px;
}

.inquiry-header p {
    font-size: 15px;
}

.inquiry-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; /* Important: do NOT wrap */
    width: 100%;
    background:#fff;
    border-radius:6px;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow-x: scroll;
}

.inquiry-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 10px;
    box-sizing: border-box;
}

.inquiry-item-new {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 10px;
    box-sizing: border-box;
}

/* Now apply fixed widths */
.inquiry-item:nth-child(1) { width: 40%; }  /* Brochure Download */
.inquiry-item:nth-child(2) { width: 12%; }  /* Inquiry about property */
.inquiry-item:nth-child(3) { width: 12%; }  /* Inquiry about property */
.inquiry-item:nth-child(4) { width: 24%; }  /* Received On */
.inquiry-item:nth-child(5) { width: 12%; }  /* IP Address */
/* .inquiry-item:nth-child(5) { width: 10%; }  Block IP */
/* .inquiry-item:nth-child(6) { width: 15%; }  Google / Property text */

.inquiry-item-new:nth-child(1) { width: 18%; }  /* Brochure Download */
.inquiry-item-new:nth-child(2) { width: 72%; }  /* Inquiry about property */
.inquiry-item-new:nth-child(3) { width: 10%; }  /* Inquiry about property */

.inq-rec-date {
    background: #efefef;
    border-radius: 10px;
    padding: 5px 10px;
}

.badge {
    padding: 5px 10px !important;
}

.inquiry-item label {
    margin: 0;
    font-size: 14px;
}
 
.inquiry-item span {
    /* color: #9191a1; */
    font-size: 13px;
}
 
.inquiry-item p {
    /* color: #9191a1; */
    font-size: 13px;
}

.accordion-body {
    padding:5px 10px;
    background:#eef1f582;
}

.accordion-item:not(:first-of-type) {
    border-top:0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border:1px solid #d2d4da;
}

.floorPlanBox {
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 10px;
}

.overviewBox {
  list-style: none;
  display: inline-flex;
  padding-left: 0px;
  margin-bottom: 20px;
}

.overviewBox > li {
  margin-right: 20px;
  border: 1px solid #efefef;
  border-radius: 10px;
}

.overviewBox > li > p {
  margin-bottom: 0px;
  font-size: 16px;
  background: #fff;
  padding: 5px 15px;
  color: #555;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.overviewBox > li > h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 15px;
  color: #fff;
  background-color: #555;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.verify-icon {
    height: 28px;
    margin-top: -10px;
}
.flex-inq {
    display: inline-flex;
    width: 100%;
}
.flex-inq > :first-child {
  width: 98%;
  padding: 10px 10px;
}

.flex-inq > :nth-child(2) {
  width: 2%;
}

/* Between 768px and 1024px */
@media (min-width: 767) {

    .page-wrapper.compact-wrapper .page-header .header-logo-wrapper {
        display: block !important;
    }

    .logo-wrapper {
        display: none !important;
    }

    .toggle-sidebar {
        right: -15px !important;
        top: -5px !important;
        z-index: 9 !important;
    }
}

