@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100;300;400;500;600;700;800&display=swap");

:root {
    --color-bg: #fff;
    --color-primary: #111;
    --color-accent: #4c8f38;
    --color-ternary: #f5f4f8;
    --color-grey: #a4a4a4;
    --color-highlighter: #fff76b;
    --paddding-inline: calc(calc(100% - 120rem) / 2);
    --white: #fff;
    --green: #4c8f38;
    --green2: #0f310c;
    --green3: #4a8e35;
    --green4: #9bcb8c;
    --green5: #376a28;
    --yellow: #e2d600;
    --yellow2: #fff76b;
    --yellow3: #fffcca;
    --black: #000;
    --black2: #1c1c1c;
    --black3: #1e1e1e;
    --black4: #2c3c4d;
    --gray: #535353;
    --gray2: #8c959f;
    --light-green: #e1f9da;
}

* {
    font-family: "Archivo", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    border: none;
    list-style: none;
    transition: all 0.2s linear;
    -webkit-tap-highlight-color: transparent;
    transition: none;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.1;
    font-family: "Archivo", sans-serif !important;
}

h1 {
    /* font-size: 3.2rem;
    color: var(--black2);
    font-weight: 700;
    letter-spacing: -0.32px; */
    color: #1c1c1c;
    font-family: Archivo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 56px */
    letter-spacing: -0.4px;
}

h4 {
    /* font-size: 1.3rem; */

    color: #1c1c1c;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.72px;
    /* 117% */
    letter-spacing: 0.48px;
}

h5 {
    font-size: 1.2rem;
}

a {
    color: inherit;
    text-decoration: none;
    font-family: "Archivo", sans-serif !important;
}

i {
    cursor: pointer;
}

p {
    line-height: 1.7;
    font-family: "Archivo", sans-serif !important;
}

ul {
    list-style-type: none;
}

button {
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--black2);
    padding: 1.2rem 1.5rem;
    border: none;
    border-radius: 10.4rem;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--color-highlighter);
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid black;
}

.flex {
    display: flex;
}

.active-1 {
    background-color: var(--color-highlighter);
    border-radius: 4px;
    font-weight: 700;
    padding: 0.5rem 1.2rem;
    flex-direction: row;
} 
.active-1 a {
    padding: 0;
}

 .active-2 {
    color: var(--color-accent);
    background-color: var(--color-ternary);
    padding: 0.5rem 1.2rem;
    border-radius: 8px;
    flex-direction: row;
}

.active-2 a:hover {
    color: var(--color-accent);

}

.highlighter {
    color: var(--color-accent);
}

section nav {
    display: flex;
    align-items: center;
    padding: 2rem 4rem;
    gap: 1.6rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.053);
}




section nav ul {
    gap: 0.5rem;
    align-items: center;
    font-weight: 500;
}
section nav .navCont{
    gap: 5rem;

}
section nav ul li a {
    color: #1c1c1c;
    font-family: Archivo;
    padding: 0.8rem 1.2rem;
   
    border-radius: 0.4rem;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
}

section nav ul li a:hover {
    color: var(--black);
  
        background: var(--yellow2);
       
    
}



.branding {
    text-align: center;
    margin-right: 1.5rem;
}

.branding span {
    font-size: 12px;
    font-weight: bolder;
}

.branding:hover {
    color: var(--black2);
}

section nav .bell-icon,
section nav .user {
    width: 5rem;
    height: 5rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}

@media only screen and (min-width: 2800px) {
    section nav ul{
        gap: 0.25rem;
    }
    section nav {
        display: flex;
        align-items: center;
        padding: 2rem 10%;
        gap: 1.4rem;
      
    }

    section nav ul li a {
        font-size: 1.3rem !important;
    }

    section nav .bell-icon,
    section nav .user {
        width: 4rem;
        height: 4rem;
   
    }
    section nav .navCont{
        gap: 2rem;
    
    }
}



section nav .bell-icon {
    text-align: center;
    line-height: 50px;
    background-color: var(--color-highlighter);
    margin-left: auto;
}

section nav .bell-icon img {
    width: 20.8px;
    height: 20.8px;
}

.bell-icon .bell {
    position: relative;
}

.bell-icon .bell .red-dot {
    position: absolute;
    top: -15%;
    right: 25%;
}

.bell-icon .bell .red-dot img {
    width: 12.8px;
    height: 12.8px;
}

section nav .user {
    border: 2px solid var(--color-accent);
    position: relative;
    display: inline-block;
}

section nav .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

section nav .user .dropdown-nav {
    display: none;
    position: absolute;
    background-color: var(--white);
    /* min-width: 160px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 1;
    left: -40px;
    border-radius: 0.5rem;
    border: 0.1rem solid #eee;
}

section nav .user .dropdown-nav a {
    color: var(--black2);
    padding: 0.5rem 2rem;
    text-decoration: none;
    display: block;
    opacity: 0.7;
}

section nav .user .dropdown-nav a:hover {
    opacity: 1;
    background-color: #eee;
}

section nav .user:hover .dropdown-nav {
    display: block;
}

aside {
    position: sticky;
    top: 0;
    left: 0;
    border-right: 2px solid rgba(0, 0, 0, 0.059);
    height: 100%;
    padding: 1rem 1rem;
    justify-content: left;
    text-align: left;
}

aside ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
    color: var(--color-grey);
}

aside ul li {
    margin-top: 2.2rem;
    display: flex;
    justify-content: left;
    text-align: left;
    width: 100%;
}

aside img {
    width: 3.5rem;
    height: 2.8rem;
    padding-right: 0.3rem;
}

aside .aside-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

aside p {
    color: #1c1c1c;
    font-weight: 700;
    font-size: 0.6rem;
    text-align: center;
}

.containerx {
    padding-right: calc(var(--paddding-inline) / 1);
}

.containerx .right {
    flex: 1;
    padding: 3rem 4rem;
}

.containerx .right .actions {
    background-color: var(--color-ternary);
    padding: 2rem 2rem;
    margin-block: 3rem;
    border-radius: 15px;
}

.containerx .right .actions .flex {
    /* padding: 3rem 6rem; */
    gap: 2rem 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.containerx .right .actions .flex>div {
    font-weight: bold;
    font-size: 14px;
    min-width: 12rem;
    width: calc(calc(100% - 16rem) / 3);
    background-color: var(--color-bg);
    text-align: center;
    padding-block: 2rem;
    border-radius: 10px;
}

.containerx .right .actions .flex>div div {
    margin-bottom: 1rem;
}

.containerx .actions .material-symbols-outlined {
    font-size: 3rem;
    color: var(--color-accent);
}

/* Favourites */
.container .right>.flex {
    gap: 2rem;
    margin-top: 3rem;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
}

.property_cards {
    min-width: 20rem;
    width: calc(calc(100% - 4rem) / 3);
    border: 2px solid #eee;
    border-radius: 0.8rem;
}

.property_cards img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
}

