/* 13/12/2024 */

.navbar-nav li {
  padding-bottom: 10px;
}

.nav-link-text:hover {
  color: nav-link-text;
}

.navbar-nav .nav-link:hover .nav-link-text {
  color: #e48956;
}

.navbar-nav .nav-link .nav-link-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-link[data-bs-toggle="collapse"][aria-expanded="true"] i {
  transform: rotate(0deg);
}

.nav-link[data-bs-toggle="collapse"][aria-expanded="true"] i {
  transform: rotate(-180deg);
}

.navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"]::after {
  content: "\f106" !important;
  display: none;
}

.dsh-white {
  color: #fff !important;
}

.dataTable {
  .form-check {
    display: none !important;
  }
}

.actions-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.actions-icons a {
  border-radius: 6px !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  align-self: center;
  background-color: #e48956 !important;
  height: 34px !important;
  width: 34px !important;
  line-height: 36px;
  text-align: center;
  align-content: center;
}

.actions-icons a i {
  color: #fff !important;
}

.verify-btn-sec {
  position: relative;
}

.verify-btn-sec i {
  position: absolute;
  top: 11px;
  right: 12px;
  cursor: pointer;
}

.verfy-link {
  color: #e48956;
  text-align: center;
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.verify-btn {
  padding: 4px 10px;
  font-size: 12px;
  color: #fff;
  background-color: #e48956;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}

.verified-btn svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.verified-btn {
  position: absolute;
  right: 6px;
  top: 5px;
  cursor: pointer;
}

.dropify-circle.edit-img {
  img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
  }
}

.actions-icons .btn.btn-icon {
  line-height: 38px;
}

.card.headCard {
  flex-direction: column;
  gap: 15px;
  align-items: first baseline;
  height: 8rem;
}

.updated-number {
  font-size: 30px;
  margin-left: 0px;
  padding-left: 15px;
  font-weight: 600;
  color: #e48956;
  letter-spacing: 2.1px;
}

.reports-management .advance-list .advance-list-item .form-check {
  padding-left: 0px;
  margin-right: 30px;
}

.advance-list-item .form-check i {
  color: #e48956;
  margin-top: 3px;
}

.advance-list li {
  padding-top: 12px;
}

.export-btn i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #e48956;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}

.page-title-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 65px;
  padding: 1.25rem;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.contactapp-title h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}

.page-sub-title {
  padding: 20px;
}

.page-sub-title h4 {
  font-size: 24px;
  color: #222222;
}

.btn-center {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.section-heading-21 {
  font-size: 21px;
}

.input-url {
  width: 100%;
}

#chat_body.chat-body {
  width: 100%;
  margin-right: 0px !important;
}

.msg-action {
  opacity: 0;
}

.chat-attachment {
  position: relative;
  width: fit-content;
}

.chat-attachment input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.msg-box {
  max-width: 90%;
}

.collapse-simple .card-header a::before {
  display: none !important;
}

.collapse-simple>.card>.card-header>*::before {
  display: none !important;
}


.noti-text {
  max-width: 90%;
}

.noti-text .todo-text {
  white-space: normal !important;
}

.theme-text {
  color: #e48956 !important;
}


/********04 Jan 2025*********/

.hk-pg-wrapper,
.hk-footer {
  margin-left: 270px;
}

.loginBtn {
  display: flex;
  margin: 0 auto;
}

.noBg {
  background: unset !important;
}

.noBorder {
  border: unset !important;
}


.editBtn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.editBtn span {
  width: fit-content !important;
}
.noBgBtn{
  width: fit-content !important;
  background: unset !important;
  border: unset !important;
  height: fit-content !important;
}
.userDetailsBody{
  padding-bottom: 3rem !important;
}
.dt-container.dt-bootstrap5:has(.noSelectDTTable) .contact-toolbar-right .dt-search+.dropdown{
  display: none;
}
.menu-content-wrap .nav-link.active:hover .nav-link-text{
color: #262a2e;
}