/* @import "~bootstrap/dist/css/bootstrap.min.css";  */

/*************************************/
/* Chat Buzz start */
/*************************************/
/* .chat_box_buzz .profile_head {
  display: flex;
  justify-content: space-between;
  align-content: center;
  color: #fff;
  width: 100%;
}

.chat_buzz_user img {
  border: 1px solid #1161d9;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  width: 40px;
}

.buzz_no_list {
  text-align: center;
}

.buzz_no {
  font-size: 18px;
  display: block;
}

.buzz_member {
  font-size: 12px;
  font-style: italic;
}

.chat_box_buzz .title_top_chat .profile_name {
  margin-top: 8px;
}

.chat_buzz_all {
  clear: both;
  font-size: 18px;
  font-weight: 800;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}

.chat_buzz_user_row {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.chat_buzz_name {
  color: #1161d9;
  font-size: 15px;
  padding-left: 12px;
  flex: 4 0 0;
}

.chat_buzz_status,
.chat_buzz_criteria {
  position: relative;
  flex: 30px 0 0;
  width: 30px;
  text-align: center;
}

.chat_buzz_status img,
.chat_buzz_criteria img {
  height: 20px;
}

.chat_buzz_status .buzz_mode {
  font-size: 20px;
  color: #616161;
}

.chat_buzz_user_status {
  flex: 36px 0 0;
  text-align: center;
  height: 36px;
  width: 36px;
}

.chat_buzz_status_list,
.chat_buzz_criteria_list {
  position: absolute;
  width: 200px;
  top: 12px;
  right: 20px;
  background: #fff;
  box-shadow: 0px 2px 5px #ccc;
  border-radius: 5px;
}

.chat_buzz_status_list a,
.chat_buzz_criteria_list a {
  padding: 5px;
  margin: 3px 3px 0;
  display: inline-block;
  vertical-align: middle;
}

.chat_buzz_status_list a img,
.chat_buzz_criteria_list a img {
  height: 24px;
}

.chat_buzz_criteria_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding: 10px;
}

.chat_buzz_criteria_list #alert_distance {
  border: 1px solid #444;
  margin-bottom: 5px;
  padding: 4px;
} */

/* custom radio buttons [GF]*/

.user_audio .profile_head,
.user_video .profile_head,
.chatwindow .profile_head .back_name_holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chatwindow .profile_head {
  display: flex;
  flex-direction: column;
}

