﻿:root {
  --proxlightblue: #329cd5;
  --proxlightgrey: #a39d9d;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}


.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  background-color: #fff;
  width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  width: auto;
  height: auto;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 140px;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 6px 25px 12px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  height: auto;
  max-height: auto;
  padding: 30px 0;
  display: block;
  position: relative;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.navbar-logo-center {
  border: 0 solid #000;
  border-bottom-width: 3px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  padding: 0;
  position: relative;
}

.navbar-wrapper-three {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  background-color: #fff;
  flex: 0 auto;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
  position: relative;
  right: 0;
}

.nav-menu-three {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  display: flex;
}

.nav-menu-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 19px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  color: #f0e7e7;
  margin-left: auto;
  margin-right: auto;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  color: #fff;
  background-color: #329cd5;
  border: 1px solid #a39d9d;
}

.nav-dropdown-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  background-color: #329cd5;
  margin-right: auto;
}

.keydiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ee0a0a00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  padding: 20px;
  text-decoration: none;
  display: block;
}

.keytilename {
  color: #000;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: static;
}

.image {
  width: 100px;
  max-width: 50%;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.keytile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a39d9d;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  display: block;
  position: static;
}

.div-block-2 {
  float: none;
  text-align: center;
  background-color: #1de40f;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.text-block-2 {
  font-size: 100px;
  line-height: 100px;
}

.tileinitials {
  color: #fff;
  text-align: center;
  width: 100px;
  height: 0;
  margin: auto 0;
  padding-top: 25px;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
  display: block;
  position: relative;
}

.body {
    background-color: #a39d9d; /*#329cd5;*/
    margin-left: 0;
    margin-right: 0;
}

.logoname {
  color: #a39d9d;
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 30px;
  line-height: 50px;
  display: flex;
}

.beta {
  color: #a39d9d;
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  line-height: 50px;
  display: flex;
}

.text-block-3 {
  color: #f3ecec;
  text-align: center;
  background-color: #eb101000;
  width: 20px;
  height: 20px;
  margin: auto;
  padding-top: 0;
  padding-left: 6px;
  font-weight: 700;
}

.div-block-3 {
  background-color: #0000;
  width: 30px;
  height: 30px;
}

.tileoptions {
  background-color: var(--proxlightblue);
  color: #f8e8e8;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  margin: 104px auto auto 107px;
  padding-top: 0;
  display: block;
  position: absolute;
}

.keywrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140px;
  display: flex;
}

.navbar-logo-left {
  background-color: #fff;
  border-bottom: 2px solid #000;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #fff;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 19px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  color: #329cd5;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-11 {
  color: #fff;
  background-color: #329cd5;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-2 {
  width: 80px;
  height: 80px;
}

.div-block-4 {
  display: flex;
}

.imagelogo {
  border: 2px solid #a39d9d;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #d31313;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  inset: 0% auto 0;
}

.logowrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.body-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  color: #120101;
  text-align: center;
  margin-top: 30px;
  padding-top: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 17px;
}

.buttoncurved {
  border-radius: 20px;
  margin-top: 30px;
  padding: 10px 30px;
  font-size: 20px;
}

.button-2 {
  text-align: center;
  margin-top: 27px;
}

.div-block-7 {
  text-align: center;
}

.loginwrapper {
  margin-top: 30px;
}

.buttonwrapper {
  text-align: center;
}

.tilestatus {
  clear: none;
  aspect-ratio: auto;
  color: #10ec4b;
  background-color: #ffd500;
  border-radius: 12px;
  order: 0;
  align-self: auto;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 10px auto auto 10px;
  padding-left: 0;
  position: absolute;
}

.menucontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #329cd5;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 200px;
  max-width: 200px;
  height: 100vh;
  min-height: auto;
  max-height: none;
  display: block;
}

.undermenuwrapper {
  width: 100%;
  height: 100vh;
  display: flex;
}

.textdashboard {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}

.listdashboard {
  padding-left: 15px;
  padding-right: 15px;
  list-style-type: none;
}

