input[type="radio"] {
  z-index: 1;
}

.card,
.card::before {
  transition: all 0.1s;
}

.card.product-license:hover::before {
  background: #d9e0ea;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card.product-support:hover::before,
.card.product-support.active::before {
  background: #d9e0ea;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.card.product-support.active::before {
  background: #4c4af0;
}

del.oldprice {
  font-size: 14px;
  color: #777;
  font-weight: normal;
  display: block;
  margin-bottom: -5px;
}

.support-listplans .card {
  flex-direction: row;
  justify-content: stretch;
  margin: 0 0 10px;
}

.support-listplans .card:after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 13px;
  width: 22px;
  height: 22px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI0ZGRkZGRiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImluZm8iLz48ZyBpZD0iaWNvbnMiPjxwYXRoIGQ9Ik0xMCwxOGMtMC41LDAtMS0wLjItMS40LTAuNmwtNC00Yy0wLjgtMC44LTAuOC0yLDAtMi44YzAuOC0wLjgsMi4xLTAuOCwyLjgsMGwyLjYsMi42bDYuNi02LjYgICBjMC44LTAuOCwyLTAuOCwyLjgsMGMwLjgsMC44LDAuOCwyLDAsMi44bC04LDhDMTEsMTcuOCwxMC41LDE4LDEwLDE4eiIgaWQ9ImNoZWNrIi8+PC9nPjwvc3ZnPg==)
    center center no-repeat #d9e0ea;
  border-radius: 50%;
}

.support-listplans .card + .card {
  margin-top: 5px;
}

.support-listplans .product-header {
  padding: 15px;
  text-align: left;
  flex: 1;
  border: none;
  margin-left: 35px;
  min-width: 200px;
}

.support-listplans .card {
  border: 1px solid transparent;
}

.support-listplans .card.active {
  border-color: #4c4af0;
}

.support-listplans .card.active:after {
  background-color: #4c4af0;
}

.support-listplans .card {
  overflow: hidden;
}

.support-listplans .card .product-content {
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  background: #f9f9f9;
  align-content: center;
  left: 10px;
  position: relative;
}

.support-listplans .card ul li {
  border: none;
  padding: 5px 10px;
  height: 100%;
  min-width: 120px;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #eaedf2;
}

.support-listplans .card ul li.expired {
  color: red;
}

.support-listplans .card ul li span {
  display: block;
  font-weight: normal;
  opacity: 0.65;
  margin: 0;
}

.card-deck.support-listplans .card {
  text-align: left !important;
  flex-direction: row;
  margin: 0 0 10px;
}

.card-deck.support-listplans .card .card-block {
  padding: 10px !important;
}

.card-deck.support-listplans .card .card-action {
  display: none;
}

.card-deck.support-listplans .card .product-header {
  padding: 0 10px;
  border: 0;
  margin: 0;
}

.card-deck.support-listplans .card .card-block:first-child {
  border-left: 1px solid #d9e0ea;
  margin-left: 42px;
  flex: 1;
}

.card-deck.support-listplans .card .product-header .card-title {
  margin: 0;
}

.card-deck.support-listplans .card:after {
  left: 10px;
  top: 22px;
  transform: scale(1, 1);
  background-color: #eaedf2;
}

.card-deck.support-listplans .card-none {
  height: 50px;
}

.card-deck.support-listplans .card-none:after {
  top: 14px;
}

.card-deck.support-listplans .card.active:after {
  background-color: #5cb85c;
}

.card-deck.support-listplans .card input {
  z-index: 90;
}

.product-license .product {
  width: 33.33% !important;
}

.product input[type="radio"] {
  z-index: 1;
}

.product-header {
  padding: 20px 30px;
  position: relative;
  transition: all 0.2s;
}

.product {
  border: none;
  padding: 0 10px;
  box-shadow: 0 1px 3px #d9e0ea, 0 1px 2px #cad5e4;
}

.product + .product .product-header,
.product + .product .product-databases {
  border-left-color: transparent;
}

.product-header .card-title {
  margin: 0;
}

.product-header .card-title small {
  display: block;
  font-size: 12px;
}

.database-selector-btn span:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: 0.255em;
  content: "";
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}

.database-selector {
  border-radius: 5px;
  border: 1px solid #d9e0ea;
  position: absolute;
  top: calc(100% - 30px);
  left: 0;
  margin: 20px;
  z-index: 999;
  background: white;
  width: calc(100% - 40px);
  display: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.database-selector a {
  display: block;
  padding: 8px 20px;
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  color: black;
}

.database-selector a:hover {
  background: #f5f5f5;
  text-decoration: none;
  color: #0275d8;
}

.database-selector a:hover strong {
  color: #0275d8;
}

.database-selector a:last-child {
  border-bottom: none;
}

.database-selector strong {
  float: right;
  color: black;
}

.database-selector.show {
  display: block;
}

.toggle input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.toggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 75px;
  height: 40px;
  background: linear-gradient(
    90deg,
    rgba(45, 62, 80, 1) 0%,
    rgba(4, 69, 147, 1) 100%
  );
  display: block;
  border-radius: 100px;
  position: relative;
}

