* {
  font-family: "Karla", sans-serif;
}
#root {
  background-color: #f9f9f9;
}
#Admin-Login {
  background-color: #354b96;
  background-image: url(./assets/images/png/bg-2X9B.png);
  min-height: 100vh;
}
.Vmoksha-2 img {
  width: 100%;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.Rectangle-32 {
  width: 100%;
  height: 100%;
  margin: 103px 53px 0 93px;
  padding: 71px 166px 76px 123px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  background-color: #fff;
}
.light {
  color: #f0f8ffe1;
  font-size: 17px;
}
#loginHere {
  font-size: 17px;
  font-weight: bold;
}
.input-box {
  width: -moz-fit-content;
  width: fit-content;
}
.input-email {
  height: 30px;
  width: -webkit-fill-available;
  margin-bottom: 15px;
}
#border-input {
  border: 2px solid #a6a6a6;
  border-radius: 5px;
}
#login-button {
  height: 50px;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  transition: 0.1s;
  padding: 10px 30px;
}
#lato {
  font-size: 30px !important;
}
.dark {
  color: #354b96;
}
#login-button:hover {
  background-color: #ffffff;
}
#f-26 {
  font-size: 20px;
}
.font-bolder {
  font-weight: 900;
  font-size: 40px;
}
.width {
  width: inherit;
}
.input-email .ant-input {
  border: none;
  height: 30px;
  margin: 0px;
}
.user-icon {
  position: absolute;
  top: 15px;
  right: 20px;
}
.eye-icon {
  color: black;
  position: absolute;
  top: 15px;
  right: 19px;
  cursor: pointer;
}
#eye-color {
  color: black;
}
.login-input .input-email {
  height: 60px;
}
.login-input .input-email .ant-input {
  background-color: #ffffff;
  color: black;
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .ant-modal-body {
    padding: 21px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
  }
  #Admin-Login {
    padding: 0px;
    min-height: 100vh;
  }
}
@media only screen and (max-height: 500px) {
  #Admin-Login {
    min-height: 170vh;
  }
}

