.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 .count img {
  width: 4px;
}
.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 .right .conversation-list .ctext-wrap p {
  color: white;
}

.chat-conversation .conversation-list .ctext-wrap {
  padding: 12px 24px;
  background-color: #ffffff;
  border-radius: 8px 8px 8px 0;
  overflow: hidden;
}

.chat-conversation .conversation-list .ctext-wrap .conversation-name {
  font-weight: 500;
  color: #556ee6;
  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;
  margin-bottom: 0;
}

.chat-conversation .conversation-list p.chat-time {
  font-size: 10px;
  color: gray;
}

.chat-conversation .right .conversation-list .ctext-wrap p.chat-time {
  color: rgba(255, 255, 255, 0.6784313725);
}

.chat-conversation .right .conversation-list {
  float: right;
}

.chatnewbg {
  background-color: #efefef;
}

.chat-conversation .right .conversation-list .ctext-wrap {
  background-color: hsl(223.31, 100%, 70.39%);
  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: #ffffff !important;
  border-color: #ffffff !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 - 170px);
  height: calc(100vh - 170px);
  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-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);
  }
}
.blog_dashboard #chart-inquiry {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.blog_dashboard #chart-blog {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.blog_dashboard .card {
  border-radius: 0;
  padding: 14px;
  border-radius: 4px;
}
.blog_dashboard .b_line {
  border-right: 1px solid rgba(0, 0, 0, 0.0588235294);
  padding: 0px 15px;
}
@media (max-width: 575px) {
  .blog_dashboard .b_line {
    padding: 0px 10px;
  }
}
.blog_dashboard .main_card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog_dashboard .main_card {
    margin-bottom: 24px;
  }
}
.blog_dashboard .main_card p {
  color: #74788d;
  font-size: 13px;
  margin-bottom: 10px;
}
.blog_dashboard .main_card h6 {
  font-size: 16px;
  margin-bottom: 0;
}
.blog_dashboard .main_card i {
  background: rgb(239, 242, 247);
  color: rgb(85, 110, 230);
  padding: 12px;
  font-size: 20px;
  border-radius: 50px;
  margin-left: 4px;
}
.blog_dashboard h5 {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 600;
}
.blog_dashboard .img_blog {
  width: 100%;
  height: 70px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  -o-object-fit: contain;
  object-fit: contain;
  background: rgba(225, 225, 225, 0.3294117647);
}
.blog_dashboard h3 {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 1px;
}
.blog_dashboard span {
  color: #74788d;
  font-size: 11px;
}
.blog_dashboard button {
  width: auto;
  height: 28px;
}
.blog_dashboard .counts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .blog_dashboard .counts {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog_dashboard .counts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 24px;
  }
}

