@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/static/fonts/noto-sans-kr-v25-korean-regular.svg#NotoSansKR") format("svg");
}
html {
  height: 100%;
}
html body {
  height: 100%;
  min-width: 1340px;
  font-family: "Noto Sans KR", Roboto, "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  background: #fff;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
  color: #212121;
  margin: 0;
}
html body label {
  margin: 0;
}
html body .ch-desk-messenger {
  bottom: 50px !important;
}
html body .dblqKJ {
  margin-bottom: 26px;
}
html body p {
  margin-bottom: 0;
}
html body .icon-remove {
  cursor: pointer;
}
html body .was-validated .form-control:invalid {
  border-color: #ff2a31;
}
html body .invalid-feedback {
  color: #ff2a31;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.5px;
}
html body legend {
  width: auto;
  margin-bottom: 0;
}
html body input:focus {
  outline: none;
}
html body .menu-toggle {
  display: none;
  color: #212121;
}
html body .dropdown-menu.main-menu {
  transform: none !important;
  top: 70px !important;
  right: 0 !important;
}
html body .dropdown-toggle.menu-toggle::after {
  display: none;
}
html body .dropdown-menu {
  min-width: auto !important;
}
html body .dropdown-menu,
html body .btn {
  font-size: 13px;
}
html body .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.25px;
  background: #ffffff;
}
html body ul {
  margin: 0 !important;
}
html body a {
  color: #ff692a;
}
html body a:hover {
  color: inherit;
  text-decoration: none;
  text-decoration-line: none;
}
html body .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
html body .btn.btn-primary {
  color: #fff !important;
}
html body .btn-primary,
html body .btn-primary:hover,
html body .datepicker table tr td.active.active,
html body .datepicker table tr td.active.highlighted.active,
html body .datepicker table tr td.active.highlighted:active,
html body .datepicker table tr td.active:active {
  background-color: #ff692a !important;
  border-color: #ff692a !important;
}
html body a {
  text-decoration: none;
  text-decoration-line: none;
}
html body .page-link,
html body code {
  color: #ff692a;
}
html *,
html ::after,
html ::before {
  box-sizing: border-box;
}
.layout-wrapper {
  height: auto;
  min-height: 100%;
  padding-bottom: 50px;
  background: #fafafa;
  overflow: hidden;
}
.layout-header {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
}
.layout-header ul {
  list-style-type: none;
}
.layout-header .header-wrapper {
  min-width: 1340px;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.layout-header .header-wrapper .button-left {
  display: flex;
  justify-content: space-between;
}
.layout-header .header-wrapper .button-left.reactive-sm {
  display: none;
}
.layout-header .header-wrapper .header-menu-wrapper {
  display: flex;
}
.layout-header .header-wrapper .link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1.25px;
  color: #212121;
  padding: 0 15px;
}
.layout-header .header-wrapper .link.active {
  color: #ff692a;
}
.layout-header .header-wrapper .default-link .link.active {
  color: #212121;
}
.layout-header .header-wrapper .logo-wrapper .logo-link img {
  height: 40px;
}
.layout-header .header-wrapper .button-right {
  padding: 0;
}
.layout-header .header-wrapper .button-right .header-menu-right {
  float: right;
}
.layout-header .header-wrapper .button-right .dropdown {
  min-width: 135px;
}
.layout-header .header-wrapper .button-right .dropdown .dropdown-toggle {
  justify-content: end;
}
.layout-header .header-wrapper .dropdown-toggle {
  padding: 6px 15px;
  border-radius: 5px;
}
.layout-header .header-wrapper .dropdown-toggle.menu-toggle {
  font-size: 16px;
}
.layout-header .header-wrapper .dropdown-toggle.user-icon {
  display: none;
}
.layout-header .header-wrapper .dropdown-toggle.user-icon::after {
  display: none;
}
.layout-header .header-wrapper .dropdown-menu {
  right: 0;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.layout-header .header-wrapper .dropdown-menu hr {
  margin: 5px 0;
  border-color: #e0e0e0;
}
.layout-header .header-wrapper .dropdown-menu .dropdown-item {
  height: 31px;
  display: flex;
  align-items: center;
  padding: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #212121;
}
.layout-header .header-wrapper .dropdown-menu .dropdown-item:hover {
  background: #ff692a;
  border-radius: 5px;
  color: #fff;
}
.layout-content {
  display: flex;
  justify-content: center;
}
.layout-content #content {
  width: auto;
  padding: 20px 0 60px 0;
}
.layout-content header {
  width: 100%;
  padding-bottom: 20px;
}
.layout-content header legend span {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #212121;
}
.layout-content header .button-group-wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
}
.layout-content header .button-group-wrapper .button-group {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  position: relative;
  white-space: nowrap;
}
.layout-content header .button-group-wrapper .button-group .reactive-sm {
  display: none;
}
.layout-content header .button-group-wrapper .button-group .reactive-lg {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.layout-content header .button-group-wrapper .button-group input:not([type="checkbox"]),
.layout-content header .button-group-wrapper .button-group button,
.layout-content header .button-group-wrapper .button-group > a {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.layout-content header .button-group-wrapper .button-group input {
  height: 34px;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.13px;
  color: #212121;
  padding: 8px;
  vertical-align: middle;
}
.layout-content header .button-group-wrapper .button-group .btn {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #212121;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  position: static;
  border-radius: 5px;
}
.layout-content header .button-group-wrapper .button-group .btn-action {
  background: #ff692a;
  color: #fff;
}
.layout-content header .button-group-wrapper .button-group .btn-download {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  position: static;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #212121;
}
.layout-content header .button-group-wrapper .button-group .button-group-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-content header .button-group-wrapper .button-group .button-group-left .input-legend {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.4px;
  color: #212121;
}
.layout-content header .button-group-wrapper .button-group .button-group-left * {
  float: left;
  margin-right: 10px;
}
.layout-content header .button-group-wrapper .button-group .button-group-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-content header .button-group-wrapper .button-group .button-group-right input,
.layout-content header .button-group-wrapper .button-group .button-group-right button {
  margin-left: 10px;
}
.layout-content header .button-group-wrapper .button-group .button-group-right button:first-child {
  margin-left: 0;
}
.layout-content header .button-group-wrapper .button-group .button-group-right div {
  float: left;
}
.layout-content header .button-group-wrapper .button-group .button-group-right input [type="radio"] {
  display: block;
  margin-right: 5px;
}
.layout-content section article .table-wrapper {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}
.layout-content section article .table-wrapper .table {
  background-color: #ffffff;
  border: 0;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  z-index: 10;
  table-layout: fixed;
  margin: 0;
  color: #212121;
}
.layout-content section article .table-wrapper .table a {
  color: #212121;
}
.layout-content section article .table-wrapper .table .col-checkbox {
  width: 36px;
  text-align: center;
}
.layout-content section article .table-wrapper .table .col-checkbox input[type="checkbox"] {
  vertical-align: middle;
}
.layout-content section article .table-wrapper .table th {
  background-color: #ffffff;
  padding: 5px 0 5px 5px;
  vertical-align: middle;
  border-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.layout-content section article .table-wrapper .table th .th-div {
  border-right: 2px solid #d5d5d5;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-content section article .table-wrapper .table th:last-child .th-div {
  border: none;
}
.layout-content section article .table-wrapper .table td {
  padding: 5px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  border-right: solid 1px #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  align-items: center;
  letter-spacing: 0.1px;
}
.layout-content section article .table-wrapper .table td span {
  color: #1f1f1f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layout-content section article .table-wrapper .table td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.layout-content section article .table-wrapper .table td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
}
.layout-content section article .table-wrapper .table tr {
  border-radius: 5px;
}
.layout-content section article .table-wrapper .table tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.layout-content section article .table-wrapper .table tr:nth-child(2n) td {
  border: none;
  border-right: solid 1px #f5f5f5;
}
.layout-content section article .table-wrapper .table tr:nth-child(2n) td:last-child {
  border-right: none;
}
.layout-content section article .pager-wrapper {
  padding: 12px 0 0 0;
}
.layout-content section article .pager-wrapper .page-item {
  padding-right: 15px;
}
.layout-content section article .pager-wrapper .page-item .page-link {
  color: #212121;
  background-color: #fafafa !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.layout-content section article .pager-wrapper .page-item.active .page-link {
  background: #ff692a !important;
  color: #fff;
  border-radius: 3px;
}
.layout-footer {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  background-color: #263238;
  position: relative;
  transform: translateY(-100%);
}
.layout-footer .footer-wrapper {
  min-width: 1340px;
  padding: 0 20px;
  width: 100%;
}
.layout-footer .footer-wrapper .footer-top {
  height: 204px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 38px;
}
.layout-footer .footer-wrapper .footer-top.reactive-sm {
  display: none;
}
.layout-footer .footer-wrapper .footer-top .footer-row {
  flex: 1 1 0px;
}
.layout-footer .footer-wrapper .footer-top .footer-row a {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1.5px;
  color: #fafafa !important;
  padding-bottom: 10px;
}
.layout-footer .footer-wrapper .footer-top .footer-row a:first-child {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.3px;
  color: #fafafa;
}
.layout-footer .footer-wrapper .footer-bottom {
  height: 50px;
  justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1.5px;
  color: #e0e0e0;
}
.layout-footer .footer-wrapper .footer-bottom a {
  color: #fafafa;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1339px) {
  html body,
  .layout-header .header-wrapper,
  .layout-footer .footer-wrapper {
    min-width: 980px;
  }
  body .menu-toggle {
    display: flex !important;
  }
  .layout-header .header-wrapper.no-session {
    flex-direction: row-reverse;
  }
  .layout-header .header-wrapper .button-left.reactive-sm {
    display: flex;
  }
  .layout-header .header-wrapper .reactive-lg {
    display: none;
  }
  .layout-header .header-wrapper .header-menu-wrapper {
    display: none;
  }
  .layout-header .header-wrapper .logo-wrapper {
    width: 126px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }
  .layout-footer .footer-wrapper .footer-top.reactive-lg {
    display: none !important;
  }
  .layout-footer .footer-wrapper .footer-top.reactive-sm {
    display: flex !important;
  }
  .layout-footer .footer-wrapper .footer-bottom {
    flex-direction: column;
    padding: 8px;
  }
  .table-wrapper {
    overflow: auto;
  }
  .table-wrapper .table {
    width: auto !important;
  }
}
@media screen and (max-width: 979px) {
  html body,
  .layout-header .header-wrapper,
  .layout-footer .footer-wrapper {
    min-width: 768px;
  }
  .dropdown-toggle.user-icon {
    display: flex !important;
  }
  .dropdown-toggle.user-icon::after {
    display: none;
  }
  .dropdown-toggle.login-name {
    display: none !important;
  }
  .dropdown-menu.show {
    width: 140px;
    transform: translate3d(-83px, 0px, 0px) !important;
    top: 50px !important;
    right: auto !important;
  }
  .dropdown-menu.main-menu {
    right: 0 !important;
    width: 100%;
  }
  .layout-header .header-wrapper .button-right .dropdown {
    min-width: auto;
  }
  .layout-header .header-wrapper .dropdown.show .dropdown-toggle {
    flex-direction: row-reverse;
    border-color: #fff;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-left,
  .layout-content header .button-group-wrapper .button-group .button-group-right {
    width: 48%;
    justify-content: normal;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-top,
  .layout-content header .button-group-wrapper .button-group .button-group-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .layout-content header .button-group-wrapper .button-group .input-legend {
    width: 27%;
    margin-right: 0;
  }
  .layout-content header .button-group-wrapper .button-group .btn-action,
  .layout-content header .button-group-wrapper .button-group .btn-download {
    width: 48%;
  }
  .layout-content header .button-group-wrapper .button-group input {
    width: 73% !important;
  }
  .tabs-wrapper .tab-loglist {
    margin-right: 0 !important;
  }
  .button-group-left * {
    margin-right: 0;
  }
  .button-group-right input {
    margin-left: 0;
  }
  .button-group-right div {
    padding-left: 7%;
  }
}
@media screen and (max-width: 767px) {
  html body,
  .layout-header .header-wrapper,
  .layout-footer .footer-wrapper {
    min-width: 375px;
  }
  .layout-header .header-wrapper .button-left {
    flex-direction: row;
  }
}
#content.home-container {
  width: 1340px;
  padding: 20px 20px 20px 20px;
}
#content.home-container .home-legend {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #212121;
  padding: 10px 0 30px 0;
}
#content.home-container section article.button-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
#content.home-container section article.button-wrapper .btn {
  width: 49%;
}
#content.home-container section article.button-wrapper.reactive-sm {
  display: none;
}
#content.home-container .description {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
#content.home-container .description p {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  line-height: 23px;
}
#content.home-container .description .image-wrapper {
  margin-right: 30px;
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
#content.home-container .description .image-wrapper img {
  width: 100%;
}
#content.home-container .description .image-wrapper.carousel {
  border: 1px solid #ccc;
}
#content.home-container .description .image-wrapper .carousel-control-next,
#content.home-container .description .image-wrapper .carousel-control-prev {
  filter: invert(100%);
}
#content.home-container .description .subject {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 49px;
  letter-spacing: 0.25px;
}
#content.home-container .description .paragraph-wrapper {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content.home-container .description .paragraph-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.5px;
  color: #212121;
  margin-bottom: 30px;
}
#content.home-container .description .paragraph-wrapper .subject {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #212121;
  padding: 0;
  margin-bottom: 30px;
}
#content.home-container .description .paragraph-wrapper .btn-signup,
#content.home-container .description .paragraph-wrapper .btn-login {
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.25px;
}
#content.home-container .description .paragraph-wrapper .btn-signup {
  color: #ffffff;
  background: #ff692a;
}
#content.home-container .description .paragraph-wrapper .btn-login {
  color: #263238;
  background: #ffffff;
  margin-left: 10px;
}
#content.home-container .description-why {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
}
#content.home-container .description-why .paragraph-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#content.home-container .description-why .paragraph-wrapper .subject {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  align-items: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #212121;
  padding: 0;
  margin-bottom: 30px;
}
#content.home-container .description-why .paragraph-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.5px;
  color: #212121;
  margin-bottom: 30px;
}
#content.home-container .description-why .paragraph-wrapper .link-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 45px;
  padding-bottom: 30px;
}
#content.home-container .description-why .paragraph-wrapper .link-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: static;
  width: 15%;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #212121;
}
#content.home-container .description-why .paragraph-wrapper .link-wrapper a i {
  margin-right: 5px;
  font-size: 16px;
  padding-top: 3px;
}
@media screen and (max-width: 979px) {
  #content.home-container .home-legend {
    font-size: 24px;
  }
  #content.home-container .description .paragraph-wrapper p,
  #content.home-container .description-why .paragraph-wrapper p {
    font-size: 14px;
  }
  #content.home-container .description-why .paragraph-wrapper .subject {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #content.home-container .reactive-lg {
    display: none !important;
  }
  #content.home-container .reactive-sm {
    display: flex !important;
  }
  #content.home-container .description {
    flex-direction: column;
  }
  #content.home-container .description .image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  #content.home-container .description .paragraph-wrapper {
    width: 100%;
  }
  #content.home-container .description .paragraph-wrapper .btn-wrapper {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  #content.home-container .description .paragraph-wrapper a {
    width: 49%;
    margin-top: 0;
  }
  #content.home-container .description-why .paragraph-wrapper .link-wrapper {
    flex-direction: column;
  }
  #content.home-container .description-why .paragraph-wrapper .link-wrapper a {
    width: 100%;
    margin-bottom: 20px;
  }
}
#content.install-container {
  max-width: 1340px;
  min-width: 375px;
  padding: 20px 20px 20px 20px;
}
#content.install-container section {
  padding-bottom: 45px;
}
#content.install-container section article {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #212121;
}
#content.install-container section article ul.outer-ul {
  padding-left: 20px;
  line-height: 24px;
}
#content.install-container section article ul.outer-ul li {
  padding-bottom: 15px;
  line-height: 24px;
}
#content.install-container section article ul.outer-ul .inner-ul {
  padding-top: 10px;
}
#content.install-container section article ul.outer-ul .inner-ul li {
  padding: 0 0 0 0;
}
#content.install-container section article .tab-wrapper {
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
}
#content.install-container section article .tab-wrapper .tab-button {
  display: flex;
  overflow: auto;
  align-items: end;
}
#content.install-container section article .tab-wrapper .tab-button a.empty {
  flex: auto;
}
#content.install-container section article .tab-wrapper .tab-button a {
  color: inherit;
  width: 17%;
  min-width: 188px;
  text-align: center;
}
#content.install-container section article .tab-wrapper .tab-button a .start-tab-bottombar,
#content.install-container section article .tab-wrapper .tab-button a .proxy-tab-bottombar {
  border-bottom: 3px solid #ccc;
  padding: 8px 16px;
}
#content.install-container section article .tab-wrapper .tab-button a .start-tab-bottombar.active,
#content.install-container section article .tab-wrapper .tab-button a .proxy-tab-bottombar.active {
  border-color: #ff692a;
}
#content.install-container section article .tab-wrapper .tab-button a .proxy-tab-bottombar.active {
  min-width: 213px;
}
#content.install-container section article .tab-wrapper .tab-content .sub-legend {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212121;
  padding: 10px 0;
  margin: 0;
}
#content.install-container section article .tab-wrapper .tab-content .description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #212121;
}
#content.install-container section article .tab-wrapper .tab-content .code-wrapper {
  position: relative;
  margin-top: 10px;
  display: block;
}
#content.install-container section article .tab-wrapper .tab-content .clipboard.icon {
  cursor: pointer;
  color: #212121;
  padding: 10px;
  position: absolute;
  right: 0;
}
#content.install-container section article .tab-wrapper .tab-content .code {
  padding: 15px 40px 15px 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #ff692a;
}
#content.install-container section.proxy header {
  padding-bottom: 30px;
}
#content.install-container section.proxy span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.15px;
  color: #212121;
}
#content.profile-container {
  width: 100%;
  max-width: 1340px;
  min-width: 375px;
  padding: 20px 20px 20px 20px;
}
#content.profile-container #form-personal img {
  margin-bottom: 1rem;
}
#content.profile-container .tab-wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 10px 0 10px;
}
#content.profile-container .tab-wrapper .clipboard {
  padding-left: 10px;
  color: #212121;
}
#content.profile-container .tab-wrapper .tab-button {
  display: flex;
  align-items: end;
}
#content.profile-container .tab-wrapper .tab-button a {
  color: inherit;
  width: 255px;
  text-align: center;
}
#content.profile-container .tab-wrapper .tab-button a.empty {
  flex: auto;
}
#content.profile-container .tab-wrapper .tab-button .profile-tab-bottombar {
  border-bottom: 3px solid #ccc;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212121;
}
#content.profile-container .tab-wrapper .tab-button .profile-tab-bottombar.active {
  border-color: #ff692a;
}
#content.profile-container .tab-wrapper .tab-content form.was-validated select.form-control:valid {
  border-color: #ced4da;
}
#content.profile-container .tab-wrapper .tab-content .profile-form-row {
  display: flex;
  justify-content: space-between;
}
#content.profile-container .tab-wrapper .tab-content .profile-form-row .form-group {
  width: 49%;
  margin-bottom: 10px;
}
#content.profile-container .tab-wrapper .tab-content .profile-form-row .form-group label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212121;
}
#content.profile-container .tab-wrapper .tab-content .profile-form-row .form-group .form-control {
  height: 36px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.13px;
  color: #212121;
  padding: 8px 15px;
}
#content.profile-container .profile-save {
  width: 200px;
  height: 40px;
  margin: 10px 0;
}
#content.profile-container .flash-msg {
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #content.profile-container .tab-wrapper .tab-content .profile-form-row {
    flex-direction: column;
  }
  #content.profile-container .tab-wrapper .tab-content .profile-form-row .form-group {
    width: 100%;
  }
  #content.profile-container .profile-save {
    width: 100%;
  }
}
#content.login-container {
  width: 1340px;
  padding: 20px 20px 20px 20px;
}
#content.login-container header {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
#content.login-container section article.login-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#content.login-container section article.login-card-wrapper .login-card {
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#content.login-container section article.login-card-wrapper .login-card.card-fix {
  height: 135px;
}
#content.login-container section article.login-card-wrapper .login-card .login-card-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #212121;
}
#content.login-container section article.login-card-wrapper .login-card hr {
  width: 60px;
  margin: 15px 0;
  border-color: #ff692a;
}
#content.login-container section article.login-card-wrapper .login-card .submit-area {
  width: 300px;
  height: 40px;
}
#content.login-container section article.login-card-wrapper .login-card input {
  width: 300px;
}
#content.login-container section article.login-card-wrapper .login-card .btn-signin {
  width: 300px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #dadce0;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 1.25px;
  margin-top: 10px;
  padding: 0 12px;
}
#content.login-container section article.login-card-wrapper .login-card .btn-signup {
  width: 300px;
  height: 40px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #dadce0;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.25px;
  color: #212121;
  padding: 0 12px;
}
#content.dashboard-container {
  width: 1340px;
  padding: 20px 0 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#content.dashboard-container header {
  padding: 0 0 20px 0;
}
#content.dashboard-container header .button-group-wrapper {
  margin-top: 10px;
}
#content.dashboard-container header .button-group-wrapper .button-group .button-group-left {
  width: 100%;
  justify-content: normal;
}
#content.dashboard-container header .button-group-wrapper .button-group .button-group-left .dashboard-form {
  display: flex;
}
#content.dashboard-container header .button-group-wrapper .calendar-dashboard {
  width: 95px;
  height: 34px;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.13px;
  color: #212121;
  text-align: center;
  vertical-align: middle;
}
#content.dashboard-container header .button-group-wrapper .btn-calendar-submit {
  width: 56px;
  height: 34px;
  background: #ff692a;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #fafafa;
}
#content.dashboard-container section {
  padding: 0;
}
#content.dashboard-container section .chart-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content.dashboard-container section .chart-wrapper .chart-container {
  width: 420px;
  margin-bottom: 20px;
}
#content.dashboard-container section .chart-wrapper .chart-container .highcharts-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212121 !important;
}
#content.dashboard-container section .chart-wrapper .chart-container .highcharts-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #212121 !important;
}
#content.dashboard-container section .chart-wrapper .chart-container.no-margin {
  margin-right: 0;
}
#content.dashboard-container section .container {
  padding: 0;
  max-width: 1380px;
}
@media screen and (max-width: 1339px) {
  #content.dashboard-container {
    width: 980px;
  }
  #content.dashboard-container section .chart-wrapper .chart-container {
    width: 48%;
    min-width: 352px;
  }
}
@media screen and (max-width: 979px) {
  #content.dashboard-container {
    width: 780px;
  }
}
@media screen and (max-width: 767px) {
  #content.dashboard-container {
    width: 375px;
    padding: 10px;
  }
  #content.dashboard-container section .chart-wrapper .chart-container {
    min-width: 355px;
  }
}
#content.hostlist-container {
  padding: 20px;
}
#content.hostlist-container header {
  padding-bottom: 10px;
}
#content.hostlist-container header .button-group-wrapper {
  margin-top: 10px;
}
#content.hostlist-container header .button-group-wrapper .button-group-left #hostname {
  width: 166px;
}
#content.hostlist-container header .button-group-wrapper .button-group-left form {
  display: flex;
  align-items: center;
}
#content.hostlist-container section .description-wrapper {
  padding-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.125px;
  color: #212121;
  padding-top: 30px;
}
#content.hostlist-container .table {
  width: 100% !important;
}
@media screen and (max-width: 1339px) {
  #content.hostlist-container {
    min-width: 980px;
  }
  #content.hostlist-container .legend-hostname {
    display: none;
  }
  #content.hostlist-container #hostname {
    width: 100% !important;
  }
  #content.hostlist-container #hostname::placeholder {
    color: #9E9E9E;
  }
}
@media screen and (max-width: 979px) {
  #content.hostlist-container {
    min-width: 780px;
  }
  #content.hostlist-container .table {
    width: auto !important;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-right {
    justify-content: end;
  }
}
@media screen and (max-width: 767px) {
  #content.hostlist-container {
    min-width: 480px;
  }
  #content.hostlist-container .reactive-lg {
    display: none !important;
  }
  #content.hostlist-container .reactive-sm {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  .layout-content header .button-group-wrapper .button-group .btn.btn-sm {
    width: 25%;
  }
}
@media screen and (max-width: 479px) {
  #content.hostlist-container {
    min-width: 375px;
    padding: 10px;
  }
  #content.hostlist-container .reactive-lg {
    display: none !important;
  }
  #content.hostlist-container .reactive-sm {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-top {
    flex-direction: row;
  }
}
#content.loglist-container {
  min-width: 1340px;
  padding: 20px;
}
#content.loglist-container header {
  padding-bottom: 0;
}
#content.loglist-container header .tabs-wrapper {
  margin-top: 10px;
  display: flex;
}
#content.loglist-container header .tabs-wrapper .tab-loglist {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  color: #9e9e9e;
  width: 210px;
  height: 39px;
  background: #f5f5f5;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
