input[type="radio"] {
  z-index: 1;
}

.section-header {
  margin: 60px 0;
} 

.tab-content {
  margin-bottom: 3.5vw;
}

.card,
.card::before {
  transition: all 0.1s;
}

.card.product-license:hover::before {
  background: rgba(255,255,255,.3);
  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: rgba(255,255,255,.3);
  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: #506eba;
}

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 rgba(255,255,255,.3);
  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: #506eba;
}

.support-listplans .card.active:after {
  background-color: #506eba;
}

.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: 138px;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, .2);
}

.blackfriday .support-listplans .card ul li  {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.support-listplans .card ul li.expired {
  color: red;
}

.support-listplans .card ul li span {
  display: block;
  font-weight: bold;
  opacity: 1;
  margin: 0;
  color: currentColor;
}

.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 rgba(255,255,255,.3);
  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 rgba(255,255,255,.3), 0 1px 2px #cad5e4;
  text-align: center;
  position: relative;
}

.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 rgba(255,255,255,.3);
  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 rgba(255,255,255,.5);
  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;
  border: 1px solid #054591;
  margin: 0;
  display: block;
  border-radius: 100px;
  position: relative;
  transition:  all 0.3s ease;
}

.toggle label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 29px;
  height: 29px;
  background: #054591;
  border-radius: 90px;
  transition: all 0.3s ease;
}

.toggle input:checked + label {
  background: linear-gradient(
    90deg,
    rgba(45, 62, 80, 1) 0%,
    rgba(4, 69, 147, 1) 100%
  );
}

.toggle input:checked + label:after {
  background: #fff;
  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: #506eba !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-label.active:after {
  width: 100%;
}

.info-type {
  display: inline-block;
  opacity: 0.5;
  position: relative;
  font-size: 11px;
  color: black;
}

.card-block {
  padding: 0;
}

.tooltip-inner {
  background: rgba(255,255,255,.5);
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
  border-bottom-color: rgba(255,255,255,.5);
}

.section-header h2 {
  margin-bottom: 20px;
}

.section-resume {
  text-align: center;
}

.section-resume:before {
  content: "";
  display: block;
  width: 30%;
  border-top: 3px solid rgba(255,255,255,.3);
  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 rgba(255,255,255,.3);
  background: #f9f9f9 !important;
  position: relative;
  margin: 40px 0 0 !important;
}

.license-quantity:before {
  content: "";
  display: block;
  width: 5px;
  background: rgba(255,255,255,.3);
  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,
.section-resellers {
  border-top: 1px solid #eaedf2;
  background: white;
  margin-top: 40px;
}

.section-resellers .section-header {
  max-width: 600px;
  margin: 0 auto;
  grid-gap: 24px;
}

.section-resellers .actions {
  grid-gap: 16px;
}

.section-resellers .actions .btn {
  background: #3f5af1;
  border-color: #3f5af1;
}

.section-resellers .actions .btn-outline-primary {
  background: transparent;
  color: #3f5af1;
}

.section-resellers .actions .btn:hover {
  background: #2e47d3;
  color: #fff;
}

.section-faq {
  margin-top: 0;
}

.faqlist * {
  transition: all 0.2s;
}

.faqlist .faqitem {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.2);
  position: relative;
  padding-left: 25px;
}

/*
.faqlist .faqitem:hover {
    color: black;
    background: #f9f9f9;
} */

.faqlist .faqitem:before {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  color: #7c90ff;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  transition: all 0.2s;
}

.faqlist .faqitem .faqitem-title {
  font-weight: normal;
  display: block;
  cursor: pointer;
  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;
  cursor: text;
}

.ribbon {
  display: none;
}

.sidebar {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .sidebar {
    padding: 0 30px;
  }
}

.sidebar:after {
  content: none;
  z-index: 1;
  background: white;
  left: 10px;
}

@media (min-width: 992px) {
  .sidebar:after {
    content: '';
    /* height: 100vh; */
    /* bottom: 0; */
    /* top: -10vh; */
  }
}

