input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* login page start  */
.logintext {
  color: #0b7e3f;
  font-family: Crimson Text;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.login-page.authBg.adminlgn,
.login-page.authBg.adminpwd,
.login-page.authBg.adminotp,
.login-page.authBg.resetpwd {
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
}

.forgotheading {
  color: #0b7e3f !important;
  font-size: 14px;
  font-weight: 400;
}

.adminlgn .card-primary.card-outline {
  padding: 15px 15px;
  border: 1px solid #e9e9e9 !important;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 25px;
  width: 100%;
  max-width: 550px;
  margin-bottom: 0px;
}
.login-page.authBg.adminlgn{
  height: 100h;
  overflow: auto;
}

.adminlgn .card-header {
  border: none;
}

.input-container {
  position: relative;
}

.inputBox {
  background-color: #fff;
  padding: 0 5px;
  color: #1f1e1e;
  font-family: Open Sans;
  font-size: 16px;
  margin: -12px auto;
  font-weight: 800 !important;
}
.phoneInputParent .react-tel-input {
  width: 100%;
  padding: 5px;
  outline: none;
  border-radius: 8px;
  border: 1px solid #e9e9e9 !important;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  color: #2e3333;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}
.phoneInputParent .react-tel-input .flag-dropdown{
 border: none !important;
 border-right: 1px solid #e9e9e9 !important;
}
.borderinput {
  width: 100%;
  padding: 25px;
  outline: none;
  border-radius: 8px;
  border: 1px solid #e9e9e9 !important;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  color: #2e3333;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}

.borderinput::placeholder {
  color: #2e3333;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}

.borderinput:focus {
  border: 1px solid rgba(230, 92, 0, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}

.loginbtn {
  border-radius: 8px;
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
  box-shadow: rgba(11, 126, 63, 1) rgba(89, 176, 68, 1);
  padding: 18px 45px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

/*forgot password*/
.adminpwd .card-primary.card-outline {
  padding: 30px 15px;
  border: 1px solid #e9e9e9 !important;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 25px;
  width: 100%;
  max-width: 550px;
}

.adminpwd .card-header {
  border: none;
}

.adminpwd .loginPage {
  padding: 15px 10px;
}

.adminpwd .input-group .form-control:focus {
  border-color: rgba(230, 92, 0, 0.2);
}

.adminpwd .input-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px !important;
  padding: 20px 10px;
}

/*admin otp*/
.adminotp .card-primary.card-outline {
  padding: 30px 15px;
  border: 1px solid #e9e9e9 !important;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 25px;
  width: 100%;
  max-width: 550px;
  text-align: center;
}

.adminotp .card-header {
  border: none;
}

.otpheading {
  color: #979999;
  font-size: 16px;
  font-weight: 400;
}

.resendLink {
  color: #0b7e3f !important;
}

.otpform > div {
  justify-content: center;
}

.otpform input {
  margin-right: 15px;
  border: 1px solid #e9e9e9 !important;
  border-radius: 10px;
  width: 56px !important;
  background-color: transparent;
  color: #2e3333;
  padding: 15px 0;
}

.otpform input:focus {
  border-color: rgba(230, 92, 0, 0.2);
  outline: none;
}

.adminotp .loginPage {
  padding: 15px 10px;
}

/*reset password*/
.resetpwd .card-primary.card-outline {
  padding: 30px 15px;
  border: 1px solid #e9e9e9 !important;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 25px;
  width: 100%;
  max-width: 550px;
}

.resetpwd .card-header {
  border: none;
}

.resetpwd .loginPage {
  padding: 15px 10px;
}

.resetpwd .input-group .form-control:focus {
  border-color: rgba(230, 92, 0, 0.2);
}

.resetpwd .input-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px !important;
  padding: 20px 10px;
}

/* sidebar css  */
.sidebarSil {
  border: 1px solid rgba(230, 92, 0, 0.07);
  background: #fff;
  box-shadow: 0px 16px 20px 0px rgba(230, 92, 0, 0.08) !important;
  overflow-x: hidden;
}

.sidebarSil .brand-link {
  color: #0b7e3f !important;
  border: none;
  text-align: center;
}

.sideheading {
  color: #979999 !important;
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0px;
}

.small-box-footer {
  border-radius: 0 0 12px 15px;
}

.sidebarSil .nav-pills .nav-link:not(.active):hover {
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
  box-shadow: 0 0 14px rgba(11, 126, 63, 1) rgba(89, 176, 68, 1);
  color: #fff !important;
  transition: 0.5s;
}

.sidebar-mini.layout-fixed.sidebar-collapse .brand_logo {
  width: 60px !important;
}

/*dashboard css*/

.admindash .dashboxcolor {
  background-color: #5f5e5a;
}

.admindash .dashboxcolor_two {
  background-color: #974109;
}

.dashthree {
  background-color: #494740 !important;
}

.dashfour {
  background-color: #96430c !important;
}

.dashwrapper .headingMain {
  color: #4f067b;
  font-family: Crimson Text;
  font-size: 40px;
  font-weight: 600;
}

/*forgot password*/
.adminpwd .card-primary.card-outline {
  border: none;
}

.adminpwd .card-header {
  border: none;
}

.adminpwd .loginBtnCommon {
  border-radius: 6px;
}

.adminpwd .loginPage {
  padding: 15px 10px;
}

.adminpwd .input-group .form-control:focus {
  border-color: rgba(230, 92, 0, 0.2);
}

.adminpwd .input-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px !important;
  padding: 20px 10px;
}

/*admin otp*/
.adminotp .card-primary.card-outline {
  border: none;
  text-align: center;
}

.adminotp .card-header {
  border: none;
}

.adminotp .loginBtnCommon {
  border-radius: 6px;
}

.otpheading {
  color: #979999;
  font-size: 16px;
  font-weight: 400;
}

.resendLink {
  color: #0b7e3f !important;
}

.otpform > div {
  justify-content: center;
}

.otpform input {
  margin-right: 15px;
  border: 1px solid #e9e9e9 !important;
  border-radius: 10px;
  width: 56px !important;
  background-color: transparent;
  color: #2e3333;
  padding: 10px 0;
}

.otpform input:focus {
  border-color: rgba(230, 92, 0, 0.2);
  outline: none;
}

.adminotp .loginPage {
  padding: 15px 10px;
}

/*reset password*/
.resetpwd .card-primary.card-outline {
  border: none;
}

.resetpwd .card-header {
  border: none;
}

.resetpwd .loginBtnCommon {
  border-radius: 6px;
}

.resetpwd .loginBtnCommon {
  border-radius: 6px;
}

.resetpwd .loginPage {
  padding: 15px 10px;
}

.resetpwd .input-group .form-control:focus {
  border-color: rgba(230, 92, 0, 0.2);
}

.resetpwd .input-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px !important;
  padding: 20px 10px;
}

/*modal css*/

.bigChef {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  max-height: 540px;
  min-height: 540px;
}

.modal_cancel {
  margin-left: auto;
}

.ModalCancel {
  background: #99979738;
  padding: 9px;
  border-radius: 7px;
  cursor: pointer;
}

.modal-header {
  align-items: center !important;
}

.modal-header .btn-close {
  display: none;
}

#tablemodalbtn .modal-content {
  width: 100%;
  max-width: 650px;
  border-radius: 20px;
  background: #fff;
  padding: 0;
  position: relative;
  /* height: 90vh; */
}

.foodmodalbtn {
  border-radius: 8px;
  background: #4f067b;
  box-shadow: 0px 17px 28px 0px rgba(230, 92, 0, 0.15);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  border: none;
  padding: 20px 45px;
  width: 100%;
}

.modalfooterbtn {
  position: absolute;
  bottom: 0;
  margin: 15px auto;
  width: 100%;
  max-width: 465px;
  text-align: center;
}

.modal_Heading {
  color: #2e3333;
  font-family: Crimson Text;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  font-family: "poppins";
}

#messageDelete .modal-header {
  border: none;
}