#content.loglist-container header .tabs-wrapper .tab-loglist.active {
  color: #212121;
  border-bottom: 3px solid #ff692a;
  background: #ffffff;
}
#content.loglist-container header .button-group-wrapper {
  border-radius: 0px 10px 0px 0px;
}
#content.loglist-container header .button-group-wrapper .button-group-left #hostname {
  width: 166px;
}
#content.loglist-container header .button-group-wrapper .button-group-left input {
  width: 144px;
}
#content.loglist-container header .button-group-wrapper .button-group-left .input-prepend {
  display: flex;
  width: 175px;
}
#content.loglist-container header .button-group-wrapper .button-group-left .input-prepend .calendar-loglist {
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
}
#content.loglist-container header .button-group-wrapper .button-group-left .input-prepend input {
  width: 80%;
  padding-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
#content.loglist-container header .button-group-wrapper .button-group-left .input-prepend input:focus {
  box-shadow: none ;
}
#content.loglist-container header .button-group-wrapper .button-group-left .input-prepend .add-on {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ced4da;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
  font-size: 15px;
  margin-right: 0;
  text-align: center;
}
#content.loglist-container header .button-group-wrapper .button-group-left .input-prepend .add-on i {
  color: #868686;
  margin-right: 0;
}
#content.loglist-container header .button-group-wrapper .button-group-left form {
  display: flex;
  align-items: center;
}
#content.loglist-container header .button-group-wrapper .button-group-left .calendar-loglist {
  padding: 16px 8px;
}
#content.loglist-container .table-wrapper {
  overflow: auto;
}
#content.loglist-container .table-wrapper .table {
  width: auto !important;
}
@media screen and (max-width: 1339px) {
  #content.loglist-container {
    min-width: 980px;
  }
  .table-wrapper {
    overflow: auto;
  }
  .table-wrapper .table {
    width: auto !important;
  }
}
@media screen and (max-width: 979px) {
  #content.loglist-container {
    min-width: 780px;
  }
  #content.loglist-container .reactive-lg {
    display: none !important;
  }
  #content.loglist-container .reactive-sm {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #content.loglist-container {
    min-width: 480px;
  }
  #content.loglist-container .reactive-lg {
    display: none !important;
  }
  #content.loglist-container .reactive-sm {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  #content.loglist-container {
    min-width: 375px;
    padding: 10px;
  }
  #content.loglist-container .reactive-lg {
    display: none !important;
  }
  #content.loglist-container .reactive-sm {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  #content.loglist-container #hostname {
    margin-right: 0;
  }
  #content.loglist-container #cve {
    margin-left: 0;
  }
  #content.loglist-container .button-group-top {
    flex-direction: column !important;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-left,
  .layout-content header .button-group-wrapper .button-group .button-group-right {
    width: 100%;
    justify-content: normal;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-top,
  .layout-content header .button-group-wrapper .button-group .button-group-bottom {
    flex-direction: column;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-top .button-group-left,
  .layout-content header .button-group-wrapper .button-group .button-group-bottom .button-group-left {
    margin-bottom: 10px;
  }
  .layout-content header .button-group-wrapper .button-group .calendar-loglist {
    margin: 0 !important;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-bottom .button-group-left {
    margin-bottom: 0;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-bottom .button-group-right {
    margin-top: 10px;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-bottom:last-child {
    flex-direction: row;
  }
  .layout-content header .button-group-wrapper .button-group .input-legend {
    width: 30%;
    margin-right: 0;
  }
  #content.loglist-container header .button-group-wrapper input {
    width: 70% !important;
  }
  .layout-content header .button-group-wrapper .button-group .btn-action,
  .layout-content header .button-group-wrapper .button-group .btn-download {
    width: 48%;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-right div {
    padding-left: 0;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-bottom:last-child {
    margin-bottom: 0;
  }
}
#content.blocklist-container {
  padding: 20px;
}
#content.blocklist-container header {
  padding-bottom: 10px;
}
#content.blocklist-container header legend {
  padding: 0 10px;
}
#content.blocklist-container header .button-group-wrapper {
  margin-top: 10px;
}
#content.blocklist-container header .button-group-wrapper .button-group-left input {
  width: 166px;
}
#content.blocklist-container header .button-group-wrapper .btn-download {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  position: static;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #212121;
}
#content.blocklist-container .table {
  width: 100% !important;
}
#content.blocklist-container .table th.col-checkbox {
  padding-left: 6px;
}
@media screen and (max-width: 1339px) {
  #content.blocklist-container {
    min-width: 980px;
  }
}
@media screen and (max-width: 979px) {
  #content.blocklist-container {
    min-width: 780px;
  }
}
@media screen and (max-width: 767px) {
  #content.blocklist-container {
    min-width: 480px;
  }
  #content.blocklist-container .reactive-lg {
    display: none !important;
  }
  #content.blocklist-container .reactive-sm {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  #content.blocklist-container .table {
    width: auto !important;
  }
  .layout-content header .button-group-wrapper .button-group .btn.btn-sm {
    width: 25%;
  }
}
@media screen and (max-width: 479px) {
  #content.blocklist-container {
    min-width: 375px;
    padding: 10px;
  }
  #content.blocklist-container .reactive-lg {
    display: none !important;
  }
  #content.blocklist-container .reactive-sm {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  .layout-content header .button-group-wrapper .button-group .button-group-top {
    flex-direction: row;
  }
}
#content.signup-container {
  max-width: 1340px;
  padding: 20px 20px 20px 20px;
}
#content.signup-container header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
#content.signup-container .privacy-policy h5 {
  margin: 20px 0 10px 0;
}
#content.signup-container .privacy-policy p {
  margin-bottom: 10px;
  line-height: 24px !important;
}
#content.signup-container .privacy-policy ul {
  margin-bottom: 10px !important;
}
#content.signup-container section {
  display: flex;
  justify-content: center;
  align-items: center;
}
#content.signup-container section article .content-wrapper {
  max-width: 640px;
}
#content.signup-container section article .content-wrapper ul li {
  list-style: none;
}
#content.signup-container section article .content-wrapper .check div:first-child {
  padding: 15px;
}
#content.signup-container section article .content-wrapper .check-all {
  padding: 0 15px 15px 15px;
}
#content.signup-container section article .content-wrapper .agree-card {
  height: 200px;
  overflow: auto;
}
#content.signup-container section article .content-wrapper .agree_all {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212121;
  margin-bottom: 0;
  padding-left: 8px;
  display: inline;
}
#content.signup-container section article .content-wrapper label,
#content.signup-container section article .content-wrapper .agree-description,
#content.signup-container section article .content-wrapper th {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #000000;
}
#content.signup-container section article .content-wrapper p,
#content.signup-container section article .content-wrapper td {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.25px;
  color: #212121;
}
#content.signup-container section article .content-wrapper .agree-description {
  margin-bottom: 0 !important;
}
#content.signup-container section article .content-wrapper .agree-label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #212121;
  margin-bottom: 0;
  padding-left: 8px;
}
#content.signup-container section article .content-wrapper .reactive-lg table {
  width: 100%;
  margin: 15px 0;
}
#content.signup-container section article .content-wrapper .reactive-lg th {
  border-bottom: 2px solid #9e9e9e;
}
#content.signup-container section article .content-wrapper .reactive-lg td {
  border-bottom: 1px solid #e0e0e0;
}
#content.signup-container section article .content-wrapper .reactive-sm {
  display: none;
}
#content.signup-container section article .content-wrapper .reactive-sm ul {
  padding: 20px 0;
}
#content.signup-container section article .content-wrapper .reactive-sm ul li {
  padding-bottom: 10px;
}
#content.signup-container section article .content-wrapper .reactive-sm ul li label {
  padding: 10px 0;
}
#content.signup-container section article .content-wrapper .subject {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #000000;
}
#content.signup-container section article .content-wrapper .check {
  margin-bottom: 20px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
