footer,
.chat-bubble-section{
    display:none;
}
*{
    font-family: 'Open Sans', sans-serif;
}
.checkbox_btn_part .checkbox_btn i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 11px;
}
body{
    background:#f1f2f2!important;
    height:auto;
}
#html5colorpicker::before{
    content:unset !important;
}
.page_content .page_box .tabs_part .nav-tabs .nav-item .nav-link.active {
    border-bottom:0 !important;
}
#html5colorpicker{
    padding:2px !important;
    outline:none !important;
}
.btn-static.this__toggle.active {
    background: #a2a2a2;
}
.btn-static.this__toggle::before{
    content:unset;
}
.stafftab .appround {
    text-align: center;
    padding: 6px;
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 12px;
}
#staff-detail .detailbanner {
    height: 175px;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#staff-detail .detailbanner + .profile {
    position: relative;
    top: -38px;
}
#staff-detail .detailbanner + .profile h3.title {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0;
        margin-top: 5px;
    margin-top: 30px;
}
#staff-detail .detailbanner + .profile .logo {
    position: relative;
    left: -15px;
}
#staff-detail .detailbanner + .profile img {
    border: 3px solid #fff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.3);
}
.stafftab #staff-detail .logo .upload_img .uploadBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}
.stafftab #staff-detail .logo .upload_img {
    width: 92%;
    height: 92%;
    border-radius: 50%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.stafftab #staff-detail .logo {
    width: 75px;
    height: 75px;
    position: relative;
}
.stafftab #staff-detail .logo:hover .upload_img {
    display: block;
}
@media(min-width:768px) and (max-width:991px){
    .page_content .page_box .tabs_part .nav-tabs .nav-item .nav-link.active {
        border-bottom: 1px solid !important;
    }
}
@media(max-width:991px){
    .page_content .page_box .tabs_part .tabmenu {
        overflow-x: auto;
        overflow-y: hidden;
    }
    #staff-detail > div{
        margin-bottom:20px;
    }
    .tab-content .tab-pane > .row{
        margin:0 !important;
    }
    .tab-content .tab-pane > .row > div{
        padding:0 !important
    }
}