.title {
    margin-top: 25px;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    padding-right: 10px;
}
.title img {
    width: 40px;
    height: 36px;
    border-radius: 10px;
}
.title span {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: right;
    color: #2c7be5;
    margin-right: 4px;
}
.search-part {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}
.search-part select {
    width: 356px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #2c7be5;
    padding: 0px 10px;
    color: #2c7be5;
    margin-top: 5px;
}

.btn-search {
    direction: ltr;
    padding-left: 2px;
}
.btn-search button {
    width: 81px;
    height: 36px;
    border-radius: 18px;
    background-color: #2c7be5;
    border: none;
    color: white;
    margin-top: 5px;
}

.btn-search button img {
    height: 16px;
    width: 16px;
    margin: 5px;
}
.department-quid {
    width: 356px;
}
.department-quid h6 {
    color: #2c7be5;
    font-weight: 600;
}
.department-quid .quid-items {
    border: 1px solid #2c7be5;
    border-radius: 18px;
    padding: 8px 16px;
}
.row-items-quid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.img-content {
    background-color: #2c7be5;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-content img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
}
.quid-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
}
.quid-item span {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
    color: #2c7be5;
    text-align: center;
}
