body {

    background-color: #f7f8f9;
    min-height: 700px;
}

.dashboard-page-title {
    z-index: 99;
    padding: 15px 30px;
    padding-left: 173px;
    border-bottom: 1px solid #d8dce1;
    top: 87px;
    width: 100%;
    position: fixed;
    background-color: white;

}

.bed-item-border{
    background-color: #8d898924;
}

.room-box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    position: relative;
}
.room-box .close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.bed-list li {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.bed-list li .close {
    float: none;
}
.bed-list li .close{
    top:3px;
}

.drop_btns button{
    width: max-content;
}

.user-dashboard-left {
    -webkit-box-shadow: inset -1px 0px 0px 0px #d8dce1;
    box-shadow: inset -1px 0px 0px 0px #d8dce1;
    background-color: #fff;
    width: 160px;
    z-index: 99;
    position: fixed;
    height: 100%;
    top: 83px;
}

.board-panel-item-active {
    background-color: rgba(84, 196, 217, 0.15);
}

.board-panel-menu a {
    color: #4f5962;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-family: Quicksand, sans-serif;
}

.board-panel-menu a {
    font-weight: 700;
    line-height: 50px;
}

.has-child ul {
    display: none;
}

.dashboard-area {
    padding-left: 160px;
    padding-top: 140px;
}

.block2 {
    margin: 15px;
    padding: 15px
}

.block3 {
    margin: 15px;
}

.admin-top-banner-btn {
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.admin-top-banner-btn {
    color: #85c341;
    border-color: #85c341;

    position: absolute;
}

.block-verify h3,
.block-verify p,
.block-verify .inner-block {
    padding: 10px;
}

.admin-top-banner-btn:hover {
    color: white;
    border-color: #85c341;
    background-color: #85c341;
}

.logo-dark-alternate1 {
    visibility: visible !important;
}

.logo-alternate1 {
    visibility: hidden !important;
}

.how_it_works_ul a {
    color: #44556d;
}

.how_it_works_ul a:hover {
    color: #8fbce5;
}

.background-header1 {
    background: rgba(250, 250, 250, 0.99) !important;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header3 {
    background: rgba(250, 250, 250, 0.99) !important;
    height: 115px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.block-title a {
    color: #44556d;
}

.profile-in-dashboard {
    width: 72px;
}

.button-profile {
    width: 30%;
    text-align: right;
}

.custom-actions .btn-action {    
    background: none;
    border: 1px solid;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    border-color: #7eabdb;
    padding: 8px;
    color: #7eabdb;
}

.custom-actions .btn-action:hover {
    background: #7eabdb;
    border: 1px solid;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    border-color: #7eabdb;
    padding: 8px;
    color: white;
}
.dashboard-message-table .custom-actions .btn-action {
    position: static !important;
}

.has-child i {
    margin-left: 10px;
}

.dashboard-sidebar {
    right: 15px;
    width: 340px;
    position: fixed;
}

.dashboard-with-sidebar .dashboard-content-area {
    padding: 0px 18px 30px 15px;
}

.dashboard-area-edit-profile {
    padding-left: 160px;
    padding-top: 57px;
}

/* --------------- */
.heading_flex,
.drop_btns{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px;
}
.drop_btns{
    margin-top: 20px !important;
    justify-content: flex-start;
    gap: 15px;
}
.bed-list li {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #ebebeb73;
    padding: 5px 10px;
    margin-bottom: 4px;
}
.drop_btns .form-control{
    width: 60%;
}

@media (max-width: 1000px) {

    .dashboard-area {
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 10px;
    }

    .table-block {
        overflow-x: auto;
        width: 100%;
    }

    .custom-actions-fav {
        display: flex;
    }

    .cont {
        margin-top: -4px;
        width: 114px;
        height: 39px;
        margin-left: 28px;
        background: #fbfbfb;
        border-radius: 50px;
        box-shadow: inset 0 0 10px 10px #f3f3f3;
        cursor: pointer;
    }

    .cont a {
        display: block;
        font-weight: 800;
        font-size: 13px;
        color: #7a7a7a;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border: transparent;
        letter-spacing: -0.5px;
        color: #4f5962 !important;
        font-weight: 700 !important;
        font-size: 10px !important;
        font-family: Quicksand, sans-serif;
    }

    .user-dashboard-left,
    .dashboard-page-title {
        display: none;
    }
    .dashboard-area-edit-profile {
        padding-left: 0px;
        padding-top: 0px;
    }
}
.user-dashboard-sidebar{
    right:36px;
}
.dashboard-content-area160{
	padding-top: 180px;
}