.entity__header {
    width: 100%;
    float: left;
    background: #e5f2fb;
    /* position: fixed; */
    z-index: 9;
    height: auto;
    display: flex;
    align-items: center;
    left: 285px;
    top: 0px;
}

.entity__header_width {
    width: 100%;
    float: left;
    display: grid;
    align-self: center;
}

.entity__header_bottom {
    width: 100%;
    float: left;
}

.entity__header_top {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    cursor: default;
    margin-bottom:6px;
    height:24px;
}
.entity__header_top .indent_title{
    margin-bottom:0px;
}

/* .entity__header_top h4 {
    margin: 0;
    color: #607794;
    font-family: 'Seravek-Bold';
    font-size: 18px;
    margin-right: 20px;
} */

.entity__header_bottom p {
    width: 100%;
    float: left;
    margin: 0px;
    font-family: 'Gordita-Regular';
    font-size: 10px;
    /* padding-top: 10px; */
    color: #000;
}



.entity__header_top svg {
    width: 12px;
    position: relative;
}

/* .entity__header_top span {
    font-size: 16px;
    margin: 0 auto;
} */

.intent_header_background {
    background: #e5f2fb;
    margin-left: 0;
    padding: 12px 20px;
    width: 100%;
    float: left;
    position: absolute;
    top: 65px;
    left: 0;
}

.default_entity p {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 0.5px solid #999;
    width: 100%;
    margin-bottom: 0px;
}
