.custom-color {
  color: #0080c1;
}
.customIconColor {
  color: rgba(202, 204, 207, 1);
}
.customGray {
  background-color: rgba(97, 98, 100, 1);
}
.customOrange {
  background-color: rgba(255, 125, 26, 1);
}
.customGrayText {
  color: rgba(164, 164, 164, 1);
}
.uploadGray {
  background-color: rgba(97, 98, 100, 1);
  color: white;
}

.bg-blue-500 {
  background-color: #0080c1 !important;
}
td {
  color: rgba(82, 87, 92, 1);
  padding-top: 10px;
  padding-bottom: 10px;
}
.logoutOrange {
  background-color: rgba(252, 120, 39, 1) !important;
  color: white !important;
}
#consignmentSubmenu {
  display: none;
  list-style-type: none;
  padding: 0;
}
.hidden {
  display: none;
}

/* user management */
.custom-chevron-right::after {
  content: "\203A";
  font-size: 35px;
  color: black;
}
.custom-chevron-down::after {
  content: "\203A";
  display: inline-block;
  transform: rotate(90deg);
  color: white;
}
.custom-chevron-right-sub::after {
  content: "\203A";
  font-size: 35px;
  color: black;
}
.custom-chevron-down-sub::after {
  content: "\203A";
  display: inline-block;
  transform: rotate(90deg);
}
.addUserColor {
  color: rgba(0, 128, 193, 1);
}
input:disabled {
  background-color: rgba(239, 239, 239, 1) !important;
}
.activateGreen {
  background-color: rgba(114, 191, 68, 1);
}
.deactivateRed {
  background-color: rgba(228, 53, 31, 1);
}
.switch {
  position: relative;
  display: inline-block;
  height: 16px;
  margin-top: 5px;
  width: 32px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(228, 53, 31, 1);
  transition: 0.4s;
  border-radius: 32px;
}
.switch input {
  display: none;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50px;
}

.switch input:checked + .slider {
  background-color: rgba(114, 191, 68, 1);
}
.switch input:checked + .slider:before {
  transform: translate(15px);
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 8px;
  z-index: 1000;
}
.rolePopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: 1000;
}
.popupColor {
  background-color: #0080c1;
}
.popupBlueText {
  color: #0080c1;
}
.popupBlueBorder {
  border: 1px solid #0080c1;
}
.starlabel label:after {
  content: " *";
  color: red;
}
tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.placeholder-sm::placeholder {
  font-size: 0.8rem;
}
.placeholder-md::placeholder {
  font-size: 0.9rem;
}
td,
th {
  padding-left: 20px;
}
.changePassword {
  background-color: #616264;
}
.resetSubmitOrange {
  background-color: #ff7d1a;
}
.compTitle {
  color: #0080c1;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
}

.accordion-item {
  border: 1px solid white;
  margin-bottom: 10px;
  border: none;
  border-radius: 10px;
  padding: 5px 0px;
  box-shadow: 0px 0px 20px 10px #0000000d;
}
.accordion-title {
  color: #0080c1;
  font-weight: 700;
  font-size: 24px;
}

.accordion-header {
  background-color: white;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-content {
  display: none;
  padding: 10px;
  background-color: white;
}

.accordion-item.active .accordion-content {
  display: block;
}

.fa-angle-right {
  float: right;
}

.fa-angle-down {
  float: right;
}

.inputBox {
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  width: auto;
  height: 48px;
  outline: none;
  padding: 0px 10px;
  background-color: white;
}

.inputBox:disabled {
  background-color: #efefef;
}

.custom-select {
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  width: auto;
  height: 48px;
  outline: none;
  padding: 0px 10px;
  background-color: white;
  cursor: pointer;
  color: #9e9e9e;
}
option:not(:first-of-type) {
  color: black;
}

.submitBtn {
  border: none;
  background-color: #616264;
  border-radius: 4px;
  height: 44px;
  color: white;
  padding: 6px 20px;
  font-size: 20px;
  width: 150px;
}
/* effect table */

.consign-table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0px 0px 20px 8px #0000000d;
  border-radius: 10px !important;
}

