/* Loading Settings */
#loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 67, 67, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loading-container img {
  width: 40%;
  clip-path: circle(42%);
}

/* Tooltip settings */
.tooltip .tooltip-inner {
  max-width: 340px !important;
  width: auto !important;
  font-size: 10px !important;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

.tooltip-arrow:before {
  display: none;
}

.base-left-side-panel {
  width: 13%;
}

.base-left-side-panel-content {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  height: 100vh;
}

.base-left-side-panel-logo-row {
  border-radius: 20px 20px 0 0; /* Rounded button corners */
  background-color: #FFFFFF;
  min-height: 12%;
  padding-top: 8px;
}

.logo-container {
  cursor: pointer;
  text-align: center;
}

.logo-text {
  text-align: center;
  color: #979898;
  font-size: 10px;
  font-weight: 400;
  padding-top: 4px;
}

#hoverLogo {
  opacity: 0;
  display: none;
}

.base-left-side-panel-branch-choice-row {
  background-color: #FFFFFF;
  min-height: 10%;
}

.base-left-side-panel-menu-row {
  background-color: #FFFFFF;
  height: 68%;
}

.base-left-side-panel-menu-col {
  max-height: 100%; /* Fix it to the height of the row it is in */
  display: flex;
  flex-direction: column;
  align-items: center; /* Align contents vertically */
  justify-content: center;
}

.base-left-side-panel-menu-header {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #5D5D5D;
}

.base-left-side-panel-logout-row {
  border-radius: 0 0 20px 20px; /* Rounded button corners */
  background-color: #FFFFFF;
  min-height: 10%;
}

.base-logout-button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #F1552C; /* Button text color */
  background-color: #FCDDD5; /* Button background color */
  border: none; /* Remove button's border */
  border-radius: 20px; /* Rounded button corners */
  height: 32px;
  padding-left: 4px;
  padding-right: 8px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.base-logout-button:hover,
.base-logout-button:focus {
  color: #FFFFFF;
  background-color: #F1552C;
}

h3, h4 {
  font-family: "Poppins", sans-serif;
}

div.h3,
div.h4 {
  font-family: "Poppins", sans-serif;
}

select.base-form-select {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #434343; /* Select text color */
  background-color: #F2F2F2; /* Select background color */
  border: none;
  border-radius: 20px;
  height: 32px;
  padding-top: 3px; /* To align text vertically*/
}

select.base-form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #F1552C;
}

.base-menu-btn {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #5D5D5D; /* Button text color */
  background-color: #F2F4F5; /* Button background color */
  border-radius: 20px; /* Rounded button corners */
  height: 30px;
  display: flex;
  align-items: center; /* Align contents vertically */
  padding-left: 0px;
}

/* Ready to be activated with a keyboard */
.base-menu-btn:focus {
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #F1552C;
}

/* Ready to be activated with a mouse (for all button hover attribute) */
.base-menu-btn:hover {
  border-color: #EF4214;
  background-color: rgba(239, 66, 20, 0.1);
}

.base-menu-btn:disabled {
  border: 0 !important;
  opacity: 0.2;
}

.menu-icon {
  font-size: 16px;
  margin-right: 8px;
}

.base-menu-command-update-btn {
  width: 90%;
  align-self: flex-end;
}

/* To add icons to button or select elements */
.input-group-append-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-border-text {
  text-align: left;
  color: #5D5D5D;
  font-size: 10px;
  font-weight: 400;
  padding-left: 12px;
}

.base-right-side-panel {
  width: 87%;
}

.base-right-side-panel-content {
  height: 100vh;
  padding-top: 10px;
  padding-bottom: 4px;
  padding-left: 24px;
  padding-right: 24px;
}

.base-title-row {
  display: flex;
  border-radius: 24px; /* Rounded button corners */
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
}

.base-title-row-content {
  align-self: center;
  display: flex;
  justify-content: space-between;
}

.base-title-title {
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  margin-left: 24px;
  margin-bottom: -2px;
  color: #5D5D5D;
}
