.input-spinner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.input-spinner button {
  border-radius: 50% !important;
  border-color: #1e5aa0;
  color: #1e5aa0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: block;
}
.input-spinner button:hover, .input-spinner button:active, .input-spinner button:focus {
  border-color: #1e5aa0 !important;
}
.input-spinner button.btn-plus, .input-spinner button.btn-minus {
  background: no-repeat center;
}
.input-spinner button.btn-plus {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%231e5aa0' stroke-width='4' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cpath d='M4.454 13.091h16.874M13.091 4.454v16.874'/%3E%3C/g%3E%3C/svg%3E");
}
.input-spinner button.btn-minus {
  border-color: #1e5aa0;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.454 13.091h16.874' stroke='%231e5aa0' stroke-width='4' fill='none' fill-rule='evenodd' stroke-linecap='square'/%3E%3C/svg%3E");
}

.switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
}
.switch__container {
  position: relative;
  min-width: 60px;
  height: 34px;
  margin: 0 5px;
}
.switch__button {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #48D57D;
  border-radius: 34px;
  transition: 0.4s;
}
.switch__button::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  transition: 0.4s;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .switch__button {
  background-color: #48D57D;
}
.switch input:checked + .switch__button:before {
  transform: translateX(26px);
}
.switch input:focus + .switch__button {
  box-shadow: 0 0 1px #48D57D;
}

.card {
  min-height: 250px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  border-top: 5px solid white;
}

.choices {
  margin: 75px 0 50px 0;
}
@media (min-width: 992px) {
  .choices {
    margin-bottom: 185px;
  }
}
.choices .container {
  position: relative;
}
.choices__wrapper {
  background-color: #31313b;
  padding: 0 15px;
}

.choices__wrapper .standard,
.choices__wrapper .enterprise {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .choices__wrapper {
    background-color: transparent;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-right: 15px;
  }
}
.choices__wrapper > div {
  padding: 0;
}
.choices__wrapper > div:nth-child(1) {
  color: white;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .choices__wrapper > div:nth-child(2) {
    margin-right: 30px;
  }
}
.choices__background {
  background-color: #31313b;
  padding: 150px 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  width: 100%;
  position: relative;
  z-index: -1;
}
@media (min-width: 992px) {
  .choices__background {
    min-height: 500px;
  }
}

.panels {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .panels {
    display: flex;
    padding: 0;
  }

  .panels:not(.panels--footer)
   {
    margin-right: 30px;
  }
}
.panels > div {
  border: 1px solid #dcdcdc;
}
.panels > div:nth-child(1) {
  border-color: transparent;
}
@media (min-width: 992px) {
  .panels > div:nth-child(2) {
    margin-right: 30px;
  }
}
.panels--header > div {
  border: 0;
  padding: 0;
  justify-content: center;
  display: none;
}
.panels--header > div .panel__title {
  display: none;
}
.panels--header > div:nth-child(1), .panels--header > div:nth-child(2) {
  display: flex;
}
@media (min-width: 992px) {
  .panels--header > div {
    border: 1px solid #dcdcdc;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    min-height: 300px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    display: flex;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .panels--header > div:nth-child(3) {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .panels--header > div:nth-child(4) {
    border-top: 5px solid #1e5aa0;
  }
}
@media (min-width: 992px) {
  .panels--header > div .panel__title {
    display: flex;
  }
}
.panels--header > div.active {
  display: flex;
}
.panels--footer > div {
  border: 0;
  display: none;
}
@media (min-width: 992px) {
  .panels--footer > div {
    border: 1px solid #dcdcdc;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    min-height: 300px;
    display: flex;
  }
}
.panels--footer > div:nth-child(1) {
  display: none;
}
@media (min-width: 992px) {
  .panels--footer > div:nth-child(1) {
    display: flex;
  }
}
.panels--footer > div.active {
  display: flex;
}
.panels__navigation {
  display: flex;
  border-bottom: 1px solid #31313b !important;
}
@media (min-width: 992px) {
  .panels__navigation {
    display: none !important;
  }
}
.panels__navigation-button {
  font-size: 1.5rem;
  flex: 1;
  border: 0;
  background-color: transparent;
  border-bottom: 5px solid transparent;
  text-align: left;
  padding: 10px 0;
}
.panels__navigation-button--active {
  border-bottom-color: #31313b;
}

