.dnone {
  display: none !important;
}

.cb_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
}

.cb_popup.cb_user-msg.msg_modal {
  z-index: 1000001;
}

.cb_popup.demo_audio_msgs {
  z-index: 1000005 !important;
}

.cb_popup.cb_user-friends {
  z-index: 99999;
}

.chat_textrea {
  display: block;
  width: 100%;
}

.cb_chat_wrap {
  width: calc(100% - 40px);
  height: 50px;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
}

.cb_chat_message_placeholder {
  width: calc(100% - 65px);
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #8080803b;
  border-radius: 50px;
  background: #ffffff;
  padding: 0px 3px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

._cb_chat_camera_icon {
  width: 40px;
  height: 40px;
  background: #0d1169;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  cursor: pointer;
}

.cb_chat_send_icon {
  width: 40px;
  height: 40px;
  background: #0d1169;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  margin-left: 15px;
  cursor: pointer;
}

textarea.cb_chat_textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

textarea.cb_chat_textarea {
  width: 83%;
  height: 100%;
  border: none;
  resize: none;
  padding: 15px 0px 0px 10px;
  color: black;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

.cb_chat_gallery_icon,
.cb_chat_microphone_icon {
  font-size: 22px;
  cursor: pointer;
}

.cb_chat_gallery_icon {
  margin-left: 10px;
}

.cb_popup>.cb_popup_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: rgb(255 255 255 / 75%);
}

.msg_send_section .chat_textrea textarea {
  width: 100%;
  height: 35px;
  resize: none;
  outline: none;
  border: none;
  background: transparent;
  padding: 0px 10px;
  overflow: auto;
  padding-top: 12px;
}

.cb_popup>.cb_popup_wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

.inbox_modal_active#main_content_body {
  overflow: hidden;
}

.cb_popup_wrap>.cb_popup_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 700px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  overflow: hidden;
}

.user-message .cb_popup_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixture_page_active.comment_popup_active .cb_popup_wrap>.cb_popup_content {
  max-width: 706px;
}

.cb_popup_content>.popup_title {
  position: relative;
  padding: 30px 0px;
  display: flex;
  justify-content: center;
}

