.debug {
  border: 1px solid red !important;
}

.login_with {
  width: 550px;
}

/*
Theme for date picker 
*/

.theme-orange .vdatetime-popup__header,
.theme-orange .vdatetime-calendar__month__day--selected > span > span,
.theme-orange .vdatetime-calendar__month__day--selected:hover > span > span {
  background: #2b6cb0;
}

.theme-orange .vdatetime-year-picker__item--selected,
.theme-orange .vdatetime-time-picker__item--selected,
.theme-orange .vdatetime-popup__actions__button {
  color: #2b6cb0;
}

.sidenav {
  height: 100%;
  width: 269px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav-right {
  height: 100%;
  width: 269px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.main {
  margin-left: 269px;
  margin-right: 269px;
}

.vue-dropzone {
  border: 2px dashed #e5e5e5 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* letter-spacing: .2px; */
  /* color: #777; */
  /* transition: .2s linear;  */
}

html {
  overflow: overlay;
}

.overflow-auto {
  overflow: overlay;
}

#style-11 td {
  display: inline-block;
}

#style-11 tr:nth-child(odd) {
  background: #f6f9ff;
}

#style-11::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  overflow: overlay;
}

#style-11::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

#style-11::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}

#style-11::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

#style-11::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}

#style-11 {
  white-space: normal;
  /* Renamed property in CSS3 draft spec */
  width: fixed;
  overflow-x: hidden;
  word-wrap: break-word;
}

#style-12 tr:nth-child(even) {
  background: #fdfdfd;
}

#style-12::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

#style-12::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}

#style-12::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

#style-12::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}

#style-12 {
  overflow-y: overlay;
  word-wrap: break-word;
  text-align: justify;
  /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;
  white-space: normal;
  /* Renamed property in CSS3 draft spec */
  width: fixed;
  overflow-x: hidden;
}

#style-13 tr:nth-child(odd) {
  background: #f6f9ff;
}

.scrollit {
  overflow: scroll;
  height: 100px;
}

#style-newsletter_activity::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#style-newsletter_activity::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

#style-newsletter_activity::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}

#style-newsletter_activity::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

#style-newsletter_activity::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}

#style-newsletter_activity {
  overflow-y: overlay;
  white-space: normal;
  /* Renamed property in CSS3 draft spec */
  width: fixed;
}

.newsletter_sub {
  background-color: #F3F4F6;
  border-right: 1px solid #E4E4E7;
}

.newsletter_sub:nth-child(3n+3) {
  border-right: 0px solid #E4E4E7;
}

.newsletter_sub:nth-child(n+4) {
  border-top: 1px solid #E4E4E7;
}

[contentEditable=true]:empty:before {
  content: attr(data-ph);
  color: #A8A8A8;
}

#com_dropdown select {
  color: #6b7280;
}

#com_dropdown option {
  color: #000;
}

#com_dropdown option:first-child {
  color: #1E98BA;
}

.tooltip {
  position: relative;
  display: inline-block;
  z-index: 100;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 60px;
  background-color: #6b7280;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 100;
  top: -5px;
  left: 120%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #6b7280 transparent;
  z-index: 100;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  z-index: 100;
  position: absolute;
}

.tooltip2 {
  position: relative;
}

.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #6b7280;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 100;
  top: -9px;
  left: 190%;
}

.tooltip2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #6b7280 transparent;
  z-index: 100;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
}

.tooltip2 .tooltiptext_date {
  visibility: hidden;
  width: 100px;
  background-color: #6b7280;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 100;
  top: -22px;
  left: 190%;
}

.tooltip2 .tooltiptext_date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #6b7280 transparent;
  z-index: 100;
}

.tooltip2:hover .tooltiptext_date {
  visibility: visible;
}

.tooltip_name {
  position: relative;
  display: inline-block;
  z-index: 90;
}

.tooltip_name .tooltiptext_name {
  visibility: hidden;
  width: 160px;
  background-color: #6b7280;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5PX;
  position: absolute;
  z-index: 100;
  top: -5px;
  left: 120%;
}

.tooltip_name .tooltiptext_name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #6b7280;
  z-index: 90;
}

.tooltip_name:hover .tooltiptext_name {
  visibility: visible;
  z-index: 90;
  position: absolute;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.pil_inactive {
  fill: none;
  stroke: #DCDCDC;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.pil_active {
  fill: none;
  stroke: #2e2f30;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.pil_active:hover {
  stroke: red;
}

#dynamic-involve-list button {
  color: #aaa;
  outline: none;
}

/* purgecss start ignore */

.livewire-pagination {
  display: inline-block;
  width: auto;
  margin-left: auto;
  float: right;
}

ul.pagination {
  display: flex;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #d2d6dc;
  border-color: rgba(210, 214, 220, var(--border-opacity));
  border-radius: 0.25rem;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.page-link {
  display: block;
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  border-right-width: 1px;
  --border-opacity: 1;
  border-color: #d2d6dc;
  border-color: rgba(210, 214, 220, var(--border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 3rem;
  font-size: 0.875rem;
  text-align: center;
}

.page-link:last-child {
  border-width: 0;
}

.page-link:hover {
  --bg-opacity: 1;
  background-color: #d2d6dc;
  background-color: rgba(210, 214, 220, var(--bg-opacity));
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  --border-opacity: 1;
  border-color: #d2d6dc;
  border-color: rgba(210, 214, 220, var(--border-opacity));
}

.page-item.active .page-link {
  --bg-opacity: 1;
  background-color: #f4f5f7;
  background-color: rgba(244, 245, 247, var(--bg-opacity));
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  --border-opacity: 1;
  border-color: #d2d6dc;
  border-color: rgba(210, 214, 220, var(--border-opacity));
}

.page-item.disabled .page-link {
  --bg-opacity: 1;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
  --border-opacity: 1;
  border-color: #d2d6dc;
  border-color: rgba(210, 214, 220, var(--border-opacity));
}

/* purgecss end ignore */