.cardlist.blocked {
  background-color: rgba(244, 106, 106, 0.031372549);
  border: 1px solid #f46a6a;
}
.cardlist.blocked .count {
  background-color: rgba(207, 207, 207, 0.431372549);
}
.cardlist.blocked .threedotmenu {
  background-color: rgba(207, 207, 207, 0.431372549);
}
.cardlist.restricteduser {
  border: 1px solid #f1b44c;
}
.cardlist .count {
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 5px;
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.cardlist .files {
  color: #6e95dd;
}
.cardlist .Status {
  width: auto;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 5px;
  color: black;
  font-size: 15px;
  padding: 0 12px;
}
.cardlist .btnlog {
  width: auto;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 5px;
  color: black;
  font-size: 15px;
  padding: 0 12px;
  position: relative;
}
.cardlist .btnlog span {
  position: absolute;
  right: -9px;
  top: -9px;
  background-color: #b5b5b5;
  width: 20px;
  height: 20px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: white;
  font-weight: 600;
}
.cardlist .btnlog img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cardlist .threedotmenu {
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 5px;
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.cardlist h6 {
  font-size: 13px;
  font-weight: 500;
  color: black;
  margin-bottom: 5px;
}
.cardlist p {
  color: gray;
  font-size: 13px;
  margin-bottom: 0;
}
.cardlist .userimg {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  margin-right: 10px;
}
.cardlist .passkeybox {
  display: grid;
  grid-template-columns: repeat(6, 20px);
  background-color: transparent;
  border: 1px solid #ccc;
  width: -moz-max-content;
  width: max-content;
  border-right: none;
}
.cardlist .passkeybox div {
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
}
.cardlist .unverified {
  font-size: 20px;
  color: #f1b44c;
  margin-left: 6px;
}
.cardlist .verified {
  font-size: 20px;
  color: #34c38f;
  margin-left: 6px;
}

.counters img {
  width: 41px;
  height: 38px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .counters img {
    width: 30px;
    height: 30px;
  }
}

#storagemanage .modal-body {
  background-color: #f8f8fb;
}
#storagemanage .modal-body .main_search {
  position: relative;
}
#storagemanage .modal-body .main_search input {
  padding-left: 39px;
}
#storagemanage .modal-body .main_search i {
  font-size: 20px;
  position: absolute;
  top: 9px;
  left: 12px;
}
#storagemanage .modal-body .main_files_filter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  #storagemanage .modal-body .main_files_filter {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#storagemanage .modal-body .main_files_filter .form-check {
  padding: 0;
}
#storagemanage .modal-body .main_files_filter .form-check input {
  display: none;
}
#storagemanage .modal-body .main_files_filter .form-check input:checked + label {
  border-bottom: 3px solid #34c38f;
}
#storagemanage .modal-body .main_files_filter .form-check label {
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
  margin-top: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #storagemanage .modal-body .main_files_filter .form-check label {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
#storagemanage .modal-body .main_files_filter .form-check label .title {
  color: black;
  font-weight: 600;
  font-size: 11px;
}
#storagemanage .modal-body .main_files_filter .form-check label .total {
  color: gray;
  font-size: 11px;
}
#storagemanage .modal-body .main_files_filter .form-check label i {
  font-size: 19px;
}
#storagemanage .modal-body .main_files_filter .form-check label .allfile_icon {
  color: #f1b44c;
}
#storagemanage .modal-body .main_files_filter .form-check label .Photos_icon {
  color: #3473f5;
}
#storagemanage .modal-body .main_files_filter .form-check label .Videos_icon {
  color: #6943dd;
}
#storagemanage .modal-body .main_files_filter .form-check label .Audio_icon {
  color: #dd642e;
}
#storagemanage .modal-body .main_files_filter .form-check label .Documents_icon {
  color: #48b95d;
}
#storagemanage .modal-body .fils_list_details {
  display: flex;
  background-color: white;
  margin-top: 10px;
  padding: 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
