/* Standalone Tcash information page. PHP 5.2 and BIG5 safe. */
html { overflow-y: scroll; }
* { box-sizing: border-box; }
html, body { min-height: 100%; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  color: #263442;
}

body > footer { margin-top: auto; }

.tcashinfo-main {
  width: calc(100% - 24px);
  max-width: 1120px;
  margin: 28px auto 60px;
}

.mainpush2 {
  float: none;
  width: 100% !important;
  overflow: hidden;
  border: 1px solid #dfe7ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(40, 67, 84, .08);
}

.mainpush2-title {
  position: relative;
  padding: 18px 22px 18px 34px;
  border-bottom: 1px solid #e7edf1;
  color: #263442;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.mainpush2-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 5px;
  height: 24px;
  border-radius: 4px;
  background: #1677b8;
  transform: translateY(-50%);
}

.abgne_tab2 { padding: 0 24px 30px; }

ul.tabs2 {
  display: inline-flex;
  gap: 4px;
  margin: 18px 0 0;
  padding: 4px;
  border-radius: 9px;
  background: #edf3f6;
  list-style: none;
}

ul.tabs2 li {
  min-width: 150px;
  border-radius: 7px;
  line-height: 44px;
  list-style: none;
  text-align: center;
}

ul.tabs2 li a {
  display: block;
  padding: 0 16px;
  border-radius: 7px;
  color: #6c7a89;
  font-size: 16px;
  text-decoration: none;
}

ul.tabs2 li:not(.active) a:hover {
  color: #0d5f96;
  background: rgba(255, 255, 255, .7);
}

ul.tabs2 li.active,
ul.tabs2 li.active a,
ul.tabs2 li.active a:hover {
  color: #fff;
  background: #1677b8;
  box-shadow: 0 2px 7px rgba(22, 119, 184, .25);
}

.tab_container2 {
  width: 100%;
  padding-top: 20px;
  text-align: left;
}

.tab_content2,
.tcashwhat,
.inner { width: 100%; }

.inner {
  padding: 24px 28px 30px;
  border: 1px solid #dfe7ed;
  border-radius: 10px;
  background: #f8fbfd;
}

.inner h1 {
  margin: 28px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe7ed;
  color: #263442;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.45;
}

.inner h1:first-child { margin-top: 0; }
.inner h1 i { margin-right: 3px; color: #1677b8; }

.inner h2 {
  margin: 24px 0 10px;
  color: #0d5f96;
  font-size: 17px;
  font-weight: bold;
}

.inner p,
.inner li {
  color: #52616f;
  font-size: 15px;
  line-height: 1.8;
}

.inner ul,
.inner ol {
  margin: 0 0 16px;
  padding-left: 24px;
}

.inner > a {
  display: inline-block;
  margin: 4px 0 10px;
  padding: 9px 16px;
  border-radius: 6px;
  background: #1677b8;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
}

.inner > a:hover { background: #0d5f96; }

.CSSTableGenerator {
  width: 100%;
  margin: 14px 0 22px;
  overflow: hidden;
  border: 1px solid #dfe7ed;
  border-radius: 9px;
  background: #fff;
}

.CSSTableGenerator table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.CSSTableGenerator td {
  padding: 11px 8px;
  border-right: 1px solid #edf1f4;
  border-bottom: 1px solid #dfe7ed;
  color: #263442;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.CSSTableGenerator tr:first-child td {
  border-color: rgba(255, 255, 255, .16);
  background: #0d5f96;
  color: #fff;
  font-weight: bold;
}

.CSSTableGenerator tr:last-child td { border-bottom: 0; }
.CSSTableGenerator td:last-child { border-right: 0; }
.CSSTableGenerator tr:not(:first-child):hover td { background: #f4f9fc; }

.tab_content2 > a,
.tab_content2 > div > a {
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
}

.tab_content2 .btn {
  min-width: 150px;
  padding: 10px 22px;
  border: 0;
  border-radius: 7px;
  background: #1677b8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 3px 8px rgba(22, 119, 184, .24);
}

.tab_content2 .btn:hover,
.tab_content2 .btn:focus { background: #0d5f96; color: #fff; }

.innert3 {
  padding: 54px 20px;
  border: 1px solid #cfe0ea;
  border-radius: 9px;
  background: #f0f7fb;
  color: #52616f;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.innert3 i { color: #1677b8; vertical-align: middle; }

@media screen and (max-width: 768px) {
  .tcashinfo-main { width: 100%; margin: 0; }

  .mainpush2 {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .mainpush2-title { padding: 15px 18px 15px 31px; font-size: 20px; }
  .mainpush2-title:before { left: 16px; }
  .abgne_tab2 { padding: 0 10px 24px; }

  ul.tabs2 {
    display: flex;
    width: 100%;
    margin-top: 12px;
  }

  ul.tabs2 li { flex: 1 1 0; min-width: 0; line-height: 42px; }
  ul.tabs2 li a { padding: 0 3px; font-size: 14px; }
  .tab_container2 { padding-top: 14px; }
  .inner { padding: 20px 14px 24px; }
  .inner h1 { font-size: 18px; }

  .CSSTableGenerator {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .CSSTableGenerator table { min-width: 520px; }
}
