.scenario-stop-dialog-content {
    margin-left: 50px;
    margin-top: 20px!important;
}
.scenario-add-reason-btn {
    position: absolute;
    right: 0;
    color: #25aae1;
}
.stop-cause-linker {
    min-width: 450px;
}

.stop-cause-detail-input {
    min-width: 450px;
}

.reason-stop-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.reason-stop-select-header
{
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    width: 100%; }

    .reason-stop-select-header input
{
    border-style: none;
}