.account-pages .bg-subtle {
  background-color: #fffbf9;
  margin: 14px 20px;
  border-radius: 12px;
  margin-bottom: 0;
}
.account-pages .bg-subtle .lointext_logo {
  font-size: 23px;
  font-weight: 700;
  color: #ff724c;
  letter-spacing: 0.5px;
}
.account-pages .email_icon {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.account-pages .eye_icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.account-pages .unlock_icon {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.account-pages input {
  position: relative;
  padding-left: 15px;
}
.account-pages h3 {
  font-size: 24px;
  font-weight: 600;
}
.account-pages h5 {
  font-size: 13px;
}
.account-pages button {
  background-color: #ff724c;
  color: #ffffff;
  border: none;
}
.account-pages button:active {
  background-color: #ff724c;
  color: #ffffff;
  border: none;
}
.account-pages button:hover {
  background-color: #ff724c;
  color: #ffffff;
  border: none;
}
.account-pages button:focus {
  box-shadow: none;
}
.account-pages button:focus-visible {
  box-shadow: none;
}
.account-pages .btn-check:checked + .btn,
.account-pages :not(.btn-check) + .btn:active,
.account-pages .btn:first-child:active,
.account-pages .btn.active,
.account-pages .btn.show {
  background-color: #161616;
  color: #ffffff;
  border: none;
}

.industies_new .nav-pills .nav-link.active, .show > .industies_new .nav-pills .nav-link {
  background-color: none;
}

.dataTables_wrapper .row {
  display: flex;
  align-items: center;
}
.dataTables_wrapper .row:nth-child(1) .col-sm-12:last-child {
  display: flex;
  align-items: center;
  justify-content: end;
}
.dataTables_wrapper .row:nth-child(1) .dataTables_filter {
  position: relative;
}
.dataTables_wrapper .row:nth-child(1) .dataTables_filter label {
  width: 100%;
}
.dataTables_wrapper .row:nth-child(1) .dataTables_filter span {
  position: absolute;
  left: 10px;
  top: 12px;
}
.dataTables_wrapper .row:nth-child(1) .dataTables_filter input {
  padding-left: 28px;
  height: 38px;
  width: 100% !important;
}
.dataTables_wrapper .row:nth-child(1) .dataTables_length label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.dataTables_wrapper .row:nth-child(1) .dataTables_length label select {
  width: -moz-max-content;
  width: max-content;
  margin-top: 0 !important;
  margin-left: 10px;
  height: 38px;
}
.dataTables_wrapper .row:nth-child(3) .col-sm-12:last-child {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 767px) {
  .dataTables_wrapper .row:nth-child(3) .col-sm-12:last-child {
    justify-content: start;
    margin-top: 20px;
  }
}

.placeholderform {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 10px 0;
}

.input-group-text {
  margin-bottom: 0;
}

.logo-lg div {
  font-size: 23px;
  font-weight: 700;
  color: #ff724c;
  letter-spacing: 0.5px;
}

.logo-sm div {
  font-size: 15px;
  font-weight: 700;
  color: #ff724c;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .logo-sm div {
    line-height: 22px;
  }
}

.logo {
  line-height: normal !important;
}

.img-fluid-pop {
  width: 100%;
}

.main_app_read {
  position: relative;
}
.main_app_read i {
  font-weight: 400;
  position: absolute;
  top: 10px;
  right: 10px;
}

.main_card_ticket {
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main_card_ticket {
    display: block;
  }
}
.main_card_ticket .main_left_side {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .main_card_ticket .main_left_side {
    display: block;
    margin-bottom: 10px;
  }
}
.main_card_ticket .main_left_side img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .main_card_ticket .main_left_side img {
    margin-bottom: 10px;
  }
}
.main_card_ticket .main_left_side .ticket_id {
  font-size: 11px;
  color: #556ee6;
  margin: 0;
  background-color: rgba(85, 110, 230, 0.1294117647);
  width: -moz-max-content;
  width: max-content;
  padding: 2px 8px;
  font-weight: 600;
  border-radius: 3px;
  margin-bottom: 7px;
}
.main_card_ticket .main_left_side .ticket_title {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: 5px;
}
.main_card_ticket .main_left_side .ticket_description {
  font-size: 13px;
  color: gray;
  margin-bottom: 0;
}
.main_card_ticket select {
  width: -moz-max-content;
  width: max-content;
}

.st_details .ticket_id {
  font-size: 11px;
  color: #556ee6;
  margin: 0;
  background-color: rgba(85, 110, 230, 0.1294117647);
  width: -moz-max-content;
  width: max-content;
  padding: 2px 8px;
  font-weight: 600;
  border-radius: 3px;
  margin-bottom: 7px;
}
.st_details .ticket_title {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: 5px;
}
.st_details .ticket_description {
  font-size: 13px;
  color: gray;
  margin-bottom: 0;
}