.textdashboardlistitem {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.divdashboardtextwrapper {
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
  margin-left: 35px;
  margin-right: 35px;
  padding-bottom: 5px;
}

.linklistitem, .link-block {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
}

.divgalleryoverviewwrapper {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  min-height: 100%;
}

.textcurrentdashboard {
  color: #329cd5;
  padding-left: 30px;
  font-size: 30px;
  line-height: 60px;
}

.nokeysindashboard {
  color: #329cd5;
  text-align: center;
  background-color: #0000;
  width: 100%;
  font-size: 20px;
}

/* new script stuff */

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list {
  width: 100%;
}

.divscript {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #329cd5;
  border-right-style: solid;
  background-color: white;
}

/*
.divscript {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #329cd5;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #329cd5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #329cd5;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #329cd5;
  background-color: white;
}
*/
/*
.divscript {
  background-color: #329cd5;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1px;
}
*/
.divscript.divscriptnotavailable {
  background-color: var(--proxlightgrey);
}

.sectionscript {
  width: auto;
  height: auto;
  margin: 5px 10px 20px;
  display: flex;
}

.sectionscript.createscript {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.sectionscript.divscriptcreate {
  flex-flow: row;
  justify-content: flex-start;
  margin-right: 10px;
  display: flex;
}

.divforbuttons {
  justify-content: center;
  width: 100%;
  margin-top: 5px;
  margin-left: 5px;
  display: flex;
}

.popup-container {
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*overflow-y: auto;*/
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.popup-add-step-to-script {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers content horizontally */
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    /*width: 470px;*/
    text-align: center;
}

.popup-add-step-to-script button {
    padding: 8px 15px;
    color: white;
    background-color: #329cd5;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px; /* Adds space between buttons */
}

.popup-add-step-to-script button:hover {
    background-color: #329cd5;
}

.divscripttile {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.proxbutton {
    display: flex;
    height: 40px;
    
    background-color: var(--proxlightblue);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
}

.proxbutton.cellscriptbutton {
  width: 67px;
  margin-left: 10px;
}

.proxbutton.cellscriptbutton.cellscriptbuttonupdate {
  margin-left: 0;
}

.radioproximitylabel {
  pointer-events: none;
  color: var(--proxlightblue);
  padding-left: 10px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.radioproximitylabel.radioproximitylabelnotavailable {
  color: var(--proxlightgrey);
}

.radiousescript {
  box-sizing: border-box;
  pointer-events: none;
  object-fit: fill;
  margin-top: 0;
  margin-left: 0;
  font-size: 20px;
  line-height: 30px;
  position: static;
}

.divscriptradio {
  margin-top: 0;
}

.divscriptradio.divnotavailable {
  background-color: var(--proxlightgrey);
}

.radio-button-field {
  background-color: #fff;
  align-items: center;
  height: 40px;
  margin-bottom: 0px; 
  display: flex;
}

.formmodifyscript {
  padding-top: 20px;
}

.tableproxscript {
  /*overflow: scroll;*/
  text-align: center;
  background-color: #fff; 
  margin: 0; /*10px 0 0;*/  
  font-size: 12px;
  display: block;
}

.table-prox_header {
  font-size: 10px;
  text-align: left;
  border: 1px solid #ddd;
  width: 100px;
  height: 30px;
  padding: 8px;
}

.table-prox_header.headerstepnumber {
  width: 40px;
  text-align: center;
}

.table-prox_header.headerhref {
  width: 120px;
}

.table-prox_row {
  text-align: center;
  border: 1px solid #ddd;
}

.table-prox_head {
  color: #fff;
  text-align: center;
  background-color: #329cd5;
}

.table-prox_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.table-prox_table {
  overflow: visible;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
}

/*
.table-prox_table {
  outline-offset: 0px;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 12px;
  overflow: scroll;
}
*/

.divcreatescript {
  background-color: #fff;
  display: flex;
  margin-top: -5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.bodyscripts {
  display: block;
}

.divnoscriptavailable {
  display: flex;
  width: auto;
  height: 45px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
}

/*
.divnoscriptavailable {
  color: var(--proxlightgrey);
  text-align: center;
  background-color: #fff;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
}
*/

.label-no-prox-script {
  margin-bottom: 0px;
  color: var(--proxlightgrey);
  font-size: 14px;
  line-height: 33px;
  font-weight: 400;
}

.prox-table-custom-script_instance {
  display: block;
}

.prox-table-custom-script_header {
  text-align: left;
  border: 1px solid #ddd;
  width: 80px;
  height: 30px;
  padding: 8px;
}

.prox-table-custom-script_header.headerstepnumber {
  width: 50px;
  
}

.prox-table-custom-script_header.headerhref {
  width: 120px;
}

.prox-table-custom-script_row {
  text-align: left;
  border: 1px solid #ddd;
}

.prox-table-custom-script_head {
  background-color: #f3f3f3;
}

.prox-table-custom-script_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

/*
.prox-table-custom-script_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 12px;
}
*/
.headerbuttons {
  width: 90px;
  padding-bottom: 0;
  padding-right: 0;
}

.prox-table-custom-script_buttons-cell {
  display: flex;
  justify-content: center;
  padding: 0 0px;
  white-space: nowrap; /* Prevent buttons from wrapping */
}

.divscriptaddstep {
  display: block;
  width: auto;
  /*
  padding-right: 20px;
  padding-left: 20px;
  */
}

/*
.divscriptaddstep {
  width: 500px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}
*/

.labelscriptaddstep {
  text-align: right;
  color: #000;
  width: 130px;
  margin-right: 10px;
  font-weight: 400;
}

.divscriptaddstepinput {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

/*
.divscriptaddstepinput {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}
*/

.formaddstep {
  justify-content: center;
  display: flex;
}

.textaddsteptoscript {
  width: 300px;
}

.radio-button-field {
  position: relative;
  z-index: 1000; /* Makes sure radio buttons stay on top */
}

.tableproxscript {
  position: relative;
  z-index: 1;
}

.tableproxscript {
    margin-top: 20px;
    margin-left: 40px;
    width: 1200px; /*100%;*/
    max-height: 500px;
    overflow-x: auto;
    overflow-y: auto; /* Prevent overflow issues */    
}

.tableproxapprovedhrefs {
    margin-top: 20px;
    margin-left: 40px;
    width: 400px; /*100%;*/
    max-height: 500px;
    overflow-x: auto;
    overflow-y: auto; /* Prevent overflow issues */
}
/* Prevent scrolling on the parent page */
.body-no-scroll {
  overflow: hidden;
}

/* left menu*/

.divleftmenuwrapper {
    position: static;
    display: block;
    overflow: hidden;
    width: 240px;
    height: auto;
    min-width: 240px;
    border-top: 2px none white;
    border-right: 3px solid white;
    background-color: rgb(8, 73, 129);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}

.menuheadername {
    min-width: 200px;
    margin-top: 20px;
    margin-left: 20px;
    color: white;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: underline;
}

.menulist {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: auto;
    margin: 0px 10px 20px 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 0px;
    background-color: transparent;
}

.menuitem {
    display: flex;
    width: 200px;
    height: 45px;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    flex-flow: row;
    align-items: center;
    border-style: none;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    background-color: transparent;
    outline: white none 0px;
    outline-offset: 0px;
    color: white;
    list-style-type: none;
}

/* end left menu */

.websiteswrapper {
    background-color: #fff;
    align-items: stretch;
    width: 100%;
    height: calc(100vh - 132px);
    display: flex;
    overflow: hidden;
}

.divwebsitemenuwrapper {
    background-color: var(--proxlightblue);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 365px;
    min-width: 365px;
    height: auto;
    display: block;
    position: static;
    /*overflow: hidden;*/
    overflow-y: auto;
    overflow-x: hidden;
}

/* search bar */

.divsearch {
    width: 100%;
    height: auto;
    margin-right: 0px;
    padding: 10px 10px 0px 10px;
    border-bottom: 3px solid rgb(255, 255, 255);
}

.inputsearch {
    width: 100%;
    height: 38px;
    padding-left:5px;
}

.divsearchfilter {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
}

.checkboxfilterwrapper {
    display: flex;
    margin-left: 10px;
    padding-left: 0px;
    align-items: center;
}

.checkboxfilter {
    margin-left: 0px;
}

.checkboxlabel {
    width: 0px;
    height: 0px;
    margin-right: 10px;
}

.imagecontrolsearch {
    margin-left: 10px;
    padding-left: 0px;
    vertical-align: baseline;
}
/* end of search bar */



.websiteitem {
    display: flex;
    width: 100%;
    height: auto;
    flex-flow: row;
    align-items: left;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    outline: white none 0px;
    outline-offset: 0px;
    color: white;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.websitename {
    display: flex;
    min-width: 260px;
    height: 20px;
    max-width: 260px;
    margin-top: 0px;
    margin-right: 0px;
    /*margin-left: 10px;*/
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
    text-overflow: ellipsis;
}

.websitelist {
    background-color: #0000;
    width: auto;
    height: 100%;
    /*margin: 0 20px 20px;*/
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    margin-left: 0px;
}

.divwebsiteicons {
    display: flex;
    width: 65px;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;  
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;    
}

.divright {
    width: 100%;
    box-shadow: inset 0 2px 5px 2px #0003;
}

.websiteheadername {
    color: var(--proxlightblue);
    width: 1000px;
    max-width: 1000px;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    white-space: nowrap; /* 🚫 Don't wrap text */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add "..." at the end if text overflows */
}

.websiteheader {
    border-bottom: 2px solid var(--proxlightblue);
    align-items: center;
    height: 65px;
    margin-left: 0;
    padding-left: 40px;
    display: flex;
}

.divlogowrapper {
    display: flex;
    height: 150px;
    margin-top: 20px;
    padding-left: 40px;
    justify-content: flex-start;    
}

.divuploadwrapper {
    display: flex;
    height: 150px;
    margin-top: 20px;
    padding-left: 40px;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;    
}

.imagewebsitelogo {
    max-width: 150px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: var(--proxlightgrey);
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: var(--proxlightgrey);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: var(--proxlightgrey);
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: var(--proxlightgrey);
}

.textlogohref {
    display: flex;
    height: 150px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
}

.divlogo {
    display: flex;
    width: 150px;
    height: 100%;
    margin-left: 100px;
    padding-left: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.buttonupload {
    display: flex;
    height: 40px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: 37px;
    justify-content: center;
    background-color: var(--proxlightblue);
    border-radius: 5px;
}

.divimagecontrolswrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 200px;
    height: 100%;
    margin-right: 100px;
    display: flex;
}

.imagecontrol {
    margin-left: 20px;
    padding-left: 0;
}

.tinyimagecontrol {
    margin-left: 5px;
    padding-left: 0;
}

.dropdownmenu.w--open {
    background-color: var(--proxlightblue);
    color: #fff;
}

.dropdownmenu a {
    color: white !important;
    text-decoration: none; /* optional: remove underline */
}

.dropdownitem {
    font-size: 14px;
    color: aquamarine;
    border-bottom: 1px solid #fff;
}

.buttonwebsite {
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0px;
}

.websitename a {
    color: white !important;
    text-decoration: none; /* optional: remove underline */
}

/* table for approved hrefs */
.buttonremove {
    display: flex;
    width: 70px;
    height: 40px;
    justify-content: center;
    background-color: red;
    border-radius: 5px;
}

.divapprovedhrefswrapper {
    display: block;
    max-height: 500px;
    width: 400px;   
    justify-content: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--proxlightblue);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--proxlightblue);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--proxlightblue);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--proxlightblue);
}

.approvedhrefs_instance {
    display: block;
    
}

.approvedhrefs_table {
    width: 100%;
    height:100%;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    text-align: left;
    border-collapse: collapse;
    
}

.approvedhrefs_header {    
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    text-align: left;
    height: 50px;
}

.approvedhrefs_head {
    background-color: var(--proxlightblue);
    color: hsla(0, 0.00%, 100.00%, 1.00);    
}

.approvedhrefs_body {
    overflow: scroll;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--proxlightblue);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--proxlightblue);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--proxlightblue);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--proxlightblue);
}
.approvedhrefs_row {
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    text-align: left;
    height: 50px;
}

