#root {
  min-height: 100vh;
  display: flex;
  min-width: 0;
  width: 100%;
  height: 100%;
}

.loader {
  margin: auto;
  width: 50px;
  height: 50px;
}

button {
  text-transform: capitalize !important;
  box-shadow: none !important;
  border: none;
}

p {
  margin: 0px !important;
}

label {
  /* this css for input box float labels */
  font-size: 14px !important;
  font-weight: 500 !important;
  padding-left: 1px !important;
  margin-top: 0px !important;
}

label span:last-child {
  /* this css for checkbox and radio button labels */
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000000;
}

.input-label {
  /* this css for input box typography labels */
  font-size: 14px !important;
  line-height: 2.2 !important;
  font-weight: 500 !important;
  color: #000000 !important;
}

input {
  height: 1.2em !important;
  line-height: 1em !important;
  font-size: 14px !important;
  border-radius: 1px;
  padding-left: 10px !important;
}

fieldset {
  font-size: 16px !important;
}


/* add new on 27-07-2023 */
.speedometer text:nth-child(2) {
  display: none;
}


/* add new on 28-09-2023 */
.speedometer {
  width: 320px !important;
}

/* new added 19-07-2023 */
.rejected-button {
  color: red !important;
}

.pending-button {
  color: #F39711 !important;
}

.approve-button {
  color: #3BD2A2 !important;
}

.disabled-input div input {
  border: none;
  cursor: not-allowed;
}

.input-box div {
  font-size: 14px !important;
  height: 34px !important;
  line-height: 34px !important;
}

.login-button {
  display: flex !important;
  align-items: center !important;
}

.login-button:nth-child(1) button {
  padding: 5px 10px !important;
  border: none !important;
  background-color: #eee !important;
  height: 34px !important;
  width: 90px !important;
  font-size: 14px !important;
  color: #017890 !important;
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}

.login-button:nth-child(1) i {
  padding: 10px !important;
  background-color: #017890 !important;
  height: 34px !important;
  width: auto !important;
  font-size: 14px !important;
  color: white !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}


/* add new on 28-04-2023 */
.input-box .css-u7zwh2-MuiInputBase-input-MuiOutlinedInput-input {
  padding: 10px 10px 10px 10px !important;
  margin: 0px !important;
}

.input-box div input:disabled {
  -webkit-text-fill-color: #475259 !important;
}

.icon-button {
  height: 34px !important;
  padding: 0.5 !important;
}

/* add new on 09-09-2023 */
.list-itemname span {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding-left: -20px !important;
}

.hide-scroll {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.hide-scroll::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}



/* new add on 09-10-2023 */
.your-class {
  border-width: 2px !important;
  /* border-color: rgb(250, 255, 157) !important; */
  border-color: #10aecd !important;
  background-color: rgb(255, 255, 255) !important;
  color: #000000 !important;
  box-shadow: 2px 0px 1px 1px rgba(0, 0, 0, 0.1) !important;
}

.rac-hand-wrapper .rac-clock-hand,
.rac-hand-wrapper .rac-mid-point {
  background-color: #000000 !important;
}


#Quantity,
#Amount,
#Unit_Price,
#Opening_Balance,
#itemOpeningBalance,
#AvailableQty,
#po_quantity,
#received_quantity,
#Receipt_Qty,
#Received_Qty,
#GI_Quantity,
#request_quantity,
#return_quantity,
#issue_quantity,
#pending_quantity,
#transfer_quantity,
#Stock_After,
#Opening_Stock,
#Total_Value,
#available_stock,
#quantity_adjust,
#quantity_after_adjust,
input[name="request_quantity"],
input[name="issued_qty"],
input[name="stockaftr"],
input[name="issue_quantity"] {
  text-align: right !important;
}


/* sidebar icon images added new 19-08-2023 */
.sidebar-icons {
  width: 22px;
  height: 22px;
  color: #00aaff !important;
}

.sidebar-icons:hover {
  fill: #00aaff !important;
}

.Amount_Fields {
  text-align: right !important;
  padding-right: 10px !important;
}


/* added 17-07-2023 */
.mail-box div {
  font-size: 14px !important;
  height: 30px !important;
  line-height: 30px !important;
}

.mail-box div fieldset {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
}


/* add new on 24-08-2023 */
.CmtLayout-footer {
  position: sticky;
  bottom: 0;
  z-index: 100;
}