.property_cards .card_content {
    padding: 2.8rem 2.4rem 1.3rem 2.4rem;
    line-height: 1.5;
}

.property_cards .price,
.property_cards .property_desc {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--black2);
    letter-spacing: -1px;
}

.property_cards .price span {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--black2);
    opacity: 0.5;
}

.property_cards .card_content button {
    width: 100%;
}

.property_cards .card_content hr {
    border: 1.5px solid #eee;
    opacity: 1;
}

/* Work Request */
.work_request,
.farewell {
    background-color: var(--color-ternary);
    padding: 1rem 2rem;
    border-radius: 10px;
    margin-block: 3rem;
}

.work_request .flex,
.farewell .flex {
    margin-block: 1rem;
}

.work_request p,
.farewell p {
    font-weight: lighter;
    color: var(--color-grey);
}

.work_request .flex,
.farewell .flex {
    align-items: center;
    justify-content: space-between;
}

.work_request .flex span {
    color: var(--color-grey);
    font-weight: lighter;
}

.work_request img,
.farewell img {
    width: 3rem;
    aspect-ratio: 1/1;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid var(--color-highlighter);
    margin-inline: 5px;
}

.farewell .job_acceptance_status {
    color: red !important;
}

.farewell .material-symbols-outlined {
    color: var(--color-accent);
}

/* Payments */
.payments li,
.documents li {
    background-color: var(--color-ternary);
    border-radius: 10px;
    margin-top: 1.5rem;
    padding: 1rem 3rem;
    align-items: center;
    gap: 2rem;
}

.documents li .flex {
    align-items: start;
    gap: 1rem;
}

.documents li .flex .highlighter {
    margin-bottom: 8px;
}

.payments li img {
    border-radius: 50%;
}

.documents li img {
    border-radius: 10px;
}

.payments li img,
.documents li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.payments li .payment,
.documents li .payment {
    margin-left: auto;
    text-align: center;
}

.payments .transaction_no,
.documents .document_size {
    font-size: 14px;
    font-weight: lighter;
    color: var(--color-grey);
}

.payments .highlighter,
.documents .highlighter {
    font-size: 12px;
}

.payments .payment_timing {
    font-size: 12px;
}

.payments .payment_amount {
    font-size: 2rem;
    font-weight: bolder;
    color: var(--color-accent);
}

/* Eviction */
.eviction_form {
    gap: 2rem;
}

.eviction_left {
    width: calc(70% - 1rem);
    flex: 1;
}

.eviction_right {
    width: calc(30% - 1rem);
    min-width: 20rem;
}

.form_container {
    position: relative;
}

.form_container input {
    width: calc(100%);
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid var(--color-ternary);
    border-radius: 10px;
    margin-block: 14px;
    font-family: Archivo;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
}

.form_container input::placeholder {
    color: var(--color-primary);
    /* font-weight: bold; */
}

.form_container i {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.eviction_left .btn-primary {
    padding-block: 1rem;
    width: 100%;
    margin-top: 10rem;
}

.eviction_property_card {
    border: 2px solid var(--color-ternary);
    border-radius: 10px;
    margin-bottom: 2rem;
}

.eviction_property_card img {
    width: 100%;
}

.eviction_property_card_content {
    padding: 1rem 1rem 1rem;
}

.eviction_property_card_content h5 {
    margin-block: 5px 10px;
}

.eviction_property_card_content p {
    color: var(--color-grey);
}

.eviction_property_card_content .flex {
    color: var(--color-grey);
    align-items: center;
    justify-content: space-between;
}

.eviction_property_price {
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--color-primary);
}

.eviction_property_price>span {
    font-size: 16px;
    font-weight: normal;
    color: var(--color-grey);
}

.eviction_view_history {
    background-color: var(--color-ternary);
    margin-block: 2rem;
    padding: 1rem 2rem;
}

.eviction_view_history .flex {
    align-items: center;
    justify-content: space-between;
}

.eviction_view_history .flex h5 {
    margin-bottom: 10px;
}

.eviction_view_history .flex i {
    color: var(--color-accent);
    font-size: 1.2rem;
    line-height: 40px;
    text-align: center;
    height: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.eviction_view_history .flex i.fa-pencil {
    border: 2px solid var(--color-accent);
}

.history_address {
    margin-block: 20px;
    gap: 10px;
}

.history_address p {
    line-height: 1.1;
}

.history_status p {
    font-size: 1.3rem;
}

.history_status p span {
    color: var(--color-highlighter);
}

.history_status i {
    background-color: var(--color-highlighter);
    border: none;
}

/* rented */
.rented_right,
.rented_left {
    width: calc(50% - 2rem);
    border-radius: 20px;
}

.rented_left {
    padding-inline: 0.5rem;
}

.rented_right .actions {
    padding: 1.5rem !important;
    margin-top: 1.5rem !important;
}

.container .rented_right .actions .flex {
    padding-inline: 0;
    gap: 2rem;
}

.container .rented_right .actions .flex>div {
    width: calc(calc(100% - 4rem) / 3);
}

.rented_property {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 1.5rem;
    background-color: var(--color-ternary);
    border-radius: 15px;
    margin-block: 1.5rem;
}

.rented_property .flex {
    gap: 1rem;
    margin-block: 1.5rem;
}

.rented_property .flex img {
    object-fit: cover;
    aspect-ratio: 16/9;
    border-radius: 10px;
}

.rented_property .flex>img {
    width: 60%;
    object-fit: cover;
}

.rented_property .flex div img {
    width: 100%;
    object-fit: cover;
}

.rented_property .flex div img:first-child {
    margin-bottom: 1rem;
}

.rented_property .rented_property_price {
    margin-block: 1rem;
}

.property_location {
    margin-top: 1rem;
}

.property_address {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--black2);
    opacity: 0.5;
    padding: 0.8rem 0 1.3rem 0;
}

