/*
Template Name: Template Name
Author       : Author Name
Version      : 1.0
*/
/*==============================================================================
[Table of contents]
===================
  01. Theme default CSS
  02. Header Area
  03. Banner Area
==============================================================================*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p font-size: fs-rem(12px);
 * e.g. p {@include fontSize(12px);}
 *
 */
/*--------------------------------------
	- Base
----------------------------------------*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/*--------------------------------------
   - Utilities
 ----------------------------------------*/
:root {
    --container-width: 100%;
    --container-sm: 33.75rem;
    --container-md: 45rem;
    --container-lg: 60rem;
    --container-xl: 71.25rem;
    --container-xxl: 90rem;
    --container-fluid: 100%;
    --gutter-x: 1.875rem;
    --gutter-5: 0.3125rem;
    --gutter-10: 0.625rem;
    --gutter-15: 0.9375rem;
    --gutter-20: 1.25rem;
    --gutter-25: 1.5625rem;
    --gutter-30: 1.875rem;
    --gutter-35: 2.1875rem;
    --gutter-40: 2.5rem;
    --gutter-45: 2.8125rem;
    --gutter-50: 3.125rem;
    --lato-sss: "Lato", sans-serif;
    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
    --fs-12: 0.75rem;
    --fs-13: 0.8125rem;
    --fs-14: 0.875rem;
    --fs-15: 0.9375rem;
    --fs-16: 1rem;
    --fs-17: 1.0625rem;
    --fs-18: 1.125rem;
    --fs-20: 1.25rem;
    --fs-21: 1.3125rem;
    --fs-24: 1.5rem;
    --fs-25: 1.5625rem;
    --fs-28: 1.75rem;
    --fs-30: 1.875rem;
    --fs-32: 2rem;
    --fs-35: 2.1875rem;
    --fs-40: 2.5rem;
    --fs-45: 2.8125rem;
    --hr-bg: var(--clr-black);
    --hr-width: 100%;
    --hr-height: 0.3125rem;
    --hr-gutter-y: 1.875rem;
    --hr-gutter-x: 0;
    --hr-padding: 0;
    --hr-radius: 0;
    --m: 0;
    --mt: 0;
    --mr: 0;
    --mb: 0;
    --ml: 0;
    --mx: 0;
    --my: 0;
    --m-auto: auto;
    --my-auto: auto;
    --mx-auto: auto;
    --p: 0;
    --pt: 0;
    --pr: 0;
    --pb: 0;
    --pl: 0;
    --px: 0;
    --py: 0;
    --p-auto: auto;
    --py-auto: auto;
    --px-auto: auto;
    --border-width: 0.0625rem;
    --border-style: solid;
    --border-clr: transparent;
    --border: var(--border-width) var(--border-style) var(--border-clr);
    --border-t: var(--border-width) var(--border-style) var(--border-clr);
    --border-r: var(--border-width) var(--border-style) var(--border-clr);
    --border-b: var(--border-width) var(--border-style) var(--border-clr);
    --border-l: var(--border-width) var(--border-style) var(--border-clr);
    --border-x: var(--border-width) var(--border-style) var(--border-clr);
    --border-y: var(--border-width) var(--border-style) var(--border-clr);
    --radius: 0;
    --radius-t: 0;
    --radius-r: 0;
    --radius-b: 0;
    --radius-l: 0;
    --radius-full: 50%;
    --btn-bg: transparent;
    --btn-clr: inherit;
    --btn-ff: var(--lato-sss);
    --btn-fs: var(--fs-16);
    --btn-py: 0.625rem;
    --btn-px: 1.125rem;
    --btn-my: var(--my);
    --btn-mx: var(--mx);
    --shadow: 0px 4px 46px rgba(248, 136, 8, 0.22);
    --shadow-1: 0px 10px 43px 2px rgba(0, 0, 0, 0.15);
    --clr-black: #000;
    --clr-black-1: #1a1a1a;
    --clr-black-2: #1d1d1d;
    --clr-black-3: #383838;
    --clr-black-4: #474747;
    --clr-black-5: #595252;
    --clr-black-6: #5e5e5e;
    --clr-black-7: #757575;
    --clr-black-8: #808080;
    --clr-white: #fff;
    --clr-white-1: #f2f2f2;
    --clr-white-2: #f4f4f4;
    --clr-white-3: #f5f5f5;
    --clr-white-4: #e1e1e1;
    --clr-white-5: #d2d2d2;
    --clr-white-6: #d4d4d4;
    --clr-red: #da1717;
    --clr-yellow: #f88808;
    --clr-green: #5cb523;
    --clr-main: #6200ea;
    --clr-text: #666666;
    --yellow-gradient: linear-gradient(89.66deg, #ffac34 0.29%, #ffc575 99.71%);
    --cyan-gradient: linear-gradient(89.66deg, #11e4bb 0.29%, #5afcdc 99.71%);
    --blue-gradient: linear-gradient(89.66deg, #4b9fff 0.29%, #70b3ff 99.71%);
    --pink-gradient: linear-gradient(89.66deg, #ff5f7a 0.29%, #ff7c92 99.71%);
    --main-gradient: linear-gradient(270deg, #0ebb63 0%, #0def81 100%);
    --theme-color: #00a551;
    --ff: "Plus Jakarta Sans", sans-serif;
}

/* Box sizing rules */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    font-family: var(--ff);
    font-weight: 400;
    font-size: var(--fs-16);
    line-height: 1.875rem;
    text-rendering: optimizeSpeed;
    color: var(--clr-black);
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

button {
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.hr {
    background: var(--clr-black-200);
    width: 100%;
    height: 1px;
    margin: 50px 0;
    padding: 0;
    border: none;
    border-radius: 0;
    opacity: 1;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
body {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media print {
    body {
        background: none !important;
    }
}
img {
    width: 100%;
}

div {
    line-height: 1;
}

.disabled {
    opacity: 0.6 !important;
    pointer-events: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--lato-sss);
    color: var(--clr-text);
    font-weight: var(--fw-600);
    line-height: 1.4;
    margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2rem;
}
@media screen and (min-width: 20rem) {
    h1 {
        font-size: calc(2rem + 1.75 * ((100vw - 20rem) / 55));
    }
}
@media screen and (min-width: 75rem) {
    h1 {
        font-size: 3.75rem;
    }
}

h2 {
    font-size: 2rem;
}
@media screen and (min-width: 20rem) {
    h2 {
        font-size: calc(2rem + 0.8125 * ((100vw - 20rem) / 55));
    }
}
@media screen and (min-width: 75rem) {
    h2 {
        font-size: 2.8125rem;
    }
}

h3 {
    font-size: 1.25rem;
}
@media screen and (min-width: 20rem) {
    h3 {
        font-size: calc(1.25rem + 0.625 * ((100vw - 20rem) / 55));
    }
}
@media screen and (min-width: 75rem) {
    h3 {
        font-size: 1.875rem;
    }
}

h4 {
    font-size: 1.125rem;
}
@media screen and (min-width: 20rem) {
    h4 {
        font-size: calc(1.125rem + 0.375 * ((100vw - 20rem) / 55));
    }
}
@media screen and (min-width: 75rem) {
    h4 {
        font-size: 1.5rem;
    }
}
/* responsive for pdf start */
@page {
    size: A4 landscape;
    margin: 0;
}
@media print {
    /* html, body {
        width: 100%;
        height: 100%;
    } */
    .page-break {
        page-break-before: always;
    }
    .no-print {
        display: none;
    }
}
/* responsive for pdf end */
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

hr {
    background: #c2cfff;
    width: 50px;
    height: 3px;
    margin: 35px 0;
    padding: 0;
    border: none;
}
@media screen and (min-width: 768px) {
    hr {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

p {
    margin: 0;
    color: var(--clr-text);
}

span,
small,
a,
strong {
    color: var(--clr-text);
}

label {
    color: var(--clr-black);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.maan-section {
    padding: 3.75rem 0;
}
@media screen and (min-width: 992px) {
    .maan-section {
        padding: 7.5rem 0;
    }
}

.maan-section-title {
    margin-bottom: var(--gutter-20);
}
@media screen and (min-width: 992px) {
    .maan-section-title {
        margin-bottom: var(--gutter-50);
    }
}
.maan-section-title .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: var(--gutter-10);
    margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
    .maan-section-title .title {
        margin-top: -0.625rem;
    }
}
.maan-section-title .subtitle {
    display: block;
    color: var(--clr-yellow);
    font-weight: var(--fw-600);
    margin-bottom: var(--gutter-10);
    margin-top: -0.5rem;
}
.maan-section-title p {
    font-family: var(--lato-sss);
    color: var(--clr-black-4);
    margin-top: var(--gutter-20);
    font-weight: var(--fw-500);
}

.woodland-main-section {
    padding-left: 16%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.woodland-section-container {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 20px;
}

.swup-progress-bar {
    height: 4px;
    background-color: blue;
}

.transition-fade {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}
.cursor-pointer {
    cursor: pointer;
}

@-webkit-keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
/* Shine */
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/*--------------------------------------
   - Color
 ----------------------------------------*/
.color {
    color: var(--clr-black);
}

.text-black {
    color: var(--clr-black) !important;
}

.bg-black {
    background: var(--clr-black);
}

.text-white {
    color: var(--clr-white) !important;
}

.bg-white {
    background: var(--clr-white);
}

.text-white-3 {
    color: var(--clr-white-3) !important;
}

.bg-white-3 {
    background: var(--clr-white-3);
}

.text-yellow {
    color: var(--clr-yellow) !important;
}

.bg-yellow {
    background: var(--clr-yellow);
}

/*--
     - Margin
 -------------------------------------------*/
.mt-n3 {
    margin-top: -0.4375rem;
}

.mt-n4 {
    margin-top: -0.75rem;
}

.m-auto {
    margin: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-0 {
    margin-top: 0;
}

.mt-73 {
    margin-top: 4.5625rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

@media (min-width: 768px) {
    .mt-md-n4 {
        margin-top: -0.75rem;
    }
}

.mt-30 {
    margin-top: 20px;
}

/*---
 -- Padding
 -------------------------------------------*/
/*----------------------------------------*/
/*  Component CSS
 /*----------------------------------------*/
/*-------------------------------------------------------
 21. Breadcrumb css
 ---------------------------------------------------------*/
/*--------------------------------------
   - Button
 ----------------------------------------*/

/* others new css start */

.action-btn {
    border-radius: 4px;
    padding: 4px 8px;
    text-align: center;
    font-size: 12px;
}

.bg-light-green {
    background: rgba(0, 165, 81, 0.1) !important;
    color: var(--clr-main) !important;
}

.bg-light-red {
    color: #f23b3d !important;
    background: rgba(242, 59, 61, 0.1) !important;
}

.bg-light-orange {
    color: #f89117 !important;
    background: rgba(248, 145, 23, 0.1) !important;
}

.theme-btn {
    background: var(--clr-main) !important;
    border: none;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    padding: 14px 30px;
    color: #fff !important;
    border-radius: 6px;
}
.buy-now-btn {
    background: var(--main-gradient) !important;
    border: none;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    padding: 14px 30px;
    min-width: 100%;
    color: #ffffff !important;
    border-radius: 6px;
}
.buy-now-btn:hover {
    background: transparent !important;
    color: var(--clr-main) !important;
}
.buy-sub-btn {
    background: transparent;
    border: 1px solid var(--clr-main);
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    padding: 14px 30px;
    min-width: 100%;
    color: var(--clr-main) !important;
    border-radius: 6px;
}
.buy-sub-btn:hover {
    border: none !important;
    background: var(--clr-main) !important;
    color: white !important;
}

.fixed-bg {
    background: var(--clr-main);
    border: none;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    padding: 14px 30px;
    min-width: 100%;
    color: #ffffff !important;
    border-radius: 6px;
}

.recommended-banner-container {
    position: absolute;
    right: -10px;
    top: 10px;
}
.recommended-banner {
    position: relative;
    background-color: var(--clr-main);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: inline-block;
}
.recommended-banner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: var(--clr-main) transparent transparent transparent;
}
.maintenance-rejected-btn {
    border: none;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 30px;
    color: #fff !important;
    border-radius: 6px;
    padding: 14px 30px;
}

.border-btn {
    background: #fff;
    border: 1px solid #ff7c92 !important;
    color: #ff7c92 !important;
    padding: 12px 30px;
}

.border-btn:hover {
    background-color: transparent !important;
}
.green-border {
    border: 1px solid var(--clr-main) !important;
    color: var(--clr-main) !important;
    margin-left: 10px;
    font-size: 16px;
    padding: 3px 10px;
}

.success-modal-body {
    padding-bottom: 45px;
}
.success-modal-body img {
    height: 162px;
    width: 162px;
    object-fit: contain;
    margin: auto;
    padding-bottom: 30px;
}
.success-modal-body h4 {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 10px;
}

.modal-btn,
.table-modal-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    background: var(--clr-main);
    border-radius: 6px;
    padding: 8px 15px;
    color: #fff !important;
}
.table-modal-btn {
}
.modal-btn i {
    margin-right: 7px;
}

.tag-btn {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #919699;
    color: #919699 !important;
    display: inline-block;
}
.tag-btn.active {
    color: #ffffff !important;
    background: #00a551;
    border-color: #00a551;
}

.select-all {
    color: #00a551;
    font-weight: 500;
    font-size: 16px;
}

.add-photo-items {
    position: relative;
}

.images-upload-btn {
    color: #666666;
    font-size: 14px;
    padding: 10px 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.table-action button {
    font-size: 22px;
    background: none;
    border: none;
    outline: none;
    text-align: center;
    display: block;
    width: 100%;
    color: #7f7f7f;
    cursor: pointer;
}

.table-action .dropdown-menu {
    min-width: 140px;
    padding: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 10px;
    padding: 0;
}

.table-action .dropdown-menu a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #7e7e7e !important;
    display: block;
    padding: 10px 15px;
    display: block;
    background: none !important;
    text-align: left;
}
.table-action .dropdown-menu a .fa-eye {
    color: #2cb9b0;
}
.table-action .dropdown-menu a .fa-edit {
    color: #0d99ff;
}
.table-action .dropdown-menu a .fa-trash,
.table-action .dropdown-menu a .fa-print {
    color: #fd7248;
}

.table-action .dropdown-menu a i {
    margin-right: 7px;
}

.table-action .dropdown-menu a:hover {
    background: #eee !important;
}
.table-header-title h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #1f1f1f;
}
.table .details-name {
    color: #7b787b;
    font-size: 16px;
    font-weight: 400;
}
.mykad-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.details-content {
    width: 350px !important;
}
.upload-img-title {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--ff);
}
.d-label {
    position: absolute;
    font-size: 13px;
    background-color: white;
    top: -6px;
    left: 6px;
}

.woodland-table thead th:last-child {
    text-align: center;
}

.action-btn-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.add-landlord-profile-info {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
}
.add-landlord-profile-info .image-preview-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
}
.add-landlord-profile-info .profile-img {
    position: relative;
    height: 180px;
    width: 180px;
    text-align: center;
    background: #ffffff;
    border: 3px solid #919699;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.add-landlord-profile-info .profile-img .icons {
    width: 44px;
    line-height: 44px;
}
.add-landlord-profile-info h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1f1f1f;
    opacity: 0.8;
    margin-bottom: 10px;
}
.add-landlord-profile-info small {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #919699;
}

label {
    display: block;
    color: #1f1f1f;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
}

.form-control {
    border: 1px solid rgba(126, 126, 126, 0.3);
    border-radius: 6px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 15px;
    line-height: 36px;
    height: 50px;
}

.add-landlord-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 24px;
    gap: 12px;
    flex-wrap: wrap;
}
.outline-btn {
    background: transparent;
    border: 1px solid var(--clr-main);
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    padding: 14px 30px;
    min-width: 200px;
    color: var(--clr-main) !important;
    border-radius: 6px;
}
.outline-btn:hover {
    border: 1px solid var(--clr-main) !important;
    color: var(--clr-main) !important;
}

.edit-profile-img {
    position: relative;
    height: 180px;
    width: 180px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}
.edit-profile-img .profile-img {
    border-color: var(--clr-main);
}
.edit-profile-img .icons {
    position: absolute;
    bottom: 20px;
    right: 0;
    height: 44px;
    width: 44px;
    background: #ffffff;
    border: 3px solid #08807f;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.edit-profile-img .icons img {
    width: 20px;
}

textarea {
    min-height: 100px !important;
}

.woodland-modal-content textarea {
    height: 120px;
}
.woodland-modal-content .modal-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #1f1f1f;
    font-family: var(--ff);
}

.property-image-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
}

/* others new css start */

.action-btn {
    border-radius: 4px;
    padding: 4px 8px;
    text-align: center;
    font-size: 12px;
}

.bg-light-green {
    background: rgba(0, 165, 81, 0.1) !important;
    color: var(--clr-main) !important;
}

.bg-light-red {
    color: #f23b3d !important;
    background: rgba(242, 59, 61, 0.1) !important;
}

.bg-light-orange {
    color: #f89117 !important;
    background: rgba(248, 145, 23, 0.1) !important;
}

.theme-btn {
    background: var(--clr-main) !important;
    border: none;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 30px;
    min-width: 160px;
    color: #fff !important;
    border-radius: 6px;
}
.theme-btn:hover {
    background: var(--clr-main) !important;
}
.border-btn {
    background: #fff;
    border: 1px solid #ff7c92 !important;
    color: #ff7c92 !important;
    min-width: 160px;
}
@media (max-width: 576px) {
    .border-btn {
        min-width: 0 !important;
        padding: 11px 15px;
    }
    .profile-drop-btn p {
        display: none !important;
    }
    .profile-drop-btn .arrow {
        display: none !important;
    }
    .woodland-header-right-side-meta .dropdown {
        margin-left: 12px !important;
    }
}

.green-border {
    border: 1px solid var(--clr-main) !important;
    color: var(--clr-main) !important;
    margin-left: 10px;
    font-size: 16px;
    padding: 3px 10px;
}

.modal-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    background: var(--clr-main);
    border-radius: 4px;
    padding: 12px 18px;
    color: #fff !important;
}
.modal-btn i {
    margin-right: 7px;
}

.tag-btn {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #919699;
    color: #919699 !important;
    display: inline-block;
}
.tag-btn.active {
    color: #ffffff !important;
    background: #00a551;
    border-color: #00a551;
}

.select-all {
    color: #00a551;
    font-weight: 500;
    font-size: 16px;
}

.request-text {
    color: #ff900c;
    background: none;
}

.reject-text {
    color: #f23b3d;
    background: none;
}

.approve-text {
    color: #00a551;
    background: none;
}

.sm-btn-modal {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#0ebb63),
        to(#0def81)
    );
    background: linear-gradient(270deg, #0ebb63 0%, #0def81 100%);
    border-radius: 8px;
    padding: 7px 17px;
    color: #fff !important;
}

.buy-now-btn {
    background: rgba(8, 128, 127, 0.1);
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #00a551;
    max-width: 190px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.buy-now-btn:hover,
.buy-now-btn.active {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#0ebb63),
        to(#0def81)
    );
    background: linear-gradient(270deg, #0ebb63 0%, #0def81 100%);
    -webkit-box-shadow: 0px 11px 27px -2px rgba(14, 188, 100, 0.3);
    box-shadow: 0px 11px 27px -2px rgba(14, 188, 100, 0.3);
    color: #fff !important;
}

.download-receipt-btn {
    background: #ffffff;
    border: 1px solid #00a551;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #00a551;
    max-width: 190px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    padding: 7px 20px;
}
.download-receipt-btn:hover,
.download-receipt-btn.active {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#0ebb63),
        to(#0def81)
    );
    background: linear-gradient(270deg, #0ebb63 0%, #0def81 100%);
    -webkit-box-shadow: 0px 11px 27px -2px rgba(14, 188, 100, 0.3);
    box-shadow: 0px 11px 27px -2px rgba(14, 188, 100, 0.3);
    color: #fff !important;
}

.add-photo-items {
    position: relative;
}

@media (max-width: 575px) {
    .theme-btn {
        min-width: 100px;
        padding: 12px 15px !important;
    }
}
.add-landlord-profile-info {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
}
.add-landlord-profile-info .image-preview-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
}
.add-landlord-profile-info .profile-img {
    position: relative;
    height: 180px;
    width: 180px;
    text-align: center;
    background: #ffffff;
    border: 3px solid #919699;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.add-landlord-profile-info .profile-img .icons {
    width: 44px;
    line-height: 44px;
}
.add-landlord-profile-info h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1f1f1f;
    opacity: 0.8;
    margin-bottom: 10px;
}
.add-landlord-profile-info small {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #919699;
}

label {
    display: block;
    color: #1f1f1f;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
}

.form-control {
    border: 1px solid rgba(126, 126, 126, 0.3);
    border-radius: 6px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 15px;
    line-height: 36px;
    height: 50px;
}

.add-landlord-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 24px;
    gap: 24px;
}

.edit-profile-img {
    position: relative;
    height: 180px;
    width: 180px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}
.edit-profile-img .profile-img {
    border-color: var(--clr-main);
}
.edit-profile-img .icons {
    position: absolute;
    bottom: 20px;
    right: 0;
    height: 44px;
    width: 44px;
    background: #ffffff;
    border: 3px solid #08807f;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.edit-profile-img .icons img {
    width: 20px;
}

textarea {
    min-height: 100px !important;
}

.woodland-modal-content textarea {
    height: 120px;
}
.woodland-modal-content .modal-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #1f1f1f;
}

.property-image-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
}

.images-items {
    overflow: hidden;
    border-radius: 5px;
}

.width-600 {
    max-width: 600px;
}

.woodland-file-upload label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    border: 1.5px dotted #919699;
    color: #919699;
    border-radius: 5px;
    max-width: 120px;
    height: 102px;
}