.input-select div {
  font-size: 14px !important;
  height: 19px !important;
  line-height: 20px !important;
  padding: 7px !important;
  padding-left: 9px !important;
}

.input-select div:disabled {
  -webkit-text-fill-color: #000000 !important;
}


.input-pagination-select div {
  font-size: 14px !important;
  height: 20px !important;
  line-height: 20px !important;
  padding: 7px !important;
  padding-left: 14px !important;
}

.multiline-box div {
  font-size: 14px !important;
  padding: 10px 12px !important;
}

.search-select div {
  font-size: 14px !important;
  height: 34px !important;
  line-height: 20px !important;
  padding: 0px !important;
}

.search-select div div {
  background-color: transparent !important;
  margin: 0px !important;
}

.search-select div div input:disabled {
  -webkit-text-fill-color: #000000 !important;
}

.search-select input {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.multiline-box div textarea:disabled {
  -webkit-text-fill-color: #000000 !important;
}

/* edit page input style */
.edit-inputs div {
  font-weight: 600 !important;
  color: #000000 !important;
}

/* add new style for search box cache text on 28-04-2023 */
.css-px8ydd-MuiInputBase-input-MuiOutlinedInput-input {
  padding: 8px 10px 10px 5px !important;
}

/* this css is used for react-select tag country state selection */
.react-select-box div div div {
  font-size: 14px !important;
}

.react-select-box div div div input {
  font-size: 14px !important;
  padding-left: 0px !important;
}

.multiselect-tag div div div fieldset {
  height: 80px !important;
  overflow-y: scroll !important;
}

.MuiAutocomplete-inputRoot {
  overflow-y: auto;
}


.otpInput input {
  width: 32px;
  height: 50px;
  padding: 15px;
  border-radius: 5px !important;
  border-color: #b2b1b1 !important;
  margin-left: 15px;
  color: #000000 !important;
}

.ck-editor .ck-editor__main .ck-editor__editable_inline {
  min-height: 150px;
  /* Set your desired height */
  max-height: 300px;
  /* Optional max height */
  overflow-y: auto;
  /* Add scroll if content overflows */
}

.date-picker div div {
  font-size: 14px !important;
  height: 42px !important;
  line-height: 42px !important;
  margin-right: 10px;
}

.date-picker div div label {
  line-height: 12px;
}

.save-button {
  color: #ffffff !important;
  background-color: #017890 !important;
  border: 1px solid #017890 !important;
  text-transform: capitalize !important;
  padding: 6.5px 23px !important;
  height: 34px !important;
}

.save-button:hover {
  color: #ffffff !important;
  background-color: #00aaff !important;
  border: 1px solid #00aaff !important;
}

.create-button {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  padding: 6.5px 20px !important;
  color: #f5f7fa !important;
  height: 34px !important;
  width: "auto" !important;
}

.plus-button {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  padding: 6.5px 20px !important;
  height: 34px !important;
  width: 99px !important;
}

.plus-button:hover,
.cancel-button:hover,
.create-button:hover {
  color: #ffffff !important;
  background-color: #017890 !important;
  border-top-right-radius: 4px !important;
  text-transform: capitalize !important;
  border-bottom-right-radius: 4px !important;
  border-color: red !important;
  /* animation: borderAnimation 2s ease forwards infinite; */
  animation: borderRotate var(--d) linear infinite forwards;
}

@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}

@keyframes borderAnimation {
  0% {
    border-color: transparent;
    /* Border is invisible at the start */
    border-width: 2px;
    /* Initial width */
  }

  25% {
    border-color: #f5f7fa;
    /* Border color changes to blue */
    border-width: 2px;
    /* Border gets thicker */
  }

  50% {
    border-color: transparent;
    /* Border color changes to blue */
    border-width: 2px;
    /* Border gets thicker */
  }

  75% {
    border-color: #f5f7fa;
    /* Border color changes to blue */
    border-width: 2px;
    /* Border gets thicker */
  }

  100% {
    border-color: transparent;
    /* Border color remains blue */
    border-width: 2px;
    /* Border returns to original width */
  }
}

@keyframes animates {
  0% {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: black;
  }

  50% {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: black;
    border-left-color: black;
  }

  100% {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: black;
    border-left-color: black;
  }
}