.main_media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_media video {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f5f5f5;
}
.main_media iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.previewdragimg img {
  width: 200px !important;
  height: 200px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.user_info .cardlist {
  box-shadow: none;
  border: 1px solid rgba(204, 204, 204, 0.8);
}

.form-switch-md {
  padding-left: 2.5rem;
  min-height: 24px;
  line-height: 24px;
}

.form-switch-md .form-check-input {
  width: 40px;
  height: 20px;
  left: -0.5rem;
  position: relative;
}

.form-switch-md .form-check-label {
  vertical-align: middle;
}

.mainnewdashboard .top_details .card-body {
  padding: 16px;
}
.mainnewdashboard .top_details .maindashboardcount {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mainnewdashboard .top_details .maindashboardcount {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .mainnewdashboard .top_details .maindashboardcount {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .mainnewdashboard .top_details .maindashboardcount {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mainnewdashboard .top_details .countbox_dash .card {
  margin-bottom: 0;
}
.mainnewdashboard .top_details .countbox_dash:nth-child(1) .new_icon i {
  color: #c7682b;
  background: #ffefe2;
}
.mainnewdashboard .top_details .countbox_dash:nth-child(2) .new_icon i {
  color: #82cc88;
  background: #effcef;
}
.mainnewdashboard .top_details .countbox_dash:nth-child(3) .new_icon i {
  color: #58b3d1;
  background: #e7effd;
}
.mainnewdashboard .top_details .countbox_dash:nth-child(4) .new_icon i {
  color: #c2e96a;
  background: rgba(194, 233, 106, 0.2392156863);
}
.mainnewdashboard .top_details .countbox_dash:nth-child(5) .new_icon i {
  color: #ff724c;
  background: rgba(255, 114, 76, 0.2196078431);
}
.mainnewdashboard .top_details .countbox_dash:nth-child(1) .new_cateories::before {
  background: #c7682b;
}
.mainnewdashboard .top_details .countbox_dash:nth-child(2) .new_cateories::before {
  background: #82cc88;
}
.mainnewdashboard .top_details .countbox_dash:nth-child(3) .new_cateories::before {
  background: #58b3d1;
}
.mainnewdashboard .top_details .countbox_dash:nth-child(4) .new_cateories::before {
  background: #c2e96a;
}
.mainnewdashboard .top_details .countbox_dash:nth-child(5) .new_cateories::before {
  background: #ff724c;
}
.mainnewdashboard .top_details .new_rate {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}
.mainnewdashboard .top_details .new_cateories {
  font-size: 12px;
  position: relative;
}
.mainnewdashboard .top_details .new_cateories::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -5px;
  width: 2px;
  height: 14px;
}
.mainnewdashboard .top_details .new_icon i {
  background: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.mainnewdashboard .top_details .customernew {
  border-bottom: 1px solid rgba(211, 211, 211, 0.3607843137);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.mainnewdashboard .top_details .customernew:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mainnewdashboard .top_details .user_img {
  margin-right: 20px;
}
.mainnewdashboard .top_details .user_img img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 3px;
}
.mainnewdashboard .top_details #newchart {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainnewdashboard .top_details #mainchart {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainnewdashboard .card_filter {
  padding: 8px 20px 10px 13px;
  font-size: 13px;
  background-color: rgb(237, 237, 237);
  background-position: right 4px center;
  border: none;
  background-size: 18px 9px;
  height: 33px;
}
.mainnewdashboard .card_filter:focus {
  box-shadow: none;
  outline: none;
}
.mainnewdashboard .card {
  border-radius: 10px;
  overflow: hidden;
}
.mainnewdashboard .card-header {
  border-bottom: 1px solid lightgray;
  padding: 10px 16px;
  background-color: white;
}
.mainnewdashboard .card_title {
  margin-bottom: 0;
  font-size: 15px;
  color: black;
}
.mainnewdashboard h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #495057;
}
.mainnewdashboard p {
  font-size: 12px;
  margin-bottom: 0;
  color: #495057;
}
.mainnewdashboard .Recent_order .Recend_order_heading {
  padding: 16px;
}
.mainnewdashboard .Recent_order .Recend_order_heading button {
  background-color: rgb(223, 240, 250);
  color: rgb(41, 156, 219);
  border: none;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  margin-left: 10px;
}
.mainnewdashboard .Recent_order .a_link {
  text-decoration: none;
  color: rgb(64, 81, 137);
  font-size: 13px;
  font-weight: 500;
}
.mainnewdashboard .Recent_order table.table {
  font-size: 15px;
}
.mainnewdashboard .Recent_order td {
  font-size: 14px;
}
.mainnewdashboard .Recent_order .card-body {
  padding: 0;
}
.mainnewdashboard .Recent_order .second_btn {
  background: #daf4f0;
  padding: 1px 7px;
  font-size: 13px;
  border-radius: 3px;
}
.mainnewdashboard .Recent_order .third_btn {
  background: #fef4e4;
  padding: 1px 7px;
  font-size: 13px;
  border-radius: 3px;
}
.mainnewdashboard .Recent_order .Fourth_btn {
  background: #fde8e4;
  padding: 1px 7px;
  font-size: 13px;
  border-radius: 3px;
}
.mainnewdashboard .Recent_order .round_dots1 {
  position: relative;
  background: #daf4f0;
  padding: 1px 7px 1px 18px;
  font-size: 13px;
  border-radius: 3px;
}
.mainnewdashboard .Recent_order .round_dots1::before {
  position: absolute;
  top: 7px;
  left: 6px;
  content: "";
  width: 6px;
  height: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50px;
  background-color: #34c5ae;
}
.mainnewdashboard .Recent_order .round_dots2 {
  position: relative;
  background: #fef4e4;
  padding: 1px 7px 1px 18px;
  font-size: 13px;
  border-radius: 3px;
}
.mainnewdashboard .Recent_order .round_dots2::before {
  position: absolute;
  top: 7px;
  left: 6px;
  content: "";
  width: 6px;
  height: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50px;
  background-color: #f3b46e;
}
.mainnewdashboard .Recent_order .round_dots3 {
  position: relative;
  background: #fde8e4;
  padding: 1px 7px 1px 18px;
  font-size: 13px;
  border-radius: 3px;
}
.mainnewdashboard .Recent_order .round_dots3::before {
  position: absolute;
  top: 7px;
  left: 6px;
  content: "";
  width: 6px;
  height: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50px;
  background: #f56a7e;
}
.mainnewdashboard .Recent_order .rounded-circle {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainnewdashboard .Recent_order .date {
  font-size: 14px;
}

.main-content {
  background: #f7f7f7;
  /* margin: 20px; */
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 250px;
  margin-right: 0;
}
.main-content::-webkit-scrollbar {
  display: none;
}

.vertical-menu {
  width: 250px;
  z-index: 1001;
  background: #ff724c;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 70px;
  box-shadow: none;
}

.cardlist .dropdown-menu.show {
  top: 100% !important;
  right: 0 !important;
  left: inherit !important;
}

.order_detail_new h4 {
  font-weight: 600;
}
@media (max-width: 575px) {
  .order_detail_new h4 {
    font-size: 16px;
  }
}
.order_detail_new .card-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.order_detail_new .card-header .orderid1 {
  border: 1px solid lightgray;
  padding: 4px 11px;
  border-radius: 15px;
  font-size: 11px;
  color: #10b948;
  margin-right: 4px;
  background-color: #ddf5e5;
  border: none;
}
.order_detail_new .card-header .orderid2 {
  color: #6892ff;
  background-color: #eff4ff;
  border: 1px solid lightgray;
  padding: 4px 11px;
  border-radius: 15px;
  font-size: 11px;
  border: none;
}
.order_detail_new .card-header button {
  background: #ff724c;
  border: none;
  color: white;
  font-size: 12px;
  padding: 6px 13px;
}
.order_detail_new h5 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.order_detail_new .main_card {
  position: relative;
}
.order_detail_new .main_card::before {
  position: absolute;
  top: 0;
  right: 50%;
  content: "";
  border-right: 1px solid rgba(211, 211, 211, 0.4);
  width: 20px;
  height: 100%;
}
@media (max-width: 575px) {
  .order_detail_new .main_card::before {
    display: none;
  }
}
.order_detail_new .title {
  color: #74788d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.order_detail_new .detail {
  font-weight: 500;
  color: black;
  font-size: 14px;
  margin-bottom: 8px;
}
.order_detail_new .user_img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  border-radius: 6px;
}
.order_detail_new .User_Name {
  margin-bottom: 1px;
  font-weight: 500;
  color: black;
  font-size: 15px;
}
.order_detail_new .Rate {
  font-size: 12px;
  border-right: 1px solid lightgray;
  margin-bottom: 0;
  padding-right: 8px;
  margin-right: 8px;
}
.order_detail_new .Reviews {
  font-size: 12px;
  margin-bottom: 0;
}
.order_detail_new .location {
  font-size: 12px;
  margin-bottom: 0;
}
.order_detail_new .star_r_icon {
  color: hsl(45, 100%, 51.37%);
  margin-right: 6px;
}
.order_detail_new .status_check {
  color: #10b948;
  background-color: #ddf5e5;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.order_detail_new .status_check i {
  margin-right: 4px;
}
.order_detail_new .order_track_detail {
  position: relative;
  padding-left: 20px;
}
.order_detail_new .order_track_detail::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  border: 1px solid lightgray;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: white;
}
.order_detail_new .order_track_detail::after {
  position: absolute;
  left: 4.6px;
  top: 14px;
  content: "";
  border-left: 1px solid lightgray;
  width: auto;
  height: 100%;
}
.order_detail_new .order_track_detail .order_detail_title {
  font-weight: 400;
  color: black;
  font-size: 14px;
  margin-bottom: 4px;
}
.order_detail_new .order_track_detail .order_detail {
  color: #74788d;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}
.order_detail_new .file_upload {
  background: black;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 6px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 8px;
}
.order_detail_new .file_upload .document_img {
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.order_detail_new .file_upload .file_download_img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.order_detail_new .file_upload span {
  font-size: 12px;
  margin-left: 6px;
  margin-right: 20px;
}
.order_detail_new .content_Details p {
  margin-top: 14px;
  margin-left: 20px;
  border: 1px solid lightgray;
  background: rgba(225, 225, 225, 0.3490196078);
  padding: 8px;
  font-size: 11px;
}
.order_detail_new .details p {
  font-size: 12px;
}

.Vendor_service_detail_new h4 {
  font-weight: 600;
}
@media (max-width: 575px) {
  .Vendor_service_detail_new h4 {
    font-size: 16px;
  }
}
.Vendor_service_detail_new .details {
  margin-top: 10px;
}
.Vendor_service_detail_new .details span {
  color: #74788d;
  font-size: 14px;
  font-weight: 400;
}
.Vendor_service_detail_new .details h6 {
  font-weight: 500;
  color: black;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 10px;
}
.Vendor_service_detail_new .timeline_detail {
  border-right: 1px solid rgba(211, 211, 211, 0.5215686275);
  margin-right: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media (max-width: 575px) {
  .Vendor_service_detail_new .timeline_detail {
    border-right: none;
  }
}
.Vendor_service_detail_new .report_detail {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.Vendor_service_detail_new .rate {
  display: inline-block;
  background: black;
  border: none;
  color: white;
  font-size: 13px;
  padding: 6px 13px;
}
.Vendor_service_detail_new p {
  font-size: 13px;
  margin-top: 9px;
  margin-bottom: 0;
}
.Vendor_service_detail_new h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
.Vendor_service_detail_new .text {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}
.Vendor_service_detail_new .text::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  border: 1px solid lightgray;
  background-color: white;
  width: 7px;
  height: 7px;
  border-radius: 50px;
}
.Vendor_service_detail_new .star_r_icon {
  color: hsl(45, 100%, 51.37%);
}
.Vendor_service_detail_new h6 {
  font-weight: 500;
  color: black;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 2px;
}
.Vendor_service_detail_new span {
  font-size: 12px;
}
.Vendor_service_detail_new .user_img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50px;
  margin-right: 12px;
}

.service_list_Detail_new h4 {
  font-weight: 600;
}
@media (max-width: 575px) {
  .service_list_Detail_new h4 {
    font-size: 16px;
  }
}
.service_list_Detail_new .details {
  margin-top: 10px;
}
.service_list_Detail_new .details span {
  color: #74788d;
  font-size: 14px;
  font-weight: 400;
}
.service_list_Detail_new .details h6 {
  font-weight: 500;
  color: black;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 10px;
}
.service_list_Detail_new .timeline_detail {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.service_list_Detail_new .rate {
  display: inline-block;
  background: black;
  border: none;
  color: white;
  font-size: 13px;
  padding: 6px 13px;
}
.service_list_Detail_new p {
  font-size: 13px;
  margin-top: 9px;
  margin-bottom: 0;
}
.service_list_Detail_new h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
.service_list_Detail_new .text {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}
.service_list_Detail_new .text::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  border: 1px solid lightgray;
  background-color: white;
  width: 7px;
  height: 7px;
  border-radius: 50px;
}
.service_list_Detail_new .user_img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  border-radius: 6px;
}
.service_list_Detail_new .User_Name {
  margin-bottom: 1px;
  font-weight: 500;
  color: black;
  font-size: 15px;
  margin-top: 0;
}
.service_list_Detail_new .Rate {
  font-size: 12px;
  border-right: 1px solid lightgray;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 8px;
  margin-right: 8px;
}
.service_list_Detail_new .Reviews {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}
.service_list_Detail_new .star_r_icon {
  color: hsl(45, 100%, 51.37%);
  margin-right: 6px;
}
.service_list_Detail_new .detail_btn {
  display: inline-block;
  background: #c0d4ff;
  border: 1px solid #93b0ee;
  color: black;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 13px;
}
@media (min-width: 575px) and (max-width: 1199px) {
  .service_list_Detail_new .detail_btn {
    font-size: 11px;
    padding: 4px 8px;
  }
}
@media (max-width: 575px) {
  .service_list_Detail_new .detail_btn {
    font-size: 10px;
    padding: 4px 5px;
  }
}
.service_list_Detail_new .Service_d {
  background: rgba(211, 211, 211, 0.2392156863);
  padding: 14px;
}

.Vendor_service_list_new .details_new {
  background: rgba(207, 232, 255, 0.4392156863);
  padding: 14px;
}
.Vendor_service_list_new .user_img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
  border-radius: 6px;
}
.Vendor_service_list_new .User_Name {
  margin-bottom: 1px;
  font-weight: 500;
  color: black;
  font-size: 15px;
}
.Vendor_service_list_new .ph_number {
  font-size: 12px;
  margin-bottom: 0;
}
.Vendor_service_list_new .star_r_icon {
  color: hsl(45, 100%, 51.37%);
  margin-right: 6px;
}
.Vendor_service_list_new .Rate {
  font-size: 12px;
  border-right: 1px solid lightgray;
  margin-bottom: 0;
  padding-right: 8px;
  margin-right: 8px;
}
.Vendor_service_list_new .Reviews {
  font-size: 12px;
  margin-bottom: 0;
}
.Vendor_service_list_new a {
  font-size: 13px;
}
.Vendor_service_list_new .main_card {
  position: relative;
}
.Vendor_service_list_new .main_card::before {
  position: absolute;
  top: 0;
  right: 50%;
  content: "";
  border-right: 1px solid rgba(211, 211, 211, 0.4);
  width: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .Vendor_service_list_new .main_card::before {
    border-right: none;
  }
}
.Vendor_service_list_new h5 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.Vendor_service_list_new h6 {
  color: #74788d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .Vendor_service_list_new h6 {
    margin-bottom: 4px;
  }
}
.Vendor_service_list_new .text_d {
  font-weight: 500;
  color: black;
  font-size: 14px;
  margin-bottom: 16px;
}
.Vendor_service_list_new .bank_details {
  background: #f1f1f1;
  padding: 16px 0px;
  margin: 0px;
}
.Vendor_service_list_new .service_d {
  display: flex;
  justify-content: space-between;
  padding: 16px 12px;
  margin: 0;
  background: #f1f1f1;
}
.Vendor_service_list_new .arrow_up_right {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  background: white;
  padding: 8px;
  border-radius: 2px;
}
.Vendor_service_list_new .review_name {
  font-weight: 500;
  color: black;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 2px;
}
.Vendor_service_list_new span {
  font-size: 12px;
}
.Vendor_service_list_new .desc {
  font-size: 13px;
  margin-top: 9px;
  margin-bottom: 0;
}

.customer_detail_list_new .details_new {
  background: rgba(207, 232, 255, 0.4392156863);
  padding: 14px;
}
.customer_detail_list_new .user_img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
  border-radius: 6px;
}
.customer_detail_list_new .User_Name {
  margin-bottom: 1px;
  font-weight: 500;
  color: black;
  font-size: 15px;
}
.customer_detail_list_new .ph_number {
  font-size: 12px;
  margin-bottom: 0;
}
.customer_detail_list_new .main_card {
  position: relative;
}
.customer_detail_list_new .main_card::before {
  position: absolute;
  top: 0;
  right: 50%;
  content: "";
  border-right: 1px solid rgba(211, 211, 211, 0.4);
  width: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .customer_detail_list_new .main_card::before {
    border-right: none;
  }
}
.customer_detail_list_new h5 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.customer_detail_list_new h6 {
  color: #74788d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .customer_detail_list_new h6 {
    margin-bottom: 4px;
  }
}
.customer_detail_list_new .text_d {
  font-weight: 500;
  color: black;
  font-size: 14px;
  margin-bottom: 16px;
}