.input {
  height: 70px;
  position: relative;
}
.input-wrapper {
  position: relative;
  height: 70px;
}
.input-wrapper label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.input-wrapper input {
  box-sizing: border-box;
  height: 38px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #c5cbde;
  margin-top: 2px;
}
.input-wrapper input .ant-input {
  background: white !important;
}
.input-wrapper .password-eye {
  position: absolute;
  top: 28px;
  right: 10px;
  cursor: pointer;
}
.SingleSelect label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.SingleSelect ._single-select {
  margin-top: 2px;
}
.SingleSelect ._single-select__placeholder {
  color: #bcbcbc;
}
.SingleSelect ._single-select__control {
  border-color: #c5cbde !important;
}
.SingleSelect ._single-select__menu {
  z-index: 999 !important;
}
.InputTextArea label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.InputTextArea .ant-input-affix-wrapper {
  padding: 0 !important;
  margin-top: 2px;
}
.switch {
  height: 75px;
}
.switch-wrapper {
  display: block;
}
.switch label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  display: block;
}
.switch .ant-switch {
  margin-top: 10px;
}
.switch .ant-switch-checked {
  background-color: green;
}
.radio-wrapper {
  height: 75px;
  display: block;
}
.radio-wrapper label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  display: block;
}
.radio-wrapper .ant-radio-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.radio-wrapper .ant-radio-group > div {
  flex-basis: 25%;
}
.inputDate {
  height: 75px;
}
.inputDate label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600 !important;
}
.inputDate .ant-calendar-picker {
  margin-top: 2px;
  width: 100%;
}
.inputDate .ant-calendar-picker input {
  box-sizing: border-box;
  height: 38px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #c5cbde;
  margin-top: 2px;
}
.inputDate .ant-input:disabled {
  background-color: #f5f5f5 !important;
}
.error_message {
  color: red;
}
.disabledselect {
  cursor: not-allowed;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  display: block;
  /* top: 50%; */
  right: 12px;
  /* z-index: 1; */
  /* width: 27px; */
  /* height: 23px; */
  font-size: 12px;
  transition: all 0.3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-fluid {
  --bs-gutter-x: 0;
  position: relative;
}
#user {
  padding: 10px 0px;
}
#user h1 {
  font-size: 22px;
  font-family: Karla;
  font-weight: bold;
  color: #354b96;
}
#user p {
  color: #1c1c1b;
  font-size: 16px;
  text-align: end;
}
.pFooter {
  width: 100%;
  position: relative;
  bottom: 0px;
  height: 50px;
  background-color: #354b96;
  border-radius: 100px 100px 0px 0px;
}
.inner {
  position: relative;
  display: grid;
  place-items: center;
}
#profile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.react-calendar {
  border: none !important;
  height: 350px;
}
.scan {
  position: absolute;
}
.scanner {
  height: 80px;
}
.orderHead {
  margin: 15px 0px;
}
.orderHead h1 {
  color: #354b96;
  font-size: 20px;
  font-family: Karla;
  font-weight: bold;
}
.calenderDiv {
  margin-bottom: 60px;
}
.calenderDiv img {
  width: -webkit-fill-available;
}
.inactivity-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.inactivity-alert-modal {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  width: 90%;
}
.inactivity-alert-modal i {
  font-size: 3rem;
  color: #ff6b6b;
  margin-bottom: 1rem;
}
.inactivity-alert-modal button {
  background: #007bff;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  margin-top: 1rem;
  cursor: pointer;
}
.x {
  position: absolute;
  z-index: 999999;
  top: -400px;
  right: 10px;
  color: red;
  font-weight: bolder;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.react-calendar__month-view__days button {
  padding: 0px;
  height: 50px;
  margin: 2px !important;
}
.feedModal {
  position: absolute;
  z-index: 20;
}
.react-calendar__tile {
  padding: 0px !important;
  min-width: 30px !important;
  max-width: 45px !important;
}
.react-calendar__month-view__days {
  justify-content: center !important;
}
.react-calendar__month-view__weekdays {
  color: black;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background-color: rgba(99, 154, 159, 0.878) !important;
  color: aliceblue !important;
}
.bu button {
  background-color: #f18070;
  border: none;
}
.lineContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.lines {
  height: 10px;
  width: 4px;
  background-color: red;
}
#break_fast {
  background-color: #354b96;
}
#lunch {
  background-color: goldenrod;
}
.mainProfileDiv {
  position: relative;
}
#snacks {
  background-color: crimson;
}
#dinner {
  background-color: black;
}
.loader-container {
  position: absolute;
  background-color: #6d6d6d8d;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FFF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  z-index: 100;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button[type="button"]:disabled {
  color: #858181;
  font-size: 13px;
}
button[type="button"] {
  font-size: 13px;
}
.feedpara {
  color: black;
}
.feedBtn {
  position: relative;
  display: inline-block;
  color: #364ea0;
  font-size: 18px;
  font-weight: bolder;
  font-family: Karla;
  cursor: pointer;
}
.feedBtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #364ea0;
}
.react-calendar__navigation .react-calendar__navigation__next-button {
  font-size: 20px;
}
.react-calendar__navigation__arrow .react-calendar__navigation__prev-button {
  font-size: 20px;
}
.react-calendar__navigation .react-calendar__navigation__prev-button {
  font-size: 20px;
}
.react-calendar__navigation button:disabled {
  font-size: 20px;
}
.react-calendar__year-view__months,
.react-calendar__decade-view__years {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 5px !important;
}
.react-calendar__navigation__label__labelText--from {
  font-size: 18px;
}
.react-calendar__month-view__weekdays__weekday abbr {
  font-size: 14px;
}
.react-calendar__month-view__days__day abbr {
  font-size: 17px;
}
.ant-modal-mask {
  background-color: rgba(20, 20, 20, 0.884) !important;
}
#empId {
  font-size: 16px;
}
.ant-modal-content {
  width: 350px !important;
}
.deleteAccBtn {
  position: absolute;
  top: 48px;
  background: #f0f0f0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  left: 13px;
  color: #3583f1;
  font-weight: bold;
  z-index: 1000;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .deleteAccBtn {
    position: absolute;
    top: 50px;
    background: #f0f0f0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    left: 36px;
    color: #3583f1;
    font-weight: bold;
    z-index: 100;
    cursor: pointer;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .deleteAccBtn {
    position: absolute;
    top: 55px;
    background: #f0f0f0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    left: 45px;
    color: #3583f1;
    font-weight: bold;
    z-index: 100;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1200px) {
  .deleteAccBtn {
    position: absolute;
    top: 55px;
    background: #f0f0f0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    left: 120px;
    color: #3583f1;
    font-weight: bold;
    z-index: 100;
    cursor: pointer;
  }
}
@media only screen and (max-width: 370px) {
  .react-calendar {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.125em;
    width: 350px;
    max-width: 100%;
    background: white;
    height: 300px;
  }
  .react-calendar__month-view__days button {
    /* Your styles for mobile devices with a width of 320 pixels */
    padding: 0px !important;
    height: 40px;
    margin: 0px !important;
  }
  .react-calendar__tile {
    flex: 0 0 13% !important;
    margin-inline-end: 0px;
  }
  #mobile {
    padding: 0px 13px !important;
  }
  .react-calendar__month-view__days {
    display: grid !important;
    place-items: center;
    grid-template-columns: repeat(7, 1fr) !important;
    row-gap: 4px;
  }
  .react-calendar__month-view__days button {
    display: grid !important;
    place-items: center;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .react-calendar__viewContainer {
    height: 100%;
  }
  .feedpara {
    font-size: 13px;
    color: black;
  }
  .feedBtn {
    font-size: 15px;
  }
  .react-calendar__year-view__months,
  .react-calendar__decade-view__years {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 5px !important;
  }
}

.webcam {
  position: absolute;
  bottom: 50px;
  width: 300px;
  margin-bottom: 10px;
  z-index: 999;
  border-radius: 14px;
}
.backCamera {
  display: grid;
  place-items: center;
  margin-top: 20px;
}
#switch {
  width: 60px;
  height: 60px;
  margin: -25px;
}

.fade {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 100%;
}
.modalInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}
.formContainer {
  padding: 0px 15px;
}
.mealBtnContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
#mealBtns {
  border: 1px solid #3583f1;
  border-radius: 6px;
  padding: 5px 10px;
}
#mealBtns p {
  font-size: 17px;
}
.calClose {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 10px;
}
.calClose img {
  font-size: 20px;
}
.calForm {
  margin-top: 10px;
}
.calSubmitBtn {
  width: 100%;
  text-align: center;
}
.calSubmitBtn button {
  background-color: #354b96;
  color: white;
  border: none;
}
.fade {
  padding-left: 0px !important;
}
.reactCal .react-calendar__tile--active {
  background-color: rgba(99, 154, 159, 0.878) !important;
  color: #fff;
}
.react-calendar__navigation .react-calendar__navigation__prev-button {
  font-size: 20px;
}
.react-calendar__navigation .react-calendar__navigation__next-button {
  font-size: 20px;
}
.react-calendar__month-view__days .react-calendar__month-view__days__day {
  height: 35px !important;
}
.dateError {
  position: relative;
  bottom: 30px;
  width: 100%;
  text-align: start;
}
.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
}
.react-calendar__navigation .react-calendar__navigation__prev-button,
.react-calendar__navigation button:disabled,
.react-calendar__navigation .react-calendar__navigation__next-button {
  font-size: 22px;
}
@media only screen and (max-width: 369px) {
  #modal_body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .formContainer {
    margin-top: 5px;
  }
  .react-calendar {
    width: 300px;
    max-width: 100%;
    background: white;
    border: 1px solid #a0a096;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.125em;
  }
  .reactCal {
    padding: 0px 3px;
  }
  .chooseMeal {
    font-size: 14px;
  }
  .modalInner {
    border-radius: 0px !important;
    min-height: 500px;
  }
  .calForm {
    margin-top: 6px;
  }
  .mealBtnContainer {
    gap: 5px;
  }
  .dateError {
    position: relative;
    width: 100%;
    top: 3px;
    text-align: start;
  }
}