.alert_types [type="radio"]:checked,
.alert_types [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.alert_types [type="radio"]:checked + label,
.alert_types [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-right: 10px;
}
.alert_types [type="radio"]:checked + label:before,
.alert_types [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ff6c00;
  border-radius: 100%;
  background: #fff;
}
.alert_types [type="radio"]:checked + label:after,
.alert_types [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ff6c00;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.alert_types [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.alert_types [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio buttons [GF END]*/

.chat_buzz_user_row.active .chat_buzz_name {
  color: #fb8417;
}

.chat_buzz_user_row.active .chat_buzz_user {
  border: 1px solid #fb8417;
}

.chat_buzz_user_list {
  max-height: 53%;
}

.checkbox_container {
  margin-top: 6px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
}

.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  border: 1px solid #fb8417;
}

.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox_container input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox_container .checkmark:after {
  left: 6px;
  top: 6px;
  width: 11px;
  height: 11px;
  background: #fb8417;
  border-radius: 3px;
}

.chat_buzz_all .checkbox_container {
  display: block;
  width: 100%;
}
.chat_buzz_all .checkmark {
  left: auto;
  right: 0px;
}
/*************************************/
/* Chat Buzz end */
/*************************************/

.main_container {
  position: relative;
}

.flex_videos {
  display: grid;
  grid-template-columns: 50% 50%;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 11px;
}

::-webkit-scrollbar:horizontal {
  height: 11px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

.blue {
  color: #3579dc;
}

.customMarkerSelf .blue {
  color: #59d690 !important;
}

.customMarkerSelf .last_seen_chat {
  display: none;
}

.red {
  color: #ff1919;
}

.main_container .alert {
  position: fixed;
  transform: translateY(100%);
  z-index: 2;
  left: 15px;
  bottom: 40px;
}

.main_container .global-notifications-container {
  position: fixed;
  top: 115px;
  right: 55px;
}

.main_container .global-notifications {
  background: white;
  height: 100px;
  width: 350px;
  border-radius: 5px;
  box-shadow: 0 0 5px #0002;
  transition: 0.5s;
  margin-bottom: 10px;
  position: relative;
  right: -500px;
}

.main_container .global-notifications.show-notification {
  right: 0px;
}

.main_container .global-notifications .notification-content {
  display: grid;
  grid-template-columns: 100px auto;
}

.main_container .global-notifications .notification-user-image {
  padding: 10px;
}

.main_container .global-notifications .notification-content img {
  border-radius: 50%;
    box-shadow: 0 0 5px #0001;
  width: 100%;
}



.main_container .notification-text-controls {
  padding: 10px;
  display: grid;
  grid-template-rows: 50% 50%;
}

.main_container .notification-text {
  font-size: 16px;
}

.main_container .notification-text .name-bold {
  font-weight: bold;
  text-transform: uppercase;
}

.main_container .notification-controls {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.main_container .notification-controls i {
  color: green;
  cursor: pointer;
  height: 40px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: .3s;
}

.main_container .notification-controls i:hover {
  background: #f1f1f1;
}

.main_container .notification-controls i.fa-phone-slash {
  color: red;
}

.main_container .global-notifications .close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: red;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  position: absolute;
  right: 5px;
  top: 5px;
}

.chat_buzz_btn {
  display: block;
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
}

.chat_buzz_btn .chat_buzz_btn_save {
  background: #59d690;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  float: left;
  border: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}

.chat_buzz_btn .chat_buzz_btn_cancel {
  background: #eff0f3;
  color: #9e9e9e;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  float: left;
  border: none;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}

.missed_list_sub {
  width: 100%;
  float: left;
}
.missed_list {
  width: 100%;
  display: table;
  padding: 12px 17px;
  border-bottom: 1px solid #f7f7f7;
}
/*.missed_list:last-child{border-bottom: none;}*/
.missed_list .user_pic {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}
.missed_list .user_pic img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #1161d9;
  display: inline-block;
}
.missed_list .user_chat {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 13px;
  position: relative;
}
.missed_list .user_chat .time {
  color: #9e9e9e;
  font-size: 12px;
  font-style: italic;
  display: block;
}
.missed_list .user_chat h4 {
  display: block;
  color: #1161d9;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.missed_list .call_icons {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  position: relative;
}
.missed_list .call_icons a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
  max-width: 18px;
}
.full_screen .chat_profile_top_inner .profile_head a {
  display: inline-block;
  max-width: 35px;
  padding-top: 10px;
  margin-left: 10px;
}
.video_list_sub .call_icons img {
  max-width: 18px;
  margin-right: 3px;
  vertical-align: middle;
}
.video_list_sub .missed_list .call_icons a {
  max-width: inherit;
  color: #1161d9;
}
.user_profile_top {
  min-height: 166px;
}
.user_profile_bot {
  height: 218px !important;
  width: 100%;
  float: left;
}

.user_profile_bot .profile_user {
  text-align: center;
  height: 94px;
  width: 94px;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 50%;
  margin: -45px auto 0;
  box-shadow: 0 0 3px #999;
}
.user_profile_bot .profile_user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user_profile_bot .team_name {
  font-size: 12px;
  color: #616161;
  display: block;
  text-align: center;
  padding: 10px 20px;
}
.user_profile_bot .team_name span {
  color: #1161d9;
}
.user_profile_bot .team_list {
  float: left;
  width: 100%;
  text-align: center;
}
.user_profile_bot .team_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user_profile_bot .team_list ul li {
  display: inline-block;
  margin-right: -15px;
  vertical-align: middle;
}
.user_profile_bot .team_list ul li a {
  align-items: center;
  border: 1px solid #497dca;
  border-radius: 50%;
  color: #1161d9;
  display: flex;
  font-size: 12px;
  height: 45px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 45px;
}
.user_profile_bot .team_list ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user_profile_bot .team_list ul li:last-child {
  margin-right: 0;
}
.user_profile_bot .team_list ul li:last-child a:before {
  background: #1161d9;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
}
.user_profile_bot .contact_sub {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0 7px;
}
.user_profile_bot .contact_sub ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.user_profile_bot .contact_sub ul li {
  display: inline-block;
  padding: 0 10px;
  color: #616161;
  font-size: 10px;
}
.user_profile_bot .contact_sub ul li a {
  color: #616161;
}
.user_profile_bot .contact_sub ul li a:hover {
  color: #1161d9;
}
.user_profile_bot .contact_sub ul li img {
  display: block;
  margin: 2px auto 4px;
  max-width: 18px;
}
.user_profile_bot .ongoing {
  color: #1161d9;
  font-size: 11px;
  display: block;
  margin: 0;
  font-style: italic;
  text-align: center;
  position: relative;
  top: -10px;
  clear: both;
  padding-left: 15px;
}
.chat_box .user_profile_bot {
  overflow: visible;
}

.user_profile_bot .team_info_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  font-size: 1.5em;
  cursor: auto;
}

.email_container,
.phone_container,
.email_container_o,
.phone_container_o {
  margin-top: 15px;
  flex-grow: 1;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

.user_profile_bot .list_type {
  display: block;
  font-size: 12px;
  color: #616161;
  margin-top: 15px;
  line-height: 16px;
}
.user_profile_bot .list_type span {
  display: block;
  font-size: 12px;
  color: #1161d9;
}
.user_profile_bot .list_type a {
  color: #1161d9;
}

.user_profile_bot .list_type {
  position: relative;
}
.user_profile_bot .list_type .edit {
  display: inline-block;
  position: absolute;
  right: 20px;
}
.user_profile_bot .list_type .edit a {
  text-decoration: underline;
  color: #fb8417;
  font-weight: 600;
}
.user_profile_bot .list_type .edit a img {
  max-width: 13px;
}

.user_profile_bot.calling_run {
  text-align: center;
}
.user_profile_bot.calling_run .calling {
  font-size: 13px;
  color: #9e9e9e;
  font-style: italic;
  margin: 10px 0 0;
}
.user_profile_bot.calling_run .calling .time {
  font-size: 20px;
  color: #000000;
  text-align: center;
  display: block;
  font-style: normal;
}
.user_profile_bot.calling_run .call_btn {
  display: block;
  margin: 30px 0 0;
}
.user_profile_bot.calling_run .call_btn div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px;
  width: 55px;
}
.user_profile_bot.calling_run .call_btn div.smal {
  height: 36px;
  width: 36px;
  line-height: 36px;
  border: 1px solid #efefef;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
/* .user_profile_bot.calling_run .call_btn a.smal img{max-height: 17px;max-width: 17px;} */
.user_profile_bot.calling_run .zoom_icon {
  right: 22px;
  bottom: 22px;
}
.user_profile_bot.calling_run .call_btn a.video_bt {
  display: block;
  margin: 15px auto 0;
}

.chat_view_sub {
  position: relative;
  overflow: hidden !important;
  background: white;
}
.chat_view_sub .chat_type {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #616161;
  line-height: normal;
  margin: 0 0 10px;
  position: relative;
}
.chat_view_sub .chat_left_img {
  background: #1161d9;
  color: white;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 35px;
  height: 35px;
}

.chat_view_sub .chat_left_msg {
  background: #eeeeee;
  border-radius: 20px;
  padding: 12px 15px;
  max-width: 90%;
}

.chat_view_sub .chat_left {
  display: grid;
  grid-template-columns: 10% auto;
  grid-gap: 8px;
}

.chat_left_msg_img {
  display: grid;
  grid-template-columns: 10% auto;
  grid-gap: 8px;
}
.chat_view_sub .chat_type .time {
  color: #9e9e9e;
  font-size: 9px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  padding-top: 5px;
  padding-right: 6px;
}

.chat_left_name {
  text-transform: capitalize;
}
.chat_left_name_time {
  padding-left: 50px;
}

.chat_view_sub .chat_left_img_group {
  background-color: #59d690;
}

.sendTicks {
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 10px;
  color: #aaa;
}

.sendTicks.ack {
  color: #1161d9;
}

.chat_username_span {
  font-size: 15px;
  background: #1161d9;
  color: #fff;
  height: 28px;
  width: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -18px;
  left: 5px;
}

.chat_view_sub .chat_type .user_img {
  display: inline-block;
  margin: -6px 0 0 10px;
}
.chat_view_sub .chat_type .user_img img {
  height: 28px;
  width: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -4px;
}

.chat_view_sub .chat_right {
  background: #fff;
  border-radius: 20px;
  padding: 8px 18px;
  float: right;
  border: 1px solid #eeeeee;
  text-align: right;
  position: relative;
}

.chat_view_sub .chat_type.ans .time {
  float: right;
  margin: 0 10px 0 0;
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}

.chat_view_sub .chat_type.ans {
  margin-top: 0px;
}

/* .chat_view_sub .write_message {
  width: 100%;
  float: left;
  z-index: 2;
  position: fixed;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  bottom: 0;
  left: 0;
  box-shadow: 0px -2px 7px -6px #666;
} */
.chat_view_sub .write_message input[type="text"],
.chat_view_sub .write_message textarea {
  font-size: 12px;
  border: none;
  width: 100%;
  float: left;
  padding: 5px 50px;
  height: 50px;
  background: #fff;
}
.chat_view_sub .write_message .smiler {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 0;
  max-width: 20px;
}
.chat_view_sub .write_message .send {
  position: absolute;
  right: 22px;
  top: 50%;
  max-width: 18px;
  line-height: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.chat_view_sub .zoom_icon {
  bottom: 60px;
  right: 18px;
}
.chat_view_sub .in_view_middel {
  padding: 15px 10px 30px 20px;
  height: 100%;
  overflow: auto;
  width: 100%;
}

.team_video_call > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  float: left;
}
.team_video_call {
  overflow: hidden !important;
}
.team_video_call video {
  transform: scale(1.9);
}
.team_video_call {
  background-size: cover !important;
  border-radius: 0 0 8px 8px;
  position: relative;
}
.team_video_call .sub_btns {
  position: absolute;
  left: 20px;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
}
.team_video_call .time {
  position: absolute;
  right: 40px;
  top: 20px;
  color: #fff;
  font-size: 18px;
}
.team_video_call .sub_btns div {
  height: 45px;
  width: 45px;
  line-height: 50px;
  border: 1px solid #efefef;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #3579dc;
}
.btns {
  cursor: pointer;
}
/* .team_video_call .sub_btns a img{max-height: 22px;max-width: 22px;} */
.team_video_call .sub_btns .btns {
  display: block;
  margin: 10px 0 0;
  text-align: center;
}
.team_video_call .call_cut {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
.team_video_call .call_cut a {
  max-width: 65px;
  display: inline-block;
}
.team_video_call .calling_user {
  display: inline-block;
}
.team_video_call .calling_user video {
  height: 65px;
  width: 65px;
}
.team_video_call:hover .sub_btns {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
}

.full_screen {
  position: initial;
  transform: none;
  width: 100%;
  height: 100vh;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.full_screen:before {
  display: none;
}
.full_screen .sub_bottom_bx {
  /* height: calc(100vh - 130px); */
}
.full_screen .sub_bottom_bx.user_profile_bot {
  /* height: calc(100vh - 380px) !important; */
}
.full_screen .title_top_chat {
  border-radius: 0;
  padding: 25px 25px 13px;
  height: 130px;
}
.full_screen .user_profile_top {
  min-height: 380px;
}
.full_screen .title_top_chat .profile_head .profile_tel,
.full_screen .title_top_chat .profile_head .profile_email {
  font-size: 20px;
}
.full_screen .title_top_chat .call_action ul li a {
  width: 80px;
  height: 80px;
}
.full_screen .title_top_chat .call_action ul li a img {
  width: 42px;
  max-width: inherit;
}
.full_screen .title_top_chat .call_action ul li {
  margin-left: 8px;
}
.full_screen .title_top_chat .call_action ul li span {
  font-size: 24px;
  top: -30px;
}
.full_screen .title_top_chat .profile_name {
  font-size: 35px;
  padding-left: 18px;
}
.full_screen .user_profile_top .profile_name {
  padding: 0;
}
.full_screen .user_profile_bot .profile_user {
  height: 330px;
  width: 330px;
  margin: -175px auto 0;
}
.full_screen .user_profile_bot .team_name {
  padding: 60px 40px;
  font-size: 30px;
}
.full_screen .user_profile_bot .team_list ul li a {
  height: 127px;
  width: 127px;
}
.full_screen .user_profile_bot .team_list ul li {
  margin-right: -30px;
}
.full_screen .user_profile_bot .contact_sub ul li {
  font-size: 30px;
  padding: 0 40px;
}
.full_screen .user_profile_bot .contact_sub ul li img {
  width: 42px;
  max-width: inherit;
}
.full_screen .user_profile_bot .ongoing {
  font-size: 30px;
}
.full_screen .user_profile_bot .contact_sub {
  margin: 35px 0 7px;
}
.full_screen .zoom_icon {
  right: 35px;
  bottom: 35px;
}
.full_screen .user_profile_bot .team_list ul li a {
  font-size: 34px;
}

/*.user_profile_bot .team_info_list{margin-top: 20px;}*/
.full_screen .user_profile_bot .list_type {
  font-size: 30px;
  margin-top: 35px;
}
.full_screen .user_profile_bot .list_type span {
  font-size: 31px;
}

.full_screen .missed_list_sub {
  width: 100%;
  float: left;
}
.full_screen .missed_list {
  width: 100%;
  display: table;
  padding: 20px 10px 20px 30px;
  border-bottom: 1px solid #f3f3f3;
}
/*.missed_list:last-child{border-bottom: none;}*/
.full_screen .missed_list .user_pic {
  display: table-cell;
  vertical-align: middle;
  width: 115px;
}
.full_screen .missed_list .user_pic img {
  height: 115px;
  width: 115px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #1161d9;
  display: inline-block;
}
.full_screen .missed_list .user_chat {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px 0 25px;
  position: relative;
}
.full_screen .missed_list .user_chat .time {
  color: #9e9e9e;
  font-size: 25px;
  font-style: italic;
  display: block;
}
.full_screen .missed_list .user_chat h4 {
  display: block;
  color: #1161d9;
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}
.full_screen .missed_list .call_icons {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  position: relative;
  width: 245px;
}
.full_screen .missed_list .call_icons a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  font-size: 24px;
  max-width: inherit;
}
.full_screen .missed_list .call_icons img {
  width: 38px;
}
.full_screen .video_list_sub .call_icons img {
  max-width: 30px;
  margin-right: 13px;
}

.full_screen .messages_list {
  padding: 30px 20px;
  border-bottom: 1px solid #f6f6f6;
}
.full_screen .messages_list .user_pic {
  width: 114px;
}
.full_screen .messages_list .user_pic img {
  width: 114px;
  height: 114px;
}
.full_screen .messages_list .user_chat h4 {
  font-size: 32px;
  padding-right: 20px;
}
.full_screen .messages_list .user_chat p {
  font-size: 24px;
}
.full_screen .messages_list .user_chat .date {
  font-size: 16px;
  top: 11px;
}
.full_screen .messages_list .user_chat {
  padding: 0 45px 0 22px;
}

.full_screen .user_profile_bot.calling_run .calling {
  font-size: 37px;
  margin: 65px 0 0;
}
.full_screen .user_profile_bot.calling_run .calling .time {
  font-size: 60px;
}
.full_screen .user_profile_bot.calling_run .call_btn {
  margin: 50px 0 0;
}
.full_screen .user_profile_bot.calling_run .call_btn div {
  margin: 0 18px;
  width: 135px;
}
.full_screen .user_profile_bot.calling_run .call_btn div.smal {
  height: 100px;
  width: 100px;
  line-height: 130px;
  border: 1px solid #efefef;
}
/* .full_screen .user_profile_bot.calling_run .call_btn a.smal img{max-height: 55px;max-width: 55px;} */
.full_screen .user_profile_bot.calling_run .zoom_icon {
  right: 22px;
  bottom: 22px;
}
.full_screen .user_profile_bot.calling_run .call_btn a.video_bt {
  margin: 35px auto 0;
}

.orange_c .user_chat h4 {
  color: #fb8417 !important;
}
.orange_c .user_pic img {
  border: 1px solid #fb8417 !important;
}
.orange_c .call_icons a {
  color: #fb8417 !important;
}
.blue_c_bg {
  background: #1161d9 !important;
}

.team_search {
  z-index: 999;
  width: 380px;
  position: absolute;
  top: 85px;
  left: 320px;
  border: 2px solid #eeeeee;
  background: #fff;
  border-radius: 0 0 22px 22px;
}
.team_search h2 {
  padding: 10px 20px;
  display: block;
  color: #fb8417;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.team_search .search_box {
  width: 100%;
  float: left;
  position: relative;
  width: 100%;
  float: left;
  border-top: 1px solid #f6f6f6;
}
.team_search .search_box .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 18px;
}
.team_search input {
  background: #fff;
  border: none;
  color: #9e9e9e;
  font-size: 14px;
  height: 60px;
  padding: 5px 20px 5px 50px;
  width: 100%;
}
.team_search #team_find_list {
  width: 100%;
  float: left;
  overflow-y: auto;
}
.team_search #team_find_list .list_row {
  border-top: 1px solid #f7f7f7;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.team_search #team_find_list .list_row a {
  display: table;
  padding: 10px 40px 10px 10px;
  width: 100%;
  text-decoration: none;
}
.team_search #team_find_list .list_row .user_pic {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
.team_search #team_find_list .list_row .user_pic img {
  border: 1px solid #1161d9;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  width: 40px;
}
.team_search #team_find_list .list_row h3 {
  color: #616161;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  padding-left: 11px;
  word-break: break-all;
}
.team_search .title_team {
  width: 100%;
  float: left;
  padding: 15px 20px;
  display: none;
}
.team_search .title_team span {
  float: right;
  font-style: italic;
}
.team_search .title_team h3 {
  color: #fb8417;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.teambox_edit_close .btn_close {
  position: relative;
  left: 2px;
  width: 12px;
  display: inline-block;
  top: -1px;
}
.teambox_edit_close a span {
  font-size: 24px;
  display: block;
}
.teambox_edit_close a,
.teambox_edit_close a:hover {
  text-decoration: none;
}
.teambox_edit_close {
  position: absolute;
  right: 20px;
}