.subtitle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.subtitle-inner h6 {
    color: #1f1f1f;
    font-weight: 500;
    font-size: 16px;
}
.subtitle-inner a {
    font-size: 16px;
}

.floor-typical-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    border-radius: 4px;
    margin-top: 15px;
}
.floor-typical-items .images {
    max-width: 80px;
    min-width: 80px;
    margin-right: 15px;
}
.floor-typical-items .floor-typical-content p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}
.floor-typical-items .floor-typical-content li {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    color: #919699;
}

.property-radio-btn-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-radio-btn {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #919699;
}

/* Hide the browser's default radio button */
.custom-radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.custom-radio-btn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: rgba(129, 130, 131, 0.1);
    border: 1px solid #818283;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.custom-radio-btn input:checked ~ .text {
    color: #000;
}

.custom-radio-btn input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #00a551;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-btn input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-btn .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00a551;
}

.property-radio-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    min-height: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #919699;
    background: #fff;
    border-radius: 2px;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .text {
    color: #000;
}

.custom-checkbox input:checked ~ .checkmark {
    background: var(--clr-main);
    border-color: var(--clr-main);
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.media-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f7f7;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.media-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.media-btn-wrapper .dropdown-toggle::after {
    right: 25px;
    position: absolute;
    top: 45%;
}
.search-input {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    width: 320px;
    /* width: 100%; */
    border: 1px solid #7b787b4d;
}
@media (max-width: 575px) {
    .search-input {
        width: 100%;
    }
}
.search-input:focus {
    outline: none;
}
.search-input::-webkit-search-clear-button,
.search-input::-ms-clear {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}
.search-icon {
    top: 12px;
    right: 10px;
    font-weight: 400;
    color: #7b787b;
}
.select-drop {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    border: 1px solid #7b787b4d;
}
.select-drop {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    padding-right: 22px;
    background-color: white;
}
.custom-select {
    position: relative;
}
.custom-select svg {
    position: absolute !important;
    right: 8px !important;
}

.select-drop:focus {
    outline: none;
}
.apply-btn {
    background: linear-gradient(270deg, #0ebb63 0%, #0def81 100%);
    color: white;
    padding: 10px 14px;
    border-radius: 6px;
    transition: all;
}
.apply-btn:hover {
    background: linear-gradient(270deg, #0def81 0%, #0ebb63 100%);
}
.view-details-btn {
    background-color: #1f1f1f1a;
    color: #7b787b !important;
    padding: 4px 8px;
    border-radius: 4px;
    transition: 0.3s;
}
.view-details-btn:hover {
    background-color: #1f1f1f26;
}
.approve_status {
    color: #00a551;
}
.reject_status {
    color: #f23b3d;
}
.pending_status {
    color: #ff900c !important;
}
.processing_status {
    color: #2400ff !important;
}
.pdf-img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}
.rent-agree {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
}
.download-pdf-container {
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.download-pdf-container .download-icon {
    height: 15px;
    width: 15px;
}
.download-icon-container {
    height: 38px;
    width: 38px;
    background-color: rgba(0, 165, 81, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-btn-wrapper .dropdown-menu {
    min-width: 180px;
    background: #ffffff !important;
    padding: 0;
    border: none;
    border-radius: 0;
}
.media-btn-wrapper button {
    color: #919699 !important;
    font-size: 14px;
    background: #ffffff !important;
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    border-radius: 4px;
    min-width: 180px;
    margin-right: 10px;
    border: none;
    text-align: left;
}

.media-img-search {
    position: relative;
    width: 240px;
}
.media-img-search input {
    height: 33px;
    background: #ffffff;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    margin: 0;
}
.media-img-search input::-webkit-input-placeholder {
    color: #919699 !important;
}
.media-img-search input::-moz-placeholder {
    color: #919699 !important;
}
.media-img-search input:-ms-input-placeholder {
    color: #919699 !important;
}
.media-img-search input::-ms-input-placeholder {
    color: #919699 !important;
}
.media-img-search input::placeholder {
    color: #919699 !important;
}
.media-img-search i {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #919699 !important;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
}

.media-images-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.media-images-list li {
    display: inline-block;
}
.media-images-list a {
    display: block;
}
.media-images-list img {
    height: 140px;
    width: 140px;
    border-radius: 6px;
}

@media (max-width: 999px) {
    .media-header-wrapper {
        display: block;
    }
    .media-img-search {
        margin: 0 auto;
        margin-top: 15px;
    }
    .media-btn-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.media-image-uploaded-form {
    background: #ffffff;
    border: 1px solid rgba(111, 111, 111, 0.1);
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    border-radius: 12px;
    padding: 25px;
}

.input-images-upload-wrapper .image-uploader {
    background: #f7f7f7;
    border: 1.5px dashed #919699;
    border-radius: 12px;
    height: 530px;
}

.payment-details-modal-content {
    background: #f1f1f1;
    border: none;
}

.payment-profile {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
}
.payment-profile .profile-meta-info {
    text-align: center;
    margin-bottom: 30px;
}
.payment-profile .profile-meta-info img {
    margin: 0 auto;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    border: 3px solid #00a551;
    margin-bottom: 25px;
}
.payment-profile .profile-meta-info h6 {
    font-size: 18px;
    font-weight: 500;
    color: #1f1f1f;
    opacity: 0.8;
    text-transform: capitalize;
}
.payment-profile .profile-meta-info p {
    font-size: 16px;
    color: #919699;
    margin-top: 5px;
}

.payment-profile-info-item {
    margin-top: 20px;
}
.payment-profile-info-item p {
    color: #919699;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}
.payment-profile-info-item span {
    display: block;
    text-transform: capitalize;
    color: #1f1f1f;
    font-size: 16px;
    margin-top: 5px;
}

.payment-details-form-risght-side {
    background: #ffffff;
    border-radius: 12px;
}

.payment-details-form-wrapper {
    padding: 30px;
}

.note-editable {
    min-height: 150px;
}

.textarea-wrapper .note-editable {
    height: 400px;
}

.action-btn-wrapper .bordered {
    border: 1px solid #eee;
}

.news-img-upload .image-uploader {
    height: 200px;
}

.ctg-input {
    max-width: 140px;
    height: 40px;
    background: rgba(111, 111, 111, 0.1) !important;
    border: none;
}

.form-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(126, 126, 126, 0.3);
    border-radius: 6px;
    margin-bottom: 30px;
}
.form-input-group .form-control {
    border: none;
    margin: 0;
}
.form-input-group select {
    width: auto;
}
.form-input-group .nice-select {
    width: auto;
    padding: 7px 30px 7px 15px;
}
.form-input-group .nice-select:after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    height: 8px;
    top: 44%;
    width: 8px;
}

.upload-squre {
    padding: 0;
}
.upload-squre .profile-img {
    height: 140px;
    border-radius: 0;
    width: 100%;
    background: #f7f7f7;
    border-radius: 6px;
    border: 0;
}
.upload-squre .profile-img img {
    width: 100% !important;
}

.nice-select:after {
    height: 7px;
    top: 47%;
    width: 7px;
}

.title-nine {
    font-family: var(--ff);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.custom-control-label {
    font-size: 14px;
}
.package-list li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% 5% 42%;
    grid-template-columns: 33% 5% 42%;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #64666b;
}
.package-list li span {
    color: #64666b;
    font-family: var(--ff);
}

.text-area-table {
    min-width: 300px;
    padding-left: 20px !important;
}
.text-area-table .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 15px 25px;
    min-height: 90px;
    line-height: 1;
    font-size: 14px;
}
.text-area-table .form-control::-webkit-input-placeholder {
    color: #919699;
}
.text-area-table .form-control::-moz-placeholder {
    color: #919699;
}
.text-area-table .form-control:-ms-input-placeholder {
    color: #919699;
}
.text-area-table .form-control::-ms-input-placeholder {
    color: #919699;
}
.text-area-table .form-control::placeholder {
    color: #919699;
}

.packaging-table td,
.packaging-table th {
    color: rgba(31, 31, 31, 0.7);
    font-weight: 400;
    font-size: 14px;
    padding: 0 !important;
    padding-left: 20px !important;
    border: 1px solid #919699 !important;
}
.packaging-table b {
    color: #1f1f1f;
    font-weight: 400;
}
.packaging-table .nice-select {
    border: none;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.packaging-table .nice-select:after {
    right: 50px;
}
.packaging-table .form-control {
    border: none;
    margin: 0;
}
.packaging-table td {
    height: 50px !important;
}
.packaging-table th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.payment-setting-modal-wrapper form {
    padding: 10px;
    background: #fefefe;
    border: 1px solid rgba(126, 126, 126, 0.2);
    border-radius: 10px;
}

.title-six {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
}

.super-admin-btn {
    background-color: transparent !important;
    color: #9d31ff !important;
    border: 1px solid #9d31ff !important;
    width: 100%;
    padding: 12px;
}
.super-admin-btn:hover {
    background-color: #9d31ff !important;
    color: white !important;
}
.super-admin-btn.selected {
    background-color: #9d31ff !important;
    color: white !important;
}

.landlord-btn.selected {
    background-color: #4876ff !important;
    color: white !important;
}
.landlord-btn:hover {
    background-color: #4876ff !important;
    color: white !important;
}
.admin-btn.selected {
    background-color: #ff7209 !important;
    color: white !important;
}
.admin-btn:hover {
    background-color: #ff7209 !important;
    color: white !important;
}
.admin-btn {
    background-color: transparent !important;
    color: #ff7209 !important;
    border: 1px solid #ff7209 !important;
    width: 100%;
    padding: 12px;
}
.landlord-btn {
    background-color: transparent !important;
    color: #4876ff !important;
    border: 1px solid #4876ff !important;
    width: 100%;
    padding: 12px;
}
.tenant-btn {
    background-color: #9039ff;
    color: white;
}

.tenant-btn:hover {
    background-color: #781bf3 !important;
    color: white !important;
}

.add-photo-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #d8d6de;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 30px;
    min-height: 190px;
}

.add-photo-items:hover {
    border: 1px solid #6200ea;
}
.add-photo-items .image-preview-icon1 {
    margin-top: 30px;
}
.add-photo-items img {
    height: 75px;
    width: auto;
}
.add-photo-items small {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #919699;
    margin-top: 15px;
    display: block;
}

.add-photo-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.success-aler-msg {
    background: #ddffee;
    border-radius: 6px;
    width: 89%;
    padding: 15px;
    margin-bottom: 30px;
}
.success-aler-msg p {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    color: #919699;
}

.product-pending-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-top: 1px solid rgba(126, 126, 126, 0.2);
    border-bottom: 1px solid rgba(126, 126, 126, 0.2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-pending-last .thumb {
    width: 184px;
    min-width: 184px;
    border-radius: 4px;
    overflow: hidden;
}
.product-pending-last .thumb img {
    height: 153px;
    width: 100%;
}
.product-pending-last .content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 150px;
    padding-left: 20px;
}
.product-pending-last .content-text h6 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #1f1f1f;
}
.product-pending-last .content-text b {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #919699;
    display: block;
    margin: 5px 0;
}
.product-pending-last .content-text p {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #f23b3d;
}
.product-pending-last .content-text span {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #919699;
}
.product-pending-last .content-text strong {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1f1f1f;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 120px;
}

.img-active .image-preview-icon1 {
    display: none;
}

.multi-img-grid {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px;
}
.multi-img-grid .img-bg {
    width: 100%;
    height: 140px;
    border-radius: 6px;
}
.multi-img-grid .upload-squre {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.multi-img-grid .upload__img-box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.img-upload-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-upload-icons img {
    width: 100%;
    max-width: 60px !important;
    height: 100% !important;
}

@media (max-width: 768px) {
    .add-photo-grid {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
    .success-aler-msg {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .add-photo-grid {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
.swiper-pagination {
    position: unset;
    text-align: center !important;
    padding: 70px 0 0;
}

.swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0.5rem;
    background: transparent;
    border: 1px solid #f88808;
    opacity: 1;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 50%;
    text-align: center;
}
.swiper-pagination-bullet::before {
    content: "";
    top: -7px;
    left: -7px;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f88808;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: rgba(248, 136, 8, 0.15);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.woodland-analytics-info-box-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.woodland-analytics-info-box {
    padding: 30px;
    background: var(--yellow-gradient);
    -webkit-box-shadow: 0px 10px 24px rgba(255, 173, 54, 0.3);
    box-shadow: 0px 10px 24px rgba(255, 173, 54, 0.3);
    border-radius: 12px;
}
.woodland-analytics-info-box p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.woodland-analytics-info-box .middle-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0;
}
.woodland-analytics-info-box .middle-info h5 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}
.woodland-analytics-info-box .middle-info h5 span {
    color: #fff;
}
.woodland-analytics-info-box .middle-info img {
    max-width: 40px;
    min-width: 40px;
}
.woodland-analytics-info-box .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woodland-analytics-info-box:nth-child(2) {
    background: var(--cyan-gradient);
}
.woodland-analytics-info-box:nth-child(3) {
    background: var(--blue-gradient);
}
.woodland-analytics-info-box:nth-child(4) {
    background: var(--pink-gradient);
}

.upload-img-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background: #ffffff;
    border: 1px solid rgba(157, 157, 157, 0.5);
    border-radius: 10px;
    margin-bottom: 25px;
}
.upload-img-card .upload-img {
    min-width: 80px;
    position: relative;
    margin-right: 20px;
}
.upload-img-card .upload-img img {
    height: 80px;
    width: 80px;
    min-width: 80px;
    border-radius: 50%;
    border: 1px solid #dedede;
}
.upload-img-card .upload-img .icons {
    height: 30px;
    width: 30px;
    background: var(--clr-main);
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0px;
    right: -5px;
}
.upload-img-card .img-bg {
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
}

.application-view-items {
    background: #fff;
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    border-radius: 12px;
    padding: 30px;
    height: 100%;
}
.application-view-items .small-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9dada;
}
.application-view-items .package-list {
    margin-top: 20px;
}
.application-view-items .package-list span:first-child {
    color: #1f1f1f;
}

.download-pdf-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    border-radius: 6px;
    padding: 12px 15px;
}
.download-pdf-items img {
    height: 35px;
}
.download-pdf-items .download-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.download-pdf-items .download-content strong {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1f1f1f;
    display: block;
}
.download-pdf-items .download-content small {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #919699;
    display: block;
}
.download-pdf-items .download-icons {
    width: 38px;
    height: 38px;
    background: rgba(0, 165, 81, 0.1);
    color: #00a551;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}

.download-note {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #919699;
    margin-top: 15px;
}
.download-note b {
    color: #1f1f1f;
}

@media (max-width: 1400px) {
    .woodland-analytics-info-box {
        padding: 15px;
    }
    .woodland-analytics-info-box .middle-info img {
        height: 30px;
        width: 30px;
    }
    .woodland-analytics-info-box .middle-info h5 {
        font-size: 25px;
    }
    .woodland-analytics-info-box .middle-info {
        margin: 20px 0;
    }
    .woodland-analytics-info-box p {
        font-size: 16px;
    }
}
.w-100 {
    width: 100px;
}

/*  scrollup*/
.woodland-card {
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    border-radius: 12px;
    min-height: 100vh;
    font-family: var(--ff);
}
.subscribtion-card {
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    border-radius: 12px;
}
.woodland-card .responsibe-table {
    border: 1px solid rgba(31, 31, 31, 0.1);
    overflow: auto;
    border-radius: 6px;
    border: 1px solid transparent;
}

.woodland-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
    /* padding: 12px; */
}
.custom-selector select {
    background-color: rgb(223, 223, 223) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: var(--clr-black) !important;
}
.custom-selector i {
    position: absolute;
    color: var(--clr-black);
    top: 19px;
    right: 10px;
}

.woodland-card-header h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    font-family: var(--ff);
    color: #1a1a1a;
}
.view-arrow {
    font-weight: 400;
    padding-left: 7px;
}
.chart-header a {
    color: #00a551;
}
.woodland-card-header a {
    color: #00a551;
}
.chart-header a span {
    color: #7b787b;
}
.chart-header select {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 4px 6px;
    box-shadow: 0px 3px 8px -1px #3239470d;
    box-shadow: 0px 0px 1px 0px #414c693d;
}
.chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0px 12px 0px;
    /* background-color: white; */
    border-bottom: 1px solid #d8d6de80;
}
.dashboard-chart {
    height: auto;
}
.dashboard-chart-property {
    padding: 11px 8px;
    height: auto;
}

.chart-css {
    height: 300px !important;
    width: 100% !important;
    max-height: 100%;
}
.overview-chart-css {
    height: 220px !important;
    width: 100% !important;
    max-height: 100%;
}

@media (max-width: 768px) {
    .dashboard-chart {
        height: 250px;
    }
    .chart-css {
        height: 220px !important;
    }
}

@media (max-width: 480px) {
    .dashboard-chart {
        height: 200px;
    }
    .chart-css {
        height: 180px !important;
    }
}
@media (max-width: 768px) {
    .dashboard-chart-property {
        height: 100%;
    }
    .chart-css {
        height: 220px !important;
    }
}

@media (max-width: 480px) {
    .dashboard-chart-property {
        height: 100%;
    }
    .chart-css {
        height: 180px !important;
    }
}
.chart-container {
    border-radius: 12px !important;
    background-color: white;
    box-shadow: 0px 0px 3px 0px #1018281a;
    padding: 16px;
}

.chart-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #030303;
    font-family: var(--ff);
}
.total-property {
    background-color: #6200ea0f;
    height: 144px;
    width: 144px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.total-property h2 {
    font-size: 28px;
    color: #111827;
    font-weight: 700;
    font-family: var(-ff);
}
.total-property h4 {
    font-size: 16px;
    color: #4b5563;
    font-weight: 500;
    font-family: var(-ff);
}
.property-label h3 {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 700;
}
.property-label p {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
}
.approved-dot {
    width: 14px;
    height: 14px;
    background-color: #00a551;
    border-radius: 50%;
    display: inline-block;
}
.pending-dot {
    width: 14px;
    height: 14px;
    background-color: #ff900c;
    border-radius: 50%;
    display: inline-block;
}
.rejected-dot {
    width: 14px;
    height: 14px;
    background-color: #2400ff;
    border-radius: 50%;
    display: inline-block;
}
.property-label {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 576px) {
    .property-label {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .property-label h3 {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .label-content {
        display: flex;
        align-items: center;
        gap: 8px;
    }
}
.woodland-table {
    margin: 0;
    /* height: 750px; */
}
.table-height {
    min-height: 620px;
}
@media print {
    .table-height {
        height: auto;
    }
    .woodland-card .responsibe-table {
        overflow: hidden;
    }
    .woodland-card {
        min-height: auto;
        box-shadow: none !important;
    }
    .woodland-card-header h3 {
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}
.added-properties-table {
    height: 280px !important;
}
.rent-table-header {
    background-color: #fafafa;
}
.table td,
.table th {
    white-space: nowrap;
}
.woodland-table th {
    background: #f7f7f8cc;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    color: #666666;
    padding: 15px;
    border: none;
    border-bottom: 1px solid transparent;
}
.woodland-table tr:hover {
    background-color: #f7f7f880 !important;
}
.woodland-table td {
    color: #1a1a1a !important;
}
.woodland-table th,
.woodland-table td {
    vertical-align: middle;
}
.woodland-table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #919699;
    padding: 18px 15px;
    border-top: 1px solid rgba(31, 31, 31, 0.1);
}
.woodland-table td img {
    max-width: 100px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}
.woodland-table td:last-child {
    width: 200px;
}

.table-modal-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #fff !important;
}
.table-modal-btn span {
    display: block;
    /* background: #fff; */
    height: 16px;
    width: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
}

.action-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.swip-container {
    height: 500px !important;
}

.status-dropdown {
    min-width: 96px;
    width: auto !important;
    height: 26px;
    border: 1px solid #00a551 !important;
    border-radius: 3px;
    line-height: 22px;
    font-size: 14px;
}

.withe-dropdown {
    border: none !important;
    background: rgba(31, 31, 31, 0.05);
    color: #1f1f1f !important;
}
.withe-dropdown .current {
    color: #1f1f1f;
}
.withe-dropdown:after {
    border-color: #1f1f1f;
}

.approved {
    background: rgba(0, 165, 81, 0.1);
}
.approved .current {
    color: #00a551;
}
.approved:after {
    border-color: #00a551;
}

.reject {
    background: rgba(241, 60, 60, 0.1);
}
.reject .current {
    color: #f13c3c;
}
.reject:after {
    border-color: #f13c3c;
}

.approved-status {
    border: 1px solid #00a551;
}
.approved-status .current {
    color: #00a551;
}
.approved-status:after {
    border-color: #00a551 !important;
}

.reject-status {
    border: 1px solid #f23b3d !important;
}
.reject-status .current {
    color: #f23b3d !important;
}
.reject-status:after {
    border-color: #f23b3d !important;
}

.pending-status {
    border: 1px solid #ff900c !important;
}
.pending-status .current {
    color: #ff900c !important;
}
.pending-status:after {
    border-color: #ff900c !important;
}

.inactive-status {
    border: 1px solid #ca2909 !important;
}
.inactive-status .current {
    color: #b67527 !important;
}
.inactive-status:after {
    border-color: #c6730e !important;
}

.image-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.image-list-group img {
    height: 70px;
    max-width: 70px;
    border-radius: 5px;
}

.title-secondary h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
}

.small-font {
    font-size: 14px !important;
}

/* package plan css start */
.subscription-card {
    -webkit-box-shadow: 0px 14px 60px rgba(148, 148, 148, 0.2);
    box-shadow: 0px 14px 60px rgba(148, 148, 148, 0.2);
    max-width: 400px;
    overflow: hidden;
    background: #eee;
}
.subscription-card .subscription-header {
    position: relative;
    padding: 24px;
    border-radius: 5px 5px 30px 30px;
    overflow: hidden;
    background: #ffffff;
}
.subscription-card .subscription-header .side-img {
    position: absolute;
    top: 20px;
    right: -30px;
}
.subscription-card .subscription-header .side-img img {
    height: 70px;
    width: auto;
}
.subscription-card .subscription-header .sub-content h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1f1f1f;
    margin-bottom: 15px;
}
.subscription-card .subscription-header .sub-content h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #00a551;
}
.subscription-card .subscription-header .sub-content h5 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.004em;
    color: rgba(145, 150, 153, 0.7);
    display: inline-block;
    margin-left: 7px;
}

