a {
  cursor: pointer;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #2884ff;
  box-shadow: 0 0 14px #2884ff5e;
  color: #fff !important;
}
.sweet-alert-confirm-btn:focus {
  box-shadow: 0 0 0 0px rgb(57 146 130 / 50%) !important;
}
.modal-content {
  padding: 10px;
  border-radius: 20px;
}
.modal-labels {
  width: 100%;
  font-size: 14px;
  color: #323232c7 !important;
  font-weight: 500 !important;
  margin: 0;
}
.profile_modal_heading {
  text-align: center;
  width: 100%;
  font-size: 22px;
  color: #323232;
  font-weight: 600;
}
#createPassword {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 65px);
}
.MuiPaginationItem-outlinedSecondary.Mui-selected {
  color: #399282 !important;
  border: 1px solid rgb(57 146 130) !important;
  background-color: rgb(57 146 130 / 20%) !important;
}
.auth-outer-fields {
  height: 100vh;
  background: #fff;
  padding: 0 40px;
}
.hey-admin-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.auth-heading-form h1 {
  color: #323232;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.input-images {
  position: absolute;
  right: 12px;
  top: 12px;
}
.input-fileds {
  border-radius: 18px;
  border: 2px solid rgba(158, 172, 201, 0.2);
  width: 100%;
  padding: 12px 37px 12px 12px;
  outline: none;
}
.input-fileds::placeholder,
.MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.select-technician {
  color: #9eacc9;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.auth-heading-form p {
  color: #74819d;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
}
.remember-me-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 20px 0;
}
.remmeber-checkbox {
  height: 20px;
  width: 20px;
}
.auth-submit-button {
  padding: 12px 0;
  border-radius: 18px;
  background: #2884ff;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  border: none;
}
.hey-title {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
.admin-text-welcome {
  color: #fff;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.admin-text {
  color: #fff;
  font-family: Montserrat;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.forgot-heading {
  color: #2884ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.remember-me {
  color: #323232;
  font-size: 16px;
  margin-left: 5px;
  font-style: normal;
  font-weight: 500 !important;
}
.form-outer {
  height: calc(100vh - 73px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.PhoneInputInput,
.PhoneInputInput:focus-visible,
.react-tel-input .form-control {
  border: unset !important;
  width: inherit !important;
  font-size: 18px !important;
  padding: 0;
}

.react-datepicker__input-container {
  top: -3px !important;
}

.inputWrapper__dropdown {
  z-index: 2;
}

.sideheading .nav-link {
  color: #979999 !important;
}

.react-datepicker__close-icon::after {
  background-color: #192032 !important;
  font-size: 17px !important;
  width: 20px !important;
  font-weight: 700;
  padding: 0px 0px 3px 0px !important;
}

.react-datepicker__input-container input {
  border: none !important;
  position: relative;
  text-indent: 23px;
}

.react-datepicker__input-container input:focus {
  outline: 0;
  border: none;
}

.maskedinput {
  border: none;
  color: #000;
}

.sideBar-bg {
  background-color: #29639d;
}

.content-header {
  background: white;
  box-shadow: 0 0 15px #e1e0e0;
  padding: 9px 15px;
  margin-bottom: 21px;
}
.content-wrapper {
  height: calc(100vh - 60px);
  background-color: #deecff;
}
.commonBox_ {
  background: #fff;
  padding: 25px 25px !important;
  border-radius: 10px;
  height: calc(100vh - 164px);
  margin: 0 20px;
  overflow: auto;
}
.headingMain {
  color: #2e3333;
  font-size: 30px !important;
  font-weight: 600;
  line-height: normal;
}

.pagination li a {
  border: 1px solid #e65c00;
  padding: 5px 18px;
  font-size: 16px;
  color: #e65c00 !important;
  border-radius: 5px;
  margin: 0 2px;
  text-transform: capitalize;
  font-weight: 500;
}

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

.paginationMain_ .pagination .active a {
  color: white !important;
  background: #e65c00;
}

/* Start Login Page Css */
.main-header .dropdown-menu {
  background: transparent !important;
  color: #ffffff;
  border-radius: 3px;
}

.paginationMain_ .previous.disabled a,
.next.disabled a {
  cursor: not-allowed !important;
}
.auth-bg-all {
  background-image: url("../images/authbg.svg");
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.common-btn {
  border-radius: 8px;
  border: 1px solid #2884ff;
  background: #fff;
  padding: 8px 30px;
  color: #2884ff;
}
.special-label {
  display: none;
}

.input-field-phone {
  border-radius: 18px;
  border: 2px solid rgba(158, 172, 201, 0.2);
  width: 100%;
  padding: 2px 12px;
  outline: none;
}
.input-fields-modals {
  border-radius: 18px;
  border: 2px solid rgba(158, 172, 201, 0.2);
  width: 100%;
  padding: 8px 12px;
  outline: none;
}
.input-fields-modals::placeholder {
  color: #9eacc9;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary {
  width: 100%;
  border-radius: 18px;
  border: 2px solid rgba(158, 172, 201, 0.2);
}

.MuiSelect-select.MuiSelect-outlined.MuiInputBase-input.MuiOutlinedInput-input {
  width: 100%;
  padding: 10px 12px;
}

fieldset.MuiOutlinedInput-notchedOutline {
  border: none;
}
.cancel-btn {
  background-color: #deecff;
  border: none;
  border-radius: 18px;
  padding: 12px 35px;
  color: #323232;
  font-weight: 600;
}
.create-btn {
  background-color: #2884ff;
  border: none;
  border-radius: 18px;
  padding: 12px 35px;
  color: #fff;
  font-weight: 600;
}
.modals-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.dashboxcolor {
  background: var(
    --primary-yellow-c-77126,
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
    #380d59
  );
}
.small-box {
  background: none;
  border: none;
  box-shadow: none;
  background-blend-mode: overlay, normal;
  border-radius: 16px;
}
.inner h3,
.inner p {
  color: #fff;
}

/* react data table component css start  */
.rdt_TableCell div:first-child {
  overflow: unset !important;
  white-space: initial !important;
  justify-content: center;
}
.toggle-btn {
  background: no-repeat;
  border: none;
  color: #4c4747;
  font-size: 14px;
  font-weight: 400 !important;
}
.active-user {
  height: 9px;
  width: 9px;
  background-color: #12e512;
  border-radius: 50px;
}
.inActive-user {
  background-color: red;
}
.active-text {
  color: #12e512;
}
.in-active-text {
  color: red;
}

.rdt_TableHead {
  color: #333 !important;
  font-weight: bold !important;
  border-radius: 5px;
  font-size: 15px !important;
}
.rdt_TableHeadRow {
  background-color: #2884ff2e !important;
}
.data-table div:first-child {
  overflow-x: unset !important;
  overflow-y: unset !important;
}
/* react data table component css end  */
.input-images-password {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.react-tel-input .flag-dropdown {
  background-color: #f5f5f5;
  left: 0 !important;
  border-radius: 18px !important;
  border: 2px solid rgba(158, 172, 201, 0.2) !important;
}
.react-tel-input .form-control {
  padding-left: 36px !important;
}
.react-tel-input .selected-flag:hover,
.react-tel-input .selected-flag:focus {
  border-radius: 18px !important;
}
.react-tel-input .flag-dropdown.open .selected-flag {
  border-radius: 18px !important;
}
.react-tel-input .country-list {
  max-height: 160px !important;
}
.sidebar-collapse .sidebartoggle {
  background: gray !important;
  border-radius: 8px;
}
.input-images-password-modal {
  position: absolute;
  right: 6px;
  top: 4px;
  cursor: pointer;
}