@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;

400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap);@charset "UTF-8";
.text-xs,
.my-page .btn-create,
.table-info__btn {
  font-size: 0.625rem;
}

.text-sm,
.label-sm,
.btn-modal-cancel,
div.material-table table th {
  font-size: 0.75rem;
  letter-spacing: 1.2px;
}

.text-base,
.change-password-page .form-input,
.label,
.table-info__label,
.form-input,
.form,
div.material-table table tr td,
.radio-container {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
}

.text-xlg,
.notificition-detail .form,
.notification-history .radio-container,
.notification-history .form-select,
.notification-history .form-label-time,
.notification-history .form-input,
.create-page .form-first-label,
.label-xlg,
div.material-table .table-title {
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
}

.text-lg,
.label-lg {
  font-size: 1.125rem;
  letter-spacing: 1.8px;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 3.75rem;
}

.text-7xl {
  font-size: 4.5rem;
}

.text-8xl {
  font-size: 6rem;
}

.text-9xl {
  font-size: 8rem;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal,
.form {
  font-weight: 400;
}

.font-medium,
.notificition-detail .form,
.notification-history .form-select,
.notification-history .form-label-time,
.notification-history .form-input,
.change-password-page .form-label,
.my-page-information .form-child-row .form-label,
.my-page-information .form-child-row .form-input,
.popup-notification .popup-btn,
.auth-page .btn-create,
.auth-page .form-label-hint,
.auth-page .form-input,
.label-sm,
.label,
.btn-create,
.radio-container {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold,
.notification-history .modal-label-content,
.create-page .btn-create,
.login-page .label-login,
.label-lg,
.label-xlg {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.table-container {
  padding: 20px 50px 20px 50px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 18px;
  opacity: 1;
}

.table-header-title {
  border-bottom: solid 1px #D8D8D8;
  border-top: solid 1px #D8D8D8;
}

.content-top-bar-right {
  margin: 30px 60px 30px 60px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  height: 70px;
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 10px;
  align-items: center;
}

.content-top-bar-left {
  margin: 0px;
  padding-top: 15px;
  text-align: left;
  border-bottom: 1px solid #b9b9b9;
  height: 75px;
}

.container-wrap {
  display: flex;
  flex-direction: column;
  margin: 30px 60px 30px 60px;
}

.lbl-logout {
  pointer-events: none;
  margin-top: 5px;
  font-size: 12px;
  color: #525151;
}

.btn-logout {
  outline: none;
  box-shadow: none;
  align-self: center;
}

.hidden {
  visibility: hidden;
}

.label-error {
  color: red;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.link-external {
  color: #65a399;
  font-size: 11px;
}

.link-external:hover {
  color: #525151;
  text-decoration: none;
}

.w-100 {
  width: 100%;
}

.input-with-error {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.align-left {
  text-align: left !important;
}

/* ==========================================================================
   #GRID
   ========================================================================== */

.row {
  display: flex;
  flex-wrap: wrap;
}

.row .column-2:last-child .input-group-desc {
  margin-bottom: 0;
}

.row-space {
  justify-content: space-between;
}

.row-refine {
  margin: 0 -15px;
}

.row-refine .col-3 .input-group-desc,
.row-refine .col-9 .input-group-desc {
  margin-bottom: 0;
}

.column-2 {
  width: calc((100% - 30px) / 2);
}

@media (max-width: 767px) {
  .column-2 {
    width: 100%;
  }
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.form-row .name {
  width: 125px;
  color: #555;
  font-size: 15px;
  font-weight: 700;
}

.form-row .value {
  width: calc(100% - 125px);
}

@media (max-width: 767px) {
  .form-row {
    display: block;
  }

  .form-row .name,
  .form-row .value {
    display: block;
    width: 100%;
  }

  .form-row .name {
    margin-bottom: 7px;
  }
}

.col-3,
.col-9 {
  padding: 0 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 767px) {
  .col-3 {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 767px) {
  .col-9 {
    flex: 0 0 65%;
    max-width: 65%;
  }
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */

/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */

html {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ==========================================================================
   #RESET
   ========================================================================== */

/**
 * A very simple reset that sits on top of Normalize.css.
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */

li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */

fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

button {
  outline: none;
  background: none;
  border: none;
}

/* ==========================================================================
   #PAGE WRAPPER
   ========================================================================== */

.page-wrapper {
  min-height: 100vh;
  margin-left: 307px;
  width: 100%;
  background-color: #e3e3e3;
  z-index: 100;
  box-shadow: unset !important;
}

body {
  font-family: "Open Sans", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

/* ==========================================================================
   #BACKGROUND
   ========================================================================== */

.bg-blue {
  background: #2c6ed5;
}

.bg-red {
  background: #fa4251;
}

.bg-gra-01 {
  background: linear-gradient(to top, #fbc2eb 0%, #a18cd1 100%);
}

.bg-gra-02 {
  background: var(--unnamed-color-d2efea) 0% 0% no-repeat padding-box;
  background: #e3e3e3 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 10px #678983;
  opacity: 1;
}

.bg-gra-03 {
  background: linear-gradient(to top right, #08aeea 0%, #b721ff 100%);
}

/* ==========================================================================
   #SPACING
   ========================================================================== */

.p-t-100 {
  padding-top: 100px;
}

.p-t-130 {
  padding-top: 130px;
}

.p-t-180 {
  padding-top: 180px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-55 {
  margin-right: 55px;
}

.m-b-55 {
  margin-bottom: 55px;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */

.wrapper {
  margin: 0 auto;
}

.wrapper--w960 {
  max-width: 960px;
}

.wrapper--w790 {
  max-width: 790px;
}

.wrapper--w780 {
  max-width: 780px;
}

.wrapper--w680 {
  max-width: 680px;
}

/* ==========================================================================
   #BUTTON
   ========================================================================== */

.btn {
  display: inline-block;
  line-height: 50px;
  padding: 0 50px;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: inherit;
}

.btn--radius {
  border-radius: 3px;
}

.btn--radius-2 {
  border-radius: 5px;
}

.btn--pill {
  border-radius: 20px;
}

.btn--green {
  background: #57b846;
}

.btn--green:hover {
  background: #4dae3c;
}

.btn--blue {
  background: #4272d7;
}

.btn--blue:hover {
  background: #3868cd;
}

.btn--red {
  background: #ff4b5a;
}

.btn--red:hover {
  background: #eb3746;
}

/* ==========================================================================
   #DATE PICKER
   ========================================================================== */

td.active {
  background-color: #2c6ed5;
}

input[type=date i] {
  padding: 14px;
}

.table-condensed td,
.table-condensed th {
  font-size: 14px;
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.daterangepicker td {
  width: 40px;
  height: 30px;
}

.daterangepicker {
  border: none;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  border: 1px solid #e0e0e0;
  margin-top: 5px;
}

.daterangepicker::after,
.daterangepicker::before {
  display: none;
}

.daterangepicker thead tr th {
  padding: 10px 0;
}

.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
  outline: none;
}

/* ==========================================================================
   #FORM
   ========================================================================== */

input {
  outline: none;
  margin: 0;
  border: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
}

.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #525151;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-container:not(:first-child) {
  margin-left: 40px;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container input:checked ~ .checkmark {
  background-color: #ffffff;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #707070;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #525151;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input--style-5 {
  background: #e5e5e5 !important;
  line-height: 50px !important;
  border-radius: 5px !important;
  padding: 0 22px !important;
  font-size: 16px !important;
  color: #555 !important;
  border-bottom: none !important;
  outline: none;
  height: auto !important;
  width: 100%;
  font-size: unset;
  margin: unset;
  box-shadow: initial;
  box-sizing: content-box;
  transition: all 0.3s;
}

.input--style-5:focus {
  box-shadow: none;
}

.input-group-desc {
  position: relative;
}

@media (max-width: 767px) {
  .input-group-desc {
    margin-bottom: 40px;
  }
}

.input-group {
  position: relative;
  margin: 0;
}

.label--block {
  width: 100%;
}

.label--desc {
  position: relative;
  text-transform: capitalize;
  display: block;
  color: #999;
  font-size: 14px;
  margin: 0;
  margin-top: 7px;
  left: 0;
}

/* ==========================================================================
   #SELECT2
   ========================================================================== */

.select--no-search .select2-search {
  display: none !important;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  border-radius: 3px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  margin-top: 5px;
  overflow: hidden;
}

.select2-container--default .select2-results__option {
  padding-left: 22px;
}

.rs-select2 .select2-container {
  width: 100% !important;
  outline: none;
  background: #e5e5e5;
  border-radius: 5px;
}

.rs-select2 .select2-container .select2-selection--single {
  outline: none;
  border: none;
  height: 50px;
  background: transparent;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 0;
  color: #555;
  font-size: 16px;
  font-family: inherit;
  padding-left: 22px;
  padding-right: 50px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: "Material-Design-Iconic-Font";
  content: "\F2F9";
  font-size: 24px;
  color: #999;
  transition: all 0.4s ease;
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: rotate(-180deg);
}

/* ==========================================================================
   #TITLE
   ========================================================================== */

.title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

/* ==========================================================================
   #CARD
   ========================================================================== */

.card {
  border-radius: 3px;
  background: #fff;
}

.card-5 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.card-5 .card-heading {
  padding: 20px 0;
  background: #1a1a1a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-5 .card-body {
  padding: 52px 85px;
  padding-bottom: 73px;
}

@media (max-width: 767px) {
  .card-5 .card-body {
    padding: 40px 30px;
    padding-bottom: 50px;
  }
}

.full-width {
  width: 100%;
}

.input--style-area {
  width: 100%;
  background: #e5e5e5;
  border-radius: 5px;
  padding: 12px 22px;
  font-size: 16px;
  color: #555;
  height: auto;
  border: none;
}

textarea.input--style-area:focus {
  outline: none;
}

textarea::-moz-placeholder {
  /* Firefox, Chrome, Opera */
  line-height: 100px;
}

textarea:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  line-height: 100px;
}

textarea::placeholder {
  /* Firefox, Chrome, Opera */
  line-height: 100px;
}

textarea::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  line-height: 100px;
}

textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  line-height: 100px;
}

.checkbox-font {
  padding: 3px 0 0 7px;
  font-size: 11px;
  font-weight: 300;
  color: #818181;
}

.custom-checkbox:not(:first-child) {
  margin-left: 50px;
}

.btn-50 {
  height: 50px;
}

.breadcrumb {
  background-color: #fff !important;
}

.cancelBtn {
  line-height: normal;
}

.applyBtn {
  line-height: normal;
}

td,
th {
  padding: 0;
}

.hourselect {
  display: unset;
  height: auto;
}

.minuteselect {
  display: unset;
  height: auto;
}

.custom-control-label::before {
  width: 14px;
  height: 14px;
  border: #525151 solid 1px;
}

.custom-control-label::after {
  top: 0.2rem;
  left: -25px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

div.material-table {
  padding: 0;
}

div.material-table .hiddensearch {
  border-bottom: solid 1px #dddddd;
  display: none;
}

div.material-table .hiddensearch input {
  margin: 0;
  border: transparent 0 !important;
  height: 30px;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.84);
}

div.material-table .hiddensearch input:active {
  border: transparent 0 !important;
}

div.material-table table {
  table-layout: fixed;
  width: 100%;
  border-bottom: solid 1px #dddddd;
}

div.material-table .table-header {
  height: 64px;
  align-items: center;
  display: flex;
  -webkit-display: flex;
}

div.material-table .table-header .actions {
  display: -webkit-flex;
  margin-left: auto;
}

div.material-table .table-header .btn-flat {
  min-width: 36px;
  padding: 0 8px;
}

div.material-table .table-header input {
  margin: 0;
  height: auto;
}

div.material-table .table-header i {
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
}

div.material-table .table-footer {
  height: 56px;
  padding-left: 24px;
  padding-right: 14px;
  display: flex;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  margin-top: 20px;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .dataTables_length {
  display: flex;
}

div.material-table .table-footer label {
  font-size: 12px;
  margin: auto;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

div.material-table .table-footer .select-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

div.material-table .table-footer .dataTables_info,
div.material-table .table-footer .dataTables_length {
  margin-right: 32px;
}

div.material-table .table-footer .material-pagination {
  display: flex;
  -webkit-display: flex;
  margin: 0;
}

div.material-table .table-footer .material-pagination li:first-child {
  margin-right: 24px;
}

div.material-table .table-footer .material-pagination li a {
  color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .select-wrapper input.select-dropdown {
  margin: 0;
  border-bottom: none;
  height: auto;
  line-height: normal;
  font-size: 12px;
  width: 40px;
  text-align: right;
}

div.material-table .table-footer select {
  background-color: transparent;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  margin-left: 20px;
}

div.material-table .table-title {
  color: #525151;
  font-weight: bold;
}

div.material-table table tr td {
  padding: 0 0 0 56px;
  height: 48px;
  color: #525151;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

div.material-table table tr td a {
  color: inherit;
}

div.material-table table tr td a i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54);
}

div.material-table table tr {
  font-size: 12px;
}

div.material-table table th {
  font-weight: 500;
  color: #525151;
  cursor: text;
  white-space: nowrap;
  padding: 0;
  height: 56px;
  text-align: center;
  padding-left: 56px;
  vertical-align: middle;
  outline: none !important;
}

div.material-table table th.sorting_asc,
div.material-table table th.sorting_desc {
  color: rgba(0, 0, 0, 0.87);
}

div.material-table table th.sorting:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "arrow_back";
  -webkit-transform: rotate(90deg);
  display: none;
  vertical-align: middle;
}

div.material-table table th.sorting:hover:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  display: inline-block;
}

div.material-table table th.sorting_desc:after {
  content: "arrow_forward";
}

div.material-table table tbody tr:hover {
  background-color: #eee;
}

div.material-table table th:first-child,
div.material-table table td:first-child {
  padding: 0;
}

div.material-table table th:last-child,
div.material-table table td:last-child {
  padding: 0 14px 0 0;
}

.btn_delete {
  padding: 0 2rem;
}

.btn_delete:hover {
  background-color: transparent !important;
}

.btn_detail {
  color: #212529 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.buttons-layout {
  margin: 0 0 20px 0;
}

.paginate_button {
  list-style-type: none;
}

.dataTables_length {
  display: none !important;
}

.dataTables_info {
  display: none !important;
}

.dataTables_empty {
  vertical-align: middle;
}

li.li-no-hover:hover {
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

.no-box-shadow {
  box-shadow: none;
}

.no-outline {
  outline: 0;
}

/*!
 * Bootoast CSS
 * @author odahcam
 */

.bootoast {
  opacity: 0;
  filter: alpha(opacity=0);
}

.bootoast > .glyphicon {
  display: inline-block;
  /* yeah, this float is a "hack" */
  float: left;
  font-size: 20px;
  margin-right: 14px;
}

> .bootoast-alert-container {
  display: block;
  max-width: 100%;
  overflow: auto;
}

> .bootoast-alert-container > .bootoast-alert-content {
  display: table;
  width: 100%;
  height: 100%;
}

.bootoast .alert-default {
  background: #eee;
}

.bootoast-container {
  position: fixed;
  left: 20px;
  right: 20px;
  top: initial;
  bottom: initial;
  width: 390px;
  max-width: 95%;
  z-index: 999999;
}

.bootoast-container .top {
  top: 20px;
}

.bootoast-container .bottom {
  bottom: 20px;
}

.bootoast-container .right {
  left: initial;
}

.bootoast-container .left {
  right: initial;
}

.bootoast-container .center {
  left: 50%;
  transform: translateX(-50%);
}

.bootoast > .progress-bottom {
  width: auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -0.75rem;
}

.bootoast > .progress-top {
  margin-top: -0.75rem;
}

.bootoast > .progress-background {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.btn {
  display: inline-block;
  line-height: 50px;
  padding: 0 50px;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: inherit;
}

.btn-create {
  background: #ea9d43 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 102px;
  font-size: 14px;
  padding: 10px 50px 10px 50px;
  line-height: normal;
  letter-spacing: 2.8px;
}

.btn-create:hover {
  background-color: #d2efea;
}

.btn-cancel {
  height: 35px;
  background: #c1c0c0 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 102px;
  font-size: 10px;
  padding: 10px 30px 10px 30px;
  margin-right: 10px;
  line-height: normal;
  letter-spacing: 2.8px;
  align-self: flex-end;
}

.form-button {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  margin: 30px 0 30px 0;
}

.btn-move {
  background: #8cc3ba 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 102px;
  font-size: 14px;
  padding: 10px 50px 10px 50px;
  line-height: normal;
  letter-spacing: 2.8px;
}

.btn-move:hover {
  background-color: #d2efea;
}

.cancelBtn {
  line-height: normal;
}

.applyBtn {
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .btn {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 4px;
  }

  [ripple] {
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.4s;
    cursor: inherit;
  }

  [ripple] .touch {
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    border-radius: 100%;
  }
}

.form {
  padding: 0 15% 3% 18%;
}

.form-child-row {
  margin: 54px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.form-child-row__below-error {
  margin: 15px 0 0 0;
}

.form-label {
  color: #525151;
  width: 30%;
  text-align: start;
  padding-top: 5px;
}

.form-label--textarea {
  margin-top: 10px;
}

.form-label-hint {
  width: 70%;
  color: #525151;
  font-weight: 300;
  margin: 0 0 0 5px;
  text-align: start;
}

.form-label-checkbox {
  color: #525151;
  padding: 0 0 0 7px;
}

.form-input {
  color: #525151;
  width: 70%;
  padding: 5px;
  border-radius: 4px;
  opacity: 1;
}

.form-input__input {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #525151;
}

.form-input__disabled {
  height: 32px;
  line-height: 32px;
  background: #ffffff 0% 0% no-repeat padding-box;
}

.form-input__textarea {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #525151;
  white-space: pre-wrap;
}

.form-input-wrapper {
  width: 70%;
}

.form-input-wrapper > .form-input {
  width: 100%;
}

.form-button-align {
  text-align: center;
  padding: 60px 0 0;
}

.form-border-bottom {
  padding-bottom: 36px;
  border-bottom: 1px solid #b9b9b9;
  margin: 0 0 36px 0;
}

.sidebar {
  background-color: #ffffff;
  width: 292px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
  color: #525151;
}

.sidebar__header {
  padding: 12.5px 25px 78px;
}

.sidebar__header-content {
  padding-bottom: 12.5px;
  text-align: center;
  border-bottom: 1px solid #b9b9b9;
}

.sidebar__header-logo {
  width: 73px;
  height: 73px;
  border-radius: 10px;
}

.sidebar__header-title {
  font-size: 1rem;
  letter-spacing: 3.2px;
}

.sidebar__list {
  list-style: none;
}

.sidebar__item {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.6px;
  position: relative;
}

.sidebar__item-icon {
  margin-right: 51px;
}

.sidebar__item-link {
  padding: 25px 37px;
  display: block;
  color: #525151;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.sidebar__item-link:hover {
  text-decoration: none;
  color: #525151;
}

.sidebar__item:hover {
  cursor: pointer;
  background-color: rgba(180, 180, 180, 0.14);
}

.sidebar__item--active .sidebar__item-link {
  color: #000;
  font-weight: bold;
}

.sidebar__item--active .sidebar__item-link:after {
  content: url("/images/ic_arrow_sidebar.svg");
  position: absolute;
  right: -43px;
  top: -9px;
  z-index: 10;
}

.sidebar__footer {
  padding: 0px 37px 20px 37px;
  position: absolute;
  bottom: 0;
}

.sidebar__footer-text {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 15px;
  font-weight: 300;
}

.sidebar .page-shadow {
  height: 100%;
  position: absolute;
  width: 20px;
  background: #e3e3e3;
  top: 0;
  right: -20px;
  box-shadow: -2px 0px 11px #626262;
  z-index: 1;
}

.modal-btn {
  display: flex;
  flex-direction: column;
}

.btn-modal-confirm {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  align-self: center !important;
  margin: 40px 0 0 0 !important;
  padding: 10px 50px 10px 50px !important;
}

.btn-modal-cancel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px !important;
  margin-right: 0 !important;
  align-self: center !important;
  padding: 0 30px;
}

.modal-content {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 18px;
  padding: 30px 0 30px 0;
}

.modal-label-content {
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  color: #525151;
  text-align: center;
  letter-spacing: 1.8px;
}

.modal-dialog {
  max-width: 450px;
}

.preview {
  max-width: 194px;
  width: 100%;
  margin: auto;
}

.preview-image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.preview-image {
  border: 1px solid #707070;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.preview-input__image {
  display: none;
}

.preview-input-label {
  height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 135px;
  margin: auto;
  background-color: #EFEFEF;
  border: 1px solid #D8D8D8;
  color: #525151;
  box-shadow: unset;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 500;
}

.preview-upload__box {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 25px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.table-info {
  background-color: #ffffff;
  color: #525151;
}

.table-info__row {
  margin: 0;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
}

.table-info__row:last-of-type {
  border-bottom: none;
}

.table-info__row .table-info__column:nth-child(odd) {
  border-right: 1px solid #D8D8D8;
  width: 20%;
  min-width: 170px;
}

.table-info__column {
  width: 80%;
  padding: 29.5px 48.5px;
}

.table-info__label {
  margin: 0;
}

.table-info__btn {
  max-height: 26px;
}

.label {
  color: #525151;
}

.auth-page {
  background: #E3E3E3 0% 0% no-repeat padding-box;
  -webkit-font-smoothing: antialiased;
}

.auth-page .page-wrapper {
  height: 100%;
  margin-left: 0;
}

.auth-page .main-container {
  height: 100%;
  width: unset;
  padding-top: 0;
}

.auth-page .form {
  margin: 0;
}

.auth-page .form-input {
  width: 70%;
  height: 33px;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  opacity: 1;
  margin: 0 0 0 10px;
  letter-spacing: 1.1px;
  color: #818181;
}

.auth-page .form-child-row-below-error {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: start;
}

.auth-page .form-child-row-hint {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.auth-page .form-label-hint {
  color: #818181;
  font-size: 11px;
  letter-spacing: 1.1px;
  margin: -12px 0 0 3px;
}

.auth-page .btn-create {
  display: block;
  margin: 60px auto 10px auto;
  min-width: 173px;
  font-size: 12px;
}

.auth-page .table-container {
  padding: 0 !important;
}

.login-page {
  width: 395px;
  padding: 150px 0 0 0;
  margin: auto;
}

.login-page .form-container {
  position: relative;
  z-index: 1;
  margin: 0 auto 100px;
  text-align: center;
}

.login-page .form-input {
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: white 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  opacity: 1;
}

.login-page .form-input-email {
  margin: 0 0 25px 0;
}

.login-page .form-input-password {
  margin: 0 0 5px 0;
}

.login-page .button {
  text-transform: uppercase;
  outline: 0;
  border: 0;
  margin-top: 50px;
  -webkit-transition: all 0.3 ease;
  font-weight: 500;
  transition: all 0.3 ease;
  cursor: pointer;
  background: #E3E3E3 0% 0% no-repeat padding-box;
  border-radius: 98px;
  opacity: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
  letter-spacing: 2.8px;
}

.login-page .button-login {
  font-size: 20px;
  padding: 19px 78px 19px 78px;
}

.login-page .button-signup {
  font-size: 14px;
  padding: 15px 54px 15px 54px;
  background: #ffffff;
  color: #525151;
}

.login-page .label-input {
  color: #525151;
  width: 100%;
  margin: 0 0 7px 2px;
  text-align: start;
}

.login-page .label-login {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 52px;
  opacity: 1;
  margin-bottom: 73px;
  font-family: Helvetica;
}

.login-page .logo {
  width: 30%;
  margin-bottom: 45px;
}

.login-page .align-end {
  text-align: end;
}

.login-page .link-external {
  font-size: 14px;
  padding: 0 5px 0 0;
  color: #525151;
}

.login-page .button-signup:hover {
  background-color: #d2efea;
  color: #525151;
  text-decoration: none;
}

.login-page .layout-btn-signup {
  margin-top: 50px;
}

.reset-password-page {
  max-width: 616px;
  margin: auto;
  padding: 8% 0 0 0;
}

.reset-password-page .form {
  text-align: center;
  padding: 50px 50px;
}

.reset-password-page .form-label {
  width: 175px;
  text-align: start;
  color: #818181;
}

.reset-password-page .form-input {
  height: 30px;
}

.reset-password-page .form-child-row {
  margin: 30px 0 0 0;
}

.reset-password-page .form-child-row-hint {
  margin: 5px 0 0 0;
}

.reset-password-page .form-title {
  color: #818181;
  margin: 40px 0 0 0;
}

.reset-password-page .form-subtitle {
  color: #818181;
  margin-top: 50px;
}

.reset-password-page .btn-create {
  display: block;
  margin: 60px auto 10px auto;
  min-width: 173px;
}

.forgot-password-page {
  height: 90%;
}

.forgot-password-page .btn-back {
  margin-bottom: 52px;
  position: relative;
  display: block;
}

.forgot-password-page .form {
  padding: 85px 105px;
  font-weight: 500;
  color: #818181;
}

.forgot-password-page .form-title {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

.forgot-password-page .form-subtitle {
  margin-top: 50px;
  text-align: start;
}

.forgot-password-page .form-input-title {
  margin: 40px 0 0 0;
  text-align: start;
}

.forgot-password-page .form-input {
  border: 1px solid #D8D8D8;
  margin: 10px 0 0 0;
  width: 100%;
}

.forgot-password-page .btn-create {
  display: block;
  margin: 60px auto 10px auto;
  min-width: 173px;
}

.register-page {
  max-width: 604px;
  display: block;
  margin: auto;
  padding: 8% 0 0;
}

.register-page .form {
  padding: 20px 50px;
  font-weight: 500;
}

.register-page .form-title {
  color: #818181;
  margin: 50px 0 40px 0;
  width: 100%;
  text-align: center;
}

.register-page .form-label-detail {
  width: 70%;
  text-align: start;
  color: #818181;
  padding-left: 20px;
}

.register-page .form-subtitle {
  margin: -40px 0 60px 0;
  width: 100%;
  text-align: center;
  color: #818181;
}

.register-page .form-step-two {
  padding-left: 55px;
}

.register-page .form-input {
  height: 25px;
}

.register-page .form-child-row {
  margin: 15px 0 0 0;
}

.register-page .form-child-row-below-error {
  margin: 0 0 0 10px;
}

.register-page .form-label {
  width: 120px;
  text-align: start;
  color: #818181;
  font-size: 12px;
  letter-spacing: 0;
}

.register-page .form-input-textarea {
  width: 70%;
  border: 1px solid var(--unnamed-color-d8d8d8);
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  margin: 0 0 0 10px;
  padding: 5px;
  color: #818181;
}

.register-page .form-child-row-hint {
  margin: 5px 0 0 0;
}

.register-page #step_one {
  padding-left: 20px;
}

.register-page .btn-back {
  margin-bottom: 52px;
  position: relative;
  display: block;
}

.register-page .btn-create {
  margin: 60px auto 40px auto;
}

.register-page .word-break {
  word-break: break-all;
}

.send-text-success-page {
  height: 100%;
}

.send-text-success-page .form {
  text-align: center;
  display: flex;
}

body {
  padding-top: 0.1px;
  height: 100vh;
  color: #525151;
  font-weight: 500;
}

.popup-notification {
  max-width: 604px;
  min-height: 549px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-notification .popup-wrapper {
  margin: auto;
  width: 100%;
}

.popup-notification .popup-content {
  padding: 20px 40px 50px 40px;
  min-height: 120px;
}

.popup-notification .popup-text {
  font-size: 1.125rem;
  letter-spacing: 1.8px;
  color: #818181;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  margin: 0;
}

.popup-notification .popup-btn {
  background: #EA9D43 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 102px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 2.8px;
  min-width: 173px;
  padding: 10px 24px;
  margin: 30px auto 0 auto;
}

.popup-btn:hover {
  background-color: #E3E3E3;
}

.list-collection {
  display: flex;
  flex-wrap: wrap;
}

.collection {
  width: 20%;
  max-width: 20%;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
}

.collection :nth-child(2) {
  margin-top: 11px;
}

.collection-image {
  width: calc(100% - 22px);
  padding-top: calc(100% - 22px);
  border: 1px solid #707070;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.collection-content {
  width: calc(100% - 22px);
  text-align: left;
  line-height: 18px;
  margin-top: 3px;
  color: #525151;
}

.collection-main {
  margin-bottom: 11px;
}

.rallies-page .material-table {
  padding: 48px 72px;
}

.rallies-page #confirmDelete .modal-content {
  padding: unset;
}

.rallies-page .list-collection {
  margin-top: -7px;
}

.rallies-page .list-collection .btn-delete {
  line-height: unset;
  background: #ea9d43 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 102px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 10px 20px;
  line-height: unset;
  letter-spacing: 1.2px;
  color: white;
}

.rallies-page .list-collection .btn-delete:hover {
  background-color: #d2efea;
  color: #000000;
}

.rallies-page .form-child-row {
  margin-top: 36px;
}

.rallies-page .btn-create {
  min-width: 170px;
}

.rally-detail-page {
  margin-top: 67px;
}

.rally-detail-page .btn-trash {
  width: 42px;
}

.rally-detail-page .btn-trash img {
  float: right;
  width: 20px;
}

.rally-detail-page .table-container {
  margin-bottom: 18px;
  padding: 48px 62px 45px 62px;
  display: flex;
  flex-direction: column;
}

.rally-detail-page .table-container .lbl-bottom-divider {
  font-weight: bold;
  border-bottom: solid 1px #b9b9b9;
  padding-bottom: 22.5px;
  width: 100%;
  color: #525151;
  margin-bottom: unset;
}

.rally-detail-page .table-container .table-header {
  justify-content: space-between;
}

.rally-detail-page .table-container .collection {
  margin-top: 40px;
}

.rally-detail-page .table-container .option-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
}

.rally-detail-page .table-container .option-right .sub-option {
  margin-left: 7px;
}

.rally-detail-page .form-rally {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
}

.rally-detail-page .form-rally .form-input {
  width: 100%;
  height: 31px;
  padding: 10px;
  border: 1px solid #525151;
  border-radius: 4px;
  opacity: 1;
  color: #525151;
  font-weight: 300;
}

.rally-detail-page .form-rally .datetime-picker {
  width: 43%;
}

.rally-detail-page .form-rally .label-between-date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14%;
  color: #525151;
  margin-bottom: unset;
}

.rally-detail-page .form-rally .row-input {
  margin-bottom: 22px;
}

.rally-detail-page .form-rally .form-content {
  margin-bottom: 40px;
  width: 100%;
  max-width: 850px;
}

.rally-detail-page .form-rally .form-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 45px;
  border-top: solid 1px #b9b9b9;
}

.rally-detail-page .form-rally .title-input {
  margin-bottom: unset;
  padding-top: 5px;
}

.my-page .table-container {
  padding: 25px 62px 48px 62px;
}

.my-page .btn-create {
  padding: 5px 11px;
}

.my-page .content-top-bar-left {
  border-bottom: none;
}

.my-page-information .table-container {
  padding: 25px 62px 48px 62px;
}

.my-page-information .btn-create {
  box-shadow: 0px 3px 6px #00000029;
  padding: 12px 80px;
}

.my-page-information .form {
  padding: 6% 12% 3% 12%;
}

.my-page-information .form-child-row {
  margin-top: 19px;
}

.my-page-information .form-child-row--m40 {
  margin-top: 40px;
}

.my-page-information .form-child-row .form-input {
  padding: 5px 15px;
}

.my-page-information .form-child-row .form-label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.create-page {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Style the checkmark/indicator */
}

.create-page .form-first-label,
.create-page .form-second-label {
  width: 15%;
  color: #525151;
}

.create-page .form-row-container {
  display: flex;
  flex-direction: row;
  position: relative;
}

.create-page .spacing {
  width: 10px;
}

.create-page .table-container {
  margin-top: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.create-page .table-header {
  justify-content: space-between;
}

.create-page .form-label {
  width: 150px;
  text-align: center;
  color: #525151;
  margin-left: 25px;
}

.create-page .form-label-time {
  margin-left: 0;
  width: 30px;
  padding-top: 3px;
}

.create-page .label-text {
  padding: 2px 0 0 10px;
  color: #525151;
}

.create-page .form-input-textarea {
  padding: 5px;
  width: 100%;
  border-radius: 11px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #525151;
  white-space: pre-wrap;
}

.create-page .btn-layout {
  align-self: flex-end;
  margin-top: 35px;
}

.create-page .btn-create {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2.8px;
  color: #ffffff;
  align-self: center;
  padding: 10px 80px 10px 80px;
}

.create-page .space-from-to-label {
  margin: 0 4px 0 4px;
}

.create-page input[type=text]::-moz-placeholder {
  text-align: start;
}

.create-page input[type=text]:-ms-input-placeholder {
  text-align: start;
}

.create-page input[type=text]::placeholder {
  text-align: start;
}

.create-page .area {
  padding-bottom: 7px;
}

.create-page .form-select {
  height: 27px;
  padding: 0 5px 2px 5px;
  opacity: 1;
  margin: 0;
  border-color: #525151;
  color: #525151;
  text-align: center;
}

.create-page .form-select-area {
  width: 180px;
}

.create-page .form-select-conditions {
  width: 320px;
}

.create-page .form-select-time {
  width: 70px;
  padding: 0 5px 2px 23px;
}

.create-page .form-select-repetition-interval {
  width: 120px;
  padding: 0 5px 2px 26px;
}

.create-page .update-file-button {
  margin-top: -3px;
}

.create-page .form-image {
  width: 200px;
  text-align: center;
}

.create-page .form-image-detail {
  height: 214px;
  width: 194px;
  margin-bottom: 60px;
}

.create-page .form-image-detail img {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.create-page .circle-button {
  height: 25px;
  width: 25px;
  padding: 0 0 0 4px;
  border-radius: 999px;
  border: 1px solid #525151;
  margin: 0 11px 0 0;
}

.create-page .form-circle {
  width: 0;
  color: #525151;
}

.create-page .form-input {
  width: 154px;
  height: 27px;
  padding: 8px;
  border: 1px solid #525151;
  border-radius: 4px;
  opacity: 1;
  margin: 0;
  text-align: center;
  color: #525151;
}

.create-page .form-input-member-id {
  width: 330px;
  text-align: start;
}

.create-page .form-input-repetition-interval {
  width: 68px;
}

.create-page .form-input-date {
  width: 180px;
}

.create-page .form-input-time {
  width: 50px;
}

.create-page .form-input-from-to {
  text-align: start;
}

.create-page .form-input-csv {
  border: 1px solid #D8D8D8;
  background-color: #EFEFEF;
}

.create-page .form-input__input {
  padding: 5px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: start;
}

.create-page .lbl-bottom-divider {
  border-bottom: solid 1px #b9b9b9;
  padding-bottom: 25px;
  width: 100%;
  color: #525151;
}

.create-page .form-divider {
  width: 100%;
  border-bottom: 1px solid #b9b9b9;
  margin-top: 25px;
}

.create-page .form-child-row {
  margin: 18px 0 0 0;
}

.create-page .form-input-layout {
  width: 50%;
}

.create-page ::-moz-placeholder {
  color: #D8D8D8;
}

.create-page :-ms-input-placeholder {
  color: #D8D8D8;
}

.create-page ::placeholder {
  color: #D8D8D8;
}

.create-page .custom-control-input {
  border: 1px solid #525151;
}

.create-page .input-radio {
  width: 0;
}

.create-page .invisible {
  display: none;
}

.create-page .visible {
  display: block;
}

.create-page .btn-layout {
  text-align: center;
}

.create-page .form-input-datepicker {
  text-align: center;
}

.create-page .container-custom {
  display: block;
  position: relative;
  padding-left: 38px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.create-page .container-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.create-page .checkmark-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 999px;
  border: 1px solid #525151;
}

.create-page .container-custom input:checked ~ .checkmark-custom {
  background-color: #525151;
  color: white;
}

.create-page .checkmark-custom:after {
  content: "";
  position: absolute;
  display: none;
}

.create-page .container-custom .checkmark-custom:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-radius: 999px;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.change-password-page {
  max-width: 732px;
  margin: 0 auto;
  padding: 8% 0 0 0;
}

.change-password-page .form {
  text-align: center;
  padding: 52px;
  color: #525151;
}

.change-password-page .form-label {
  width: 40%;
  margin: 0 0 0 25px;
  height: 32px;
  line-height: 32px;
}

.change-password-page .form-label-hint {
  width: 100%;
  margin: 0;
  color: #525151;
}

.change-password-page .form-input-wrapper {
  width: 60%;
}

.change-password-page .form-input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin: 0;
  border-color: #525151;
  color: #525151;
}

.change-password-page .form-child-row {
  margin: 0 0 42px 0;
}

.change-password-page .form-child-row-hint {
  margin: 0 0 26px 0;
}

.change-password-page .form-title {
  margin: 48px 0 63px 0;
  display: block;
}

.change-password-page .form-subtitle {
  margin-top: 50px;
}

.change-password-page .btn-create {
  display: block;
  margin: 60px auto 25px auto;
  min-width: 173px;
}

.notification-history .modal-dialog {
  max-width: 1100px;
}

.notification-history .lbl-bottom-divider {
  border-bottom: solid 1px #b9b9b9;
  padding-bottom: 25px;
  width: 100%;
  color: #525151;
}

.notification-history .modal-body {
  padding: 50px 100px;
}

.notification-history .modal-label-content {
  text-align: start;
  font-size: 21px;
  color: #525151;
  letter-spacing: 2.1px;
}

.notification-history .btn-create {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 60px 10px 60px;
  display: block;
  margin: 40px auto 0 auto;
}

.notification-history .form-input {
  width: 505px;
  padding: 9px 12px;
  border: 1px solid #525151;
  border-radius: 20px;
  opacity: 1;
  color: #525151;
}

.notification-history .form-input-time {
  width: 155px;
  height: 33px;
  border-radius: 4px;
}

.notification-history .form-label {
  width: 180px;
  align-self: center;
}

.notification-history .form-label-time {
  margin: 0 0 0 6px;
  width: 22px;
}

.notification-history .form-child-row {
  margin: 30px 0 0 0;
}

.notification-history .input-radio {
  width: 0;
}

.notification-history .form-select {
  width: 155px;
  height: 33px;
  padding: 0 5px 2px 5px;
  opacity: 1;
  border-color: #525151;
  color: #525151;
  text-align: center;
}

.notification-history .form-select-time {
  width: 60px;
  padding: 0 5px 2px 14px;
}

.notification-history .form-select-conditions {
  width: 505px;
  padding: 9px 12px;
  border-radius: 20px;
}

.notification-history .form-select--h40 {
  height: 40px;
}

.notification-history .radio-container:not(:first-child) {
  margin-left: 0;
}

.notification-history .radio-container {
  padding: 0 60px 0 40px;
}

.notification-history .checkmark {
  height: 22px;
  width: 22px;
}

.notification-history .select-dropdown {
  position: relative;
  background-color: white;
  border-color: #525151;
}

.notification-history .select-dropdown select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.notification-history .img-dropdown {
  position: absolute;
  top: 40%;
  left: 92%;
  pointer-events: none;
}

.notificition-detail {
  padding-top: 50px;
}

.notificition-detail .table-container {
  padding: 46px 65px 54px 65px;
}

.notificition-detail .form-parent {
  max-width: 100%;
}

.notificition-detail .form {
  padding: 0;
}

.notificition-detail .form-first-label {
  width: 20%;
}

.notificition-detail .form-second-label {
  width: 15%;
}

.notificition-detail .form-third-label {
  width: 55%;
}

.notificition-detail .lbl-top-divider {
  border-top: solid 1px #b9b9b9;
  padding-top: 25px;
  width: 100%;
  color: #525151;
}

.notificition-detail .form-child-row {
  margin: 34px 0 0 0;
}

.notificition-detail .preview {
  display: block;
  margin: 0;
}

.stamp-create-page .table-container {
  padding: 33px 62px 48px 62px;
}

.stamp-create-page .form-child-row {
  margin-top: 20px;
}

.stamp-create-page .form-input__textarea {
  height: 79px;
}

.stamp-create-page .btn-create {
  min-width: 170px;
}

.gift-create-page .table-container {
  padding: 33px 62px 48px 62px;
}

.gift-create-page .form-child-row {
  margin-top: 36px;
}

.gift-create-page .btn-create {
  min-width: 170px;
}