@media only screen and (min-width: 768px) {
  #map {
    width: 100%;
    height: calc(100vh - 93px);
    top: 93px;
  }
}

@media only screen and (max-width: 1199px) {
  /* .header_sub{padding: 15px 25px;}*/
  .heade_title {
    min-width: 350px;
    margin-left: 0;
  }
  .team_search {
    left: 245px;
  }
}
@media only screen and (max-width: 991px) {
  /* .main_container{
  max-width: 768px;
  }*/
  .logo {
    display: none;
  }
  .menu_head {
    display: inline-block;
  }
  .header_sub {
    padding: 2% 4%;
    height: 80px;
    display: flex;
  }
  .heade_title {
    display: inline-block;
    vertical-align: middle;
    /* padding: 0 30px 0 0;
    border: none; */
    min-width: inherit;
    margin-top: 4px;
  }
  .heade_title input {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .heade_title .name_list {
    font-size: 16px;
  }
  .call_msg {
    margin: 0;
    float: right;
    right: 17px;
    position: relative;
  }
  #map {
    width: 100%;
    height: calc(100vh - 65px);
    top: 65px;
  }
  .login_chat_action {
    display: none;
  }
  .zoom_icon {
    display: block;
  }

  .team_search {
    top: 60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    height: 100%;
    overflow: hidden;
    border: none;
  }
  .team_search h2 {
    display: none;
  }
  .team_search .title_team {
    display: block;
  }
  .team_search input {
    background: #f5f5f5;
  }
  .team_search .team_find_list {
    height: calc(100% - 117px);
    max-height: 100%;
  }
  .team_search .search_box .icon {
    max-width: 28px;
  }
  .team_search input {
    font-size: 16px;
  }
  .team_search .title_team h3 {
    font-size: 18px;
  }
  .team_search .title_team span {
    font-size: 17px;
  }
  .team_search .team_find_list .list_row .user_pic {
    width: 70px;
  }
  .team_search .team_find_list .list_row .user_pic img {
    width: 70px;
    height: 70px;
  }
  .team_search .team_find_list .list_row h3 {
    font-size: 17px;
    padding-left: 18px;
  }
  .modal {
    top: 60px !important;
    z-index: 1050;
    height: 100%;
    overflow: hidden;
  }
  .modal_content .optional {
    display: block;
  }
  .modal_content p {
    font-style: italic;
    font-size: 18px;
  }
  .modal.in {
    top: 0 !important;
  }
}
.email_error_message,
.mobile_error_message {
  color: red;
}