#storagemanage .modal-body .fils_list_details p {
  margin: 0;
}
#storagemanage .modal-body .fils_list_details p.name {
  font-size: 13px;
  font-weight: 500;
  color: black;
}
#storagemanage .modal-body .fils_list_details p.date {
  color: gray;
  font-size: 12px;
}
#storagemanage .modal-body .fils_list_details i {
  font-size: 30px;
  margin-right: 15px;
}
#storagemanage .modal-body .fils_list_details .allfile_icon {
  color: #f1b44c;
}
#storagemanage .modal-body .fils_list_details .Photos_icon {
  color: #3473f5;
}
#storagemanage .modal-body .fils_list_details .Videos_icon {
  color: #6943dd;
}
#storagemanage .modal-body .fils_list_details .Audio_icon {
  color: #dd642e;
}
#storagemanage .modal-body .fils_list_details .Documents_icon {
  color: #48b95d;
}
#storagemanage .modal-body .storage_bar {
  padding: 12px;
  border-radius: 5px;
  background-color: white;
}
#storagemanage .modal-body .storage_bar .name {
  font-size: 13px;
  font-weight: 500;
  color: black;
}
#storagemanage .modal-body .storage_bar .size {
  color: gray;
  font-size: 13px;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress {
  display: flex;
  width: 100%;
  gap: 2px;
  height: 7px;
  background-color: #ebebeb;
  margin-top: 10px;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress .Photos {
  background-color: #3473f5;
  width: 30%;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress .Videos {
  background-color: #6943dd;
  width: 30%;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress .Audio {
  background-color: #dd642e;
  width: 10%;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress .Documents {
  background-color: #48b95d;
  width: 30%;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress_lable {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress_lable div {
  font-size: 12px;
  font-weight: 500;
  color: black;
  display: flex;
  align-items: center;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress_lable div span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 5px;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress_lable .Photos span {
  background-color: #3473f5;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress_lable .Videos span {
  background-color: #6943dd;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress_lable .Audio span {
  background-color: #dd642e;
}
#storagemanage .modal-body .storage_bar .storage_bar_progress_lable .Documents span {
  background-color: #48b95d;
}

#restricteaccess .modal-body {
  background-color: #f8f8fb;
}

.five-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .five-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .five-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.five-grid .card {
  height: 100%;
}

.main_search_head {
  position: relative;
}
@media (max-width: 767px) {
  .main_search_head {
    width: 100%;
  }
}
.main_search_head input {
  padding-left: 39px;
}
.main_search_head i {
  font-size: 20px;
  position: absolute;
  top: 9px;
  left: 12px;
}

.btn {
  white-space: nowrap;
}

input:-webkit-autofill {
  background-color: transparent; /* Change this to your desired color */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000 !important; /* Change text color to black */
  transition: background-color 5000s ease-in-out 0s, -webkit-text-fill-color 5000s ease-in-out 0s;
}

#vertical-menu-btn i {
  font-size: 16px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #f9f9fA;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  color: black;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
ul.accordion-list li h3:after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  top: 0;
  color: #556ee6;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

.newflagadd {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  gap: 62px;
}

.newflagrelativw {
  position: relative;
  cursor: pointer;
}

.mainactivflag {
  position: absolute;
  top: -9px;
  width: 5px;
  height: 5px;
  background-color: red;
  border-radius: 100px;
  display: none;
}

.inactivefc.activefc .mainactivflag {
  display: block;
}

.newrightcorner {
  position: relative;
}

.newrightcorner span {
  position: absolute;
  top: -8px;
  right: -7px;
}

.mainsdmodalboxdesign {
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 5px;
  position: relative;
}

.newnumberlistadd {
  position: absolute;
  top: -9px;
  left: -17px;
}

.newnumberlistadd {
  width: 20px;
  height: 20px;
  display: inline-flex;
  background-color: #878787 !important;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  color: #e9e9e9;
  font-size: 11px;
  font-weight: 500;
  padding-top: 2px;
  margin-left: 10px;
  line-height: 0;
}

.mainheadersdm {
  background-color: #f0f0f0;
  border-radius: 5px;
}

p.headertextsdm {
  font-size: 12.5px;
  margin-bottom: 1px;
  color: #676767;
  font-weight: 400;
}

.headertextsdmspan {
  color: black;
  margin-bottom: 0;
}

p.mainsdmtitale {
  font-size: 13px;
  color: #000000;
  opacity: 0.64;
  margin: 0px;
}

p.mainsubtextsdm {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin: 0px;
}

.logoimguploadsize {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: contain;
  background-color: #ebebeb;
}

.activeclickbox .card {
  border-top: 3px solid #48b95d;
}

.pagging {
  padding: 20px 0px;
}

.pagging ul {
  padding: 0;
  margin: 0;
}

.pagging ul li {
  display: inline-block;
  vertical-align: middle;
}

.pagging ul li a {
  /* width:35px; height:35px; */
  background: #e6e6e6;
  /* border-radius:100%; */
  font-size: 14px;
  line-height: 35px;
  color: black;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 0px 15px;
}

.pagging ul li a:hover {
  background: #e6e6e6;
}

.pagging ul li.active a {
  background: #ad7b61;
  color: #fff;
  border-color: #ad7b61;
}

.pagging ul li.J-paginationjs-next a,
.pagging ul li.J-paginationjs-previous a {
  /* background:#000; */
  color: #828282;
  /* font-size:25px; */
}

.pagging ul li:first-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagging ul li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagging ul li.active a {
  color: #fff;
  border-color: #556ee6;
  background: #556ee6;
}

.menuicon {
  padding: 0 !important;
}
.menuicon i {
  font-size: 16px;
  position: relative;
  top: 3px;
}

.chat-leftsidebar .chat-leftsidebar-nav .nav {
  background-color: var(--bs-secondary-bg);
}

.chat-leftsidebar .chat-leftsidebar-nav .tab-content {
  min-height: 488px;
}
@media (max-width: 767px) {
  .chat-leftsidebar .chat-leftsidebar-nav .tab-content {
    min-height: auto;
  }
}

.chat-noti-dropdown.active:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f46a6a;
  border-radius: 50%;
  right: 0;
}

.chat-noti-dropdown .btn {
  padding: 6px;
  box-shadow: none;
  font-size: 20px;
}

.chat-search-box .form-control {
  border: 0;
}

.chat-list {
  margin: 0;
}

.chat-list li.active a {
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.chat-list li a {
  display: block;
  padding: 14px 14px;
  color: var(--bs-secondary-color);
  transition: all 0.4s;
  border-top: 1px solid var(--bs-border-color);
  border-radius: 4px;
}

.chat-list li a:hover {
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.user-chat-nav .dropdown .nav-btn {
  color: var(--bs-body-color);
  height: 40px;
  width: 40px;
  line-height: 42px;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  background-color: var(--bs-light);
  border-radius: 50%;
  border: none;
}

.user-chat-nav .dropdown .dropdown-menu {
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  border: 1px solid var(--bs-border-color);
}

.chat-conversation li {
  clear: both;
}

.chat-conversation .chat-day-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

.chat-conversation .chat-day-title .title {
  background-color: var(--bs-secondary-bg);
  position: relative;
  z-index: 1;
  padding: 6px 24px;
}

.chat-conversation .chat-day-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: var(--bs-border-color);
  top: 10px;
}

.chat-conversation .chat-day-title .badge {
  font-size: 12px;
}

.chat-conversation .conversation-list {
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
}

.chat-conversation .conversation-list .ctext-wrap {
  padding: 12px 24px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px 8px 8px 0;
  overflow: hidden;
}

.chat-conversation .conversation-list .ctext-wrap .conversation-name {
  font-weight: 500;
  color: #00aa68;
  margin-bottom: 4px;
}

.chat-conversation .conversation-list .dropdown {
  float: right;
}

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
  font-size: 18px;
  padding: 4px;
  color: var(--bs-secondary-color);
}

@media (max-width: 575.98px) {
  .chat-conversation .conversation-list .dropdown .dropdown-toggle {
    display: none;
  }
}
.chat-conversation .conversation-list .dropdown .dropdown-menu {
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  border: 1px solid var(--bs-border-color);
}

.chat-conversation .conversation-list p {
  color: black;
}

.chat-conversation .conversation-list p.chat-time {
  font-size: 11px;
  color: gray;
}

.chat-conversation .right .conversation-list {
  float: right;
}

.chat-conversation .right .conversation-list .ctext-wrap {
  background-color: #dcffc7;
  text-align: right;
  border-radius: 8px 8px 0 8px;
}

.chat-conversation .right .conversation-list .dropdown {
  float: left;
}

.chat-conversation .right .conversation-list.last-chat .conversation-list:before {
  right: 0;
  left: auto;
}

.chat-conversation .last-chat .conversation-list:before {
  content: "\f0009";
  font-family: "Material Design Icons";
  position: absolute;
  color: #556ee6;
  right: 0;
  bottom: 0;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .chat-conversation .last-chat .conversation-list:before {
    display: none;
  }
}
.chat-input-section {
  border-top: 1px solid var(--bs-border-color);
}

.chat-input {
  border-radius: 30px;
  background-color: var(--bs-light) !important;
  border-color: var(--bs-light) !important;
  padding-right: 120px;
}

.chat-input-links {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.chat-input-links li a {
  font-size: 16px;
  line-height: 36px;
  padding: 0 4px;
  display: inline-block;
}

@media (max-width: 575.98px) {
  .chat-send {
    min-width: auto;
  }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0 !important;
  bottom: 0;
  right: 0 !important;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  padding: 0 !important;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.simplebar-content:after, .simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 4px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.custom-scroll {
  height: 100%;
}

.chatmodal.modal.fade.show .modal-dialog {
  transform: none !important;
}
.chatmodal.modal.fade .modal-dialog {
  transform: translateX(100%);
  margin: 0 0 0 auto !important;
}
.chatmodal.modal.fade .modal-dialog .modal-content {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .chatmodal.modal.fade .modal-dialog .modal-content {
    height: auto;
  }
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.media {
  display: flex;
  width: 100%;
}

.avatar-title {
  align-items: center;
  background-color: #556ee6;
  color: #fff;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.rightchathistory {
  max-height: calc(100vh - 250px);
  height: calc(100vh - 250px);
  overflow-y: scroll;
}
.rightchathistory::-webkit-scrollbar {
  display: none;
}

.chatnamelist {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
}
.chatnamelist::-webkit-scrollbar {
  display: none;
}

.mainchatuserdetails.active {
  border-left: 4px solid #00aa68;
}

.maingroupuserdetails.active {
  border-left: 4px solid #00aa68;
}

.chat-list li a {
  transform: all 0.5s;
}

.chat-list li a:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border-left: 4px solid #00aa68;
}

.n_app_user_crad {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.n_app_user_crad .app_user_body {
  padding: 15px;
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 15px;
}
@media (max-width: 767px) {
  .n_app_user_crad .app_user_body {
    grid-template-columns: 2fr 1.7fr;
  }
}
.n_app_user_crad .app_user_body .app_user_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4705882353);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.n_app_user_crad .app_user_body .app_user_top .conter {
  width: 30px;
  height: 30px;
  background-color: rgba(211, 211, 211, 0.2392156863);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-weight: 500;
}
@media (max-width: 575px) {
  .n_app_user_crad .app_user_body .app_user_top .conter {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
.n_app_user_crad .app_user_body .app_user_top .app_user_top_right {
  display: flex;
  align-items: center;
}
.n_app_user_crad .app_user_body .app_user_top .app_user_top_right .flag {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 575px) {
  .n_app_user_crad .app_user_body .app_user_top .app_user_top_right .flag {
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}
.n_app_user_crad .app_user_body .app_user_top .app_user_top_right .flag span {
  position: absolute;
  right: -9px;
  top: -9px;
  background-color: #b3b3b3;
  width: 20px;
  height: 20px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: white;
  font-weight: 600;
}
@media (max-width: 575px) {
  .n_app_user_crad .app_user_body .app_user_top .app_user_top_right .flag span {
    width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 4px;
  }
}
.n_app_user_crad .app_user_body .app_user_top .app_user_top_right .flag img {
  width: 12px;
}
@media (max-width: 575px) {
  .n_app_user_crad .app_user_body .app_user_top .app_user_top_right .flag img {
    width: 9px;
  }
}
.n_app_user_crad .app_user_body .app_user_top .app_user_top_right .notes {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 575px) {
  .n_app_user_crad .app_user_body .app_user_top .app_user_top_right .notes {
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}
.n_app_user_crad .app_user_body .app_user_top .app_user_top_right .notes span {
  position: absolute;
  right: -9px;
  top: -9px;
  background-color: #b3b3b3;
  width: 20px;
  height: 20px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: white;
  font-weight: 600;
}
@media (max-width: 575px) {
  .n_app_user_crad .app_user_body .app_user_top .app_user_top_right .notes span {
    width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 4px;
  }
}
.n_app_user_crad .app_user_body .app_user_top .app_user_top_right .notes i {
  font-size: 17px;
}
@media (max-width: 575px) {
  .n_app_user_crad .app_user_body .app_user_top .app_user_top_right .notes i {
    font-size: 14px;
  }
}
.n_app_user_crad .app_user_body .app_user_top .app_user_top_right .dropdown {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .n_app_user_crad .app_user_body .app_user_top .app_user_top_right .dropdown {
    width: 25px;
    height: 25px;
  }
}
.n_app_user_crad .app_user_body .app_user_top .app_user_top_right .dropdown i {
  font-size: 14px;
}
.n_app_user_crad .app_user_body .app_user_profile {
  display: block;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background-color: #f8f8fb;
  padding: 10px;
  border: none;
  margin-bottom: 0;
}
.n_app_user_crad .app_user_body .app_user_profile .userimg_main {
  position: relative;
}
.n_app_user_crad .app_user_body .app_user_profile .userimg_main .userimg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 0;
  aspect-ratio: 1;
  margin-bottom: 7px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
.n_app_user_crad .app_user_body .app_user_profile .userimg_main span {
  color: white;
  font-size: 10px;
  font-weight: 400;
  padding: 1px 9px;
  font-weight: 400;
  position: absolute;
  top: 0;
  margin-left: 7px;
  right: 0;
  border-radius: 0;
}
.n_app_user_crad .app_user_body .app_user_profile .userimg_main span.blocked {
  background-color: #fa8681;
}
.n_app_user_crad .app_user_body .app_user_profile .userimg_main span.resticted {
  background-color: #f1b44c;
}
.n_app_user_crad .app_user_body .app_user_profile p.username {
  font-size: 16px;
  font-weight: 700;
  color: black;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .n_app_user_crad .app_user_body .app_user_profile p.username {
    font-size: 14px;
  }
}
.n_app_user_crad .app_user_body .app_user_profile p.usercontact {
  margin: 0;
  font-size: 12px;
  color: gray;
}
@media (max-width: 575px) {
  .n_app_user_crad .app_user_body .app_user_profile p.usercontact {
    font-size: 10px;
  }
}
.n_app_user_crad .app_user_body .app_user_profile .chatbtn {
  background-color: #39ac65;
  border: 1px solid #39ac65;
  width: 100%;
  padding: 4px 7px;
  font-size: 11px;
  color: white;
  border-radius: 3px;
  margin-top: 9px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767px) {
  .n_app_user_crad .app_user_body .app_user_profile .chatbtn {
    font-size: 10px;
  }
}
.n_app_user_crad .app_user_body .app_user_content p.texttitle {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: gray;
}
@media (max-width: 767px) {
  .n_app_user_crad .app_user_body .app_user_content p.texttitle {
    font-size: 12px;
  }
}
.n_app_user_crad .app_user_body .app_user_content p.textdesc {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  color: black;
}
@media (max-width: 767px) {
  .n_app_user_crad .app_user_body .app_user_content p.textdesc {
    font-size: 10px;
  }
}
.n_app_user_crad .app_user_body .app_user_content p.textdesc span {
  display: block;
}
.n_app_user_crad .app_user_body .app_user_footer {
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 4px 7px;
  margin-top: 7px;
  border-radius: 5px;
}
.n_app_user_crad .app_user_body .app_user_footer.unverified {
  border: 1px solid #f1b44c;
}
.n_app_user_crad .app_user_body .app_user_footer.unverified .passkeycode {
  color: #f1b44c;
}
.n_app_user_crad .app_user_body .app_user_footer.verified {
  border: 1px solid #56ad6d;
}
.n_app_user_crad .app_user_body .app_user_footer.verified .passkeycode {
  color: #56ae6d;
}
.n_app_user_crad .app_user_body .app_user_footer .passkeycode {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}
@media (max-width: 767px) {
  .n_app_user_crad .app_user_body .app_user_footer .passkeycode {
    letter-spacing: 2px;
    font-size: 10px;
  }
}
.n_app_user_crad .app_user_body .app_user_footer .passkeycode i {
  font-size: 14px;
}
@media (max-width: 767px) {
  .n_app_user_crad .app_user_body .app_user_footer .passkeycode i {
    font-size: 12px;
  }
}

.chat-conversation {
  background-image: url("../images/chatbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.chat-list h5 {
  color: #000;
  font-size: 14px;
  margin-bottom: 3px !important;
}

.chat-list .avatar-xs {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat-leftsidebar-nav .nav-link {
  color: #00aa68;
}
.chat-leftsidebar-nav .nav-link.active {
  background-color: #00aa68;
  color: #ffffff;
}

.conversation-list video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.conversation-list .shareimgpreview {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}

.main_file_shared {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.0588235294);
  padding: 9px;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 5px;
}
.main_file_shared img {
  width: 22px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 7px;
}
.main_file_shared p {
  color: #000000 !important;
  font-size: 12px;
  margin-bottom: 0;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #39ac65;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.chatmodal .newsimpalloder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2392156863);
  z-index: 9;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.chatmodal .newsimpalloder .mainloader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sweet-alert {
  font-family: "Poppins", sans-serif !important;
  transform: translate(-50%, -50%);
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: 390px;
  left: 50% !important;
  right: 0 !important;
}
@media (max-width: 767px) {
  .sweet-alert {
    width: 90%;
  }
}

.showSweetAlert[data-animation=pop] {
  animation: none !important;
  opacity: 1 !important;
  transition: opacity 0.5s;
}

.hideSweetAlert[data-animation=pop] {
  animation: none !important;
  opacity: 0 !important;
  transition: all 0.5s;
}

.sweet-alert h2 {
  color: black;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
}

.sweet-alert p {
  color: gray;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-bottom: 20px;
}

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 5;
  border-radius: 5px;
  padding: 6px 10px;
  margin: 0;
  cursor: pointer;
  border: none !important;
  box-shadow: none !important;
}
.sweet-alert button.confirm {
  background-color: #39ac65 !important;
}
.sweet-alert button.cancel {
  background-color: #fa8681 !important;
}

.app_user_content .row .col-6:last-child .textdesc {
  height: 36px;
}
@media (max-width: 767px) {
  .app_user_content .row .col-6:last-child .textdesc {
    height: auto;
  }
}

@media (max-width: 767px) {
  .pagging ul li a {
    background: #e6e6e6;
    /* border-radius: 100%; */
    font-size: 12px;
    line-height: 26px;
    color: black;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 0px 8px;
  }
  .user-chat .card {
    border: 1px solid rgba(221, 221, 221, 0.8);
  }
}
.main_app_read {
  position: relative;
}
.main_app_read i {
  position: absolute;
  right: 0;
  width: 36px;
  height: 36px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(204, 204, 204, 0.8);
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */