compare.css 3.65 KB
.account-tab-4 {
  margin-top: 0;
  width: 100%;
}

.account-compare-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.account-compare-top__btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #F5851A;
  position: relative;
  padding-left: 17px;
  margin-left: 28px;
}
.account-compare-top__btn:before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7 17L0 15.3L6.8 8.5L0 1.7L1.7 0L8.5 6.8L15.3 0L17 1.7L10.2 8.5L17 15.3L15.3 17L8.5 10.2L1.7 17Z' fill='%23F2994A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  left: -10px;
}
.account-compare-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: start;
}
.account-compare-top__icons {
  margin-top: 0;
  margin-right: 43px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.account-compare-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
}
.account-compare-tabs > :not(:last-child) {
  margin-right: 16px;
}

.compare-tab {
  font-size: 14px;
  line-height: 16px;
  color: #333B49;
}
.compare-tab.active {
  font-weight: 700;
  color: #F5851A;
}

.compare-tabs__item {
  display: none;
}
.compare-tabs__item--active {
  display: block;
}

.table {
  width: auto;
  color: #333B49;
}
.table__line {
  height: 63px;
  font-weight: 600;
  font-size: 15.4186px;
  border: none;
  border-radius: 9.63664px;
  line-height: 21px;
}

.table-compare-wrapper {
  margin-top: 20px;
  max-width: 955px;
  width: 100%;
  height: 1623px;
  overflow-x: auto;
  overflow-y: auto;
  margin-bottom: 120px;
}

.compare-thead {
  margin-bottom: 11px;
}

.line-color {
  background: #F7F7F9;
  border-radius: 9.63664px;
}

.compare-table {
  border-collapse: collapse;
  color: #333B49;
}
.compare-table__line {
  height: 217px;
  border-spacing: 20px;
}
.compare-table__line-title {
  font-weight: 600;
  font-size: 15.4186px;
  line-height: 21px;
  color: #ABB2BF;
  margin-left: 10px;
  margin-bottom: 5px;
}
.compare-table__line-content {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
}
.compare-table__line-content.first {
  margin-left: 10px;
}

.compare-table-title {
  height: 100%;
  min-width: 305px;
}

.table-line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
}
.table-line-title__content {
  height: 100%;
  margin-bottom: 20px;
}
.table-line-title__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top top;
     object-position: top top;
  padding-left: 70px;
  padding-bottom: 46px;
}

.table-line-title-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  position: absolute;
  bottom: -9px;
  left: 0;
  max-width: 285px;
  width: 100%;
}
.table-line-title-name.name-two {
  bottom: -20px;
}

.compare-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.compare-icons__compare:after {
  bottom: 0;
  right: 10px;
}
.compare-icons__favorite:after {
  bottom: -32px;
  right: 12px;
}