main {
  --pricing-primary-color: #3388FF;
  --pricing-hover-color: #5099FF;
  --pricing-active-color: #0757C7;
  --pricing-white: #fff;
  font-family: Poppins Regular;
}

.trade-plate {
  background: linear-gradient(180deg, #EEF5FF 5%, #FFFFFF 15%);
}


.prices-line {
  position: relative;
  margin: 65px 0 5px;
  width: 100%;
  height: 1px;
  background: #C3DCFF;
}

.header-try-now {
  display: none !important;
}

.tag-list {
  display: flex;
  margin: 15px auto 0;
  width: 200px;
  height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #527FB6;
  background: #F2F8FF;
  border: 1px solid #AFD1FA;
  border-radius: 10px;
}


.trade-plate h2 {
  font-size: 38px;
}

.trade-plate .trade-plan {
  padding-bottom: 80px;
  background: #E4EFFF;
  border: 2px solid #C3DCFF;
}

.trade-plate .trade-plan {
  padding-top: 20px;
}

.trade-plate .trade-plan.best-seller {
  padding-top: 20px;
  background: #000A47;
}


.trade-plate .trade-plan.best-seller .plan-info,
.trade-plate .trade-plan .plan-info {
  position: absolute;
  margin-top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #5F6575;
}

.trade-plate .trade-plan.best-seller .plan-radio {
  color: var(--pricing-white);
}


.plan-radio img {
  position: absolute;
  z-index: 1;
  right: -35px;
  top: -15px;
}

.trade-plate .available {
  margin-top: 16px;
}

.trade-plate .trade-list {
  margin-top: 40px;
  align-items: normal;
}

.trade-plate .trade-plan {
  max-width: 350px;
  margin-left: 20px;
}

.trade-plate .buy-head {
  display: flex;
  justify-content: center;
}


.form-group .text-center button,
.trade-plate .trade-plan.best-seller .btn-box,
.trade-plate .trade-plan .btns{
  margin: 32px auto 0;
  max-width: 280px;
}


.form-group .text-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.trade-plate .pay-btn {
  border: solid 2px var(--pricing-primary-color);
  color: var(--pricing-primary-color);
  background: var(--pricing-white);
  box-shadow: 0px 4px 4px 0px rgba(97, 37, 0, 0.1);
}

.trade-plate .pay-btn path:last-child {
  fill: var(--pricing-primary-color);
}
.trade-plate .pay-btn:hover {
  border-color: var(--pricing-hover-color);
  color: var(--pricing-white);
  background: var(--pricing-hover-color);
}

.trade-plate .pay-btn:hover path:last-child {
  fill: var(--pricing-white);
}

.trade-plate .pay-btn:is(:active) {
  background: var(--pricing-active-color);
  border-color: var(--pricing-active-color);
}


  
 
.trade-plate .trade-plan.best-seller .average-price span {
  color: #FFB033;
}
.trade-plate .trade-plan.best-seller .btn-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.trade-plate .trade-plan.best-seller .pay-btn::before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 249, 193, 0) 0%, rgba(255, 255, 255, .6) 100%);
  height: 100%;
  width: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: -80px;
  transform: skewX(-45deg) translateX(0);
  animation: btn-animation 2.5s infinite cubic-bezier(0.4, 0, 1, 1);
}

@keyframes btn-animation {
  100% {
    transform: skewX(-45deg) translateX(500px);
  }
}


.TabPremium.trade-plate .pay-btn,
.form-group .text-center button,
.trade-plate .trade-plan.best-seller .pay-btn {
  color: var(--pricing-white);
  background: var(--pricing-primary-color);
}

.TabPremium.trade-plate .pay-btn path:last-child,
.trade-plate .trade-plan.best-seller .pay-btn path:last-child {
  fill: var(--pricing-white);
}

.TabPremium.trade-plate .pay-btn:hover,
.form-group .text-center button:hover,
.trade-plate .trade-plan.best-seller .pay-btn:hover {
  border-color: var(--pricing-hover-color);
  color: var(--pricing-white);
  background: var(--pricing-hover-color);
}


.TabPremium.trade-plate .pay-btn:is(.active),
.form-group .text-center button:is(:active),
.trade-plate .trade-plan.best-seller .pay-btn:is(:active) {
  background: var(--pricing-active-color);
  border-color: var(--pricing-active-color);
}


