#modalCarHistory .modal-body {
  color: #666;
  font-size: 14px;
  /*
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  */
}
#modalCarHistory .modal-body .textsize-sm, #modalCarHistory .modal-body .table-flex .rows .col .value > .list, #modalCarHistory .modal-body .carAcc.desc li {
  font-size: 12px;
}
#modalCarHistory .modal-body .textsize-lg, #modalCarHistory .modal-body .accident-alert {
  font-size: 16px;
}
#modalCarHistory .modal-body .text-lightgray, #modalCarHistory .modal-body .table-flex .rows .col .value.noValue {
  color: #999;
}
#modalCarHistory .modal-body .margin-h-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#modalCarHistory .modal-body .margin-bottom-10 {
  margin-bottom: 10px;
}
#modalCarHistory .modal-body .padding-w-4p {
  padding-left: 4%;
  padding-right: 4%;
}
#modalCarHistory .modal-body li {
list-style-type: none;
}
#modalCarHistory .modal-body li.hasDot {
  list-style-type: disc !important;
}
#modalCarHistory .modal-body .table-flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
#modalCarHistory .modal-body .table-flex div {
  display: flex;
  align-items: center;
}
#modalCarHistory .modal-body .table-flex .rows {
  border-top: 1px solid #d7d7d7;
}
#modalCarHistory .modal-body .table-flex .rows:first-child {
  border-top: 1px solid #999;
}
#modalCarHistory .modal-body .table-flex .rows:last-child {
  border-bottom: 1px solid #999;
}
#modalCarHistory .modal-body .table-flex .rows .col {
  flex: 1;
  background-color: #f3f4f6;
}
#modalCarHistory .modal-body .table-flex .rows .col .title {
  padding: 10px 0;
  flex: 1;
  justify-content: center;
  color: #333;
}
#modalCarHistory .modal-body .table-flex .rows .col .value {
  padding: 10px 0;
  flex: 1;
  justify-content: center;
  color: #666;
  background-color: #FFF;
  flex-direction: column;
  min-height: 22px;
}
#modalCarHistory .modal-body .table-flex .rows .col .value .strong {
  color: #303F9F;
}
#modalCarHistory .modal-body .table-flex .rows .col .value > .hasTwoValue {
  justify-content: space-between;
  width: 90%;
}
#modalCarHistory .modal-body .table-flex .rows .col .value > .listTitle {
  align-self: flex-end;
  padding: 0 10px;
}
#modalCarHistory .modal-body .table-flex .rows .col .value > .list {
  align-self: flex-end;
  padding: 0 10px;
  text-align: right;
}
#modalCarHistory .modal-body .accident-alert {
  border-width: 2px;
  border-radius: 5px;
  border-style: solid;
  border-color: #666;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  font-weight: bold;
  color: #666;
  margin: 15px 0;
}
#modalCarHistory .modal-body .accident-alert.main {
  border-color: #303F9F;
  color: #303F9F;
}
#modalCarHistory .modal-body .carAcc {
  padding: 20px 25px 20px 25px;
}
#modalCarHistory .modal-body .carAcc.desc {
  background-color: #f7f7f7;
  margin-top: 10px;
}
#modalCarHistory .modal-body .carAcc.desc h2 {
  font-size: 22px;
  padding-top: 0px;
  margin-top: 0px;
}
#modalCarHistory .modal-body .carAcc.desc li {
  padding-bottom: 10px;
  letter-spacing: -0.5px;
}


