.step-arrow-nav .nav .nav-link.active {
  background-color: #8f368d;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.step-arrow-nav .nav .nav-link.done {
  background-color: #b47ab3;
  color: #ffffff;
}

.step-arrow-nav .nav .nav-link::before {
  border: 7px solid #f3f6f9;
  background: #8f368d;
}

.topMain i {
  font-size: 35px;
}

.dropdown.header-item.topbar-user {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.image-wrap {
  position: relative;
}

.image-wrap:before {
  position: absolute;
  content: '\2716';
  top: 0;
  right: 0;
  font-size: 16px;
  background: #8f368dc7;
  padding: 0 5px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.image-wrap:hover:before {
  background: #8f368d;
}

.dropzone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dropzone p {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2px;
}

.chat-room-list {
  height: auto;
  overflow: hidden scroll;
  /* max-height: calc(100vh - 255px); */
  max-height: calc(95vh - 255px);
}

.react-datepicker-wrapper {
  width: 100%;
}

/* Sidebar Scroll */

#scrollbar .navbar-nav {
  /* max-height: 415px; */
  max-height: calc(100vh - 142px);
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #8f368d transparent;
  scrollbar-width: thin;
  appearance: none;
  -moz-appearance: none;
  scrollbar-gutter: stable both-edges;
}

#scrollbar .navbar-nav::-webkit-scrollbar {
  width: 5px;
}

#scrollbar .navbar-nav::-webkit-scrollbar-track {
  /* -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);  */
  border-radius: 5px;
}

#scrollbar .navbar-nav::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px #8f368d;
}

#scrollbar::-moz-scrollbar-thumb {
  height: 40px;
  background-color: #8f368d;
}

.dropzone p.note {
  font-size: smaller;
  font-weight: 600;
  color: tomato;
  padding: 0px;
}

.logout-btn {
  border: 0px;
  background-color: transparent;
}

/* Chat style starts */

.timestamp-text {
  background-color: #00000073;
  padding: 1px 3px;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
}

.chat-user-list>li button {
  display: block;
  padding: 0px 0px;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: .8125rem;
  border: 0px;
  background-color: transparent;
  width: 100%;
}

.chat-first {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chat-first-bg {
  background-color: #FFF;
}

#userList .username-list {
  padding: 4px 0px;
  color: #8f368d !important;
  font-weight: 700;
  font-size: .8125rem;
  text-align: left;
}

#userList .active-user {
  background: #8f368d;
  color: #fff;
  /* padding-bottom: 10px; */
}

#userList .active-user h5 a {
  color: #fff !important;
}

#userList .active-user h5 div {
  color: #fff !important;
}

#userList .active-user p {
  color: #fff !important;
}

#userList .active-user .chat-time {
  color: #fff !important;
}

#userList .active-user .number-chat {
  background: #acacb1;
}

.btn-attachment {
  background-color: #8e939770;
}

.btn-attachment:hover {
  background-color: #8e939770 !important;
  cursor: pointer !important;
}

.btn-attachment input {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.attachment-content {
  height: 3.1rem !important;
  width: 3.1rem !important;
}

.dropzone-btn-container {
  min-height: 40px;
  height: 40px;
  width: 40px;
  border: none;
}

.dropzone-btn {
  min-height: 40px;
  height: 40px;
}

.chat-document-icon {
  height: 5rem;
  width: 5rem;
}

.chat-icon-container img {
  height: 13vh;
  width: 100%;
  object-fit: cover;
}

.image-delete {
  position: absolute;
  right: 5px;
  bottom: 60px;
  color: #fff;
  background: #8f368d;
  padding: 2px;
  font-size: 13px;
  top: 0;
  height: 25px;
  width: 25px;
  z-index: 999999999;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

#users-chat {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #ffffff81;
}

.assigment-card-box::-webkit-scrollbar {
  display: none;
}

.assigment-card-box .cleaner-info h3 {
  font-size: 16px;
}

.assigment-card-box h6 {
  font-size: 12px;
}

.assigment-card-box i {
  font-size: 12px;
}

.react-datepicker-wrapper {
  width: 100%;
  display: block;
}

.react-datepicker__input-container {
  height: 100%;
}

.react-datepicker-wrapper .form-control {
  height: 100%;
  display: block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#short-chat {
  text-align: left;
  font-size: 10px;
  width: 72%;
}

.number-message {
  padding: 5px 9px;
  background: #8f368d;
  border-radius: 50%;
  color: #fff;
  font-family: 'Inter';
  font-size: 10px;
}

#userList a {
  padding: 4px 0px;
  font-weight: 700;
  color: #8f368d !important;
}

.number-chat {
  text-align: center;
  padding: 5px;
  background: #8f368d;
  border-radius: 50%;
  width: 25px;
  margin-left: auto;
  color: #fff !important;
  font-size: 10px;
}

.chat-time {
  padding: 4px 0px;
  font-weight: 400;
}

#userList i.ri-check-line,
#userList i.ri-check-double-fill {
  text-align: right;
  display: block;
  font-size: 14px;
}

#userList i.ri-check-double-fill {
  color: #8f368d;
}

.check {
  position: absolute;
  top: 0;
  right: 0;
  background: #8f368d;
  padding: 7px;
  color: #fff;
  font-size: 14px;
}

