
.borderright a{
    display: flex;
    text-decoration: none;
    align-items: center;
}


#mobile_menu {
    display: none;
}
@media screen and (max-width:768px){
    #mobile_menu {
    display: block;
}

    #newpms .box1{
        display:none;
    }
    #newpms #offcanvasTop {
        height: auto;
    }
    #newpms .product_box {
        margin: 10px;
        justify-content: left;
    }
     #newpms  .product_flex.d-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* margin: 20px; */
    }
    #newpms .property_name_user_name .nav-link {
        padding: 0px;
    }
}

.box1 {
    background: #fff;
    text-align: center;
    padding: 10px 10px 20px 10px;
    display: flex;
    justify-content: space-between;
    /* border-top: 1px solid #4a4a4a; */
    /* border-bottom: 1px solid #4a4a4a; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 100px;
    flex-wrap: nowrap;
}

    #newpms .box1 img {
        width: 100%;
    }
    .borderright:hover .text_content {
    color: #fff;
}
.borderright:hover .currency {
    color: #fff;
}

    .borderright {
    border: 1px solid #808080;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0px;
    margin: 0px 5px;
    border-radius: 7px;
    cursor: pointer;
}

    .currency {
        color: #808080;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.1px;
        /* padding: 10px; */
        line-height: 25px;
    }

    .text_content {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.1px;
    /* padding: 10px; */
    /* position: relative; */
    line-height: 14px;
}

    .text_content p {
        margin: 1px;
    }

    /* .property:after {
    content: '';
    width: 2px;
    height: 31px;
    background: #fff;
    position: absolute;
    right: 181px;
    top: 4px;
} */
    .pms_operation {
        /* padding: 15px; */
        letter-spacing: 1.1px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        text-transform: capitalize;
    }

    .feature_box i.bx {
    font-size: 30px;
    color: #fff;
    background: #002b4f;
    border-radius: 32px;
    width: 46px;
    height: 46px;
    /* padding: 20px; */
    line-height: 43px;
    display: flex;
    justify-content: center;
    /* filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2)); */
    align-items: center;
}
#offcanvasTop i.bx {
    font-size: 30px;
    color: #fff;
    background: #002b4f;
    border-radius: 32px;
    width: 46px;
    height: 46px;
    /* padding: 20px; */
    line-height: 43px;
    display: flex;
    justify-content: center;
    /* filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2)); */
    align-items: center;
}

    #offcanvasTop {
    height: 200px;
}
.setting_heading:hover {
    background: #002b4f;
    transition: 0.2s;
    color: #fff;
}
.product_box a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.bx {
    margin-right: 7px;
}
.product_flex {
    display: grid;
    /* justify-content: start; */
    padding: 10px;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-column-gap: 20px;
}
.product_box {
    padding: 5px;
    /* font-size: 9px; */
    background: #c0c0c0;
    border-radius: 7px;
    color: #fff;
    letter-spacing: 1px;
    /* font-size: 10px; */
    width: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.offcanvas-header{
    color: #D4AF37;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.1px;
}

.product_heading {
    align-items: center;
    display: flex;
    margin: 5px;
    font-size: 14px;
}
/* #report{
    height: 200px
} */
.report_box {
    padding: 5px;
    /* font-size: 9px; */
    background: #808080;
    border-radius: 7px;
    color: #fff;
    letter-spacing: 1px;

}
.report_heading {
    align-items: center;
    display: flex;
    margin: 5px;
    font-size: 14px;
}
.report_flex {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.setting_heading {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px;
    cursor: pointer;
}
.img_box {
    width: 100%;
    display: flex;
    align-items: end;
}
.borderright:hover {
    color: #fff;
    background: #808080;
}





.footer_box {
    display: flex;
    justify-content: space-around;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1.1px;
    font-family: 'poppin', sans-serif;
    background: #808080;
    padding: 10px
}
.dirty_color:before {
    content: '';
    width: 15px;
    height: 15px;
    background: red;
    z-index: 11;
    position: absolute;
    border-radius: 50%;
    left: -18px;
    top: 1px;
}
.dirty_color {
    position: relative;
}
.clean_color:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #5EC25E;
    z-index: 11;
    position: absolute;
    border-radius: 50%;
    left: -18px;
    top: 1px;
}
.clean_color {
    position: relative;
}

.service_color:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #FF3C8C;
    z-index: 11;
    position: absolute;
    border-radius: 50%;
    left: -18px;
    top: 1px;
}
.service_color {
    position: relative;
}
.order_color:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #B95EC2;
    z-index: 11;
    position: absolute;
    border-radius: 50%;
    left: -18px;
    top: 1px;
}
.order_color {
    position: relative;
}
.footer_banner {
    display: flex;
    justify-content: end;
    color: #212529;
    letter-spacing: 1.1px;
    margin-top: 5px;
    background: transparent;
    padding: 10px;
    line-height: 6px;
    font-weight: 600;
    border: 1px solid #212529;
}
.footer_banner p {
    margin: 0px;
    font-size: 14px;
}
.status_heading {
    font-size: 14px;
}




