@charset "utf-8";

.container {
  box-sizing: border-box;
  width: auto;
  margin-top: 12vh;
  margin-right: 16px;
  margin-bottom: 145px;
  margin-left: 16px;
  padding: 0;
  text-align: center;
}
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 24px;
  padding: 48px 0 12px;
  background: #fff;
}
.flex-container {
  display: flex;
  justify-content: space-between;
}
.flex-container .left-arrow {
  position: absolute;
  left: 20px;
}
.flex-container .title {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.flex-container .close {
  position: absolute;
  right: 20px;
}
.title {
  color: #333;
  font-size: 22px;
  line-height: 150%;
}
.description {
  display: flex;
  margin-bottom: 5%;
  padding: 12px;
  text-align: left;
  background: #fff3ed;
}
.attention {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-right: 5px;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
  background-color: #eb5505;
}
.description h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
}
.description p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}
.fix-bottom {
  position: fixed;
  text-align: center;
}
.confirmation-box {
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
}
.active {
  color: #eb5505;
}
#user-info {
  width: 100%;
  margin: 0 20px;
}
h2 {
  display: inline;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  text-align: left;
}
table {
  overflow: hidden;
  z-index: 10;
  width: 100%;
  padding: 16px 12px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background-color: #f5f5f5;
}
tr {
  display: flex;
  flex-direction: column;
}
.line {
  z-index: 50;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}
th {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}
td {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}
table tbody tr:last-child td,
table tbody tr:last-child th {
  border: none;
}
#user-info-header {
  display: flex;
  justify-content: space-between;
}
a.btn-radius-solid {
  position: absolute;
  right: 20px;
  padding: 8px 28px 8px 20px;
  color: #0d2186;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 40px;
  background-color: #edf0fa;
}
.edit-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 50;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #0d2186;
  border-bottom: 2px solid #0d2186;
}
#user-info-disable {
  padding: 12px;
}
#user-info-disable p {
  color: #eb5505;
  font-size: 1.2rem;
}
.disabled {
  color: #fff;
  border-radius: 6px;
  background-color: #ccc;
}
button {
  color: #fff;
  border-radius: 6px;
  background-color: #eb5505;
}
@media screen and (max-width: 320px) {
  .description p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.confirmation-box {
  align-items: center;
  justify-content: center;
}
.confirmation-box label {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
input[type='checkbox'] {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 340px) {
  .title {
    font-size: 20px;
  }
}
