.skaddons-agent-filter__search-box {
    padding: 24px 36px;
    background: #FAFCFF;
    box-shadow: 0 15px 26px rgba(0,0,0,.15);
    border-radius: 24px;
}
.skaddons-agent-filter__search-box .search-box-wrapper {
    display: flex;
}
.skaddons-agent-filter__search-box .search-box-wrapper > * {
    width: auto;
    padding: 0 20px;
}

.search-box__input {
    width: auto;
    border-right: 1px solid rgba(124,125,126, .38);
}
.search-box__input input {
    max-width: 200px;
    border-radius: 0;
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
    height: 47px;
}
.search-box__address {
    flex: 1 1 auto;
    display: flex;
    gap: 20px;
}
.search-box__address select {
    padding: 12px 24px;
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,.27)
}

.skaddons-agent-filter__list {
    margin-top: 100px;
}
.skaddons-agent-filter__list .list-items {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.list-items__col-left {
    padding: 15px 0 15px 15px;
    width: 35%;
}
.list-items__col-right {
    width: 65%;
}
.col-left__list {
    height: 584px;
    overflow: auto;
    padding-top: 24px;
    padding-right: 15px;
}
.col-left__total-count {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(124,125,126,.5);
    margin-right: 15px;
}
.agent-item-detail {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(124,125,126,.5);
    display: flex;
    flex-direction: column;
}
.agent-item-detail > * {
    display: inline-flex;
    align-items: center;
}
.agent-item__title {
    margin-bottom: 24px;
}
.agent-item__title img {
    margin-right: 16px;
}
.agent-item__phone-number {
    margin-bottom: 18px;
}
.agent-item__phone-number,
.agent-item__address {
    margin-left: 35px;
}
.agent-item__actions {
    margin-top: 32px;
}
.agent-item__icon {
    width: 20px;
    margin-right: 6px;
}
.agent-item__icon img {
    display: block;
}