.amenities {
    color: var(--color-primary);
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0 !important;
}

.amenities i {
    color: var(--color-accent);
    white-space: nowrap;
}

.faq_question {
    background-color: var(--color-ternary);
    padding: 1.5rem 3rem;
    align-items: center;
    gap: 1.5rem;
    margin-block: 3rem;
    border-radius: 10px;
}

.faq_question .highlighter {
    margin-left: auto;
}

.faq_question img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.faq_question button {
    color: var(--color-accent);
    background-color: var(--color-bg);
    padding-block: 1rem;
}

/* Leasing Agreement */
.leaasing_agreement {
    background-color: #fdfac9;
    margin-block: 3rem;
    padding: 2rem;
    border-radius: 10px;
}

.leasing_agreement_btn {
    padding-block: 1rem;
    width: 100%;
}

.document-heading {
    justify-content: space-between !important;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
}

.modal {
    background-color: var(--color-bg);
    padding: 2rem;
    border-radius: 10px;
    width: 30rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal .fa-xmark {
    text-align: center;
    line-height: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 0 2px 3px #dedede;
    position: absolute;
    top: 2rem;
    right: 3rem;
}

.modal h4 {
    font-size: 32px;
}

.modal p {
    color: var(--color-grey);
}

.modal form {
    margin-block: 1.5rem;
}

.modal form input {
    width: 100%;
    border: 2px solid var(--color-ternary);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

.modal .instruction {
    font-size: 14px;
    color: var(--color-primary);
    margin-block: 10px;
}

.modal button {
    width: 100%;
    margin-top: 1rem;
}

.modal img {
    width: 100px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

/* Media Queries */
@media (max-width: 550px) {

    section nav,
    .container .right {
        padding-inline: 2rem !important;
    }
}

@media (max-width: 750px) {
    .rented_property .flex {
        flex-direction: column;
    }

    .rented_property .flex>img {
        width: 100%;
    }

    .rented_property .flex>div img {
        width: 10rem;
        margin-block: 0 !important;
    }

    .work_request .flex {
        align-items: flex-start;
    }

    .work_request_heading {
        flex-direction: column;
        margin-bottom: 2rem !important;
    }

    .work_request_bottom,
    .farewell_bottom {
        margin-top: 2rem !important;
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .work_request_bottom div,
    .work_request_bottom button,
    .farewell_bottom div,
    .farewell_bottom button {
        width: 100%;
    }

    .work_request_bottom button,
    .farewell_bottom button {
        margin-block-end: 10px;
    }

    .farewell p {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 950px) {
    .actions {
        background-color: var(--color-bg) !important;
        padding-inline: 0 !important;
    }

    .actions .flex>div {
        background-color: var(--color-ternary) !important;
        display: flex;
        align-items: center;
        gap: 1rem;
        width: 100% !important;
        padding: 14px 2rem !important;
    }

    .actions .flex>div div {
        margin-bottom: 0 !important;
    }

    .eviction_form {
        justify-content: center;
        align-items: center !important;
        flex-direction: column;
    }

    .eviction_form>div {
        max-width: 25rem !important;
        width: 100%;
    }

    .eviction_form .eviction_left button {
        margin-top: 1rem;
    }

    .documents li {
        flex-direction: column;
        align-items: start;
    }

    .documents li>div {
        width: 100%;
    }

    .documents .payment,
    .documents .payment button {
        width: 100%;
    }

    .documents .payment button {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .container {
        gap: 0 !important;
    }

    .left {
        display: none;
    }

    section nav ul {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: -100vw;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--color-ternary);
    }
}

@media (max-width: 1200px) {
    .container .right .actions .flex {
        padding-inline: 0;
    }
}

@media (max-width: 1250px) {
    section nav {
        padding-inline: 3rem;
    }

    .dashbaoard_renter_properties>div {
        width: 100%;
    }

    .dashbaoard_renter_properties .faq_question {
        margin-block: 0;
    }
}

/* Eviction css */

.eviction {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    left: -8rem;
    /* bottom: 2rem; */
    top: 30px;
}

.eviction .skip-btn {
    position: absolute;
    top: 7.7rem;
    right: 5rem;
    background: var(--green);
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding: 1.3rem 2.4rem;
    border-radius: 10rem;
    border: 1px solid #15810c;
    cursor: pointer;
    transition: 0.3s ease background;
}

.eviction .skip-btn:hover {
    background: var(--green2);
}

.eviction .content-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 100%;
}

.eviction .content-box .form-box {
    width: 80%;
}

.eviction .content-box .form-box h2 {
    color: var(--black2);
    font-weight: 700;
    font-size: 3.2rem;
    margin-bottom: 0.8rem;
    display: inline-block;
    line-height: 4rem;
    letter-spacing: -1%;
}

.eviction .content-box .form-box p {
    color: var(--black2);
    font-weight: 500;
    font-size: 1.6rem;
    display: inline-block;
    opacity: 50%;
    margin-bottom: 3.2rem;
}

.eviction .content-box .form-box .input-box {
    margin-bottom: 4.6rem;
}

.eviction .content-box .form-box .input-box span {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    display: inline-block;
    color: var(--black2);
    font-weight: 500;
}

.eviction .content-box .form-box .input-box input {
    width: 100%;
    padding: 1.2rem 1.6rem;
    outline: none;
    font-weight: 500;
    border: 0.1rem solid #eee;
    outline: 0.1rem solid #eee;
    font-size: 1.6rem;
    color: var(--black2);
    background: transparent;
    border-radius: 0.8rem;
}

/* .eviction .content-box .form-box .input-box input[type="email"],
.eviction .content-box .form-box .input-box input[type="textarea"] {
    opacity: .5;
} */

.eviction .content-box .form-box .input-box input[type="submit"] {
    background: var(--yellow2);
    color: var(--black);
    outline: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    margin: 3.2rem 0;
    padding: 1.2rem 2.4rem;
    border-radius: 10rem;
    transition: 0.2s linear background;
}

textarea {
    width: 100%;
    padding: 1.2rem 3.6rem;
    outline: none;
    font-weight: 500;
    border: 0.1rem solid #eee;
    outline: 0.1rem solid #eee;
    font-size: 1.6rem;
    color: var(--black2);
    background: transparent;
    border-radius: 0.8rem;
}

.eviction .content-box .form-box input[type="checkbox"] {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
}

.eviction .content-box .form-box .input-box input[type="submit"]:hover {
    background: var(--yellow);
}

/* .eviction .img-box {
    position: relative;
    width: 40%;
    height: 40%;
}

.eviction .img-box img {
    position: absolute;
    top: 8rem;
    left: -2rem;
    width: 90%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
} */

@media (max-width: 768px) {
    .eviction .img-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .eviction .content-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .eviction .content-box .form-box {
        width: 100%;
        padding: 3rem;
        background: var(--white);
        margin: 0rem 1rem;
        border-radius: 1rem;
    }
}

.eviction .img-box {
    display: flex;
    flex-direction: column;
    border: 0.2rem solid #eee;
    box-shadow: rgba(100, 100, 111, 0.2) 0 0.7rem 2.9rem 0;
    border-radius: 0.6rem;
    height: 50%;
}

.eviction .img-box img {
    width: 34rem;
    height: 20rem;
    border-radius: 0.2rem;
    /* top: 8rem; */
    /* position: absolute; */
    top: 8rem;
    /* left: -2rem; */
    /* width: 90%; */
    /* height: 100%; */
    border-radius: 10px;
}

.eviction .img-box .box-content {
    padding: 1.5rem 0 1rem 1.5rem;
    line-height: 1.4;
}

.eviction .img-box .box-content h3 {
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--black2);
}

.eviction .img-box .box-content span {
    font-size: 1.45rem;
    color: #454545;
}

.eviction .img-box .box-content p {
    font-size: 1.25rem;
    color: #8d8d8d;
}

/* notification css */
/* Notification */
.notification li {
    background-color: var(--color-ternary);
    border-radius: 50px;
    margin-top: 1.5rem;
    padding: 1rem 3rem;
    align-items: center;
    gap: 2rem;
}

.notification .noti_no2 {
    margin-left: 170px;
}

.notification .noti_no3 {
    margin-left: 280px;
}

/* .active {
    padding: 10px 10rem;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background-color: var(--color-highlighter);
} */

.notification-svg {
    text-align: center;
    position: relative;
    /* border: #1C1C1C solid 2px; */
}

.notification-text {
    text-align: center;
    margin-top: 70px;
}

.notification-text .text1 {
    margin-top: 60px;
    color: #1c1c1c;
    font-family: Archivo;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.08px;
}

.notification-text .text2 {
    margin-top: 60px;
    color: #1c1c1c;
    font-family: Archivo;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.08px;
}

.notification-text .text3 {
    font-size: 18px;
    color: var(--color-grey);
}

.notification-text-container {
    padding: 100px;
}

/* messanger */

.messanger-svg {
    text-align: center;
    position: relative;
    /* border: #1C1C1C solid 2px; */
}

.messanger-text {
    text-align: center;
    margin-top: 70px;
}

.messanger-text .text1 {
    margin-top: 60px;
    color: #1c1c1c;
    font-family: Archivo;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.08px;
}

.messanger-text .text2 {
    margin-top: 60px;
    color: #1c1c1c;
    font-family: Archivo;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.08px;
}

.messanger-text .text3 {
    font-size: 18px;
    color: var(--color-grey);
}

.messanger-text-container {
    padding: 100px;
}

/* notification-details */

.text-notification li.flex.see {
    background-color: #f5f4f899;
}

.text-notification li:hover {
    background-color: #f5f4f899;
}

.text-notification li {
    background-color: #ebebeb;
    border-radius: 10px;
    margin-top: 1.5rem;
    padding: 1rem 3rem;
    align-items: center;
    gap: 2rem;
}

.text-notification li img {
    border-radius: 50%;
}

.text-notification li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.text-notification .time {
    font-size: 14px;
    font-weight: lighter;
    color: var(--color-grey);
}

.text-notification .highlighter {
    font-size: 2.2rem;
    font-weight: bolder;
    color: var(--color-accent);
}

.text-notification .receiver_name {
    color: #535353;
    padding: 7px 1px;
}

.day {
    color: #1c1c1c;
    font-family: Archivo;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.562px;
    padding: 55px 1px 1px 4px;
}

/* messanger-details */

.column {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.day1 li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.day1 .highlighter {
    font-size: 2.2rem;
    font-weight: bolder;
    color: var(--color-accent);
    padding: 30px 1px 2px 30px;
}

.day1 .time {
    font-size: 14px;
    font-weight: lighter;
    color: #535353;
    padding: 1px 1px 2px 30px;
}

.message-details li {
    background-color: var(--color-ternary);
    border-radius: 10px;
    margin-top: 1.5rem;
    padding: 16.7rem 3rem;
    align-items: center;
    height: 50%;
    /* gap: 2rem; */
}

/* Profile css */
:root {
    --color-bg: #fff;
    --color-primary: #111;
    --color-accent: #478534;
    --color-ternary: #f5f4f8;
    --color-grey: #a4a4a4;
    --color-highlighter: #fef66b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100vw;
    overflow-x: hidden;
    font-family: "Archivo", sans-serif;
    font-size: 16px;
}

h6 {
    font-size: 1.1rem;
}

a {
    color: inherit;
    text-decoration: none;
}

i {
    cursor: pointer;
}

p {
    line-height: 1.7;
}

.profile-logout-btn {
    color: #478534;
    background-color: transparent;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 5rem auto 1rem;
    display: block;
}

.flex {
    display: flex;
}

.highlighter {
    color: var(--color-accent);
}

.breadcrumb {
    display: flex;
    align-items: center;
    color: var(--color-grey);
    margin-block: 1rem;
}

.active_breadcrumb {
    color: var(--black2);
}

.branding {
    text-align: center;
    margin-right: 1.1rem;
}

.branding span {
    font-size: 12px;
    font-weight: bolder;
}

.container {
    padding-right: calc(var(--paddding-inline) / 2);
    /* min-width: 156rem; */
}

.container .right {
    padding: 3rem;
    flex: 1;
}

.person-avatar {
    text-align: center;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.person-avatar img {
    width: 11.4rem;
    height: 11.4rem;
    border-radius: 10rem;
    object-fit: cover;
}

.person-avatar h4 {
    color: var(--black2);
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -0.086px;
    line-height: 0.5;
    margin-top: 1rem;
}

.person-avatar p {
    color: var(--gray);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 1.5;
}

.profile-edit-features {
    gap: 1.5rem;
    flex-wrap: wrap;
}

.profile-edit-features {
    padding: 2px;
}

.profile-edit-features>div {
    color: var(--gray);
    font-size: 1.4rem;
    width: calc(calc(100% - 3rem) / 3);
    gap: 1rem;
    padding: 1.2rem 1rem;
    border-radius: 6px;
    background: var(--color-bg);
    box-shadow: 0px 3px 4px 0px rgba(153, 155, 168, 0.15);
}

.profile-edit-features i {
    font-size: 2.2rem;
    text-align: center;
    line-height: 48px;
    color: var(--color-accent);
    border-radius: 8px;
    background: linear-gradient(0deg, #f1fff0 0%, #f1fff0 100%), #fff;
    height: 48px;
    aspect-ratio: 1/1;
    border-radius: 8px;
}

.profile-edit-features h5 {
    color: #3a3335;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
}

/* Edit Profile */
.contact-us form,
.edit-password form {
    width: 534px;
    margin-inline: auto;
}

.edit-profile form {
    width: 50%;
}

.input-container {
    margin-block: 8px;
    position: relative;
}

.input-container .fa-eye {
    color: var(--color-accent);
    position: absolute;
    bottom: 4.4rem;
    right: 1rem;
}

.edit-password .input-container {
    margin-block: 32px !important;
}

.edit-profile form label,
.edit-password form label {
    cursor: auto;
    color: var(--black2);
    font-size: 14px;
    font-weight: 500;
}

.contact-us form input,
.contact-us textarea,
.edit-profile form input,
.edit-password form input {
    padding: 10px;
    border: 2px solid var(--color-ternary);
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
}

.contact-us form input::placeholder,
.contact-us textarea,
.edit-profile form input::placeholder,
.edit-password form input::placeholder {
    font-size: 16px;
    color: var(--color-grey);
}

.edit-profile button,
.edit-password button {
    margin-top: 40px;
    width: calc(50% - 32px);
}

.contact-us .btn-secondary,
.edit-profile .btn-secondary,
.edit-password .btn-secondary {
    margin-left: auto;
}

/* Notifications */
.profile-notifications ul {
    width: 660px;
    margin: 3rem auto 1rem;
}

.profile-notifications li {
    margin-block: 6px 19px;
}

.profile-notifications .highlighter {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.profile-notifications li .flex {
    justify-content: space-between;
}

.profile-notifications li i {
    color: var(--color-highlighter);
    font-size: 24px;
}

.profile-notifications li p {
    margin-bottom: 2rem;
    line-height: 1.4;
}

/* Contact Us */
.contact-us-container .container {
    padding-right: 0 !important;
}

.contact-us-container .container .right {
    margin-block-start: 3rem;
}

.contact-us-container>div>img {
    height: 100%;
}

.contact-us-container form {
    margin-block: 3rem;
}

.contact-us button {
    width: 100%;
    margin-top: 4rem;
}

.contact-us input,
.contact-us textarea {
    text-indent: 4ch;
}

.contact-us i {
    color: var(--color-accent);
    position: absolute;
    left: 1rem;
    bottom: 12px;
}

.contact-us .fa-clipboard-list {
    top: 42px;
}

/* Media Queries */
@media (max-width: 550px) {

    .contact-us form,
    .edit-profile form,
    .edit-password form {
        width: 534px;
        margin-inline: auto;
    }
}

@media (max-width: 600px) {

    .contact-us form,
    .edit-profile form,
    .edit-password form {
        width: 95%;
        margin-inline: auto;
    }

    .contact-us form>.flex,
    .edit-profile form>.flex,
    .edit-password form>.flex {
        flex-direction: column;
    }

    .contact-us form>.flex button,
    .edit-profile form>.flex button,
    .edit-password form>.flex button {
        width: 100%;
        margin-block: 10px;
    }
}

@media (max-width: 1024px) {
    .container {
        gap: 0 !important;
    }

    .left {
        display: none;
    }

    .profile-edit-features>div {
        width: 100%;
        background-color: var(--color-ternary);
    }

    .profile-edit-features i {
        background-color: #f1fff0;
    }

    .profile-logout-btn {
        margin: 1rem auto;
    }

    .profile-notifications ul {
        width: 95%;
        margin: 3rem auto 1rem;
    }

    .profile-notifications ul li {
        background-color: var(--color-ternary);
        padding: 1.5rem 1rem;
        border-radius: 10px;
    }

    .profile-notifications li p {
        margin-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .container .right .actions .flex {
        padding-inline: 0;
    }

    .contact-us-container .container {
        flex: 1;
    }

    .contact-us-container .container .right {
        margin-block-start: 1rem;
        padding-top: 2rem;
        flex: 1;
        width: 100%;
    }

    .contact-us-container>div>img {
        display: none;
    }

    .contact-us-container .container .right form {
        margin-inline: auto;
    }
}

@media (max-width: 1250px) {
    section nav {
        padding-inline: 3rem;
    }
}

/* messanger css */
.container .right {
    padding: 3rem;
    flex: 1;
}

.messenger-box .heading {
    font-weight: bolder;
    line-height: 75px;
    height: 75px;
}

.chatUserList::-webkit-scrollbar {
    width: 0px !important;
    /* Width of the scrollbar */
    border-radius: 48rem;
}

::-webkit-scrollbar {
    width: 6px;
    /* Width of the scrollbar */
    border-radius: 48rem;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
    /* Color of the track */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the scrollbar handle */
    border-radius: 48rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Color of the scrollbar handle on hover */
}

.chatUserList {
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.people-list {
    width: 25%;
}

.active-people-list {
    background-color: var(--color-ternary);
}

.people-list li {
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid var(--color-ternary);
    padding: 10px 1rem;

    /*border-bottom-left-radius: 10px;*/
    margin: 1px;
    border-radius: 12px 0 0 12px;
}

.people-list li img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.people-list li>div {
    display: inline-block;
}

.people-list li h6 {
    color: var(--color-accent);
}

.people-list li p {
    font-size: 12px;
    color: var(--color-grey);
}

.chatbox {
    border: 2px solid var(--color-ternary);
    border-radius: 10px;
    background-color: var(--color-ternary);
    flex: 1;
}

.chatbox-current-person {
    background-color: var(--color-bg);
    padding: 10px 3rem;
}

.chatbox-current-person img {
    width: 55px;
    height: 55px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}

.chatbox-current-person {
    align-items: center;
    gap: 1rem;
}

.chatbox-current-person i {
    height: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-left: auto;
    box-shadow: 0 2px 3px #dedede;
}

.chatbox-current-person p {
    line-height: 1.2;
}

.chatbox .chats {
    height: 80vh;
    position: relative;
    /* overflow: auto; */
}

.chatbox .chats form {
    width: 100%;
    position: sticky;
    left: 0;
    bottom: 0rem;
    /* border: 1px solid; */
    background: #f5f4f8;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.chatbox .chats form input {
    width: 88%;
    display: block;
    margin-inline: auto;
    border: none;
    padding: 1.7rem 3rem;
    padding-right: 0px;
    border-radius: 100vw;
}

.chatbox .chats form>div {
    width: 80%;
    margin-inline: auto;
    position: relative;
    background-color: white;
    border-radius: 100vw;
    overflow: hidden;
}

.chatbox .chats form .fa-camera,
.chatbox .chats form .fa-paperclip,
.chatbox .chats form .fa-paper-plane {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.chatbox .chats form .fa-camera,
.chatbox .chats form .fa-paperclip {
    left: 1.7rem;
}

.chatbox .chats form .fa-paper-plane {
    color: var(--color-bg);
    background-color: var(--color-accent);
    height: 47px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    /* line-height: 40px; */
    text-align: center;
    right: 1rem;
    top: 0.60rem;
}

/* footer css */
.footer .footer-container {
    background: var(--black3);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    padding: 4rem;
    /* margin-top: -4.1rem; */
}

.footer .footer-container .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 2.3;
    max-height: 100%;
}

.footer .footer-container .footer-logo .f-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.footer .footer-container .footer-logo img {
    width: 22rem;
    height: auto;
    margin-bottom: -16px;
}

.footer .footer-container .footer-logo span {
    color: var(--white);
    font-size: 3rem;
    font-weight: 700;
}

.footer .footer-container .footer-logo .social {
    display: flex;
    flex-direction: column;
}

.footer .footer-container .footer-logo .social span {
    font-size: 1.4rem;
    font-weight: 600;
}

.footer .footer-container .footer-logo .connect {
    display: flex;
    flex-direction: column;
    height: 15vh;
}

.footer .footer-container .footer-logo .social .social-links {
    display: flex;
    gap: 1rem;
}

.footer .footer-container .footer-logo .social .social-links a i {
    color: var(--white);
    font-size: 1.4rem;
}

.footer .footer-container .footer-logo .contact .contact-links {
    display: flex;
    gap: 1rem;
}

.footer .footer-container .footer-logo .contact {
    display: flex;
    flex-direction: column;
    height: 50%;
}

.footer .footer-container .footer-logo .contact .contact-links a i {
    color: var(--white);
    font-size: 1.4rem;
}

.footer .footer-container .footer-logo .contact span {
    font-size: 1.4rem;
    font-weight: 600;
}

.footer .footer-container .footer-links {
    line-height: 2.2;
    display: flex;
    flex-direction: column;
    height: 50%;
}

.footer .footer-container .footer-links h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--white);
}

.footer .footer-container .footer-links .links {
    display: flex;
    flex-direction: column;
}

.footer .footer-container .footer-links .links a {
    color: var(--white);
    font-size: 1.4rem;
}

.footer .footer-container .newsletter {
    display: flex;
    flex-direction: column;
    line-height: 2.5;
    height: 50%;
}

.footer .footer-container .newsletter h3 {
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 700;
}

.footer .footer-container .newsletter p {
    color: var(--white);
    font-size: 1.4rem;
}

.footer .footer-container .newsletter form {
    display: flex;
    align-items: center;
    width: 100%;
}

.footer .footer-container .newsletter form input {
    border: none;
    padding: 1rem 6rem;
    margin: 0.5rem 0;
    background: transparent;
    outline: 0.2rem solid var(--gray);
    border-radius: 5rem 0 0 5rem;
    color: var(--white);
    padding-left: 2rem;
    width: 100%;
    font-size: 1.4rem;
}

.footer .footer-container .newsletter form input::placeholder {
    color: var(--white);
    font-size: 1.4rem;
    opacity: 0.7;
}

.footer .footer-container .newsletter form .footer-btn input {
    background: var(--yellow2);
    color: var(--black2);
    font-size: 1.4rem;
    font-weight: 700;
    transition: 0.3s ease background;
    cursor: pointer;
    outline: none;
    border-radius: 0 5rem 5rem 0;
    padding: 1.2rem 6rem;
    width: 100%;
}

.footer .footer-container .newsletter form .footer-btn input:hover {
    background: var(--yellow);
}

.footer .copyright {
    width: 100%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2rem 0;
}

.footer .copyright .left span {
    color: var(--gray);
    font-size: 1.4rem;
    font-weight: 700;
}

.footer .copyright .left {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.footer .copyright .left .copy-links {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.footer .copyright .left .copy-links a {
    color: var(--black2);
    font-size: 1.4rem;
    font-weight: 700;
}

.footer .copyright .right {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.footer .copyright .right a {
    color: var(--gray);
    font-size: 1.4rem;
    font-weight: 700;
}

/* media queries */

@media (max-width: 768px) {
    .footer .footer-container {
        flex-direction: column;
    }

    .footer .footer-container .connect {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer .footer-container .footer-links .links {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        column-gap: 3rem;
        row-gap: 1rem;
    }

    .footer .footer-container .footer-links {
        margin: 3rem 0;
    }

    .footer .copyright {
        flex-direction: column;
        gap: 2rem;
    }

    .footer .copyright .left {
        flex-direction: column;
        gap: 1rem;
    }

    .footer .copyright .left .copy-links {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .footer .copyright .right {
        padding: 2rem 0;
    }
}

@media (max-width: 450px) {
    .footer .footer-container .newsletter form input {
        padding: 1rem 2rem;
    }

    .footer .footer-container .newsletter form .footer-btn input {
        padding: 1.2rem 3.5rem;
    }
}

/* my requests css  start*/

:root {
    --white: #fff;
    --green: #4c8f38;
    --green2: #0f310c;
    --green3: #4a8e35;
    --green4: #9bcb8c;
    --green5: #376a28;
    --yellow: #e2d600;
    --yellow2: #fff76b;
    --yellow3: #fffcca;
    --black: #000;
    --black2: #1c1c1c;
    --black3: #1e1e1e;
    --black4: #2c3c4d;
    --gray: #535353;
    --gray2: #8c959f;
    --light-green: #e1f9da;
}

.my_requests {
    background: var(--white);
    padding: 0 8%;
    width: 100%;
    margin: 2% 0 7rem 0;
}

.my_requests .myrequests-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}

.my_requests .myrequests-container .path {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--black2);
    font-size: 1.6rem;
    font-weight: 500;
}

.my_requests .myrequests-container .path span {
    opacity: 0.5;
}

.my_requests .myrequests-container .path span i {
    font-size: 1.2rem;
}

.my_requests .myrequests-container h2 {
    color: var(--black2);
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -0.32px;
}

.my_requests .myrequests-container .search-box .input-box {
    position: relative;
    height: 5.5rem;
    background: #f5f4f8;
    border-radius: 2.6rem;
}

.my_requests .myrequests-container .search-box .input-box img,
.my_requests .myrequests-container .search-box .input-box .mic-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.my_requests .myrequests-container .search-box .input-box img {
    width: 2.6rem;
    height: 2.6rem;
    left: 1.3rem;
}

.my_requests .myrequests-container .search-box .input-box input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;

    font-weight: 400;
    color: var(--gray);
    letter-spacing: 0.48px;
    background: transparent;
    padding: 0 20rem 0 5rem;

    font-family: Archivo;
    font-size: 16px;
    font-style: normal;

    line-height: normal;
}

.my_requests .myrequests-container .search-box .input-box .mic-button {
    right: 1.3rem;
    border: none;
    background: transparent;
    padding: 1.6rem 2.6rem;
    cursor: pointer;
    border-left: 0.15rem solid rgba(0, 0, 0, 0.2);
}

.my_requests .myrequests-container .action-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 4%;
}

.my_requests .myrequests-container .action-btns button {
    border: none;
    background: none;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.6rem 1.8rem;
    width: 100%;
    border-radius: 3.8rem;
    border: 0.1rem solid var(--green);
    cursor: pointer;
    text-align: center;
}

.my_requests .myrequests-container .action-btns .o-btn {
    background: var(--green);
    color: var(--white);
}

.my_requests .myrequests-container .action-btns .c-btn,
.my_requests .myrequests-container .action-btns .d-btn {
    background: transparent;
    color: var(--green);
    transition: 0.3s ease-in-out background;
}

.my_requests .myrequests-container .action-btns .c-btn:hover,
.my_requests .myrequests-container .action-btns .d-btn:hover {
    background: var(--light-green);
}

.my_requests .myrequests-container .main-content .show-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 8% 0;
    gap: 2rem;
}

.my_requests .myrequests-container .main-content .show-content span {
    background: var(--yellow2);
    width: 11rem;
    height: 11rem;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 6rem;
}

.my_requests .myrequests-container .main-content .show-content span img {
    width: 4rem;
    height: 4rem;
}

.my_requests .myrequests-container .main-content .show-content h4 {
    color: var(--black2);
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 1.08px;
    width: 43rem;
    text-align: center;
}

.my_requests .myrequests-container .main-content .show-content p {
    color: var(--gray);
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.54px;
}

.my_requests .myrequests-container .main-content .chat {
    position: absolute;
    bottom: 0;
    right: 1%;
    background: var(--yellow2);
    padding: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.my_requests .myrequests-container .main-content .chat img {
    width: 2.8rem;
    height: 2.8rem;
}

/* ongoing css */
.my_requests .myrequests-container .main-content .data-box-container {
    position: relative;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.my_requests .myrequests-container .main-content .data-box-container .data-box {
    border-radius: 0.8rem;
    background: var(--white);
    width: 31.5%;
}

.my_requests .myrequests-container .main-content .data-box-container .data-box .data-details {
    border-bottom: 0.2rem solid #eee;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1rem 0;
}

.my_requests .myrequests-container .main-content .data-box-container .data-box img {
    width: 100%;
    height: 20rem;
    border-radius: 0.8rem 0.8rem 0 0;
}

.my_requests .myrequests-container .main-content .data-box-container .data-box .bottom-data {
    border-bottom: 0.2rem solid #eee;
    border-left: 0.2rem solid #eee;
    border-right: 0.2rem solid #eee;
    width: 100%;
    border-radius: 0 0 0.8rem 0.8rem;
    padding: 3rem 2rem 0 2rem;
}

.my_requests .myrequests-container .main-content .data-box-container .data-box .data-details h3 {
    color: var(--black2);
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -1px;
}

.my_requests .myrequests-container .main-content .data-box-container .data-box .data-details h3 span {
    font-size: 1.4rem;
    font-weight: 500;
    opacity: 0.5;
}

.my_requests .myrequests-container .main-content .data-box-container .data-box .data-details p {
    font-size: 1.6rem;
    color: var(--black2);
    font-weight: 500;
    opacity: 0.5;
}

.my_requests .myrequests-container .main-content .data-box-container .data-box .data-status {
    padding: 2rem 0;
}

.my_requests .myrequests-container .main-content .data-box-container .data-box .data-status p {
    color: var(--black2);
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.54px;
}

.my_requests .myrequests-container .main-content .data-box-container .data-box .data-status p span {
    color: var(--green);
}

.my_requests .myrequests-container .main-content .data-box-container .data-box .data-status p .p-status {
    color: #e38800;
}

/* completed css */

.my_requests .myrequests-container .action-btns .c-btn-c {
    background: var(--green);
    color: var(--white);
}

.my_requests .myrequests-container .action-btns .o-btn-c,
.my_requests .myrequests-container .action-btns .d-btn-c {
    background: transparent;
    color: var(--green);
    transition: 0.3s ease-in-out background;
}

.my_requests .myrequests-container .action-btns .o-btn-c:hover,
.my_requests .myrequests-container .action-btns .d-btn-c:hover {
    background: var(--light-green);
}

/* declined css */

.my_requests .myrequests-container .action-btns .d-btn-d {
    background: var(--green);
    color: var(--white);
}

.my_requests .myrequests-container .action-btns .o-btn-d,
.my_requests .myrequests-container .action-btns .c-btn-d {
    background: transparent;
    color: var(--green);
    transition: 0.3s ease-in-out background;
}

.my_requests .myrequests-container .action-btns .o-btn-d:hover,
.my_requests .myrequests-container .action-btns .c-btn-d:hover {
    background: var(--light-green);
}

/* my requests css end */

/* change password css starts */
.change-pass {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
}

.change-pass .back-btn {
    position: absolute;
    top: 4rem;
    left: 5rem;
    font-size: 2rem;
    background: var(--white);
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 4px 10px 0px #0000000f;
    cursor: pointer;
}

.change-pass .content-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

.change-pass .content-box .form-box {
    width: 50%;
}

.change-pass .content-box .form-box h2 {
    color: var(--black2);
    font-weight: 700;
    font-size: 3.2rem;
    margin-bottom: 0.8rem;
    display: inline-block;
    line-height: 4rem;
    letter-spacing: -1%;
}

.change-pass .content-box .form-box p {
    color: var(--black2);
    font-weight: 500;
    font-size: 1.6rem;
    display: inline-block;
    opacity: 50%;
    margin-bottom: 3.2rem;
}

.change-pass .content-box .form-box .input-box {
    margin-bottom: 1.6rem;
}

.change-pass .content-box .form-box .input-box span {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    display: inline-block;
    color: var(--black2);
    font-weight: 500;
}

.change-pass .content-box .form-box .input-box input {
    width: 100%;
    padding: 1.2rem 1.6rem;
    outline: none;
    font-weight: 500;
    border: 0.1rem solid #eee;
    outline: 0.1rem solid #eee;
    font-size: 1.6rem;
    color: var(--black2);
    background: transparent;
    border-radius: 0.8rem;
}

.change-pass .content-box .form-box .input-box .pass {
    position: relative;
}

.change-pass .content-box .form-box .input-box .pass i {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 2rem;
    color: var(--green);
}

.change-pass .content-box .form-box .input-box input[type="email"],
.change-pass .content-box .form-box .input-box input[type="password"] {
    opacity: 0.5;
}

.change-pass .content-box .form-box .input-box input[type="submit"] {
    background: var(--green);
    color: var(--white);
    outline: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    margin-top: 3.2rem;
    padding: 1.2rem 2.4rem;
    border-radius: 10rem;
    transition: 0.2s linear background;
}

.change-pass .content-box .form-box .input-box input[type="submit"]:hover {
    background: var(--green5);
}

.change-pass .img-box {
    position: relative;
    width: 50%;
    height: 100%;
}

.change-pass .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.change-pass-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 3%;
    border-radius: 50%;
    z-index: 1;
}

.change-pass-logo span {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--black2);
    margin-top: -1.3rem;
}

.change-pass-logo img {
    width: 10rem;
    height: 10rem;
}

@media (max-width: 768px) {
    .change-pass .img-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .change-pass .back-btn {
        z-index: 1;
        top: 7.7rem;
        left: 5rem;
    }

    .change-pass .content-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .change-pass .content-box .form-box {
        width: 100%;
        padding: 3rem;
        background: var(--white);
        margin: 0rem 1rem;
        border-radius: 1rem;
    }
}

/* change password css end */

/* Location page css starts */
.location {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
}

.location .back-btn {
    position: absolute;
    top: 4rem;
    left: 5rem;
    font-size: 2rem;
    background: var(--white);
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 4px 10px 0px #0000000f;
    cursor: pointer;
}

.location .content-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

.location .content-box .form-box {
    width: 50%;
}

.location .content-box .form-box .input-area {
    position: relative;
}

.location .content-box .form-box i {
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.6rem;
    color: var(--green);
}

.location .content-box .form-box h2 {
    color: var(--black2);
    font-weight: 700;
    font-size: 3.2rem;
    margin-bottom: 0.8rem;
    display: inline-block;
    line-height: 4rem;
    letter-spacing: -1%;
}

.location .content-box .form-box p {
    color: var(--black2);
    font-weight: 500;
    font-size: 1.6rem;
    display: inline-block;
    opacity: 50%;
    margin-bottom: 3.2rem;
    line-height: 2.4rem;
}

.location .content-box .form-box .input-box span {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    display: inline-block;
    color: var(--black2);
    font-weight: 500;
}

.location .content-box .form-box .input-box input {
    width: 100%;
    padding: 1.2rem 1.6rem 1.2rem 3.6rem;
    outline: none;
    font-weight: 500;
    border: 0.1rem solid #eee;
    outline: 0.1rem solid #eee;
    font-size: 1.6rem;
    color: var(--black2);
    background: transparent;
    border-radius: 0.8rem;
}

.location .content-box .form-box .input-box input[type="text"] {
    opacity: 0.5;
}

.location .content-box .form-box .input-box input[type="submit"] {
    background: var(--green);
    color: var(--white);
    outline: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    margin-top: 3.2rem;
    padding: 1.2rem 2.4rem;
    border-radius: 10rem;
    transition: 0.2s linear background;
}

.location .content-box .form-box .input-box input[type="submit"]:hover {
    background: var(--green5);
}

.location .img-box {
    position: relative;
    width: 50%;
    height: 100%;
}

.location .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location .img-box .l-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25.4rem;
    height: 25.4rem;
    transform: translate(-50%, -50%);
    background: transparent;
}

.location-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 3%;
    border-radius: 50%;
    z-index: 1;
}

.location-logo span {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--black2);
    margin-top: -1.3rem;
}

.location-logo img {
    width: 10rem;
    height: 10rem;
}

@media (max-width: 768px) {
    .location .img-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .location .back-btn {
        z-index: 1;
        top: 7.7rem;
        left: 5rem;
        cursor: pointer;
    }

    .location .content-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .location .content-box .form-box {
        width: 100%;
        padding: 3rem;
        background: var(--white);
        margin: 0rem 1rem;
        border-radius: 1rem;
    }
}

/* Location page css ends */