.form-group .text-center button {
  border: none;
  width: 280px;
  height: 60px;
  font-size: 18px;
  border-radius: 10px;
  font-family: Poppins SemiBold;
  box-shadow: 0px 4px 4px 0px rgba(97, 37, 0, 0.1);
}

.trade-plate .trade-plan.best-seller .prices-line {
  background: #283061;
}


.form-group .error {
  color: #f00;
  font-size: 12px;
}

.trade-plate .one-device {
  margin-bottom: 8px;
  text-align: center;
}

.recommend {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 179px;
  text-align: center;
  height: 27px;
  line-height: 27px;
  background: url("https://images.clevguard.com/en/assets/images/kidsguard-pro-pricing/recommend.svg") no-repeat center;
}

.trade-plate .trade-plan.best-seller .plan-title {
  margin-top: 0;
}

.trade-plate .trade-plan,
.trade-plate .trade-plan.best-seller {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 107px;
}
.trade-plate .trade-plan.best-seller {
  border-color: #000A47;
}

.base-offer {
  position: absolute;
  top: -14px;
  right: -2px;
  width: 94px;
  height: 43px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  background: url("https://images.clevguard.com/tw/assets/images/kidsguard-pro-pricing/pricing_best_choice.svg") no-repeat center;
}


.feature-head {
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
}


.feature-head.curr {
  position: fixed;
  z-index: 3;
  margin-top: 0;
  top: 0;
  width: 100%;
  background: #fff;
}

.feature-head .item,
.feature-plate .table-item p {
  /* background: #F5F9FF; */
  border-left: 1px solid #E6F1FE;
}

.load {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .2);
}
.alertmsg {
    max-width: 360px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.8);
    border-radius: 10px;
    top: 50%;
}



.feature-head .flex,
.feature-plate .table-item.flex {
  display: flex;
}


.feature-head .base-maxwidth {
  justify-content: flex-end;
  height: 32px;
}

.feature-table {
  position: relative;
  z-index: 1;
}

.feature-head .item {
  padding: 6px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature-head .item .name {
  display: flex;
  font-size: 13px;
  color: #666;
}


.feature-head .item .name img {
  margin-left: 5px;
}

.feature-head .pay-btn {
  position: relative;
  width: 80px;
  height: 32px;
  border-radius: 6px;
  /* color: transparent; */
  overflow: hidden;
}


.feature-head .pay-btn svg {
  display: none;
  /* position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 20px; */
}

.feature-plate {
  margin-top: 0;
}

/* .feature-plate .table-item {
  padding: 13px 0;
} */

/* .feature-plate .table-item:not(:nth-child(1)) {
  position: relative;
  z-index: 1;
  border-top: solid 1px #F0F0F0;
} */


.feature-plate .table-item.name {
  font-size: 18px;
  font-weight: 700;
}

.feature-plate .table-item p {
  color: #666;
  font-size: 13px;
}


.feature-head .item:nth-child(1),
.feature-plate .table-item p:nth-child(1) {
  width: 35%;
  border-left: none;
}

.feature-plate .table-item p:nth-child(1) {
  padding-left: 20px;
}

.feature-plate .table-item:nth-child(1) p {
  padding-top: 13px;
}

.feature-plate .table-item p {
  padding-top: 3px;
  padding-bottom: 3px;
}

.feature-plate .table-item:nth-child(even) {
  background: rgba(238, 240, 254, .5);
}

.feature-head .item:not(:nth-child(1)),
.feature-plate .table-item p:not(:nth-child(1)){
  position: relative;
  z-index: 2;
  width: calc(65% / 3);
  /* max-width: 322px; */
  text-align: center;
}

.feature-plate .table-item {
  width: 100%;
  /* min-height: 24px; */
}


  .trade-plate .trade-plan .buy-pc.select {
    z-index: 1;
    width: 140px;
    height: 40px;
    border-radius: 8px;
    background: #fff;
    border-color: #e0e0e0;
  }
  .trade-plate .trade-plan .buy-pc.select .this-txt {
    padding: 10px 12px;
  }

  .trade-plate .trade-plan .select.active .buy-choose {
      display: block;
      padding: 5px 0;
      border-color: #e0e0e0;
      border-radius: 10px;
  }

  .trade-plate .trade-plan .buy-choose>div:hover {
    background: var(--pricing-primary-color);
    color: var(--pricing-white);
  }
  

.trade-plate .trade-plan .buy-pc.select + .select {
  margin-left: 10px;
}

.feature-head .tab-list {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #E6F1FE;
}

.feature-head .tab-list .tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #1C233B;
    width: 33%;
    height: 36px;
}
.feature-head .tab-list .tab-item.active {
  border-bottom: solid 2px #3388FF;
  font-weight: 600;
  color: #3388FF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(51, 136, 255, .3) 100%);
}