.cancel-button {
  color: #017890 !important;
  background-color: #f5f7fa !important;
  border: 1px solid #f5f7fa !important;
  text-transform: capitalize !important;
  padding: 6.5px 16px !important;
  height: 34px !important;
}


.buttons {
  display: flex !important;
  align-items: center !important;
}

.data-count {
  font-size: "14px" !important;
  color: "#fff" !important;
  background-color: "#017890" !important;
  border-radius: "10px" !important;
  padding: "1px 4px" !important;
}


.modify-card {
  border: none !important;
  border-bottom: 2px solid #ecf0f1 !important;
  box-shadow: "0px 0px 5px 1px #ECF0F1" !important;
}

.mini-card {
  cursor: pointer;
  border: none !important;
  padding: 10px !important;
  box-shadow: 0px 0px 5px 0px #ebf3f4 !important;
}

.mini-card:hover {
  transform: scale(1.02);
}

.table tbody tr:nth-child(even) {
  background-color: #f5f7fa;
}

.table-head {
  background-color: #017890 !important;
  color: #f5f7fa !important;
  font-weight: 500;
  position: sticky !important;
  top: 0px;
  z-index: 10;
  opacity: 1 !important;
  font-size: 14px !important;
}

.res-table-head {
  background-color: #f5f7fa !important;
  color: #017890 !important;
  font-weight: 600;
}

.table .res-table-head tr th {
  max-width: 200px;
  min-width: 100px;
  width: auto;
}

.table .res-table-head tr th:first-child {
  min-width: 180px !important;
}

.table .table-head tr th {
  max-width: 180px;
  min-width: 150px;
  width: auto;
  height: 25px !important;
  padding: 7px 10px;
  color: #f5f7fa !important;
}

.table tbody tr td {
  padding: 5px 10px;
  font-size: 14px !important;
}

.table .table-head tr th:first-child {
  min-width: 110px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.table .table-head tr th:last-child {
  min-width: 80px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* changes on 26-11-2023 */
.modify-first-child-table-width {
  min-width: 70px !important;
  max-width: 80px !important;
  text-align: center !important;
}

/* changes on 26-11-2023 */
.modify-first-child-table-width label {
  margin: 0 !important;
}

.required {
  color: red;
}

.filter {
  position: relative;
  display: flex;
  flex-direction: row;
}

.filter .filter-box {
  position: absolute;
  top: -10px;
  left: 45px;
  z-index: 1000;
}

.edit-icon {
  cursor: pointer !important;
  color: #017890 !important;
  margin-right: 5 !important;
}

.edit-icon:hover {
  color: #017890;
  opacity: 0.7 !important;
}

.delete-icon {
  cursor: pointer !important;
  color: red !important;
}

.delete-icon:hover {
  color: red !important;
  opacity: 0.7 !important;
}

.check-status {
  transform: rotate(-45deg);
}


/* Writted by Vijay added on 11-12-2023 */
.ScrollUp-Btn {
  position: fixed;
  bottom: 200px !important;
  border-radius: 50% !important;
  background-color: white !important;
  box-shadow: 2px 2px 3px black !important;
  color: rgb(8, 104, 38) !important;
  z-index: 99999999 !important;
}

.fullWidth {
  width: 100% !important;
}

.Mui-selected {
  background-color: transparent !important;
}


.history-header {
  background-color: #f5f7fa !important;
  position: sticky !important;
  top: 0px;
  z-index: 10;
  opacity: 1 !important;
}


/* newly added on 03-09-2023 */
.ItemCategoryTreeText div div:last-child {
  font-size: 14px !important;
}

.loader-path {
  fill: none;
  stroke-width: 3px;
  animation: animate-stroke 1.5s ease-in-out infinite;
  stroke-linecap: round;
}


@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}


.ReactHTMLTableToExcel {
  position: absolute;
  color: #3FD3A4;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  display: inline-block;
  height: 100% !important;
  width: 100% !important;
}

.ButtonHover:hover .ReactHTMLTableToExcel {
  color: white;
}

.GrayExcelText .ReactHTMLTableToExcel {
  color: rgb(182, 178, 178);
}

.PDF-Excel-Button {
  position: relative;
  transition: all 0.2s linear;
  animation: button-animate 1.5s ease-in-out;
  animation-duration: 250ms;
  animation-iteration-count: 2;
}

@keyframes button-animate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


@keyframes animate-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke: #017890;
    /* change the color #7352C7 */
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
    stroke: #017890;
    /* change the color #7352C7 */
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
    stroke: #017890;
    /* change the color #7352C7 */
  }
}


