/* -------- COMMON HTML TAG FIXES START ---------- */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
/* --------  COMMON HTML TAG FIXES END  ---------- */

/* -------- COMMON STRUCTURAL FIXES START -------- */
.display-grid {
  display: grid;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-start {
  justify-content: start;
}
.justify-content-end {
  justify-content: end;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-around {
  justify-content: space-around;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: start;
}

.text-align-center {
  text-align: center;
}
.cursor-pointer {
  cursor: pointer !important;
}

.border-none {
  border: unset !important;
}

/* --------  COMMON STRUCTURAL FIXES END  -------- */

/* -------- COMMON TOOLTIP BUTTON START -------- */
.toolitp-btn {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}
.toolitp-btn .tooltiptext {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 6px 0 6px 6px;
  padding: 7px 14px;
  font-size: 13px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -33%;
  right: 68%;
  margin-left: -110px;
}
.toolitp-btn .tooltiptext-dashboard-top {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 6px 6px 0px 6px;
  padding: 3px 8px;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: -26%;
  right: 68%;
  margin-left: -110px;
}
.toolitp-btn .tooltiptext-menuicons {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 0 6px 6px 6px;
  padding: 7px 14px;
  font-size: 13px;
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 136px;
  margin-left: -110px;
  /* width: fit-content; */
  width: max-content;
}
.toolitp-btn .tooltiptext-tick-icon {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  border-radius: 6px 6px 6px 0;
  padding: 7px 14px;
  font-size: 13px;
  position: absolute;
  z-index: 1;
  /* top: 0%; */
  bottom: 100%;
  left: 136px;
  margin-left: -110px;
  width: max-content;
}
.toolitp-btn .tooltiptext-top-left {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px 6px 0px 6px;
  padding: 7px 14px;
  font-size: 13px;
  position: absolute;
  z-index: 1;
  bottom: 105%;
  right: 50%;
  margin-left: -110px;
}
.toolitp-btn:hover .tooltiptext,
.toolitp-btn:hover .tooltiptext-menuicons,
.toolitp-btn:hover .tooltiptext-tick-icon,
.toolitp-btn:hover .tooltiptext-top-left,
.toolitp-btn:hover .tooltiptext-dashboard-top {
  visibility: visible;
}
#support-chat-tooltip {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 6px 0 6px 6px;
  padding: 7px 14px;
  font-size: 13px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 80%;
  right: 50%;
  margin-left: -110px;
}
/* --------  COMMON TOOLTIP BUTTON END  -------- */

/* -------- COMMON REACT SEARCH SELECT START -------- */
.react-multi-select-custom-css .css-14el2xx-placeholder,
.react-multi-select-custom-css .css-qc6sy-singleValue {
  margin-left: 8px;

  /* This 3 is for placeholder text */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.react-multi-select-custom-css .css-6j8wv5-Input,
.react-multi-select-custom-css .css-1pndypt-Input,
.react-multi-select-custom-css .css-ackcql,
.react-multi-select-custom-css .css-vwja0k {
  /* width: 0 !important; */
  margin: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  visibility: visible !important;
  color: hsl(0, 0%, 20%) !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  display: inline-grid !important;
  grid-area: 1/1/2/3;
  grid-template-columns: 0 min-content;
  box-sizing: border-box !important;
  /* background-color: #fff; */
  /* border-radius: 2px; */
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  /* margin: 2px; */
  /* min-width: 0 !important; */
  /* max-width: 10px !important; */
  /* box-sizing: border-box; */
}
.react-multi-select-custom-css .css-6j8wv5-Input:after,
.react-multi-select-custom-css .css-1pndypt-Input:after,
.react-multi-select-custom-css .css-ackcql:after,
.react-multi-select-custom-css .css-vwja0k:after {
  content: attr(data-value) " ";
  visibility: hidden;
  white-space: pre;
  grid-area: 1/2;
  font: inherit;
  /* min-width: 2px; */
  width: 0;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
.react-multi-select-custom-css .css-6j8wv5-Input input,
.react-multi-select-custom-css .css-ackcql input {
  color: inherit;
  background: 0px center;
  opacity: 1 !important;
  width: 1% !important;
  height: 33px !important;
  grid-area: 1 / 2 / auto / auto;
  font: inherit;
  min-width: 2px;
  border: 0px !important;
  margin: 0px 0 0 2px !important;
  outline: 0px;
  padding: 0px;
  display: block;
}
.react-multi-select-custom-css .css-1pndypt-Input input,
.react-multi-select-custom-css .css-vwja0k input {
  color: inherit;
  background: 0px center;
  opacity: 1 !important;
  grid-area: 1 / 2 / auto / auto;
  font: inherit;
  min-width: 2px;
  height: 33px !important;
  border: 0px !important;
  margin: 0px 0 0 2px !important;
  outline: 0px;
  padding: 0px;
  display: block;
}
/* .react-multi-select-custom-css .css-6j8wv5-Input input:focus, */
.react-multi-select-custom-css .css-1pndypt-Input input:focus,
/* .react-multi-select-custom-css .css-ackcql input:focus, */
.react-multi-select-custom-css .css-vwja0k input:focus {
  border: 0 !important;
}
/* --------  COMMON REACT SEARCH SELECT END  -------- */

/* -------- COMMON CUSTOM FIXES START -------- */
.custom-a-tag {
  color: #337ab7 !important;
  cursor: pointer !important;
  text-decoration: none !important;
}
.custom-a-tag:hover {
  text-decoration: underline !important;
}
/* --------  COMMON CUSTOM FIXES END  -------- */

/* --------- OTHER GLOBAL FIXES START --------- */
.input-group-addon {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* ---------  OTHER GLOBAL FIXES END  --------- */
