/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

footer,
header,
nav,
section {
  display: block;
}

:root {
  --vermilion: #d42027;
  /* --primary: #7858ff; */
  --primary: #4780ff;
  --white: #fff;
  --black: #fff;
  --quicksand: "Quicksand", sans-serif;
}

hr {
  border-color: #bdbdbd !important;
  margin: 6px 0 !important;
}

input:focus,
button:focus {
  outline: none !important;
  /* border-color: transparent !important; */
  box-shadow: none !important;
  /* border-color: #9D9CFF !important; */
}

/* timeline status */
.activity-timeline {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  max-height: 700px;
  overflow: auto;
}

.activity-timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.activity-timeline ul li {
  display: flex;
  position: relative;
}

.activity-timeline ul li .datetime {
  display: inline-block;
  width: 120px;
  padding-top: 3px;
  padding-right: 12px;
}

.activity-timeline ul li .datetime span {
  display: block;
  font-size: 12px;
  color: #979797;
}

.activity-timeline ul li .line-dotted {
  display: inline-flex;
  width: 20px;
  justify-content: center;
}

.activity-timeline ul li .line-dotted .line-time {
  width: 2px;
  background: rgba(1, 98, 232, 0.1);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.activity-timeline ul li .line-dotted .circle-time {
  width: 8px;
  height: 8px;
  background: var(--primary) !important;
  border-radius: 50%;
  position: relative;
  top: 4px;
  z-index: 1;
}

.activity-timeline ul li .line-dotted .circle-border {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(1, 98, 232, 0.1) !important;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  background: #fff;
}

.activity-timeline ul li .timeline-details {
  display: inline-block;
  width: 100%;
  margin-left: 26px;
  border: 1px solid rgba(1, 98, 232, 0.3) !important;
  border-radius: 4px;
  padding: 15px 15px 10px 15px;
  margin-bottom: 15px;
  position: relative;
}

.activity-timeline ul li .timeline-details:after {
  border-left: 10px solid transparent;
  border-right: 10px solid rgba(1, 98, 232, 0.3);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
}

/* .activity-timeline ul li .timeline-details .content-time .user-name {} */

.activity-timeline ul li .timeline-details .content-time h5 {
  font-size: 13px;
  margin-bottom: 5px;
}

.activity-timeline ul li .timeline-details .content-time p {
  margin-bottom: 3px;
  font-size: 14px;
}

.activity-timeline.activity-timeline-2 {
  max-height: calc(100vh - 360px);
  overflow: auto;
}

/* timeline status end */

.poppins-thin {
  font-family: var(--quicksand) !important;
  font-weight: 100;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: var(--quicksand) !important;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight {
  font-family: var(--quicksand) !important;
  font-weight: 200;
  font-style: normal;
}

.poppins-extralight-italic {
  font-family: var(--quicksand) !important;
  font-weight: 200;
  font-style: italic;
}

.poppins-light {
  font-family: var(--quicksand) !important;
  font-weight: 300;
  font-style: normal;
}

.poppins-light-italic {
  font-family: var(--quicksand) !important;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular {
  font-family: var(--quicksand) !important;
  font-weight: 400;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: var(--quicksand) !important;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium {
  font-family: var(--quicksand) !important;
  font-weight: 600;
  font-style: normal;
}

.poppins-medium-italic {
  font-family: var(--quicksand) !important;
  font-weight: 600;
  font-style: italic;
}

.poppins-semibold {
  font-family: var(--quicksand) !important;
  font-weight: 600;
  font-style: normal;
}

.poppins-semibold-italic {
  font-family: var(--quicksand) !important;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold {
  font-family: var(--quicksand) !important;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold-italic {
  font-family: var(--quicksand) !important;
  font-weight: 600;
  font-style: italic;
}

.poppins-extrabold {
  font-family: var(--quicksand) !important;
  font-weight: 800;
  font-style: normal;
}

.poppins-extrabold-italic {
  font-family: var(--quicksand) !important;
  font-weight: 800;
  font-style: italic;
}

.poppins-black {
  font-family: var(--quicksand) !important;
  font-weight: 900;
  font-style: normal;
}

.poppins-black-italic {
  font-family: var(--quicksand) !important;
  font-weight: 900;
  font-style: italic;
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-track {
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: var(--vermilion);
  border-radius: 90px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--vermilion) #f1f1f1;
}

.tox-tinymce-aux {
  display: none !important;
}

footer,
header,
nav,
section {
  display: block;
}

p {
  letter-spacing: 0.2px;
}

ol,
ul {
  list-style: none;
  padding-left: 0px;
}

a,
a:hover {
  text-decoration: none !important;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
}

body {
  font-family: var(--quicksand) !important;
  font-size: 13px !important;
  /* background-color: #f5f6fa; */
  color: #222f36 !important;
  font-weight: 500;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  white-space: normal;
}

.no-padding {
  padding: 0px;
}

.font-10 {
  font-size: 10px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-36 {
  font-size: 36px !important;
}

.pointer {
  cursor: pointer;
}

.semibold {
  font-weight: 600;
}

.list-bulleted {
  list-style: circle;
}

.list-number {
  list-style: decimal;
}

.form-label {
  margin-bottom: 2px;
  letter-spacing: 0.2px;
  font-weight: 700;
}

.form-icon {
  font-size: 20px !important;
  display: inline-flex !important;
  align-items: center;
  color: #6c6c6c;
}

.form-control {
  font-size: 13px;
  border-radius: 4px !important;
  height: 36px;
  padding: 2px 10px;
  box-shadow: none !important;
  font-weight: 600;
}

/* .form-control-2 {
  font-size: 14px;
  border-radius: 4px !important;
  height: 38px;
  padding: 2px 10px;
  box-shadow: none !important;
  font-weight: 600;
  width: 100%;
  border: 1px solid #e3e3e3;
} */

.form-control:focus,
.form-control-2:focus {
  box-shadow: none;
  outline: none;
}

.form-group {
  margin-bottom: 10px;
}

.upload-file {
  width: 100%;
  height: 60px;
  /* border: 2px dashed #007bff; */
  background-color: #dee4fa;
  border-radius: 3px;
}

.upload-file input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 93%;
  height: 55px;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.upload-file p {
  height: 100%;
  text-align: center;
  line-height: 60px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.check-lg {
  font-size: 16px;
}

.max-height370 {
  max-height: 32.125rem;
}

.main-active-radio {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 90px;
  padding: 5px 6px;
}

.main-active-radio .active-radio {
  position: relative;
}

.main-active-radio .active-radio input {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.main-active-radio .active-radio label {
  /* background: red; */
  margin-right: 8px;
  font-size: 13px;
  padding: 6px 22px;
  border-radius: 90px;
  cursor: pointer;
  /* background: var(--primary); */
  border: 1px solid var(--primary);
}

.main-active-radio .active-radio:last-child label {
  margin-right: 0px;
}

.main-active-radio .active-radio input:checked ~ label {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}

.custom-list .list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  border-left: 5px solid var(--primary);
  margin-bottom: 4px;
}

.custom-list-2 .list-group-item.active_pack_list {
  background-color: #f1f5f9;
  color: #000;
}

.custom-list-2 .list-group-item {
  border-bottom: 1px solid #f1f1f1;
  /* border-left: 5px solid var(--primary); */
  padding: 8px 15px;
}

.custom-list-2 .list-group-item span:focus {
  outline: none;
}

.custom-list-2 .list-group-item.active {
  background: #f1f5f9;
  border-color: #f1f5f9;
}

/* .custom-list-2 .list-group-item.active a {
  color: #fff !important;
} */

.custom-list .list-group-item input {
  /* padding-top: 0; */
  margin-right: 7px;
  vertical-align: middle;
}

.custom-list-3 {
  font-size: 14px;
}

.custom-list-3 li {
  padding: 5px 0;
  display: flex;
}

.custom-list-3 li span {
  font-size: 24px !important;
  color: var(--vermilion);
  margin-right: 12px;
}

.custom-list-4 li {
  font-size: 12px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
  padding: 3px 0;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border-radius: 4px !important;
  background: rgb(255, 255, 255) !important;
  border: 1px solid #dee2e6 !important;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px !important; */
  height: 36px !important;
  min-height: 36px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 13px !important;
  padding-left: 5px;
  font-weight: 600;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: var(--vermilion) !important;
  color: #fff;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background: var(--primary);
}

.full-select2 {
  overflow: hidden;
}

.full-select2 .select2.select2-container {
  width: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  width: 20px;
  height: 20px;
  display: block;
  content: "\f107";
  font-family: "FontAwesome" !important;
  font-size: 18px;
  position: absolute;
  right: 2px;
  top: 5px;
  color: var(--primary);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0px;
  display: flex !important;
  overflow: hidden;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  color: #fff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff !important;
}

.swal2-styled {
  padding: 7px 20px;
  font-size: 13px;
}

.swal2-confirm {
  background-color: var(--vermilion) !important;
}

.swal2-styled.swal2-cancel {
  background-color: var(--vermilion) !important;
}

.swal2-styled.btn-group-sm > .btn {
  border: 1px solid #b2caff;
}

.confirm-modal .material-symbols-outlined {
  font-size: 60px !important;
  margin-bottom: 20px;
}

.inner-info-details ul li svg {
  font-size: 18px;
  margin-right: 5px;
  width: 18px;
}

.confirm-modal {
  padding-bottom: 25px;
}

.inner-info-details ul li .copyButton svg {
  margin: 0;
}

.inner-info-details ul li .copyButton {
  border: 0px;
  padding: 0;
  background: transparent;
}

.tabs-btn {
  border-bottom: 1px solid #e7e7e7;
}

.tabs-btn .nav-item {
  margin-right: 3px;
  padding: 5px 12px;
  color: #000000;
  border-radius: 3px;
  border-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  border-bottom: 0px;
  transition: 0.5s all ease-in;
  background: #fff;
  font-weight: 600;
}

.tabs-btn .nav-item.active,
.tabs-btn .nav-item:hover {
  border-color: var(--vermilion);
  background: var(--vermilion);
  color: #fff;
}

.tabs-btn .nav-item.disabled {
  opacity: 0.3;
  background: #ccc;
}

.tabs-btn .btn-tabs {
  border-radius: 0;
  /* box-shadow: rgb(235, 235, 235) 0px 0px 10px; */
  margin-bottom: 7px;
  /* margin-top: 2px; */
  margin-right: 4px;
  color: rgb(74, 74, 74);
  font-size: 12px;
  font-weight: 600;
  transition: 0.5s;
  padding: 6px 5px;
  white-space: nowrap;
  border-bottom: 1px solid transparent !important;
  border: 0;
}

.tabs-btn .btn-tabs span {
  margin-right: 5px;
}

.tabs-btn .btn-tabs.active {
  color: rgb(212, 27, 32);
  border-color: rgb(212, 27, 32) !important;
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgb(212, 27, 32) !important;
}

.disabled-link {
  pointer-events: none;
  color: gray;
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-table-blue .dx-button-content,
.btn-table-red .dx-button-content {
  padding: 6px 10px !important;
  border-radius: 3px;
  font-size: 13px;
}

.btn-table-blue,
.btn-table-red {
  color: #fff !important;
  margin-right: 5px !important;
  transition: 0.5s all ease !important;
}

.btn-table-blue {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-table-red {
  background: var(--vermilion) !important;
  border-color: var(--vermilion) !important;
}

.btn-blue:disabled {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #c1c1c1;
  cursor: not-allowed !important;
  opacity: 0.6;
}

.btn-red .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
}

.btn-red:disabled,
.btn-green:disabled,
.btn-gray-outline:disabled {
  cursor: not-allowed !important;
  opacity: 0.6;
}

.btn-blue,
.btn-red,
.btn-green {
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.5s all ease;
  white-space: nowrap;
  height: 36px;
}

.btn-blue {
  /* background: var(--primary);
  border: 1px solid var(--primary); */
  background: #ffffff;
  border: 1px solid #e3e3e3;
  color: #222f36;
}

.btn:active {
  border-color: transparent !important;
}

.btn-gray-outlin {
  border: 1px solid #f1f1f1;
  background: #fff;
  border-radius: 90px;
  padding: 2px 8px;
  font-size: 11px;
  color: #606060;
  display: inline-flex;
  transition: 0.5s all ease;
}

.btn-gray-outlin:after {
  display: none;
}

.btn-group-gray {
  background: #f1f5f9;
  border-radius: 4px;
}

.btn-clear {
  position: absolute !important;
  right: 48px;
  top: 8px;
  z-index: 9 !important;
  color: var(--vermilion);
  background: #fff;
}

.btn-group-gray .btn {
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.btn-group-gray .btn.active {
  background: #e5f2ff;
  border: 1px solid #d3e9ff;
}

.btn-dropdown-2 {
  background: #fff;
  color: var(--primary);
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  font-size: 12px;
  cursor: pointer;
  transition: 0.5s all ease;
  font-weight: 600;
}

.btn-dropdown-2 .material-symbols-outlined {
  font-size: 20px !important;
}

.btn-dropdown-2:hover {
  background: var(--vermilion);
  border: 1px solid var(--vermilion);
  color: #fff;
}

.btn-dropdown-2:after {
  display: none;
}

.btn-gray-outlin .material-symbols-outlined {
  vertical-align: middle;
  margin-right: 2px;
}

.btn-blue,
.btn-red,
.btn-green,
.btn-primary,
.btn-dropdown-2 {
  position: relative;
  /* overflow: hidden; */
  transform: translatez(0);
  -webkit-transform: translatez(0);
  font-weight: 600;
}

#signaturePreview p {
  margin-bottom: 2px;
}

#signaturePreview .well-2 * {
  background: none !important;
}

.teffect {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  transform: scale(0);
  background: #fff;
  opacity: 0.5;
}

.teffect.animate {
  animation: ripple-effect 0.5s linear;
}

@keyframes ripple-effect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@-webkit-keyframes ripple-effect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

/* .btn, */
/* .btn:focus {
  border: 0px;
} */

.btn-custom {
  background: transparent;
  border: 0px solid #cfcfcf;
  color: #5c5c5c;
  padding: 5px 6px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.5s allease;
  white-space: nowrap;
  font-weight: 600;
}

.btn-custom span {
  vertical-align: middle;
}

.btn-red,
.btn-red:hover {
  background: var(--vermilion);
  border: 1px solid var(--vermilion);
  color: #fff;
}

.btn-green,
.bg-green,
.btn-green:hover {
  background: #198754 !important;
  border: 1px solid #198754 !important;
}

.btn-table-left {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
  display: flex;
}

.custom-button-class {
  border: 0px;
  padding: 0;
}

/* .swal2-container.swal2-noanimation */

/* .swal2-container.swal2-backdrop-show {
  background: rgb(0 0 0 / 70%) !important;
} */

.swal2-container h2:where(.swal2-title) {
  color: #000 !important;
  font-size: 16px !important;
}

div:where(.swal2-container) .swal2-html-container {
  color: #000 !important;
  font-size: 16px !important;
}

.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
  max-width: 400px;
  width: 100%;
}

.modal {
  background: rgba(0, 0, 0, 0.7) !important;
}

.btn-blue-outline,
.btn-red-outline,
.btn-gray-outline {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.5s all ease;
  font-weight: 600;
  height: 36px;
}

.btn-blue-outline {
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-red-outline {
  color: var(--vermilion);
  border: 1px solid var(--vermilion);
}

.btn-gray-outline.text-red:hover .material-symbols-outlined {
  color: #fff;
}

.btn-gray-outline:after {
  display: none;
}

.btn-gray-outline {
  border: 1px solid #e3e3e3;
  color: #222f36;
  /* box-shadow: 0 0 2px #ebebeb; */
  /* height: 38px; */
}

.btn-gray-outline .btn-gray-outline:after,
.btn-red.dropdown-toggle::after {
  display: none;
}

.btn-gray-outline .material-symbols-outlined {
  margin-right: 4px;
}

.btn-blue-outline:hover,
.btn-red-outline:hover,
.btn-gray-outline:hover {
  border: 1px solid var(--vermilion);
  background: var(--vermilion);
  color: #fff;
}

.btn-blue-outline .material-symbols-outlined,
.btn-red-outline .material-symbols-outlined {
  margin-right: 2px;
  font-size: 20px;
  vertical-align: text-top;
}

.btn-logout {
  color: var(--primary);
  padding-top: 10px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.5s all ease;
  white-space: nowrap;
  border-top: 1px solid #ededed;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-primary {
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 4px;
}

.btn-blue:hover,
.btn-gray-outlin:hover {
  background: var(--vermilion);
  border-color: var(--vermilion);
  color: #fff;
}

.btn-blue .material-symbols-outlined,
.btn-red .material-symbols-outlined,
.btn-green .material-symbols-outlined {
  margin-right: 2px;
  font-size: 20px;
  vertical-align: text-top;
}

.btn-blue:after {
  display: none;
}

.btn-favirate {
  position: relative;
}

.btn-favirate .favirate-check {
  color: darkgrey;
  font-size: 20px;
  cursor: pointer;
}

.btn-favirate input:checked ~ .favirate-check {
  color: #df2f4a;
}

.btn-favirate input {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.input-text,
.input-text:focus {
  border: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px !important;
  outline: none;
  width: 100%;
}

.input-text-2,
.input-text-2:focus {
  border: 0;
  display: inline-block;
  font-size: 16px !important;
  outline: none;
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 0 !important;
  padding-bottom: 16px;
}

.form-check-input:checked {
  background-color: var(--vermilion) !important;
  border-color: var(--vermilion) !important;
}

.sidebar-tabs .nav-link {
  font-weight: 700;
  color: #222f36;
  transition: 0.5s all ease;
}

.sidebar-tabs .nav-link.active,
.sidebar-tabs .nav-link:hover {
  background: #f1f5f9;
  color: #222f36;
}

.nav-pills .nav-link .material-symbols-outlined {
  vertical-align: middle;
}

.custom-tabs .nav-item .nav-link {
  /* background: rgb(255, 255, 255); */
  border-radius: 0;
  /* box-shadow: rgb(235, 235, 235) 0px 0px 10px; */
  margin-bottom: 7px;
  /* margin-top: 2px; */
  margin-right: 4px;
  color: rgb(74, 74, 74);
  font-size: 12px;
  font-weight: 600;
  transition: 0.5s;
  padding: 6px 5px;
  white-space: nowrap;
  border-bottom: 1px solid transparent !important;
  border: 0;
}

.risk-assessment-tabs.custom-tabs .nav-item .nav-link {
  font-size: 11px;
}

.risk-assessment-tabs.custom-tabs .nav-item .nav-link span {
  font-size: 9px;
}

.custom-tabs .nav-item .nav-link.active,
.custom-tabs .nav-item .nav-link:hover,
.custom-tabs .nav-item .nav-link:focus {
  color: rgb(212, 27, 32);
  border-color: rgb(212, 27, 32) !important;
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgb(212, 27, 32) !important;
}

.active-class {
  border: 0;
  border-bottom: 1px solid rgb(212, 27, 32) !important;
  background-color: rgb(212, 27, 32);
  color: #fff;
}

/* .custom-tabs .nav-item .nav-link.disabledTab {
  opacity: .5;
  cursor: no-drop;
} */

.table-checkbox tbody tr td:first-child {
  padding-left: 20px;
}

.dx-popup-content.dx-dialog-content .dx-dialog-message {
  font-size: 20px;
  color: #000;
}

.custom-alert {
  position: fixed;
  top: 4px;
  right: 4px;
  z-index: 99;
  width: 100%;
  max-width: 300px;
}

.custom-select-box .select2-container .select2-selection {
  border-color: #efefef;
  border-radius: 3px;
}

.custom-select-box .select2-container {
  width: 100% !important;
}

.img-responsive {
  width: 100%;
}

.img-round,
.img-round {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 90px;
  margin-right: 10px;
}

.img-round-lg {
  width: 130px;
  height: 130px;
}

.img-round-lg img {
  height: 130px;
}

.img-round {
  width: 20px;
  height: 20px;
}

.img-round img {
  height: 20px;
}

.top-bottom-center {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
}

.text-black {
  color: #000;
}

.text-blue {
  color: var(--primary);
}

.text-white {
  color: #fff;
}

.text-underline {
  text-decoration: underline !important;
}

.bold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.text-danger,
.text-red,
.dx-datagrid .dx-link,
.required {
  color: var(--vermilion) !important;
}

.text-cyan {
  color: #20aedb;
}

.text-DeepPink {
  color: #ed32b3;
}

.text-green {
  color: #00983b;
}

.text-gray {
  color: #8b8b8b;
}

.hide {
  display: none;
}

#email-header-content {
  /* height: calc(100vh - 240px); */
  height: calc(100vh - 70px);
  overflow-y: auto;
}

/* rippler css start */
.ripple-effect {
  position: relative;
  overflow: hidden;
  transform: translatez(0);
  -webkit-transform: translatez(0);
}

.teffect {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  transform: scale(0);
  background: #fff;
  opacity: 0.5;
}

.teffect.animate {
  animation: ripple-effect 0.5s linear;
}

.chip {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.chip.user-chip > span {
  border-radius: 50rem;
}

.chip.chip-primary > span {
  background-color: #eef3ff;
  border: 1px solid #dde7ff;
  color: var(--primary);
}

.chip > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  color: #262a2e;
}

.chip.user-chip > span .avatar {
  height: 22px;
  width: 22px;
  padding: 2px;
  position: absolute;
  left: 1px;
}

.chip.user-chip > span .avatar img {
  border-radius: 50%;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

.chip.user-chip > span .avatar p {
  margin: 0px;
  font-size: 11px;
}

.flex-1 {
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.compose-email-popup {
  position: fixed;
  bottom: 0;
  right: 20px;
  max-width: 1000px;
  z-index: 999;
  /* z-index: 10000; */
  width: 100%;
  overflow-y: auto;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: none;
  border-radius: 0.5rem 0.5rem 0 0;
}

.compose-email-popup.large {
  position: fixed;
  max-width: 92%;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.modal-bg {
  background: rgb(0 0 0 / 50%);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  z-index: 10;
  width: 100%;
}

.compose-email-popup header,
.box-header {
  padding: 0.75rem 1.25rem;
  background: #262a2e;
  color: #fff;
}

.compose-email-popup header .btn-icon {
  color: #fff;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 90px;
  border: 0;
}

@keyframes ripple-effect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@-webkit-keyframes ripple-effect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

/* header css */
.main-sidebar {
  padding: 20px 12px 0px 12px;
  width: 230px;
  background: #fff;
  /* overflow: auto; */
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  transition: 0.5s all ease;
  border-right: 1px solid #f1f1f1;
}

.main-sidebar.in {
  /* left: -240px; */
  width: 54px;
  padding-top: 10px;
  padding-right: 3px;
}

.main-sidebar.in .logo a .logo-1 {
  display: none;
}

/* notification animation css start */
@keyframes bell-ring {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(-15deg);
  }

  20% {
    transform: rotate(15deg);
  }

  30% {
    transform: rotate(-10deg);
  }

  40% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  60% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes badge-bounce {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.notification-container {
  position: relative;
  display: inline-block;
  font-size: 24px;
}

.notification-icon {
  color: var(--vermilion);
  animation: bell-ring 1s ease-in-out infinite;
}

.notification-badge {
  animation: badge-bounce 1s ease-in-out infinite;
  background: var(--vermilion) !important;
}

/* notification animation css end */

.main-sidebar.in .notification-dropdowns {
  display: none !important;
}

.main-sidebar.in .add-new .custom-dropdown .btn-blue {
  font-size: 0px;
  padding: 4px 0;
  display: block;
  width: 33px !important;
}

.main-sidebar.in .add-new .custom-dropdown .btn-red {
  font-size: 0px;
  padding: 4px 0;
  display: block;
  width: 33px !important;
}

.main-sidebar.in .add-new .custom-dropdown .btn-blue span {
  margin: 0px !important;
}

.main-sidebar.in .add-new .custom-dropdown .btn-red span {
  margin: 0px !important;
}

.main-sidebar.in .btn-logout {
  display: none;
}

.main-sidebar.in .logo a .docu-icon {
  display: block;
}

.main-sidebar.in .user-dropdown {
  display: none;
}

.main-sidebar .logo a .logo-1 {
  width: 120px;
  margin-bottom: 15px;
  transition: 0.5s all ease;
}

.main-sidebar .logo a .docu-icon {
  width: 26px;
  display: none;
}

.main-sidebar .user-dropdown-box {
  cursor: default;
  color: black;
}

.main-sidebar .logo {
  margin-bottom: 20px;
  /* border-bottom: 1px solid #f1f1f1; */
  /* padding-bottom: 20px; */
  text-align: center;
}

.main-sidebar .menu .accordion .accordion-item {
  border: 0;
}

.main-sidebar .menu .accordion .accordion-item:hover a {
  color: var(--vermilion);
}

.modal-header {
  border-bottom: 2px solid #f1f1f1;
  padding: 16px 40px 16px 20px;
  position: relative;
}

.modal-header .modal-title {
  font-size: 18px;
  color: #000;
}

.modal-header .close {
  position: absolute;
  right: 14px;
  /* top: 0px; */
  border: 0;
  background: #fff;
  font-size: 22px;
  border: 1px solid #ccc;
  border-radius: 90px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.5s all ease;
}

.modal-header .close {
  background: var(--vermilion);
  border: 1px solid var(--vermilion);
  color: #fff;
  opacity: 1;
}

.main-sidebar .menu {
  height: calc(100vh - 240px);
  overflow: auto;
  margin-bottom: 15px;
  overflow-x: hidden !important;
}

.main-sidebar .menu .accordion .accordion-item.active > a,
.main-sidebar .menu .accordion .accordion-item .nav-link.active {
  color: var(--vermilion);
}

.main-sidebar .menu .accordion .accordion-item .nav-link.active svg {
  fill: var(--vermilion) !important;
}

.main-sidebar .menu .accordion .accordion-item a,
.main-sidebar .menu .accordion .accordion-item .nav-link {
  padding: 7px 6px;
  display: flex;
  color: #222f36;
  align-items: center;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 13px !important;
  font-weight: 600;
  font-family: var(--quicksand) !important;
  white-space: nowrap;
  cursor: pointer;
}

.main-sidebar .menu .accordion .accordion-item a .nav-icons,
.main-sidebar .menu .accordion .accordion-item .nav-link .nav-icons {
  margin-right: 16px;
  font-size: 20px !important;
}

.main-sidebar .menu .accordion .accordion-item a .fa-angle-down,
.main-sidebar .menu .accordion .accordion-item .nav-link .fa-angle-down {
  font-size: 16px;
  margin-right: 5px;
  font-size: 18px;
  margin-left: auto;
}

/* ripplr css end */

.btn-custom-gray {
  background: #272727;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  border-radius: 3px;
  display: block;
  text-align: left;
  padding: 10px 20px 10px 15px;
}

.material-symbols-outlined {
  font-size: 18px !important;
  /* font-size: 18px; */
}

.nav-toggle-btn {
  position: absolute;
  display: flex;
  right: 5px;
  top: 0px;
  padding: 5px;
  background: #fff !important;
  border-radius: 2px;
}

.nav-toggle-arrow {
  position: absolute;
  display: flex;
  right: -10px;
  top: 6px;
  padding: 5px;
  background: var(--vermilion) !important;
  border: 1px solid var(--vermilion) !important;
  border-radius: 90px;
  color: #fff;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nav-toggle-arrow span {
  font-size: 18px !important;
  /* margin-left: 1px; */
  transition: 0.5s all ease;
}

.main-sidebar.in .nav-toggle-arrow span {
  transform: rotate(180deg);
}

.nav-toggle-arrow:hover span {
  color: #fff;
}

.nav-toggle-btn:focus {
  outline: 0;
}

.sidebar-close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  background: #fff !important;
  display: flex;
}

.sidebar-close span {
  font-size: 20px !important;
}

.nav-toggle-btn span {
  font-size: 22px !important;
}

.btn-custom-gray i {
  margin-right: 5px;
}

/* Chat box design Start */
#sidebar {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 450px;
  background-color: #f8f9fa;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

.mesgs {
  /* padding: 30px 15px 0 15px; */
  width: 100%;
}

.outgoing_msg {
  overflow: hidden;
  margin: 12px 0 20px;
}

.inner-chat-message {
  background: #4880ff;
  color: #fff;
  border-radius: 20px 20px 0px 20px;
  font-size: 14px;
  padding: 10px 16px 7px;
  word-break: break-all;
}

.time_date {
  font-size: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.time_date .material-symbols-outlined {
  font-size: 13px !important;
  margin-right: 5px;
  display: none;
}

.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #dfdfdf;
}

.inbox_msg {
  border: 1px solid #dfdfdf;
  clear: both;
  padding: 15px 15px 0 15px;
}

.top_spac {
  margin: 20px 0 0;
}

.recent_heading {
  float: left;
  width: 40%;
}

.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}

.headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
}

.recent_heading h4 {
  color: #4880ff;
  font-size: 21px;
  margin: auto;
}

.srch_bar input {
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
}

.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}

.srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}

.chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
}

.chat_ib h5 span {
  font-size: 13px;
  float: right;
}

.chat_ib p {
  font-size: 14px;
  color: #989898;
  margin: auto;
}

.chat_img {
  float: left;
  width: 11%;
}

.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people {
  overflow: hidden;
  clear: both;
}

.chat_list {
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 18px 16px 10px;
}

.inbox_chat {
  height: 550px;
  overflow-y: scroll;
}

.active_chat {
  background: #ebebeb;
}

.incoming_msg_img {
  width: 30px;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.received_msg {
  background: #e9e9e9;
  border-radius: 20px 20px 20px 0;
  font-size: 14px;
  padding: 10px 16px 7px;
  /* width: 100%; */
  word-break: break-all;
  margin-left: 10px;
}

.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #000;
  min-height: 48px;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
}

.type_msg {
  border-top: 1px solid #dfdfdf;
  position: relative;
}

.msg_send_btn {
  background: #4880ff none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 8px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.msg_send_btn_chet {
  background: #4880ff none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.messaging {
  padding: 0 0 50px 0;
}

.msg_history_chat {
  height: 50vh;
  overflow-y: auto;
  padding: 30px 15px 0 15px;
}

.OpenChat {
  border-radius: 100%;
  height: 50px;
  width: 50px;
  bottom: 15px;
  right: 5px;
  background: var(--vermilion) !important;
  position: absolute;
  text-align: center;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 30px !important;
}

.OpenChat .material-symbols-outlined {
  font-size: 24px !important;
}

.OpenChat:hover .material-symbols-outlined {
  color: #fff;
}

.crossBotton {
  position: absolute;
  top: 0px !important;
  left: -24px !important;
  border-radius: 100%;
  height: 30px !important;
  width: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* Chat box design End */

.header {
  position: fixed;
  top: 0;
  right: 0;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 6px 20px;
  width: calc(100% - 260px);
  z-index: 9;
  display: none;
}

.custom-search {
  display: flex;
  align-items: center;
  border: 1px solid #f2f3f4;
  border-radius: 3px;
  background: #f9fafb;
}

.custom-search input {
  border: 0px;
  background: #f9fafb;
  width: 280px;
  height: 42px;
}

.toggle-none:after {
  display: none;
}

.custom-search i {
  font-size: 18px;
  color: #9c9c9c;
  padding: 10px;
  padding-left: 18px;
  display: inline-block;
}

.user-dropdown-box h4 {
  font-size: 12px;
  font-weight: 600;
  white-space: normal;
  padding-right: 0px;
}

.user-dropdown-box p {
  font-size: 11px;
  /* color: #737791; */
  margin-bottom: 0px;
  white-space: normal;
}

.notification-dropdown .btn {
  font-size: 18px;
  color: #878787;
  height: 30px;
}

.notification-dropdown .btn:focus,
.notification-dropdown .btn {
  border: 0px !important;
  outline: none;
  box-shadow: none;
}

.notification-dropdown .dropdown-menu {
  width: 380px;
  cursor: pointer;
  max-height: 70vh !important;
}

.notification-dropdown .dropdown-menu .nav-list-tabs {
  position: sticky;
  top: -6;
  background: #fff;
  z-index: 1;
}

.notification-dropdown .dropdown-item {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 10px;
}

.notification-dropdown .dropdown-item .main-notification {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.notification-dropdown .btn .count {
  /* background: var(--vermilion); */
  background: #8b8b8b;
  color: #fff;
  width: 16px;
  height: 16px;
  max-width: 100%;
  display: flex;
  border-radius: 90px;
  position: absolute;
  left: 10px;
  font-size: 8px;
  top: 10px;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  text-align: center;
}

.noDataFoundProressTask {
  margin: 0 auto;
}

.noDataFoundProressTask img {
  max-width: 260px;
}

.inner-users-list {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}

.users-list {
  display: flex;
  flex-wrap: wrap;
  /* max-height: 235px; */
  overflow: auto;
  align-items: start;
}

.users-list .inner-users-list {
  border-bottom: 1px solid #f1f1f1;
  padding: 6px;
  flex: 33.33%;
  width: 33.33%;
  border-left: 6px solid var(--primary);
  margin-bottom: 2px;
}

.users-list-docusoft {
  height: calc(100vh - 240px);
  max-height: calc(100vh - 240px);
  overflow: initial !important;
}

.users-list-docusoft .document-list {
  overflow: inherit;
}

.right-main-box {
  width: calc(100% - 230px);
  margin-left: auto;
  /* padding: 65px 30px 31px 30px; */
  padding: 10px 14px 0px 14px;
  transition: 0.5s all ease;
}

.right-main-box.toggle {
  width: calc(100% - 55px);
}

.main-dashboard-box .inner-dashboard-box {
  /* background: #fff;
  padding: 15px 15px;
  margin-bottom: 10px;
  box-shadow: 0 0 15px #f5f5f5;
  border-radius: 10px;
  align-items: center;
  cursor: pointer;
  width: 100%; */

  background: #fff;
  padding: 12px 16px;
  margin-bottom: 10px;
  box-shadow: 0 0 15px #f5f5f5;
  border-radius: 3px;
  align-items: center;
  cursor: pointer;
  width: 100%;
  /* display: block !important; */
  display: flex;
  align-items: center;
}

.main-dashboard-box .inner-dashboard-box h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.main-dashboard-box .inner-dashboard-box p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}

.main-dashboard-box .inner-dashboard-box i {
  background: #fff;
  color: #6a6eff;
  font-size: 22px !important;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 10px; */
  margin-right: 10px;
}

.custom-table.dashboard-table .dx-widget.dx-datagrid-pager.dx-pager {
  padding-bottom: 0;
}

.dashboard-box {
  display: flex;
}

.main-dashboard-box .dashboard-box:nth-child(1) .inner-dashboard-box {
  background: #68a8ff;
  /* background: -webkit-linear-gradient(to right, #0162e8, #68a8ff);
  background: linear-gradient(to right, #0162e8, #68a8ff); */
}

.main-dashboard-box .dashboard-box:nth-child(2) .inner-dashboard-box {
  background: #f7778c;
  /* background: -webkit-linear-gradient(to right, #f93a5a, #f7778c);
  background: linear-gradient(to right, #f93a5a, #f7778c); */
}

.main-dashboard-box .dashboard-box:nth-child(3) .inner-dashboard-box {
  background: #a079ff;
  /* background: -webkit-linear-gradient(to right, #763cff, #a079ff);
  background: linear-gradient(to right, #763cff, #a079ff); */
}

.main-dashboard-box .dashboard-box:nth-child(4) .inner-dashboard-box {
  background: #48d6a8;
  /* background: -webkit-linear-gradient(to right, #029666, #48d6a8);
  background: linear-gradient(to right, #029666, #48d6a8); */
}

.main-dashboard-box .dashboard-box:nth-child(5) .inner-dashboard-box {
  background: #f76a2d;
  /* background: -webkit-linear-gradient(to right, #f76a2d, #efa65f);
  background: linear-gradient(to right, #f76a2d, #efa65f); */
}

.main-dashboard-box .dashboard-box:nth-child(6) .inner-dashboard-box {
  background: #01abc9;
  /* background: -webkit-linear-gradient(to right, #01abc9, #4be4ff);
  background: linear-gradient(to right, #01abc9, #4be4ff); */
}

.main-dashboard-box .dashboard-box:nth-child(7) .inner-dashboard-box {
  background: #c40dc5;
  /* background: -webkit-linear-gradient(to right, #c40dc5, #fe63ff);
  background: linear-gradient(to right, #c40dc5, #fe63ff); */
}

.main-dashboard-box .dashboard-box:nth-child(8) .inner-dashboard-box {
  background: #0134c9;
  /* background: -webkit-linear-gradient(to right, #0134c9, #5f87ff);
  background: linear-gradient(to right, #0134c9, #5f87ff); */
}

.dashboard-image {
  background: url(../images/dashboard-box.jpg);
  background-size: 100%;
  background-size: cover;
  border-radius: 3px;
  margin-bottom: 10px;
}

.main-dashboard-box .dashboard-box {
  width: 25%;
}

.main-dashboard-box .dashboard-box:nth-child(2) i {
  /* background: #fff0cd; */
  color: #f93a5a;
}

.main-dashboard-box .dashboard-box:nth-child(3) i {
  /* background: #ddffee; */
  color: #763cff;
}

.main-dashboard-box .dashboard-box:nth-child(4) i {
  /* background: #ffeae3; */
  color: #029666;
}

.main-dashboard-box .dashboard-box:nth-child(5) i {
  /* background: #fadbff; */
  color: #f76a2d;
}

.main-dashboard-box .dashboard-box:nth-child(6) i {
  /* background: #feffe2; */
  color: #01abc9;
}

.main-dashboard-box .dashboard-box:nth-child(7) i {
  /* background: #f3e7ff; */
  color: #c40dc5;
}

.main-dashboard-box .dashboard-box:nth-child(8) i {
  /* background: #fff2d9; */
  color: #0134c9;
}

.title {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 700;
  color: #05004e;
}

.custom-side-tabs {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 15px #f5f5f5;
  border-radius: 10px;
  margin-right: 15px;
  max-width: 270px;
  width: 100%;
  margin-bottom: 20px;
}

.white-box {
  background: #fff;
  padding: 14px;
  /* box-shadow: 0 0 15px #f5f5f5; */
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  margin-bottom: 14px;
  width: 100%;
}

.white-box-head {
  padding: 8px 15px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 12px;
}

.headercss {
  padding: 7px !important;

  height: 43px !important;
}

.custom-side-tabs .nav-link.active {
  color: var(--vermilion) !important;
  background: var(--primary);
  color: #fff;
}

.custom-side-tabs .nav-link {
  /* background: none; */
  color: #363636;
  text-align: left;
  display: flex;
  align-items: center;
  /* font-size: 14px; */
  padding: 10px 13px 10px 14px;
}

.custom-side-tabs .nav-link i {
  margin-right: 7px;
}

.custom-side-tabs .nav-link span {
  margin-left: auto;
}

.main-task-list .tab-content {
  width: calc(100% - 270px);
}

.table-custom thead th {
  /* background: #F1F4F9; */
  padding: 10px 6px;
  border-color: #f1f1f1;
  position: sticky;
  top: -1px;
  z-index: 2;
  color: #8b8b8b;
}

.table-custom thead th:first-child {
  border-radius: 10px 0px 0 0;
  /* padding-left: 20px; */
}

.table-custom thead th:last-child {
  border-radius: 0 10px 0 0;
}

.table-custom tbody tr td {
  padding: 10px 6px;
  /* border-bottom: 1px solid #f1f1f1 !important; */
  vertical-align: middle;
  color: #363636;
  font-size: 12px;
  font-weight: 600;
  border-color: #f1f1f1;
}

.table-custom tbody tr:last-child td {
  border-bottom: 0px;
}

.table-custom-crm tr td {
  padding: 4px 6px;
  /* border-bottom: 1px solid #f1f1f1 !important; */
  vertical-align: middle;
  color: #363636;
}

.table-custom-crm tr td .badge {
  padding: 3px 5px;
}

.table-crm tbody tr td:last-child {
  padding-right: 0;
}

.table-crm tbody tr td:first-child {
  padding-left: 0;
}

.table-crm tbody tr td {
  border-bottom: 0;
  vertical-align: middle;
  padding-bottom: 4px;
  font-weight: 600;
  padding-top: 4px;
  cursor: pointer;
}

.table-custom .search-form th {
  background: none;
  /* border-left: 1px solid; */
  padding: 10px 6px;
  border-bottom: 1px solid #f1f1f1;
  /* border-top: 1px solid #f1f1f1; */
}

.active > .page-link,
.page-link.active {
  background: var(--vermilion);
  border-color: var(--vermilion);
}

.pagination .page-item.active .page-link {
  color: #fff;
}

.pagination .page-item .page-link {
  color: #626262;
  font-size: 12px;
  height: 32px;
  display: flex;
  align-items: center;
}

.dropdown .dropdown-menu {
  box-shadow: 0 9px 20px rgb(0 0 0 / 14%) !important;
  /* width: 100%; */
  border: 1px solid #dbdbdb;
  max-height: 320px;
  overflow: auto;
  z-index: 2000 !important;
}

.dropdown-menu.show {
  max-height: 300px;
}

.dropdown .dropdown-menu .dropdown-list {
  margin: 0px;
}

.dropdown .dropdown-menu .dropdown-list li {
  padding: 0;
}

.dropdown-menu li a {
  cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-list li a,
.dropdown-menu li a,
.dropdown-menu li label {
  font-size: 13px;
  text-align: left;
  transition: 0.5s all ease;
  padding: 8px 15px;
  /* display: block; */
  display: flex;
  align-items: center;
  font-weight: 600;
}

.dropdown .dropdown-menu .dropdown-list li a .material-symbols-outlined,
.dropdown-menu li a .material-symbols-outlined {
  margin-right: 5px;
  font-size: 20px;
}

.dropdown .dropdown-menu .dropdown-list li a:hover,
.dropdown-menu li label:hover,
.dropdown-menu li a:hover {
  color: #fff;
  background: var(--vermilion);
}

.dropdown-menu li a:hover .delete-folder {
  color: #fff !important;
}

.dx-datagrid-table .dx-texteditor-input {
  border: 0px solid #f1f1f1 !important;
  border-radius: 4px;
}

.dx-datagrid-headers {
  border-bottom: 0px solid #dee1e3;
}

.custom-table .dx-datagrid .dx-datagrid-headers .dx-header-filter,
.dx-datagrid .dx-datagrid-headers .dx-header-row > td {
  font-weight: bold !important;
}

.dx-calendar-navigator-previous-month.dx-button .dx-icon,
.dx-calendar-navigator-previous-view.dx-button .dx-icon,
.dx-calendar-navigator-next-month.dx-button .dx-icon,
.dx-calendar-navigator-next-view.dx-button .dx-icon,
.dx-calendar-navigator
  .dx-calendar-caption-button.dx-button
  .dx-button-content {
  color: #222f36 !important;
}

.dx-datagrid-rowsview
  .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines
  > td,
.dx-datagrid-rowsview
  .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines
  > tr
  > td,
.dx-datagrid-rowsview
  .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines
  > td,
.dx-datagrid-rowsview
  .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines
  > tr
  > td {
  border-left-color: #e6eeff !important;
  border-right-color: #e6eeff !important;
}

.dx-datagrid-rowsview
  .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines)
  > td,
.dx-datagrid-rowsview
  .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines)
  > td {
  border-top-color: #e6eeff !important;
  border-bottom-color: #e6eeff !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
.dx-datagrid-rowsview
  .dx-selection.dx-row:not(.dx-row-focused):hover
  > tr
  > td {
  background-color: #e6eeff !important;
  color: #000 !important;
}

.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
  color: #0162e8 !important;
  background: rgba(1, 98, 232, 0.1) !important;
  cursor: pointer;
}

.dx-datagrid-table
  .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(
    .dx-row-removed
  ):not(.dx-edit-row):not(.dx-row-focused)
  > td:not(.dx-focused) {
  background-color: #e6eeff !important;
  cursor: pointer;
  transition: 0.5s all ease;
}

.dx-invalid-message > .dx-overlay-content,
.dx-datagrid-revert-tooltip .dx-revert-button {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.dx-datagrid-rowsview
  .dx-data-row
  .dx-validator.dx-datagrid-invalid.dx-focused
  > .dx-highlight-outline::after {
  border: 1px solid var(--primary) !important;
}

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover,
.dx-list:not(.dx-list-select-decorator-enabled)
  .dx-list-item.dx-list-item-selected {
  color: #0162e8 !important;
  background: rgba(1, 98, 232, 0.1) !important;
}

.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter {
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  transition: 0.5s all ease;
  white-space: nowrap;
  background: var(--vermilion);
  border: 1px solid var(--vermilion);
  cursor: pointer;
}

.dx-datagrid-filter-panel .dx-icon-filter {
  outline: 0;
  color: var(--primary) !important;
}

.custom-table
  .dx-datagrid-table
  tbody
  tr
  td
  .notification
  .countCss
  .material-symbols-outlined {
  vertical-align: middle;
}

.custom-table .dx-datagrid-table tbody tr td .dx-link.dx-link-save,
.custom-table .dx-datagrid-table tbody tr td .dx-link.dx-link-cancel,
.custom-table .dx-datagrid-table tbody tr td .dx-link.dx-link-edit {
  color: #ffffff !important;
  padding: 1px 4px;
  border-radius: 2px;
}

.custom-table .dx-datagrid-table tbody tr td .dx-link.dx-link-cancel {
  background: var(--vermilion);
}

.custom-table .dx-datagrid-table tbody tr td .dx-link.dx-link-save {
  background: #198754;
}

.custom-table .dx-datagrid-table tbody tr td .dx-link.dx-link-edit {
  background: var(--primary);
}

.custom-table .dx-datagrid .dx-header-filter {
  font-size: 10px !important;
  top: 2px;
}

.relative {
  position: relative;
}

.well-2 {
  background: #f1f5ff;
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 15px;
}

.card {
  margin-block-end: 16px;
  box-shadow: 1px 0px 1px 0 rgb(0 0 0 / 8%);
  color: #031b4e;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  /* padding: 20px; */
  position: relative;
}

.card-title {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.main-content-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-image: url(../images/bg-graph.png);
  background-position: center;
  background-repeat: repeat;
  z-index: 0;
  opacity: 0.6;
  background-size: cover;
}

.main-content-card .card-body {
  position: relative;
  z-index: 1;
}

.product-timeline ul.timeline-1 {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.product-timeline ul.timeline-1:before {
  content: " ";
  margin: 20px 20px 0 20px;
  display: inline-block;
  position: absolute;
  inset-inline-start: -2px;
  height: 94%;
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 0;
  border-inline-start: 2px dotted #eae8f1;
}

.product-timeline ul.timeline-1 > li {
  margin: 12px;
  padding-inline-start: 8px;
}

.product-timeline ul.timeline-1 > li .product-icon {
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  inset-inline-start: 3px;
  font-size: 20px;
  line-height: 32px;
  font-size: 17px;
  border: 1px dashed var(--primary);
  background: #fff;
}

.todo-list-box {
  border-radius: 10px;
  border: 1px dashed #e1e1e1;
  cursor: pointer;
  transition: 0.5s all ease;
  box-shadow: rgb(133 133 133 / 10%) 0px 10px 15px -3px,
    rgb(104 104 104 / 5%) 0px 4px 6px -2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 14px;
}

.todo-list-box:hover {
  border-color: var(--vermilion);
}

.todo-list-box h2 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  /* line-height: 26px; */
}

.todo-list-box .icon-box {
  margin-top: 5px;
  display: flex;
  align-items: start;
}

.todo-list-box .icon-box span {
  color: var(--primary);
  font-size: 18px !important;
  margin-right: 3px;
}

.todo-list-box .icon-box p {
  margin: 0;
}

.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-left: 0px solid #dee1e3 !important;
  border-right: 0px solid #dee1e3 !important;
}

.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-bottom: 0px solid #dee1e3 !important;
}

.dx-datagrid-borders > .dx-datagrid-filter-panel,
.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid-borders > .dx-datagrid-pager {
  border-top: 0px solid #dee1e3 !important;
}

.dx-datagrid-borders > .dx-datagrid-filter-panel {
  border-top-width: 0;
  border-left: 0px solid #dee1e3 !important;
  border-right: 0px solid #dee1e3 !important;
  border-bottom: 0px solid #dee1e3 !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  border-bottom: 1px solid #ededed !important;
}

.custom-table .dx-datagrid-table tbody tr td {
  font-size: 13px;
  color: #474950;
  /* border-bottom: 1px solid #d0d4e4; */
  /* border: 0px solid !important; */
  border-color: #f1f1f1;
  font-weight: 600 !important;
  font-family: var(--quicksand) !important;
  vertical-align: middle;
  padding: 6px 10px;
  /* color: #000; */
  border-right: 0px !important;
  border-left: 0px solid !important;
  /* overflow: initial !important; */
}

.custom-table .dx-datagrid-table tbody tr td.bold {
  font-weight: bold !important;
}

.dx-datagrid-table .dx-texteditor-input {
  border: 0px solid #d0d4e4;
  border-top: 1px solid #d0d4e4;
  border-color: #d0d4e4;
  border-radius: 0;
}

.custom-table .dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:first-child {
  border-left: 0px solid var(--primary) !important;
}

.custom-table
  .dx-datagrid-content
  .dx-datagrid-table
  .dx-row
  > td
  .fa-file-pdf {
  color: var(--vermilion);
  font-size: 14px;
  text-align: center;
  display: block;
}

.custom-table
  .dx-datagrid-table
  tbody
  tr
  td
  .btn-edit-delete
  .dx-button-content {
  padding: 2px;
}

.custom-table
  .dx-datagrid-table
  tbody
  tr
  td
  .btn-edit-delete
  .dx-button-content
  i {
  font-size: 14px;
}

/* .custom-table .dx-datagrid-content tr.dx-row.dx-column-lines.dx-header-row {
  background: #ecf2ff;
} */

/* .custom-table .dx-datagrid-table tbody tr td .btn-edit-delete:hover {
  background: var(--vermilion);
  border-color: var(--vermilion);
}
.custom-table .dx-datagrid-table tbody tr td .btn-edit-delete:hover i {
  color: #fff;
} */

.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed {
  min-width: 100%;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
  vertical-align: middle !important;
}

.dx-checkbox-checked .dx-checkbox-icon:before {
  color: var(--primary) !important;
}

/* .dx-datagrid-headers .dx-datagrid-table .dx-row>td {
  border-right: 1px solid #d0d4e4 !important;
} */

.dx-editor-with-menu
  .dx-filter-menu
  .dx-menu-item-content
  .dx-icon.dx-icon-filter-operation-default,
.dx-filter-menu
  .dx-menu-item-content
  .dx-icon.dx-icon-filter-operation-default {
  margin-top: 7px !important;
}

.dx-datagrid-rowsview .dx-datagrid-content:not(.dx-datagrid-content-fixed) {
  min-height: 100%;
}

.dx-datagrid-borders .dx-datagrid-rowsview,
.dx-datagrid-headers + .dx-datagrid-rowsview {
  border-top: 0px solid #dee1e3 !important;
}

.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-bottom: 0px solid #dee1e3 !important;
}

.dx-list:not(.dx-list-select-decorator-enabled)
  .dx-list-item.dx-list-item-selected {
  background: var(--primary);
  border: 1px solid var(--primary);
}

.btn-edit-delete .dx-link-icon {
  min-width: 25px !important;
  min-height: 25px !important;
  display: inline-block;
  line-height: 25px !important;
  border-radius: 4px;
}

.btn-edit-delete .dx-icon-edit {
  background: rgba(1, 98, 232, 0.1) !important;
}

.btn-edit-delete .dx-icon-edit:before {
  color: #0162e8 !important;
}

.btn-edit-delete .dx-icon-trash {
  background: rgba(238, 51, 94, 0.1) !important;
}

.btn-edit-delete .dx-icon-trash:before {
  color: rgba(238, 51, 94, 0.8) !important;
}

/* .custom-table .dx-datagrid-content {
  padding-right: 9px;
} */

.dx-checkbox.dx-state-hover .dx-checkbox-icon {
  border-color: var(--primary) !important;
}

.dx-checkbox-indeterminate .dx-checkbox-icon {
  color: var(--primary) !important;
}

.input-search {
  position: relative;
}

.input-search .form-control {
  padding-left: 34px;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px;
  font-weight: bold;
  font-size: 13px;
}

.input-search span {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
}

.full-height-3 {
  min-height: calc(100vh - 50px);
  overflow: auto;
}

.full-height-scroll {
  /* max-height: calc(100vh - 90px); */
  overflow: auto;
}

.full-height-scroll-2 {
  max-height: calc(100vh - 320px);
  min-height: calc(100vh - 320px);
  overflow: auto;
}

.client-box-main {
  display: flex;
  flex: 0 0 20%;
  padding: 0 5px;
  width: 20%;
}

.client-box {
  background: #fff;
  border: 1px solid #0000;
  border-radius: 6px;
  /* box-shadow: 0 10px 15px -3px #8585851a, 0 4px 6px -2px #6868680d; */
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin: 12px 0; */
  margin-bottom: 10px;
  padding: 15px 30px 15px 15px;
  position: relative;
  /* text-align: center; */
  transition: all 0.5s ease;
  width: 100%;
}

.form-check.client-box-checkbox {
  position: absolute;
  left: 7px;
  top: 2px;
  font-size: 14px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}

.client-box-main:hover .client-box .client-box-checkbox,
.form-check.client-box-checkbox.active {
  opacity: 1;
  visibility: visible;
}

.color-filter-box {
  background: #edf0ff;
  border-radius: 4px;
  padding: 4px;
  margin-top: 8px;
  font-weight: 600;
  font-size: 10px;
  /* display: none; */
}

.inner-info-details {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 8px 24px #959da533;
  min-width: 240px;
  opacity: 0;
  padding: 10px 10px 4px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 44px;
  transition: all 0.5s ease;
  visibility: hidden;
  z-index: 1;
}

.inner-info-details ul li {
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  font-size: 11px;
  padding: 5px 2px;
  text-align: left;
}

.inner-info-details ul li:last-child {
  border: 0px;
}

.inner-info-details ul li svg {
  font-size: 18px;
  margin-right: 5px;
}

.info-details:hover .inner-info-details {
  opacity: 1;
  visibility: visible;
}

.client-img {
  align-items: center;
  border-radius: 90px;
  display: flex;
  height: 35px;
  justify-content: center;
  /* margin: 0 auto 13px; */
  min-width: 35px;
  overflow: hidden;
  position: relative;
  width: 35px;
}

.client-img img {
  height: 35px;
}

.client-box h2 {
  color: #151d48;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  width: 160px;
}

.client-box h4 {
  color: #909090;
  font-size: 12px;
  margin-bottom: 0px;
}

.client-box-icons {
  position: absolute;
  right: 6px;
  top: 8px;
}

.client-box-icons .AddToFavourite.bg-red {
  background-color: var(--vermilion);
  border-color: var(--vermilion);
  color: #fff;
}

.client-box-icons .btn {
  line-height: 10px;
}

.totals-row {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 4;
  left: 0;
  /* width: calc(100% - 332px); */
  /* background: #fff; */
  /* box-shadow: 0 0 15px #c3c3c3; */
  /* border-radius: 2px; */
  /* border: 1px solid #dddddd; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* max-width: 750px; */
  /* width: 100%; */
  /* margin: 0 auto; */
  text-align: center;
}

.inner-totals-row {
  background: #fff;
  display: inline-flex;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  min-width: 320px;
}

.totals-row .total-box-close {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  /* border-left: 1px solid #ccc; */
  background: #fff;
  border: 0;
  border-left: 1px solid #f1f1f1;
  margin-left: auto;
  transition: 0.5s all ease;
}

.totals-row .total-box-close:hover {
  background: var(--vermilion);
  color: #fff;
}

.totals-row .total-inner-box {
  padding: 6px 8px;
  outline: none;
  border: 0;
  background: #fff;
  font-size: 11px !important;
  transition: 0.5s all ease;
}

.totals-row .total-inner-box:hover {
  background: var(--vermilion);
  color: #fff;
}

.totals-row .total-box {
  background: var(--primary);
  color: #fff;
  padding: 12px 15px;
}

.totals-row .total-box h2 {
  font-size: 22px;
}

.document-list {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  /* max-height: 235px; */
  /* overflow: auto; */
  width: 100%;
  align-items: start;
  align-content: start;
}

.document-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 15px 10px 10px;
  /* flex: 0 0 50%; */
  width: 100%;
  border-left: 6px solid var(--primary);
  margin-bottom: 6px;
  border-right: 1px solid #f1f1f1;
}

.full-header .header {
  width: 100%;
}

.document-list > li > a {
  display: block;
  width: 100%;
}

.badge {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  border: 0px;
  font-size: 10px;
  padding: 4px 8px;
}

.main-card-filter:nth-child(1) .card-filter .filter-count {
  background: rgba(251, 188, 11, 0.1) !important;
  color: #fbbc0b;
  border: 1px solid #fbbc0b;
}

.main-card-filter:nth-child(2) .card-filter .filter-count {
  background: rgba(1, 98, 232, 0.1) !important;
  color: #0162e8;
  border: 1px solid #0162e8;
}

.main-card-filter:nth-child(3) .card-filter .filter-count {
  background: rgba(34, 192, 60, 0.1) !important;
  color: #22c03ccc;
  border: 1px solid #22c03ccc;
}

.main-card-filter:nth-child(4) .card-filter .filter-count {
  background: rgba(238, 51, 94, 0.1) !important;
  color: #ee335ecc;
  border: 1px solid #ee335ecc;
}

.card-filter .filter-count {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f1f1f1;
}

.bg-success,
.bg-warning,
.bg-secondary,
.bg-danger,
.bg-primary {
  color: #fff !important;
}

.bg-success,
.bg-success:hover {
  background: #22c03ccc !important;
}

.bg-warning,
.bg-warning:hover {
  background: #fbbc0b !important;
}

.bg-secondary,
.bg-secondary:hover {
  background: rgba(251, 188, 11, 0.1) !important;
}

.bg-blue {
  background: #4880ff;
  color: #fff;
}

.bg-danger,
.bg-danger:hover {
  background: #df2f4a !important;
}

.bg-primary,
.bg-primary:hover {
  background: var(--primary) !important;
}

.bg-primary1 {
  background-color: #ea45d0 !important;
}

.bg-primary3 {
  background-color: rgb(255, 142, 111) !important;
}

.bg-primary2 {
  background-color: rgb(255, 93, 159) !important;
}

.badge.text-bg-warning {
  background: rgba(251, 188, 11, 0.2) !important;
  color: #976f00 !important;
  text-transform: capitalize;
}

.badge.text-bg-secondary {
  background: #cdcdcd !important;
  color: #3e3e3e !important;
}

.badge.text-bg-success {
  background: rgba(34, 192, 60, 0.1) !important;
  color: #166534 !important;
}

.badge.text-bg-danger {
  background: rgba(238, 51, 94, 0.1) !important;
  color: rgba(238, 51, 94, 0.8) !important;
}

.badge.text-bg-primary {
  color: #0162e8 !important;
  background: rgba(1, 98, 232, 0.1) !important;
}

.middle {
  vertical-align: middle !important;
}

.file-select {
  position: relative;
}

.file-select #selectFormUpload {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.progress-bar {
  background: var(--primary);
}

.file-select {
  border: 2px dashed #ccc;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 3px;
}

.btn-upload-2 input {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-upload-2 label {
  color: #fff;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.5s all ease;
  white-space: nowrap;
  background: var(--primary);
  border: 1px solid var(--primary);
  position: relative;
  display: flex;
  align-items: center;
}

.btn-upload-2 label i {
  margin-right: 4px;
  display: inline-block;
}

.btn-upload .file-upload {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 36px;
  width: 40px;
  cursor: pointer;
  visibility: hidden;
  /* visibility: hidden; */
}

.img-profile .upload-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 90px;
  width: 36px;
  height: 36px;
}

.btn-round {
  border-radius: 30px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  transition: 0.5s all ease;
  background: #fff;
}

.profile-pic {
  position: relative;
  width: 170px;
  /* height: 170px; */
  margin: 0 auto;
}

.img-profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.img-profile-pic img {
  width: 90px;
}

.profile-pic .p-image .file-upload {
  position: absolute;
  /* opacity: 0; */
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 0px;
}

.profile-pic .p-image {
  position: absolute;
  right: 0;
  /* left: 0; */
  bottom: 20px;
  /* text-align: right; */
  font-size: 22px;
  z-index: 9;
  /* background: #fff; */
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  border: 1px solid;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}

.profile-pic:hover .p-image {
  opacity: 1;
  visibility: visible;
}

.btn-icon {
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #ccc; */
  transition: 0.5s all ease;
  background: #fff;
  color: #000;
  border: 0px solid rgb(213, 213, 213);
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px; */
}

.btn-icon.text-red:hover {
  color: #fff !important;
}

.btn-icon-blue {
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease;
}

.btn-icon-round {
  width: 22px;
  height: 22px;
  display: flex;
  border-radius: 90px;
  text-align: center;
  background: #e8e2ff;
  align-items: center;
  justify-content: center;
}

.btn-icon-round span {
  color: var(--primary);
}

.btn-icon:after {
  display: none;
}

.btn-round:hover,
.btn-icon:hover,
.btn-icon-blue:hover {
  background: var(--vermilion);
  border-color: var(--vermilion);
  color: #fff;
}

.btn-icon:hover .material-symbols-outlined {
  color: #fff !important;
}

.overview-box {
  /* border-right: 1px solid #f1f1f1; */
  padding: 6px 10px;
  /* width: 33.33%; */
}

button.btn-round.dropdown-toggle:after {
  display: none;
}

.overview-box .material-symbols-outlined {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #fff; */
  margin-right: 10px;
  background: #f1f5f9;
  border: 1px solid #e6e6e7;
}

/* .overview-box:nth-child(1) .material-symbols-outlined { 
  background: #0162e8 !important;
}

.overview-box:nth-child(2) .material-symbols-outlined { 
  background: #ee335e;
}

.overview-box:nth-child(3) .material-symbols-outlined { 
  background: #00b9ff;
}

.overview-box:nth-child(4) .material-symbols-outlined { 
  background: #fbbc0b !important;
}

.overview-box:nth-child(5) .material-symbols-outlined { 
  background: #670bfb !important;
}

.overview-box:nth-child(6) .material-symbols-outlined { 
  background: #ff4ed8 !important;
} */

.timer-box {
  /* background: var(--primary); */
  padding: 15px;
  /* color: #fff; */
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #f1f1f1;
}

.timer-box h2 {
  font-size: 24px;
}

.timer-box .material-symbols-outlined {
  font-size: 36px !important;
}

.dx-pager .dx-page-sizes .dx-selection,
.dx-pager .dx-pages .dx-selection {
  color: #fff !important;
  border-color: transparent;
  background-color: var(--vermilion) !important;
  border-radius: 3px;
}

.dx-pager .dx-pages .dx-page,
.dx-page-sizes .dx-page-size {
  /* padding: 0; */
  padding: 0 !important;
  width: 32px;
  height: 32px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  border: 1px solid #ccc;
  transition: 0.5s all ease;
}

.dx-pager .dx-pages .dx-page:hover,
.dx-page-sizes .dx-page-size:hover {
  color: #fff !important;
  border-color: var(--vermilion);
  background-color: var(--vermilion) !important;
}

.dx-datagrid-borders > .dx-datagrid-pager {
  border-top: 0px solid #dee1e3 !important;
}

.change-assignee {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  background: #fff;
  padding: 15px 15px;
  border-radius: 6px;
  border: 1px solid #bdd1ff;
  box-shadow: 0 0 15px #f5f5f5;
}

.change-assignee .hour-icon {
  font-size: 40px !important;
  margin-right: 30px;
}

.play-box {
  width: 100%;
  max-width: 350px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #bdd1ff;
  box-shadow: 0 0 15px #f5f5f5;
}

.card-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px 14px;
  box-shadow: 0 0 15px #e9e9e9;
  border-radius: 2px;
  margin-bottom: 10px;
}

.card-filter h2 {
  font-size: 14px;
}

.card-filter .icon {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  justify-content: center;
  color: #000;
}

.selected-row td {
  background: #e6eeff;
  border-color: #e6eeff;
}

.companiescss .houseicon {
  position: absolute;
  width: 20px;
  top: 8px;
  border-radius: 3px;
  left: 7px;
  cursor: pointer;
}

.custom-form .form-group .form-label,
.custom-form .form-label {
  font-weight: 600;
  font-family: var(--quicksand) !important;
  margin-bottom: 2px;
  font-size: 12px !important;
}

.custom-form .form-group .form-control {
  /* height: 40px; */
  font-size: 12px;
}

.resize-none {
  resize: none;
}

.textarea-2 {
  height: 100px !important;
  resize: none;
  padding-top: 6px;
}

.btn-verify {
  position: absolute;
  right: 0;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a5a5a5;
  padding: 5px;
}

.dx-widget {
  font-size: 12px !important;
}

.btn-verify-success {
  color: #63af00;
}

.btn-invalid {
  color: #dc3545;
}

.btn-verify span {
  font-size: 18px !important;
}

.company-details-box {
  /* align-items: center; */
  margin-bottom: 10px;
}

.company-details-box h6 {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.company-details-box p {
  font-size: 12px;
  word-break: break-all;
  margin: 0px;
  font-weight: 600;
  color: #707070;
}

.company-details-box p a {
  /* color: red; */
  color: #707070;
  text-decoration: underline !important;
}

.company-details-box .material-symbols-outlined {
  font-size: 22px !important;
  /* color: #d41b20; */
}

.main-dashboard-box-2 .dashboard-box-2 {
  /* background: #e1eaff; */
  background: #fff;
  margin-top: 10px;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;
  /* color: #444A78; */
  border: 1px solid #f1f1f1;
}

.main-dashboard-box-2 .dashboard-box-2 .material-symbols-outlined {
  font-size: 20px !important;
  width: 30px;
  height: 30px;
  border: 1px solid #f1f5f9;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  /* color: #fff; */
}

.main-accordian.udf-accordian {
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
}

.main-accordian.udf-accordian {
  /* border: 1px solid #e9e9e9; */
  box-shadow: none;
}

.main-accordian {
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  /* orphans: 3; */
}

.main-accordian .accordion {
  /* border: 2px solid #0000; */
  border-radius: 6px;
  box-shadow: 0 2px 0 #e2e0e0;
  break-inside: avoid-column;
  margin-bottom: 10px;
  outline: none !important;
  page-break-inside: avoid;
  orphans: 3;
}

.main-accordian .accordion .accordion-item {
  /* border: 2px solid transparent; */
  border: 1px solid #f1efef;
}

.accordion-button.accordion-success {
  background: rgb(34 197 94 / 10%);
}

.accordion-button.accordion-warning {
  background: rgb(234 179 8 / 10%);
}

.accordion-button {
  font-weight: 600;
  font-size: 14px;
}

.accordion-button::after {
  content: "\f107";
  font-family: "FontAwesome";
  background-image: none !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0px 18px 0px 8px;
}

.main-accordian .accordion .accordion-item .accordion-button {
  background-color: #fff !important;
  /* Custom background color */
  color: #000;
  padding: 10px 8px 10px 10px;
  font-weight: 600;
  font-size: 14px;
}

.add-client-accordian {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}

.add-client-accordian .accordion {
  width: 100%;
}

.add-client-accordian .accordion .accordion-item {
  height: 100%;
}

.address-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.address-list li {
  display: flex;
  font-size: 13px;
  padding: 6px 0;
}

.address-list li .add-heading {
  /* color: var(--primary); */
  display: flex;
  font-weight: 600;
  min-width: 120px;
  width: 120px;
}

.address-list li .add-heading svg {
  font-size: 20px;
  margin-right: 5px;
}

.address-list li .add-heading p {
  font-weight: 600;
}

.address-list li .add-heading-client {
  align-items: center;
  display: flex;
  max-width: 300px;
  min-width: 300px;
  vertical-align: middle;
  width: 100%;
  padding-right: 10px;
}

.address-list li p {
  margin: 0;
}

.address-list li:last-child {
  padding-bottom: 0px;
}

.address-list li .add-details .country {
  align-items: center;
  border-radius: 90px;
  display: flex;
  height: 23px;
  justify-content: center;
  overflow: hidden;
  width: 23px;
}

.address-list li .add-details .country img {
  height: 23px;
  /* width: 23px; */
}

.file-uploads-2 {
  width: 100%;
}

.file-upload-2,
.file-uploads {
  margin-top: 10px;
  position: relative;
}

.file-uploads-2 .file-uploads-label {
  align-items: center;
  background: #fff;
  /* border: 1px dashed #f1f1f1; */
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 4px 10px;
  width: 100%;
  margin-bottom: 3px;
}

.file-uploads-2 .file-uploads-label .img-format > img {
  width: 30px;
  margin-right: 4px;
}

.img-format > img {
  width: 36px;
}

.document-list-icon li .img-format img {
  height: 32px;
  margin-right: 6px;
}

.file-uploads-2 .file-uploads-label h4 {
  color: #474747;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 1px;
}

.file-uploads-2 .file-uploads-label p {
  color: #aeaeae;
  font-size: 12px;
  font-weight: 400;
}

.input-upload {
  position: relative;
}

.input-upload input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
}

.input-upload .input-upload-label {
  border: 2px dashed #6177fa;
  width: 100%;
  text-align: center;
  padding: 26px 10px;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  color: #878787;
  /* border-style: dashed; */
  background: #f5f7ff;
}

.btn-arrow {
  border-radius: 6px;
  background: var(--primary);
  border: 1px solid rgb(213, 213, 213);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px;
  padding: 3px 0px 3px 10px;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}

.btn-arrow:after {
  content: "";
  width: 0px;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  /* border-right: 15px solid transparent; */
  border-left: 15px solid var(--primary);
  position: absolute;
  right: -12px;
}

.btn-arrow button {
  border: 0;
  padding: 4px 5px 4px 0px;
  background: transparent;
  color: #fff;
  margin-left: 6px;
  border-radius: 0px 5px 5px 0;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #e9ecef !important;
  cursor: default;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 99999;
}

.select2-results__options {
  cursor: pointer;
}

.select2-dropdown {
  border: 1px solid #f1f1f1 !important;
  box-shadow: 0 0 15px 0 0 15px rgb(0 0 0 / 25%);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.filter-chips .custom-chips {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  background: #fff;
  border-radius: 90px;
  padding: 3px 4px 3px 15px;
}

.to_do {
  display: flex;
  flex-wrap: wrap;
}

.to_do li {
  margin-right: 15px;
  border-right: 1px solid #ccc;
  padding-right: 15px;
  margin-bottom: 10px;
}

.to_do li:last-child {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.to_do li p {
  margin-bottom: 0px;
}

.to_do li p i {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
  color: var(--primary);
  /* color: #000; */
}

.flexDiv {
  display: flex;
  align-items: center;
}

.crosIcon {
  font-size: 15px;
  margin-left: 6px;
  cursor: pointer;
  color: var(--vermilion);
}

.nav-tabs.nav-fill .nav-item {
  font-weight: 600;
  color: #000;
}

.nav-tabs.nav-fill .nav-item.active {
  border-radius: 4px;
}

.custom-tabs {
  flex-wrap: nowrap;
  overflow: auto;
}

.custom-tabs-2 {
  background: #f1f5f9;
  padding: 6px;
  border-radius: 2px;
  gap: 5px;
}

.nav-item .nav-link.active,
.custom-tabs-2 .nav-item .nav-link:hover {
  background: var(--white) !important;
  color: #222f36 !important;
}

.custom-tabs-2 .nav-item .nav-link {
  color: #6c6c6c;
  border-radius: 2px;
  transition: 0.5s all ease;
  font-weight: 700;
  text-align: center;
}

.custom-tabs-2 .nav-item .nav-link:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: stroke;
}

/* .btn-edit-delete .dx-icon {
  background: #fff !important;
} */

.accordion-list .accordion-item .accordion-header .accordion-button {
  border: 0;
  padding: 5px;
  /* border-left: 5px solid var(--primary); */
  margin-bottom: 0;
  font-size: 12px;
  border-radius: 0;
}

.email-tabs {
  background: #fff;
  border-radius: 2px;
  /* margin-bottom: 8px; */
  padding: 10px 12px;
  color: #4a4a4a;
  border-bottom: 1px solid #f1f1f1;
  font-weight: 600;
  transition: 0.5s all ease;
  cursor: pointer;
}

.email-tabs:hover {
  background: #7883ff24;
}

.attachment-card .attachment-card-box {
  width: 180px;
  border: 1px solid #c1b3b3;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  margin-right: 8px;
}

.attachment-card .attachment-card-box .close {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #d41b20;
  /* font-size: 20px; */
}

.attachment-card .attachment-card-box .close span {
  font-size: 20px !important;
}

.attachment-card .attachment-card-box img {
  width: 36px;
  margin-bottom: 10px;
}

.attachment-card .attachment-card-box p {
  word-break: break-all;
}

.attachment-card {
  padding: 0 14px;
}

.about-mail-para {
  line-height: 22px;
}

.no-data-found {
  background: #fff;
  height: calc(100vh - 80px);
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* .search-not-found {} */

.no-data-found img {
  margin-bottom: 20px;
  display: block;
}

.no-data-img {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}

.no-data-found h4,
.search-not-found h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

#DocumentListDMs .img-format img {
  width: 20px;
}

#DocumentListDMs
  .dx-datagrid-content
  .dx-datagrid-table
  .dx-row
  .dx-command-select {
  height: 33px;
}

.dx-datagrid-total-footer .dx-datagrid-table tbody tr td {
  background: #f1f5f9;
}

.dx-datagrid-total-footer
  .dx-datagrid-table
  tbody
  tr
  td
  .dx-datagrid-summary-item {
  color: #000;
}

/* gmail email system  */
.emailapp-aside {
  width: 370px;
}

.emailapp-aside .aside-body {
  overflow: auto;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 1.25rem;
}

.emailapp-aside header.aside-header .emailapp-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.aside-header .emailapp-title h1 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

header.aside-header .emailapp-title:after {
  top: 0;
}

.emailapp-aside header.aside-header .btn,
.emailapp-aside
  header.aside-header
  div.hopscotch-bubble
  .hopscotch-bubble-container
  .hopscotch-actions
  .hopscotch-nav-button,
.emailapp-aside header.aside-header .hopscotch-nav-button {
  margin-right: 0.5rem;
}

.emailapp-wrap
  .emailapp-content
  .emailapp-aside
  header.aside-header
  .btn:last-child,
.emailapp-wrap
  .emailapp-content
  .emailapp-aside
  header.aside-header
  div.hopscotch-bubble
  .hopscotch-bubble-container
  .hopscotch-actions
  .hopscotch-nav-button:last-child,
div.hopscotch-bubble
  .hopscotch-bubble-container
  .hopscotch-actions
  .emailapp-wrap
  .emailapp-content
  .emailapp-aside
  header.aside-header
  .hopscotch-nav-button:last-child {
  margin-right: 0;
}

.emailapp-aside .aside-search {
  margin-bottom: 1.25rem;
}

.emailapp-aside .aside-body {
  overflow: auto;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 1.25rem;
}

.emailapp-aside .aside-body .email-list .list-group-item {
  padding: 0;
  border: none;
  /* margin-bottom: 2px; */
  transition: 0.5s all ease;
  background: #fff;
  border-radius: 3px;
  transition: 0.5s all ease;
}

.emailapp-aside .aside-body .email-list .list-group-item.selected-email {
  background: #d1e3f9;
}

.media-body.selected-email {
  background: #d1e3f9;
}

.emailapp-aside .aside-body .email-list .list-group-item:hover {
  background: #f1f1f1;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  .trash-icons {
  padding: 0;
  margin-left: 10px;
  opacity: 0;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item:hover
  .media
  .media-body
  .trash-icons {
  opacity: 1;
}

.emailapp-aside .aside-body .email-list .list-group-item .media {
  padding: 10px 8px;
  /* border-radius: .5rem; */
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #898989;
  font-size: 11px;
  border-bottom: 1px solid #e7e7e7;
}

.emailapp-aside .aside-body .email-list .list-group-item .media .media-head {
  position: relative;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-head
  .badge-indicator {
  margin-top: 0.875rem;
}

.emailapp-aside .aside-body .email-list .list-group-item .media .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div {
  min-width: 0;
  flex: 1;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: .25rem; */
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  > div:first-child
  div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  .trash-icons:hover {
  background: rgba(238, 51, 94, 0.1) !important;
  color: rgba(238, 51, 94, 0.8) !important;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  > div:first-child
  div:last-child
  .email-star
  > .feather-icon
  > svg,
.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  > div:first-child
  div:last-child
  .email-star
  .svg-icon
  > svg {
  cursor: pointer;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  > div:first-child
  div:last-child
  .email-star
  > .feather-icon
  > svg:hover,
.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  > div:first-child
  div:last-child
  .email-star
  .svg-icon
  > svg:hover {
  fill: #ffc400;
  stroke: #ffc400;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  .email-time {
  font-size: 9px;
}

.emailapp-aside .aside-body .email-list .list-group-item .media .avatar {
  background: #f5ccff;
  color: #8e00b1;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item:nth-child(2n + 1)
  .media
  .avatar {
  background: rgba(238, 51, 94, 0.1) !important;
  color: rgba(238, 51, 94, 0.8) !important;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item:nth-child(3n + 1)
  .media
  .avatar {
  background: rgba(34, 192, 60, 0.1) !important;
  color: #22c03ccc !important;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item:nth-child(4n + 1)
  .media
  .avatar {
  color: #0162e8 !important;
  background: rgba(1, 98, 232, 0.1) !important;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item:nth-child(5n + 1)
  .media
  .avatar {
  background: #ffeadb;
  color: #ff4963;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item:nth-child(6n + 1)
  .media
  .avatar {
  background: #ea45d0;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item:nth-child(7n + 1)
  .media
  .avatar {
  background: rgb(255 234 207);
  color: rgb(219 47 0);
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item:nth-child(3n + 1)
  .media
  .avatar
  .form-check {
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .avatar
  .form-check {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 90px;
  width: 32px;
  height: 32px;
  justify-content: center;
  bottom: 0;
  border: 1px solid #f1f1f1;
  opacity: 0;
  transition: 0.5s all ease;
  cursor: pointer;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item:hover
  .media
  .avatar
  .form-check {
  opacity: 1;
}

/* .emailapp-aside .aside-body .email-list .list-group-item .media .media-body>div>div:first-child div:last-child .email-star.marked {
    opacity: 1
}

.emailapp-aside .aside-body .email-list .list-group-item .media .media-body>div>div:first-child div:last-child .email-star.marked>.feather-icon>svg,
.emailapp-aside .aside-body .email-list .list-group-item .media .media-body>div>div:first-child div:last-child .email-star.marked .svg-icon>svg {
    fill: #ffc400;
    stroke: #ffc400
}

.emailapp-aside .aside-body .email-list .list-group-item .media .media-body>div>div:first-child div:last-child .email-star.marked>.feather-icon>svg:hover,
.emailapp-aside .aside-body .email-list .list-group-item .media .media-body>div>div:first-child div:last-child .email-star.marked .svg-icon>svg:hover {
    fill: none;
    stroke: currentColor
} */

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  > div:first-child
  div:last-child
  .email-time {
  font-size: 0.75rem;
  margin-left: 0.625rem;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  .email-head,
.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  .email-subject {
  color: #262a2e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  .email-subject {
  /* margin-bottom: .25rem; */
  font-weight: 500;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  .email-head {
  font-weight: 600;
  margin-right: 0.5rem;
  max-width: 150px;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  .email-text {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  > div
  .email-text
  p {
  margin: 0px;
  line-height: 14px;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media
  .media-body
  .email-icon {
  opacity: 0;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item:hover
  .media
  .media-body
  .email-icon {
  opacity: 1;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media:hover
  .media-body
  > div
  > div:first-child
  div:last-child
  .email-star,
.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media:focus
  .media-body
  > div
  > div:first-child
  div:last-child
  .email-star {
  opacity: 1;
}

.emailapp-aside
  .aside-body
  .email-list
  .list-group-item
  .media.read-email.active-user {
  background-color: #eef1ff;
}

.emailapp-aside .aside-body .email-list .hk-section-head-border {
  padding: 0 0.8rem;
}

.emailapp-aside .aside-body .email-list .hk-section-head-border:after {
  background: #f7f7f7;
}

.emailapp-aside .aside-body .simplebar-content {
  padding: 10px 0 10px 0px;
}

.emailapp-aside .aside-body .simplebar-content-wrapper {
  height: calc(100vh - 60px);
  overflow: hidden auto;
}

.emailapp-aside .aside-body .simplebar-content-wrapper.client-card-email {
  height: calc(100vh - 190px);
}

.client-card-side-email.emailapp-single-email .side-email {
  height: calc(100vh - 240px);
}

.avatar.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar.avatar-xs {
  width: 2rem;
  height: 2rem;
}

.avatar.avatar-xs h2 {
  font-size: 13px;
}

.d-8 {
  height: 2.5rem !important;
  width: 2.5rem !important;
}

.avatar {
  position: relative;
  width: 4rem;
  height: 4rem;
  vertical-align: middle;
  background: #f1f5f9;
  color: #000;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.avatar h2 {
  font-size: 18px;
}

.avatar.avatar-rounded .avatar-img,
.avatar.avatar-rounded .initial-wrap {
  border-radius: 50%;
}

.avatar .avatar-img,
.avatar .initial-wrap {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.emailapp-aside {
  border-right: 1px solid #eaeaea;
  /* background: #fff; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  height: 100%;
  z-index: 1;
  left: 0;
  width: 370px;
  flex-shrink: 0;
  margin-top: 0;
}

.emailapp-aside header.aside-header,
.email-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;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  color: #262a2e;
  padding: 5px 0;
  border-radius: 4px;
}

.emailapp-single-email {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  /* background: #fff; */
  flex-flow: column;
  height: 100%;
}

.emailapp-single-email .side-email {
  height: calc(100vh - 90px);
  overflow: auto;
}

.emailapp-single-email .side-email pre {
  white-space: break-spaces !important;
  word-break: break-all;
}

.emailapp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* overflow: hidden; */
  position: relative;
  height: 100%;
  left: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.emailapp-content
  .emailapp-single-email
  .single-email-thread
  .accordion-item
  .accordion-header
  > div {
  padding: 1.25rem;

  cursor: pointer;
  width: 100%;
  position: relative;
}

.email-attachment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.email-attachment-wrap .attachment-box {
  margin-bottom: 0.5rem;
  margin-right: 0.25rem;
}

.email-attachment-wrap .attachment-box .inner-attachment-box {
  cursor: pointer;
  padding: 10px 10px;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  background: #f2f2f2;
}

.email-attachment-wrap .attachment-box .file-overlay {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  background: rgba(38, 42, 46, 0.4);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  transition: 0.5s all ease;
}

.email-attachment-wrap .attachment-box .file-overlay .btn {
  background: var(--primary);
  color: #fff;
  border-radius: 90px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.email-attachment-wrap .attachment-box:hover .file-overlay {
  opacity: 1;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.inner-attachment-box .inner-attachment-file img {
  height: 36px;
}

.inner-attachment-box .file-name,
.inner-attachment-box .file-size {
  font-weight: 700;
  word-break: break-all;
  font-size: 11px;
}

.chip.user-chip > span .chip-text {
  margin-left: 1.375rem;
  font-size: 12px;
}

.chip .chip-text {
  pointer-events: none;
}

.chip.chip-primary > span .chip-close {
  border: 0;
  background: none;
  padding: 0;
  display: flex;
  color: var(--primary);
  margin-left: 2px;
  /* font-size: 40px; */
}

.tblscroll {
  max-height: 280px;
}

.main-udf-box {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  /* justify-content: center; */
}

.main-udf-box .inner-udf-box {
  position: relative;
}

.main-udf-box .inner-udf-box label {
  border-radius: 4px;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  transition: 0.5s all ease;
  box-shadow: rgb(133 133 133 / 10%) 0px 10px 15px -3px,
    rgb(104 104 104 / 5%) 0px 4px 6px -2px;
  padding: 15px 25px 15px 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 10px 18px 10px 10px;
}

.main-udf-box .inner-udf-box input:checked + label,
.main-udf-box .inner-udf-box label:hover {
  background: #fcebeb;
  border-color: var(--vermilion);
  color: #000;
}

.main-udf-box .inner-udf-box label img {
  display: block;
  width: 18px;
  margin-right: 10px;
}

.main-udf-box .inner-udf-box input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

.main-udf-box .inner-udf-box label h2 {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--quicksand);
}

.main-udf-box .inner-udf-box label .close-btn {
  border: 0;
  background: no-repeat;
  padding: 0;
  /* color: var(--vermilion); */
  z-index: 1;
}

.main-udf-box .inner-udf-box label .btn-icon-box {
  position: relative;
  right: -10px;
  top: -5px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}

.main-udf-box .inner-udf-box label:hover .btn-icon-box {
  opacity: 1;
  visibility: visible;
}

.main-udf-box .inner-udf-box label .close-btn span {
  font-size: 16px !important;
}

.tagimg li {
  margin-right: 5px;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px;
  margin-bottom: 5px;
}

.tagimg li.active {
  background: rgb(232 1 1 / 10%);
}

.tagimg li img {
  width: 26px;
}

.custom-accordion .accordion-item {
  margin-bottom: 10px;
}

.custom-accordion .accordion-item .accordion-header {
  background: #dce5fb;
  color: #3f63b1;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 12px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.custom-accordion
  .accordion-item
  .accordion-header
  .accordion-header-indicator {
  font-size: 20px;
  line-height: 16px;
}

span.accordion-header-text {
  font-size: 13px;
  padding-left: 5px;
}

.timeline.email-list {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}

.email-list .email-list-icon {
  color: #fff;
  background: #6177fa;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  margin-right: 10px;
}

.email-list li .timeline-panel {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}

.email-list li:last-child .timeline-panel {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.email-sidebar {
  position: fixed;
  right: -305px;
  background: #fff;
  height: 100vh;
  z-index: 11;
  top: 0;
  width: 300px;
  padding: 15px;
  box-shadow: 0 0 15px #00000014;
  border-left: 1px solid #f1f1f1;
  transition: 0.5s all ease;
}

.email-sidebar.in {
  right: 0 !important;
}

.widget-timeline .timeline {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.widget-timeline .timeline:before {
  top: 1.25rem;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 0.188rem;
  left: 0;
  margin-right: -0.0938rem;
  background: #e6e6e6;
}

.widget-timeline .timeline > li {
  margin-bottom: 0.9375rem;
  position: relative;
}

.widget-timeline .timeline > li:before {
  content: " ";
  display: table;
}

.widget-timeline .timeline > li > .timeline-badge {
  border-radius: 50%;
  height: 1.275rem;
  left: -28px;
  position: absolute;
  top: 0;
  width: 1.275rem;
  border-width: 0.125rem;
  border-style: solid;
  background: #fff;
  padding: 0.25rem;
}

.widget-timeline .timeline-badge.danger {
  border-color: #d7e3ff;
}

.widget-timeline .timeline > li > .timeline-badge:after {
  content: "";
  width: 0.525rem;
  height: 0.525rem;
  border-radius: 100%;
  display: block;
}

.widget-timeline .timeline-badge.danger:after {
  background-color: var(--primary);
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(255, 94, 94, 0.2);
}

.widget-timeline .timeline > li .timeline-panel1 {
  color: #464646;
  font-weight: 600;
}

.uploaded-list li {
  display: flex;
  align-items: center;
  border-color: beige;
  border: 0px solid;
  border-bottom: 1px solid #f1f1f1;
  padding: 6px 0 !important;
}

.export-preview-box {
  border: 1px solid #ecf3fb;
  padding: 10px 12px;
  margin-bottom: 10px;
  border-radius: 3px;
}

#compose_mail_body_html {
  height: calc(100vh - 800px);
}

.tox-statusbar__branding {
  display: none;
}

.segmentation-list .list-group-item {
  border-color: #eaeff5;
  padding: 6px;

  position: relative;
  padding-inline-start: 2rem;
}

/* ul.segmentation-list li {} */

ul.segmentation-list li.progress2:before {
  background-color: #735dff;
}

ul.segmentation-list li.record:before {
  background-color: #ff5a29;
}

ul.segmentation-list li.others:before {
  background-color: #0cc763;
}

ul.segmentation-list li.not-mentioned:before {
  background-color: #0c9cfc;
}

.btn.btn-primary-light {
  background-color: #dce6ff;
  color: var(--primary);
  font-weight: 600;
}

ul.segmentation-list li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  inset-inline-start: 12px;
  inset-block-start: 14px;
}

.btn-select:hover .select2-selection__arrow {
  opacity: 1;
}

.btn-select .select2-selection__arrow {
  opacity: 0;
}

.btn-select .select2-selection.select2-selection--single {
  border: 0px !important;
  box-shadow: none !important;
  padding: 0px !important;
}

.btn-select
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0px;
  font-size: 12px;
  font-weight: 600;
}

.btn-select {
  width: 140px;
}

.slidecontainer {
  width: 100%;
}

.input-range {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 90px;
  background: #ddd;
  outline: none;
  transition: opacity 0.15s ease-in-out;
}

.input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px !important;
  height: 18px !important;
  background: #d41b20 !important;
  border-radius: 100% !important;
  cursor: pointer;
  margin-top: -4px;
}

.input-range::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px !important;
  height: 18px !important;
  background: #d41b20 !important;
  border-radius: 100% !important;
  cursor: pointer;
}

/* Customizing hover effect */
.input-range:hover {
  opacity: 1;
}

/* Track color styling */
.input-range::-webkit-slider-runnable-track {
  height: 8px !important;
  border-radius: 100px !important;
  background: linear-gradient(
    90deg,
    #d41b20 0%,
    #d41b20 var(--value, 50%),
    #ddd var(--value, 50%),
    #ddd 100%
  ) !important;
}

.input-range::-moz-slider-runnable-track {
  background: linear-gradient(
    90deg,
    #d41b20 0%,
    #d41b20 var(--value, 50%),
    #ddd var(--value, 50%),
    #ddd 100%
  ) !important;
}

.bootstrap-multiselect .dropdown.bootstrap-select {
  width: 100% !important;
}

.bootstrap-multiselect .dropdown.bootstrap-select .btn.dropdown-toggle {
  background: #fff;
  border-color: #d5d5d5;
  font-size: 12px;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bootstrap-multiselect .dropdown.bootstrap-select .btn.dropdown-toggle:focus {
  box-shadow: none !important;
  outline: none !important;
}

.email-icon .btn {
  padding: 2px;
  display: flex;
  color: #898989;
}

.email-icon .btn span.material-symbols-outlined {
  font-size: 16px !important;
}

.btn-icons-bg-remove .btn-icon {
  background-color: transparent;
  border: 0px solid;
  box-shadow: none;
}

.btn-icons-bg-remove .btn-icon:hover {
  background: var(--vermilion);
}

.dx-button-has-icon .dx-button-content {
  padding: 4px !important;
}

.dx-button-has-icon .dx-button-content .dx-icon-copy {
  font-size: 16px;
}

.dx-button-mode-contained .dx-icon {
  color: #333;
  font-size: 14px;
}

.footer-2 {
  position: fixed;
  bottom: 0;
  background: var(--primary);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 11px;
}

.help-box .card-content p {
  font-size: 13px;
  margin-bottom: 20px;
}

.help-box .card-content h2 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
}

.help-box .card-image img {
  width: 80px;
  margin-bottom: 20px;
}

.help-box {
  padding: 30px 20px;
  cursor: pointer;
}

.guide-box {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.guide-box .card-image {
  display: flex;
  align-items: center;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 240px;
  justify-content: center;
}

.guide-box .card-image img {
  width: 80%;
  margin: 0 auto;
}

.guide-box .card-content {
  padding: 20px 26px;
}

.guide-box .card-content h2 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.video-box {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 0 15px #f5f5f5;
  margin-bottom: 20px;
}

.search-bar #searchButton span {
  font-size: 22px !important;
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.search-bar .form-control {
  height: 46px;
  padding: 5px 20px;
  font-size: 16px;
}

.search-bar #searchButton {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.main-help-bar {
  display: flex;
  align-items: start;
}

.main-help-bar .navbar {
  position: sticky;
  top: 0;
}

.main-help-bar .navbar .navbar-toggler {
  background: #fff;
}

.main-help-bar .sidebar {
  max-width: 300px;
  position: sticky;
  top: 20px;
  height: calc(100vh - 90px);
  overflow: auto;
  margin-bottom: 20px;
}

.main-help-bar .right-help-bar {
  width: 100%;
  padding-left: 15px;
}

.scroll-to-top {
  position: fixed;
  z-index: 1;
  right: 20px;
  width: 45px;
  height: 45px;
  bottom: 60px;
  background: var(--vermilion);
  color: #fff;
  border-color: var(--vermilion);
  border: 0px solid;
  border-radius: 90px;
  transition: 0.5s all ease;
}

.scroll-to-top span {
  font-size: 30px !important;
  margin-top: 4px;
}

.sidebar ul ul {
  padding-left: 20px;
}

.sidebar a {
  text-decoration: none;
  font-size: 14px;
  color: var(--color-sidebar-link);
  font-weight: 400;
  display: block;
  /* margin: 10px 0; */
  border-left: 3px solid var(--color-background-gray);
  padding: 4px 20px;
  transition: color 0.3s ease;
  border-radius: 3px;
  border: 0px solid rgb(231 231 231);
  min-height: 34px;
  text-align: start;
  align-items: center;
  display: flex;
  transition: 0.5s all ease;
}

.sidebar a:hover,
.sidebar a.active {
  background: var(--vermilion);
  color: #fff;
  border-color: var(--vermilion);
}

div:where(.swal2-container).swal2-noanimation {
  background: rgba(0, 0, 0, 0.8) !important;
}

.bootstrap-select > .dropdown-toggle:after {
  width: 18px;
  height: 18px;
  display: block;
  content: "\f107";
  font-family: "FontAwesome" !important;
  font-size: 18px;
  position: relative;
  top: -3px;
  color: var(--primary);
  border: 0px;
}

.inner1,
.inner2,
.template {
  /* height: 100vh; */
  overflow-y: scroll;
  border: 1px solid lightgray;
  /* width: 500px; */
  /* width: 25%; */
  /* margin-inline: 10px; */
  /* width: 300px; */
  /* min-width: 300px; */
  background: white;
  padding: 10px;
}

/* .inner2 {
  width: 550px;
} */

.inner2 * {
  font-size: 12px;
}

.template {
  margin-block: 3px;
  width: 70%;
  height: 100vh;
  display: flex;
  margin-inline: auto;
  justify-content: center;
}

/* 
.inner3 {
  background: #474747;
  width: 100%;
} */

.inner2 {
  padding: 10px;
}

.styled-table th,
.styled-table td {
  border: 1px ridge #c7c6c6;
  padding: 5px;
  text-align: left;
}

.styled-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.styled-table tr:nth-child(even) {
  background-color: #f9f9f9;
  /* Zebra striping for even rows */
}

.styled-table tr:hover {
  background-color: #f1f1f1;
  /* Highlight row on hover */
}

.styled-table td {
  color: #333;
  /* Text color for cells */
}

#client {
  margin-left: 5px;
}

.client-description {
  margin-left: 50px;
  font-weight: 600;
  transition: color 0.3s, background-color 0.3s;
  padding-left: 10px;
  /* Smooth transition for hover */
  margin-bottom: 0px;
}

#outer {
  display: flex;
  justify-content: start;
  align-items: center;
}

.abc {
  /* text-decoration: none; */
  /* color: inherit; */
  text-align: left;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  border: 0px;
}

#cli {
  font-weight: 600;
  margin-left: 3px;
  padding-top: 4px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  color: #000;
  align-items: center;
}

/* Top Buttons Section Designe */

.toolbar {
  display: flex;
  background-color: #fff;
  flex-wrap: wrap;
  border: 0;
  padding: 0 15px;
  gap: 2px;
}

.tool:first-child {
  border-left: 1px solid #f1f1f1;
}

.tool:last-child {
  border-left: 1px solid #f1f1f1;
}

.tool {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  /* margin: 5px; */
  padding: 2px 12px;
  cursor: pointer;
  border-right: 1px solid #f1f1f1;
  font-weight: 600;
  text-transform: uppercase;
}

#saprater {
  height: "100%";
  border: 1px ridge lightgray;
  margin: 5px;
}

.icon {
  width: 40px;
  height: 40px;
  /* background-color: #999; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  font-size: 14px;
  color: white;
}

.toolbar .icon {
  width: 30px;
  height: 25px;
}

.tool.active .label {
  color: #fff;
}

.toolbar .icon img,
.toolbar .icon svg {
  height: 20px !important;
  color: var(--primary);
}

.tool.active {
  background-color: var(--primary);
  color: #fff !important;
}

.tool.active .icon svg {
  color: #fff;
}

.label,
label {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  /* margin-right: 2px; */
}

.form-check-label {
  font-weight: 600;
}

/* .toolbar .icon {

} */

.tool.disabled {
  opacity: 0.4;
}

.highlight {
  color: #fff;
  background: var(--vermilion);
  border-radius: 4px;
}

.simple-spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.simple-spinner span {
  display: block;
  width: 50px;
  height: 50px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-right-color: rgba(228, 228, 228, 0.918);
  animation: spinner-anim 0.8s linear infinite;
}

.simple-spinner1 {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.simple-spinner1 span {
  display: block;
  /* Span should be visible when the loader is shown */
  width: 50px;
  height: 50px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-right-color: rgba(243, 12, 12, 0.7);
  /* Customize color */
  animation: spinner-anim 0.8s linear infinite;
}

@keyframes spinner-anim {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.outerContainer {
  display: flex;
}

.xero {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}

.xero .xero-box {
  padding: 0 6px 0 6px;
  text-align: center;
  width: 12.5%;
  flex: 0 12.5%;
  font-size: 12px;
  font-weight: 600;
  color: #565656;
  display: flex;
  margin-bottom: 12px;
}

.xero .xero-box label {
  background: #fff;
  display: block;
  padding: 30px 10px 25px 10px;
  border-radius: 4px;
  box-shadow: 0 0 30px #ebebeb;
  transition: 0.5s all ease;
  width: 100%;
}

.xero .xero-box:hover {
  color: #fff;
}

.xero .xero-box:hover label {
  border-color: #d41b20 !important;
  background-color: #d41b20;
}

.xero .xero-box:hover label .material-symbols-outlined {
  color: #fff;
}

.xero .xero-box label .material-symbols-outlined {
  display: block;
  font-size: 36px !important;
  color: var(--vermilion);
  margin-bottom: 22px;
}

.template-item {
  display: flex;
  align-items: center;
  border: 1px solid #f1f1f1;
  padding: 3px 12px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: 0.5s all ease;
}

.sms-template {
  max-height: 58vh;
  overflow: auto;
}

.template-item:hover,
.template-item:focus {
  border-color: #d41b20;
  background-color: #d41b20;
  color: #fff;
}

#ModalAddNotes_Test {
  z-index: 9999;
}

#hidePopUpdata,
#hidePopUpdata1 {
  overflow: initial;
}

.compse-select .bootstrap-select .btn.dropdown-toggle {
  background: #fff;
  border: 0;
  border-bottom: 2px solid var(--primary);
  border-radius: 0;
  padding-left: 0;
  font-size: 12px;
}

.compse-select .bootstrap-select .btn.dropdown-toggle:focus {
  outline: 0px !important;
}

.compse-select .btn.btn-outline-primary {
  /* width: 40px;  */
  border-color: #dee2e6;
  color: #000;
  /* padding: 3px; */
}

.compse-select .btn.btn-outline-primary:hover {
  color: #fff;
  border-color: #d41b20 !important;
  background-color: #d41b20;
}

.cc-bcc-btn {
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: #fff;
}

.cc-bcc-btn .btn-outline-primary {
  padding: 2px 16px;
}

.assign-layour {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.assign-layour .list-group-item {
  padding: 5px;
  border: 1px solid #f1f1f1;
  cursor: pointer;
}

.breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}

.input-icon .btn:focus {
  border: 0px;
}

.select-dropdown,
.select-dropdown:hover {
  border-radius: 4px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(213, 213, 213);
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px; */
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 12px;
  width: 100%;
}

.select-dropdown::after {
  color: red;
  margin-left: auto;
  content: "\f107";
  border: 0;
  content: "\f107";
  font-family: "FontAwesome" !important;
  font-size: 18px;
  color: var(--primary);
}

.assignee-height {
  max-height: 125px;
  overflow: auto;
}

.delete-folder {
  padding: 0;
  border: 0;
  background: transparent;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}

.notify-head {
  position: sticky;
  top: -8px;
  background-color: #ffff;
  z-index: 2;
}

.nav-list-tabs .nav-item {
  width: 100%;
}

.nav-list-tabs .nav-item .nav-link {
  font-size: 12px;
  border-bottom: 2px solid #f1f1f1;
  font-weight: 600;
  width: 100%;
}

.nav-list-tabs .nav-item .nav-link.active {
  color: var(--vermilion);
  border-color: var(--vermilion);
}

.scroll-tabs {
  overflow: auto;
  overflow-y: hidden;
}

.form-check .form-check-input {
  border-color: #ccc;
}

.img-profile-pic .not-verified,
.img-profile-pic .verified {
  position: absolute;
  right: 5px;
  bottom: 20px;
  border-radius: 90px;
  color: #fff;
  padding: 1px;
}

.img-profile-pic .not-verified {
  background: var(--vermilion);
}

.img-profile-pic .verified {
  background: var(--primary);
}

.table-position-heading {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
}

.signature-content p {
  margin-bottom: 6px;
  font-weight: 600;
}

.signature-content p:last-child {
  margin-bottom: 0px;
}

.selected-template {
  color: #000;
  background-color: #f0f8ff;
  border: 1px solid #007bff;
  border-radius: 5px;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  visibility: hidden;
  width: 400px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Adjust this to control position */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

#dropdounInputFieldDiv {
  display: none;
}

.demo-container .dx-toolbar-before {
  display: flex;
  overflow-x: auto;
}

.comment-button {
  position: relative;
  top: -40px;
  right: 10px;
}

.prospectOnboarding-table .dx-datagrid .dx-column-lines > td:last-child {
  overflow: initial;
}

.attachment-document {
  background: #ffffff;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  contain: layout;
  /* cursor: pointer; */
  /* height: 195px; */
  padding: 10px 15px;
  transition: border-color 330ms ease-in;
  box-shadow: 0 8px 5px -3px #8585851a, 0 4px 6px -2px #6868680d;
  will-change: transform;
  margin-bottom: 5px;
}

.scroll-list {
  height: calc(100vh - 256px);
  overflow: auto;
}

.main-attachment-box {
  border-radius: 20px;
  padding-top: 34px;
}

.search-filter {
  width: 420px;
  top: 15px;
  left: 10px;
  /* display: block; */
  max-height: 428px !important;
}

.refresh-btn {
  position: absolute;
  z-index: 2;
  /* right: 90px;
  top: 79px; */
}

.timeing-record-btn .btn-icon:hover .material-symbols-outlined {
  color: #fff !important;
}

.time-rec-pop {
  padding: 10px;
  display: flex;
  position: fixed;
  bottom: 5px;
  right: 5px;
  background-color: #c10008;
  border-radius: 5px;
  z-index: 3;
  color: white;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  transition: width 0.3s;
}

.time-rec-pop .btn-icon:hover .material-symbols-outlined {
  border: 1px solid #fff !important;
  color: #fff;
}

.timeing-record-btn .btn-icon {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #ccc; */
  transition: 0.5s allease;
  background: var(--vermilion);
  color: #fff;
  border: 1px solid var(--vermilion);
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px;*/
}

.launch-icon {
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  vertical-align: middle;
}

.tagify.tagify--noTags {
  background: #fff;
  border-radius: 3px;
}

.tagify.tagify--noTags .tagify__input {
  margin: 3px;
}

.heading-title .form-control {
  margin-top: 0px;
  font-weight: 600;
  color: #05004e;
  border: 0px solid;
  /* border-bottom: 2px solid var(--primary); */
  border-radius: 0px !important;
  font-size: 20px;
  padding: 0px;
  height: 26px;
}

.heading-title .title {
  border-bottom: 2px solid transparent;
}

.heading-title {
  border-top: 6px solid #d42027;
}

.input-control {
  position: relative;
  overflow: hidden;
  transition: 0.5s all ease;
}

.input-control .form-control {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0 !important;
  padding-left: 0;
}

.input-control .animated-line {
  transition: 0.5s all ease;
  display: inline-block;
  bottom: 0;
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #d42027;
}

.input-control .form-control:focus + .animated-line {
  width: 100%;
  transition: 0.5s all ease;
}

.input-ai {
  position: absolute;
  right: 20px;
  top: -1px;
  z-index: 1;
}

.input-ai img {
  width: 20px;
}

.comment-sec {
  background: #f1f1f1;
  padding: 10px;
  /* border-radius: 5px; */
}

.comment-subsection {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}

#setHtmlContent p,
#setHtmlContent {
  font-family: Arial, sans-serif !important;
  color: #000;
}

#setHtmlContent p {
  color: #000;
  font-size: 11px;
}

#setHtmlContent {
  /* background: red; */
  width: 100%;
}

#setHtmlContent * {
  width: 100%;
}

.btn-blue-outline.dropdown-toggle:after,
.btn-red-outline.dropdown-toggle:after {
  display: none;
}

.drag-box-icon {
  position: absolute;
  right: -28px;
  top: 0px;
  background: #979797;
  color: #ffffff;
  display: flex;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drag-card1 {
  background: #ffffff;
  border: 2px solid #f1f1f1;
  border-radius: 20px;
  contain: layout;
  cursor: pointer;
  /* height: 195px; */
  padding: 10px 10px;
  transition: border-color 330ms ease-in;
  box-shadow: 0 10px 15px -3px #8585851a, 0 4px 6px -2px #6868680d;
  will-change: transform;
  /* margin-bottom: 5px; */
  max-height: 200px;
  width: 270px;
  max-width: 270px;
}

.gocardless-div {
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  left: 0px;
  right: 11px;
  min-width: 370px;
  width: calc(100% - 245px);
  margin-left: auto;
}

.select-name span.select2-selection.select2-selection--single {
  border: 0 !important;
  background: transparent;
  padding: 0;
  font-size: 20px;
}

.select-name
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 28px;
  color: var(--primary);
  font-weight: bold;
}

.select-name span.select2-selection.select2-selection--single {
  color: var(--primary);
}

.select-name span.select2-dropdown .select2-dropdown--above {
  max-width: 150px !important;
}

.checkbox-proposal {
  border: 1px solid var(--primary);
  border-radius: 5px;
  padding: 6px 25px;
  background: #e2eafb;
  color: black;
  font-weight: 600;
  display: block;
}

/* .checkbox-proposal:hover {
  background: #86e786;
  color: black;
  cursor: pointer;
  box-shadow: 0 0 5px #80dd80;
} */

.valid-id-items {
  display: flex;
  gap: 2px;
  color: #374151;
}

.valid-id-items span {
  display: flex;
  align-items: center;
  gap: 6px;
  /* background-color: #eef2ff; */
  padding: 6px 6px;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
}

.gradient-bg {
  background: linear-gradient(
    90deg,
    rgba(42, 155, 84, 1) 0%,
    rgba(87, 199, 133, 1) 50%,
    rgb(88 192 29) 100%
  );
  color: #fff;
}

.custom-form-list {
  max-height: calc(100vh - 280px);
  overflow-y: auto;
}

.custom-form-list .list-group-item {
  cursor: pointer;
}

.custom-form-list .list-group-item:hover {
  background: #0d6efd;
  color: #fff;
  transition: all 0.1s ease;
  cursor: pointer;
}

.disabled-tab {
  pointer-events: none;
  cursor: default;
  /* opacity: 0.6; */
  user-select: none;
}

.form-control-color {
  border: 0;
  padding: 3px;
  height: 32px;
  width: 32px;
  border-radius: 3px;
  background: #ffff;
  border: 1px solid #f1f1f1;
}

/*  */

/* .theme-card[data-theme="bold-elevated"]::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent);
  animation: pulse 3s infinite;
} */

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.2;
  }
}

.theme-container {
  margin: 20px 0;
  cursor: pointer;
  padding: 34px 0 15px;
  transition: background 0.3s ease-in-out;
}

.selected-theme {
  background: #d5dbff;
  border: 3px dashed var(--primary);
  border-radius: 6px;
}

.check-theme {
  display: none;
}

.selected-theme .check-theme {
  display: block;
  margin: 0 auto 20px;
}

.selected-theme .select-theme-btn {
  display: none;
}

.theme-card {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  padding: 24px;
  box-shadow: 0 0px 8px #cbcbcb;
  margin-bottom: 14px;
  width: 95%;
  border: 3px dashed transparent;
  border-top: 8px solid var(--primary) !important;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.theme-card .select {
  background: #bdd1ff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px;
  color: #000;
  border-radius: 2px;
}

.theme-card .recommded,
.theme-card-2 .recommded,
.theme-card-4 .recommded {
  position: absolute;
  top: 20px;
  right: -48px;
  background: var(--vermilion);
  color: white;
  padding: 6px 50px;
  transform: rotate(45deg);
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
  letter-spacing: 0.1px;
}

/* .theme-card.premium {
  margin-top: -20px;
  padding-bottom: 44px;
  border-color: var(--vermilion) !important;
} */

/* .theme-card.selected {
  border: 3px dashed var(--primary);
  border-color: var(--primary);
} */

.theme-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.theme-card h5 {
  font-size: 20px;
  color: #000;
}

.theme-card h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--primary);
}

.theme-card ul {
  padding-left: 0;
}

.theme-card ul li {
  font-size: 12px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
}

.theme-card ul li .material-symbols-outlined,
.theme-card-2 ul li .material-symbols-outlined,
.theme-card-3 ul li .material-symbols-outlined,
.theme-card-4 ul li .material-symbols-outlined {
  margin-right: 6px;
  color: #20b59e;
  font-size: 20px !important;
  font-weight: 900;
}

.theme-card-2 {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  padding: 0 24px 24px 24px;
  box-shadow: 0 0px 8px #cbcbcb;
  width: 95%;
  margin: 0 auto 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.theme-card-2 .head-theme-card-2 {
  background: var(--primary);
  color: #fff;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 0 0 15px 15px;
  width: 160px;
  margin: 0 auto 30px;
}

.theme-card-2 .price h6 {
  font-size: 30px;
  color: var(--primary);
}

.theme-card-2 .list-unstyled li:nth-child(odd) {
  background: #f1f1f1;
}

.theme-card-2 .list-unstyled li {
  /* font-size: 20px; */
  font-size: 12px;
  /* margin-bottom: 6px; */
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  padding: 8px 8px;
  border-radius: 3px;
}

.theme-card-2 .select,
.theme-card-3 .select,
.theme-card-4 .select {
  text-align: center;
  /* background: red; */
  background: #fff;
  color: var(--primary);
  padding: 10px 60px;
  border-radius: 90px;
  display: inline-block;
  /* margin: 0 auto; */
  border: 2px solid var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  /* font-size: 13px; */
}

.theme-card-2 .recommded {
  top: 14px;
  right: -54px;
}

.theme-card-3 {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  padding: 70px 30px 30px;
  box-shadow: 15px 15px 20px 7px #e8e9fd;
  width: 100%;
  border-radius: 50px 300px 50px 50px;
  position: relative;
  max-width: 85%;
  margin: 0 auto 20px;
}

.theme-card-3 .head-theme-card-2 {
  color: var(--primary);
}

.theme-card-3 .head-theme-card-2 h5 {
  font-size: 26px;
}

.theme-card-3 .price {
  background: var(--primary);
  color: rgb(255, 255, 255);
  position: relative;
  left: -55px;
  padding: 14px 70px;
  border-radius: 0px 100px 0px 0px;
  width: 92%;
}

.theme-card-3 .price:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid #6a98ff;
  border-bottom: 26px solid transparent;
  position: absolute;
  left: -13px;
  top: -39px;
  transform: rotate(90deg);
}

.theme-card-3 .list-unstyled li {
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  padding: 8px 16px;
  border-radius: 90px;
  background: #f1f1f1;
  margin-bottom: 8px;
}

.theme-card-4 {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  box-shadow: 15px 15px 20px 7px #e8e9fd;
  width: 100%;
  border-radius: 20px;
  position: relative;
  max-width: 75%;
  margin: 0 auto 20px;
}

.theme-card-4 .head-theme-card-2 {
  background: #21244f;
  color: #fff;
  text-align: center;
  padding: 25px;
  border-radius: 20px 20px 0 0;
  overflow: hidden !important;
  position: relative;
}

.theme-card-4 .recommded {
  top: 13px;
  right: -55px;
}

.theme-card-4 .head-theme-card-2 h5 {
  font-size: 24px;
  text-transform: uppercase;
}

.theme-card-4 .head-theme-card-2 p {
  text-transform: uppercase;
  color: #a1a1a1;
}

.theme-card-4 .price {
  background: var(--primary);
  color: rgb(255, 255, 255);
  position: relative;
  left: -28px;
  padding: 20px 70px;
  width: 120%;
  margin: 0 auto;
  display: block;
}

.theme-card-4 .price:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid #6a98ff;
  border-bottom: 28px solid transparent;
  position: absolute;
  left: -28px;
  bottom: -28px;
  transform: rotate(0deg);
}

.theme-card-4 .price:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid #6a98ff;
  border-bottom: 26px solid transparent;
  position: absolute;
  right: -26px;
  top: -26px;
  transform: rotate(-180deg);
}

.theme-card-4 .price h6 {
  font-size: 30px;
}

.theme-card-4 .list-unstyled li {
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  padding: 5px 0px;
  border-radius: 3px;
}

.theme-card-4 .select {
  margin-bottom: 30px;
}

.theme-card-4 .theme-card-box {
  padding: 0 26px;
}

.alert {
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.alert-warning {
  background: linear-gradient(to right, #fff8e1, #ffecb3);
  color: #5b3b00;
  border-left: 5px solid #fbc02d;
}

.alert-success {
  background: linear-gradient(to right, #e8f5e9, #c8e6c9);
  color: #2e7d32;
  border-left: 5px solid #66bb6a;
}

.alert.alert-warning:hover,
.alert.alert-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.alert-icon {
  font-size: 24px;
  color: #f57f17;
}

.euro-icon {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.verified-stamp {
  position: absolute;
  top: 0px;
  right: -30px;
  background: limegreen;
  color: white;
  padding: 6px 16px;
  transform: rotate(15deg);
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/*  */
.summary-refresh {
  position: absolute;
  z-index: 2;
  right: 38px;
  top: 0px;
}

.question-box {
  padding: 4px 0;
  color: #000;
  font-weight: 600;
  letter-spacing: normal;
  border-bottom: 1px solid #f1f1f1;
}

.upload-gemini-btn {
  position: relative;
}

.upload-gemini-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.upload-gemini-btn label {
  font-size: 12px;
  text-align: left;
  transition: 0.5s all ease;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.upload-gemini-btn label:hover {
  color: #fff;
  background: var(--vermilion);
}

.result-item {
  font-size: 13px;
}

.chat-system .inner-chat-system textarea {
  border: 0;
  resize: none;
  width: 100%;
  /* border: 0; */
  box-shadow: none;
  outline: none;
}

.chat-system .inner-chat-system {
  border-radius: 20px !important;
  padding: 15px;
  box-shadow: 0px 5px 5px #ebebeb !important;
  position: relative;
  background: #fff;
  border: 1px solid #f3f3f3;
}

.full-chat {
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.main-chatbox-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  z-index: 9;
}

#resultBox {
  padding-bottom: 215px;
}

.btn-send {
  border-radius: 90px;
  background: #000;
  color: #fff;
}

.btn-send:disabled {
  opacity: 0.2;
}

.client-box:hover {
  border: 1px solid var(--vermilion);
}

.left-sidebar .search-icon {
  display: none;
}

.left-sidebar.in .inner-left-sidebar .btn-icon .text {
  display: block;
}

.left-sidebar.in {
  width: 260px;
}

/* .left-sidebar #inputSearch {
  display: none;
} */

.left-sidebar.in .search-icon {
  display: block;
}

.inner-left-sidebar .btn-icon {
  white-space: nowrap;
  /* font-size: 0; */
}

.btn-new-chat {
  border: 0;
  background: no-repeat;
  font-size: 14px;
}

.btn-new-chat .material-symbols-outlined {
  vertical-align: middle;
  margin-right: 6px;
}

.inner-left-sidebar .btn-icon .text {
  /* opacity: 0; */
  display: none;
}

.left-sidebar .inner-left-sidebar .btn-new-chat .text {
  display: none;
}

.left-sidebar.in .inner-left-sidebar .btn-new-chat .text {
  display: inline-block;
}

.left-sidebar .inner-left-sidebar .sidebar-topics-list {
  display: none;
}

.left-sidebar.in .inner-left-sidebar .sidebar-topics-list {
  display: block;
}

/* .left-sidebar .inner-left-sidebar {
  visibility: hidden;
  opacity: 0;
} */
#input-search {
  display: none;
}

/* #input-search {
  display: block;
} */
.left-sidebar {
  padding: 8px 12px 0px 12px;
  /* width: 210px; */
  width: 60px;
  background: #fff;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  transition: 0.5s all ease;
  border-right: 1px solid #f1f1f1;
}

.sidebar-topics-list {
  margin-bottom: 12px;
}

.sidebar-topics-list ul li {
  position: relative;
}

.sidebar-topics-list ul li:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transition: 0.5s all ease;
}

.sidebar-topics-list ul li .dropdown {
  position: absolute;
  right: 4px;
  top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sidebar-topics-list ul li a.items-list {
  color: #343434;
  display: inline-block;
  padding: 4px 20px 4px 10px;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  font-size: 11px;
  transition: 0.5s all ease;
}

.sidebar-topics-list ul li:hover a.items-list,
.sidebar-topics-list ul li a.items-list.active {
  color: #fff;
  background: var(--vermilion);
  border-radius: 90px;
}

.sidebar-topics-list ul {
  margin-bottom: 0px;
}

.sidebar-topics-list ul li .dropdown .dropdown-toggle {
  border: 0px;
  background: transparent;
  color: #fff;
  height: 15px;
}

.sidebar-topics-list ul li .dropdown .dropdown-toggle:after {
  display: none;
}

.img-profile-sm {
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-profile-sm img {
  width: 30px;
}

.img-profile {
  width: 125px;
  height: 125px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-profile img {
  width: 90px;
}

.activity-icons {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border-radius: 90px;
}

.top-links li {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  color: #747474;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-links li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.top-links li p {
  margin: 0px;
  font-size: 11px;
}

.custom-list-5 .list-group-item {
  padding: 6px 15px;
  font-weight: 600;
  margin-bottom: 6px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.5s all ease;
  border: 1px solid #f1f5f9 !important;
}

.custom-list-5 .list-group-item:hover,
.custom-list-5 .list-group-item.active_pack_list {
  background: #f1f5f9;

  /* color: #fff; */
}

@media only screen and (max-width: 1366px) {
  /* .inner1,
  .inner2 {
    height: initial;
    width: 30%;
    margin-bottom: 15px;
  } */

  #moreDetails {
    position: fixed !important;
    top: 67% !important;
    right: -15px !important;
    transform: rotate(90deg) !important;
    z-index: 99 !important;
  }

  .main-dashboard-box-2 .dashboard-box-2 h6 {
    font-size: 13px;
  }

  .client-box:hover {
    border: 2px solid var(--vermilion);
  }

  /* // jayprakash css  stat*/

  .calendly-setup-container {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .setup-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
  }

  .setup-step {
    margin-bottom: 30px;
  }

  .step-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    padding-left: 8px;
    /* font-weight: 550; */
  }

  .setup-image {
    display: block;
    width: 98%;
    /* max-width: 600px; */
    /* max-height: 600px; */
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 8px;
  }

  /* // jayprakash css  end*/

  /* Aakash Singh  */
  .favorite-icon-red {
    color: red;
  }

  .favorite-icon-red .material-symbols-outlined {
    color: red;
  }

  .favorite-icon-red svg path {
    fill: red;
  }

  .favorite-icon-red {
    color: red;
  }

  .lg-custom-select .select2-container--default .select2-selection--single {
    /* background-color: #4780FF !important; */
    /* color: #fff; */
    border: 1px solid #f1f1f1 !important;
    padding: 10px 16px;
    height: auto !important;
    font-size: 16px !important;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
  }

  .lg-custom-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }

  .lg-custom-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    /* color: var(--primary); */
    line-height: 1.6;
  }

  .lg-custom-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow:after {
    font-size: 26px;
    top: 6px;
  }

  .lg-custom-select
    .select2-container--default.select2-container--open
    .select2-selection--single {
    background-color: #3366cc;
  }

  .custom-select {
    display: inline-block;
    margin-left: 7px;
  }

  .custom-select select {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
  }

  .custom-select option {
    padding: 8px 16px;
  }

  .clandly_div {
    display: flex;
    justify-content: space-between;
  }

  .main-dashboard-box-2 .dashboard-box-2 h6 {
    font-size: 13px;
  }

  .main-dashboard-box-2 .dashboard-box-2 p {
    font-size: 10px !important;
  }

  .right-main-box {
    padding: 10px 12px 0px 12px;
  }

  .main-dashboard-box .inner-dashboard-box p {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .main-dashboard-box .inner-dashboard-box h2 {
    font-size: 16px;
  }

  .main-dashboard-box .inner-dashboard-box i {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .title {
    font-size: 16px;
  }

  .client-box-main {
    flex: 0 0 25%;
    width: 25%;
  }

  .main-accordian {
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
  }

  .clandly_div {
    display: block;
  }

  .button_div {
    display: flex;
    justify-content: end;
  }
}

@media only screen and (max-width: 1280px) {
  .main-dashboard-box .dashboard-box {
    width: 25%;
  }
}

@media only screen and (max-width: 1199px) {
  .client-box-main {
    flex: 0 0 50%;
    width: 50%;
  }

  #moreDetails {
    position: fixed !important;
    top: 67% !important;
    right: -15px !important;
    transform: rotate(90deg) !important;
    z-index: 99 !important;
  }

  .main-accordian.udf-accordian {
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
  }

  .main-accordian .accordion {
    margin-bottom: 8px;
  }

  /* .input-search {
    max-width: 165px;
  } */

  .main-sidebar .menu {
    height: calc(100vh - 155px);
  }

  .modal-body .custom-form .form-group .sms-input {
    max-width: 300px;
  }

  .xero .xero-box {
    flex: 0 160px;
  }
}

@media only screen and (max-width: 991px) {
  .main-dashboard-box .dashboard-box {
    width: 33.33%;
  }

  .emailapp-aside {
    width: 510px !important;
  }

  #moreDetails {
    position: fixed !important;
    top: 67% !important;
    right: -15px !important;
    transform: rotate(90deg) !important;
    z-index: 99 !important;
  }

  .main-help-bar {
    display: block;
  }

  .main-help-bar .right-help-bar {
    padding-left: 0px;
  }

  .search-bar .form-control {
    height: 36px;
    padding: 3px 20px;
    font-size: 14px;
  }

  .search-bar #searchButton {
    padding: 6px;
  }

  .createNewProposal {
    position: relative !important;
    left: 400px !important;
    top: 22px !important;
  }

  .createNewProposal1 {
    position: relative !important;
    left: 536px !important;
    top: -6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .addAtt-achment-box {
    /* position: absolute; */
    /* right: 270px; */
    z-index: 1;
    position: relative;
    right: 0;
    align-items: center;
  }

  .main-sidebar.in .add-new .custom-dropdown .btn-blue {
    font-size: 12px;
  }

  .main-sidebar.in .add-new .custom-dropdown .btn-red {
    font-size: 12px;
    width: 100% !important;
  }

  .main-sidebar.in .logo a .logo-1 {
    display: block;
    margin: 0 auto 14px;
  }

  .main-sidebar.in .logo a .docu-icon {
    display: none;
  }

  .main-sidebar.in .btn.nav-toggle-btn.naviToggleBtn {
    opacity: 0;
  }

  .title {
    font-size: 14px;
  }

  #moreDetails {
    position: fixed !important;
    top: 67% !important;
    right: -15px !important;
    transform: rotate(90deg) !important;
    z-index: 99 !important;
  }

  .btn-icon-2 {
    border-radius: 2px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    background: #fff;
    color: #000;
  }

  .btn-icon-2 .material-symbols-outlined {
    font-size: 20px !important;
  }

  .outerContainer {
    border: 0px solid lightgray;
    flex-wrap: wrap;
  }

  .tabs-btn .nav-item {
    margin-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
  }

  .totals-row {
    position: relative;
    width: 100%;
    overflow: auto;
  }

  /* .inner1,
  .inner2 {
    height: initial;
    width: 50%;
    margin-bottom: 15px;
  } */

  .main-sidebar .menu {
    height: calc(100vh - 205px);
  }

  .main-sidebar.in .btn-logout {
    display: flex;
  }

  #inner33 #template {
    width: 100% !important;
    padding: 0px !important;
  }

  .add-client-accordian {
    display: block;
    flex-direction: column;
  }

  .nav-toggle-btn {
    /* display: flex; */
    position: fixed;
    border: 1px solid #d5d5d5;
    left: 10px;
    top: 10px;
    right: auto;
  }

  .right-main-box {
    padding: 50px 15px 0px 15px;
    width: 100% !important;
  }

  .header {
    width: 100%;
  }

  .main-sidebar {
    left: -260px;
    transition: 0.5s all ease;
  }

  .main-sidebar.in {
    left: 0;
    /* box-shadow: 0 0 50px #ccc;  */
    width: 100%;
    /* padding-top: 20px; */
    padding: 15px;
    z-index: 99;
  }

  .tabs-btn .btn-tabs {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .main-accordian {
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
  }

  .users-list .inner-users-list {
    flex: 100%;
    width: 100%;
  }

  .custom-tabs .nav-item .nav-link {
    margin-right: 6px;
    padding: 6px 10px;
    margin-bottom: 6px;
  }

  .full-height,
  .full-height-scroll-2 {
    max-height: initial;
    min-height: initial;
    height: initial;
  }

  .main-dashboard-box .inner-dashboard-box {
    display: flex;
  }

  .main-dashboard-box .inner-dashboard-box i {
    margin-bottom: 0;
    margin-right: 10px;
  }

  #udfDetails1 .form-group {
    width: 100%;
  }

  .clandly_div {
    display: block;
  }

  .button_div {
    display: block;
    justify-content: end;
  }

  .img-profile-pic {
    width: 80px;
    height: 80px;
  }

  .img-profile-pic img {
    width: 70px;
  }

  .emailapp-content {
    display: block;
  }

  .emailapp-aside {
    margin-bottom: 15px;
    width: 100% !important;
  }

  .main-accordian .accordion .accordion-item .accordion-button {
    font-size: 12px;
    padding: 5px 8px 5px 5px;
    border-bottom: 1px solid #f1f1f1;
  }

  .main-accordian .accordion .accordion-item .accordion-body {
    padding: 10px;
  }

  .mobile-filter {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 15px;
  }

  .mobile-filter .inner-mobile-filter {
    background: #fff;
    padding: 10px 10px 5px 10px;
    border: 2px solid #efefef;
  }

  .search-filter {
    top: 15px !important;
    position: absolute;
    left: 3px;
    width: 300px;
  }

  .search-filter2 {
    top: 15px !important;
    position: absolute;
    left: -110px;
    width: 300px;
  }

  .dx-datagrid-content .dx-datagrid-table .dx-row > td,
  .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
    width: 200px;
    max-width: 100%;
  }

  .createNewProposal {
    position: absolute !important;
    right: 170px !important;
    top: 96px !important;
  }

  .createNewProposal1 {
    position: absolute !important;
    right: 30px !important;
    top: 96px !important;
  }

  .dx-datagrid-content .dx-datagrid-table .dx-row > td,
  .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
    width: 200px;
    max-width: 100%;
  }

  .summary-refresh {
    margin: 8px 0px;
    position: static;
  }
}

@media only screen and (max-width: 640px) {
  .main-dashboard-box .dashboard-box {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .client-box-main {
    flex: 0 0 100%;
    width: 100%;
    padding: 0px;
  }
}

.spiner_parent {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  width: 100;
}

.spiner_parent .spinner-border {
  width: 60px;
  height: 60px;
}

/* .invoice-card {} */

.invoice-card h3 {
  color: #000;
  /* margin-bottom: 18px; */
  margin-top: -10px;
  font-size: 22px;
}

.invoice-card p {
  color: rgb(74, 74, 74);
  /* margin-bottom: 18px; */
  /* margin-top: -10px; */
  font-size: 14px;
}

.invoice-card button {
  /* background-color: #007bff; */
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  /* margin-top: -20px; */
}

.no-data-found-invoice {
  background: #fff;
  height: calc(80vh - 70px);
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.disabled-folder,
.disabled-template {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.add-service {
  border: 1px solid var(--primary) !important;
  background: var(--primary) !important;
  border-radius: 4px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-family: "Quicksand", sans-serif !important;
}

.add-service .select2-container--default .select2-selection--single {
  background: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  color: #fff !important;
  font-weight: 800 !important;
}

.add-service
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.add-service
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  color: #fff !important;
  font-weight: 800 !important;
  background: transparent !important;
  border: none !important;
}

.overview-box .edit-icon {
  background: #fff !important;
  color: #000;
}

.edit-icon {
  visibility: hidden;
}

.overview-box:hover .edit-icon {
  visibility: visible;
}

.prioritySelect .form-select {
  padding: 0rem 2.25rem 0rem 0.75rem;
}

.card-checkbox {
  visibility: hidden;
}

.file-uploads:hover .card-checkbox {
  visibility: visible;
}

.packs-btn .pack-icon {
  border: 1px solid #f1f1f1;
  padding: 5px;
  border-radius: 5px;
  visibility: hidden;
}

.list-group-item:hover .pack-icon {
  visibility: visible;
}

.pack-icon:hover {
  border: 1px solid var(--vermilion);
  background: var(--vermilion);
  color: #fff;
  visibility: visible;
  transition: all 0.5s ease;
}

/* 
.select2-container {
  width: 100% !important;
} */

.select2-selection {
  width: 100% !important;
}

.p-chat-user1 {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  z-index: 1030;
  background-color: #fff;
  -webkit-box-shadow: -2px 0 11px -2px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0 11px -2px rgba(0, 0, 0, 0.3);
  display: none;
}

.sidebarClose {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  border: 0;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 90px;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 40px;
}

.p-chat-user {
  right: -450px !important;
  transition: 0.5s all ease;
}

.p-chat-user.in {
  right: 0px !important;
  transition: 0.5s all ease;
}

.BodyHtml {
  word-break: break-all;
}

/* docusoft-practice usa css */
.template-items:hover,
.template-items:focus {
  border-color: #d41b20;
  background-color: #d41b20;
  color: #fff;
  border-radius: 10px;
}

.report-icon-list {
  height: 170px;
  overflow: auto;
}

.filename-ellipsis {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.report-icon li a img {
  width: 20px;
  margin-right: 8px;
}

.report-icon li a {
  display: flex;
  font-size: 12px;
  align-items: center;
  padding: 5px 13px;
  border-bottom: 1px solid #f1f1f1;
  color: #222f36;
  transition: 0.5s all ease;
}

.report-icon li a:hover {
  background: #f5f3ff;
  color: var(--primary);
}

.report-icon li:last-child a {
  border-bottom: 1px;
}

#chart {
  padding: 10px;
}

.dashbaord-notes {
  height: 390px;
  background: #fff5d5;
  /* background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQAcp0x5b9rUusV30zWdZu5tgUDLX6p7j9eYLVq1ZWL1aEqedsN6ZiqLz1tzmLYQ0gf4S4&usqp=CAU); */
  border-radius: 4px;
  padding: 15px;
  background-size: 100%;
  background-position: bottom center;
  border: 2px dashed #f5e8c0;
}

.notes-button {
  position: absolute;
  bottom: 12px;
  right: 20px;
}

/* #chart {
  width: 100%;
  height: 400px;
} */

#chart2 {
  width: 100%;
  /* height: 400px; */
}

.ck.ck-toolbar {
  border-color: #f1f1f1 !important;
  border-radius: 9px 9px 0 0 !important;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.border-end {
  border-color: #f1f1f1 !important;
}

.ck.ck-button,
a.ck.ck-button {
  color: #858585 !important;
}

.border-bottom {
  border-color: #f1f1f1 !important;
}

.border-blue {
  border-color: #df2f4a !important;
}

.dashboard-box-2 {
  cursor: pointer;
}

.client_chat {
  height: calc(100vh - 225px);
  overflow-y: auto;
  padding: 30px 15px 0 15px;
}

.client_chat1 {
  height: calc(100vh - 250px);
  overflow-y: auto;
  padding: 30px 15px 0 15px;
}

.chat_card:hover {
  background: var(--vermilion);
  color: #fff;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.left-client-card {
  height: calc(100vh - 140px);
  overflow: auto;
  padding: 0px 6px 0px 0px;
}

.custom-calendar .dx-calendar-cell.dx-calendar-selected-date span {
  background-color: var(--primary) !important;
  color: #fff !important;
}

.custom-calendar .dx-calendar-cell.dx-calendar-today span {
  border: var(--primary) !important;
  color: #fff !important;
  background-color: var(--primary);
  border-radius: 50%;
}

.custom-calendar .dx-calendar-cell.dx-calendar-contoured-date span {
  border: var(--primary) !important;
  color: #000 !important;
  background-color: #fff;
  border-radius: 50%;
}

/* .scheduler .dx-scheduler-appointment {
  background-color: var(--primary) !important;
  color: #fff !important;
}

.scheduler .dx-scheduler-header .dx-toolbar .dx-button,
.scheduler .dx-scheduler-header .dx-toolbar .dx-button .dx-icon {
  color: #4780ff;
}

.scheduler .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
  color: #4780ff;
} */

.custom-calendar .dx-calendar-cell {
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.custom-calendar .dx-calendar-cell.dx-state-hover span {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
}

.custom-calendar.dx-calendar tr td:first-child,
.custom-calendar.dx-calendar tr td:last-child,
.custom-calendar .dx-calendar-body table thead tr th:first-child,
.custom-calendar .dx-calendar-body table thead tr th:last-child {
  color: red !important;
}

.custom-calendar .dx-calendar-cell.dx-calendar-other-view {
  opacity: 0.5;
}

.custom-calendar .dx-calendar-cell.dx-calendar-selected-date span {
  color: #fff !important;
  background-color: #337ab7;
  border-radius: 20px;
}

.custom-calendar .dx-calendar-cell-in-range::before {
  background-color: #0070f53d !important;
  border-width: 0px;
  border-style: dashed;
  border-color: rgba(51, 122, 183, 0.6) transparent;
}

.custom-calendar .dx-calendar-cell-in-range.dx-calendar-range-end-date::before,
.custom-calendar
  .dx-calendar-cell-in-range.dx-calendar-cell-end-in-row::before {
  border-radius: 0 10px 10px 0;
}

.custom-calendar .dx-calendar-cell.dx-calendar-selected-date,
.custom-calendar .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
  /* background: var(--vermilion) !important; */
  box-shadow: none !important;
  /* border: var(--vermilion) !important; */
}

.custom-calendar
  .dx-calendar-cell-in-range.dx-calendar-range-start-date::before,
.custom-calendar
  .dx-calendar-cell-in-range.dx-calendar-cell-start-in-row::before {
  border-radius: 10px 0 0 10px;
}

.main-scheduler .dx-scheduler-work-space-month .dx-scheduler-appointment,
.main-scheduler .dx-scheduler-all-day-appointment {
  box-shadow: inset 2px 0 0 0 rgba(0, 0, 0, 0.3);
  border-radius: 7px;
}

.main-scheduler
  .dx-scheduler-work-space-grouped.dx-scheduler-work-space-month
  .dx-scheduler-appointment-content,
.main-scheduler
  .dx-scheduler-work-space-week
  .dx-scheduler-all-day-appointment
  .dx-scheduler-appointment-content,
.main-scheduler
  .dx-scheduler-work-space-day
  .dx-scheduler-all-day-appointment
  .dx-scheduler-appointment-content {
  display: flex;
  align-items: center;
}

.main-scheduler .dx-scheduler-last-group-cell,
.main-scheduler .dx-scheduler-first-group-cell {
  color: red !important;
}

.main-scheduler
  .dx-toolbar-after
  .dx-buttongroup
  .dx-button-mode-contained.dx-buttongroup-first-item.dx-state-hover,
.main-scheduler
  .dx-toolbar-after
  .dx-buttongroup
  .dx-button-mode-contained.dx-buttongroup-last-item.dx-state-hover,
.main-scheduler
  .dx-toolbar-after
  .dx-buttongroup
  .dx-button-mode-contained.dx-shape-standard.dx-state-hover,
.main-scheduler
  .dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected {
  background-color: var(--primary);
  color: #fff !important;
  border-radius: 3px;
}

.main-scheduler .dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.main-scheduler .dx-scheduler-date-table-current-date {
  font-weight: bold !important;
  color: var(--primary) !important;
}

.main-scheduler
  .dx-item.dx-scheduler-appointment.dx-scheduler-appointment-vertical {
  width: 74.2812px !important;
}

.main-scheduler
  .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
  color: var(--primary);
}

.main-scheduler
  .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell::before {
  position: absolute;
  right: 0;
  width: 100%;
  content: "";
  background-color: var(--primary);
}

.dx-calendar-cell.dx-calendar-selected-date span {
  background: var(--vermilion) !important;
  border-color: var(--vermilion) !important;
}

.slim-dots:after {
  display: none !important;
}

.dx-scheduler-navigator-calendar {
  max-width: 230px !important;
  min-width: 230px !important;
}

.dx-scheduler-navigator-calendar
  .dx-calendar-cell.dx-calendar-selected-date
  span {
  background-color: var(--primary) !important;
  color: #fff !important;
}

.modal-header-2 .close {
  position: absolute;
  right: 14px;
  border: 0;
  background: #fff;
  font-size: 22px;
  border: 1px solid #ccc;
  border-radius: 90px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.5s all ease;
}

.modal-header-2 .close {
  background: var(--vermilion);
  border: 1px solid var(--vermilion);
  color: #fff;
}

.connected-btn {
  position: relative;
  color: #000;
  /* Optional: for default text color */
}

.connected-btn::after {
  content: "Edit";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
}

/* .connected-btn:hover {
  color: transparent;
  hide original text
} */

.connected-btn:hover::after {
  opacity: 1;
  /* show "Edit" */
  color: #fff;
}

.profile-initials {
  width: 90px;
  height: 90px;
  background-color: var(--primary);
  color: white;
  border-radius: 50%;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.setting-table .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  /* background: #F1F4F9; */
  padding: 10px 6px;
  border-color: #f1f1f1;
  position: sticky;
  top: -1px;
  z-index: 2;
  color: #8b8b8b !important;
}

.setting-table .dx-datagrid .dx-row > td {
  padding: 10px 6px;
  /* border-bottom: 1px solid #f1f1f1 !important; */
  vertical-align: middle;
  color: #363636;
  font-size: 12px;
  font-weight: 600;
  border-color: #f1f1f1;
}

.setting-table .dx-datagrid-content .dx-datagrid-table .dx-row > td,
.setting-table .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
  padding: 10px 6px;
  border-bottom: 1px solid #f1f1f1 !important;
  vertical-align: middle;
  color: #363636;
  font-size: 12px;
  font-weight: 600;
  border-color: #f1f1f1;
}

.signature-font {
  border: 1px solid #a3b5db;
  border-radius: 4px;
  padding: 4px 8px;
  background: #f5f7fb;
  color: black;
  font-weight: bold;
  display: flex;
  align-items: center;
  /* width: 180px; */
}

.sm-btn {
  display: inline-flex;
  color: #fff;
  padding: 1px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.5s all ease;
  white-space: nowrap;
  /* height: 36px; */
}

.sm-btn {
  position: relative;
  /* overflow: hidden; */
  transform: translatez(0);
  -webkit-transform: translatez(0);
  font-weight: 600;
}

.sm-btn {
  background: var(--vermilion);
  border: 1px solid var(--vermilion);
  color: #fff;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#preview {
  position: fixed;
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  z-index: 99;
}

#moreDetails {
  position: fixed;
  top: 66%;
  right: -15px;
  transform: rotate(90deg);
  z-index: 99;
}

.no-spinner {
  /* -moz-appearance: textfield; */
  width: 12px;
}

.email-tabs.active {
  background-color: #f1f5f9;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.upload-content {
  min-width: 0;
  flex: 1;
}

.ellips_text_one_row {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
  width: 100%;
}

.document_by_packId {
  height: calc(100vh - 200px);
  overflow: auto;
}

.datepicker thead th:first-child,
.datepicker thead th:last-child {
  color: #d42027 !important;
}

.datepicker table tr td:first-child,
.datepicker table tr td:last-child {
  background: #fff !important;
  border-radius: 0px;
  color: #d42027 !important;
  font-weight: 700;
  padding: 0px 5px;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #eee !important;
  cursor: pointer;
  color: #000 !important;
}

.datepicker td.day {
  font-weight: 700 !important;
}

.datepicker table tr td.today {
  background: #d42027 !important;
  color: #fff !important;
}
.datepicker table tr td span {
  color: #000 !important;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  color: #fff !important;
  background: #d42027 !important;
}

.datepicker table tr td.active{
  background: #d42027 !important;
  border-color: #d42027 !important;
}
.datepicker table tr td.active:hover{
  background: #d42027 !important;
  border-color: #d42027 !important;
  color: #fff !important;
}


.datepicker table tr td.active:first-child,
.datepicker table tr td.active:last-child {
  background: #d42027 !important;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 700;
  padding: 0px 5px;
}
.datepicker table tr td span.active.active{
  background: #d42027 !important;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 700;
 
}