.subscription-content-body {
    padding: 24px;
    border-radius: 30px 30px 5px 5px;
    background: #fff;
    padding-bottom: 40px;
}
.subscription-content-body p {
    line-height: 24px;
    margin-bottom: 20px;
}
.subscription-content-body li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-top: 15px;
    color: #919699;
}
.subscription-content-body li:before {
    content: "\f00c";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #00a551;
    font-size: 10px;
    background: rgba(8, 128, 127, 0.12);
    border-radius: 50%;
    text-align: center;
}

/* package plan css end */
.date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(46, 46, 62, 0.3);
    padding: 6px;
    border-radius: 6px;
}
.date-wrapper input {
    background: none;
    outline: none;
    border: none;
    color: #1f1f1f;
    opacity: 0.8;
}
.date-wrapper span {
    display: block;
    margin: 0 15px;
}

.w-600 {
    max-width: 600px;
}

.bank-icns img {
    max-width: 90px;
}

.receipt-title-one {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    min-width: 600px;
}
.receipt-title-one h4 {
    text-align: center;
    padding: 8px;
    background: #1f1f1f;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.receipt-title-one .right-text {
    margin-left: auto;
}
.receipt-title-one .right-text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
}
.receipt-title-one .right-text span {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    width: 100px;
    text-align: right;
}