.consign-table th {
  text-align: left;
  padding: 15px 10px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 600;
}
.consign-table td {
  border: none;
  text-align: left;
  padding: 15px 10px;
  color: #52575c;
  font-size: 14px;
}

.detailsHead th {
  text-align: left;
  padding: 15px 10px;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #dcdcdc;
}

tr:nth-child(even) {
  background-color: #f9f9fa;
}
tr:nth-child(odd) {
  background-color: #ffffff;
}

.addingpackage {
  border: none;
  outline: none;
  background-color: #616264;
  border-radius: 4px;
  color: white;
  padding: 10px 22px;
  font-size: 20px;
  font-weight: 700;
}

.cancelBtn {
  border: none;
  outline: none;
  background-color: #616264;
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 700;
}

.dispatchBtn {
  border: none;
  outline: none;
  background-color: #ff7d1a;
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  border-radius: 10px !important;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 450px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #0080c1;
  padding: 20px;
}

.modal-success-content {
  border-radius: 10px !important;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 450px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #0080c1;
  padding: 20px;
  border-bottom: 10px solid #ff7d1a;
}
.yesBtn {
  border: none;
  outline: none;
  background-color: #0080c1;
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  width: 140px;
  height: 52px;
}

.noBtn {
  border: 1px solid #0080c1;
  outline: none;
  background-color: white;
  border-radius: 4px;
  color: #0080c1;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  width: 140px;
  height: 52px;
  text-align: center;
}

.printBtn {
  border: none;
  outline: none;
  background-color: #616264;
  border-radius: 4px;
  color: white;
  padding: 8px 24px;
  font-size: 22px;
  font-weight: 700;
  height: 48px;
}

.dispatchDetailsWrap {
  background-color: white;
  box-shadow: 8px 0px 20px 10px #0000000d;
  border-radius: 10px;
}
.dispatchDetailsTitle {
  font-size: 30px;
  color: #0080c1;
  font-weight: 600;
}
.dispatchLine {
  border-left: 2px solid black;
}

.recentBtn {
  border: none;
  outline: none;
  background-color: #ff7d1a;
  border-radius: 4px;
  color: white;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 700;
}

.receiveBtn {
  border: none;
  outline: none;
  background-color: #ff7d1a;
  border-radius: 4px;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  height: 44px;
  width: 100%;
  max-width: 220px;
  /* Centering styles */
  display: block;
  margin: 40px auto 0; /* Adjust '20px' to move it down by your desired pixels */
}

.editBtn {
  background-color: #616264;
  border: none;
  outline: none;
  border-radius: 4px;
  color: white;
  font-size: 20px;
  font-weight: 400;
  padding: 14px 24px;
  text-align: center;
  width: 150px;
}

.viewBtn {
  background-color: #616264;
  border: none;
  outline: none;
  border-radius: 38px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 10px;
  text-align: left;
}

.shippingTitle {
  color: #1c1c1c;
  font-size: 22px;
  font-weight: 600;
}

.shipSubLabel {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
}

.shipSubCont {
  color: #333333;
  font-size: 17px;
  font-weight: 700;
}

.datepickerWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 45px;
  border: 3px solid #b5bdc5;
  border-radius: 4px;
  padding-left: 10px;
}

.datepickerInput {
  width: 100%;
  max-width: 220px;
  height: 40px;
  border: none;
}

.datepickerInput:focus {
  outline: none;
}

.datepickerInput::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.calendar-Icon {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #dce0e4;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 9.55px 9px;
}

.goBtn {
  background-color: #616264;
  border: none;
  outline: none;
  border-radius: 4px;
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  width: 150px;
  height: 44px;
}