.calculator__wrapper {
  padding: 0;
}
.calculator .panels > div .panel {
  border: 0 !important;
  padding: 0;
}
@media (min-width: 992px) {
  .calculator .panels > div .panel {
    padding: 10px 25px;
  }
}

.panel {
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  height: 100%;
  border: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc !important;
  padding-top: 24px !important;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  position: relative;
  background-color: white;
  padding: 10px 25px;
  width: 100%;
}
.panel--transparent {
  border: 0 !important;
  background-color: transparent;
}
.panel--enterprise {
  background-color: #1e5aa0 !important;
  color: white;
  border: 0 !important;
  border-top: 5px solid white !important;
  padding-top: 20px !important;
}
.panel--enterprise p,
.panel--enterprise h3 {
  color: white;
}
.panel--enterprise .panel__from {
  border-color: white;
}
.panel__pricing {
  text-align: center;
  margin: auto 0 30px 0;
  display: none;
}
.panel__pricing > span {
  display: block;
}
.panel__pricing--active {
  display: block;
}
.panel__from {
  border-bottom: 1px solid #31313b;
  width: 25%;
  margin: 0 auto;
}
.panel__price {
  font-size: 5.25rem;
  font-weight: 600;
}
.panel__currency {
  font-size: 4rem;
}
.panel__interval {
  display: none !important;
}
.panel__interval--active {
  display: block !important;
}
.panel__currency-choices {
  border-radius: 100px;
  background-color: #F7F7FC;
  padding: 5px 15px;
  font-size: 1.125rem;
  color: #31313b;
}
.panel__currency-choices label {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.panel__currency-choices input {
  margin: 0;
  margin-right: 5px;
}
.panel__buttons {
  text-align: center;
  margin: 30px 0;
}
.panel__recommended {
  background-color: #FEC000;
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
}
.panel__recommended--active {
  display: inline-flex;
}
.panel__recommended--label {
  border-radius: 300px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  position: absolute;
  top: -18px;
  right: 10px;
}
.panel__recommended--icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.group__title {
  font-size: 1.5rem;
  background-color: #31313b;
  color: white;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
}

.subgroup {
  margin-bottom: 5px;
}

.option {
  background-color: #F7F7FC;
}
@media (min-width: 992px) {
  .option {
    display: flex;
    align-items: center;
    padding-right: 30px;
  }
}
.option__number {
  border-radius: 50%;
  border: 1px solid black;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.option__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%231e5aa0' stroke-width='4' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cpath d='M4.454 13.091h16.874M13.091 4.454v16.874'/%3E%3C/g%3E%3C/svg%3E");
  border: 1px solid #1e5aa0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  cursor: pointer;
}
.option__checkbox:focus {
  outline: none !important;
}

.enterprise-checkbox, .standard-checkbox {
  cursor:default;
}

.option__checkbox--sign {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%231e5aa0' stroke-width='4' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cpath d='M4.454 13.091h16.874M13.091 4.454v16.874'/%3E%3C/g%3E%3C/svg%3E");
  border: 1px solid #1e5aa0;
}

.option__checkbox:checked, .enterprise-checkbox {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2352DA88' stroke-width='4' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cpath d='m2.863 8.152 3.8 4.42M15.428 3.143l-8.766 9.429'/%3E%3C/g%3E%3C/svg%3E");
  border-color: #48D57D;
}

.standard-checkbox {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23C82027' stroke-width='4' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cpath d='M4.454 13.091h16.874M13.091 4.454v16.874'/%3E%3C/g%3E%3C/svg%3E");
  border-color: #C82027;
  transform: rotate(45deg);
  cursor:default;
}

.option > div {
  padding: 10px 25px;
  display: none;
  align-items: center;
  justify-content: center;
  height: 51px;
  border: 1px solid #dcdcdc;
  border-left: 0;
}
@media (min-width: 992px) {
  .option > div {
    display: flex;
  }
}
.option > div:nth-child(1) {
  display: flex;
  justify-content: flex-start;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .option > div:nth-child(1) {
    border-bottom: 1px solid #dcdcdc;
  }
}
.option > div:nth-child(2) {
  border-top: 0;
}
@media (min-width: 992px) {
  .option > div:nth-child(2) {
    margin-right: 30px;
    border-top: 1px solid #dcdcdc;
  }
}
.option > div:nth-child(3) {
  border-left: 1px solid #dcdcdc;
  border-right: 0;
}
.option > div.active {
  display: flex;
}

@media (min-width: 992px) {
  .options > div,
.services > div {
    display: flex;
    align-items: center;
  }

  .options {
    padding-right: 30px;
  }
}
.options > div > div,
.services > div > div {
  display: none;
  align-items: center;
  justify-content: center;
  height: 51px;
  border: 1px solid #dcdcdc;
  border-top: 0;
  border-left: 0;
}
@media (min-width: 992px) {
  .options > div > div,
.services > div > div {
    display: flex;
  }
}
.options > div > div:nth-child(1),
.services > div > div:nth-child(1) {
  display: flex;
  border-bottom: 0;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .options > div > div:nth-child(1),
.services > div > div:nth-child(1) {
    border-bottom: 1px solid #dcdcdc;
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .options > div > div:nth-child(2),
.services > div > div:nth-child(2) {
    margin-right: 30px;
  }
}
.options > div > div:nth-child(3),
.services > div > div:nth-child(3) {
  border-left: 1px solid #dcdcdc;
  border-right: 0;
}
.options > div > div.active,
.services > div > div.active {
  display: flex;
}

.options {
  display: none;
}
.options--uncollapsed {
  display: block;
}
.options .input-spinner {
  pointer-events: none;
}
.options .input-spinner > * {
  opacity: 0.4;
}
.options--active {
  display: block;
}
.options--active .input-spinner {
  pointer-events: inherit;
}
.options--active .input-spinner > *:not([disabled=disabled]) {
  opacity: 1;
}

.services {
  border-bottom: 5px solid #31313b;
}
.services .subgroup {
  margin-bottom: 0;
}

/* Start sticky pricing bar */

.calculator .panels.panels--footer {
  position: relative;
  z-index: 3;
  background: #FFF;
}

.calculator .panels.panels--header.panels--sticky {
  background: #FFF;
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0;
  text-align: center;
}

.panels.panels--header.panels--sticky .panel__buttons,
.calculator .panels.panels--header.panels--sticky .panel__pricing {
  margin: 0;
}

.calculator .panels.panels--header.panels--sticky .panel__interval,
.calculator .panels.panels--header.panels--sticky .panel__from {
  display: none !important;
}

.calculator .panels.panels--header.panels--sticky .panel__price,
.calculator .panels.panels--header.panels--sticky .panel__currency {
  font-size: 2rem;
}

#pricing-calculator .enterprise .panel__pricing.panel__pricing--price,
#pricing-calculator .enterprise .panel__pricing.panel__pricing--price.panel__pricing--active {
  display: none;
}

#pricing-calculator .enterprise .panel__pricing.panel__pricing--custom{
  display: block!important;
}

