.manual-entry {
  visibility: hidden;
}

.toggle-mode {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  display: none;
}
.toggle-mode > div {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.toggle-mode  button {
  margin-right: 10px;
  margin-top: 5px;
  font-size: 12px;
  border-radius: 999px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
  padding: 5px 10px 5px 10px;
  font-weight: 500;
  opacity: .7;
  border: 1px solid lightgrey;
  background: #2EE59D;
}
.toggle-mode  button:hover,
.toggle-mode  button:focus {
  border: 1px solid darkgray;
  box-shadow: 0px 8px 15px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}
.toggle-mode button span {
  text-transform: uppercase;
  font-size: 14px;
}

.alerts {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.alerts .domain-missing {
  color: red;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  border: 1px solid red;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  width: 80%;
  text-align: left;
  visibility: hidden;
}

#page-selector.container {
  width: 100%;
  overflow-y: scroll;
  max-height: 50vh;
  padding: 5px 5px 5px 5px;
  background-color: rgba(204, 249, 231, 0.2);
  visibility: hidden;
  box-shadow: 0px 1px 30px 1px rgba(0, 0, 0, 0.3);
  outline: 1px solid #2EE59D;
  border-radius: 5px;
  border: 1px solid #2EE59D;
}
.container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
.container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.funnel {
  display: flex;
  max-width: 100%;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-family: arial;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0 0 0 0.7);
  margin-top: 2px;
}
.funnel.selected {
  box-shadow: 1px 1px 9px 3px rgba(46, 229, 157, 0.2);
  border: 1px solid #2EE59D;
}
.funnel.active {
  
  box-shadow: 1px 1px 9px 3px rgba(43, 209, 255, 0.2);
  border: 1px solid rgba(43, 209, 255, 1);
}

.left {
  width: 40%;
  min-width: 10px;
  height: 100%;
  padding-left: 1%;
  padding-right: 1%;
}

.screenshot {
  max-width: 100%;
  max-height: 90%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
}
.screenshot:hover {
  transform-origin: left;
  scale: 3;
  margin-left: 10px;
  z-index: 1;
}
.screenshot.first:hover {
  transform-origin: top left;
}
.screenshot.last:hover {
  transform-origin: bottom left;
}

.right {
  width: 100%;
  height: 100%;
  padding-left: 1%;
  display: inline-block;
}

.top-row:not(.title) {
  height: 30px;
}
.top-row:not(.funnel-select):not(.status):not(.status-active):not(.active-content) {
  margin-top: 3px;
}
.title:not(.funnel-select):not(.status):not(.status-active) {
  font-weight: 600;
  font-size: 16px;
}
.status,
.status-active {
  display: none;
}

/*Global button styling*/
.title button {
  margin-right: 10px;
  margin-top: 5px;
  float: right;
  font-size: 12px;
  border-radius: 999px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
  padding: 5px 10px 5px 10px;
  font-weight: 500;
  opacity: .7;
  border: 1px solid lightgrey;
}
.title button:hover,
.title button:focus {
  border: 1px solid darkgray;
  box-shadow: 0px 8px 15px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

/*Funnel Select Button*/
button.funnel-select {
  background: rgba(255, 255, 255);
  color: rgba(0, 0, 0, 0.9);
}
button.funnel-select:hover,
button.funnel-select:focus {
  background: rgba(43, 209, 143, 1);
  color: rgba(0, 0, 0, 0.9);
}
.funnel.selected button.funnel-select,
.funnel.active button.funnel-select{
  display: none;
}

/*Funnel Confirm Button*/
.funnel.selected button.status {
  display: block;
  color: rgba(0, 0, 0, 0.9);
  background: #2EE59D;
  width: fit-content;
  min-width: 120px;
}
.funnel.selected button.status:hover::after {
  content: "Save";
}
.funnel.selected button.status:hover,
.funnel.selected button.status:focus {
  background: rgba(43, 209, 143, 1);
  color: rgba(0, 0, 0, 0.9);
}
.funnel.selected button.status:hover .pending-text,
.funnel.selected button.status:focus .pending-text {
  display: none;
}
.funnel.selected button.funnel-select,
.funnel.active button.funnel-select{
  display: none;
}

/*Active Funnel Indicator*/
.funnel.active .status-active:not(.active-content) {
  display: block;
  float: right;
  color: white;
  background-color: rgba(43, 209, 255, 1);
  width: 60px;
  height: 60px;
  text-align: center;
  clip-path: 
    polygon(0 0, 100% 0, 100% 100%);
  border-top-right-radius: 10px;
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
  margin-top: -3px;
}
.funnel.active .status-active .active-content {
  font-size: 80%;
  display: flex;
  position: absolute;
  top: 25%;
  right: 0;
  text-transform: uppercase;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.description {
  font-size: 14px;
  float: left;
  clear: left;
  padding-top: 5px;
  padding-bottom: 10px;
}

.bottom-row {
  display: flex;
  float: left;
  font-size: calc(8px + 0.390625vw);
  width: 100%;
  margin-bottom: 3px;
}
.bottom-row .header {
  font-weight: 600;
  font-size: 14px;
}
.bot-left {
  flex: 1;
  font-size: 12px;
}
.bot-right {
  flex: 1.5;
  font-size: 12px;
}