.receipt-title-two {
    margin-top: 30px;
    min-width: 600px;
}
.receipt-title-two h4 {
    font-size: 16px;
    text-transform: capitalize;
    background: #ddd;
    color: #fff;
    padding: 5px 30px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
.receipt-title-two h4:after {
    position: absolute;
    content: " ";
    display: block;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 200px;
    background: #1f1f1f;
    z-index: -1;
}

.receipt-title-two-text {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
}
.receipt-title-two-text p {
    font-weight: 400;
    color: #64666b;
    font-size: 16px;
    margin-bottom: 15px;
}
.receipt-title-two-text p span {
    color: #000;
    width: 120px;
    display: inline-block;
}

.download-receipt-wrapper {
    overflow: auto;
}

.profile-box-wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    border-radius: 12px;
    padding: 30px;
}
.profile-box-wrapper .profile-header {
    text-align: center;
    margin-bottom: 30px;
}
.profile-box-wrapper .profile-header img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.profile-box-wrapper .profile-header strong {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1f1f1f;
    opacity: 0.8;
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}

.profile-content-body label {
    color: #919699;
    margin: 0;
}
.profile-content-body p {
    color: #1f1f1f;
    margin: 0;
    margin-top: 5px;
}
.profile-content-body .profile-conte-items {
    margin-top: 20px;
}

.withdraw-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1f1f1f;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(126, 126, 126, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.withdraw-title h6 {
    font-size: 14px;
    color: #1f1f1f;
}
.withdraw-title .sm-btn-modal {
    padding: 0px 10px;
}

.total-amount-area {
    text-align: center;
    padding: 30px 0;
}
.total-amount-area p {
    letter-spacing: 0.01em;
    color: #919699;
}
.total-amount-area h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #1f1f1f;
    margin-top: 5px;
}

.widthdraw-method-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.widthdraw-method-items .download-pdf-items {
    width: 100%;
}

.widthdraw-dropdown {
    background: none;
}
.widthdraw-dropdown .widthdraw-dropdown-btn {
    min-width: 40px;
    text-align: right;
    display: block;
    font-size: 25px;
    color: #919699;
}
.widthdraw-dropdown .dropdown-menu {
    min-width: 80px;
    padding: 0;
}
.widthdraw-dropdown .dropdown-menu .dropdown-item {
    color: #7e7e7e;
    font-size: 12px;
    padding: 5px;
}

.grid-box-two {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1500px) {
    .profile-box-wrapper {
        padding: 30px 15px;
    }
}
@media (max-width: 1399px) {
    .grid-box-two {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .profile-box-wrapper {
        margin-bottom: 30px;
    }
}
.woodladn-pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.woodland-pagination .page-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7e7e7e;
}
.woodland-pagination .page-link:hover {
    border: 1px solid var(--clr-main);
    color: var(--clr-main);
}

.settings-card {
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(126, 126, 126, 0.3);
    -webkit-box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    border-radius: 12px;
    margin-bottom: 30px;
}
.settings-card .setting-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.settings-card .setting-top .icons {
    background: rgba(0, 165, 81, 0.1);
    height: 46px;
    width: 46px;
    min-width: 46px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 12px;
}
.settings-card .setting-top .icons img {
    height: 20px;
}
.settings-card .setting-top h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1f1f1f;
    margin-bottom: 5px;
}
.settings-card .setting-top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.025em;
    color: #7e7e7e;
}

.custom-switch-btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

.custom-switch-btn input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-switch-btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-switch-btn .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-switch-btn input:checked + .slider {
    /* background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#0ebb63),
        to(#0def81)
    ); */
    /* background: linear-gradient(270deg, #0ebb63 0%, #0def81 100%); */
}

.custom-switch-btn input:focus + .slider {
    -webkit-box-shadow: 0 0 1px var(--clr-main);
    box-shadow: 0 0 1px var(--clr-main);
}

.custom-switch-btn input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.custom-switch-btn .slider.round {
    border-radius: 34px;
}

.custom-switch-btn .slider.round:before {
    border-radius: 50%;
}

.settings-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.settings-bottom-content a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.025em;
    color: #00a551;
}
.settings-bottom-content .switch-btn-wrapper span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.025em;
    color: #1f1f1f;
}

.advertisement-img-items {
    display: block;
    margin-top: 30px;
}
.advertisement-img-items img {
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.1));
    border-radius: 20px;
}

.permition-list li {
    display: inline-block;
    margin-right: 5px;
}
.permition-list li span {
    font-size: 13px;
}
.permition-list .custom-checkbox {
    padding-left: 22px;
}
.permition-list .custom-checkbox .checkmark {
    height: 16px;
    width: 16px;
}

.add-property-progress ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.add-property-progress li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--ff);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #919699;
    position: relative;
    padding-right: 15px;
}
.add-property-progress li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
}
.add-property-progress li span {
    display: block;
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: rgba(145, 150, 153, 0.8);
    text-align: center;
    color: #fff;
    font-family: var(--ff);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    margin-right: 7px;
}
.add-property-progress li.active {
    color: #1f1f1f;
}
.add-property-progress li.active span {
    background: var(--clr-main);
}

.inner-title-nine h6 {
    font-family: "Manrope";
    font-weight: 500;
    font-size: 18px;
}

.w-1100 {
    max-width: 1040px;
}

.dashboard-invoice-wrapper {
    background: rgba(238, 238, 238, 0.2);
    padding: 100px;
}

.dashboard-invoice-inner {
    max-width: 680px;
    padding: 50px;
    background: #fff;
    margin: 0 auto;
}

.d-invoice-top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.d-invoice-top-header .invoice-logo {
    display: block;
}
.d-invoice-top-header .invoice-logo img {
    max-width: 140px;
}
.d-invoice-top-header h4 {
    font-weight: 800;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    color: #1f1f1f;
    opacity: 0.9;
}

.invoice-header-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.invoice-header-content .invoice-address {
    text-align: right;
}
.invoice-header-content .invoice-address p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1f1f1f;
    margin-top: 10px;
}
.invoice-header-content .list-group {
    max-width: 150px;
    border-radius: 0;
}
.invoice-header-content .list-group .list-group-item {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #1f1f1f;
    padding: 5px;
    text-align: center;
}

.invoice-to-wrapper {
    margin-top: 40px;
}
.invoice-to-wrapper strong {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #1f1f1f;
    margin-bottom: 10px;
}
.invoice-to-wrapper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #919699;
    margin-bottom: 5px;
}
.invoice-to-wrapper p b {
    color: #000000;
    font-weight: 400;
}

.invoice-table {
    margin-top: 30px;
}
.invoice-table th {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    border-bottom: 1px solid #00a551;
}
.invoice-table th:nth-child(1) {
    background: #00a551;
    color: #fff;
}
.invoice-table th:nth-child(2) {
    background: #00a551;
    color: #fff;
}
.invoice-table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1f1f1f;
}

.invoice-footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}
.invoice-footer-wrapper .invoice-to-wrapper {
    margin-top: 20px;
}

.invoice-total-table {
    max-width: 200px;
    margin-left: auto;
}
.invoice-total-table td,
.invoice-total-table th {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1f1f1f;
    padding: 5px;
    border: none;
}
.invoice-total-table td:last-child {
    text-align: right;
}
.invoice-total-table th {
    border-top: 1px solid #999;
}
.invoice-total-table th:last-child {
    text-align: right;
}

.invoice-signature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.invoice-signature p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1f1f1f;
    border-top: 1px solid #999;
}
@media print {
    .invoice-print-btn {
        display: none !important;
    }
    .dashboard-invoice-wrapper {
        padding: 0;
    }
}
/*--------------------------------------
   - login css start
 ----------------------------------------*/
.mybazar-login-section {
    height: 100vh;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 20px; /* Optional: Add padding for better spacing on small screens */
}

/* Tablet screen (<= 1024px) */
@media (max-width: 1024px) {
    .mybazar-login-section {
        grid-template-columns: 1fr;
        height: auto; /* Adjust height for scrolling if content gets taller */
    }
    .login-img img {
        display: none;
    }
}

/* Mobile screen (<= 768px) */
@media (max-width: 768px) {
    .mybazar-login-section {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
    }
    .login-wrapper {
        padding: 0 10px !important;
    }
}
@media (max-width: 480px) {
    .panel-btn-container {
        flex-wrap: wrap;
    }
}

.mybazar-login-wrapper {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.mybazar-login-wrapper:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: -3px;
    height: 100%;
    width: 100%;
    border-radius: 32px;
    z-index: -1;
}

.mybazar-login-wrapper .login-header {
    text-align: start;
}

.mybazar-login-wrapper .login-header img {
    max-width: 180px;
    height: 45px;
    object-fit: contain;
}

.login-wrapper {
    position: relative;
    z-index: 5;
    padding: 0 40px;
}

.login-body {
}
.login-wrapper .greeting {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--ff);
    color: #101828;
}
.login-wrapper .text {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--ff);
    color: #667085;
}
.login-wrapper .title-container {
    margin: 40px 0;
}
.login-section-container {
    background-color: #f9f9fc;
}
.login-body h2 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: rgba(12, 25, 40, 0.7);
    margin-bottom: 30px;
    line-height: 1;
}

.login-body p {
    color: #0c1928;
    opacity: 0.5;
    text-align: center;
}

.login-body .input-group {
    position: relative;
    margin-top: 10px;
    border: 1px solid #dadada;
    border-radius: 6px;
}
.login-input-container img {
    height: 20px;
    width: 20px;
}
.login-input-container input {
    border-radius: 0px 4px 4px 0px;
}
.login-body .input-group .form-control:focus {
    border: 1px solid var(--clr-main) !important;
}
.login-input-container div {
    height: 50px;
    width: 50px;
    border: 1px solid #dadada;
    border-right: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 0px 0px 4px;
}

.login-body .input-group span {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 5;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
}

.login-body .input-group .hide-pass {
    position: absolute;
    top: 50%;
    left: auto;
    right: 15px;
    z-index: 5;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
}

.login-body .input-group .form-control {
    padding: 12px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    border: 1px solid transparent;
    border-left: 1px solid #dadada;
    margin-left: 50px !important;
    margin: 0;
}
.quick-demo-login {
    font-size: 15px;
    font-weight: 400;
    color: #1d1f2c !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-demo-login a {
    color: var(--clr-main);
    font-weight: 600;
    padding-left: 6px;
}
.login-btn {
    display: block;
    font-size: 16px;
    color: #fff !important;
    background: var(--clr-main) !important;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid transparent;
}

.login-btn:hover,
.login-btn:focus {
    background: #5200c6 !important;
    color: var(--clr-white) !important;
    border: 1px solid var(--clr-main) !important;
}
.property-chart-container {
    height: 100%;
}
@media (max-width: 1399px) {
    .property-chart-container {
        margin-top: 20px;
    }
    .tab-table-container {
        margin-top: 40px !important;
    }
}
.button-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px auto 10px auto 10px auto;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}

.button-group a {
    background: #25d4a9;
}

.button-group a:nth-child(2) {
    background: #03a9f4;
}

.button-group a:nth-child(3) {
    background: #9039ff;
}

.button-group a:nth-child(4) {
    background: #ff55b1;
}

.login-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.footer-link {
    color: var(--clr-main);
}

.login-footer a {
    font-size: 16px;
    font-weight: 400;
    color: #0c1928;
    display: inline-block;
    margin: 5px;
}

.login-footer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.login-footer a span {
    margin-right: 5px;
}
.login-footer a span img {
    max-width: 100%;
    width: auto;
    position: relative;
    top: 2px;
}

.login-footer a:hover {
    text-decoration: underline;
}

.hide-pas img:last-child,
.hide-pass img:last-child {
    display: none;
}

.show-pas img:first-child,
.show-pass img:first-child {
    display: none;
}

.show-pass img:last-child {
    display: block;
}

@media (max-width: 575px) {
    .button-group {
        -ms-grid-columns: 50% auto;
        grid-template-columns: 50% auto;
    }
    .maan-main-content {
        padding: 25px 10px;
    }
}
/*--------------------------------------
     - login css end
 ----------------------------------------*/
