.component_status_selector_drop .component_status_element {
    margin-bottom: 14px;
}

.component_status_selector_drop ._icon {
    display: none;
}

.component_status_selector_drop {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 23px;
    border-radius: 1.5rem;
    margin-top: 68px;
    box-shadow: 2px 2px 20px #0000002b;
    z-index: 20;
}

.opacity-transition{
    transition: opacity 0.3s;
}

.component_status_selector {
    max-width: 302px;
    cursor: pointer;
}


.component_status_element .cols {
    xpadding: 0px;
    height: auto;
}

.component_status_element .rect {
    width: 30px;
    height: 30px;
    background: #2400FF;
    border-radius: 7px;
}

.component_status_element {
    color: #000000;

}


.tableStorySide td:first-child {
    opacity: 0.5 !important;
    padding: 10px 0px;
    min-width: 117px;
    padding-right: 5px;
}


.tableStorySide {
    font-size: 14px;
}

.component_user_selector {
    cursor: pointer;
}

.component_user_selector > .row > span {
    padding-right: 10px;
    padding-left: 0px;
}

.component_user_selector b {
    display: block;
}

.component_user_selector svg {
    display: block;
    float: left;
    height: 1.6em;

}

.rectBase {
    width: 15px;
    height: 15px;
    left: 22px;
    top: 17px;
    display: block;
    float: left;
    background: #B8EFFD;
    border-radius: 4px;
    margin-right: 10px;
}