#messageDelete {
  max-width: 362px;
  margin: 0;
  margin-left: auto;
  width: 100%;
  top: 25px;
  right: 18px;
}

.deleteAccount_ .modalfooterbtn {
  left: 0;
}

.deleteBtnModal {
  display: flex;
  justify-content: space-evenly;
}

.cancelModalbtn {
  color: #2e3333;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background: #eeefef;
  padding: 18px 45px;
  border: none;
  outline: none;
  text-transform: capitalize;
}

.deleteBtn {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background: #4f067b;
  padding: 18px 30px;
  border: none;
  outline: none;
  text-transform: capitalize;
}

.deleteModalImg {
  display: flex;
  justify-content: center;
  padding-top: 180px;
}

.deleteheading {
  color: #2e3333;
  text-align: center;
  font-family: Crimson Text;
  font-size: 28px;
  font-weight: 700;
}

.paraHeading {
  color: #979999;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  max-width: 281px;
  line-height: normal;
  margin: 0 auto;
}

#notificationBtn {
  max-width: 362px;
  margin: 0;
  margin-left: auto;
  width: 100%;
  top: 25px;
  right: 18px;
}

.modalclearAll {
  color: #4f067b;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
}

#notificationBtn .modalscroll {
  height: 714px;
  overflow-y: auto;
  margin-top: 19px;
}

