.reqs-filter-menu {
    margin-bottom: 30px;
}

.reqs-my-tasks-filter {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.reqs-my-tasks-filter-one {
    display: flex;
    margin-bottom: 5px;
}

.reqs-my-tasks-filter-one button:last-child {
    margin-left: 5px;
}


.reqs-group-filter_select-group {
    height: 150px;
    max-width: 350px;
    overflow-y: scroll;
    border: 1px solid #aeadad;
    border-radius: 10px;
    padding: 10px;
}

.reqs-group-filter_select-group::-webkit-scrollbar {
    width: 15px;
    border-radius: 10px;
}

.reqs-group-filter_select-group::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px 10px #aab0ff75;
    border: solid 3px transparent;
    border-radius: 10px;
}

.reqs-group-filter_select-group::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px 10px #EDEDF7;
    border: solid 3px transparent;
    border-radius: 10px;
}

.reqs-group-filter_select-group-item {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    /* border-top: 1px solid #aeadad;
    border-bottom: 1px solid #aeadad; */
}

.reqs-group-filter_select-group-item input {
    margin-right: 5px;
}

.reqs-group-filter select {
    padding: 5px;
    border-radius: 10px;
}

.req {
    border: 1px solid #2e35a82b;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.req-top {
    display: flex;
    justify-content: space-between;
}

.req-middle {
    display: flex;
}

.req-bottom {
    display: flex;
    justify-content: space-between;
}

.req-number {
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: space-between;
}

.req-sap {
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}

.req-status {
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    color:#14ac00;
    font-weight: bold;
}

.req-title {
    margin-left: 5px;
    margin-right: 5px;
}

.req-executor {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    border-radius: 10px;
}

.req-out-number {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    border-radius: 10px;
}

.req-group {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    width: 181px;
}

.req-sla {
    flex-basis: 135px;
    white-space: nowrap;
    font-weight: bold;
}

.mobile-version {
    display: none;
}

.req-info_item p:first-child {
    margin: 0;
    font-weight: bold;
}

@media screen and (max-width: 730px) {
    .req-group {
        display: none;
    }

    .req-executor {
        display: none;
    }
}


@media screen and (max-width: 520px) {
    .req-top {
        flex-direction: column;
    }

    .req-sla {
        flex-basis: 0;
    }

    .mobile-version {
        display: block;
    }

    .req-status {
        margin-left: 0;
        margin-top: 0;
        padding: 0;
    }

    .req-title {
        display: none;
    }

    .req-number {
        margin-left: 0;
    }

    .req-out-number {
        padding: 0;
        margin-left: 0;
    }

    .req-bottom {
        display: none;
    }
}


/* REQ INFO */

.req-info {
    border: 1px solid #aeadad;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.req-info_item-execute_to {
    color:#e40303;
    font-weight: bold;
}

.req-info_item-status {
    color:#14ac00;
    font-weight: bold;
}

.req-copy-number {
    position: relative;
}

.req-text-copied {
    visibility: hidden;
    background-color: #ffffff00;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: -60%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    width: 270px;
    height: 40px;
    transition: 0.5s all;
}

.req-text-copied p {
    margin-top: 8px;
    color: #00000000;
    transition: 0.5s all;
}

.req-text-copied-show {
    background-color: #fffffff5;
    width: 270px;
    height: 40px;
    border: 1px solid black;
    border-radius: 10px;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: -60%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    visibility: visible;
    transition: 0.5s all;
}

.req-text-copied-show p {
    margin-top: 8px;
    color: #000000;
    transition: 0.5s all;
}


.reqs-filter-count {
    color: #00000067;
}

.reqs-all-filter-count {
    position: absolute;
    display: none;
    background-color: #aab0ff;
    border-radius: 100px;
    top: -11px;
    right: -10px;
    width: 32px;
    height: 30px;
    padding-top: 3px;
}

.history-requests-count {
    position: absolute;
    display: block;
    background-color: #aab0ff;
    border-radius: 100px;
    top: -12px;
    right: -14px;
    width: 25px;
    height: 25px;
    padding-top: 1px;
}

.count {
    position: relative;
}

.custom-input[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.custom-input-style {
    padding: 6px;
    color: #000000;
}