.ticket_detail_new .inquiry_btn {
  background: #ffebe6;
  font-size: 12px;
  font-weight: 400;
  color: black;
  padding: 9px 16px;
  border-radius: 18px;
}
.ticket_detail_new .status_change .form-select {
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
  border: 1px solid lightgray;
  background-color: hsl(0, 0%, 92.55%);
}
.ticket_detail_new h4 {
  font-weight: 600;
}
.ticket_detail_new .category_detail {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.ticket_detail_new .category_detail span {
  color: #74788d;
  font-size: 14px;
  font-weight: 400;
}
.ticket_detail_new .category_detail h6 {
  font-weight: 500;
  color: black;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 10px;
}
.ticket_detail_new .descrip {
  font-size: 13px;
  margin-top: 9px;
  margin-bottom: 0;
}
.ticket_detail_new h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
.ticket_detail_new .contact_details {
  background: #f1f1f1;
  padding: 10px;
}
.ticket_detail_new .contact_details p {
  margin-bottom: 0px;
}
.ticket_detail_new .file_upload {
  background: #f1f1f1;
  padding: 10px;
}
.ticket_detail_new .file_upload p {
  margin-bottom: 0px;
  color: #000000;
  font-size: 12px;
}
.ticket_detail_new .file_upload .document_img {
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.ticket_detail_new .file_upload .file_download_img {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ticket_detail_new .order_track_detail {
  position: relative;
  padding-left: 20px;
}
.ticket_detail_new .order_track_detail::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  border: 1px solid lightgray;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: white;
}
.ticket_detail_new .order_track_detail::after {
  position: absolute;
  left: 4.6px;
  top: 14px;
  content: "";
  border-left: 1px solid lightgray;
  width: auto;
  height: 100%;
}
.ticket_detail_new .order_track_detail .order_detail_title {
  font-weight: 400;
  color: black;
  font-size: 14px;
  margin-bottom: 4px;
}
.ticket_detail_new .order_track_detail .order_detail {
  color: #74788d;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}
.ticket_detail_new .chat_main {
  height: 100%;
}
.ticket_detail_new .chat_header {
  background-color: black;
  color: white;
  padding: 14px;
  border-radius: 12px 12px 0 0;
}
.ticket_detail_new .chat_header h6 {
  font-size: 13px;
  margin-bottom: 0;
}
.ticket_detail_new .chat_header p {
  font-size: 13px;
  margin-bottom: 0;
  border-left: 1px solid rgba(211, 211, 211, 0.631372549);
  padding-left: 6px;
  color: lightgray;
}
.ticket_detail_new .chat_body {
  background-color: #efefef;
}
.ticket_detail_new .chat_body .chat_details {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.ticket_detail_new .chat_body .chat_box {
  position: relative;
  margin: 10px 0;
  font-size: 11px;
  padding: 10px 12px;
  border-radius: 4px;
  background-color: #ffffff;
  width: 60%;
}
.ticket_detail_new .chat_body .sender {
  align-self: flex-start;
}
.ticket_detail_new .chat_body .receiver {
  background-color: hsl(223.31, 100%, 70.39%);
  color: #fff;
  align-self: flex-end;
}
.ticket_detail_new .chat_body .chat_timing {
  display: flex;
  font-size: 11px;
  color: #ccc;
  margin-top: 5px;
  justify-content: flex-end;
}
.ticket_detail_new .chat_body p {
  margin-bottom: 0;
}
.ticket_detail_new .chat_input input {
  position: relative;
}
.ticket_detail_new .chat_input img.attachment_img {
  position: absolute;
  right: 0;
  top: 0;
}

.cardlist .dropdown-menu.show {
  top: 100% !important;
  right: 0 !important;
  left: inherit !important;
}

.table.dataTable.collapsed tr td.child {
  padding-left: 12px !important;
  padding-top: 0 !important;
}
.table.dataTable.collapsed tr td.child::before {
  display: none !important;
}
.table.dataTable.collapsed tr td:first-child {
  padding-left: 36px;
}
.table.dataTable.collapsed tr td:first-child::before {
  top: 50%;
  left: 12px;
  height: 14px;
  width: 14px;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  line-height: 14px;
  content: "+";
  background-color: #556ee6;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: auto;
  font-size: 12px;
  font-weight: 600;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f7f7f7;
  padding: 8px;
  border-radius: 5px;
}

.dtr-details li {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 5px 0;
}

.table th,
.table td {
  padding: 8px 16px;
}

.btncountflag:hover {
  color: black;
  background-color: transparent;
}

.startmain i {
  color: lightgray;
}
.startmain i.active {
  color: #f1b44c;
}

.table th {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7607843137);
}

.revenumain_dash {
  background-color: white;
  height: 54.1px;
}

.servicelist_dash {
  height: 54.1px;
}

.dash_title {
  font-size: 19px;
  color: black;
  margin-bottom: 20px;
  font-weight: 600;
}

body {
  background-color: #f7f7f7 !important;
}

#sidebar-menu ul li a {
  display: block;
  padding: 12px 10px;
  color: #ffffff;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  margin: 0 9px;
  border-radius: 5px;
}

#sidebar-menu ul li a i {
  display: inline-block;
  min-width: 1.75rem;
  padding-bottom: 0.125em;
  font-size: 1.25rem;
  line-height: 1.40625rem;
  vertical-align: middle;
  color: #ffffff;
  transition: all 0.4s;
}

.mm-active .active {
  background-color: rgba(255, 255, 255, 0.5882352941);
}

.mm-active .active,
.mm-active .active i {
  color: #000000 !important;
}

.mm-active .active,
.mm-active .active i {
  color: #000000 !important;
}

.mm-active > a {
  color: #000000 !important;
}

.mm-active > a i {
  color: #000000 !important;
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: 0.4rem 1.5rem 0.4rem 3.5rem;
  font-size: 13px;
  color: #ffffff;
}

.logo-lg .logomeraform {
  width: 204px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo-sm .logomeraform {
  width: 43px;
}

.navbar-brand-box {
  padding: 0 1.5rem;
  text-align: center;
  background-color: #f96d4c;
}

.btn-outline-primary {
  color: #f96d4c;
  border: 1px solid #f96d4c;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #f96d4c;
  border: 1px solid #f96d4c;
}

.btn-primary {
  background-color: #f96d4c;
  border: 1px solid #f96d4c;
}

.btn-primary:hover {
  background-color: #f96d4c;
  border: 1px solid #f96d4c;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
  padding: 17px 11px 11px 11px;
  min-height: 55px;
  transition: none;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: 260px;
  color: #ffffff;
  background-color: #f96d4c;
  transition: none;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
  color: #ffffff;
}

#sidebar-menu ul li a:hover,
#sidebar-menu ul li a:hover i {
  color: black;
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: 8px 8px 8px 42px;
  font-size: 13px;
  color: #ffffff;
  margin: 0px 9px;
  width: 93%;
}

.main_input_text .newcategory {
  font-size: 14px;
}
.main_input_text input {
  width: 100%;
  padding: 0.47rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-secondary-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color-translucent);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 12px;
}
.main_input_text input:focus-visible {
  box-shadow: none;
  outline: none;
}

.title_new {
  font-size: 16px;
  font-weight: 500;
}

.newvendoredittransletebtn {
  border: 1px solid lightgray;
  padding: 10px 16px;
  font-size: 12px;
}

.checkboxnew {
  width: 15px !important;
  height: 15px !important;
  margin: -9px 0 0 -30px !important;
}/*# sourceMappingURL=style.css.map */