.list_of_tones > div {
  padding: 10px;
  padding-right: 25px;
  font-size: 14px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.list_of_tones > div:hover {
  background: #eee;
  color: #333;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .btn_a {
    top: 86px;
    left: 45px;
  }

  .audio_video_screen .top_user_info .user_icon {
    width: 150px;
    height: 150px;
  }
  .audio_video_screen .top_user_info .user_name {
    font-size: 34px;
  }
  .audio_video_screen .top_user_info .user_number {
    font-size: 22px;
  }
  .audio_video_screen .bottom_button span {
    margin: 0 60px;
  }
  .audio_video_screen .bottom_button .chat,
  .audio_video_screen .bottom_button .call_cut {
    max-width: 60px;
  }
  .audio_video_screen .bottom_button .call {
    max-width: 100px;
  }
  .audio_video_screen .bottom_button .call_going {
    max-width: 35px;
    bottom: 135px;
  }
  .audio_video_screen .bottom_button {
    bottom: 50px;
  }
  .audio_video_screen .top_user_info {
    padding: 45px 0 0;
  }

  .main_container .alert {
    width: 90%;
  }
  .user_profile_bot {
    height: 220px !important;
  }

  .messages_list {
    padding: 11px 9px;
  }
  .messages_list .user_pic {
    width: 40px;
  }
  .messages_list .user_pic img {
    height: 40px;
    width: 40px;
  }
  .messages_list .user_chat {
    padding: 0 30px 0 8px;
  }
  .messages_list .user_chat .date {
    font-size: 7px;
  }
  .messages_list .user_chat h4 {
    font-size: 13px;
  }
  .messages_list .user_chat p {
    font-size: 10px;
  }
  .zoom_icon {
    max-width: 22px;
    bottom: 20px;
  }

  .heade_title input {
    font-size: 18px;
  }
  .heade_title .name_list {
    font-size: 15px;
  }
  .menu_head .menu_btn {
    max-width: 30px;
  }
  .call_msg a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-left: -12px;
  }
  .call_msg img {
    max-width: 20px;
  }
  .header_sub {
    height: 65px;
    padding: 1% 4%;
  }
  #map {
    height: calc(100vh - 65px);
  }

  .missed_list_sub {
    width: 100%;
    float: left;
  }
  .missed_list {
    padding: 12px 9px;
  }
  .missed_list .user_pic {
    width: 46px;
  }
  .missed_list .user_pic img {
    height: 46px;
    width: 46px;
  }
  .missed_list .user_chat {
    padding: 0 10px 0 8px;
  }
  .missed_list .user_chat .time {
    font-size: 10px;
  }
  .missed_list .user_chat h4 {
    font-size: 13px;
  }
  .missed_list .call_icons a {
    margin-right: 5px;
    font-size: 10px;
    max-width: 18px;
  }
  .missed_list .call_icons {
    width: 77px;
  }

  .video_list_sub .missed_list .call_icons a {
    max-width: inherit;
  }
  .video_list_sub .call_icons img {
    max-width: 15px;
  }

  .user_profile_bot .profile_user {
    text-align: center;
    height: 96px;
    width: 96px;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 50%;
    margin: -50px auto 0;
    box-shadow: 0 0 3px #999;
  }
  .user_profile_bot .team_name {
    font-size: 12px;
    color: #616161;
    display: block;
    text-align: center;
    padding: 12px;
  }
  .user_profile_bot .team_name span {
    color: #1161d9;
  }
  .user_profile_bot .team_list {
    float: left;
    width: 100%;
    text-align: center;
  }
  .user_profile_bot .team_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .user_profile_bot .team_list ul li {
    display: inline-block;
    margin-right: -15px;
    vertical-align: middle;
  }
  .user_profile_bot .team_list ul li a {
    align-items: center;
    border: 1px solid #497dca;
    border-radius: 50%;
    color: #1161d9;
    display: flex;
    font-size: 12px;
    height: 45px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 45px;
  }
  .user_profile_bot .team_list ul li:last-child {
    margin-right: 0;
  }
  .user_profile_bot .team_list ul li:last-child a:before {
    background: #1161d9;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.35;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .user_profile_bot .contact_sub {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  .user_profile_bot .contact_sub ul {
    list-style: none;
    padding: 0;
    margin: 0px;
  }
  .user_profile_bot .contact_sub ul li {
    display: inline-block;
    padding: 0 10px;
    color: #616161;
    font-size: 10px;
  }
  .user_profile_bot .contact_sub ul li a {
    color: #616161;
  }
  .user_profile_bot .contact_sub ul li a:hover {
    color: #1161d9;
  }
  .user_profile_bot .contact_sub ul li img {
    display: block;
    margin: 7px auto;
  }
  .user_profile_bot .ongoing {
    color: #1161d9;
    font-size: 10px;
    display: block;
    margin: 0;
    text-align: center;
    position: relative;
    top: -10px;
    clear: both;
    padding-left: 15px;
  }
  .user_profile_bot .list_type {
    margin-top: 8px;
  }
  .user_profile_bot.calling_run .calling {
    font-size: 12px;
  }
  .user_profile_bot.calling_run .calling .time {
    font-size: 20px;
  }
  .user_profile_bot.calling_run .call_btn {
    margin: 14px 0 0;
  }
  .user_profile_bot.calling_run .call_btn a.smal img {
    max-height: 17px;
    max-width: 17px;
  }

  .chat_box .user_profile_bot {
    overflow: visible;
  }
  .user_profile_top {
    min-height: 140px;
  }

  .team_video_call .calling_user video {
    height: 55px;
    width: 55px;
  }
  .team_video_call .sub_btns a {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .team_video_call .sub_btns a img {
    max-height: 18px;
    max-width: 18px;
  }
  .team_video_call .call_cut a {
    max-width: 52px;
    max-height: 52px;
    display: inline-block;
  }
  .team_video_call .time {
    right: 20px;
    top: 15px;
  }
  .team_video_call .time {
    font-size: 16px;
  }

  .chat_view_sub .in_view_middel {
    padding: 14px 10px 30px 14px;
  }
}

