.rcl-search-form-title{
  display:none;
}

.lk__card.lk__card--chat{
  margin-top: 80px;
}

.rcl-search-form > form {
  display: flex;
  gap: 15px;
  align-items: center;
}

.rcl-search-form .select2-selection.select2-selection--single{
  border: 2px solid #e0e0e0;
  height: 67px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0px 43px;
  color: #929292;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
}

.select2-selection__arrow{
  top: 20px !important;
  right: 15px !important;
}

.rcl-search-form .rcl-bttn.rcl-bttn__type-primary.rcl-bttn__size-standart{
  border-radius: 10px;
  background-color: #3c6de5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 67px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 !important;
}

.rcl-search-form .rcl-bttn__text{
  color: #fff; 
}

.lk__card.lk__card--chat > h3 {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 27px;
  margin-bottom: 38px;
}

.rcl-data-filters{
  color: #929292;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px !important;
}

.rcl-data-filters a {
  border-radius: 10px !important;
  background-color: #f9fafb !important;
  height: 49px;
  width: 149px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rcl-data-filters a .rcl-bttn__text{
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.rcl-data-filters a.rcl-bttn.rcl-bttn__disabled {
  background-color: #E9F1FD !important;
}

.rcl-data-filters a.rcl-bttn.rcl-bttn__disabled .rcl-bttn__text {
  color: #3C6DE5;
}

.rcl-userlist > .rcl-pager:first-child{
  display: none; 
}

.user-single,
.user-single:hover,
.user-single:focus {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.user-single::before,
.user-single::after {
  background: none !important;
  box-shadow: none !important;
}

.userlist_cntr{
  min-height: 0 !important;
}

.userlist.rows-list .userlist_top{
  background: transparent !important;
}

.thumb-user{
  background: transparent !important;
}

.avatar.avatar-70.photo{
  width: 72px !important;
  height: 72px !important;
  border-radius: 100%;
}

.user-name{
  color: #000000;
}

.userlist{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.userlist.rows-list .thumb-user{
  top: -24px !important;
}

.rcl-pager{
  box-shadow: none !important;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.rcl-pager .rcl-bttn.rcl-bttn__type-primary.rcl-bttn__size-standart{
    width: 25px;
    height: 30px;
    font-size: 18px;
    background-color: #3366e3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.rcl-bttn__text {
  color: #fff;
}

.rcl-bttn__active{
opacity: 0.6;
}

.user-content-rcl{
  display: none !important;
}