.toggle label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.toggle input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.toggle label:active:after {
  width: 40px;
}

.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle * {
  transform: scale(0.7);
}

.toggle-label {
  color: #8595a7 !important;
  position: relative;
  top: -10px;
}

.toggle-label span {
  display: block;
  line-height: 12px;
  margin: 10px 0 0;
}

.toggle-label small {
  text-decoration: underline;
}

.toggle-label.active {
  color: #4c4af0 !important;
  display: inline-block;
  position: relative;
}

.toggle-label:after {
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -3px;
  display: block;
  content: "";
  background: #3f5af1;
  transition: all 0.3s;
}

#toggle-compra:after {
  right: 0;
}

#toggle-assinatura:after {
  left: 0;
}

.toggle-label.active:after {
  width: 100%;
}

.info-type {
  display: inline-block;
  opacity: 0.5;
  position: relative;
  font-size: 11px;
  color: black;
}

#toggle-assinatura,
#toggle-compra {
  cursor: pointer;
}

#toggle-compra {
  text-align: right;
}

.card-block {
  padding: 0;
}

.tooltip-inner {
  background: #3e5062;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
  border-bottom-color: #3e5062;
}

.section-header h2 {
  margin-bottom: 20px;
}

.section-resume {
  text-align: center;
}

.section-resume:before {
  content: "";
  display: block;
  width: 30%;
  border-top: 3px solid #d9e0ea;
  margin: 20px auto;
}

.section-resume .card {
  padding: 20px;
  background: #f9f9f9;
}

.payments {
  margin-top: 40px;
}

.payments img {
  height: 30px;
  width: auto;
}

.license-quantity {
  border: 1px solid #d9e0ea;
  background: #f9f9f9 !important;
  position: relative;
  margin: 40px 0 0 !important;
}

.license-quantity:before {
  content: "";
  display: block;
  width: 5px;
  background: #d9e0ea;
  height: 30px;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: calc(50% - 3px);
  border-radius: 25px;
}

.resume-price {
  color: #3e5062;
  font-size: 24px;
}

.ribbon {
  position: absolute;
  background: #fa3e3e;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 12px;
  color: white;
  left: 50%;
  transform: translate(-50%);
  margin-top: -10px;
}

.product .btn-toggle {
  margin: 20px 0 0;
}

.section-faq {
  border-top: 1px solid #eaedf2;
  background: white;
  margin-top: 40px;
}

.faqlist {
  border-top: 1px solid #eaedf2;
}

.faqlist * {
  transition: all 0.2s;
}

.faqlist .faqitem {
  overflow: hidden;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #eaedf2;
  position: relative;
  padding-left: 25px;
}

.faqlist .faqitem:hover {
  color: black;
  background: #f9f9f9;
}

.faqlist .faqitem:before {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  color: #3f5af1;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  transition: all 0.2s;
}

.faqlist .faqitem .faqitem-title {
  font-weight: normal;
  display: inline-block;
  padding: 0;
  margin: 10px 0 10px;
}

.faqlist .faqitem .faqitem-description {
  font-size: 12px;
  line-height: 20px;
  padding: 0 0 20px 0;
  display: none;
}

.faqlist .faqitem.active .faqitem-title {
  color: #f1703f;
}

.faqlist .faqitem.active:before {
  transform: rotate(45deg);
  color: #f1703f;
}

.faqlist .faqitem.active:hover {
  background: white;
}

.faqlist .faqitem.active .faqitem-description {
  display: block;
}

.ribbon {
  display: none;
}

.sidebar {
  position: relative;
}

.sidebar:after {
  z-index: 1;
  background: white;
  left: 10px;
}

.sidebar-header {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 15px 10px;
  position: absolute;
  top: 0;
  z-index: 3;
  width: calc(100% - 60px);
}

.sidebar-content {
  position: relative;
  z-index: 2;
}

.pages {
  padding: 0;
  background: #f9f9f9;
}

.main {
  height: 0px;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.2s, opacity 0.2s 0.6s;
}

.main.active {
  height: 100%;
  opacity: 1;
}

.card-deck.support-listplans .card {
  margin: 0 0 -1px;
}

.btn-next {
  padding-left: 20px;
  padding-right: 68px;
  position: relative;
  overflow: hidden;
}