/*-- Help css start--*/
.m-t-xl {
  margin-top: 35px !important;
}

.m-t-lg {
  margin-top: 20px !important;
}

.m-t-md {
  margin-top: 15px !important;
}

.m-t-sm {
  margin-top: 10px !important;
}

.m-t-xs {
  margin-top: 5px !important;
}

.m-b-xl {
  margin-bottom: 35px !important;
}

.m-b-lg {
  margin-bottom: 20px !important;
}

.m-b-md {
  margin-bottom: 15px !important;
}

.m-b-sm {
  margin-bottom: 10px !important;
}

.m-b-xs {
  margin-bottom: 5px !important;
}

.m-l-lg {
  margin-left: 20px !important;
}

.m-l-md {
  margin-left: 15px !important;
}

.m-l-sm {
  margin-left: 10px !important;
}

.m-l-xs {
  margin-left: 5px !important;
}

.m-r-lg {
  margin-right: 20px !important;
}

.m-r-md {
  margin-right: 15px !important;
}

.m-r-sm {
  margin-right: 10px !important;
}

.m-r-xs {
  margin-right: 5px !important;
}

.m-t-n {
  margin-top: 0 !important;
}

.m-l-n {
  margin-left: 0 !important;
}

.m-r-n {
  margin-right: 0 !important;
}

