.connect-icon-base {
    position: relative;
    display: inline-block;
    top: -25px;
}

.connect-chat-icon,
.connect-call-icon,
.connect-video-icon {
    width: 54.2px;
    border: 0px solid #fff;
    border-radius: 0;
    height: 38px;
    display: inline-block;
}

.connect-chat-icon {
    /* background: url("/static/images/svgIcons/chat_chat__up_active.ea4a35d239fa.svg") no-repeat center center; */
    background-color:#3c434b;
    position: relative;
    border-radius: 0 0 0 6px;
}
.connect-chat-icon::before {
  content:"";
  position: absolute;
  background: url("/static/images/online-assets/Chat.1c419a7ae0a0.svg") no-repeat center center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.connect-chat-icon.offline {
  background-color: #c4c6c8;
  position: relative;
  z-index: 2;
  /* background: url("/static/images/svgIcons/chat_chat_up.7f3ae9181671.svg") no-repeat center center; */
}
.connect-chat-icon.offline::before {
  content:"";
  position: absolute;
  background: url("/static/images/online-assets/Chat-offline.f6a67c28ebae.svg") no-repeat center center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.connect-chat-icon + span small,
.connect-call-icon + span small,
.connect-video-icon + span small {
    display: block;
    margin-top: -7px;
}

.connect-chat-icon + span,
.connect-call-icon + span,
.connect-video-icon + span {
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.connect-call-icon {
  background-color: #3c434b;
  position: relative;
}

.connect-call-icon::before {
  content:"";
  position: absolute;
  background: url("/static/images/online-assets/Phone.6828f30de00e.svg") no-repeat center center !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.connect-call-icon.offline {
    background-color: #c4c6c8;
    position: relative;

}
.connect-call-icon.offline::before {
  content:"";
  position: absolute;
  background: url("/static/images/online-assets/Phone-offline.24ad283b4935.svg") no-repeat center center !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.connect-video-icon {
    /* background: url("/static/images/svgIcons/Video_chat__up_active.3ddca1761392.svg") no-repeat center center; */
    background-color: #3c434b;
    position: relative;
    border-radius: 0 0 6px 0;
}
.connect-video-icon::before {
  content:"";
  position: absolute;
  background: url("/static/images/online-assets/Video.d351b0a8e2ee.svg") no-repeat center center !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.connect-video-icon.offline {
    /* background: url("/static/images/svgIcons/Video_chat_up.50152412a4ca.svg") no-repeat center center; */
    /* background-color: #c7c6c7;
    background-size: 58%;
    border: 2px solid #ffffff; */
    background-color: #c4c6c8;
    position: relative;
}
.connect-video-icon.offline::before {
  content:"";
  position: absolute;
  background: url("/static/images/online-assets/Video-offline.0f76d17c4e19.svg") no-repeat center center !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.connect-video-icon span {
    display: block;
    width: 60px;
    text-align: center;
    margin-top: 12px;
    margin-left: -10px;
    font-size: 12px;
}
/* .star-icon-profile li span.color-icon {
  background: url("/static/images/arousr-spritesv3.098371bfac67.png") no-repeat -305px -412px;
  width: 18px;
  height: 17px;
  display: inline-block;
}
.star-icon-profile li span {
  background: url("/static/images/arousr-spritesv3.098371bfac67.png") no-repeat -329px -412px;
  width: 18px;
  height: 17px;
  display: inline-block;
} */