.btn-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 53px;
  background: rgba(0, 0, 0, 0.07);
  z-index: 1;
}

.btn-next svg {
  position: absolute;
  right: 18px;
  top: 11px;
  width: 22px;
  height: 22px;
  z-index: 2;
}

.steps {
  display: flex;
  justify-content: stretch;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background: #f9f9f9;
  border-bottom: 1px solid #d9e0ea;
  margin: 0;
}

.steps li {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.steps li a {
  display: flex;
  flex-direction: column;
  color: #292b2c;
}

.steps li a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #d9e0ea;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.steps li + li:before {
  content: "";
  display: block;
  width: 100%;
  background: #d9e0ea;
  height: 3px;
  position: absolute;
  left: -50%;
  top: 10px;
}

.steps li.active a {
  color: #5cb85c;
}

.steps li.active:after {
  content: "";
  background: #5cb85c;
}

.steps li.active a:before {
  background: #5cb85c;
}

.cart ul {
  list-style: none;
  border: 1px solid #dddddd;
  margin: 20px 0;
}

.sidebar {
  padding-top: 94px;
}

.sidebar:after {
  width: 4000px;
  height: 4000px;
}

.sidebar table {
  width: 100%;
  margin-bottom: 20px;
  background: white;
  border-bottom: 1px solid #eaedf2;
}

.sidebar table td {
  border-top: 1px solid #eaedf2;
  vertical-align: top;
  padding: 18px 10px;
  text-align: right;
  position: relative;
}

.sidebar table td em {
  display: block;
  width: 70px;
  font-style: normal;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  margin: -12px 0 0 0;
  position: absolute;
  color: #0abf5a;
  white-space: nowrap;
}

.sidebar table td:nth-child(1) {
  text-align: left;
}

.sidebar .subtotal td {
  color: #0abf5a;
}

.sidebar .subtotal td strong {
  font-size: 20px;
  line-height: 1;
}

.sidebar table td + td {
  white-space: nowrap;
}

.sidebar table td strong {
  display: block;
}

.product .price {
  font-size: 24px;
}

.product .dropdown-menu {
  width: 100%;
  z-index: 9090909090;
}

.product .dropdown-menu {
  overflow: hidden;
  padding: 0;
  border: none;
  box-shadow: 0 0 0 1px rgba(26, 27, 31, 0.05), 0 5px 24px 0 rgba(0, 0, 0, 0.09);
}

.product .dropdown-menu .dropdown-footer {
  display: none;
  padding: 10px 20px 20px;
  background: #d9e0ea;
  margin: 0 0 -10px;
  border-top: 1px solid #d9d9d9;
  font-weight: bold;
}

.product .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #3e5062;
  padding: 12px 20px;
  position: relative;
  white-space: normal;
  flex: 1;
}



.product .dropdown-menu .dropdown-item input[type="radio"],.product input[type="radio"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}


.btn-buy input[type="radio"]{
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 15px;
  opacity: 0;
  cursor: pointer;
}

.product .dropdown-menu .dropdown-item:active {
  background: #d9e0ea;
}

.product .dropdown-menu .dropdown-item + .dropdown-item {
  border-top: 1px solid #d9e0ea;
}

.product .dropdown-menu .dropdown-footer small {
  display: block;
  font-size: 11px;
  opacity: 0.75;
  font-weight: normal;
}

.product .dropdown-menu .dropdown-item > span {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
}

.product .dropdown-menu .dropdown-item > span + span {
  text-align: right;
}

.product .dropdown-menu .dropdown-item del {
  font-weight: normal;
  display: block;
  font-size: 11px;
  margin: -3px 0 3px;
  color: #8595a7;
}

.product .dropdown-menu .dropdown-item .item-oldprice {
  font-size: 10px;
  text-decoration: line-through;
  line-height: 1;
  margin-top: 5px;
  opacity: 0.5;
}

.product .dropdown-menu .dropdown-item .item-newprice {
  font-weight: bold;
  color: #3f5af1;
  font-size: 15px;
}

.product h5 {
  margin-bottom: 5px;
}

.section-payments {
  border-top: 1px solid #d9e0ea;
}

#licensing {
  padding-bottom: 5px;
}

.product {
  text-align: center;
}

.product .badge {
  margin: -15px 0 5px;
}

.product-description {
  list-style: none;
  margin: 0;
  padding: 0 30px 10px;
}

.product-description li {
  line-height: 1.8;
  margin: 0 0 10px;
}

.product-description li + li:before {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  margin: -5px auto 5px;
  background: #d9e0ea;
}

.product-databases {
  border-top: 1px solid #d9e0ea;
  border-bottom: 1px solid #d9e0ea;
  min-height: 145px;
  padding: 20px 30px;
  margin: 0 0 20px;
}