.approvedhrefs_cellHref {
    width:300px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    text-align: left;
}

.approvedhrefs_cellRemove {
    width: 100px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    text-align: left;
}

.divaddhrefwrapper {
    display: flex;
    height: auto;
    margin-top: 20px;
    padding-left: 40px;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.add-href-form {
    display: block;
    padding-bottom: 20px;
}

.labeladdhref {
    margin-top: 10px;
    padding-left: 0px;
    color: #329cd5;
    font-size: 12px;
}

.addaddhref {
    width: 360px;
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #329cd5;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #329cd5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #329cd5;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #329cd5;
    outline-color: #d9d9d9;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
}

.buttonaddhref {
    display: flex;
    width: 100px;
    height: 40px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: 0px;
    justify-content: center;
    background-color: var(--proxlightblue);
    text-align: center;
    border-radius: 5px;
}

.buttonaddscript {
    display: flex;
    height: 40px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: 40px;
    justify-content: center;
    background-color: var(--proxlightblue);
    text-align: center;
    border-radius: 5px;
}
/* end new script stuff */

@media screen and (min-width: 1280px) {
  .gallery-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .proxPortalStyles {
    margin-top: 10px;
    padding-bottom: 30px;
  }

  .linklistitem {
    text-decoration: underline;
  }

  .link-block {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .textcurrentdashboard {
    color: #329cd5;
    padding-top: 5px;
    padding-left: 30px;
    font-size: 30px;
    font-weight: 400;
    line-height: 60px;
  }

  .divgallerytoolbar {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .gallery-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .gallery-overview {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: auto;
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: auto;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .gallery-overview {
    width: 100%;
    padding-bottom: 30px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #329cd5;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #329cd5;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    background-color: #329cd5;
  }

.nav-link {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    color: #fff;
    background-color: #329cd5;
  }

  .nav-dropdown-link {
    color: #fff;
  }

  .menu-button {
    background-color: var(--proxlightblue);
    color: #f8f8f8;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .tileoptions {
    background-color: var(--proxlightblue);
  }

  .icon {
    color: #fff;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    color: #fff;
    background-color: #329cd5;
  }

  .nav-menu-two {
    background-color: #329cd5;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-2.w--current {
    color: #fff;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #329cd5;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menucontainer {
    width: 200px;
  }

  .tableproxscript {
    overflow: scroll;
  }
}

@media screen and (max-width: 767px) {
  .gallery-scroll {
    padding: 60px 15px;
  }

  .gallery-wrapper {
    background-color: #fff;
    grid-template-columns: 1fr 1fr;
    width: auto;
    max-width: 100%;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .gallery-overview {
    padding: 30px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logoname {
    margin-left: 20px;
  }

  .text-block-3 {
    margin-top: -10px;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .menucontainer {
    width: 200px;
    max-width: 300px;
  }

  .textcurrentdashboard {
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
    width: auto;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .image {
    width: 50px;
    height: 50px;
  }

  .logoname {
    margin-left: 10px;
    font-size: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menucontainer {
    width: 0;
    max-width: 0;
  }

  .divgalleryoverviewwrapper {
    width: 100%;
  }

  .textcurrentdashboard {
    padding-left: 40px;
  }

  .change-dashboard-select {
    margin-top: 20px;
    /*text-align: center;*/
    text-align: center; /* Center text in some browsers */
    text-align-last: center; /* Ensures selected item is centered */
  }

}