/* erro css start */
.moda-error-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.moda-error-wraper {
    display: block;
    text-align: center;
}
.moda-error-wraper .moda-error-thumb {
    margin-bottom: 100px;
}
.moda-error-wraper .moda-error-thumb img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.back-btn {
    max-width: 250px;
    text-align: center;
    padding: 12px 20px;
    margin: 0 auto;
    background: #fff;
    border: 1px dashed #c2c2c2;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #373737;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.back-btn span {
    display: inline-block;
    margin-left: 10px;
    font-size: 27px;
}
.back-btn:hover,
.back-btn:focus {
    background: var(--clr-main);
    color: #fff !important;
}
.back-btn:hover i,
.back-btn:focus i {
    color: #fff;
}
.back-btn.back-primary-btn {
    background: var(--clr-main);
    color: #fff;
    margin: 0;
}
.back-btn.back-primary-btn:hover,
.back-btn.back-primary-btn:focus {
    background: #fff;
    color: var(--clr-main);
}

.wizard-tab-form {
    display: none;
}

.add-property-progress .step.finish {
    color: #1f1f1f;
}
.add-property-progress .step.finish span {
    background: var(--clr-main);
}

.check-btn {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0;
}
.check-btn input {
    display: none;
}
.check-btn .checkmark {
    font-family: var(--ff);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #919699;
    color: #919699 !important;
    display: inline-block;
}
.check-btn input:checked ~ .checkmark {
    color: #ffffff !important;
    background: var(--clr-main);
    border-color: var(--clr-main);
    font-family: var(--ff);
}

.dropdown.active > ul {
    display: block;
}

/* erro css end */
.upload__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.upload__box {
    overflow: auto;
}

.img-bg {
    height: 50px;
    width: 80px;
    position: relative;
}

.upload__img-close {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    background: #000;
    line-height: 15px;
}
.upload__img-close:after {
    content: "x";
}

.multi-file-upload {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
}

.file-upload-item {
    height: 140px;
    border: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    color: #000 !important;
    border-radius: 4px;
}
.file-upload-item i {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}
.file-upload-item:hover {
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
}

/* profile css start */
.w-670 {
    max-width: 670px;
}

.theme-btn-sm {
    padding: 10px 15px;
    min-width: 150px;
}

.profile-thumb {
    margin: 30px auto;
    text-align: center;
    position: relative;
    height: 180px;
    width: 180px;
    border-radius: 50%;
}
.profile-thumb .profile-img-upload-label {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #00a551;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-align: center;
    line-height: 36px;
    right: 0px;
    bottom: 0px;
}
.profile-thumb img {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    margin: 0 auto;
}

.profile-section-wrapper h4 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1f1f1f;
}
.profile-section-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    color: rgba(33, 37, 44, 0.7);
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}
.profile-section-wrapper li span {
    width: 160px;
    color: #1f1f1f;
}
.profile-section-wrapper li small {
    width: 80px;
    text-align: center;
}

.pass-input-group {
    position: relative;
}
.pass-input-group img {
    max-width: 17px;
}
.pass-input-group .hide-pass {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* profile css end */
.woodland-header-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 15px 30px 15px 0px;
    z-index: 5 !important;
}

.woodland-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.woodland-header-left form {
    width: 100%;
}
.woodland-header-left .woodland-sidebar-open {
    cursor: pointer;
    color: #000;
    font-size: 18px;
    margin-right: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0px;
    z-index: 1000 !important;
    box-shadow: 6px 0 12px rgba(0, 0, 0, 0.05);
}
@media (max-width: 997px) {
    .woodland-header-left .woodland-sidebar-open {
        left: 20px;
    }
}
.woodland-sidebar-open img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}
.rotate-right {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.woodland-search-box {
    position: relative;
    max-width: 390px;
}
.woodland-search-box .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgb(31, 31, 31), 0.2;
    -webkit-filter: drop-shadow(0px 10px 20px rgba(17, 76, 152, 0.1));
    filter: drop-shadow(0px 10px 20px rgba(17, 76, 152, 0.1));
    border-radius: 112px;
    width: 100%;
    height: 50px;
    margin: 0;
}
.woodland-search-box span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: var(--main-gradient);
    display: block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.nice-select {
    width: 100%;
}
.nice-select .list {
    width: 100%;
}

.woodland-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woodland-header-curency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}
.woodland-header-curency .nice-select {
    width: auto;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 28px;
    font-size: 13px;
    margin: 0;
    height: 40px;
}

/* header  start css */
.woodland-header-right-side-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woodland-header-right-side-meta .dropdown {
    margin-left: 30px;
}
.woodland-header-right-side-meta .dropdown-profile-info {
    padding: 15px 20px !important;
    display: block;
}
.woodland-header-right-side-meta .dropdown-profile-info strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.woodland-header-right-side-meta .dropdown-profile-info small {
    display: block;
    margin-top: 5px;
}
.woodland-header-right-side-meta .profile-info img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
}
.woodland-header-right-side-meta .profile-info img span {
    font-size: 16px;
}
.woodland-header-right-side-meta .profile-info .dropdown-menu {
    background: #ffffff;
    border-radius: 10px !important;
}
.woodland-header-right-side-meta .profile-info .dropdown-menu li {
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    padding: 0;
    display: block;
}
.woodland-header-right-side-meta .profile-info .dropdown-menu li a {
    display: block;
    color: #aaabae;
    padding: 15px 15px;
}
.woodland-header-right-side-meta .profile-info .dropdown-menu li a i {
    margin-right: 10px;
}
.woodland-header-right-side-meta .profile-info .dropdown-menu li a:hover {
    color: var(--clr-main);
}
.woodland-header-right-side-meta
    .profile-info
    .dropdown-menu
    li
    a:hover
    svg
    path {
    fill: var(--clr-main);
}
.woodland-header-right-side-meta .dropdown-menu {
    top: 20% !important;
    border: none;
    border-radius: 2px !important;
    padding: 0;
    min-width: 220px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.05);
}
.woodland-header-right-side-meta .profile-info .dropdown-menu li:last-child {
    border-bottom: none;
}
.notifications.dropdown > a {
    position: relative;
    display: block;
    padding: 0;
    color: #737881;
    text-align: center;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 0px #1018281a;
}
.notifications.dropdown > a svg {
    height: 24px;
    width: 24px;
}

.notifications.dropdown > a.show {
    background-color: #eee;
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.bg-info {
    background: #21a9e1;
    color: #fff;
}

.text-red {
    color: red !important;
}

.notifications .dropdown-toggleer {
    position: relative;
}
.notifications .dropdown-toggleer span {
    display: block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: -3px;
    right: -2px;
    background-color: #ff7209;
    color: #fff;
    font-family: var(--ff);
}
.notifications .dropdown-menu {
    top: 0 !important;
    background: #eee;
    min-width: 370px;
}
@media (max-width: 576px) {
    .notifications .dropdown-menu {
        min-width: 200px;
    }
    .notification-header {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.notifications ul li a {
    padding: 10px 20px;
    display: block;
    border-top: 1px solid #ddd;
}
.notifications ul li a span,
.notifications ul li a strong {
    display: block;
    font-size: 12px;
}
.notifications ul li a span {
    color: #888888;
    line-height: 1;
    margin-top: 5px;
}

.notification-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background: #eee;
}
.notification-header p {
    font-size: 12px;
}
.notification-header a {
    font-size: 12px;
}
.notification-body {
    max-height: 400px;
    overflow-x: auto;
}

.bg-red {
    background: #ee4749;
    color: #fff;
}

.notification-footer {
    background: #fff;
    padding: 10px;
    line-height: 1;
}
.notification-footer a {
    font-size: 12px;
    line-height: 1;
}
.role-avatar {
    height: 30px;
    width: 30px;
    object-fit: contain;
}
.role-img img {
    height: 90px;
    width: 90px;
    object-fit: contain;
}
.add-new-role-btn {
    background-color: var(--clr-main);
    border: none;
    color: white;
    font-size: 14px;
}
.add-new-role-btn:hover {
    background-color: var(--clr-main) !important;
    color: white !important;
}
.role-section-container .add-role-pera {
    color: black;
    font-size: 12px;
    padding-top: 8px;
}
.role-heading h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1f1f1f;
}
.role-heading a small {
    font-size: 12px;
    font-weight: 400;
    color: var(--clr-main) !important;
}

.total-user {
    color: #030303 !important;
    font-size: 14px;
}
.role-permission-title {
    font-size: 20px;
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 12px;
}
.slider-img {
    /* height: 200px !important; */
}
.wrap-table-data {
    white-space: wrap !important;
}
.msg-items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.msg-items .content {
    width: 100%;
}
.msg-items .content strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.msg-items .content strong span {
    margin: 0;
    margin-left: 10px;
    font-weight: 400;
}
.msg-items img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 50%;
    margin-left: 15px;
}

.bg-yellow {
    background: yellow;
}

/* header  end css */
/*----------------------------------------*/
/* Sidebar Area
 /*----------------------------------------*/
.woodland-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10 !important      ;
    background: #fff;
    -webkit-box-shadow: 0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    height: 100vh;
    width: 16%;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 1300px) {
    .woodland-sidebar {
        width: 260px;
    }
    .woodland-main-section {
        padding-left: 260px;
    }
}
/* Scrollbar hide korar jonno */
.woodland-sidebar::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Optional */
}

/* Firefox er jonne */
.woodland-sidebar {
    scrollbar-width: none;
}

/* IE/Edge er jonne */
.woodland-sidebar {
    -ms-overflow-style: none;
}

.woodland-sidebar-top .woodland-sidebar-logo {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(246, 246, 246, 1);
}
.woodland-sidebar-top .woodland-sidebar-logo img {
    width: 160px;
    height: 60px;
    object-fit: contain;
    min-width: 160px;
    min-height: 60px;
}

.woodland-sidebar-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 20px;
}
.woodland-sidebar-profile img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px;
    display: block;
}
.woodland-sidebar-profile .sidebar-profile-meta h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #030303;
    margin-bottom: 5px;
}
.woodland-sidebar-profile .sidebar-profile-meta small {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: block;
}

