.SearchRow {
    display: flex;

    &-fixed {
        padding: 20px 0;
        position: fixed;
        top: 0;
        width: inherit;
        z-index: 9999;
    }

    &-input {
        position: relative;
        width: 100%;

        .Icons-search {
            position: absolute;
            right: 10px;
            top: calc(50% - 8px);
        }
    }

    &-heading {
        color: $grey_600;
        font-weight: 500;
        padding: 5px 10px;
    }

    &-error,
    &-empty,
    &-loading {
        padding: 40px 60px;
        text-align: center;
    }

    .LoadingIndicator {
        transform: scale(0.5, 0.5);
    }

    .dropdown > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-right: none;
        border-top-right-radius: 0;
        height: $input-height;
    }

    .Select {
        &-control {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        &-clear-zone {
            margin-right: 30px;
        }
    }
}