.m-b-n {
  margin-bottom: 0 !important;
}

.p-t-xl {
  padding-top: 35px !important;
}

.p-t-lg {
  padding-top: 20px !important;
}

.p-t-md {
  padding-top: 15px !important;
}

.p-t-sm {
  padding-top: 10px !important;
}

.p-t-xs {
  padding-top: 5px !important;
}

.p-b-lg {
  padding-bottom: 20px !important;
}

.p-b-md {
  padding-bottom: 15px !important;
}

.p-b-sm {
  padding-bottom: 10px !important;
}

.p-b-xs {
  padding-bottom: 5px !important;
}

.p-l-lg {
  padding-left: 20px !important;
}

.p-l-md {
  padding-left: 15px !important;
}

.p-l-sm {
  padding-left: 10px !important;
}

.p-l-xs {
  padding-left: 5px !important;
}

.p-r-lg {
  padding-right: 20px !important;
}

.p-r-md {
  padding-right: 15px !important;
}

.p-r-sm {
  padding-right: 10px !important;
}

.p-r-xs {
  padding-right: 5px !important;
}

.p-t-n {
  padding-top: 0 !important;
}

.p-l-n {
  padding-left: 0 !important;
}

.p-r-n {
  padding-right: 0 !important;
}

.p-b-n {
  padding-bottom: 0 !important;
}

.p-xl {
  padding: 35px !important;
}

.p-lg {
  padding: 20px !important;
}

.p-md {
  padding: 15px !important;
}

.p-sm {
  padding: 10px !important;
}

.p-xs {
  padding: 5px !important;
}

.m-xl {
  margin: 35px !important;
}

.m-lg {
  margin: 20px !important;
}

.m-md {
  margin: 15px !important;
}

.m-sm {
  margin: 10px !important;
}

.m-xs {
  margin: 5px !important;
}

.m-n {
  margin: 0 !important;
}

.p-n {
  padding: 0 !important;
}

.m-l-btn {
  margin-left: 8px;
}

.m-r-btn {
  margin-right: 8px;
}

.m-b-btn {
  margin-bottom: 8px;
}