.woodland-sidebar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 75vh;
    margin: 0 14px;
}
.woodland-sidebar-menu li {
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
}
.woodland-sidebar-menu li a {
    display: block;
    padding: 0px 16px;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    height: 44px;
}
.woodland-sidebar-menu li a:hover {
    background-color: #f4f5f7;
    color: #666666;
}
.woodland-sidebar-menu li a:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--main-gradient);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.woodland-sidebar-menu li a i {
    display: block;
    margin-left: auto;
    font-size: 18px;
}
.woodland-sidebar-menu li a .icons {
    display: block;
    margin-right: 13px;
}
.woodland-sidebar-menu li a .icons i {
    margin: 0;
    margin-right: 12px;
    display: block;
}
.woodland-sidebar-menu li a .icons svg {
    fill: none !important;
    height: 18px;
    width: 18px;
}
.woodland-sidebar-menu li a .icons svg path {
    stroke: var(--clr-text);
}
.woodland-sidebar-menu li a.active {
    color: var(--clr-main);
    /* background-color: #f0e6fd; */
}
.woodland-sidebar-menu li a.active:after {
    opacity: 1;
}
.woodland-sidebar-menu li a.active .icons {
    display: block;
    margin-right: 13px;
}
.woodland-sidebar-menu li a.active .icons i {
    margin: 0;
    margin-right: 12px;
    display: block;
}
.woodland-sidebar-menu li a.active .icons svg {
    fill: var(--clr-main);
}
.woodland-sidebar-menu li a.active .icons svg path {
    fill: var(--clr-main);
}
.woodland-sidebar-menu .dropdown {
    position: relative;
}
.woodland-sidebar-menu .dropdown:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 40px;
    width: 4px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.woodland-sidebar-menu .dropdown.active > a {
    padding: 8px 16px;
    color: #fff;
    border-radius: 4px;
    background-color: var(--clr-main);
}
.woodland-sidebar-menu .dropdown.active > a i {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
.woodland-sidebar-menu .dropdown.active:after {
    opacity: 1;
}
.woodland-sidebar-menu .dropdown.active .icons {
    display: block;
    margin-right: 13px;
}
.woodland-sidebar-menu .dropdown.active .icons i {
    margin: 0;
    margin-right: 12px;
    display: block;
}
.woodland-sidebar-menu .dropdown.active .icons svg {
    fill: none;
}
.woodland-sidebar-menu .dropdown.active .icons svg path {
    stroke: #ffff;
}
.woodland-sidebar-menu .dropdown-menu {
    position: unset;
    border: none;
    padding: 0;
    padding-left: 25px !important;
}
.woodland-sidebar-menu .dropdown-menu a {
    padding: 0px 30px;
    /* margin-top: 6px; */
    /* height: 38px !important; */
    border-radius: 4px;
}
.woodland-sidebar-menu .dropdown-menu a.active {
    padding: 0 30px;
    /* height: 38px !important; */
    /* margin-top: 6px; */
}
.woodland-sidebar-menu .dropdown-menu a:after {
    display: none;
}
.woodland-sidebar-menu li > ul {
    padding-left: 25px;
}
.woodland-sidebar-menu li > ul a {
    padding: 0px 30px;
}
.woodland-sidebar-menu li > ul a.active {
    padding: 0 30px;
}
.woodland-sidebar-menu li > ul a:after {
    display: none;
}

.inner-sidebar-wrapper {
    background: #ffffff;
    border: 1px solid rgba(126, 126, 126, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(73, 73, 73, 0.05);
    box-shadow: 0px 1px 3px rgba(73, 73, 73, 0.05);
    border-radius: 12px;
    padding: 20px;
}
.inner-sidebar-wrapper li {
    display: block;
    margin-bottom: 15px;
}
.inner-sidebar-wrapper li:last-child {
    margin-bottom: 0;
}
.inner-sidebar-wrapper li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7e7e7e;
    font-size: 16px;
    padding: 10px 15px;
    background: #fefefe;
    border: 1px solid rgba(126, 126, 126, 0.1);
    border-radius: 6px;
}
.inner-sidebar-wrapper li a:hover,
.inner-sidebar-wrapper li a.active {
    color: var(--clr-main);
}

.privacy-policy-discription p {
    font-size: 16px;
    color: #919699;
    margin-top: 20px;
    line-height: 24px;
}

.help-center-btn {
    display: block;
    width: 250px;
    background: var(--main-gradient);
    color: #fff !important;
    padding: 13px;
    margin: 0 auto;
}

.sidebar-close-btn {
    display: none;
}

@media (min-width: 999px) {
    .woodland-sidebar.sidebar-active {
        width: 70px;
    }
    .woodland-sidebar.sidebar-active .sidebar-profile-meta {
        display: none;
    }
    .woodland-sidebar.sidebar-active .woodland-sidebar-menu li a {
        padding: 0 12px;
        color: #fff;
    }
    .woodland-sidebar.sidebar-active .woodland-sidebar-profile {
        padding: 0 10px;
    }
    .woodland-sidebar.sidebar-active .woodland-sidebar-profile img {
        height: 30px;
        width: 30px;
        min-width: 30px;
    }
    .woodland-sidebar.sidebar-active:hover {
        width: 290px;
    }
    .woodland-sidebar.sidebar-active:hover .sidebar-profile-meta {
        display: block !important;
    }
    .woodland-sidebar.sidebar-active:hover .woodland-sidebar-menu li a {
        color: #919699;
    }
    .woodland-sidebar.sidebar-active:hover
        .woodland-sidebar-menu
        .dropdown.active
        > a {
        color: #fff;
    }
    .woodland-main-section.sidebar-active {
        padding-left: 70px;
    }
}
@media (max-width: 999px) {
    .woodland-sidebar {
        left: -100%;
    }
    .woodland-main-section {
        padding-left: 0;
    }
    .woodland-sidebar.sidebar-active {
        left: 0;
        width: 260px;
    }
    .woodland-main-section.sidebar-active {
        padding-left: 0;
    }
    .sidebar-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 20px;
        left: auto;
        cursor: pointer;
    }
    .responsibe-tablee {
        overflow: auto;
    }
}
@media (max-width: 768px) {
    .woodland-analytics-info-box-wrapper {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .woodland-header-left form {
        display: none;
    }
    .woodland-header-curency {
        display: none;
    }
    .woodland-header-right-side-meta {
        margin-left: auto;
    }
    .woodland-section-container {
        padding: 15px;
    }
}
@media (max-width: 575px) {
    .woodland-analytics-info-box-wrapper {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
    .woodland-analytics-info-box .middle-info {
        margin: 10px 0;
    }
    .woodland-card {
        padding: 18px;
    }
    .woodland-card-header {
        /* padding-left: 15px; */
    }

    .action-btn-wrapper {
        display: block;
    }
    .action-btn-wrapper .green-border {
        margin-left: 0;
        margin-top: 15px;
    }
    .woodland-card-header h3 {
        margin-bottom: 20px;
    }
}

/* new css start */

.message-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 350px 30px auto 30px 350px;
    grid-template-columns: 350px auto 350px;
    gap: 30px;
}

.message-user-list {
    min-height: 100vh;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    border-radius: 12px;
    padding: 15px 0;
}

@media (max-width: 576px) {
    .woodland-card-header {
        flex-wrap: wrap;
    }
}

.message-search {
    padding: 0 20px;
    margin-bottom: 15px;
}
.message-search .form-control {
    background: rgba(145, 150, 153, 0.1);
    border-radius: 6px;
    height: 40px;
    border: none;
}

.message-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    margin-top: 5px;
    cursor: pointer;
}
.message-media .msg-responsive-img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 50%;
    position: relative;
}
.message-media .msg-responsive-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.message-media .msg-responsive-img:after {
    position: absolute;
    content: "";
    display: block;
    right: 3px;
    bottom: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #00a551;
    border: 2px solid #fff;
}
.message-media .message-content-body {
    width: 100%;
}
.message-media .message-content-body .msg-top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.message-media .message-content-body .msg-top-title h6 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1f1f1f;
}
.message-media .message-content-body .msg-top-title small {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #919699;
}
.message-media .message-content-body p {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #919699;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.message-media:hover,
.message-media.active {
    background: rgba(0, 165, 81, 0.1);
}

.message-inbox-wrp {
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    border-radius: 12px;
    overflow: hidden;
}

.message-inbox-title {
    background: #fff !important;
}

.message-area-section {
    padding: 50px 20px;
}

.message-item {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.message-item .message-img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.message-item .message-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.message-item .message-content-box .message-textarea {
    background: rgba(145, 150, 153, 0.1);
    border-radius: 12px 12px 12px 0px;
    padding: 10px 15px;
}
.message-item .message-content-box .message-textarea p {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #919699;
}
.message-item .message-content-box .message-date {
    display: block;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #919699;
    text-align: right;
    margin-top: 8px;
}

.message-reply {
    margin-left: auto;
}
.message-reply .message-content-box .message-textarea {
    background: #00a551;
    border-radius: 12px 12px 0px 12px;
}
.message-reply .message-content-box .message-textarea p {
    color: #fff;
}
.message-reply .message-content-box .message-date {
    text-align: left;
}

.message-send-wrp {
    padding: 0 30px;
    padding-bottom: 30px;
}
.message-send-wrp form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.message-send-wrp form .form-control {
    padding-right: 40px;
    border: 1px solid rgba(145, 150, 153, 0.3);
    border-radius: 6px;
    height: 50px;
    min-height: unset !important;
    margin: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 1.3;
}
.message-send-wrp form .textarea-wrp {
    position: relative;
    width: 100%;
}
.message-send-wrp form .attachment-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.message-send-wrp form .attachment-icon i {
    color: #ffb55c;
}
.message-send-wrp form .theme-btn {
    border-top-left-radius: 0;
    min-width: 110px;
    border-bottom-left-radius: 0;
    padding: 10px !important;
    height: 50px;
}

.message-profile {
    background: #ffffff !important;
    -webkit-box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07) !important;
    box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07) !important;
    border-radius: 12px !important;
}

.attachment-file-list {
    gap: 10px;
    margin-top: 15px;
}
.attachment-file-list span {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #919699;
    display: inline-block;
    background: rgba(126, 126, 126, 0.1);
    border-radius: 6px;
    padding: 0 10px;
}

.view-all-btn {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #00a551 !important;
    display: block;
    max-width: 140px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #00a551;
    border-radius: 5px;
    margin-top: 30px;
}

.opt-verification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}
.opt-verification input {
    height: 46px;
    width: 50px;
    background: rgba(145, 150, 153, 0.1);
    border: 1px solid rgba(145, 150, 153, 0.7);
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
}

.otp-timer-wrp {
    text-align: center;
    margin-top: 20px;
}
.otp-timer-wrp h6 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
}
.otp-timer-wrp p {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #919699;
}
.otp-timer-wrp p a {
    color: #00a551 !important;
    font-weight: 600;
}

@media (max-width: 1500px) {
    .message-grid {
        -ms-grid-columns: 300px auto 250px;
        grid-template-columns: 300px auto 250px;
    }
}
@media (max-width: 1366px) {
    .message-area-section {
        padding: 50px 10px;
    }
    .message-media {
        padding: 10px;
    }
    .message-grid {
        -ms-grid-columns: 250px auto 250px;
        grid-template-columns: 250px auto 250px;
    }
}
@media (max-width: 1160px) {
    .message-right {
        display: none;
    }
    .message-grid {
        -ms-grid-columns: 250px auto;
        grid-template-columns: 250px auto;
    }
}
@media (max-width: 767px) {
    .message-grid {
        display: block;
    }
    .message-search {
        padding: 0;
    }

    .message-user-list {
        min-height: unset;
        margin-bottom: 30px;
        padding: 10px;
    }
    .message-user-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
        overflow: auto;
    }
    .message-user-list .message-media {
        display: block;
        margin: 0;
        max-width: 50px;
        padding: 0;
        background: #fff !important;
    }
    .message-user-list
        .message-media
        .message-content-body
        .msg-top-title
        small {
        display: none;
    }
    .message-user-list .message-media .message-content-body p {
        display: none;
    }
    .message-user-list .message-media .message-content-body .msg-top-title h6 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }
}
/* package plan css start */
.subscription-card {
    -webkit-box-shadow: 0px 14px 60px rgba(148, 148, 148, 0.2);
    box-shadow: 0px 14px 60px rgba(148, 148, 148, 0.2);
    max-width: 400px;
    overflow: hidden;
    background: #eee;
}

.subscription-card .subscription-header {
    position: relative;
    padding: 24px;
    border-radius: 5px 5px 30px 30px;
    overflow: hidden;
    background: #ffffff;
}

.subscription-card .subscription-header .side-img {
    position: absolute;
    top: 20px;
    right: -30px;
}

.subscription-card .subscription-header .side-img img {
    height: 70px;
    width: auto;
}

.subscription-card .subscription-header .sub-content h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1f1f1f;
    margin-bottom: 15px;
}

.subscription-card .subscription-header .sub-content h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #00a551;
}

.subscription-card .subscription-header .sub-content h5 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.004em;
    color: rgba(145, 150, 153, 0.7);
    display: inline-block;
    margin-left: 7px;
}

.subscription-content-body {
    padding: 24px;
    border-radius: 30px 30px 5px 5px;
    background: #fff;
    padding-bottom: 40px;
}

.subscription-content-body p {
    line-height: 24px;
    margin-bottom: 20px;
}

.subscription-content-body li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-top: 15px;
    color: #919699;
}

.subscription-content-body li:before {
    content: "\f00c";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #00a551;
    font-size: 10px;
    background: rgba(8, 128, 127, 0.12);
    border-radius: 50%;
    text-align: center;
}