.notificationModal {
  margin: 0 14px 20px 24px;
  position: relative;
}

.reademessage:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-color: #4f067b;
  border-radius: 50px;
  left: -23px;
  top: 4px;
}

.unreadmessage:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-color: #d9d9d9;
  border-radius: 50px;
  left: -23px;
  top: 4px;
}

.notificationText {
  color: #2e3333;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.notificationTime {
  color: #abadad;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  margin-top: 10px;
}

/* userlist css  */

.adminUsers {
  height: 100% !important;
}

.usertable th,
td {
  border: none;
  text-transform: capitalize;
}

.userlistbox .commonBox_ {
  padding: 20px 20px;
}

.userFilter {
  display: flex;
  justify-content: end;
  padding: 0 45px;
  flex-wrap: wrap;
}

.userlistbox .dropdown-menu.show {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border: none;
}

.subtext {
  color: #2e3333 !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.tableborder {
  border: none;
  color: #2e3333;
  font-family: Crimson Text;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%) !important;
}

tr:nth-child(even) {
  background-color: #fff;
}

tr {
  border-bottom: 1px solid #e9e3e3;
  color: #979999;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.usertable td,
.usertable th {
  padding: 14px 10px;
}

table.usertable {
  /* margin-top: 20px; */
}

.tablebtn {
  border-radius: 5px;
  background: #0b7e3f;
  box-shadow: 0px 17px 28px 0px rgba(11, 126, 63, 1) rgba(89, 176, 68, 1);
  padding: 5px 18px;
  color: #fff;
  border: none;
}

.barbtn {
  border: 1px solid #0b7e3f;
  padding: 5px 10px;
  background-color: #fff;
  color: #0b7e3f;
  border-radius: 5px;
}

.commonBox_Heading {
  font-size: 15px;
  font-weight: 400;
  color: #979999;
}

.userSearch {
  border: 1px solid rgba(230, 92, 0, 0.08);
  box-shadow: 0px 9px 19px rgba(230, 92, 0, 0.03);
}

.filterSearch::placeholder {
  color: #abadad;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
[type="search"]::-webkit-search-cancel-button {
  filter: invert(100%) brightness(0) contrast(100%);
}
.userlistbox .dropdown-item:active {
  background-color: #fff !important;
  color: #212529;
}

.dropboxmenu {
  inset: 0px -18px auto auto !important;
}

.activeBtn {
  color: #35b539;
  position: relative;
  margin-left: 11px;
}

.activeBtn:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #35b539;
  border-radius: 50px;
  top: 0px;
  left: 0px;
  margin: 25px auto;
}

.inactivebtn {
  color: #4f067b;
  position: relative;
  margin-left: 11px;
}

.inactivebtn:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #4f067b;
  border-radius: 50px;
  top: 0px;
  left: 0px;
  margin: 25px auto;
}

/*header section*/
.adminav .dropdown-menu .dropdown-item {
  background: #fff !important;
  color: #0b7e3f;
  border-radius: 3px;
  box-shadow: 1px 0px 8px 2px;
}

.adminav .dropdown-menu .dropdown-item .droptext {
  color: rgba(11, 126, 63, 1);
}

/* Sidebar  */

/*info page css start*/
.infoTabs {
  padding: 10px 20px;
}

