* {
  margin: 0;
  padding: 0;
}
html *,
html:after,
html:before {
  box-sizing: inherit;
}
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}
.hidden {
  display: none !important;
}
.container {
  max-width: 620px !important;
}

body {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 550px;
  min-height: 550px;
  max-height: 550px;
  display: inline-block;
  box-sizing: border-box;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  min-width: 290px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

.title {
  width: 100%;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 600;
  top: 0;
  left: 1px;
  position: relative;
  border-radius: 3px 3px 0 0;
  letter-spacing: 0.2px;
  padding-top: 12px;
}

.subtitle {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
}

.subtitle .desktop {
  display: inline-block;
}
.subtitle .mobile {
  display: none;
}

.source {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #757170;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 2px;
}
.source a {
  font-size: 13px;
  text-decoration: none;
  color: #757170;
  cursor: pointer;
}
.logo {
  position: absolute;
  right: 3px;
  bottom: 1px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #848484;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  transition: all 0.3s ease;
  z-index: 2;
}
.logo a {
  text-decoration: none;
  color: #848484;
}
.updatetime {
  position: absolute;
  right: 3px;
  bottom: 1px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #848484;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  transition: all 0.3s ease;
  z-index: 2;
}
.logo.hide,
.updatetime.hide {
  opacity: 0;
  z-index: 1;
}

.loader {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border: 3px solid #ddd;
  border-top: 3px solid #42a5f5;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin: 100px auto 150px auto;
  position: absolute;
  left: calc(50% - 37.5px);
}

.desktopSrc {
  display: inline-block;
}
.mobileSrc {
  display: none;
}

.note {
  position: relative;
  width: 100%;
  top: 10px;
  text-align: left;
  font-size: 13px;
  font-style: italic;
  color: #333;
  font-weight: 300;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.table {
  position: relative;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  height: 472px;
  margin-top: 12px;
}

.table #list {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  border-top: 2px solid #eee;
  width: 100%;
  height: 472px;
  overflow: auto;
  overscroll-behavior: contain;
}

.table #list li {
  position: relative;
  display: table;
  width: 100%;
  min-height: 32px;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid rgb(242, 242, 242);
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-align: left;
  margin: 0;
  z-index: -1;
  overflow: hidden;
  transition: all 0.4s ease;
}

.table #list li.sanctionItem {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  z-index: 2;
}

.dateContainer {
  padding-top: 12px;
}

.table #list li.toprow {
  position: sticky;
  top: 0;
  padding: 0;
  z-index: 4;
  background-color: #fff;
  min-height: 46px;
  height: 46px;
  color: #999;
  font-weight: 500;
  font-size: 16px;
  border: 0px;
}

.table #list li .cell {
  position: relative;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  transition: all 0.4s ease;
}

.table #list li.sanctionItem .cell {
  vertical-align: baseline;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.table #list li .date {
  width: 90px;
  /* display: none; */
}

.table #list li .date p {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 3px;
  left: -3px;
}

.table #list .dateContainer .date p {
  padding-left: 3px;
  left: 0;
  font-size: 16px;
  top: -1px;
  position: relative;
}

/* .table #list li .company{ */
/* width: 142px; */
/* font-weight: 500; */
/* } */

/* .table #list li .cash{ */
/* width: 180px; */
/* } */

/* .table #list li .purpose{ */
/* width: 132px; */
/* } */

.table #list li .cell .before {
  display: none;
}

.table #list li .company {
  width: 40%;
  max-width: 170px;
  font-weight: 500 !important;
}

/* .table #list li .purpose {
  width: 18%;
  max-width: 132px;
} */

.table #list li .cell .before {
  display: none;
}

.table #list li .cell .info {
  word-break: break-word;
  text-transform: capitalize;
}

.table #list .dateContainer:last-child li:last-child {
  border: 5px solid #fff;
  margin-bottom: 60px;
}

.table #list li.sanctionItem .cash .info {
  font-weight: 600;
}

.bottomarrow {
  display: inline-table;
  position: absolute;
  bottom: -2px;
  background-color: rgba(251, 251, 251, 0.7);
  text-align: center;
  font-size: 12px;
  height: 0;
  z-index: 4;
  width: 100%;
  margin: 0;
  height: 30px;
  color: #939393;
  padding: 0;
  padding-top: 8px;
  pointer-events: none;
  transition: all 0.3s ease;
}

.bottomarrow img {
  width: 12px;
  top: -1px;
  position: relative;
}

@-webkit-keyframes spin {
  to {
    border-top-color: #ec407a;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    border-top-color: #ec407a;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 640px) {
  .table #list li.toprow {
    display: none;
  }

  /* .table #list .date {
    top: 0;
    height: 36px;
    margin-bottom: 0;
    width: unset;
    display: flex;
    z-index: 6;
    margin-left: 0px;
  } */

  .table #list li {
    position: relative;
    display: block;
    overflow: initial;
  }

  .table #list li.sanctionItem {
    width: 100%;
    margin: 0;
    border-color: #fff;
  }

  .table #list li .date,
  .table #list li .company,
  .table #list li .cash,
  .table #list li .purpose {
    width: 100%;
    display: block;
  }

  .table #list .date .before,
  .table #list li .company .before,
  .table #list li .cash .before,
  .table #list li .purpose .before {
    display: inline-block;
    position: relative;
    width: 125px;
    height: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #999;
    vertical-align: top;
  }

  .table #list li .company .info,
  .table #list li .cash .info,
  .table #list li .purpose .info {
    display: inline-block;
    position: relative;
    width: calc(100% - 140px);
    margin-left: 10px;
    height: 100%;
    font-size: 15px;
  }

  .table #list li .date {
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    background-color: #fff;
  }

  .table #list li .date p {
    padding: 6px 0px;
    text-align: left;
    width: auto;
    left: 0px;
    font-size: 16px;
    margin-bottom: 12px;
  }

  /* .table #list .date p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0;
    top: 0;
    left: 0;
    padding: 2px 7px;
    font-size: 18px;
    margin-left: 0;
  } */

  .table #list li.sanctionItem .cell {
    max-width: none;
    width: 100%;
    margin: 13px 0;
    font-weight: 400;
  }

  .table #list li.sanctionItem .company .info {
    border-bottom: 2px solid rgb(238, 238, 238);
    padding-bottom: 3px;
    font-weight: 500;
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    margin-left: 8px;
  }
}

@media screen and (max-width: 460px) {
  .desktopSrc {
    display: none;
  }
  .mobileSrc {
    display: inline-block;
  }
}

@media screen and (max-width: 360px) {
  .subtitle .desktop {
    display: none;
  }
  .subtitle .mobile {
    display: inline-block;
  }
  .note {
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  .title {
    font-size: 17px;
  }
  .table #list li.sanctionItem .company .info {
    font-size: 15px;
  }
  .table #list li .cell {
    padding-right: 6px;
    padding-left: 6px;
  }
  .table #list li .date p {
    font-size: 15px;
  }
  .table #list .date .before,
  .table #list li .company .before,
  .table #list li .cash .before,
  .table #list li .purpose .before {
    font-size: 14px;
  }
  .table #list li .company .info,
  .table #list li .cash .info,
  .table #list li .purpose .info {
    font-size: 14px;
  }
}