.m-t-btn {
  margin-top: 8px;
}

.p-l-btn {
  padding-left: 8px;
}

.p-r-btn {
  padding-right: 8px;
}

.p-b-btn {
  padding-bottom: 8px;
}

.p-t-btn {
  padding-top: 8px;
}

.no-border {
  border: 0 !important;
}

.margin-auto {
  margin: 0 auto !important;
}
.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.btn.btn-primary {
  color: #fff;
  background-color: #59d690;
  border-color: #59d690;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:active:focus,
.btn.btn-primary:focus {
  color: #fff;
  background-color: #2ec16f;
  border-color: #2ec16f;
}
.btn.btn-secondary {
  color: #fff !important;
  background-color: #fb8417;
  border-color: #fb8417;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:focus {
  color: #fff;
  background-color: #b35c0c;
  border-color: #b35c0c;
}
.table-fixed {
  table-layout: fixed;
}
.table {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.error-text:empty {
  display: none;
}
.error-text {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.group-venue-block .col-xs-8,
.my-venue-block .col-xs-8 {
  width: 66%;
}
/*-- Help css end--*/

/*************************************/
/* Update Code start */
/*************************************/
.modal.fade.show.in,
.modal.fade.in {
  transition: all 0.15s linear;
  z-index: 1050;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  display: block;
}
.modal.fade {
  transition: all 0.15s linear;
  z-index: -1050;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  display: block;
}
.fade.show {
  opacity: 1;
}
.radio_row {
  margin-bottom: 15px;
}
.wm50 {
  max-width: 50%;
}
.mb15 {
  margin-bottom: 15px;
}
label {
  font-weight: normal !important;
}
.btn-full {
  display: block;
  width: 100%;
}
.radio_row .radio {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.radio_row .radio + .radio {
  margin-left: 10px;
  margin-top: 0;
}
.radio [type="radio"]:checked,
.radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio [type="radio"]:checked + label,
.radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.radio [type="radio"]:checked + label:before,
.radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.radio [type="radio"]:checked + label:after,
.radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fb8417;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom_checkbox {
  position: relative;
}

.custom_checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom_checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 27px;
  display: inline;
}

.custom_checkbox input[type="checkbox"] {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
}

.custom_checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fb8417;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
}

.custom_checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 9px;
  border: solid #fb8417;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.row_space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row_space_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.row_space_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.row_space_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-open .modal {
  z-index: 9999;
}
.modal-footer {
  display: block;
}
.modal-footer-center {
  text-align: center !important;
}

.modal-header .close {
  top: 4px;
  padding: 0 1rem;
  position: relative;
}
.list-group-cust {
  margin-bottom: 0;
}
.list-group-cust li {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.form-control {
  width: 100% !important;
}
.text-center {
  text-align: center !important;
}
.modal.fade.show.in,
.modal.fade.in,
.modal {
  overflow: auto !important;
}

.share_invite img {
  max-width: 36px;
}
.invite-modal-info {
  font-size: 15px;
  line-height: 20px;
  margin-top: 0;
}
.share_invite h4 {
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  display: block;
  color: #333;
}
.share_invite ul li a {
  display: block;
  background: #e5e5e5;
  border: 1px solid #a7a2a2;
  width: 80px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
}
.share_invite ul li a:focus {
  box-shadow: none;
  outline: none;
}
.share_invite ul {
  text-align: center;
}
.share_invite .list-inline > li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.modal .modal-dialog {
  /* transform: translate(0, -50%) !important;
  top: 50%;
  max-height: 80vh; */
  transform: translate(0, 0) !important;
  top: auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100vh;
}
.keep-track-info {
  margin-bottom: 15px;
}
.keep-track-info h4 {
  margin-top: 0;
  margin-bottom: 3px;
}
.keep-track-info-details {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 3px;
  background: #f9f9f9;
  margin-bottom: 5px;
}
.keep-track-info-details h3 {
  margin: 0;
  font-size: 18px;
}
.modal-header {
  border-bottom: 1px solid #c1c1c1 !important;
}

/*************************************/
/* Update Code End */
/*************************************/
/* New Media query start  */
@media only screen and (min-width: 768px) {
  .modal-dialog {
    margin: 0px auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .header_sub {
    z-index: 2 !important;
  }
  .fade.in {
    background: transparent;
    margin-top: 70px;
  }
  #start_screen_modal.fade.in,
  #dp_change_modal.fade.in,
  #get_app.fade.in {
    margin-top: 0;
  }
  .ios-mobile .fade.in {
    background: #fff;
  }
  .modal .modal-dialog {
    /* transform: translate(0,0) !important;
      top: inherit;
      max-height: 100vh; */
  }

  .modal.fade .modal-dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    height: calc(100vh - 70px);
    top: 70px;
    background: #fff;
    overflow: auto;
    max-width: 100%;
  }
  #start_screen_modal.modal.fade .modal-dialog,
  #dp_change_modal.modal.fade .modal-dialog,
  #get_app.modal.fade .modal-dialog {
    height: calc(100vh - 10px);
    top: 10px;
  }
  .ios-mobile .modal.fade .modal-dialog {
    /* height: calc(100vh - 130px); */
  }
  .modal.fade .modal-dialog .modal-content {
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    height: calc(100% - 0px);
    overflow: scroll;
  }
  #isShowManageDirection .modal-body {
    flex: 0;
  }
  #share_media_modal .modal-dialog {
    height: calc(100vh - 70px);
    top: 70px;
  }
  #isFeedbackModal .modal-content {
    overflow: scroll;
    height: calc(100vh - 70px);
  }
  #isFeedbackModal .modal-content .modal-header,
  #isReportIssueModal .modal-content .modal-header,
  .modal-header {
    min-height: auto !important;
  }
  /* .open-travel-info .modal-body{
    overflow: scroll;
    max-height: calc(100vh - 150px);
  } */
  .team_search_header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #team_find_list .custom_checkbox label:before {
    padding: 9px;
    top: -2px;
  }
  #team_find_list .custom_checkbox input:checked + label:after {
    left: 8px;
  }
  .share_invite {
    padding-bottom: 5vh;
  }
  .global-notifications {
    z-index: 999999999;
  }
  /* 767px eng here */
}
/* New Media query end */
@media only screen and (max-width: 639px) {
  .call_msg {
    right: 0;
  }
  #isReportIssueModal .modal-footer,
  #isFeedbackModal .modal-footer {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 414px) {
  .share_invite ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .share_invite img {
    max-width: 25px;
  }
}