.pagination-button {
  padding: 5px 15px;
  margin: 0 10px;
  background-color: white;
  color: #1c1c1c;
  border: 1px solid #cacccf;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px #d8d8d885;
}

.pageNumber {
  padding: 6px 14px;
  margin: 0 2px;
  background-color: #fff;
  color: #1c1c1c;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.pageNumber.active {
  background-color: #ff7d1a;
  color: #fff;
}

#receive-pagination {
  text-align: center;
  margin-top: 20px;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.uploadTitle {
  color: #0080c1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.btnDownload {
  color: #ff7d1a;
  text-decoration: underline;
  font-weight: 700;
  outline: none;
  border: none;
}
.successLabel {
  color: #72bf44;
}

.upload-container {
  border: 1px dashed #b5bdc5;
  padding: 8px 5px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.file-input {
  display: none;
}
.browse-btn {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 16px;
  text-align: end;
}

.choose-btn {
  cursor: pointer;
  background-color: #616264;
  color: white;
  padding: 5px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
}

#fileName {
  display: inline-block;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}
.goButton {
  background-color: #616264;
  width: 180px;
  font-size: large;
}
.tableTextColor {
  color: #52575c;
}
.calendarBg {
  background-color: #dce0e4;
}
.searchBoxBg {
  background-color: #f3f3f3;
}
.scrollBarWidth::-webkit-scrollbar {
  width: 7px;
}
.scrollBarWidth::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 25px;
}
.scrollBarWidth::-webkit-scrollbar-thumb {
  background-color: #0080c1;
  border-radius: 25px;
}
.searchIconColor {
  color: #c4c4c4;
}
.searchIconColor {
  color: #c4c4c4;
}
.noInventoryText {
  color: #ff7d1a;
  font-size: 35px;
  font-weight: 700;
}

/* multi select dropdown */
.selected-value {
  background-color: #ececec;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  border-radius: 5px;
}
.dropdown-value {
  height: 45px;
  display: flex;
  /* align-items: center; */
}
.dropdown-value input {
  margin-right: 5px;
  cursor: pointer;
}

.dropdown-value label {
  border-bottom: 1px solid #ececec;
  width: 90%;
  display: flex;
  align-items: center;
}
.delete-icon {
  margin-left: 10px;
}

/* recall destroy start */

.approveBtn {
  border: 1px solid #72bf44;
  outline: none;
  background-color: #72bf44;
  border-radius: 38px;
  color: white;
  height: 28px;
  width: 100px;
  text-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.rejectBtn {
  border: 1px solid #e30000;
  outline: none;
  background-color: #e30000;
  border-radius: 38px;
  color: white;
  height: 30px;
  width: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

/* recall destroy end */

#usermngt_submenu {
  display: none;
}
#sub_products {
  display: none;
}
/* login page */

.loginPageBlue {
  background-color: #0080c1;
  background-image: url('/images/assets/backPlusIcon.svg');
  background-size: 55% auto;
}
.loginWhiteBg {
  background-color: white;
}
.loginTextGray {
  color: #8c8c8c;
}
/* audit trail */
.actionRed {
  color: #e4351f;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 190%;
  margin-left: -60px;
  transition: opacity 0.3s;
  color: #0080c1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: white;
  bottom: -12px;
  left: 42%;
  transform: rotate(45deg);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.08);
}

.sublist li {
  color: #1c1c1c;
  font-weight: 500;
  cursor: pointer;
}

.inputBox::placeholder:after {
  content: "*";
  color: red;
}

/* Select Box */
.select-box {
  width: 100%;
  position: relative;
}
.select-option {
  position: relative;
  display: flex;
  align-items: center;
}

.select-option input {
  width: 100%;
  height: 44px;
  background-color: #fff;
  color: #afafaf;
  border-radius: 7px;
  cursor: pointer;
  font-size: 16px;
  padding: 0px 20px;
  border: 1px solid #b5bdc5;
  outline: 0 !important;
  flex-grow: 1;
}