.sidebar-header {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 15px 10px;
  position: relative;
  /* 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 rgba(255,255,255,.3);
  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: rgba(255,255,255,.3);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.steps li + li:before {
  content: "";
  display: block;
  width: 100%;
  background: rgba(255,255,255,.3);
  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:after {
  width: 4000px;
  height: 4000px;
}

.sidebar table {
  width: 100%;
  margin-bottom: 20px;
  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: #0a9dbf;
  white-space: nowrap;
}

.sidebar table td:nth-child(1) {
  text-align: left;
}

.sidebar .subtotal td {
  color: #0a9dbf;
}

.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: rgba(255,255,255,.3);
  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;
  align-items: center;
  flex: 1;
}

.product .dropdown-menu .dropdown-item input[type="radio"],
.product input[type="radio"] {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 35%;
  opacity: 0;
  cursor: pointer;
}

.product .dropdown-menu .dropdown-item input[type="radio"]{
  right: 0;
}

.product input[type="radio"] {
  right: 278px;
}

.btn-buy input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.product .dropdown-menu .dropdown-item:active {
  background: rgba(255,255,255,.3);
}

.product .dropdown-menu .dropdown-item + .dropdown-item {
  border-top: 1px solid rgba(255,255,255,.3);
}

.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;
  max-width: 100px;
}

.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 rgba(255,255,255,.3);
}

#licensing {
  padding-bottom: 5px;
}

.products {
  gap: 15px;
}

.products .card {
  margin: 0 !important;
}

.product .badge {
  margin: -15px 0 5px;
}

.product-description {
  list-style: none;
  margin: 0;
  padding: 0 30px 10px;
  color: #292b2c;
}

.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: rgba(255,255,255,.3);
}

.product-info {
  border-top: 1px solid rgba(255,255,255,.3);
}

.product-databases {
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
  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;

  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.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 {
  position: relative;
  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: center;
  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 {
  margin: 0;
  color: #054591;
  cursor: pointer;
  position: relative;
  transform: translateY(2px);
  opacity: 0.65;
  font-weight: 400;
  transition: all .3s ease;
}

.toggle-wrap h6.active {
  opacity: 1;
  font-weight: bold;
}

.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: #0a9dbf;
}

.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: 990px) {
    .product input[type="radio"] {
        right: 40%;
    }
}

@media (max-width: 576px) {
  .section-category {
    display: none;
  }
  .product input[type="radio"] {
    right: 138px;
  }
  .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;
  }
}

/**BF**/

body.blackfriday,
.blackfriday .section-products {
  background: linear-gradient(180deg, #191e3f 0%, #111329 100%);
}

.blackfriday .section-active {
  padding-top: 25px;
}

.blackfriday .section-category {
  border-bottom: 3px solid #96969a;
  border-top: 0px;
  padding-top: 0px;
  background: none;
}

.blackfriday .section-category .nav .nav-item {
  width: fit-content;
}

.blackfriday .section-category .nav-tabs .nav-item {
  margin-bottom: -3px;
}

.blackfriday .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
}

.blackfriday .section-category li .nav-link {
  font-weight: bold;
  color: white !important;
  background: transparent;
  text-transform: uppercase;
  border: none !important;
}

.blackfriday .section-category li .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.blackfriday .section-category li .nav-link.active {
  color: white !important;
  background: #191e3f;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-bottom: transparent !important;
  margin-top: 1px;
}

.blackfriday .pages {
  color: white;
  background: none;
}

.blackfriday .card.product.product-license {
  background: #07041e;
}

.blackfriday .toggle label:after {
  background: #000000;
}

.blackfriday .toggle label {
  background: #403371 !important;
}

.blackfriday .product-databases span,
.blackfriday .badge-default {
  color: #ffffff;
  background: #ffffff2b;
}

/* .blackfriday .btn-block:hover {
  background: #d0bc04 !important;
}

.blackfriday .btn-block {
  background: #ecd500 !important;
  color: black !important;
  border-color: #ecd500 !important;
  font-weight: 600;
} */

.blalckfriday .product {
  box-shadow: 0 1px 3px #154674, 0 1px 4px #154674 !important;
}

.blackfriday .card.product-license:hover::before {
  background: #403371;
}

.blackfriday .product .dropdown-menu .dropdown-item {
  color: #efefef;
}

.blackfriday .product .dropdown-menu .dropdown-item .item-newprice {
  color: #ebd400;
}

.blackfriday .dropdown-item:focus,
.blackfriday .dropdown-item:hover {
  background-color: #000000 !important;
}

.blackfriday .faqlist .faqitem .faqitem-title {
  color: white;
}

.blackfriday .section-faq {
  background: #272238;
  box-shadow: 0 1px 3px #1c1340, 0 0px 2px #cad5e4 !important;
}

.blackfriday:before {
  content: "";
  background: url(//localhost:8081/site/pt/home/img/black-friday/blackfriday-pattern.png)
    repeat;
  width: 100%;
  height: 329px;
  display: block;
  position: absolute;
  border-top: none;
  top: 0;
  background-position-y: 70px;
}

.blackfriday .main.active {
  background: none !important;
}

.blackfriday .product {
  box-shadow: 0 1px 3px #1c1340, 0 1px 2px #cad5e4 !important;
}

.blackfriday .product .dropdown-menu {
  background: rgba(255, 255, 255, .2);
}

.blackfriday main.tab-2.active {
  margin-top: 75px;
}

.blackfriday .section-course {
  background: #272238;
}

.blackfriday .card {
  background: #07041e;
}

.blackfriday h5.product-newprice {
  opacity: 0.8;
}

.blackfriday .card.product-support .product-content {
  background: none;
}

.card.product.product-support .product-content select {
  /* reset */
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;

  /* custom select */
  border: 1px solid #eaedf2;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem 0.25rem 0;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  display: grid;
  grid-template-areas: "select";
  align-items: center;
}


.blackfriday  .product-content select {
  background: transparent !important;
  color: #fff;
  border-color: rgba(255,255,255,.2) !important;
}

.blackfriday .product-content select option {
  color: #000;
}

.card.product.product-support .product-content select::-ms-expand {
  display: none;
}

.card.product.product-support .product-content select,
.card.product.product-support .product-content select:after {
  grid-area: select;
}

.card.product.product-support .product-content select:after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  justify-self: end;
}

.blackfriday .card.product.product-support.active {
  border: 1px rgba(255, 255, 255, .2) solid !important;
  background: rgba(255, 255, 255, .1);
}

.blackfriday .sidebar {
  background: none;
}

.blackfriday button.btn.btn-lg.btn-block.btn-primary.btn-next.mt-2 svg {
  fill: black;
}

.blackfriday .info-type {
  background: url(//cdn2.scriptcase.net/lib/../store/img/info.svg) white;
  width: 16px;
  height: 16px;
  box-shadow: 0 1px 3px #1c1340, 0 1px 2px #cad5e4 !important;
  border-radius: 15px;
  top: 3px;
  border: 1px solid white;
  background-size: 100%;
}

.blackfriday .sidebar:after {
  background: none !important;
}

.blackfriday a {
  color: #a4b2ff;
}

.blackfriday .toggle-wrap h6 {
  color: #ffffffe3;
}

.blackfriday .product .price,
.blackfriday h5.product-newprice,
.blackfriday .sidebar table td em,
.blackfriday .sidebar .subtotal td {
  color: #ffffffe3 !important;
}

.blackfriday h4.product-title,
.heading {
  color: #42ffff !important;
}

.blackfriday .advantage-list p {
  border-top: 1px solid #42ffff;
}

.blackfriday #planos .heading {
  color: white;
}

.blackfriday .price-sub small,
.price-buy small {
  color: white;
  opacity: 0.65;
}

.blackfriday .login-direct a.btn-primary {
  background: #ecd500 !important;
  color: black !important;
  border-color: #ecd500 !important;
  font-weight: 600;
}

.blackfriday .sidebar table {
  background: none;
}

.blackfriday .block-instruction {
  color: white;
}

.blackfriday .block-instruction a {
  color: #98a7ff;
}

.blackfriday .block-instruction a.btn-brasil {
  color: white;
}

/*--Promo 15 dias Grátis--*/
.product .badge {
  margin: -30px auto 0px 15px;
  padding: 5px;
  display: inline-block;
  width: auto;
  /* background: #0a9dbf; */
}
.support-listplans .card.active:first-child,
.card.product-support.active::before {
  border-color: #28a745 !important;
}
.support-listplans .card.active:first-child:after,
.card.product-support.active:first-child:before {
  background-color: #28a745;
}
.support-listplans .card.active:first-child {
  border-color: #28a745 !important;
}
span.badge.badge-pill.badge-secondary {
  background: #28a745;
}