.barging img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.app-search {
  padding: 0;
  width: 60%;
}

.chat-conversation .conversation-list .ctext-wrap-content {
  background-color: #dfc6df !important;
}

.chat-conversation .conversation-list .ctext-wrap-content-left {
  background-color: #cdccc76b !important;
  box-shadow: none;
}

.chat-conversation .conversation-list .ctext-wrap-content-text {
  padding: 4px 8px !important;
}

.document-listing {
  max-width: 264px;
}

#users-conversation .media-box {
  background: unset !important;
  box-shadow: unset !important;
  column-gap: 5px;
  row-gap: 5px;
}

#users-conversation .media-box .ctext-wrap-contentt {
  margin: 0 !important;
  /* border: 1px solid #8f368d; */
  border: 1px solid #8f368d0f;
  padding: 2px;
}

.color-white {
  color: #fff !important;
}

.message-img-link {
  margin-top: -20px;
}

.message-img-link li {
  background-color: #8f368d;
}

.select-media {
  margin-top: -114px;
  max-height: 145px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #fff;
}

.select-media::-webkit-scrollbar {
  display: none;
}

.padding-45 {
  padding: 0.45rem !important;
}

.chat-profile {
  border: 1px solid #8080802e;
}

/* Chat style ends*/

/*start chat image modal popup*/
.chat-modal {
  font-size: 12px;
  position: static;
  width: 90VW !important;
  height: 95VH !important;
  background: linear-gradient(rgba(30, 30, 30, .9), #000 1810%);
  display: block;
}

.chat-modal>.header {
  width: 100%;
  border-bottom: 1px solid #80808029;
  font-size: 18px;
  text-align: center;
  padding: 5px;
}

.chat-modal>.content {
  width: 100%;
  padding: 2px 2px;
}

.chat-modal>.actions {
  width: 100%;
  padding: 10px 5px;
  margin: auto;
  text-align: center;
}

.chat-modal>.close {
  cursor: pointer;
  position: absolute;
  display: block;
  padding: 2px 5px;
  line-height: 20px;
  right: -10px;
  top: -10px;
  font-size: 24px;
  border-radius: 18px;
  border: 0px;
}

.chat-modal-close-btn {
  border: 0px;
  background: transparent;
}

#popup-root .popup-overlay {
  background: linear-gradient(rgba(30, 30, 30, .9), #000 1810%);
  z-index: 9999 !important;
}

#popup-root .popup-content {
  width: 90%;
}

#popup-root .header {
  background: linear-gradient(rgba(30, 30, 30, .9), #000 1810%);
}

#popup-root .content img {
  max-height: 85vh;
  object-fit: contain;
  object-position: center;
}

.cross-color {
  fill: #ddd;
}

/* end chat image modal popup*/

.unread-msg {
  background: #8F368D !important;
  right: 11px !important;
  bottom: 0px !important;
  min-width: 0rem !important;
  border-radius: 100% !important;
  height: 5% !important;
  width: 10px;
  display: block;
  position: relative;
  margin-top: 16px;
  padding-top: 10px;
}

#document-information .dropzone {
  border: 2px dashed #8f368d;
  height: 100px;
  width: 325px;
}

#document-information .dropzone .dz-message .d-image img {
  width: 90%;
  padding: 20px;
  object-fit: fill;
  max-height: 230px;
}

#document-information .dropzone .dz-message {
  margin: 0em;
  cursor: pointer;
}

#document-information .h-image {
  position: absolute;
  /* top: 0;
  height: 100%;
  width: 100%; */
  top: 30px;
  width: 321px;
  height: 226px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

#document-information .dropzone .dz-message:hover .h-image {
  opacity: 1;

}

.fallback input {
  z-index: 1;
}

.fallback input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}

#document-information .btn-check:checked+.btn {
  color: #fff;
  background-color: #8f368d;
  border-color: #8f368d;
}

.completed {
  background: #3BDD9D 0% 0% no-repeat padding-box;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 6px 9px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.view-receipt-color {
  background: #ac6ead;
  cursor: pointer;
}

.setting-list i {
  font-size: 30px;
  color: #8f368d;
}

.earning-time {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #8f368d;
  padding-top: 5px;
  margin-bottom: 0;
}

.earning-detail-boxs .card-body {
  height: 76px;
}

.bg-primary {
  background-color: #8F368D !important;
}

/* Start Notification Style */

.unread-notification {
  background-color: #e4bee5a6 !important;
}

.data-table .notification-table {
  border-collapse: separate !important;
}


/* ENd Notification Style */

.rating-icon i {
  color: #e2a03f;
}

.word-limit-count {
  font-size: 14px;
  font-weight: 500;
}

.alert-message-box {
  background: #8f368d;
  padding: 10px 20px;
  /* top: 70px; */
  border-radius: 0;
  color: #FFFFFF;
}

.alert-message-box h6 {
  color: #FFFFFF;
}

.white-btn, .white-btn:hover {
  background: #FFFFFF !important;
  color:#8F368D !important;
  font-size: 14px;
  font-weight: 600;
}

.raleway-font{
  font-family: Raleway, sans-serif;
}

div.chat-leftsidebar .chat-user-img{
  width: 3rem!important;
  height: 3rem!important;
}

div.chat-leftsidebar img.rounded-circle.chat-profile {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
}