.select-option i {
  position: absolute;
  right: 15px;
  margin-left: auto;
  cursor: pointer;
}

.select-content {
  background-color: #fff;
  position: absolute;
  color: #000;
  border-radius: 7px;
  margin-top: 15px;
  width: 100%;
  z-index: 999;
  padding: 15px;
  border: 1px solid #e7e7e7;
  display: none;
}

.search input {
  width: 100%;
  font-size: 16px;
  padding: 6px;
  outline: none;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  background-color: #f3f3f3;
  color: #cacccf;
}

.options {
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
}

.options li {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  cursor: pointer;
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 500;
}

.options li:hover {
  background-color: #f2f2f2;
}

.select-box.active .select-content {
  display: block;
}

.underLine {
  border-bottom: 2px solid #0080c1;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.fa-regular.fa-circle-check {
  font-size: 80px;
}

body {
  font-family: "Lato", sans-serif !important;
  overflow-x: hidden;
}
.custom-color {
  color: #0080c1;
}

.customIconColor {
  color: rgba(202, 204, 207, 1);
}
.customGray {
  background-color: rgba(97, 98, 100, 1);
}
.customOrange {
  background-color: rgba(255, 125, 26, 1);
}
.customGrayText {
  color: rgba(164, 164, 164, 1);
}
.uploadGray {
  background-color: rgba(97, 98, 100, 1);
  color: white;
}
td {
  color: rgba(82, 87, 92, 1);
  padding-top: 10px;
  padding-bottom: 10px;
}
.logoutOrange {
  background-color: rgba(252, 120, 39, 1) !important;
  color: white !important;
}
.custom-chevron-right::after {
  content: "\203A";
  font-size: 35px;
  color: black;
}
.custom-chevron-down::after {
  content: "\203A";
  display: inline-block;
  transform: rotate(90deg);
  color: white;
}
.custom-chevron-right-sub::after {
  content: "\203A";
  font-size: 35px;
  color: black;
}
.custom-chevron-down-sub::after {
  content: "\203A";
  display: inline-block;
  transform: rotate(90deg);
}
.addUserColor {
  color: rgba(0, 128, 193, 1);
}
input:disabled {
  background-color: rgba(239, 239, 239, 1) !important;
}
.activateGreen {
  background-color: rgba(114, 191, 68, 1);
}
.deactivateRed {
  background-color: rgba(228, 53, 31, 1);
}
.switch {
  position: relative;
  display: inline-block;
  height: 16px;
  margin-top: 5px;
  width: 32px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(228, 53, 31, 1);
  transition: 0.4s;
  border-radius: 32px;
}
.switch input {
  display: none;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50px;
}

.switch input:checked + .slider {
  background-color: rgba(114, 191, 68, 1);
}
.switch input:checked + .slider:before {
  transform: translate(15px);
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 8px;
  z-index: 1000;
}
.rolePopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: 1000;
}
.popupColor {
  background-color: #0080c1;
}
.popupBlueText {
  color: #0080c1;
}
.popupBlueBorder {
  border: 1px solid #0080c1;
}
.starlabel label:after {
  content: " *";
  color: red;
}
tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.placeholder-sm::placeholder {
  font-size: 0.8rem;
}
td,
th {
  padding-left: 20px;
}
.changePassword {
  background-color: #616264;
}
.resetSubmitOrange {
  background-color: #ff7d1a;
}