.feature-head .tab-list .tab-item img {
  margin-left: 4px;
}



.feature-plate .table-item p img {
  transform: translateX(10px);
}

.trade-plate .trade-plan .plan-title {
  text-align: center;
  font-size: 20px;
  font-family: Poppins SemiBold;
}

.prices,
.plan-prices {
  text-align: center;
}

.trade-plate .available {
  justify-content: center;
}
.trade-plate .plan-info {
  justify-content: center;
}

.trade-plate .plan-price {
  padding-bottom: 20px;
}

.trade-plate .trade-plan.family .btn-box  {
  margin-top: 30px;
}

.permess-list .everything {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}


.permess-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.permess-list .icon {
  margin-top: 12px;
  width: calc(50% - 10px);
}

.prices + .plan-radio {
  margin-top: 29px;
}

.success-alert-wrap {
  border-radius: 20px;
  background: linear-gradient(180deg, #E4EFFF 0%, #FFFFFF 20.46%);
}

.success-alert-cont h4 {
  color: #2E2E2E;
}


.purchase-faq .faq-question:hover, .purchase-faq .faq-question.curr {
  color: var(--pricing-primary-color);
}

.base-btn-border-blue {
  color: var(--pricing-primary-color);
  border-color: var(--pricing-primary-color);
}

.base-btn-border-blue:hover {
  background-color: var(--pricing-hover-color);
}

.base-btn-border-blue:is(:active) {
  background-color: var(--pricing-active-color);
}

.plan-radio {
  position: relative;
  width: 250px;
  margin: 0 auto 13px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #171A32;
  font-size: 14px;
  cursor: pointer;
}

.plan-radio .radio {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  cursor: pointer;
}
.plan-radio.active .radio {
  border: none;
  background: url("https://images.clevguard.com/en/assets/images/kidsguard-pro-pricing/pricing_radio.svg") no-repeat;
  background-size: contain;
}

.plan-radio del {
  margin-left: 10px;
  opacity: .3;
}

.plan-radio:not(:is(.active)) p {
  opacity: .6;
}


/* .family .permess-list  {
  width: 244px;
} */

:is(.family .permess-list, .and-card) .icon.icon-success::before {
  margin-right: 6px;
}


.trade-plate .trade-plan.best-seller  .icon {
  color: #fff;
}

.icon {
  display: flex;
  position: relative;
  font-size: 14px;
  color: #171A32;
}

.icon.icon-success::before {
  content: '';
  display: block;
  margin-right: 12px;
  transform: translateY(3px);
  width: 14px;
  height: 14px;
  background: url("https://images.clevguard.com/en/assets/images/kidsguard-pro-pricing/pricing_success.svg") no-repeat;
  background-position: 0 center;
}

.icon.icon-close {
  color: #999;
}

.icon.icon-close::before {
  content: '';
  display: block;
  margin-right: 12px;
  width: 14px;
  height: 14px;
  transform: translateY(3px);
  background: url("https://images.clevguard.com/en/assets/images/kidsguard-pro-pricing/pricing_close.svg") no-repeat;
  background-position: 0 center;
}

.and-card {
  margin: 32px auto 0;
  padding: 16px 20px;
  border-radius: 15px;
  background:  rgba(255, 255, 255, .6);

}

.and-card .permess-list {
  margin-top: 8px;
}

.and-card .name {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #2e2e2e;
}

.and-card .icon + .icon {
  margin-top: 5px;
}

.and-href {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 25px;
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.contact-sales-text {
  color: var(--pricing-primary-color);
  text-decoration: underline;
  cursor: pointer;
}

.contact-sales-text:hover {
  color: var(--pricing-hover-color);
}
.contact-sales-text:active {
  color: var(--pricing-active-color);
}

.and-href a {
  text-decoration: underline;
  color: #485fef;
}


.feature-plate .trade-plate {
  padding: 0;
  background: #fff;
}

.feature-plate .trade-plate .trade-plan {
  width: auto;
  max-width: inherit;
  margin: 0;
  padding: 0;
  min-height: auto;
  box-shadow: none;
}
.feature-plate {
  display: none;
}


.trade-plate .plan-price.active {
  margin-top: 24px;
  padding-bottom: 22px;
  font-size: 14px;
  white-space: nowrap;
}


@media (max-width: 992px) {

  
  .feature-head .item .name img {
    width: 12px;
  }

  .feature-plate {
    display: block;
  }

  .trade-plate .trade-plan {
    background: none;
    border: none;
  }
  .base-offer {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 5px;
  }

  .prices-line {
    background: none;
  }


  .feature-plate .table-item .icon {
    justify-content: center;
  }

   .feature-plate .table-item .icon::before {
    margin: 0;
    opacity: .3;
  }

  .feature-plate .feature-table[name="TabLite"] .table-item .icon:nth-child(2)::before {
    opacity: 1;
  }
  .feature-plate .feature-table[name="TabPremium"] .table-item .icon:nth-child(3)::before {
    opacity: 1;
  }
  .feature-plate .feature-table[name="TabFamily"] .table-item .icon:nth-child(4)::before {
    opacity: 1;
  }

  .feature-head .pay-btn {
    margin-top: 0;
    font-size: 16px;
  }

  .feature-plate .trade-plate {
    display: none;
  }

  .feature-plate .trade-plate.active {
    display: block;
  }


  .feature-plate  .select.disabled  {
    pointer-events: none;
    opacity: .5;
  }

  .trade-plate .trade-plan .select.active .buy-choose {
    z-index: 3;
  }

  .trade-plate .page-desc {
    margin: 20px 0 0;
  }

  .trade-plate {
    padding: 23px 0;
    background: #eef5ff;
  }

  .tag-list {
    font-weight: 600;
  }

  h1 {
    font-size: 24px;
  }

  .trade-plate .page-desc {
    font-size: 16px;
  }

 .trade-plate .trade-list {
    display: none;
  }




  .feature-plate .trade-plate {
    padding: 12px 20px 0;
    border-bottom: solid 1px #E6F1FE;
  }

  .feature-plate .trade-plate .head,
   .feature-plate .trade-plate .head div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .feature-plate.pro .trade-plate .head {
    justify-content: center;
  }

  .feature-plate .trade-plate .name {
    font-size: 14px;
  }

  .feature-plate .trade-plate .head .name {
    font-size: 20px;
    font-weight: 600;
  }

  .prices + .plan-radio {
    margin-top: 20px;
  }

  .feature-plate .trade-plate .trade-plan {
    display: flex;
    justify-content: center;
    margin-top: 6px;
  }
  .trade-plate .trade-plan .buy-pc.select {
    z-index: 3;
  }
  .feature-plate .trade-plate .plan-price {
    margin: 20px 0;
    padding-bottom: 0;
  }

  .trade-plate .trade-plan .buy-pc.select .this-txt {
    color: #2E2E2E;
  }

  .feature-plate .trade-plan .buy-pc.select + .select {
    margin-left: 20px;
  }

  .feature-plate .prices {
    display: flex;
    align-items: baseline;
  }

  .feature-plate.pro .prices {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }

  .feature-plate.pro .average-price span {
      line-height: 48px;
  }

  .feature-plate.pro .btns {
    position: relative;
    margin: 20px 0 30px;
  }

  .feature-plate.pro .feature-head .pay-btn {
    width: 280px;
    height: 60px;
    font-size: 18px;
  }

  .feature-plate.pro .trade-plate .btn-box {
    justify-content: center;
    align-items: center;
  }

  .feature-plate.pro .feature-head .pay-btn svg {
    display: block;
  }

  .feature-plate.pro .base-offer{
    position: absolute;
    top: -28px;
    left: 50%;
    z-index: 1;
    width: 94px;
    height: 72px;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 17px 0;
    font-weight: 600;
    transform: translateX(82px);
    background-image: url(https://images.clevguard.com/en/assets/activity/christmas-sales-2024/christmas--offer.svg);
    user-select: none;
    pointer-events: none;
  }

  .trade-plate .average-price {
    margin-top: 0;
    white-space: nowrap;
    font-size: 14px;
  }

  .trade-plate .average-price span {
    font-size: 32px;
  }




  .table-item .icon {
    padding: 0;
    background-position: center;
  }
  .table-item .icon + .icon {
    margin-top: 0;
  }



  .feature-head+.base-maxwidth,
  .feature-head .base-maxwidth {
    margin: 0;
  }


  .trade-plate .btn-box {
    display: none !important;
  }
  .trade-plate .btn-box.active {
    display: flex !important;
  }

}

@media (max-width: 552px) {

  .trade-plate .plan-tips {
    left: 20%;
  }

}

@media (max-width: 414px) {
  .trade-plate .plan-tips {
    left: 10%;
  }
}

@media (max-width: 375px) {

  .feature-plate .table-item p {
    font-size: 12px;
  }

  .trade-plate .buy-head {
    flex-direction: column;
  }

  .trade-plate .trade-plan .buy-pc.select {
    width: 100%;
  }


  .trade-plate .trade-plan .buy-choose,
  .trade-plate .trade-plan.best-seller .buy-choose {
    z-index: 1;
  }

  .trade-plate .average-price span {
    font-size: 28px;
  }
}




/* contact-sales-dialog */
.contact-sales-dialog {
  display: none;
  position: fixed;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100vh;
}

.contact-sales-dialog .contact-close {
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
}

.contact-sales-dialog .fixed {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #2E2E2E;
  opacity: .6;
}


.contact-sales-dialog h2 {
 font-size: 24px;
 font-family: Poppins Bold; 
 line-height: 1.2;
}

.contact-sales-dialog .sub-desc {
  margin-top: 10px;
  font-size: 16px;
  opacity: .6;
  max-width: 519px;
  text-align: center;
}

.contact-sales-dialog .content {
  position: relative;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 37px 75px 30px;
  max-width: 730px;
  background: linear-gradient(180deg, #E4EFFF 0%, #FFFFFF 20.46%);
  border-radius: 20px;
}

.contact-sales-dialog :is(form, .form-group) {
  margin-top: 20px;
}

.contact-sales-dialog .form-label {
  margin-bottom: 4px;
  font-size: 14px;
  color: #000;
}

.contact-sales-dialog .form-group {
  justify-content: space-between;
}

.contact-sales-dialog .w50 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}


.contact-sales-dialog :is(textarea, input, select, .item) {
  padding: 13px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background: var(--pricing-white);
  height: 48px;
  width: 100% !important;
} 


.contact-sales-dialog  label span {
  color: #f00;
}

.contact-sales-dialog :is(textarea, input, select, .item)::placeholder {
  color: #000;
  opacity: .6;
}

.contact-sales-dialog .form-group textarea {
  height: 89px ;
}


.contact-sales-dialog .selectize-dropdown-content {
  position: absolute;
  z-index: 2;
  transform: translateY(5px);
  width: 100%;
  padding: 5px 0;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 2px 4px 10px 0px rgba(43, 44, 225, 0.10);
  max-height: 300px;
  overflow: auto;
}

.contact-sales-dialog .selectize-dropdown-content .option {
  cursor: pointer;
  font-size: 14px;
  padding: 0 8px;
  min-height: 30px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.90);
  font-family: 'Poppins Regular';
  font-style: normal;
  font-weight: 400;
}
.contact-sales-dialog .selectize-dropdown-content .option + .option {
  margin-bottom: 2px;
}
.contact-sales-dialog .selectize-dropdown-content .option:is(.active, :hover) {
  background: var(--pricing-primary-color);
  color: var(--pricing-white);
}

.contact-sales-dialog #captcha_img_two {
  margin-left: 8px;
  width: 92px;
  height: 48px;
  border-radius: 8px;
  background: #ccc;
}

.contact-sales-dialog .captcha-text {
  position: relative;
}

.contact-sales-dialog svg {
  position: absolute;
  right: 10px;
  top: 16px;
}

@media (max-width: 768px) {
  .contact-sales-dialog .content {
    width: calc(100% - 20px);
    padding: 30px 20px;
  }

  .contact-sales-dialog .sub-desc {
    font-size: 12px;
  }

  .contact-sales-dialog h2 {
    font-size: 20px;
  }

  .contact-sales-dialog .form-label {
    font-size: 12px;
  }

  .contact-sales-dialog :is(textarea, input, select, .item) {
    font-size: 10px;
  }

  .contact-sales-dialog :is(form, .form-group) {
    margin-top: 10px;
  }


  .contact-sales-dialog :is(textarea, input, select, .item) {
    padding: 10px;
    height: 36px;
  }

  .contact-sales-dialog #captcha_img_two {
    height: 36px;
  }

  .form-group .text-center button {
    margin-top: 20px;
    font-size: 16px;
    height: 46px;
  }


  .contact-sales-dialog .w50 {
    width: calc(50% - 5px);
  }
  .contact-sales-dialog svg {
    top: 10px;
  }
}

/* end contact-sales-dialog */