#content.signup-container section article .content-wrapper .check table th,
#content.signup-container section article .content-wrapper .check table td {
  padding: 10px 20px 10px 0;
}
#content.signup-container section article .content-wrapper .check table th:last-child,
#content.signup-container section article .content-wrapper .check table td:last-child {
  padding-right: 0;
}
#content.signup-container section article .content-wrapper .button-wrapper {
  display: flex;
  justify-content: space-between;
}
#content.signup-container section article .content-wrapper .button-wrapper .google-signup.disabled {
  pointer-events: none;
  opacity: 0.4;
}
#content.signup-container section article .content-wrapper .button-wrapper #email_sign_up {
  width: 300px;
}
#content.signup-container #content.terms-container {
  padding: 0;
}
#content.signup-container #content.terms-container header {
  justify-content: left;
  padding: 30px 0 20px 0;
}
#content.signup-container #content.terms-container section article .content-wrapper {
  padding: 0;
}
#content.signup-container #content.terms-container section article .content-wrapper .check {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
#content.signup-container #content.terms-container section article .content-wrapper .privacy-policy {
  padding: 0;
}
@media screen and (max-width: 1339px) {
  #content.signup-container {
    min-width: 980px;
  }
}
@media screen and (max-width: 979px) {
  #content.signup-container {
    min-width: 768px;
  }
  #content.signup-container .content-wrapper {
    max-width: 728px;
  }
  #content.signup-container .table {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #content.signup-container {
    min-width: 480px;
  }
  #content.signup-container .content-wrapper {
    max-width: 440px;
  }
  #content.signup-container .reactive-lg {
    display: none !important;
  }
  #content.signup-container .reactive-sm {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  #content.signup-container section article .content-wrapper .button-wrapper {
    align-items: center;
    flex-direction: column;
  }
  #content.signup-container section article .content-wrapper .button-wrapper #email_sign_up {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 479px) {
  #content.signup-container {
    min-width: 375px;
    padding: 20px 10px;
  }
  #content.signup-container .content-wrapper {
    max-width: 355px;
  }
  #content.signup-container .terms-container {
    padding: 0;
    width: 325px;
  }
  #content.signup-container .terms-container section article .content-wrapper {
    padding: 10px !important;
  }
  #content.signup-container .reactive-lg {
    display: none !important;
  }
  #content.signup-container .reactive-sm {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
}
#content.signup-form-container {
  max-width: 1340px;
  min-width: 375px;
  padding: 20px 20px 20px 20px;
}
#content.signup-form-container header {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
#content.signup-form-container section article.signup-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#content.signup-form-container section article.signup-card-wrapper .signup-card {
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#content.signup-form-container section article.signup-card-wrapper .signup-card .form-group {
  max-width: 300px;
}
#content.signup-form-container section article.signup-card-wrapper .signup-card .form-group #message {
  color: #FF2A31;
}
#content.signup-form-container section article.signup-card-wrapper .signup-card .signup-card-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #212121;
}
#content.signup-form-container section article.signup-card-wrapper .signup-card hr {
  width: 60px;
  margin: 15px 0;
  border-color: #ff692a;
}
#content.signup-form-container section article.signup-card-wrapper .signup-card input {
  width: 100%;
}
#content.signup-form-container section article.signup-card-wrapper .signup-card .btn.full-width {
  width: 100%;
}
#content.signup-form-container section article.signup-card-wrapper .signup-card .form-control {
  min-width: 300px;
}
#content.signup-form-container section .save-btn-wrapper {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
#content.signup-form-container section .save-btn-wrapper button,
#content.signup-form-container section .save-btn-wrapper a {
  width: 165px;
}
#content.request-verification-container {
  max-width: 1340px;
  min-width: 375px;
  padding: 20px 20px 20px 20px;
}
#content.request-verification-container header {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
#content.request-verification-container section article.signup-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#content.request-verification-container section article.signup-card-wrapper .signup-card {
  width: 420px;
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#content.request-verification-container section article.signup-card-wrapper .signup-card #signup_form {
  width: 380px;
}
#content.request-verification-container section article.signup-card-wrapper .signup-card .signup-card-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #212121;
}
#content.request-verification-container section article.signup-card-wrapper .signup-card hr {
  width: 60px;
  margin: 15px 0;
  border-color: #ff692a;
}
#content.request-verification-container section article.signup-card-wrapper .signup-card input {
  width: 100%;
}
#content.request-verification-container section article.signup-card-wrapper .signup-card .btn.full-width {
  width: 100%;
}
.toast {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 360px;
  height: 64px;
  background: #E0E0E0;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.25px;
  color: #212121;
  position: fixed;
  z-index: 1;
  left: 30px;
  bottom: 50px;
  padding: 0 20px;
}
.toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
#content.terms-container {
  max-width: 1340px;
  padding: 20px 20px 20px 20px;
}
#content.terms-container header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
}
#content.terms-container section {
  display: flex;
  justify-content: center;
  align-items: center;
}
#content.terms-container section article .content-wrapper {
  max-width: 640px;
  min-width: 350px;
}
#content.terms-container section article .content-wrapper .privacy-policy h5 {
  margin: 20px 0 10px 0;
}
#content.terms-container section article .content-wrapper .privacy-policy p {
  margin-bottom: 10px;
}
#content.terms-container section article .content-wrapper .privacy-policy ul {
  margin-bottom: 10px !important;
}
#content.terms-container section article .content-wrapper .agree_all {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212121;
  margin-bottom: 20px;
}
#content.terms-container section article .content-wrapper .agree_terms {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #212121;
}
#content.terms-container section article .content-wrapper .subject {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #000000;
}
#content.terms-container section article .content-wrapper .check {
  margin-bottom: 20px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
#content.terms-container section article .content-wrapper .button-wrapper {
  display: flex;
  justify-content: space-between;
}
#content.terms-container section article .content-wrapper .button-wrapper .google-signup.disabled {
  pointer-events: none;
  opacity: 0.4;
}
#content.terms-container section article .content-wrapper .button-wrapper #email_sign_up {
  width: 300px;
}
#modal.modal-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(33, 33, 33, 0.5);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}
#modal .modal-window {
  background: #fff;
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 440px;
  min-height: 167px;
  position: relative;
  top: -100px;
  padding: 10px;
}
#modal .modal-window .title {
  padding-left: 10px;
}
#modal .modal-window .title h2 {
  display: inline;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #212121;
}
#modal .modal-window .title .close-area {
  display: inline;
  float: right;
  padding-right: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
}
#modal .modal-window .content {
  margin-top: 20px;
  padding: 0px 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.125px;
  color: #212121;
  min-height: 48px;
}
#modal .modal-window .footer {
  height: 50px;
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: end;
  justify-content: end;
}
#modal .modal-window .footer .btn-primary {
  margin-right: 10px;
}
#modal .modal-window .footer .btn-primary i {
  margin-right: 5px;
}