.buy-now-btn {
    background: rgba(8, 128, 127, 0.1);
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #00a551;
    max-width: 190px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.buy-now-btn:hover,
.buy-now-btn.active {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#0ebb63),
        to(#0def81)
    );
    background: linear-gradient(270deg, #0ebb63 0%, #0def81 100%);
    -webkit-box-shadow: 0px 11px 27px -2px rgba(14, 188, 100, 0.3);
    box-shadow: 0px 11px 27px -2px rgba(14, 188, 100, 0.3);
    color: #fff !important;
}

.sub-toptitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.sub-toptitle h6 {
    font-size: 18px;
    font-weight: 400;
    color: #1f1f1f;
}
.sub-package {
    border-radius: 16px;
    border: 1px solid #eaecf0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sub-pack:nth-of-type(1) .sub-package:hover {
    border: 1px solid #00bd9e;
}

.sub-pack:nth-of-type(2) .sub-package:hover {
    border: 1px solid #6200ea;
}

.sub-pack:nth-of-type(3) .sub-package:hover {
    border: 1px solid #49a2ff;
}
.sub-pack:nth-of-type(1) .sub-package:hover .sub-title {
    color: #00bd9e;
}

.sub-pack:nth-of-type(2) .sub-package:hover .sub-title {
    color: #6200ea;
}

.sub-pack:nth-of-type(3) .sub-package:hover .sub-title {
    color: #49a2ff;
}

.sub-package .pack-hr {
    background-color: #7b787b;
    width: 100%;
    height: 1px;
}
.sub-buy-btn-container .sub-outline-btn {
    background-color: transparent;
    border: 1px solid #00a551;
    color: #00a551;
}
.sub-buy-btn-container .sub-fill-btn {
    background: linear-gradient(270deg, #0ebb63 0%, #0def81 100%);
    border: none;
    color: #fff;
}
.sub-buy-btn-container .sub-fill-btn:hover {
    background: transparent;
    border: 1px solid #00a551;
    color: #00a551;
}
.sub-package h3 {
    color: #101828;
    font-size: 28px;
    font-weight: 600;
    font-family: var(--ff);
}
.sub-package small {
    color: #7b787b;
    font-size: 22px;
    font-weight: 600;
    text-decoration: line-through;
}
.sub-edit {
    height: 44px;
    width: 100px;
    background-color: #00a55126;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 15px;
    gap: 6px;
}
.sub-delete {
    height: 44px;
    width: 100px;
    background-color: #f23b3d26;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 15px;
    gap: 6px;
}
.sub-delete:hover {
    color: #ff3030 !important;
    background-color: #f23b3d26 !important;
}
.sub-edit:hover {
    color: #00a551;
    background-color: #00a55126;
}
.sub-buy-btn-container .sub-outline-btn:hover {
    background: linear-gradient(270deg, #0ebb63 0%, #0def81 100%);
    border: 1px solid #00a551;
    color: #fff;
}
.sub-package img {
    width: 70px;
}
.sub-package .pachage-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: contain;
}
.check-property img {
    width: 25px;
}
.check-property p {
    color: #7b787b;
    font-size: 16px;
    font-weight: 400;
}
.cross-property img {
    width: 25px;
}
.cross-property p {
    color: #7b787b;
    font-size: 16px;
    font-weight: 400;
}

.sub-buy-btn-container {
    margin-top: 30px;
}
.sub-package .sub-title {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 600;
}
.sub-package h6 {
    color: #7b787b;
    font-family: var(--ff);
    font-size: 20px;
    font-weight: 500;
}
.hidden-input {
    display: none !important;
}
/* package plan css end */
.page-link {
    border-radius: 4px !important;
    margin: 4px;
    border: 1px solid #d8d6de !important;
}
.page-link:hover {
    background: var(--clr-white) !important;
    color: var(--clr-main) !important;
    border: 1px solid var(--clr-main) !important;
}
.active > .page-link,
.page-link.active {
    background: var(--clr-white) !important;
    color: var(--clr-main) !important;
    border: 1px solid var(--clr-main) !important;
}

/* new css start */
.form-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1a1a1a;
}
.form-inner-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f1f1f;
    font-family: var(--ff);
}
.add-Vehicles {
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.add-Vehicles-container h6 {
    font-weight: 500;
}

.form-control input {
    width: 100%;
    padding: 0;
    outline: none;
    border: none;
}
.form-control .custom-checkbox {
    padding-left: 0;
    padding-right: 30px;
    margin: 0;
}
.form-control .custom-checkbox .checkmark {
    left: auto;
    right: 0;
    top: 7px;
}
.form-control .feature-save-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00a551;
    padding: 8px 15px;
    background: rgba(0, 165, 81, 0.1);
    border-radius: 4px;
}
.form-control .switch-btn-wrapper {
    height: 16px;
    margin: 0;
}
.new-subscription-form .form-control {
    height: 50px;
    min-height: 50px !important;
    width: 400px;
}

.new-subscription-form select,
.new-subscription-form .nice-select {
    max-width: 150px;
    border-left: none;
}
.new-upload-dgn {
    padding: 0 !important;
    justify-content: start;
}
.new-upload-dgn .form-control {
    margin: 0;
    position: relative;
    top: -1px;
    min-height: 46px !important;
    line-height: 44px !important;
    padding: 0 10px !important;
    width: auto !important;
    height: 46px !important;
}
.w-120 {
    width: 120px !important;
}

.gradient-row {
    background: linear-gradient(270deg, #0ebb63 0%, #0def81 100%);
}
/* new css end */
.error {
    border-color: red !important;
    color: var(--clr-red) !important;
    font-size: 14px;
    padding-top: 6px;
}

/* Tenant form */
.phone-input-container {
    display: flex;
    align-items: center;
    border: 1px solid rgba(126, 126, 126, 0.3);
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

.country-dropdown {
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    padding-right: 14px;
}

.flag {
    width: 24px;
    height: 16px;
    border-radius: 2px;
    object-fit: cover;
}

#country-code {
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.phone-number {
    border: none;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    outline: none;
}

/* img upload and preview css start */
.image-upload-container {
    display: flex;
    gap: 20px;
}

.upload-field {
    position: relative;
    width: 150px;
    height: 100px;
    border: 2px dashed #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media (max-width: 576px) {
    .upload-field {
        height: 80px;
        width: 125px;
    }
}
.upload-field-profile {
    position: relative;
    width: 110px;
    height: 95px;
    border: 2px dashed #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.upload-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-placeholder {
    font-size: 30px;
    color: #7b787b;
    border: 2px solid #7b787b;
    height: 150px;
    width: 150px;
    margin-top: 13px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.upload-placeholder i {
    font-weight: 400;
    font-size: 16px;
}
.upload-title {
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
}
.upload-pera {
    font-style: italic;
    color: #7b787b;
    font-size: 12px;
    font-weight: 400;
}

.hidden {
    display: none !important;
}
.form-check-input:checked {
    background-color: var(--clr-main);
    border-color: var(--clr-main);
    width: 18px !important;
}

.form-check-input {
    width: 35px !important;
    height: 18px;
    width: 18px !important;
}
.manage-rent-status {
    color: #00a551;
    background-color: #00a5511a;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 165, 81, 0.25);
}
.view-action {
    height: 24px;
    width: 24px;
    background-color: rgba(0, 165, 81, 0.1);
    border-radius: 4px;
    cursor: pointer;
}
.view-action img {
    height: 13px !important;
    width: 13px !important;
    object-fit: contain;
}
.edit-action {
    height: 24px;
    width: 24px;
    background-color: rgba(248, 145, 23, 0.1);
    border-radius: 4px;
    cursor: pointer;
}
.edit-action img {
    height: 13px !important;
    width: 13px !important;
    object-fit: contain;
}
.delete-action {
    height: 24px;
    width: 24px;
    background-color: rgba(242, 59, 61, 0.1);
    border-radius: 4px;
    cursor: pointer;
}
.delete-action img {
    height: 13px !important;
    width: 13px !important;
    object-fit: contain;
}
.action-container {
    /* width: 200px !important; */
}
.generate-btn {
    padding: 8px 18px !important;
}
.remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #f23b3d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remove-btn .cross {
    height: 10px;
    width: 10px;
    object-fit: contain;
}
.remove-img-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #f23b3d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remove-img-btn .cross {
    height: 10px;
    width: 10px;
    object-fit: contain;
}

/*************** Swiper css start ***************/

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 50%;
    width: 100%;
}

.mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper2 swiper-slide {
    width: 25%;
    height: 80px !important;
    opacity: 0.4;
}
@media (max-width: 768px) {
    .mySwiper2 swiper-slide {
        height: 90px !important;
    }
    swiper-slide {
        height: 300px;
    }
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*************** Swiper css end ***************/

.location-icon {
    height: 16px;
    width: 16px;
}
.preview-hr {
    margin-top: 8 px !important;
    margin-bottom: 8 px !important;
    width: 100% !important;
    height: 1px !important;
    background: #7b787b !important;
}
.preview-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--ff);
}
.preview-price {
    color: #1f1f1f;
    font-size: 18px;
    font-family: var(--ff);
}
.preview-des {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    font-family: var(--ff);
    padding-bottom: 12px;
}
.d-none-upload-img {
    display: none;
}
.add-Vehicles-container {
    margin-top: 10px;
}
.info-container {
    border: 1px solid #d2d2d280 !important;
    border-radius: 6px;
}
.table-header-title {
    border-bottom: 1px solid #d2d2d280;
    padding: 10px;
}
.table-details-header-title {
}
.table-header-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f !important;
    font-family: var(--ff);
}
.table-details-header-title h3 {
    font-size: 16px !important;
    font-weight: 600;
    color: #1f1f1f !important;
    font-family: var(--ff);
}
.circle-check {
    height: 22px;
    width: 22px;
}
.facilities-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 400px;
    margin-top: 14px;
}
.check-title {
    color: #1f1f1f;
    font-size: 14px;
}
.facilities-container h6 {
    color: #7b787b;
    font-size: 16px;
    font-weight: 400;
}
.floor-plan-container {
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 10px;
    max-width: 500px;
    border-radius: 4px;
}
.floor-plan-container img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}
.floor-text {
    color: black;
}
.preview-pera {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.custom-modal img {
    max-width: 160px;
    max-height: 160px;
    margin: auto;
}
.custom-modal h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1f1f1f;
    text-align: center;
    margin-top: 30px;
}
.custom-modal p {
    text-align: center;
    margin-top: 6px;
    color: #7b787b;
}
.custom-modal .modal-gradient-btn {
    background: linear-gradient(270deg, #0ebb63 0%, #0def81 100%);
    color: white;
    border-radius: 6px;
    padding: 12px 24px;
    margin-top: 16px;
}
.custom-modal h5 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #000000;
}
.custom-modal h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #1f1f1f;
    text-align: center;
    max-width: 400px;
}
.available-balance-container {
    background-color: #00a5511a;
    border-radius: 8px;
    padding: 8px;
}
.custom-modal .payment-method-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 15px -2px #61616129;
    border: 1px solid #00a551;
    border-radius: 8px;
    padding: 8px;
}
.custom-modal .payment-method-container h6 {
    color: #1f1f1f;
    font-size: 14px;
}
.custom-modal .payment-method-container p {
    color: #7b787b;
    font-size: 12px;
}
.custom-modal .modal-err-msg {
    background-color: #ffebeb;
    border-radius: 8px;
    padding: 10px !important;
    height: 50px;
    margin-top: 20px;
}
.modal-btn-container .modal-btn {
    background-color: #00a551 !important;
    padding: 12px 35px;
    margin-top: 18px;
}
.thanks-modal-text {
    max-width: 300px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.submit-img {
    position: relative;
}
.submit-img .pending-status {
    position: absolute;
    color: #ff900c;
    background-color: #fff0e4;
    border: 1px solid #ff900c;
    bottom: 1px;
    line-height: 14px;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 50px;
}
.submit-img .wishlist svg {
    height: 14px;
    width: 14px;
}
.submit-img .wishlist {
    position: absolute;
    top: 8px;
    right: 16px !important;
    background-color: #ffffff66;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.submit-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
}
.submit-img .pending-status {
}
.submit-content hr {
    margin: 10px 0px;
    width: 100%;
    height: 1px;
    background: #7b787b;
}
.submit-content .name {
    font-size: 14px;
    font-weight: 500;
}
.submit-content .name span {
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
}
.submit-content .property-name {
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
}
.submit-content .house {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 0px;
}
.submit-content svg {
    height: 15px;
    width: 15px;
    object-fit: contain;
}
.submit-content .location {
    font-size: 13px;
}
.submit-content .house-info {
    font-size: 12px;
}
.submit-content .price {
    font-size: 14px;
}
.submit-content .price span {
    font-size: 14px;
    color: #1f1f1f;
}
.submit-container {
    border: 1px solid #e3e3e3 !important;
    padding: 7px !important;
    border-radius: 6px !important;
}
.submit-inner-container {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 8px;
}
@media (max-width: 992px) {
    .submit-img img {
        margin-bottom: 12px !important;
    }
}
@media (max-width: 1200px) {
    .submit-inner-container {
        grid-template-columns: 1fr 3fr !important;
    }
    .submit-img img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .submit-inner-container {
        grid-template-columns: 1fr !important;
    }
}

/****************** Invoice css start ******************/
.invoice-container {
    background-color: #fff;
    padding: 14px;
    max-width: 800px;
    margin: auto;
}
@media (max-width: 576px) {
    .invoice-container {
        padding: 0;
    }
    .invoice-content h6 {
        font-size: 16px !important;
    }
}

.invoice-content h4 {
    font-size: 24px;
    color: #1f1f1f;
    text-align: center;
    padding: 12px 0px;
    text-transform: uppercase;
}
.invoice-content img {
    height: 35px;
    width: 160px;
    object-fit: contain;
}
.invoice-content .invoice-header-p {
    font-size: 13px !important;
    font-weight: 400 !important;
}
.invoice-content .info-p {
    font-size: 15px !important;
    font-weight: 400 !important;
}
.invoice-content .invoice-header-p span {
    color: #1f1f1f;
}
.invoice-content .info-p span {
    color: #1f1f1f !important;
}
.invoice-content .unpaid-status {
    color: #ff900c;
    background-color: #ff900c1c !important;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
}
.invoice-content .pending-status {
    color: #ff900c;
    background-color: #ff900c1c !important;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
}
.invoice-content .paid-status {
    color: rgba(0, 165, 81, 1);
    background-color: rgba(0, 165, 81, 0.1) !important;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
}
.invoice-content .reject-status {
    color: #00a551;
    background-color: #00a55126 !important;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
}
.invoice-content .refund-status {
    color: #2400ff;
    background-color: #2400ff26 !important;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
}
.invoice-content hr {
    width: 100%;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    height: 1px !important;
    border: 1px solid #d7d9de !important;
}
.invoice-content h6 {
    font-size: 18px;
    color: #1f1f1f !important;
    font-weight: 600 !important;
    margin-bottom: 9px !important;
}
.service-charge-input {
    flex-wrap: nowrap;
}
.invoice-content .invoice-table-th {
    background-color: rgba(120, 123, 77, 0.1) !important;
}
.invoice-table-th tr th {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.invoice-table-new tr td {
    font-size: 14px !important;
    color: #7b787b;
}
/****************** Invoice css end ******************/
.reminder-header {
    font-family: var(--ff);
}
.reminder-header h6 {
    font-family: var(--ff);
    font-size: 18px;
    font-weight: 500;
    line-height: 27.32px;
    text-align: left;
    color: #2e2e3e;
}
.reminder-content p {
    color: #7b787b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.reminder-content {
    padding: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    margin-top: 12px;
}

/******************* preview img css code start *******************/
.upload-img-v2 .upload-v4 .img-wrp img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 6px;
}
.upload-img-v2 {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 7px;
}
.upload-img-v2 label {
    margin-bottom: 0;
}
.upload-img-v2 .upload-v4 {
    border: 1px solid #e3e3e3;
    background-color: #f6f6f6;
    height: 165px;
    width: 165px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/******************* preview img css code end *******************/

/****************** verifymodal css code start ******************/
.pin-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.pin-input {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none;
    /* Remove number input arrows */
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.pin-input:focus {
    border-color: #00a551;
}

.verify-modal-body .code-input input {
    width: 51px;
    height: 58px;
    padding: 14px 15px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    box-shadow: none !important;
    color: #6200ea;
}

.verify-modal-body .code-input input:focus {
    border: 1px solid #6200ea !important;
}
.verify-modal-body .code-input input:focus-visible {
    border: 1px solid #6200ea !important;
    background-color: #f4edff !important;
    color: #6200ea;
}
.verification-header h4 {
    color: #1f1f1f;
    font-size: 20px;
}
.verification-header p {
    font-size: 16px;
    color: #7b787b;
}
.otp-resend-btn {
    color: #6200ea;
}
.resend-otp {
    font-size: 13px;
}
/****************** verifymodal css code end ******************/

.feature-btn {
    height: 50px;
}
.check-height {
    height: 34px !important;
}

.custom-accordion-btn {
    color: #1f1f1f !important;
    padding: 10px !important;
    background-color: transparent !important;
}
.custom-accordion-btn:focus {
    box-shadow: none !important;
    border: none !important;
}

/********************* Profile section css start *********************/
.profile-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.profile-img-container img {
    height: 124px;
    width: 124px;
    object-fit: contain;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
}
.profile-img-container h5 {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #000;
}
.profile-img-container p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #7b787b;
}
.profile-info-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
}
.profile-info-table td {
    white-space: wrap !important;
}
.custom-input {
    position: relative;
}
.custom-input .custome-label {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    background-color: white;
    left: 25px;
    top: -6px;
    z-index: 4;
}
.profile-card {
    height: 100% !important;
}
.mykad-img {
    width: 230px;
    height: 144px;
    gap: 0px;
    object-fit: cover;
    border-radius: 3px !important ;
}
/********************* Profile section css end *********************/
.document-upload {
    width: auto;
    margin: 10px;
    background-color: #f7f7f7b2;
}
.document-img {
    width: 135px !important;
    height: 56px !important;
    object-fit: contain;
    border: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    min-width: 44px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#0ebb63),
        to(#0def81)
    ); */
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid gray;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 2px;
    bottom: 2px;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    /* background-color: var(--clr-primary); */
    background: var(--clr-main);
}
input:checked + .slider .round:before {
    background-color: white !important;
}

input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    transform: translateX(19px);
    background-color: white !important;
}

.slider.round {
    border-radius: 12px;
}

.slider.round:before {
    border-radius: 50%;
    background-color: gray !important;
}

/*switch btn end*/