.product-databases span {
  display: inline-block;
  padding: 2px 4px;
  margin: 1px 0;
  font-size: 12px;
  color: black;
  background: #d9e0ea;
  border-radius: 8px;
}

.table-products .product-action:before {
  content: "";
  display: block;
  border-top: 1px dashed #e8e8e8;
  padding: 10px 0 0;
  margin-top: 10px;
}

.table-products .product-action select {
  width: 100%;
}

.table-products .product-action button {
  background: #3f5af1;
  padding: 10px;
}

.section-category {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding: 15px 0 0;
  background: linear-gradient(
    90deg,
    rgba(45, 62, 80, 1) 0%,
    rgba(4, 69, 147, 1) 100%
  );
}

.section-category ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}

.section-category li {
  width: 25%;
}

.section-category li .nav-link {
  padding: 15px 0 15px;
  font-weight: bold;
  color: white;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  border: none;
}

.section-category li + li .nav-link {
  margin-left: 5px;
}

.section-category li .nav-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.section-category li .nav-link.active {
  color: #3f5af1;
  background: #f9f9f9;
}

.section-category img {
  width: 36px;
  display: none;
}

.section-category .badge {
  display: none;
}

button {
  position: relative;
  height: 40px;
  cursor: pointer;
}

button > span {
  position: absolute;
  display: block;
  transition: all 0.2s;
  padding: 12px 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-buy,
.btn-buy:hover {
  background: #3f5af1;
  color: white;
}

.dropdown-toggle::after {
  display: none;
}

h4.product-title {
  font-size: 21px;
  margin: 0;
  color: #054591;
}

h4.product-title img {
  width: 32px;
  margin: 0 0 15px;
  opacity: 0.65;
}

h4.product-title small {
  display: block;
  margin: 0 0 15px;
  opacity: 0.65;
  font-size: 15px;
}

h5.product-newprice {
  font-size: 22px;
  font-weight: bold;
  color: #3f5af1;
}

.toggle-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 0 30px;
  opacity: 0;
  max-height: 0;
  transition: all 0.25s;
  transition-delay: 0.5s;
  position: relative;
  top: 10px;
}

.toggle-wrap.visible {
  max-height: 100px;
  opacity: 1;
  top: 0;
}

.toggle-wrap h6 {
  padding: 15px 0 5px;
  margin: -5px 0 0;
  cursor: pointer;
  color: #054591;
  position: relative;
}

.toggle-wrap h6::after {
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(45, 62, 80, 1) 0%,
    rgba(4, 69, 147, 1) 100%
  );
  bottom: 0;
  position: absolute;
  content: "";
  transition: all 0.2s;
}

.btn-back {
  display: block;
  margin: 0 0 10px;
}

.btn-success {
  background-color: #0abf5a;
}

.price-buy {
  display: none;
}

.price-sub small,
.price-buy small {
  display: block;
  font-size: 12px;
  color: #292b2c;
  margin-top: 5px;
}

.price-sub del,
.price-buy del {
  font-weight: normal;
  display: block;
  font-size: 13px;
  margin: -3px 0 -3px;
  color: #054591;
  opacity: 0.65;
}

.product .badge {
  margin: -30px auto 20px;
  padding: 5px;
  display: block;
  width: 100px;
  background: #f1703f;
}

.dropdown-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8080808080;
  display: none;
}

.cardlist-hasCardActive .card:not(.active) {
  opacity: 0.65;
}

@keyframes cardAnimation {
  0% {
    background: white;
  }

  50% {
    background: rgba(2, 117, 216, 0.05);
  }

  100% {
    background: white;
  }
}

.cardlist .card.animate {
  animation: cardAnimation 0.5s linear;
  animation-fill-mode: both;
}

.cardlist .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cardlist.cardlist-hasCardActive .card.animate {
  animation: none;
}

.btn-buy,
.dropdown-toggle {
  cursor: pointer;
}

.go-back {
  position: absolute;
  top: 0;
  cursor: pointer;
}

.discount-product {
  text-decoration: none;
  color: green;
  font-size: 10px;
}

@media (max-width: 576px) {
  .section-category {
    display: none;
  }

  .cardlist-horizontal .card {
    margin-bottom: 40px;
  }

  .sidebar {
    padding: 20px !important;
    background: white;
    margin: 0 auto -25px 0;
    border-top: 1px solid #eaedf2;
  }

  .sidebar::after {
    display: none;
  }

  .cardlist-vertical ul.product-content {
    flex-direction: column !important;
  }

  .cardlist-vertical ul.product-content li {
    border: none !important;
  }

  .cardlist-vertical .card-header {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .cardlist-vertical .card-header small {
    margin: 15px 0 0 !important;
  }
}