/* For Scroll button Animation */

.topToBottomAnimation {
  position: relative;
  animation: slideInTopToBottom 0.8s linear forwards;
}

@keyframes slideInTopToBottom {
  0% {
    transform: translateY(-200%);
    opacity: 0.3;
  }

  50% {
    transform: translateY(-100%);
    opacity: 0.5;
  }

  75% {
    transform: translateY(-50%);
    opacity: 0.8;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

/* for mobile devices */
@media only screen and (max-width: 600px) {
  .login-logo-image {
    width: 150px !important;
    height: 40px !important;
  }

  .filter-icon {
    margin-right: 10px !important;
  }

  .Amount_Fields {
    text-align: left !important;
  }

  /* for ckeditor action url */
  .ck.ck-link-actions .ck-link-actions__preview {
    display: none !important;
  }


  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #no-more-tables tr {
    border: 1px solid #ccc;
  }

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 55%;
    white-space: normal;
    text-align: left;
  }

  #no-more-tables td:before {
    /* Now like a table header */
    content: attr(data-title);
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 40%;
    padding-right: 20px;
    white-space: nowrap;
    text-align: left;
    font-weight: 500;
    color: #000000;
  }

  /* --------------------------------------------------------------------------- */

  /*  for mobile views-table */

  .footerBgcolor {
    background-color: rgb(231, 226, 226) !important;
  }

  .alignRight {
    text-align: right !important;
  }

  .alignCenter {
    text-align: center !important;
  }

  #no-more-tables tr .dataTitleWidth {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 45%;
    white-space: normal;
    text-align: left;
  }

  #no-more-tables tr .firstTree:before {
    font-weight: bold;
    color: #017890;
  }

  #no-more-tables tr .secondTree:before {
    font-weight: bold;
    font-size: 13px !important;
    color: #3FD3A4;
  }

  #no-more-tables tr .thirdTree:before {
    font-size: 12.1px !important;
    color: #000000;
  }


  /* -------------------------------------------------------------------------- */

  .menubar-logo {
    display: none !important;
  }

  .toggle-sidebar {
    padding: 6px 0px 10px 18px !important;
  }

  .navbar-icons {
    font-size: 19px !important;
  }

  .navbar-icons1 {
    font-size: 22px !important;
  }

  /* MUI THEMES */






  /* Table */
  .MuiTable-root,
  .MuiTableBody-root,
  .MuiTableContainer-root,
  .MuiTableFooter-root,
  .MuiTableHead-root,
  .MuiTableRow-root {
    font-size: 12.5px !important;
  }

  /* TableCell */
  .MuiTableCell-root,
  .MuiTableFooter-root .MuiTableCell-root,
  .MuiTableHead-root .MuiTableCell-root {
    font-size: 12.5px !important;
  }

  /* ButtonGroup */
  .MuiButtonGroup-root {
    font-size: 12.5px !important;
  }

  /* Button */
  .MuiButton-root {
    font-size: 12.5px !important;
  }

  /* Tab */
  .MuiTab-root {
    font-size: 12.5px !important;
  }

  /* Radio */
  .MuiRadio-root,
  .MuiRadioGroup-root,
  .MuiIconButton-root.MuiRadio-root {
    font-size: 12.5px !important;
  }

  /* Stepper */
  .MuiStepper-root {
    padding: 10px !important;
  }

  .MuiStepLabel-label {
    font-size: 10px !important;
  }

  #openFilter .input-label {
    margin-left: 0px !important;
  }

  /* -------------------- */
  .rowPerPage {
    padding-left: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .input-pagination {
    margin-left: -25px !important;
  }

  .buttons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }


  .icon-button {
    width: 60px !important;
  }

  /* new added by ponkumar on 19-07-2024 */
  .input-label {
    padding-left: 5px !important;
  }


}


/* for tablet */
@media only screen and (min-width: 578px) {

  /* Stepper */
  .MuiStepper-root {
    padding: 10px !important;
  }

  .MuiStepLabel-label {
    font-size: 12px !important;
  }

  .fullWidth {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
  }

}


/* For Large Devices */
@media only screen and (min-width: 992px) {
  .fullWidth {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
  }

}