/***************** chat section code start *****************/
.chat-file-input {
    display: none !important;
}
.chat-file svg path {
    stroke: var(--clr-main);
}
.chat-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    /* background-color: gray; */
}
.chat-profile .user-name {
    color: black;
    font-size: 16px;
    font-weight: 600;
}
.main-chat-container .user-name {
    color: black;
    font-size: 16px;
    font-weight: 600;
}
.main-chat-container .chat-image {
    height: 200px;
    width: 200px;
    object-fit: contain;
    border-radius: 0 !important;
}
.chat-image {
    height: 200px;
    width: 200px;
    object-fit: contain;
    border-radius: 0 !important;
}
.chat-profile .user-send-img {
    color: #7b787b;
    padding-top: 6px;
}
.chat-profile img {
    height: 44px;
    width: 44px;
    object-fit: contain;
    border-radius: 50%;
}
.main-chat-container img {
    height: 44px;
    width: 44px;
    object-fit: contain;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .main-chat-container {
        margin-top: 20px;
    }
}
.time-and-count {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 6px;
}
.time-and-count p {
    font-size: 12px;
    color: #7b787b;
}
.time-and-count span {
    font-size: 12px;
    color: white;
    background-color: var(--clr-main);
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.present-chat-bg {
    background-color: #f6f6f6;
}
.chat-header {
    padding: 10px;
    border-bottom: 1px solid #e0dede;
    width: 100%;
}
.chat-header img {
    border: 1px solid var(--clr-main);
}
.chats-container {
    height: calc(70vh - 109px) !important;
    overflow-y: auto;
}
.left-chat-container {
    overflow-y: auto;
    height: calc(90vh - 180px) !important;
}

.chat-file {
    background-color: rgba(98, 0, 234, 0.1);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.chat-input {
    width: 100%;
}
.chat-input input {
    background-color: #f4f4f4;
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 8px;
    padding: 10px;
}
.chat-input input:focus {
    outline: 1px solid var(--clr-main);
}
.chat-submit-btn {
    right: 6px !important;
    color: white;
    background-color: var(--clr-main);
    padding: 6px 12px;
    height: 40px;
    border-radius: 8px;
}
.chat-input-container {
    border-top: 1px solid #d4d4d4;
    background: #fff !important;
}
.chat-form {
    position: absolute;
    min-width: 100%;
    bottom: 0px;
}
.delete-item .delete-item-show {
    display: flex;
    justify-content: space-between;
    background: #ffe3e4;
    padding: 14px;
    margin-bottom: 10px;
    align-items: center;
    border-radius: 8px;
}
.delete-item .delete-item-show button {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 16px;
    color: white;
    background: var(--clr-red);
    font-weight: 600;
    border: none;
}
.delete-item .delete-item-show p {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 500;
    line-height: 20px;
}
.my-msg {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    width: 100%;
    margin-top: 8px;
}
.opposite-msg {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    margin-top: 8px;
}
.my-msg p {
    background-color: var(--clr-main);
    color: white;
    padding: 10px;
    border-radius: 16px 16px 0px 16px;
    line-height: 20px;
    max-width: 300px;
}
.my-msg span {
    color: #404040;
    font-size: 12px;
    padding-top: 6px;
}
.opposite-msg p {
    background-color: #f4f4f4;
    color: #000;
    padding: 10px;
    border-radius: 16px 16px 16px 0px;
    line-height: 20px;
    max-width: 300px;
}
.opposite-msg span {
    color: #404040;
    font-size: 12px;
    padding-top: 6px;
}
.my-msg .download-document-container {
    width: 255px !important;
    height: 140px !important;
    background: #f1f1f4;
    margin: 12px;
    padding: 10px !important;
    border-radius: 8px;
}
.my-msg .download-document-container .download-icon {
    height: 75px;
    width: auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.my-msg .download-document-container .download-content h6 {
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 600;
}
.my-msg .download-document-container .download-content span {
    color: #7b787b;
    font-size: 13px;
}
.opposite-msg .download-document-container {
    width: 255px !important;
    height: 140px !important;
    background: #f1f1f4;
    margin: 12px;
    padding: 10px !important;
    border-radius: 8px;
}
.opposite-msg .download-document-container .download-icon {
    height: 75px;
    width: auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.opposite-msg .download-document-container .download-content h6 {
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 600;
}
.opposite-msg .download-document-container .download-content span {
    color: #7b787b;
    font-size: 13px;
}
/***************** chat section code end *****************/

.alert {
    background-color: #fdecea;
    border: 1px solid #f5c6cb;
    padding: 15px;
    border-radius: 5px;
    color: #721c24;
    font-family: Arial, sans-serif;
    max-width: 600px;
}

.alert strong {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.alert p {
    margin: 0;
    font-size: 14px;
}
#for-country-flag {
    border: none !important;
    width: 75px !important;
    outline: none;
}

.mykad-img .mkad-image {
}
.modal-body .preview-img {
    height: 500px;
    width: 500px;
    object-fit: contain;
    border-radius: 0 !important;
}
.img-preview-content {
    background-color: transparent !important;
    border: 1px solid transparent !important;
}

.chart-table {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 5px 28px 0px rgba(71, 50, 50, 0.07);
}
.chart-table .responsibe-table {
    border: 1px solid rgba(31, 31, 31, 0.1);
    overflow: auto;
    border-radius: 6px;
}
.income-bulet {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: rgba(0, 165, 81, 1);
}
.expence-bulet {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: rgba(242, 59, 61, 1);
}
.dashboard-card-body strong {
    font-size: 16px;
    font-weight: 400;
}
.withdraw-method-field {
    color: var(--clr-main);
}
.withdraw-method-field:hover {
    color: var(--clr-main);
}

.chart-stat-container {
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 12px;
}
@media (max-width: 768px) {
    .chart-stat-container {
        grid-template-columns: 1fr !important   ;
    }
}
.chart-stat-container .stat-container {
    border: 1px solid #d8d6de80;
    border-radius: 4px;
}
.chart-stat-container .stat-container .stat-content {
    padding: 10px;
    border-bottom: 1px solid #d8d6de80;
}
.chart-stat-container .stat-container .stat-content:hover {
    background: #6200ea0a;
    border-bottom: 1px solid #6200ea !important;
}
.chart-stat-container .stat-container .stat-content:hover svg path {
    stroke: var(--clr-main);
}
.chart-stat-container .stat-container .stat-content:last-child {
    border-bottom: none;
}
.chart-stat-container .stat-container {
    border: 1px solid #d8d6de80;
    border-radius: 4px;
}
.chart-stat-container .stat-container .stat-content {
    padding: 10px;
    border-bottom: 1px solid #d8d6de80;
}
.chart-stat-container .stat-container .stat-content:hover {
    background: #6200ea0a;
    border-bottom: 1px solid #6200ea !important;
}
.chart-stat-container .stat-container .stat-content:hover svg path {
    stroke: var(--clr-main);
}
.chart-stat-container .stat-container .stat-content:last-child {
    border-bottom: none;
}
.chart-stat-container .stat-container .stat-content h4 {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--ff);
}
.chart-stat-container .stat-container .stat-content h5 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0;
    font-family: var(--ff);
}
.chart-stat-container .stat-container .stat-content .profit-amount img {
    height: 16px;
    width: 16px;
}
.chart-stat-container .stat-container .stat-content .profit-amount .amount {
    font-size: 14px;
    font-weight: 700;
    color: #009f5e;
}
.chart-stat-container .stat-container .stat-content .profit-amount {
    border: 1px solid #009f5e2b;
    background: linear-gradient(
        101.25deg,
        rgba(240, 255, 249, 0.6) 7.11%,
        rgba(174, 255, 222, 0.6) 97.62%
    );
    padding: 6px;
    border-radius: 4px;
}
.chart-stat-container .stat-container .stat-content .loss-amount img {
    height: 16px;
    width: 16px;
}
.chart-stat-container .stat-container .stat-content .loss-amount .amount {
    font-size: 14px;
    font-weight: 700;
    color: #f89100;
}
.chart-stat-container .stat-container .stat-content .loss-amount {
    border: 1px solid #f8910033;
    background: linear-gradient(
        101.25deg,
        rgba(255, 247, 236, 0.6) 7.11%,
        rgba(255, 203, 157, 0.6) 97.62%
    );
    padding: 6px;
    border-radius: 4px;
}
.chart-stat-container .stat-container .stat-content .last-month {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--ff);
}
.total-balance {
    background: linear-gradient(90deg, #fff7e0 0%, #f2ebff 100%);
    padding: 6px 12px;
    border-radius: 4px;
}
.total-balance p {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}
.total-balance p span {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}
.in-ex-label {
    color: #4b5563;
    font-size: 16px;
    font-weight: 600;
}
.in-ex-label strong {
    color: #1a1a1a;
    font-weight: 700;
}
.overview-label-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
}
.overview-label-container img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}
.overview-label-container h5 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--ff);
}
.overview-label-container p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--ff);
}

.custom-tabs {
    border-bottom: 1px solid #ddd;
    display: flex;
    gap: 2rem;
    font-weight: 500;
}
@media (max-width: 576px) {
    .invoice-content h4 {
        font-size: 20px !important;
    }
    .custom-tabs {
        flex-wrap: wrap !important;
        gap: 10px !important;
    }
    .view-all {
        white-space: nowrap;
    }
    .total-balance p {
        font-size: 14px !important;
    }
    .in-ex-label {
        font-size: 14px !important;
    }
    .total-balance {
        display: none !important;
    }
    footer p {
        font-size: 14px !important;
    }
    .row-method input::placeholder {
        font-size: 13px;
    }
}
.custom-tab {
    position: relative;
    padding: 12px 0;
    cursor: pointer;
    color: #555;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-tab.active {
    font-weight: 600;
    color: #000;
}

.custom-tab.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--clr-main);
}

.custom-tab .count-badge {
    background-color: #f0f0f5;
    color: #666;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 2px 10px;
    border-radius: 999px;
}

.custom-tab.active .count-badge {
    background-color: #f5e8ff;
    color: #6f42c1;
}
.profile-drop-btn p {
    color: #1a1a1a;
    font-size: 15px;
}
.profile-drop-btn .arrow {
    height: 24px !important;
    width: 24px !important;
}
.profile-drop-btn {
    padding: 6px;
    border-radius: 30px;
    box-shadow: 0px 0px 3px 0px #1018281a;
}
.export-btn {
    border: 1px solid var(--clr-main);
    color: var(--clr-main);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 122px;
}
.export-btn::after {
    display: none;
}
.export-btn img {
    height: 16px;
    width: 16px;
}
.export-btn:hover,
.export-btn:focus {
    background-color: #f4eaff !important;
    color: var(--clr-main) !important;
}
.dropdown-menu {
    min-width: 10rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}
.export-drop-item {
    color: #1a1a1a;
}
.export-drop-item:hover {
    background-color: #f4eaff;
}
.dropdown-item img {
    width: 24px;
    height: 24px;
}
.export-dropdown {
    border: 1px solid transparent;
    box-shadow: 0px 4px 24px 0px #0000001a;
    /* margin-right: 50px !important; */
}
.modal-note {
    font-size: 14px;
}
.view-all {
    color: var(--clr-main);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    &:hover {
        color: var(--clr-main);
    }
}
.profit-card {
    background: rgba(98, 0, 234, 0.1);
    border-radius: 8px;
}
.stat-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    opacity: 0.9;
    color: #121212;
}

.labels-month {
    display: flex;
    justify-content: space-around;
    margin-top: 12px;
}
.month-label {
    padding: 5px 12px;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 999px;
    transition: all 0.3s ease;
}
.month-label.active {
    border-color: #8000ff;
    background-color: rgba(150, 100, 255, 0.1);
    color: #8000ff;
}
.login-img img {
    height: 647px;
    max-width: 668px;
    border-radius: 12px;
    object-fit: cover;
}
.padding-status {
    color: #fb8a00;
    border: 1px solid #fb8a00;
    border-radius: 4px;
    background-color: #ff920c1a;
    max-width: 100px;
    padding: 7px;
    text-align: center;
}
.approved-status {
    color: #00a551;
    border: 1px solid #00a551;
    border-radius: 4px;
    background-color: #00a5511a;
    max-width: 100px;
    padding: 7px;
    text-align: center;
}
.rejected-status {
    color: #ff3b30;
    border: 1px solid #ff3b30;
    border-radius: 4px;
    background-color: #ff3b3021;
    max-width: 100px;
    padding: 7px;
    text-align: center;
}
.processing-status {
    color: #2400ff;
    border: 1px solid #2400ff;
    border-radius: 4px;
    background-color: #2400ff1a;
    max-width: 100px;
    padding: 7px;
    text-align: center;
}
.date-range {
    height: 44px;
    margin-bottom: 0px !important;
}

/* Multi delete start */
.multiple-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}
.delete-modal h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}
.delete-modal p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.reset-btn {
    padding: 0.7rem;
    font-weight: bold;
    border: 1px solid var(--clr-red);
    color: var(--clr-red);
    transition: all 0.3s ease-in-out;
}
.reset-btn:hover {
    background-color: var(--clr-red) !important;
    color: #fff !important;
}
/* Multi delete end  */

.table-img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 4px;
}
.contact input {
    margin-bottom: 8px;
}
.contact .custom-message-btn {
    background-color: var(--clr-main);
    color: #fff;
    padding: 14px 22px !important;
    min-width: 150px !important;
    border-radius: 8px;
}
.subscribtion-container {
    min-height: 100vh !important;
}

.subscription-content {
    margin: auto;
}

.btn-clr {
    color: var(--clr-main) !important;
    text-decoration: none !important;
}
.chat-left-card {
    background-color: #fff !important;
    height: calc(90vh - 109px) !important;
    border-radius: 12px;
}
.chat-right-card {
    background-color: #fff !important;
    height: calc(90vh - 109px) !important;
    border-radius: 12px;
}
select.form-control {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}
.custom-date-input {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    border: 1px solid #7b787b4d;
}
.terms-condition span {
    color: var(--clr-main);
}

.back-to-login {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.back-to-login img {
    width: 18px;
    height: 18px;
}
.back-to-login a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
    display: inline-block;
    margin: 5px;
}
.back-to-login a:hover {
    text-decoration: underline;
}

.user-chat-list {
    cursor: pointer;
}
.profile-mykad-img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}
.modal-view-img {
    max-width: 100%;
    object-fit: contain;
    margin: auto;
}
.profile-img-close {
    top: 12px;
    right: 12px;
}
.footer-section {
    min-height: 70px !important;
}

.sidebar-free-plan {
    background: var(--clr-white-1);
    border-radius: 13px;
    border: 1px solid var(--clr-white-4);
    margin: 18px 0;
}

.sidebar-free-plan h3 {
    color: var(--clr-black-2);
    font-size: 22px;
    font-weight: 700;
}

.sidebar-free-plan h5 {
    color: var(--clr-text);
    font-size: 14px;
    font-weight: 400;
}

.sidebar-free-plan .upgrate-btn {
    color: var(--clr-white);
    background-color: var(--clr-main);
    border-radius: 6px;
    padding: 6px 20px;
    margin-top: 12px;
    border: none;
    transition: 0.3s;
}

.sidebar-free-plan .upgrate-btn:hover {
    background-color: transparent;
    color: var(--clr-black);
    border: 1px solid var(--clr-main);
    box-shadow: var(--shadow-1);
}
.cache-clear {
    height: 18px !important;
    width: 18px !important;
}

.custom-textarea {
    line-height: 30px;
    margin-bottom: 15px;
    border: 1px solid rgba(126, 126, 126, 0.3);
    border-radius: 6px;
    padding: 10px;
}
.custom-textarea:focus {
    outline: none !important;
}
.bg-success{
    padding: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.bg-warning{
    padding: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.bg-danger{
    padding: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.bg-primary{
    padding: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.bg-info{
    padding: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