/* location css */
#location .occupied{
    border: 4px solid green !important;
}
.multi_location {
display: flex;
flex-flow: column;
}
#location .side_location {
background: #FEFEFA;
height: 100vh;
padding: 10px;
/* display: flex; */
}
#location .location_btn {
padding: 10px;
color: #002b4f;
font-size: 14px;
text-transform: uppercase;
background: transparent;
font-weight: 500;
margin: 5px;
border: 2px solid #002b4f;
border-radius: 7px;
}
#location .heading_locations h4 {
font-size: 20px;
padding: 10px;
background: #808080;
color: #fff;
letter-spacing: 1px;
/* border-radius: 27px; */
cursor: pointer;
width: 200px;
text-align: center;
}
#location .heading_locations {
display: flex; 
justify-content: space-between;
font-size: 14px;
}
#location .room_box {
padding: 10px;
height: 100vh;
background: #FEFEFA;
border-left: 1px solid;
/* display: flex;
justify-content: space-between; */
}
#location .rooms_box_container {
display: grid;
grid-template-columns: auto auto auto auto auto;
grid-column-gap: 10px;
grid-row-gap: 10px;
padding-top: 10px;
}
#location .box1 {
background: transparent;
cursor: pointer;
display: flex;
/* height: 100px; */
align-items: center;
justify-content: space-around;
text-align: center;
}
#location .side_button button {
background: #808080;
border: none;
}
#location .side_button button:hover {
background: #808080;
border: none;
}
#location .room_parent_box{

}
#location .location {
text-align: center!important;
background: #808080;
padding: 10px;
color: #fff;
letter-spacing: 1px;
text-transform: capitalize;
font-size: 22px;
}
#location .room_no:before {
content: '';
width: 40px;
height: 40px;
background: #808080;
position: absolute;
z-index: -1;
top: -8px;
left: -11px;
border-radius: 50%;
}
#location .room_no {
position: relative;
z-index: 11;
color: #fff;
}
#location i.bx.bxs-door-open {
font-size: 40px;
color: #808080;
}
#location i.bx.bxs-bed {
font-size: 40px;
color: #808080;
}
#location .door_heading{
font-size: 14px;
text-align: center;
margin: 0px;
color: #808080;
letter-spacing: 2px;
font-weight: 600;
}
#location .bed_heading {
font-size: 14px;
text-align: center;
margin: 0px;
color: #808080;
letter-spacing: 2px;
font-weight: 600;
}
#location .c_name_and_status {
/* display: grid; */
/* grid-template-columns: repeat(auto-fill, minmax(100px, 4fr)); */
/* grid-gap: 128px; */
text-align: center;
/* grid-template-columns: 1fr 1fr; */
display: flex;
justify-content: space-around;
padding: 10px 0px;
}
#location .rooms_box {
border: 1px solid;
border-radius: 15px;
height: 80px;
padding: 10px;
}
#location .footer_box {
display: flex;
justify-content: center;
border: 1px solid #808080;
padding: 5px;
position: fixed;
bottom: 0;
background: #808080;
color: #fff;
z-index: 11;
}
#location .dirty_color:before {
content: '';
width: 15px;
height: 15px;
background: red;
z-index: 11;
position: absolute;
border-radius: 50%;
left: -20px;
top: 4px;
}
#location .dirty_color {
position: relative;
}
#location .clean_color:before {
content: '';
width: 15px;
height: 15px;
background: #5EC25E;
z-index: 11;
position: absolute;
border-radius: 50%;
left: -20px;
top: 4px;
}
#location .clean_color {
position: relative;
}

#location .service_color:before {
content: '';
width: 15px;
height: 15px;
background: #FF3C8C;
z-index: 11;
position: absolute;
border-radius: 50%;
left: -20px;
top: 4px;
}
#location .service_color {
position: relative;
}
#location .order_color:before {
content: '';
width: 15px;
height: 15px;
background: #B95EC2;
z-index: 11;
position: absolute;
border-radius: 50%;
left: -20px;
top: 4px;
}
#location .order_color {
position: relative;
}
#location i.bx.bx-search {
font-size: 30px;
padding: 5px;
color: #808080;
font-weight: 800;
cursor: pointer;
}
#location .search_box {
display: flex;
justify-content: end;
align-items: center;
}
#search {
width: 400px;
height: 44px;
border-radius: 9px;
border: 1px solid;
}
#location .rooms_box a {
text-decoration: none;
}
@media screen and (max-width: 768px) {

#location .location_btn {
padding: 5px;
font-size: 12px; 
margin: 5px;    
}
#location .rooms_box_container {
display: grid;
grid-template-columns: auto auto;
}
#location .heading_locations {
display: flex;
flex-direction: column;
}
#location .search_box {
display: flex;
justify-content: start;
align-items: center;
margin: 10px 0px;
}
#location .location {
padding: 5px;
font-size: 14px;
}
#search {
width: 100%;
}
#location .footer_box {
display: flex;
justify-content: space-around;
}
}
@media screen and (max-width: 767px){

#location .side_location {
background: #FEFEFA;
height: 80vh;
}
}