/*
@font-face {
  font-family: "Lucida Sans";
  src: url("/fonts/Lucida-Sans-Unicode/lsansuni.ttf");
}

@font-face {
  font-family: "Roboto Bold";
  src: url("/fonts/Roboto/Roboto-Regular.ttf");
  unicode-range: U+0030-0039;
}

body {
  font-family: "Roboto Bold", "Lucida Sans";
}
*/
.header-title {
  color: #366b41;
  font-size: 14px;
  font-weight: bold;
}
.header-color {
  background-color: #366b41;
  color: white;
}

.bth-color {
  background-color: #366b41;
  color: white;
  border-color: #366b41;
  box-shadow: none;
}
.bth-color-red {
  background-color: #dc3545;
  color: white;
  border-color: #dc3545;
  box-shadow: none;
}

.bth-color-in {
  color: #366b41;
  border-color: #366b41;
  box-shadow: none;
}

.nav-header {
  background-color: white;
}

.login-page {
  background-color: white;
}

.login-logo {
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 5px;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
}
.login-logo img {
  width: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.login-title {
  text-align: center;
  font-weight: bold;
  color: #366b41;
}

.login-card-body {
  background-color: transparent;
}

.login-form-control {
  border: 1px solid #6c757d;
  border-right: 1px solid #6c757d !important;
  border-left: none;
  border-radius: 5px;
}
.login-form-control:focus {
  border: 1px solid #6c757d;
  border-right: 1px solid #6c757d !important;
  border-left: none;
  box-shadow: 0 0 0 1000px white inset !important;
}

.login-card-body .input-group .input-group-text {
  background-color: white;
  border: 1px solid #6c757d;
  border-left: 1px solid #6c757d !important;
  border-right: none;
  border-radius: 5px;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

.login-btn {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  border-radius: 5px;
}
.login-button {
  background-color: #366b41;
  color: white;
}

#logoutButton {
  background: none;
  border: none;
  outline: none;
  font-size: 1.5rem;
  letter-spacing: 3px;
  border: 1px solid #366b41;
  background-color: #366b41;
  border-radius: 5px;
  color: #fff;
  transition: all 0.5s ease 0s;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}

#logoutButton a {
  color: white;
}

.login-signup-link {
  float: right;
  margin-top: 10px;
}

#menu {
  color: #366b41;
}

.btn-success {
  border-radius: 24px;
}

#assets-dashboard .card-header {
  border-bottom: none !important;
}

#assets-dashboard .card {
  border-radius: 0.75rem;
}

#trust-dashboard-title {
  font-size: 3rem;
}

.assets-card {
  background-image: url("/images/icon_coin_bg_white.png");
  background-position: center center;
  background-size: cover;
}

#assets-balance {
  background-image: url("/images/icon_coin_bg_white.png");
  background-position: center center;
  background-size: cover;
}

h3 > span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5rem;
  transform: scale(1, 1.2);
}

@media screen and (min-width: 480px) and (max-width: 1340px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .md-card {
    max-width: 100%;
  }
  .card-text > h2 {
    font-size: 1.35rem;
  }

  h3 > span {
    display: inline-block;
    font-size: 1.05rem;
    line-height: 1rem;
    transform: scale(1, 1.2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .md-card {
    max-width: 100%;
  }
  .card-text > h2 {
    font-size: 1.29rem;
  }

  h3 > span {
    display: inline-block;
    font-size: 0.99rem;
    line-height: 1.5rem;
    transform: scale(1, 1.2);
  }
}

.table th {
  border-top: none;
}

.table td,
table th {
  vertical-align: middle !important;
}
/* #assets-table table {
  border-radius: 1.5rem;
}

#assets-table > table, th, td {
  border: none !important;
}
#assets-table > th, td {
  border-top: 1px solid #dee2e6 !important;
} */

.type-icon {
  height: 100%;
}

.type-icon img {
  width: 60%;
  transform: rotate(45deg);
}

.type-staking img {
  width: 60%;
  transform: rotate(90deg);
}
.type-available img {
  width: 60%;
  transform: rotate(270deg);
}

@media screen and (min-width: 480px) {
  .type-icon img {
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  #trust-dashboard-title {
    font-size: 2rem;
  }
  .card-text > h2 {
    font-size: 1.5rem;
  }

  h3 > span {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5rem;
    transform: scale(1, 1.2);
  }
  .total-balance-card {
    margin-bottom: 40px;
  }
}

.history-comment {
  font-weight: bold;
  font-size: 1rem;
}

.history-date {
  font-size: 0.75rem;
  color: #6c757d;
}

.history-amount {
  height: 100%;
  font-weight: 600;
  font-size: 1rem;
}

.examine .examine_picture {
  display: block;
  width: 100px;
  height: 100px;
  margin: 60px auto 50px;
}

.examine_title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  color: #292929;
  line-height: 33px;
  text-align: center;
  margin-bottom: 90px;
}

.imagePreview {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: contain;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  border-radius: 0.5rem;
  border-color: #6c757d;
  background-repeat: no-repeat;
}

.note {
  margin-top: 30px;
  font-weight: 500;
  color: #6c757d;
}

.error-message-box {
  width: 50%;
  margin: 20px;
}

.error-message {
  color: #6c757d;
}

.main-footer {
  text-align: center;
}

.form-country .country {
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  cursor: pointer;
}

.country .current {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 0 10px;
}

.current .country_code {
  flex: 1;
}

.country-code-search-wrapper {
  display: block !important;
}
.summary_table_area {
  text-align: center;
}

#summary_table {
  margin: auto;
  width: 80%;
  text-align: center;
  background-color: white;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#summary_table td {
  border-top: none;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

#summary_table .summary_item {
  width: 25%;
}

#summary_table .summary_value {
  width: 25%;
}

.information-body {
  padding: 5% 10%;
}

.information-content {
  margin-top: 30px;
  padding: 0px 30px;
}
.bg-dark-mode {
  opacity: 0.5;
}

.table_sp {
  display: none;
}

.sidebar-mini .nav-sidebar .nav-link {
  white-space: initial !important;
}

@media screen and (max-width: 480px) {
  .table_pc {
    display: none;
  }
  .table_sp {
    display: block;
  }
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .main-sidebar::before {
    margin-left: -270px;
  }
  .main-sidebar {
    width: 270px;
  }
}

@media screen and (min-width: 480px) {
  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    margin-left: 300px;
  }
  .main-sidebar {
    width: 300px;
  }
}