#deleteModal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.deleteContent {
  color: black;
}

#fModal {
  z-index: 10;
}

.smilyCont {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smilyWrapper {
  height: 80px;
  background: #D9D9D9;
  width: 80px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.Sblack1,
.Sblack2,
.Sblack3 {
  height: 50px;
  width: 50px;
}
.smCloseIcon {
  font-size: 25px;
  font-weight: 600;
}
.commentBox {
  width: 100%;
  margin-top: 18px;
  padding: 5px;
  font-size: 15px;
  color: black;
  border-radius: 5px;
}

.mealTypeCont {
  text-align: 'start';
  gap: 20;
  flex-direction: 'column';
}
#fModal .fmodalCont .modalContentResponsive {
  width: 90%;
  max-width: 400px;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media (min-width: 768px) {
  #fModal .fmodalCont .modalContentResponsive {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  #fModal .fmodalCont .modalContentResponsive {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  #fModal .fmodalCont .modalContentResponsive {
    max-width: 700px;
  }
}

* {
  font-family: "Karla", sans-serif;
}
#root {
  background-color: #f9f9f9;
}
#Admin-Login {
  background-color: #354b96;
  background-image: url(./assets/images/png/bg-2X9B.png);
}
.loader-containerDiv {
  position: absolute;
  background-color: #6d6d6d8d;
  width: 100vw;
  height: 100%;
  z-index: 10;
}
.loader-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FFF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  z-index: 100;
}
.overlayDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
#registration {
  background-color: #354b96;
  background-image: url(./assets/images/png/bg-2X9B.png);
  min-height: 100vh;
}
.Vmoksha-2 img {
  width: 100%;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.Rectangle-32 {
  width: 100%;
  height: 100%;
  margin: 103px 53px 0 93px;
  padding: 71px 166px 76px 123px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  background-color: #fff;
}
.light {
  color: #f0f8ffd7;
  font-size: 17px;
}
.input-box {
  width: -moz-fit-content;
  width: fit-content;
}
.input-email {
  height: 30px;
  width: -webkit-fill-available;
  margin-bottom: 15px;
}
#border-input {
  border: 2px solid #a6a6a6;
  border-radius: 5px;
}
.login-button {
  height: 50px;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  transition: 0.1s;
}
.disabled {
  background-color: #f1eeee;
  height: 50px;
  font-family: "Lato", sans-serif;
  transition: 0.1s;
  cursor: not-allowed;
}
#lato {
  font-size: 30px !important;
}
.dark {
  color: #354b96;
}
#login-button:hover {
  background-color: #ffffff;
}
#f-26 {
  font-size: 20px;
}
.font-bolder {
  font-weight: 900;
  font-size: 40px;
}
.width {
  width: inherit;
}
.input-email .ant-input {
  border: none;
  height: 30px;
  margin: 0px;
}
.user-icon {
  position: absolute;
  top: 15px;
  right: 20px;
}
.eye-icon {
  color: black;
  position: absolute;
  top: 15px;
  right: 19px;
  cursor: pointer;
}
#eye-color {
  color: black;
}
.login-input .input-email {
  height: 60px;
}
.login-input .input-email .ant-input {
  background-color: #fff;
  height: 50px;
  color: black;
  font-size: 16px;
}
#backArrow {
  font-size: 16px;
}
@media only screen and (max-width: 576px) {
  .ant-modal-body {
    padding: 21px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
  }
  #Admin-Login {
    padding: 0px;
  }
}

