/* ================== Added by Rishav Singh ================== */
.ux_leftFill {
  width: 75%;
  padding: 0 5px;
}

.ux_rightFill {
  width: 25%;
  padding: 0 5px;
}

.fill_chk {
  color: #8e8ea6;
  font-size: 19px;
  position: absolute;
  top: 15px;
  right: 15px;
}
/* ================== Added by Rishav Singh ================== */

/*========= Header section css start ========*/
.lang-option {
  font-size: 12px;
  background-color: #2424;
  color: #cccccc;
}

/*========= Header section css end ========*/

/*========== activity section css added by koushik sarkar ========*/
/* activity filter css */
.uploaded-media {
  width: 150px;
  height: 180px;
  position: relative;
  margin-right: 20px;
}

.close-btn {
  top: -15px;
  right: -10px;
  position: absolute;
}

/* activity right panel css */
.post-media {
  margin-right: 5px;
}

.form_share p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 8px;
  margin-right: 10px;
  color: #004254;
  font-size: 18px;
}
.form_share p:last-child {
  margin-right: 0;
}
.form_share p i {
  font-size: 18px;
}
.form_share p em {
  font-style: normal;
  font-size: 13px;
  color: #004254;
  font-weight: 500;
  margin-left: 5px;
  line-height: 100%;
}

.form_share p span {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  min-width: 18px;
  background-color: #37aab2;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}

.filter_activity a {
  font-size: 14px;
  font-weight: 400;
}

/*========= activity section css end ========*/

/*========= conversation section css start ========*/
/*css for search contact name */
.hide {
  display: none;
}

.group_chat_section {
  margin-bottom: 2%;
}
/* ========== search bar =================== */
.serch_pnl {
  z-index: 99 !important;
}

.rfresh_icon a span {
  color: #5f6368;
  font-size: 24px !important;
}

.replied_msg_row_left {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px 10px 10px 10px !important;
  padding: 10px;
  text-align: left;
}

/* border-radius of mail and chat */
.mail_text,
.msg_text {
  border-radius: 2px 10px 10px 10px !important;
}

.own_msgArea {
  border-radius: 10px 2px 10px 10px !important;
}

.tag_links ul li .active {
  background: #37aab2;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
  color: #fff;
  border-color: #37aab2;
}

.red_btn {
  background-color: #ff5f5f;
}

.tag_msg span {
  margin-right: 5px;
}

.lessons_tablink .nav-tabs .nav-item {
  width: 33%;
}
.taskstatus_item {
  width: 20%;
}

/* activity */
.form_share a.nowinner {
  color: lightgrey;
}

.form_share a.nowinner {
  color: lightgrey;
}

.form_share a.activewinner {
  color: #fbbb21;
  border: 1px solid;
}

.group_btnOuter ul li a {
  border-radius: 0px !important;
}

.join_text {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}


@media (min-width: 767px) {
  .sport_tabLinks ul li {
    width: 20%;
  }
}



/*========= conversation section css end ========*/
@media (max-width: 767px) {
  .modal-backdrop {
    display: none;
  }
}

@media (max-width: 575px) {
  .chating_mdlPnl {
    height: calc(100vh - 205px);
  }

  /* activity action button in top */
  .activty_filter span,
  .activity_refresh span {
    display: none;
  }
  .border_btn,
  .basic_btn {
    padding: 0 15px;
  }

}