@media only screen and (max-height: 565px) {
  #start_screen_modal .modal-header {
    min-height: auto;
  }
  #start_screen_modal .modal-content {
    height: 100%;
    overflow: auto;
  }
}

/* Landscape CSS start */
.landscape_mode {
  pointer-events: auto;
  visibility: visible;
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #999;
  flex-direction: column;
  padding: 0 10%;
  text-align: center;
  background: #f9f9f9;
  z-index: 99999999999999;
  position: fixed;
  top: 0;
  left: 0;
}
.landscape_mode span {
  pointer-events: auto;
  font-size: 28px;
  display: block;
  color: #5a5a5a;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 1px 2px 2px #ccc;
  z-index: 99999999999999;
}

/* Landscape CSS end */

.blink {
  color: #000;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-timing-function: linear;
}

.color-red {
  color: red;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.parent_video_group {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer !important;
}

.team_call_list {
  display: grid;
  grid-template-rows: 100px;
  grid-template-columns: 1fr 1fr;
  padding: 2px;
  grid-gap: 2px;
  z-index: 0;
}

.team_call_list video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.namebar_group {
  position: absolute;
  width: 100%;
  height: 20px;
  background: black;
  display: flex;
  place-items: center;
  justify-content: center;
  bottom: -1px;
  color: white;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  z-index: 0;
}

.parent_video_group .controls_group {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  place-items: center;
  justify-content: center;
  top: 1px;
  color: white;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer !important;
  display: none;
  z-index: 2;
}

.parent_video_group .controls_group i {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}

.parent_video_group .controls_group i:hover {
  color: red;
}

.group_muted_control {
  color: red;
}

.parent_video_group:hover .controls_group {
  display: flex;
}

/* audiopage message start */
.audiopage_list {
  position: absolute;
  top: 0px;
  left: 0;
  background: white;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.audiopage_list_row {
  overflow: hidden scroll;
  height: calc(100% - 60px);
}

.audiopage_list_row a {
  display: flex;
  padding: 10px;
  align-items: center;
  padding-left: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.audiopage_list_row a:hover {
  background: #eee;
}

.audiopage_list_row h3 {
  padding-left: 15px;
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
}

.audiopage_list_row a img {
  width: 30px;
  border-radius: 25px;
}

.audiopage_list #team_find_list {
  height: 100%;
}

.audiopage_list h2 {
  text-align: center;
}

.audiopage_list .team_search_header {
  border-bottom: 1px solid #aaa;
}

.audiopage_list .team_search_header i {
  position: absolute;
  color: #d32e2f;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 22px;
}

.audiopage_list .audiomsg_receiver_text {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: white;
}

.audiomsg_write_message {
  background: #59d690;
  padding: 10px 25px;
  left: 50%;
  border-radius: 10px;
  position: absolute;
  bottom: 5px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  transform: translateX(-50%);
}

.audiomsg_write_message .message {
  margin-right: 5px;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
}

.audiomsg_write_buttons button {
  background: #f68417;
  border: none;
  padding: 5px 15px;
  margin-right: 9px;
  border-radius: 2px;
  color: white;
  font-weight: bold;
}

.audiomsg_write_message input {
  outline: none;
  border-width: 0px;
  border-radius: 5px;
  border: none;
}

/* audiopage message end */

/* videopage message start */
.videopage_list {
  position: absolute;
  top: 0px;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
}

.videopage_list_row {
  overflow: hidden scroll;
  height: calc(100% - 60px);
}

.videopage_list_row a {
  display: flex;
  padding: 10px;
  align-items: center;
  padding-left: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.videopage_list_row a:hover {
  background: #eee;
}

.videopage_list_row h3 {
  padding-left: 15px;
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
}

.videopage_list_row a img {
  width: 30px;
  border-radius: 25px;
}

.videopage_list #team_find_list {
  height: 100%;
}

.videopage_list h2 {
  text-align: center;
}

.videopage_list .team_search_header {
  border-bottom: 1px solid #aaa;
}

.videopage_list .team_search_header i {
  position: absolute;
  color: #d32e2f;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 22px;
}

.videopage_list .videomsg_receiver_text {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: white;
}

.videomsg_write_message {
  background: #59d690;
  padding: 10px 25px;
  left: 50%;
  border-radius: 10px;
  position: absolute;
  bottom: 5px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  transform: translateX(-50%);
}

.videomsg_write_message .message {
  margin-right: 5px;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
}

.videomsg_write_buttons button {
  background: #f68417;
  border: none;
  padding: 5px 15px;
  margin-right: 9px;
  border-radius: 2px;
  color: white;
  font-weight: bold;
}

.videomsg_write_message input {
  outline: none;
  border-width: 0px;
  border-radius: 5px;
  border: none;
}

/* videopage message end */

.audio.team_call_list .namebar_group {
  height: 100%;
  z-index: 0;
}

#team_ongoing_group_call .groupbox_footer {
  height: 50px;
  overflow: hidden;
  background: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.groupbox_footer .call_cut img {
  height: 40px !important;
}

.groupbox_footer i {
  font-size: 20px !important;
}

.customerMarkerMessage_span {
}