.basic_info {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.loto_family_font {
  font-family: Lato;
}
.gaping {
  gap: 18px;
  display: grid;
}
.main_gap {
  gap: 20px;
  display: grid;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 10px #0000000d;
}

.cancel_addentity {
  width: 129px;
  height: 55px;
  padding: 14px 24px 14px 24px;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #616264;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}

.save_addentity {
  width: 100px;
  height: 55px;
  padding: 14px 24px 14px 24px;
  border-radius: 4px;
  background: #ff7d1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}
.cs_gaping {
  gap: 10px;
  display: grid;
  margin: 20px;
  padding: 20px;
}

.horizontalline {
  border: 1px solid #ededed;
}
.addingpackage {
  width: 327px;
  height: 48px;
  top: 553px;
  left: 1511px;
  padding: 8px 14px 8px 14px;
  gap: 10px;
  border-radius: 4px;
  background: #616264;
  border: 1px solid #616264;
  color: #ffffff;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
 
/* product & Entity start */

.addproductgap {
  gap: 10px;
  display: grid;
}

/* product & Entity end */

.fontforprod {
  font-size: 14px !important;
}

/* tooltip */
.switch-container {
  position: relative;
  display: inline-block;
}

.tooltip {
  visibility: hidden;
  background: #ffffff;
  color: #0080c1; /* Text color */
  font-family: Outfit; /* Font family */
  font-size: 12px; /* Font size */
  font-weight: 400; /* Font weight */
  line-height: 20px; /* Line height */
  text-align: center; /* Text alignment */
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -30px; /* Adjust the position to be above the toggle */
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  box-shadow: 0px 4px 20px 0px #0000001a; /* Box shadow */
}

.switch-container:hover .tooltip {
  visibility: visible;
}

/* product entity start */

.table_productentity {
  border-radius: 4px 0px 0px 0px;
  border: 1px solid #dbe1e7;
  box-shadow: 0px 2px 4px 0px #d8dce685;
}

/* product entity end */

/* audit log start*/

.audit-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text */
.audit-tooltip .audit-tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #0080c1;
  color: white;
  border-radius: 8px;
  text-align: left;
  border: none;
  border-radius: 10px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 150%;
  transform: translateX(-50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.audit-tooltip:hover .audit-tooltiptext {
  visibility: visible;
}

/* audit log end*/


/* login error message */

.login-error-message {
  color: #e4351f;
}

.common-error-msg ul,
.server-error ul {
    padding-left: 1px;
}

.common-error-msg ul>li,
.server-error ul>li {
    list-style-type: none;
    padding: 0;
    text-align: left;
    color: #e4351f;
}

/* Login form captcha error */

.loginWhiteBg .captcha-field ul {
  display: none;
}

.loginWhiteBg .captcha-field .common-error-msg ul {
  display: block;
}

/* Header */
.head-nav {
  position: fixed;
  top: 0;
  width: 100%;
}

/* SideNav */

.side-nav {
  margin-top: 5rem;
  position: fixed; /* Fixed position */
  z-index: 1; /* Stay on top of other elements */
  left: 0;
  overflow-y: auto;
  max-height: calc(100vh - 5rem);
}

.content-container {
  margin-left: 20%;
  margin-top: 5%;
}

/* .... */

.sidenavbar {
  list-style-type: none;
  padding: 0;
}

.panel-heading {
  padding: 10px 15px;
}

.panel-body {
  padding: 0 15px;
}

.hide-collapse {
  display: none !important;
}

.panel-heading button span {
  font-weight: bold;
  margin-left: 5px; /* Adjust the spacing as needed */
}

.consign-table td[colspan="12"].no-data-to-show {
  /* Your styles for the no-data class */
  text-align: center;
  color: rgb(255, 125, 26);
  font-size: 20px;
  font-weight: 700;
}


/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*successful operation*/

.success {
  color: green;
  font-size: 14px;
  font-weight: bold;
}


/* when no data found in table */
.table td[colspan="12"].no-data-to-show {
  text-align: center;
  color: rgb(255, 125, 26);
  font-size: 20px;
  font-weight: 700;
}

.delete-item {
  background-image: url(../images/delete.png);
  width: 32px;
  height: 32px;
  display: block !important;
  background-size: 32px 32px;
}

.fa-solid.fa-arrow-left.cursor-pointer,
.fa-solid.fa-arrow-left.cursor-pointer.mr-3 {
    display: none !important;
}

/* Submit button */
#submitbutton {
  cursor: pointer;
}