#logopd {
  padding-bottom: 60px !important;
  padding-top: 100px !important;
}
.Vmoksha-2 img {
  width: 100%;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.forgotPassword-input .input-email .ant-input {
  background-color: #fff;
  height: 50px;
  color: black;
  font-size: 16px;
}
.forgotPassword-input .input-email {
  height: 60px;
}
.disabled-button {
  background-color: hsla(0, 100%, 99%, 0.904);
  height: 50px;
  font-family: "Lato", sans-serif;
  transition: 0.1s;
  cursor: wait;
}

.text-ink {
  color: #3583f1;
}
#rest-box-detail {
  padding: 50px 120px 120px 120px;
  height: 470px;
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  #rest-box-detail {
    padding: 50px 20px 120px 20px;
    height: 470px;
    border-radius: 20px;
  }
}

.rest-input .input-email .ant-input {
  height: 50px;
}
.rest-input .input-email {
  height: 70px;
}
#reset-box-detail {
  padding: 50px 120px 120px 120px;
  height: 520px;
  border-radius: 20px;
}

#order {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 220px;
  height: 100vh;
}
.thanksContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-center;
}
.lunch,
.enjoy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanksImg {
  width: 300px;
}
.enjoy {
  margin: 20px 0px;
}
.enjoy h1 {
  color: #f18070;
  font-size: 30px;
  font-family: karla;
  font-weight: bold;
}
.enjoy img {
  margin-top: 20px;
}
.failed {
  height: 100vh;
}
.success-message {
  position: absolute;
  top: -100px;
  transform: translate(-50%, -50%);
  color: white;
  padding: 20px;
  border-radius: 5px;
  font-size: 20px;
  animation: zoomInOut 2s ease-in-out infinite;
}
.utilized-message {
  position: relative;
  top: 70px;
  left: 80px;
  color: white;
  padding: 20px;
  border-radius: 5px;
  font-size: 20px;
  animation: zoomInOut 2s ease-in-out infinite;
}
@keyframes zoomInOut {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.failed-message {
  transform: translate(-50%, -50%);
  position: relative;
  left: 70px;
  top: 70px;
  color: white;
  padding: 20px;
  border-radius: 5px;
  font-size: 20px;
  animation: zoomInOut 2s ease-in-out infinite;
}
.bottm-end {
  margin-bottom: 220px;
}
@media only screen and (max-width: 576px) {
  .failed-message {
    position: relative;
    top: 60px;
    right: 38px;
    transform: translate(-50%, -50%);
    color: white;
    padding: 20px;
    border-radius: 5px;
    font-size: 20px;
    animation: zoomInOut 2s ease-in-out infinite;
  }
  .utilized-message {
    position: relative;
    top: 80px;
    transform: translate(-50%, -50%);
    color: white;
    padding: 20px;
    border-radius: 5px;
    font-size: 20px;
    animation: zoomInOut 2s ease-in-out infinite;
  }
}

@media screen and (min-width: 769px) {
  #feedbackModal {
    position: absolute !important;
    bottom: 0px !important;
    width: 100vw !important;
    height: 100% !important;
    padding: 0px 220px !important;
    margin: 0px !important;
    display: grid;
    place-items: center;
  }
  .feedHead {
    color: #1C1C1B;
    font-size: 20px;
    font-family: Karla;
    font-weight: bold;
  }
  .modal-content {
    border: #E8E8E8 !important;
    outline: #E8E8E8 !important;
    width: 500px;
  }
  #feedInside {
    padding: 0px 10px;
  }
  .mm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .place {
    height: 148px;
    border: none;
    outline: none;
  }
  .feedbackPlace {
    background-color: #E8E8E8;
    height: 100%;
    width: 100%;
    color: #1C1C1B;
    padding: 6px;
    border: #E8E8E8;
    font-size: 12px;
    border-radius: 6px;
  }
  .feedFoot {
    display: grid;
    place-items: center;
  }
  .feedFoot button {
    margin-right: 10px;
  }
  .feedbtn {
    background-color: #354B96;
    padding: 4px;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
  }
  .feedDisabled {
    background-color: #5971c0;
    padding: 4px;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  #feedbackModal {
    position: absolute !important;
    bottom: 0px !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
  }
  .feedHead {
    color: #1C1C1B;
    font-size: 20px;
    font-family: Karla;
    font-weight: bold;
  }
  .modal-content {
    border: #E8E8E8 !important;
    outline: #E8E8E8 !important;
  }
  #feedInside {
    padding: 0px 10px;
    position: fixed;
    bottom: 0px;
    background-color: #FFFFFF;
    border-radius: 30px 30px 0px 0px;
  }
  .mm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .place {
    height: 148px;
    border: none;
    outline: none;
  }
  .feedbackPlace {
    background-color: #E8E8E8;
    height: 100%;
    width: 100%;
    color: #1C1C1B;
    padding: 6px;
    border: #E8E8E8;
    font-size: 12px;
    border-radius: 6px;
    font-size: 17px;
  }
  .feedFoot {
    display: grid;
    place-items: center;
  }
  .feedFoot button {
    margin-right: 10px;
  }
  .feedbtn {
    background-color: #354B96;
    padding: 4px;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
  }
  .feedDisabled {
    background-color: #5971c0;
    padding: 4px;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
  }
}