.cb_popup.msg_modal .cb_popup_content>.popup_title {
  padding: 30px 20px 10px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.cb_popup.msg_modal .cb_popup_content>.popup_title>a {
  position: initial;
}

.popup_title>a {
  position: absolute;
  left: 20px;
}

.popup_title .menu-icon {
  cursor: pointer;
  height: 32px;
  width: 35px;

  font-size: 22px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup_title .menu-icon>i {
  color: #555 !important;
}

.cb_close-icon>.fa-solid:before {
  color: #555;
  font-size: 25px;
}

.popup_title>h4 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.user_msg-wrap {
  margin: 0px auto;
}

.user_profile_btn_wrap .user_profile_btn {
  font-size: 14px;
  letter-spacing: 0;
  border: none;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 10px;
  cursor: pointer;
  background: #f2f2f2;
  color: #030049;
}

.user_profile_btn_wrap {
  margin: 10px 0;
  text-align: center;
}

.popup_title>.user_heading {
  display: flex;
  align-items: center;
  gap: 10px;
  position: inherit;
  width: 100%;
  justify-content: center;
  left: 10px;
}

.user_heading>.user-_-img {
  width: 60px;
  height: 60px;
  position: relative;
}

.chat_modal .user_status_sign {
  position: absolute;
  padding: 6px;
  border-radius: 100%;
  bottom: 2px;
  right: 0px;
}

.user_status_sign.active {
  background: rgb(84 255 0);
}

/* .user_status_sign.inactive{

    background:  rgb(128, 128, 128);

    border: 1px solid #fff;
} */
.user_status_sign.partial_active {
  background: rgb(255 249 0);
}

.user-_-name .user_status {
  font-size: 11px;
  color: #615e5e;
  margin-top: 5px;
}

.user-_-img>img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.user_heading>.user-_-name {
  width: calc(100% - 125px);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.user_heading>.cb-ellipsis {
  background: #fff;
  padding-top: 3px;
}

.user_detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 350px);
  justify-content: space-between;
}

.user_id-wrap {
  padding-top: 50px;
}

.user_id-wrap>.user-_-img {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  border: 5px solid #030049;
}

.user_id-wrap>.user-_-img>img {
  max-width: 100%;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user_id {
  text-align: center;
  margin: 15px auto;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.user-active_time {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.user_say-hi>.wave_icon {
  text-align: center;
}

.say-hi_text {
  font-size: 16px;
  text-align: center;
  margin: 15px auto;
  color: #000;
  font-weight: 500;
}

.user-_-msg {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  width: 100%;
  z-index: 9999;
}

.user-_-msg>input {
  padding: 10px;
  font-size: 16px;
  border-radius: 50px;
  width: calc(100% - 100px);
  padding-left: 20px;
  outline: none;
  font-weight: 600;
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.user_option>img {
  width: 30px;
  margin: 0px 5px;
}

.user_profile_section_content {
  overflow-y: scroll;
  margin-bottom: 10px;
}

.cb_popup.msg_modal .messages-section {
  margin: 0;
}

.messages-section {
  padding: 20px;
  height: calc(91.2vh - 125px);
  margin-top: 20px;
}

.messages-section .user-msg_text {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
}

.msg_send_section input {
  border: none;
  outline: none;
}

.user-_-msg .chat_camera {
  background: #00145b;
  padding: 8px 8px;
  border-radius: 100%;
  height: 40px;
}

.chat_camera svg,
.user-_-msg>button svg {
  width: 22px;
  height: 22px;
}

.chat_microphone {
  margin-right: 10px;
  margin-top: 5px;
}

.cb_popup .dblock {
  display: block !important;
}

.cb_popup_wrap .justify {
  justify-content: normal !important;
}

.user-msg_text.right {
  text-align: right;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 60px;
}

.user-msg_text.left {
  display: flex;
  width: calc(100% - 60px);
  text-align: left;
  align-items: center;
}

.user-frnd_img {
  width: 40px;
  height: 40px;
  display: block;
}

.user-msg_text.right>.user-frnd_img {
  float: right;
  margin-left: 10px;
}

.user-frnd_img>img {
  width: 100%;
  min-width: 40px;
  height: 100%;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  object-fit: cover;
}

.user-frnd_text>a {
  color: blue !important;
  font-size: 12px;
  border-bottom: 1px solid;
}

.user-msg_text .user-frnd_text {
  margin-left: 15px;
  background: #e9e9f2;
  padding: 8px 20px;
  border-radius: 30px 30px 30px 0;
  word-break: break-word;
  text-align: left;
}

.user-_-msg>button {
  padding: 10px 8px 2px 8px;
  background: #00145b;
  border-radius: 100%;
  border: none;
  cursor: pointer;
}

.msg_send_section input {
  border: none;
  outline: none;
  width: 100%;
  padding: 0px 16px;
  background: #f8f8f8;
}

.msg_send_section input::placeholder {
  font-size: 14px;
}

.msg_send_section {
  padding: 4px 12px 4px 2px;
  width: calc(100% - 60px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  background: #f8f8f8;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: 20px;
}


.user-reply_text {
  /* background: #1b7dd7; */
    background: #e9e9f2;
    padding: 8px 20px;
    border-radius: 30px 30px 0 30px;
    word-break: break-word;
    color: #000;
    text-align: left;
}

a.view_all-friends {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #030049;
  width: fit-content;
  margin: 10px auto;
  padding: 8px 15px;
  border-radius: 6px;
  color: #030049;
}

a.view_all-friends:hover {
  background: #030049;
  color: #fff;
}

a.view_all-friends>i.fa-solid.fa-angle-down {
  color: #030049;
}

a.view_all-friends:hover>i.fa-solid.fa-angle-down {
  color: #fff;
}

.cb_user-friend-list .freinds_title {
  color: #00145b;
  font-size: 18px;
  margin: 0px auto 25px;
}

.cbn-_-inbox_wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 0px auto;
  border-radius: 6px;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.cbn-_-left_inbox {
  width: 100%;
  position: relative;
}

.inbox_close_btn {
  display: none;
}

.cbn-_-left_inbox form {
  padding: 15px 0px;
  width: calc(100% - 30px);
  text-align: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  margin: 10px auto 20px;
  background-color: #fff;
}

form input[type="text"] {
  font-size: 16px;
  outline: none;
  border: none;
  width: calc(100% - 70px);
}

.cbn-_-left_inbox form button {
  border: none;
  background: none;
}

.cbn-_-left_inbox form button .fa-search {
  font-size: 18px;
  color: #808080;
}

.user_chat-detail {
  overflow: auto;
  height: calc(100vh - 160px);
  position: relative;
}

.user_chat_loading_div {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -15%);
  width: 80px;
}

.cbn-_-chats {
  margin: 0px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #d7d7d7;
}

.cbn-_-chat_unseen {
  background-color: #012064;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
}

.cbn-_-user_details {
  display: flex;
  align-items: center;
}

.cbn_chat_text_parent {
  width: fit-content;
  padding: 0 15px;
}

.cbn_chat_text_parent .cbn_chat_text_time {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.cbn-_-user_details img,
.chat-_-user-img img {
  width: 50px;
  max-width: 50px;
  border-radius: 100%;
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  object-fit: cover;
}

.cbn-_-name_status {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  margin-top: 6px;
}

.cbn-_-name_status span {
  letter-spacing: 0px;
  text-transform: capitalize;
}

p.cbn-_-online {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 460px;
}

.cbn-_-online>a {
  max-width: 400px !important;
  display: inline-flex;
}

.cb_user_profile .cbn_feed_container,
.profile_page_header .header-wrap.cbn_feed_container {
  display: none !important;
}

.cbn-_-right_inbox {
  width: 65%;
  padding-left: 15px;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  border-top-right-radius: 6px;
}

.cbn-_-chat_dots {
  display: flex;
  padding: 10px 0px 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
  position: relative;
}

.cbn-_-chat_dots .chat-_-user-img {
  margin-top: 3px;
}

.chat-_-user-name {
  margin-top: 10px;
  margin-left: 15px;
  font-weight: bold;
}

.chat-_-user-name a {
  color: #012064;
  letter-spacing: 0px;
}

button.chats-_-dots {
  padding: 0px 20px;
  border: 1px solid #d8d8d8;
  outline: none;
  position: absolute;
  right: 16px;
  top: 12px;
  height: 40px;
  background-color: #012064;
  color: #fff;
  border-radius: 6px;
}

ul.chats-dots {
  position: absolute;
  right: 17px;
  top: 51px;
  background-color: #012064;
  color: #fff;
  z-index: 999;
  border-top: 1px solid #112f6f;
}

ul.chats-dots.active {
  display: block !important;
}

ul.chats-dots>li {
  display: block;
  width: 100%;
  border-top: 1px solid #112f6f;
  padding: 10px 25px;
  box-sizing: border-box;
}

.cbn-_-chat-message-right {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 25px 0px;
  justify-content: flex-end;
}

.cbn-_-chat-message-left {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 25px 0px;
}

.cbn-_-chat-message-right .chat-_-user-img {
  position: absolute;
  right: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chat-_-user-img .chat-_-time {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.cbn-_-chat-message-right .chat-_-text {
  max-width: 70%;
  margin-right: 72px;
  background-color: #d8d8d8;
  padding: 10px;
  border-radius: 10px;
  letter-spacing: 0.5px;
}

.player_compare_ans_loading {
  height: 400px;
  padding-top: 0px;
  display: flex;
  justify-content: center;
}

.player_compare_ans_loading img {
  width: 90px;
}

.chat-_-text .your_name,
.chat-_-text .other_name {
  font-weight: bold;
  margin-bottom: 6px;
  color: #012064;
  letter-spacing: 0px;
}

.cbn-_-chat-message-left .chat-_-user-img {
  position: absolute;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cbn-_-chat-message-left .chat-_-text {
  max-width: 75%;
  margin-left: 60px;
  background-color: #d8d8d8;
  padding: 10px;
  border-radius: 10px;
  letter-spacing: 0.5px;
}

.cbn-_-chat_middle {
  border-bottom: 1px solid #d8d8d8;
  overflow-y: auto;
  height: calc(100vh - 185px);
}

.cbn-_-chat_footer .input-group {
  display: flex;
}

.cbn-_-chat_footer {
  padding: 20px 0px;
}

.cbn-_-chat_footer .input-group input.form-control {
  padding: 10px 15px;
  width: 82%;
  font-size: 18px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #d8d8d8;
  margin-right: 5px;
}

.cbn-_-chat_footer .input-group button {
  background-color: #012064;
  color: #fff;
  border-radius: 6px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #d8d8d8;
}

.send_imgs_wrap {
  width: 700px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px auto;
  background: #00145b;
  position: relative;
}

.stop_start_recording_wrap {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

a#startRecording {
  padding: 5px 10px;
  font-size: 16px;
  background: #023096;
  border-radius: 5px;
}

a#stopRecording {
  font-size: 16px;
  background: red;
  padding: 5px 10px;
  border-radius: 5px;
}

.send_imgs_wrap .send_img_msg {
  height: auto;
  width: auto;
  max-width: 700px;
  max-height: 500px;
}

a.close_send_file_msgs,
a.close_demo_audio_msgs {
  width: 35px;
  height: 35px;
  background: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00145b !important;
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
}

a.send_file_as_msg {
  width: 120px;
  height: 40px;
  background: white;
  color: #00145b !important;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 100px;
}

a.send_file_as_msg i {
  font-size: 18px;
  margin-left: 8px;
}

a.close_send_file_msgs i,
a.close_demo_audio_msgs i {
  color: #00145b;
}

.user-msg_text .user-frnd_text img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.user-reply_text img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.user-frnd_text.user_frnd_audio,
.user-reply_text.user_frnd_audio,
.user-frnd_text.user_frnd_img,
.user-reply_text.user_frnd_img {
  background: #1b7dd700 !important;
  padding: 10px !important;
  border-radius: 10px;
  max-width: fit-content !important;
  max-height: fit-content !important;
}

span.user-reply_text.user_frnd_img img {
  width: auto !important;
  height: auto !important;
  max-width: 260px;
  max-height: 260px;
}

.cb_popup.user-message.send_file_msgs {
  z-index: 9999999 !important;
}

.notif_inbox_wrap .user_chat-detail {
  background: white !important;
}

.cb_popup_form .account-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px;
  justify-content: space-between;
}

.player_profile_stats_view_update .header-wrap.cbn_feed_container {
  display: none !important;
}

.cb_popup_form .btn-danger {
  width: 100% !important;
}

@media (max-width: 768px) {
  .chat_camera svg {
    width: 20px;

    height: 20px;
  }

  .user-_-msg>button svg {
    width: 16px;
    height: 16px;
  }

  .user-_-msg>button {
    padding: 9px 8px 3px 8px;
  }

  .msg_send_section {
    width: calc(100% - 45px);

    margin-right: 10px;
  }

  .cb_popup_form .account-actions {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 500px) {
  .user-msg_text .user-frnd_text img {
    width: 150px;
    height: 150px;
  }

  .user-reply_text img {
    width: 150px;
    height: 150px;
  }

  .send_imgs_wrap {
    width: 100%;
    height: 100%;
  }

  .send_imgs_wrap .send_img_msg {
    max-width: 300px;
    max-height: 250px;
  }

  a.close_send_file_msgs,
  .close_demo_audio_msgs {
    width: 30px;
    height: 30px;
    font-size: 16px;

    top: 40px;
    right: 35px;
  }

  .cb_popup.msg_modal .cb_popup_content>.popup_title {
    padding: 8px 15px 10px;
  }

  .user_profile_btn_wrap {
    padding-top: 10px;
  }

  .user_profile_btn_wrap .user_profile_btn {
    font-size: 11px;
    padding: 8px 16px;
    border-radius: 6px;
  }

  .cb_close-icon>.fa-solid:before {
    font-size: 20px;
  }

  .popup_title .menu-icon {
    font-size: 22px;
  }

  .popup_title>h4 {
    font-size: 16px;
  }

  /* .cb_popup_wrap>.cb_popup_content{
        overflow: auto;
    } */
  .popup_title>.user_heading {
    justify-content: flex-start;
    padding-bottom: 2px;
  }

  .user_heading {
    padding: 10px 0px;
  }

  .user-reply_text {
    padding: 5px 20px;
  }

  .cbn-_-left_inbox form button .fa-search {
    font-size: 14px;
  }

  .user-frnd_text>a {
    font-size: 10px;
    letter-spacing: 0.6px;
  }

  .user_heading>.user-_-img {
    width: 40px;
    height: 40px;
  }

  .user_heading>.user-_-name {
    font-size: 13px;
  }

  .user-_-name .user_status {
    font-size: 9px;
  }

  .user-frnd_img>img {
    min-width: 30px;
  }

  .user_heading>.cb-ellipsis {
    font-size: 14px;
    padding: 1px;
  }

  .user_detail {
    height: calc(100vh - 220px);
  }

  .user-msg_text .user-frnd_text {
    margin-left: 7px;
    padding: 5px 20px;
  }

  .user_id-wrap {
    padding-top: 35px;
  }

  .inbox_close_btn {
    position: absolute;
    color: #fff;
    bottom: 25px;
    font-size: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #00145b;
    border: 1px solid #00145b;
    border-radius: 100%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .user-_-msg button>svg {
    width: 18px;
  }

  .user_id-wrap>.user-_-img {
    width: 100px;
    height: 100px;
    border: 3px solid #030049;
  }

  .user_id {
    font-size: 14px;
  }

  .user-active_time,
  .say-hi_text {
    font-size: 11px;
  }

  .user_say-hi>.wave_icon>img {
    width: 60px;
    height: auto;
  }

  .user-_-msg {
    padding: 10px 15px;
  }

  .user-_-msg>input {
    width: calc(100% - 70px);
    padding: 7px;
    font-size: 10px;
    padding-left: 15px;
    border-radius: 6px;
  }

  .user_option>img {
    width: 20px;
    margin: 0px 3px;
  }

  .messages-section {
    padding: 15px;
    height: calc(80vh - 20px);
    margin-top: 10px;
  }

  .messages-section .user-msg_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 12px;
  }

  .cb_chat_wrap {
    width: calc(100% - 10px);
    height: 45px;
  }

  ._cb_chat_camera_icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
    padding-bottom: 2px;
  }

  .user-frnd_img {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  textarea.cb_chat_textarea {
    padding: 13px 0px 0px 5px;

    font-size: 12px;
    width: 70%;
  }

  .cb_chat_send_icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
    margin-left: 10px;
    padding-bottom: 2px;
    padding-right: 2px;
  }

  .user-msg_text .user-frnd_text audio {
    max-width: 200px;
  }

  .cb_chat_gallery_icon,
  .cb_chat_microphone_icon {
    font-size: 18px;
  }

  .user-msg_text.left {
    max-width: 97%;
  }

  .msg_send_section {
    width: calc(100% - 39px);
    margin-right: 10px;
    padding: 3px 8px 3px 4px;
  }

  .user-_-msg>button svg {
    width: 18px;
    height: 17px;
  }

  .user-_-msg>button {
    padding: 11px 10px 4px 9px;
  }

  .cbn-_-inbox_wrapper {
    height: 100%;
    margin-bottom: 10px;
    padding: 0px;
  }

  .cbn-_-left_inbox,
  .cbn-_-right_inbox {
    height: auto;
    width: 100%;
  }

  .cbn-_-right_inbox {
    padding: 0px 10px;
    margin-top: 5px;
  }

  .chat_camera svg {
    width: 17px;
  }

  .chat_camera {
    padding: 5px 5px 3px 5px;
  }

  .popup_title .menu-icon>i {
    font-size: 20px;
    padding-top: 3px;
  }

  .chat_microphone svg {
    width: 18px;
  }

  .chat_images svg {
    width: 18px;
  }

  .chat_images {
    margin-top: 5px;
  }

  form input[type="text"] {
    font-size: 10px;
    padding: 0;
  }

  .cbn-_-user_details img,
  .chat-_-user-img img {
    width: 30px;
    height: 30px;
  }

  .cbn-_-chat_unseen {
    font-size: 8px;
  }

  .cbn-_-name_status {
    font-size: 11px;
    margin-left: 10px;
    line-height: 16px;
    font-weight: 500;
  }

  p.cbn-_-online {
    font-size: 9px;
    font-weight: 400;
    width: 250px;
    line-height: 20px;
  }

  .user_chat-detail {
    padding: 0px 10px;
  }

  .cbn_chat_text_parent {
    padding: 0;
  }

  .cbn-_-chats {
    padding: 10px 8px;
    margin: 0px;
  }

  .cbn_chat_text_parent .cbn_chat_text_time {
    font-size: 10px;
  }

  .cbn-_-left_inbox form {
    margin: 10px auto;

    padding: 10px 0;
  }

  .active_sign {
    padding: 3px;
    bottom: 1px;
    right: 0px;
  }

  .chat-_-user-name {
    font-size: 12px;
    margin: 6px 0px 0px 10px;
  }

  button.chats-_-dots {
    padding: 0px 5px;
    height: 25px;
    right: 0px;
  }

  .cbn-_-chat_dots {
    padding: 10px 0px;
    margin-bottom: 10px;
  }

  .chat-_-user-img .chat-_-time {
    font-size: 9px;
  }

  .cbn-_-chat-message-right .chat-_-user-img {
    right: 0px;
  }

  .cbn-_-chat-message-right .chat-_-text {
    font-size: 11px;
    margin-right: 52px;
  }

  .cbn-_-chat-message-left .chat-_-user-img {
    left: 0px;
  }

  .cbn-_-chat-message-left .chat-_-text {
    margin-left: 45px;
    font-size: 11px;
  }

  .cbn-_-chat_footer {
    padding: 15px 0px;
  }

  .player_compare_ans_loading {
    height: 280px;
    /* padding-top: 20px; */
  }

  .player_compare_ans_loading img {
    width: 70px;
  }

  .cbn-_-chat_footer .input-group input.form-control {
    font-size: 11px;
    padding: 6px 12px;
    width: 85%;
  }

  .cbn-_-chat_footer .input-group button {
    padding: 6px 12px;
    font-size: 11px;
  }

  .user_chat_loading_div {
    top: 10%;
    transform: translate(-50%, -10%);
    width: 55px;
  }

  .cb_popup_form .user_settings_wrap {
    max-width: 90% !important;
  }

  .cb_popup_form .form-group label {
    font-size: 11px !important;
  }

  .cb_users_settings_main_wrap .form-control {
    font-size: 10px !important;
  }

  .cb_popup_form .btn {
    padding: 10px 18px !important;
    font-size: 10px !important;
  }

  .cb_popup_form .account-actions {
    grid-template-columns: 1fr !important;
  }

  .cb_popup_form .form-actions .btn {
    margin-top: 0px !important;
  }

  .cb_popup_form .form-group {
    margin-bottom: 22px !important;
  }

  .cb_popup_form .account-actions {
    margin-top: 22px !important;
  }

    .mobile_browser .messages-section {
        height: calc(76vh - 20px);
  }

  .scroll-bottom-btn {
    width: 36px;
    height: 36px;
  }

  .scroll-bottom-btn svg {
    width: 16px;
    height: 16px;
  }

  .user-msg_text audio {
    height: 44px;
}
}


