@charset "UTF-8";
.card-header {
  background: #E3F1FC;
  width: 100%;
  height: 72px;
  border: none;
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #344446;
  margin-bottom: 12px;
}

.collapsed {
  margin-bottom: 12px;
}

main .btn {
  min-width: 200px;
}

.btn_price {
  position: relative;
  background: #E3F1FC;
  width: 100%;
  height: 72px;
  border: none;
  font-family: "Avenir LT Std", sans-serif;
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #344446;
  padding-left: 25px;
  padding-top: 15px;
}
.btn_price:before {
  content: "▲";
  color: #29CF96;
  right: 0;
  padding-right: 80px;
  position: absolute;
}

.collapsed::before {
  content: "▼";
  color: #29CF96;
  right: 0;
  padding-right: 80px;
  position: absolute;
}

.view-page {
  padding-top: 60px;
}

.table {
  margin-top: 0 !important;
}

@media (max-width: 1023px) {
  .sidebar {
    display: none;
  }

  .collapsed:before {
    padding-right: 55px;
  }

  .btn_price:before {
    padding-right: 55px;
  }

  .table tbody td {
    padding-right: 0;
  }

  .cost {
    color: #29CF96 !important;
  }

  .title {
    font-weight: 750;
    font-size: 22px;
    line-height: 22px;
  }

  .table tbody tr td {
    padding-right: 40px !important;
  }
}
.only-mobile {
  visibility: hidden;
}

@media (max-width: 1025px) {
  .only-mobile {
    visibility: visible;
  }
}

/*# sourceMappingURL=price.css.map */