.infoTabs button.active.bg-primary {
  color: #fff;
  background-color: #0b7e3f !important;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 10px 0 0;
  padding: 10px 30px;
  box-shadow: 0 0 15px #e1e0e0;
  outline: none;
}

.infoTabs button.normal {
  border: none;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 10px 0 0;
  background-color: rgba(230, 92, 0, 0.07);
  color: #4f067b;
  box-shadow: 0px 9px 19px rgba(230, 92, 0, 0.03);
}

.userlistbox .medText {
  font-size: 20px;
  color: #5f5e5a;
}

/*infopage css end*/
/*contact us  css start*/
.admindash th:first-child {
  border-top-left-radius: 10px;
}

.admindash th:last-child {
  border-top-right-radius: 10px;
}

.modalscroll {
  height: 400px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
  display: none;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
}

.editCancelBtn {
  border-radius: 5px;
  background: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 11px 30px;
  color: #0b7e3f;
  margin-right: 17px;
  border: 1px solid #0b7e3f;
}

.editcontentBtn {
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 23px;
  margin-right: 17px;
  border: none;
}

button.editcontentBtn.grey {
  border-radius: 6px;
  color: #0b7e3f;
  background: white;
  border: 1px solid #0b7e3f;
}

.editIcon {
  border: 1px solid #979999;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 5px;
}

.editfooterBtn {
  position: absolute;
  width: 100%;
  margin: 15px auto;
  bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: end;
  right: 0;
}

.editCancelBtn {
  border-radius: 5px;
  color: #4f067b;
  background: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 11px 30px;
  margin-right: 17px;
  border: 1px solid #4f067b;
}

.main-header .navbar-nav .nav-item {
  margin: 0;
  background-color: #fff;
  margin-right: 8px;
  border-radius: 8px;
}

.showNotifi::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4f067b;
  right: 13px;
}

.spinner-border.loader {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 5px;
}

.sideheading i.fa.fa-plus {
  border: 1px solid #9a9898;
  padding: 5px;
  margin-right: 5px;
  border-radius: 50px;
  font-size: 10px;
}

a.nav-link.active i.fa.fa-plus {
  border-color: #fff !important;
}

a.nav-link:hover i.fa.fa-plus {
  border-color: #fff !important;
}

/* message css */

.message-area {
  height: calc(100vh - 132px);
  overflow: hidden;
  padding: 20px 0px !important;
  /* background: #eef6f1 !important; */
  /* background-color: black !important; */
}

.chat-area {
  position: relative;
  width: 100%;
  border-radius: 0.3rem;
  height: calc(100vh - 170px);
  overflow: hidden;
  min-height: calc(100% - 1rem);
  background: transparent !important;
}

.chatlist {
  outline: 0;
  height: calc(100vh - 200px);
  overflow: hidden;
  width: 350px;
  float: left;
  padding: 0 0px 0 0;
  box-shadow: 0px 10px 30px 0px #00000026;
  margin: 20px;
}

.chat-area .modal-content {
  border: none;
  border-radius: 10px;
  outline: 0;
  height: 100%;
}

.chat-area .modal-dialog-scrollable {
  height: 100% !important;
  overflow-y: auto;
  border-radius: 10px !important;
}

.chat-area .chatbox .modal-dialog-scrollable {
  height: 100% !important;
  overflow-y: auto;
  max-height: 100% !important;
}

.chatbox {
  width: auto;
  overflow: hidden;
  height: calc(100vh - 200px);
  background: #f3f3f3;
  /* padding: 15px; */
  border-radius: 20px;
  border: none;
  box-shadow: 0px -2px 20px 0px #00000026;
  margin: 20px;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.msg-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-area .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #828282;
  background-color: #f5f5f5;
  border: none !important;
  border-radius: 5px;
  padding: 24px 10px;
  margin-bottom: 10px;
  padding-left: 45px;
}

.chat-area .form-control:focus {
  outline: 0;
  box-shadow: inherit;
}

a.add img {
  height: 36px;
}

.chat-area .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  align-items: center;
  justify-content: space-between;
  flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
  width: 100%;
}