.order {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.warnContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-center;
}
.please {
  color: #354b96;
  font-size: 25px;
  font-weight: bold;
}
.warnContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.warnImg {
  width: 200px;
  height: 200px;
}

* .ant-pagination-item-active:focus a,
* .ant-pagination-item-active:hover a {
  color: white;
}
* .ant-pagination-item:focus a,
* .ant-pagination-item:hover a {
  color: white;
}
* .ant-pagination-item {
  border: 1px solid #3583f1;
}
* {
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
*:focus {
  outline: none;
}
*::before,
*::after {
  box-sizing: border-box;
}
.react-calendar__navigation__prev2-button {
  display: none;
}
.react-calendar__navigation__next2-button {
  display: none;
}
.react-calendar__navigation__label__labelText--from {
  color: #f18070;
  font-weight: bold;
}
abbr[title] {
  text-decoration: none !important;
}
.react-calendar__navigation button:disabled {
  background-color: white !important;
  color: #7d7d7d;
}
.ant-modal-content {
  width: 300px;
}
.me {
  font-size: 40px;
}
.ant-modal {
  display: flex;
  justify-content: center;
}
.react-calendar__year-view__months .react-calendar__tile {
  max-width: 100% !important;
}
.react-calendar__decade-view__years .react-calendar__tile {
  max-width: 100% !important;
}
.react-calendar__century-view__decades .react-calendar__tile {
  max-width: 100% !important;
}
.darkBtn {
  background-color: #354b96;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}
.ant-modal-content button {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
.fail {
  padding-top: 250px;
}
.ant-modal-close-x {
  width: 10px;
  height: 10px;
}
.anticon {
  display: none;
}
.fa-window-close {
  color: red;
  cursor: pointer;
}
.fa-check-circle {
  color: #00c433;
  cursor: pointer;
}
:root {
  font-size: 14px;
}
body {
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0;
  overflow: auto;
  width: 100%;
  line-height: normal;
  word-spacing: normal;
  font-variant: inherit;
  font-family: 'Poppins', sans-serif;
  font-feature-settings: normal;
  background-color: #eef1f5;
}
#root {
  width: 100%;
  min-height: 100vh;
  /* or any other suitable value */
  overflow-y: auto;
}
.notification-container {
  top: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  width: 250px !important;
  z-index: 9999;
}
.notification {
  border-radius: 10px !important;
  box-shadow: none;
}
#outer-container {
  width: 100%;
  height: 100% !important;
}
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
a,
li,
form,
input,
button,
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
button {
  cursor: pointer;
}
@keyframes content-placeholder-animation {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(300%);
  }
}
@keyframes lines-placeholder-animation {
  0% {
    left: -100%;
  }
  100% {
    left: -200%;
  }
}
.Toastify__toast-container--top-center {
  z-index: 999999;
  top: 0;
  width: 100%;
  margin: 0;
  left: 0;
  right: 0;
}
.flex {
  display: flex;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-left {
  display: flex;
  flex: 1;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.align-center {
  display: flex;
  align-items: center;
}
.space-between {
  display: flex;
  justify-content: space-between;
}
.lg-hide {
  display: none;
}
.sm-hide {
  display: block;
}
.sm-block {
  display: none;
}
@media only screen and (max-width: 756px) {
  .sm-hide {
    display: none;
  }
  .sm-block {
    display: block;
  }
  .lg-hide {
    display: block;
  }
}
.react-calendar__navigation {
  margin-bottom: 0em !important;
}
button {
  border-radius: 6px;
  border: 1.5px solid #3583f1;
  height: 36px;
  min-width: 101px;
  margin-left: 10px;
  font-weight: 500 !important;
  transition: all 0.2s ease-in;
}
button[type="button"].primary {
  color: white;
  background-color: #3583f1;
}
button[type="button"].primary:hover {
  color: white;
  background-color: #3583f1;
}
button[type="reset"] {
  color: white;
}
button[type="button"] {
  color: #3583f1;
  background-color: transparent;
}
button[type="button"]:disabled {
  cursor: not-allowed;
}
button[type="button"].delete,
button[type="submit"].delete {
  background: red;
  color: white;
  border-color: red;
}
button.ant-switch {
  background: grey;
}
.ant-pagination {
  margin-top: 20px !important;
  display: flex;
  justify-content: center;
}
.ant-pagination-item-active {
  background: #3583f1;
  border: 1px solid #3583f1;
}
.ant-pagination-item-active a {
  color: white;
}
.ant-pagination-item {
  border: 1px solid #3583f1;
}
.ant-table-pagination.ant-pagination {
  float: none !important;
}
@media only screen and (max-width: 768px) {
  .ant-pagination li {
    min-width: 24px !important;
    width: 24px !important;
    height: 24px;
  }
  .ant-pagination li a {
    height: 24px !important;
    display: grid;
    place-items: center;
    font-size: 11px;
    line-height: 2.1;
  }
}
.ant-table .ant-table-thead tr th {
  background-color: rgba(148, 225, 255, 0.2);
}
.ant-table-tbody tr > td {
  border-bottom: 1.5px solid #e2ebf6;
}
.ant-table-tbody img.more {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.ant-table-tbody button.table-view {
  padding: 0px 6px !important;
  min-width: 60px !important;
  height: 25px;
  font-size: 12px;
  background: transparent;
  border: 1px solid #1893f2;
  border-radius: 4px;
  color: #1893f2;
  transition: all 0.3s ease-in;
  margin: 0 !important;
}
.ant-table-tbody button.table-view:hover {
  background: #1893f2;
  color: white;
}
.ant-table-tbody .enabled {
  width: 8px;
  height: 8px;
  background-color: #15ce2d;
  border-radius: 4px;
  margin-right: 5px;
}
.ant-table-tbody .disabled {
  width: 8px;
  height: 8px;
  background-color: #d61031;
  border-radius: 4px;
  margin-right: 5px;
}
.ant-table-tbody .yellow {
  width: 8px;
  height: 8px;
  background-color: #e9ec0f;
  border-radius: 4px;
  margin-right: 5px;
}
.ant-table-tbody .table-tag {
  display: grid;
  place-items: center;
}
.ant-table-tbody .table-tag > div {
  min-width: 60px;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 14px;
}
.ant-table-tbody .table-tag .success {
  background: #09cc64;
  color: White;
}
.ant-table-tbody .table-tag .rejected {
  background: #df271a;
  color: White;
}
.ant-table-tbody .table-tag .effectiveHour {
  background: #ee0b0bd2;
  color: White;
}
.ant-table-tbody .table-tag .warning {
  background: #ffd665;
  color: #333333;
}
.ant-table-tbody .table-tag .pending {
  background: #c4c00f;
  color: white;
}
.ant-table-tbody .table-tag .lightGreen {
  background: #e2ebf6;
  color: #03a829;
}
.ant-table-tbody .table-tag .closed {
  background: #056399;
  color: white;
}
.ant-table-tbody .table-tag .lightYellow {
  background: #ffd6655e;
  color: #333333;
}
.ant-table-tbody .table-tag .availed {
  background: #24d7ff;
  color: white;
}
.ant-table-tbody .table-tag .cancelled {
  background: #f5990fbd;
  color: #ffffff;
}
.ant-table-footer {
  background: #fff;
}
.ant-table .ant-table-thead > tr > th,
.ant-table .ant-table-tbody > tr > td {
  padding: 14px !important;
  overflow-wrap: break-word;
}
.table-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 15px;
}
.table-filter-header .left,
.table-filter-header .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-filter-header label {
  font-size: 13px;
  font-weight: 600;
  color: #26265d;
}
.table-filter-header__pageSize {
  display: flex;
  align-items: center;
}
.table-filter-header__pageSize .SingleSelect {
  margin: 0 8px;
  width: 80px;
}
.table-filter-header__pageSize .SingleSelect ._single-select__indicator-separator {
  display: none;
}
.table-filter-header__pageSize .SingleSelect ._single-select__clear-indicator {
  padding-right: 0;
  padding-left: 4px;
}
.table-filter-header__search {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.table-filter-header__search .input-wrapper {
  height: 38px;
  margin-left: 8px;
}
.table-filter-header__search .input-wrapper input {
  margin-top: 0px;
}
.table-filter-header .right button {
  padding: 10px 24px;
  background-color: #3583f1;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(
    .ant-table-row-selected
  ) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(
    .ant-table-row-selected
  ) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background-color: #fafafa;
}
@keyframes fadeInFromTop {
  0% {
    transform: rotate(0) translateX(0) translateY(-10%);
    opacity: 0;
  }
  100% {
    transform: rotate(0) translateX(0) translateY(0%);
    opacity: 1 !important;
  }
}
.filter {
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0;
  border-radius: 8px;
}
.filter > div {
  flex-basis: 30%;
}
.filter .dashedBorder {
  padding: 20px;
  border: 1px dashed #8692ac;
  background-color: white;
  flex-direction: row;
  display: flex;
}
.filter h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 20px;
}
.filter .input.input-wrapper label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.filter .input.input-wrapper input {
  border: 1px solid #c5cbde;
  margin-top: 6px !important;
}
.filter .InputTextArea.InputTextArea-wrapper label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.filter .InputTextArea.InputTextArea-wrapper textarea {
  border-radius: 8px !important;
  border: 1px solid #c5cbde;
  margin-top: 6px !important;
}
.filter .inputDate.inputDate-wrapper label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.filter .inputDate.inputDate-wrapper input {
  border: 1px solid #c5cbde;
  margin-top: 6px !important;
}
.filter .SingleSelect label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.filter .SingleSelect ._single-select {
  margin-top: 6px !important;
}
.filter .SingleSelect ._single-select__control {
  border: 1px solid #c5cbde !important;
}
.filter .SingleSelect ._single-select__placeholder {
  color: #c3c8d0;
}
.filter-btns {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 5px;
  height: 70px;
}
.filter-btns button {
  border-radius: 6px;
  border: 1.5px solid #3583f1;
  height: 36px;
  margin-left: 10px;
  width: 110px;
}
.filter-btns button[type="reset"] {
  color: #3583f1;
  background-color: transparent;
}
.filter-btns button[type="submit"] {
  color: white;
  background: #3583f1;
}
.filter-btns button[type="button"].default {
  color: #3583f1;
  background: transparent;
}
.filter-btns button[type="button"].danger {
  color: white;
  background: #ff5151;
  border: 1.5px solid #ff5151;
}
.cs-modal-header {
  padding: 18px 50px;
  background-color: #3583f1;
  color: #fff;
  font-size: 20px;
  border-radius: 12px 12px 0 0;
}
.cs-modal-body {
  padding: 20px 50px 30px;
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cs-modal-body > div {
  flex-basis: 48%;
  margin-bottom: 15px;
}
.cs-modal-body .input-wrapper .password-eye {
  position: absolute;
  top: 30px;
  right: 10px;
  cursor: pointer;
}
.cs-modal-body .input.input-wrapper label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.cs-modal-body .input.input-wrapper input {
  border: 1px solid #c5cbde;
  margin-top: 6px !important;
}
.cs-modal-body .SingleSelect label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.cs-modal-body .SingleSelect ._single-select {
  margin-top: 6px !important;
}
.cs-modal-body .SingleSelect ._single-select__control {
  border: 1px solid #c5cbde !important;
}
.cs-modal-body .SingleSelect ._single-select__placeholder {
  color: #c3c8d0;
}
.cs-modal-body label {
  display: block;
  color: #26265d;
  font-size: 12px;
  font-weight: 600;
  margin-left: 2px;
}
.cs-modal-body .ant-switch {
  margin-top: 5px;
  min-width: 60px;
  height: 25px;
}
.cs-modal-body .ant-switch::after {
  top: 2px;
}
.cs-modal-body .ant-switch-checked {
  background-color: green !important;
}
.cs-modal-body .trash {
  width: 60px;
  height: 60px;
}
.cs-modal-body.oneThird > div {
  flex-basis: 65%;
}
.cs-modal-footer {
  border-radius: 0 0 12px 12px;
  padding: 22px 50px;
  border-top: 1px solid #c5cbde;
}
.cs-modal-footer__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cs-modal .ant-modal-content {
  border-radius: 12px;
}
.cs-modal .ant-modal-close {
  display: none;
}
.cs-modal .ant-modal-body {
  padding: 0;
  border-radius: 12px;
}
.ant-popover-inner-content ul {
  list-style: none;
}
.ant-popover-inner {
  padding: 0;
}
.ant-popover-placement-top .ant-popover-inner {
  padding: 6px 15px !important;
}
.ant-notification-notice.ant-notification-notice-closable {
  border-radius: 7.5px !important;
  background-color: #09cc64 !important;
  color: white !important;
}
.ant-notification-notice-message {
  color: white !important;
}
.ant-notification-notice-message .ant-notification-notice-icon-success svg path {
  fill: white;
}