#pricing-calculator .panels--sticky .standard .panel__price,
#pricing-calculator .panels--sticky .standard .panel__currency,
#pricing-calculator .panels--sticky .enterprise .panel__price{
  font-size: 1rem;
}

.calculator .panels--header.panels--sticky>div .panel {
  padding: 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0px !important;
}

.calculator .panels--header.panels--sticky>div:nth-child(4) {
  border: none;
}

.calculator .panels--header.panels--sticky>div {
  border: none;
  min-height: unset !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 0;
}

.calculator .panels--sticky:not(.panels--show) {
  max-height: 0px;
}

.calculator .panels.panels--sticky{
  visibility: hidden;
}

.calculator .panels.panels--sticky.panels--show {
  visibility: visible;
  max-height: 90px;
  margin-bottom: 90px;
  margin-right: -15px;
  position: sticky;
  top: 85px;
  z-index: 2;
  background: #FFF;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

 @media screen and (max-width:768px){
  .panels--sticky {
      position: fixed;
      bottom:0;
      left:0;
  }

  .calculator .panels.panels--header.panels--sticky {
    width: 100%;
    background: #FFF;
    text-align: center;
    z-index: 4;
    bottom: 0;
    position: fixed;
    left: 0;
    top: unset;
    margin-bottom: 48px;
  }

  body[data-page="enterPricing2"] .cd-top {
    display: none;
  }
  
  body[data-page="enterPricing2"]:has(.panels--sticky.panels--show) .cookie-permanent {
    bottom: 145px;
  }
}

 @media screen and (min-width:769px) {

    body[data-page="enterPricing2"] {
      overflow-x:unset;
  } 

  body[data-page="enterPricing2"]  nav.newnav {
  top: 0;
  }
  
}

@media screen and (max-width: 992px) {

  .calculator .panels.panels--header.panels--sticky,
  .calculator .panels.panels--footer {
        padding-left: 0;
        padding-right: 0;
    }

    .calculator .panels.panels--header.panels--sticky .panels__navigation-button {
        padding-left: 20px;
    }
}

 /* End sticky pricing bar */

 /* Additional fixes and requests  */

 @media (max-width: 992px) {

    #pricing-calculator .panels.panels--footer > div:nth-child(1) {
      margin-right: -15px;
    }  
    
  #pricing-calculator .panels.panels--footer > div:nth-child(2) {
    margin-right: 15px;
  } 

  #pricing-calculator .panels.panels--sticky.panels--show {
    top: 90px;
    margin-right: 0;
  }

  .option > div:nth-child(1) {
      border-left: 0;
  }
  
  .option > div {
      border: 0;
    }

  .subgroup .option {
      border-bottom: 1px solid #dcdcdc; 
  }
  
  .options > div > div,
  .services > div > div{
      border-right: 0;
       border-left: 0;
  }

  .options > div > div:nth-child(3), 
  .services > div > div:nth-child(3){
      border-left: 0;
  }

  .subgroup .option>div:last-of-type {
      border-left: 0;    
  }
}

@media (min-width: 992px) {
  #pricing-calculator .panels:not(.panels--header) {
    padding-right: 30px;
  }

  #pricing-calculator .options > div, .services.group > div {
    padding-right: 30px;
  }

  #pricing-calculator .options {
    padding-right: 0;
  }

  #pricing-calculator .panels:not(.panels--footer):not(.panels--sticky) {
    margin-right: 30px;
  }

  #pricing-calculator .calculator .panels.panels--sticky.panels--show {
    padding-right: 45px;
  }
}

.calculator .services.group .option__checkbox--sign,
.calculator .services.group .option__checkbox:checked,
.calculator .services.group .enterprise-checkbox {
    border: none;
}

#pricing-calculator .standard .panel__currency,
#pricing-calculator .standard .panel__price,
#pricing-calculator .enterprise .panel__price {
  font-size: 2.5rem;
}

#pricing-calculator .panel__currency-choices,
#pricing-calculator .switch{
  font-size: 0.85rem;
}

#pricing-calculator .btn.btn-link.btn-tooltip {
  color: inherit;
  text-decoration-style: dotted;
  text-decoration-color: #1e5aa0;
}