.chat-area .nav-tabs .nav-link {
  width: 100%;
  color: #180660;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
  color: #222;
  background-color: #fff;
  border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
  border-color: transparent transparent #000;
  isolation: isolate;
}

.chat-list h3 {
  color: #222;
  font-size: 12px;
  font-weight: 600;
  /* line-height: 1.5; */
  text-transform: capitalize;
  margin-bottom: 0;
}

.chat-list p {
  color: #9b9b9b;
  font-size: 10px;
  font-weight: 400;
  /* line-height: 1.5; */
  text-transform: capitalize;
  margin-bottom: 0;
}

.chat-list .d-flex {
  margin-bottom: 15px;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #a4e3ad50;
  padding: 5px;
}

.chat-list .active {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  bottom: 3px;
  left: 34px;
  height: 12px;
  width: 12px;
  background: #00db75;
  border-radius: 50%;
  border: 2px solid #fff;
}

.msg-head h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.msg-head p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.msg-head {
  padding: 15px;
}

.moreoption {
  display: flex;
  align-items: center;
  justify-content: end;
}

.moreoption .navbar {
  padding: 0;
}

.moreoption li .nav-link {
  color: #fff;
  font-size: 16px;
  background: #dadada;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0px;
}

i.fa-solid.fa-magnifying-glass {
  position: absolute;
  left: 14px;
  top: 14px;
  font-size: 20px;
  color: #828282;
}

.moreoption .dropdown-toggle::after {
  display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  right: 0;
  margin-top: 0.125rem;
}

.msg-body ul {
  overflow: hidden;
  margin: 0;
}

.msg-body ul li {
  list-style: none;
  margin: 15px 0;
}

.msg-body ul li.sender {
  display: block;
  width: 100%;
  position: relative;
}

.msg-body ul li.sender p {
  color: #414042;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #eeeeee;
  display: inline-block;
  border-radius: 16px 16px 16px 0px;
  margin-bottom: 0;
}

.msg-body ul li.sender p b {
  display: block;
  color: #180660;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.msg-body ul li.repaly {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
}

.msg-body ul li.repaly p {
  color: #414042;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #dcefdf;
  display: inline-block;
  border-radius: 16px 16px 0px 16px;
  margin-bottom: 0;
}

.msg-body ul li.repaly p b {
  display: block;
  color: #061061;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.msg-body ul li.repaly:after {
  display: block;
  content: "";
  clear: both;
}

.time {
  display: block;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

li.repaly .time {
  margin-right: 20px;
}

.divider {
  position: relative;
  z-index: 1;
  text-align: center;
}

.msg-body h6 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
}

.divider:after {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  top: 12px;
  left: 0;
  border-top: 1px solid #ebebeb;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.send-box {
  padding: 15px;
  display: flex;
  position: relative;
  background: #f6f6f6;
  margin: 0px 16px 16px;
}

.imageUpload {
  position: absolute;
  right: 117px;
  top: 31px;
  font-size: 24px;
  color: #0b7e3f;
}

.send-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.send-box .form-control {
  display: block;
  width: 95%;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #dcefdf8f;
  border-radius: 50px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-box button {
  border: none;
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 400;
  width: 55px;
  line-height: 13px;
  height: 55px;
  padding: 17px 10px;
  margin-left: 1%;
}

.send-box button i {
  margin-right: 5px;
}

.send-btns .button-wrapper {
  position: relative;
  width: 125px;
  height: auto;
  text-align: left;
  margin: 0 auto;
  display: block;
  background: #f6f7fa;
  border-radius: 3px;
  padding: 5px 15px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.send-btns .button-wrapper span.label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #343945;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
}

#upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.send-btns .attach .form-control {
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #343945;
  background-color: #f6f7fa;
  background-clip: padding-box;
  border: 1px solid #f6f7fa;
  border-radius: 3px;
  margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
  margin-right: 5px;
}

.button-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}

button:focus {
  outline: 0;
}

.add-apoint {
  display: inline-block;
  margin-left: 5px;
}

.add-apoint a {
  text-decoration: none;
  background: #f6f7fa;
  border-radius: 8px;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #343945;
}

.add-apoint a svg {
  margin-right: 5px;
}

.chat-icon {
  display: none;
}

.closess i {
  display: none;
}

@media (max-width: 767px) {
  .chat-icon {
    display: block;
    margin-right: 5px;
  }

  .chatlist {
    width: 100%;
  }

  .chatbox {
    width: 100%;
    position: absolute;
    left: 1000px;
    right: 0;
    background: #fff;
    transition: all 0.5s ease;
    border-left: none;
  }

  .showbox {
    left: 0 !important;
    transition: all 0.5s ease;
  }

  .msg-head h3 {
    font-size: 14px;
  }

  .msg-head p {
    font-size: 12px;
  }

  .msg-head .flex-shrink-0 img {
    height: 30px;
  }

  .send-box button {
    width: 28%;
  }

  .send-box .form-control {
    width: 70%;
  }

  .chat-list h3 {
    font-size: 14px;
  }

  .chat-list p {
    font-size: 12px;
  }

  .msg-body ul li.sender p {
    font-size: 13px;
    padding: 8px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .msg-body ul li.repaly p {
    font-size: 13px;
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
    var(--bs-accordion-border-color);
}

/* Changes By Rohit */
.editService_AccordtionItem {
  margin: 20px 0 0;
  border-radius: 15px !important;
}

.editService_AccordtionItem .accordion-button:not(.collapsed) {
  color: #414042 !important;
  background: linear-gradient(
    43.8deg,
    rgb(11 126 63 / 20%) 2.02%,
    rgb(89 176 68 / 20%) 100%
  ) !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.editService_AccordtionItem button.accordion-button.collapsed {
  border-radius: 15px !important;
}

.editService_AccordtionItem button.accordion-button {
  border-radius: 15px 15px 0 0 !important;
}

.editService_AccordtionItem .accordion-button::after {
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  content: "\f106" !important;
  font-family: "FontAwesome" !important;
  background-image: none !important;
  font-size: 22px !important;
  font-weight: 700;
}

.accordion-button .collapsed::after {
  transform: rotate(180deg);
}

.accordion-button::after {
  font-family: "FontAwesome";
  content: "\f106"; /* Icon content */
  transform: rotate(180deg); /* Initially rotate the icon */
  transition: transform 0.2s;
}

.accordion-button[aria-expanded="true"]::after {
  transform: rotate(0deg);
}

.content-wrapper {
  background-color: transparent !important;
}

/* bookingsss */
.booking_filter {
  list-style: none;
  padding: 0;
  display: flex;
  /* background-color: pink; */
}

.booking_filter .ml-3 {
  margin-left: 1rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
}

.booking_filter .active {
  /* color: rgb(81, 255, 0); */
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
  color: white;
  font-weight: 500;
}

.service_not_found {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 25%;
  font-weight: 600;
}

.subservice_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border: 2px solid;
  border-color: #cac5c5;
  border-radius: 11px;
  align-content: center;
  margin-top: 10px;
}

.subservice_item .barbtn {
  padding: 2px 6px;
  border-color: white;
}

.subservice_image {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  margin-right: 5px;
}
.user_logo{
height: 200px;
width: 200px;
border-radius: 100%;
}

.category_logo{
height: 300px;
width: 400px;
}

.pass_Logo {
  /* color: #fff; */
  font-size: 18px;
  position: absolute;
  right: 20px;
  bottom: 18px;
}

.deleteModalsec .blockbtn {
  width: 100%;
  max-width: 250px;
}

.notificationDot {
  color: #b5353b;
  position: relative;
  /* margin-left: 11px; */
}

.notificationDot:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #b5353b;
  border-radius: 50px;
  top: -6px;
  right: 25px;
  margin: 25px auto;
  z-index: 9999;
}

.sidebar_link {
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
}
.action_button{
  min-width: 300px;
}
.userName {
  min-width: 115px;
}
.id_text{
  min-width:94px;
}
/* Media query */

@media screen and (max-width: 1200px) {
  /* .headingMain {
    font-size: 25px !important;
} */
  .brand_logo {
    width: 90px !important;
  }
}
@media screen and (max-width: 575px) {
  .login-page.authBg.adminpwd{
    padding: 0px 20px;
  }
    .login-page.authBg.adminlgn {
      padding: 0px 20px;
  }
    .brand_logo {
      width: 100px !important;
    }
}