@charset "UTF-8";
/* Button
-------------------------------------------------- */
.q-btn {
  display: inline-block;
  padding: 0.5rem 1.375rem;
  max-width: 100%;
  min-width: 5.625rem;
  min-height: 2.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.q-btn:hover {
  -webkit-box-shadow: 0 0.2rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.2rem 0.313rem 0 #e7ecf5;
}

.q-btn-default {
  color: #2f2f2f;
  background-color: #fff;
  border-color: #b5b8bf;
}
.q-btn-default:hover {
  background-color: #fff;
  border-color: #aaa;
}
.q-btn-default:active {
  color: #2f2f2f;
  background-color: #f7f7f7;
  background-image: none;
  border-color: #001B49;
}

.q-btn-primary {
  background-color: #001B49;
  color: #fff;
  border-color: #001B49;
}
.q-btn-primary:hover {
  background-color: #012666;
  border-color: #001B49;
}
.q-btn-primary:active {
  color: #fff;
  background-color: #001231;
  border-color: #001231;
  background-image: none;
}

.q-btn-clean {
  border: 0;
  background: #fff;
  color: #001B49;
  min-width: auto;
  padding: 0.5rem 1rem;
}
.q-btn-clean:hover {
  background-color: #f1f3f4 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.q-btn-alert {
  color: #db0606;
  background-color: #fff;
  border-color: #b5b8bf;
}
.q-btn-alert:hover {
  background-color: #fff;
  border-color: #db0606;
}
.q-btn-alert:active {
  color: #db0606;
  background-color: #f7f7f7;
  background-image: none;
}

.q-btn-danger {
  color: #fff;
  background-color: #db0606;
  border-color: #db0606;
}
.q-btn-danger:hover {
  background-color: #e60505;
  border-color: #db0606;
}
.q-btn-danger:active {
  color: #fff;
  background-color: #d20303;
  background-image: none;
}

.q-btn-tiny {
  font-size: 0.813rem;
  padding: 0.25rem 1rem;
  height: 1.75rem;
  min-height: 0;
}

.q-btn-small {
  font-size: 0.875rem;
  padding: 0.25rem 1.375rem;
  height: 2rem;
  min-height: 0;
}

.q-btn-medium {
  font-size: 1rem;
  padding: 0.563rem 2rem;
  border-radius: 1.875rem;
}

.q-btn-large {
  font-size: 1.125rem;
  padding: 0.75rem 2.125rem;
  border-radius: 1.875rem;
  min-width: 8rem;
}

.q-btn-round-corner {
  border-radius: 1.875rem;
}

.q-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.q-btn-group button:not(:last-child) {
  margin-right: 0.5rem;
}
.q-btn-group .q-btn-clean {
  margin: 0 !important;
}

.q-btn.disabled, .q-btn[disabled], .q-btn-default.disabled, .q-btn-default[disabled] {
  cursor: default;
  color: #9f9f9f;
  background-color: #f1f3f4;
  border-color: #f1f3f4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.q-btn.disabled:hover, .q-btn.disabled:active, .q-btn[disabled]:hover, .q-btn[disabled]:active, .q-btn-default.disabled:hover, .q-btn-default.disabled:active, .q-btn-default[disabled]:hover, .q-btn-default[disabled]:active {
  color: #9f9f9f;
  background-color: #f1f3f4;
  border-color: #f1f3f4;
}

.q-btn-primary.disabled, .q-btn-primary[disabled] {
  cursor: default;
  background-color: #f1f3f4;
  color: #aeaeae;
  border-color: #f1f3f4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.q-btn-primary.disabled:hover, .q-btn-primary.disabled:active, .q-btn-primary[disabled]:hover, .q-btn-primary[disabled]:active {
  background-color: #f1f3f4;
  color: #aeaeae;
  border-color: #f1f3f4;
}

.q-btn-secondary.disabled, .q-btn-secondary[disabled], .q-btn-green.disabled, .q-btn-green[disabled], .q-btn-alert.disabled, .q-btn-alert[disabled], .q-btn-danger.disabled, .q-btn-danger[disabled] {
  cursor: default;
  background-color: #f1f3f4;
  color: #aeaeae;
  border-color: #f1f3f4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.q-btn-secondary.disabled:hover, .q-btn-secondary.disabled:active, .q-btn-secondary[disabled]:hover, .q-btn-secondary[disabled]:active, .q-btn-green.disabled:hover, .q-btn-green.disabled:active, .q-btn-green[disabled]:hover, .q-btn-green[disabled]:active, .q-btn-alert.disabled:hover, .q-btn-alert.disabled:active, .q-btn-alert[disabled]:hover, .q-btn-alert[disabled]:active, .q-btn-danger.disabled:hover, .q-btn-danger.disabled:active, .q-btn-danger[disabled]:hover, .q-btn-danger[disabled]:active {
  background-color: #f1f3f4;
  color: #aeaeae;
  border-color: #f1f3f4;
}

/* Textarea
-------------------------------------------------- */
textarea {
  font-size: 0.875rem;
  width: 100%;
  min-height: 5rem;
  margin: 0;
  padding: 0.625rem 0.625rem;
  border: 1px solid #b5b8bf;
  border-radius: 0.25rem;
  resize: none;
}
textarea:hover {
  border-color: #aaa;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
}
textarea:active, textarea:focus {
  border-color: #001B49;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
}

/* Input
-------------------------------------------------- */
input[type=text], input[type=password], input[type=number], input[type=tel] {
  font-size: 0.875rem;
  margin: 0;
  padding: 0 0.625rem;
  min-height: 2.25rem;
  border: 1px solid #b5b8bf;
  border-radius: 0.25rem;
}
input[type=text]:hover, input[type=password]:hover, input[type=number]:hover, input[type=tel]:hover {
  border-color: #aaa;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
}
input[type=text]:active, input[type=text]:focus, input[type=text].input-used, input[type=password]:active, input[type=password]:focus, input[type=password].input-used, input[type=number]:active, input[type=number]:focus, input[type=number].input-used, input[type=tel]:active, input[type=tel]:focus, input[type=tel].input-used {
  border-color: #001B49;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
}

input[type=text].invalid, input[type=password].invalid, input[type=number].invalid, input[type=tel].invalid {
  border-color: #dd4b39;
}

input[type=text].must-fill, input[type=password].must-fill, input[type=number].must-fill, input[type=tel].must-fill {
  background-color: #fff9e2;
}

input[type=text].lock, input[type=password].lock, input[type=number].lock, input[type=tel].lock {
  cursor: default;
  pointer-events: none;
  background-color: #fafafa;
}
input[type=text].lock:hover, input[type=password].lock:hover, input[type=number].lock:hover, input[type=tel].lock:hover {
  border-color: #b5b8bf;
}
input[type=text].lock:active, input[type=text].lock:focus, input[type=password].lock:active, input[type=password].lock:focus, input[type=number].lock:active, input[type=number].lock:focus, input[type=tel].lock:active, input[type=tel].lock:focus {
  border-color: #b5b8bf;
}

::-ms-reveal {
  display: none !important;
}

.comp-input {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.comp-input.disabled {
  pointer-events: none;
}

.comp-input.pwd-visibility input[type=password] {
  padding-right: 2.5rem;
}
.comp-input.pwd-visibility .pwd-visible-trigger {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.563rem;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
  cursor: pointer;
}
.comp-input.pwd-visibility .pwd-visible-trigger:hover {
  opacity: 0.7;
}
.comp-input.pwd-visibility .pwd-visible-trigger img {
  width: 100%;
  max-width: 100%;
}

.comp-input.modern {
  width: 25rem;
  max-width: 25rem;
}
.comp-input.modern input[type=text].modern, .comp-input.modern input[type=password].modern, .comp-input.modern input[type=number].modern, .comp-input.modern input[type=tel].modern {
  display: inline-block;
  padding: 0.313rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  width: 100%;
  height: 3.5rem;
  border-radius: 0.25rem;
}
.comp-input.modern input.modern:-webkit-autofill,
.comp-input.modern input.modern:-webkit-autofill:hover,
.comp-input.modern input.modern:-webkit-autofill:focus,
.comp-input.modern input.modern:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.comp-input.modern .input-label {
  position: absolute;
  display: inline-block;
  color: #818181;
  background-color: transparent;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.031rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  pointer-events: none;
  cursor: text;
}
.comp-input.modern input.modern:focus ~ .input-label, .comp-input.modern input.modern.input-used ~ .input-label, .comp-input.modern .label-minimize {
  color: #001B49;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0rem 0.313rem;
  right: auto;
  -webkit-transform: translate(-0.438rem, -1.625rem);
      -ms-transform: translate(-0.438rem, -1.625rem);
          transform: translate(-0.438rem, -1.625rem);
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  max-width: inherit;
}
.comp-input.modern input.modern:-webkit-autofill ~ .input-label,
.comp-input.modern input.modern:-webkit-autofill:hover ~ .input-label,
.comp-input.modern input.modern:-webkit-autofill:focus ~ .input-label,
.comp-input.modern input.modern:-webkit-autofill:active ~ .input-label {
  color: #001B49;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0rem 0.313rem;
  right: auto;
  -webkit-transform: translate(-0.438rem, -1.625rem);
          transform: translate(-0.438rem, -1.625rem);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  max-width: inherit;
}
.comp-input.modern input.modern.invalid ~ .input-label {
  color: #dd4b39 !important;
}
.comp-input.modern .label-clear-ellipsis {
  max-width: inherit;
  overflow: visible;
  -o-text-overflow: inherit;
     text-overflow: inherit;
  white-space: normal;
}
.comp-input.modern .label-multi-line {
  top: 0.125rem;
}
.comp-input.modern.pwd-visibility input[type] {
  padding-right: 3rem;
}
.comp-input.modern.pwd-visibility .pwd-visible-trigger {
  display: inline-block;
  position: absolute;
  top: 1rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
  cursor: pointer;
}
.comp-input.modern.pwd-visibility .pwd-visible-trigger:hover {
  opacity: 0.7;
}
.comp-input.modern.pwd-visibility .pwd-visible-trigger img {
  width: 100%;
  max-width: 100%;
}

.comp-input .comp-dropdown .comp-dropdown-menu {
  top: 0.25rem;
  border-radius: 0.25rem;
}
.comp-input .comp-dropdown .comp-dropdown-menu .section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.comp-input .comp-dropdown .comp-dropdown-menu .section .section-items, .comp-input .comp-dropdown .comp-dropdown-menu .section .section-head {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.comp-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comp-input-group.input-group-label-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-input-group.input-group-label-left .label {
  display: inline-block;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  padding-right: 1rem;
}
.comp-input-group.input-group-label-left input[type=text], .comp-input-group.input-group-label-left input[type=number], .comp-input-group.input-group-label-left input[type=tel] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.comp-input-group.input-group-action-right input[type=text], .comp-input-group.input-group-action-right input[type=number], .comp-input-group.input-group-action-right input[type=tel] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  min-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.comp-input-group.input-group-action-right input[type=text]:hover + .q-btn, .comp-input-group.input-group-action-right input[type=text]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-right input[type=number]:hover + .q-btn, .comp-input-group.input-group-action-right input[type=number]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-right input[type=tel]:hover + .q-btn, .comp-input-group.input-group-action-right input[type=tel]:hover + .comp-select .select-toggle {
  border-top-color: #aaa;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  -webkit-box-shadow: 0.1875rem 0.125rem 0.313rem 0 rgba(231, 236, 245, 0.8);
          box-shadow: 0.1875rem 0.125rem 0.313rem 0 rgba(231, 236, 245, 0.8);
}
.comp-input-group.input-group-action-right input[type=text]:focus + .q-btn, .comp-input-group.input-group-action-right input[type=text]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-right input[type=number]:focus + .q-btn, .comp-input-group.input-group-action-right input[type=number]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-right input[type=tel]:focus + .q-btn, .comp-input-group.input-group-action-right input[type=tel]:focus + .comp-select .select-toggle {
  border-top-color: #001B49;
  border-right-color: #001B49;
  border-bottom-color: #001B49;
  -webkit-box-shadow: 0.1875rem 0.125rem 0.313rem 0 rgba(231, 236, 245, 0.8);
          box-shadow: 0.1875rem 0.125rem 0.313rem 0 rgba(231, 236, 245, 0.8);
}
.comp-input-group.input-group-action-right input[type=text].invalid + .q-btn, .comp-input-group.input-group-action-right input[type=text].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-right input[type=number].invalid + .q-btn, .comp-input-group.input-group-action-right input[type=number].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-right input[type=tel].invalid + .q-btn, .comp-input-group.input-group-action-right input[type=tel].invalid + .comp-select .select-toggle {
  border-top-color: #dd4b39;
  border-right-color: #dd4b39;
  border-bottom-color: #dd4b39;
}
.comp-input-group.input-group-action-right input[type=text].must-fill + .q-btn, .comp-input-group.input-group-action-right input[type=text].must-fill + .comp-select .select-toggle, .comp-input-group.input-group-action-right input[type=number].must-fill + .q-btn, .comp-input-group.input-group-action-right input[type=number].must-fill + .comp-select .select-toggle, .comp-input-group.input-group-action-right input[type=tel].must-fill + .q-btn, .comp-input-group.input-group-action-right input[type=tel].must-fill + .comp-select .select-toggle {
  background-color: #fff9e2;
}
.comp-input-group.input-group-action-right input[type=text].lock, .comp-input-group.input-group-action-right input[type=number].lock, .comp-input-group.input-group-action-right input[type=tel].lock {
  background-color: #fff;
  color: #b1b1b1;
}
.comp-input-group.input-group-action-right .q-btn {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  min-width: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #003380;
  background-color: #fff;
  margin: 0;
  padding: 0.5rem 1.125rem;
  border-color: #b5b8bf;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-left: 0;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.comp-input-group.input-group-action-right .q-btn:hover {
  color: #0147b7;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}
.comp-input-group.input-group-action-right .q-btn:active {
  border-color: #aaa;
  background-color: white;
  color: #001a47;
}
.comp-input-group.input-group-action-right .q-btn:disabled, .comp-input-group.input-group-action-right .q-btn.disabled {
  color: #999;
  border-top-color: #b5b8bf;
  border-right-color: #b5b8bf;
  border-bottom-color: #b5b8bf;
  background-color: white;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.comp-input-group.input-group-action-right .q-btn[disabled], .comp-input-group.input-group-action-right .q-btn-default[disabled], .comp-input-group.input-group-action-right .q-btn-primary[disabled] {
  border-color: #b5b8bf;
}
.comp-input-group.input-group-action-right .comp-select {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.comp-input-group.input-group-action-right .comp-select .select-toggle {
  min-width: 10.313rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.comp-input-group.input-group-action-left input[type=text], .comp-input-group.input-group-action-left input[type=number], .comp-input-group.input-group-action-left input[type=tel] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 0;
  padding-left: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.comp-input-group.input-group-action-left input[type=text]:hover + .q-btn, .comp-input-group.input-group-action-left input[type=text]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-left input[type=number]:hover + .q-btn, .comp-input-group.input-group-action-left input[type=number]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-left input[type=tel]:hover + .q-btn, .comp-input-group.input-group-action-left input[type=tel]:hover + .comp-select .select-toggle {
  border-right-color: #aaa;
}
.comp-input-group.input-group-action-left input[type=text]:focus + .q-btn, .comp-input-group.input-group-action-left input[type=text]:focus + .comp-select::after, .comp-input-group.input-group-action-left input[type=number]:focus + .q-btn, .comp-input-group.input-group-action-left input[type=number]:focus + .comp-select::after, .comp-input-group.input-group-action-left input[type=tel]:focus + .q-btn, .comp-input-group.input-group-action-left input[type=tel]:focus + .comp-select::after {
  display: none;
}
.comp-input-group.input-group-action-left input[type=text]:focus + .q-btn, .comp-input-group.input-group-action-left input[type=text]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-left input[type=number]:focus + .q-btn, .comp-input-group.input-group-action-left input[type=number]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-left input[type=tel]:focus + .q-btn, .comp-input-group.input-group-action-left input[type=tel]:focus + .comp-select .select-toggle {
  border-right-color: #001B49;
}
.comp-input-group.input-group-action-left input[type=text].invalid + .q-btn, .comp-input-group.input-group-action-left input[type=text].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-left input[type=number].invalid + .q-btn, .comp-input-group.input-group-action-left input[type=number].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-left input[type=tel].invalid + .q-btn, .comp-input-group.input-group-action-left input[type=tel].invalid + .comp-select .select-toggle {
  border-right-color: #dd4b39;
}
.comp-input-group.input-group-action-left input[type=text].invalid + .comp-select::after, .comp-input-group.input-group-action-left input[type=number].invalid + .comp-select::after, .comp-input-group.input-group-action-left input[type=tel].invalid + .comp-select::after {
  background-color: #dd4b39;
}
.comp-input-group.input-group-action-left input[type=text]:disabled, .comp-input-group.input-group-action-left input[type=text].disabled, .comp-input-group.input-group-action-left input[type=number]:disabled, .comp-input-group.input-group-action-left input[type=number].disabled, .comp-input-group.input-group-action-left input[type=tel]:disabled, .comp-input-group.input-group-action-left input[type=tel].disabled {
  color: #777;
  background-color: #fff;
  pointer-events: none;
}
.comp-input-group.input-group-action-left .q-btn {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.comp-input-group.input-group-action-left .q-btn[disabled], .comp-input-group.input-group-action-left .q-btn-default[disabled], .comp-input-group.input-group-action-left .q-btn-primary[disabled] {
  border-color: #b5b8bf;
}
.comp-input-group.input-group-action-left .comp-select {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 100%;
}
.comp-input-group.input-group-action-left .comp-select .select-toggle {
  min-width: 0;
  padding: 0.5rem 1rem 0.5rem 0.625rem !important;
  border-right-color: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.comp-input-group.input-group-action-left .comp-select .select-toggle .select-label {
  width: auto;
}
.comp-input-group.input-group-action-left .comp-select .select-toggle:hover {
  border-right-color: #aaa;
}
.comp-input-group.input-group-action-left .comp-select .select-toggle:active, .comp-input-group.input-group-action-left .comp-select .select-toggle:focus {
  border-right-color: #001B49;
}
.comp-input-group.input-group-action-left .comp-select .select-toggle::after {
  position: static;
  margin-left: 0.875rem;
}
.comp-input-group.input-group-action-left .comp-select .comp-dropdown-menu {
  min-width: 100%;
  width: auto;
}
.comp-input-group.input-group-action-left .comp-select:hover::after {
  display: none;
}
.comp-input-group.input-group-action-left .comp-select::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #b5b8bf;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comp-input-group.input-group-action-both-sides-pre-ver-backup {
  /* Mobile View only
  -------------------------------------------------- */
}
.comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text], .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number], .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text]:hover + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number]:hover + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel]:hover + .comp-select + .q-btn {
  border-left-color: #aaa;
}
.comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel]:hover + .comp-select .select-toggle {
  border-right-color: #aaa;
}
.comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text]:focus + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number]:focus + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel]:focus + .comp-select + .q-btn {
  border-left-color: #001B49;
}
.comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel]:focus + .comp-select .select-toggle {
  border-right-color: #001B49;
}
.comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text].invalid + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number].invalid + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel].invalid + .comp-select + .q-btn {
  border-left-color: #dd4b39;
}
.comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel].invalid + .comp-select .select-toggle {
  border-right-color: #dd4b39;
}
.comp-input-group.input-group-action-both-sides-pre-ver-backup .q-btn {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.comp-input-group.input-group-action-both-sides-pre-ver-backup .q-btn[disabled], .comp-input-group.input-group-action-both-sides-pre-ver-backup .q-btn-default[disabled], .comp-input-group.input-group-action-both-sides-pre-ver-backup .q-btn-primary[disabled] {
  border-color: #b5b8bf;
}
.comp-input-group.input-group-action-both-sides-pre-ver-backup .comp-select {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.comp-input-group.input-group-action-both-sides-pre-ver-backup .comp-select .select-toggle {
  min-width: 10.313rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
@media screen and (max-width: 780px) {
  .comp-input-group.input-group-action-both-sides-pre-ver-backup {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text], .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number], .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0.875rem 0rem;
    border-left: 1px solid #b5b8bf;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text]:hover, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number]:hover, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel]:hover {
    border-left-color: #aaa;
  }
  .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel]:hover + .comp-select .select-toggle {
    border-right-color: #b5b8bf;
  }
  .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text]:focus, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number]:focus, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel]:focus {
    border-left-color: #001B49;
  }
  .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel]:focus + .comp-select .select-toggle {
    border-right-color: #b5b8bf;
  }
  .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel].invalid + .comp-select .select-toggle {
    border-right-color: #b5b8bf;
  }
  .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=text].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=number].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides-pre-ver-backup input[type=tel].invalid + .comp-select .select-toggle {
    border-right-color: #b5b8bf;
  }
  .comp-input-group.input-group-action-both-sides-pre-ver-backup .comp-select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    min-width: 100%;
    max-width: 100;
  }
  .comp-input-group.input-group-action-both-sides-pre-ver-backup .comp-select .select-toggle {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .comp-input-group.input-group-action-both-sides-pre-ver-backup .q-btn {
    margin: 0.875rem 0rem;
  }
}

.comp-input-group.input-group-action-both-sides {
  /* Mobile View only
  -------------------------------------------------- */
}
.comp-input-group.input-group-action-both-sides input[type=text], .comp-input-group.input-group-action-both-sides input[type=number], .comp-input-group.input-group-action-both-sides input[type=tel] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 0;
  padding-left: 1rem;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.comp-input-group.input-group-action-both-sides input[type=text]:hover + .comp-select::after, .comp-input-group.input-group-action-both-sides input[type=number]:hover + .comp-select::after, .comp-input-group.input-group-action-both-sides input[type=tel]:hover + .comp-select::after {
  display: none;
}
.comp-input-group.input-group-action-both-sides input[type=text]:hover + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides input[type=number]:hover + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides input[type=tel]:hover + .comp-select + .q-btn {
  border-top-color: #aaa;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  -webkit-box-shadow: 0.1875rem 0.125rem 0.313rem 0 rgba(231, 236, 245, 0.8);
          box-shadow: 0.1875rem 0.125rem 0.313rem 0 rgba(231, 236, 245, 0.8);
}
.comp-input-group.input-group-action-both-sides input[type=text]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=number]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=tel]:hover + .comp-select .select-toggle {
  border-right-color: #aaa;
}
.comp-input-group.input-group-action-both-sides input[type=text]:focus + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides input[type=number]:focus + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides input[type=tel]:focus + .comp-select + .q-btn {
  border-top-color: #001B49;
  border-right-color: #001B49;
  border-bottom-color: #001B49;
  -webkit-box-shadow: 0.1875rem 0.125rem 0.313rem 0 rgba(231, 236, 245, 0.8);
          box-shadow: 0.1875rem 0.125rem 0.313rem 0 rgba(231, 236, 245, 0.8);
}
.comp-input-group.input-group-action-both-sides input[type=text]:focus + .comp-select::after, .comp-input-group.input-group-action-both-sides input[type=number]:focus + .comp-select::after, .comp-input-group.input-group-action-both-sides input[type=tel]:focus + .comp-select::after {
  display: none;
}
.comp-input-group.input-group-action-both-sides input[type=text]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=number]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=tel]:focus + .comp-select .select-toggle {
  border-right-color: #001B49;
}
.comp-input-group.input-group-action-both-sides input[type=text].invalid + .comp-select::after, .comp-input-group.input-group-action-both-sides input[type=number].invalid + .comp-select::after, .comp-input-group.input-group-action-both-sides input[type=tel].invalid + .comp-select::after {
  display: none;
}
.comp-input-group.input-group-action-both-sides input[type=text].invalid + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides input[type=number].invalid + .comp-select + .q-btn, .comp-input-group.input-group-action-both-sides input[type=tel].invalid + .comp-select + .q-btn {
  border-top-color: #dd4b39;
  border-right-color: #dd4b39;
  border-bottom-color: #dd4b39;
}
.comp-input-group.input-group-action-both-sides input[type=text].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=number].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=tel].invalid + .comp-select .select-toggle {
  border-right-color: #dd4b39;
}
.comp-input-group.input-group-action-both-sides .q-btn {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  min-width: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #003380;
  background-color: #fff;
  margin: 0;
  padding: 0.5rem 1.125rem;
  border-color: #b5b8bf;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-left: 0;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.comp-input-group.input-group-action-both-sides .q-btn:hover {
  color: #0147b7;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}
.comp-input-group.input-group-action-both-sides .q-btn:active {
  border-color: #aaa;
  background-color: white;
  color: #001a47;
}
.comp-input-group.input-group-action-both-sides .q-btn:disabled, .comp-input-group.input-group-action-both-sides .q-btn.disabled {
  color: #999;
  border-top-color: #b5b8bf;
  border-right-color: #b5b8bf;
  border-bottom-color: #b5b8bf;
  background-color: white;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.comp-input-group.input-group-action-both-sides .q-btn[disabled], .comp-input-group.input-group-action-both-sides .q-btn-default[disabled], .comp-input-group.input-group-action-both-sides .q-btn-primary[disabled] {
  border-color: #b5b8bf;
}
.comp-input-group.input-group-action-both-sides .comp-select {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 100%;
}
.comp-input-group.input-group-action-both-sides .comp-select .select-toggle {
  min-width: 0;
  padding: 0.5rem 1rem 0.5rem 0.625rem !important;
  border-right-color: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.comp-input-group.input-group-action-both-sides .comp-select .select-toggle .select-label {
  width: auto;
}
.comp-input-group.input-group-action-both-sides .comp-select .select-toggle:hover {
  border-right-color: #aaa;
}
.comp-input-group.input-group-action-both-sides .comp-select .select-toggle:active, .comp-input-group.input-group-action-both-sides .comp-select .select-toggle:focus {
  border-right-color: #001B49;
}
.comp-input-group.input-group-action-both-sides .comp-select .select-toggle::after {
  position: static;
  margin-left: 0.875rem;
}
.comp-input-group.input-group-action-both-sides .comp-select .comp-dropdown-menu {
  min-width: 100%;
  width: auto;
}
.comp-input-group.input-group-action-both-sides .comp-select:hover::after {
  display: none;
}
.comp-input-group.input-group-action-both-sides .comp-select::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #b5b8bf;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .comp-input-group.input-group-action-both-sides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-input-group.input-group-action-both-sides input[type=text], .comp-input-group.input-group-action-both-sides input[type=number], .comp-input-group.input-group-action-both-sides input[type=tel] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0.875rem 0rem;
    padding-left: 0.625rem;
    border-left: 1px solid #b5b8bf;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .comp-input-group.input-group-action-both-sides input[type=text]:hover, .comp-input-group.input-group-action-both-sides input[type=number]:hover, .comp-input-group.input-group-action-both-sides input[type=tel]:hover {
    border-left-color: #aaa;
  }
  .comp-input-group.input-group-action-both-sides input[type=text]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=number]:hover + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=tel]:hover + .comp-select .select-toggle {
    border-right-color: #b5b8bf;
  }
  .comp-input-group.input-group-action-both-sides input[type=text]:focus, .comp-input-group.input-group-action-both-sides input[type=number]:focus, .comp-input-group.input-group-action-both-sides input[type=tel]:focus {
    border-left-color: #001B49;
  }
  .comp-input-group.input-group-action-both-sides input[type=text]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=number]:focus + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=tel]:focus + .comp-select .select-toggle {
    border-right-color: #b5b8bf;
  }
  .comp-input-group.input-group-action-both-sides input[type=text].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=number].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=tel].invalid + .comp-select .select-toggle {
    border-right-color: #b5b8bf;
  }
  .comp-input-group.input-group-action-both-sides input[type=text].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=number].invalid + .comp-select .select-toggle, .comp-input-group.input-group-action-both-sides input[type=tel].invalid + .comp-select .select-toggle {
    border-right-color: #b5b8bf;
  }
  .comp-input-group.input-group-action-both-sides .comp-select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    min-width: 100%;
    max-width: 100;
  }
  .comp-input-group.input-group-action-both-sides .comp-select::after {
    display: none;
  }
  .comp-input-group.input-group-action-both-sides .comp-select .select-toggle {
    padding-right: 2rem;
    border-right-color: #b5b8bf;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .comp-input-group.input-group-action-both-sides .comp-select .select-toggle .select-label {
    width: auto;
  }
  .comp-input-group.input-group-action-both-sides .comp-select .select-toggle:hover {
    border-right-color: #aaa;
  }
  .comp-input-group.input-group-action-both-sides .comp-select .select-toggle:active, .comp-input-group.input-group-action-both-sides .comp-select .select-toggle:focus {
    border-right-color: #001B49;
  }
  .comp-input-group.input-group-action-both-sides .comp-select .select-toggle::after {
    position: absolute;
    margin-left: 0.5rem;
  }
  .comp-input-group.input-group-action-both-sides .q-btn {
    margin: 0.875rem 0rem;
  }
}

.comp-verify-code-input {
  width: 100%;
  /* Mobile View only
  -------------------------------------------------- */
}
.comp-verify-code-input .verify-code-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.comp-verify-code-input input[type=text], .comp-verify-code-input input[type=number], .comp-verify-code-input input[type=tel] {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  display: inline-block;
  font-size: 1.5rem;
  width: 3rem;
  height: 3.125rem;
  text-align: center;
  border-color: #778399;
  -webkit-box-shadow: 0 0.2rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.2rem 0.313rem 0 #e7ecf5;
  background-color: #fff8e9;
}
.comp-verify-code-input input[type=text]:hover, .comp-verify-code-input input[type=number]:hover, .comp-verify-code-input input[type=tel]:hover {
  border-color: #778399;
}
.comp-verify-code-input input[type=text]:focus, .comp-verify-code-input input[type=text]:active, .comp-verify-code-input input[type=number]:focus, .comp-verify-code-input input[type=number]:active, .comp-verify-code-input input[type=tel]:focus, .comp-verify-code-input input[type=tel]:active {
  border-color: #001B49;
}
.comp-verify-code-input .verify-code-action {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.comp-verify-code-input .verify-code-action .text-wrap {
  display: inline-block;
  margin: 0;
}
.comp-verify-code-input .verify-code-action .q-btn {
  min-width: 7.5rem;
}
@media screen and (max-width: 780px) {
  .comp-verify-code-input .verify-code-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .comp-verify-code-input input[type=text], .comp-verify-code-input input[type=number], .comp-verify-code-input input[type=tel] {
    min-width: 0;
    margin: 0 0.125rem;
  }
}

.comp-tag-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  padding: 0.063rem 0.063rem;
  min-height: 2.25rem;
  border: 1px solid #b5b8bf;
  border-radius: 0.25rem;
}
.comp-tag-input:hover {
  border-color: #aaa;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
}
.comp-tag-input:active, .comp-tag-input:focus {
  border-color: #001B49;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
}
.comp-tag-input .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-width: 0;
  height: 1.75rem;
  font-size: 0.813rem;
  border-radius: 0.25rem;
  padding: 0.125rem 0.75rem;
  margin: 0.063rem 0.063rem;
}
.comp-tag-input .tag .tag-label {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.comp-tag-input .tag .close {
  vertical-align: middle;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  min-width: 0.62rem;
}
.comp-tag-input input {
  width: auto !important;
  min-width: 0 !important;
  min-height: 2rem !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.comp-tag-input .tag-input-preview {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: text;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.125rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .comp-tag-input .tag-input-preview {
    min-height: 2rem;
  }
}
.comp-tag-input .tag-input-preview .tag-tiny {
  min-width: 4.25rem;
  max-width: 4.25rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.comp-tag-input .tag-input-preview .tag-tiny.flex-none {
  min-width: 0;
}

::-webkit-input-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 0.875rem;
}

::-moz-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 0.875rem;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 0.875rem;
} /* ie */
input:-moz-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 0.875rem;
}

/* Select
-------------------------------------------------- */
.comp-select {
  position: relative;
  display: inline-block;
  max-width: 18.75rem;
}

.select-toggle {
  position: relative;
  vertical-align: middle;
  width: 100%;
  min-width: 7.5rem;
  height: 2.25rem;
  padding: 0.5rem 2rem 0.5rem 0.625rem;
  margin: 0;
  border: 1px solid #b5b8bf;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
}
.select-toggle .select-label {
  display: inline-block;
  width: 90%;
  font-size: 0.875rem;
  line-height: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.select-toggle:hover {
  border-color: #aaa;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
}
.select-toggle:active {
  background-color: #fafafa;
  border-color: #001B49;
}
.select-toggle:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375rem 0.25rem 0rem 0.25rem;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}
.select-toggle.invalid {
  border-color: #dd4b39;
}

.comp-select.auto-width {
  min-width: auto !important;
  max-width: 100% !important;
  width: auto !important;
}
.comp-select.auto-width .select-toggle .select-label {
  width: 100%;
}

.comp-select .comp-dropdown .comp-dropdown-menu {
  top: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.comp-select .comp-dropdown .comp-dropdown-menu .section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.comp-select .comp-dropdown .comp-dropdown-menu .section .section-items {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.comp-select.dir-up .comp-dropdown .comp-dropdown-menu {
  top: auto;
  bottom: calc(100% + 2.5rem);
}

.comp-select.drop-adjustable .comp-dropdown .comp-dropdown-menu {
  width: auto;
  min-width: 100%;
}

.comp-select.drop-align-right .comp-dropdown .comp-dropdown-menu {
  right: 0;
}

.comp-select.lock, .comp-select.disabled {
  cursor: default;
  pointer-events: none;
}
.comp-select.lock .select-toggle, .comp-select.disabled .select-toggle {
  color: #777;
  min-width: 0 !important;
}
.comp-select.lock .select-toggle .select-label, .comp-select.disabled .select-toggle .select-label {
  width: auto;
  padding-right: 0.5rem;
}
.comp-select.lock .select-toggle::after, .comp-select.disabled .select-toggle::after {
  content: none;
}

/* Dropdown
-------------------------------------------------- */
.comp-dropdown {
  position: relative;
  z-index: 12;
}
.comp-dropdown .comp-dropdown-menu {
  position: absolute;
  width: 100%;
  top: 0.5rem;
  margin: 0;
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  cursor: default;
}
.comp-dropdown .comp-dropdown-menu .section {
  padding: 1rem 0rem 1rem 0rem;
  color: #40464d;
}
.comp-dropdown .comp-dropdown-menu .section .section-head {
  color: #8a8e94;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.comp-dropdown .comp-dropdown-menu .section .section-items {
  position: relative;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.comp-dropdown .comp-dropdown-menu .section .section-items:hover {
  background-color: #eef0f3;
}
.comp-dropdown .comp-dropdown-menu .section .section-items:active {
  background-color: #e2e6ea;
}
.comp-dropdown .comp-dropdown-menu .section .section-items.selection {
  cursor: pointer;
}
.comp-dropdown .comp-dropdown-menu .section .section-items.pending {
  background-color: #eef0f3;
}
.comp-dropdown .comp-dropdown-menu .section .section-items.selected {
  color: #235DC1;
}
.comp-dropdown .comp-dropdown-menu .section .section-items.selected::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background-color: #235DC1;
  left: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comp-dropdown .comp-dropdown-menu .section .contact-info {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-dropdown .comp-dropdown-menu .section .contact-info .comp-checkbox {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 1.25rem;
  min-width: 1.25rem;
  margin-right: 1rem;
}
.comp-dropdown .comp-dropdown-menu .section .contact-info .account-img {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 2.125rem;
  min-width: 2.125rem;
}
.comp-dropdown .comp-dropdown-menu .section .contact-info .account-img .avatar {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 100%;
  overflow: hidden;
}
.comp-dropdown .comp-dropdown-menu .section .contact-info .account-img .avatar img {
  width: 100%;
}
.comp-dropdown .comp-dropdown-menu .section .contact-info .account-img .google-avatar {
  background-image: url("../img/utils/logo_google.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.75rem 1.75rem;
}
.comp-dropdown .comp-dropdown-menu .section .contact-info .account-img .no-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-color: #fff;
  background-color: #001B49;
}
.comp-dropdown .comp-dropdown-menu .section .contact-info .account-img .no-avatar span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.comp-dropdown .comp-dropdown-menu .section .contact-info .account-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  max-width: 11.25rem;
  overflow: hidden;
}
.comp-dropdown .comp-dropdown-menu .section .contact-info .account-info .name {
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.comp-dropdown .comp-dropdown-menu .section .contact-info .account-info .name .keyword {
  color: #001B49;
}
.comp-dropdown .comp-dropdown-menu .section .contact-info .account-info .mail {
  font-size: 0.813rem;
  color: #8a8e94;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .comp-dropdown .comp-dropdown-menu .section .contact-info .account-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.comp-dropdown .comp-dropdown-menu .func-section {
  border-top: 1px solid #ddd;
}
.comp-dropdown .comp-dropdown-menu .func-section .heading {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.comp-dropdown .comp-dropdown-menu .func-section .heading .title {
  width: 90%;
  font-weight: 500;
}
.comp-dropdown .comp-dropdown-menu .func-section .close {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  width: 0.875rem;
  height: 0.875rem;
  padding: 0px;
  background: url("../img/utils/ic-close-dark.svg") no-repeat 0 0;
  background-size: 0.875rem 0.875rem;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0.5;
}
.comp-dropdown .comp-dropdown-menu .func-section .close:hover {
  opacity: 1;
}
.comp-dropdown .comp-dropdown-menu .func-section .create-group {
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.comp-dropdown .comp-dropdown-menu .func-section .create-group a {
  display: inline-block;
  color: #0698A8;
  text-decoration: none;
}
.comp-dropdown .comp-dropdown-menu .func-section.contacts-filter {
  position: relative;
  border-bottom: 0 !important;
}
.comp-dropdown .comp-dropdown-menu .func-section.contacts-filter .filter-bar {
  position: relative;
  width: 100%;
  min-width: 0;
  padding-left: 0.313rem;
}
.comp-dropdown .comp-dropdown-menu .func-section.contacts-filter .filter-bar input[type=text] {
  border: 0 !important;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  background: url(../img/utils/ic-search.svg) no-repeat 0.5rem center;
  background-size: 2.25rem 2.25rem;
  padding-left: 3rem;
  padding-right: 1rem;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.comp-dropdown .comp-dropdown-menu .func-section.contacts-filter:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  display: block;
  height: 1px;
  background-color: #ddd;
}
.comp-dropdown .comp-dropdown-menu .section-divide {
  display: block;
  height: 1px;
  background-color: #dadce0;
  margin: 0rem 0rem 0rem 1.5rem;
}
.comp-dropdown .comp-dropdown-menu .m--section-divide {
  display: none;
}
.comp-dropdown .add-scroll {
  max-height: 12.5rem;
  overflow-y: auto;
}

.comp-dropdown.drop-adjustable .comp-dropdown-menu {
  width: auto;
  min-width: 100%;
}

.comp-dropdown.drop-align-right .comp-dropdown-menu {
  right: 0;
}

/* 針對 input 套件 dropdown 修改
-------------------------------------------------- */
.input-hint-dropdown {
  position: absolute;
  width: 100%;
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
  border: 1px solid #b5b8bf;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
  cursor: default;
}
.input-hint-dropdown li {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.input-hint-dropdown li a {
  text-decoration: none;
}
.input-hint-dropdown li:hover {
  background-color: #eef0f3;
}
.input-hint-dropdown li:active {
  background-color: #e2e6ea;
}

/* Popover
-------------------------------------------------- */
.popover {
  position: relative;
  z-index: 10;
}
.popover .popover-menu {
  position: absolute;
  width: 100%;
  top: 0.5rem;
  background-color: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  cursor: default;
}
.popover .popover-menu .section {
  padding: 0.5rem 0rem 0.5rem 0rem;
  color: #40464d;
}
.popover .popover-menu .section .section-head {
  color: #8a8e94;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.popover .popover-menu .section .section-items {
  position: relative;
  padding: 0.625rem 1rem 0.625rem 1rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.popover .popover-menu .section .section-items:hover {
  background-color: #eef0f3;
}
.popover .popover-menu .section .section-items.selection {
  cursor: pointer;
}
.popover .popover-menu .section .section-items.selected {
  color: #001B49;
}
.popover.read-only {
  pointer-events: none;
}
.popover.read-only .popover-menu .section .section-items:hover {
  background-color: #fff;
}
.popover .add-scroll {
  max-height: 12.5rem;
  overflow-y: auto;
}

/* Checkbox, Radio Button
-------------------------------------------------- */
.comp-checkbox {
  position: relative;
}
.comp-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  display: none;
}
.comp-checkbox > input[type=checkbox] + label {
  display: block;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400 !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.comp-checkbox > input[type=checkbox] + label:before {
  content: "";
  margin-right: 0.625rem;
  display: inline-block;
  vertical-align: bottom;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/utils/ic-checkbox-off.svg"), url("../img/utils/ic-checkbox-hover.svg"), url("../img/utils/ic-checkbox-on.svg"), url("../img/utils/ic-checkbox-disabled.svg"), url("../img/utils/ic-checkbox-indeterminate.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position-x: 0, 1.25rem, 2.5rem, 3.75rem, 5rem;
  background-position-y: 0, 0, 0, 0, 0;
  background-size: 1.25rem 1.25rem, 1.25rem 1.25rem, 1.25rem 1.25rem, 1.25rem 1.25rem, 1.25rem 1.25rem;
}
.comp-checkbox > input[type=checkbox]:hover + label:before {
  background: url("../img/utils/ic-checkbox-hover.svg") no-repeat 0 0;
  background-size: 1.25rem 1.25rem;
}
.comp-checkbox > input[type=checkbox]:checked + label:before {
  background: url("../img/utils/ic-checkbox-on.svg") no-repeat 0 0;
  background-size: 1.25rem 1.25rem;
}
.comp-checkbox > input[type=checkbox]:disabled + label {
  color: #aeaeae;
  cursor: auto;
}
.comp-checkbox > input[type=checkbox]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: url("../img/utils/ic-checkbox-disabled.svg") no-repeat 0 0;
  background-size: 1.25rem 1.25rem;
}

.comp-checkbox.indeterminate > input[type=checkbox]:checked + label:before {
  background: url("../img/utils/ic-checkbox-indeterminate.svg") no-repeat 0 0;
  background-size: 1.25rem 1.25rem;
}

.comp-checkbox.no-label {
  width: 1.25rem;
}

.comp-radio {
  position: relative;
}
.comp-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
  display: none;
}
.comp-radio > input[type=radio] + label {
  position: relative;
  display: block;
  padding: 0;
  font-weight: 400 !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0;
  cursor: pointer;
}
.comp-radio > input[type=radio] + label:before {
  content: "";
  margin-right: 0.625rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/utils/ic-radio-off.svg"), url("../img/utils/ic-radio-hover.svg"), url("../img/utils/ic-radio-on.svg"), url("../img/utils/ic-radio-disabled.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position-x: 0, 1.25rem, 2.5rem, 3.75rem;
  background-position-y: 0, 0, 0, 0;
  background-size: 1.25rem 1.25rem, 1.25rem 1.25rem, 1.25rem 1.25rem, 1.25rem 1.25rem;
}
.comp-radio > input[type=radio]:hover + label:before {
  background: url("../img/utils/ic-radio-hover.svg") no-repeat 0 0;
  background-size: 1.25rem 1.25rem;
}
.comp-radio > input[type=radio]:checked + label:before {
  background: url("../img/utils/ic-radio-on.svg") no-repeat 0 0;
  background-size: 1.25rem 1.25rem;
}
.comp-radio > input[type=radio]:disabled + label {
  color: #aeaeae;
  cursor: auto;
}
.comp-radio > input[type=radio]:disabled + label:before {
  background: url("../img/utils/ic-radio-disabled.svg") no-repeat 0 0;
  background-size: 1.25rem 1.25rem;
}

.comp-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comp-checkbox-group .comp-checkbox {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.comp-checkbox-group .val-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.comp-checkbox-group .val-field > div {
  display: inline-block;
}
.comp-checkbox-group .val-field a {
  padding: 0rem 0.25rem;
}
.comp-checkbox-group .info-hint {
  position: relative;
  display: inline-block;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  min-width: 0;
  padding: 0 0.5rem;
}
.comp-checkbox-group .info-hint .info-tip {
  display: none;
  position: absolute;
  bottom: 0.875rem;
  left: 1rem;
  font-size: 0.875rem;
  width: 15.625rem;
  padding: 1rem 1rem;
  border: 1px solid #dadce0;
  background: #f7f8f9;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.313rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.comp-checkbox-group .info-hint img {
  vertical-align: text-bottom;
}
.comp-checkbox-group .info-hint:hover .info-tip {
  display: block;
}

.comp-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comp-radio-group .comp-radio {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.comp-radio-group .val-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
}

.comp-radio-group.fs16 .comp-radio {
  padding-top: 0.125rem;
}
.comp-radio-group.fs16 .val-field {
  font-size: 1rem;
}

/* Switch
-------------------------------------------------- */
.comp-switch {
  position: relative;
  display: inline-block;
  width: 2.188rem;
  height: 1.25rem;
}

.comp-switch .q-switch {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 0.625rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0.625rem;
  background-color: #b1b1b1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.comp-switch .q-switch:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 0px;
  bottom: -0.188rem;
  background-color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.063rem 0.125rem 0.063rem;
          box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.063rem 0.125rem 0.063rem;
  border-radius: 50%;
}
.comp-switch .q-switch.switch-on {
  background-color: #aabfe1;
}
.comp-switch .q-switch.switch-on:before {
  -webkit-transform: translateX(1.188rem);
  -ms-transform: translateX(1.188rem);
  transform: translateX(1.188rem);
  background-color: #001B49;
}
.comp-switch .q-switch.switch-on:hover:before {
  background-color: #012666;
}
.comp-switch .q-switch.switch-off {
  background-color: #b1b1b1;
}
.comp-switch .q-switch.switch-off:before {
  -webkit-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  transform: translateX(0rem);
  background-color: white;
}

/* Table
-------------------------------------------------- */
.comp-table {
  position: relative;
  min-height: 17.5rem;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
  font-size: 0.875rem;
}
.comp-table .table {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.comp-table .table thead {
  border-bottom: 1px solid #dadce0;
}
.comp-table .table thead tr th {
  position: relative;
  text-align: left;
  height: 3rem;
  padding: 0rem 1rem;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 500;
}
.comp-table .table thead tr th .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-table .table thead tr th .sort .sort-label {
  display: inline-block;
  min-width: 0;
  color: #2f2f2f;
  font-size: 0.813rem;
  font-weight: 400;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.comp-table .table thead tr th .sort .sort-arrow {
  display: inline-block;
  min-width: 0;
  padding-left: 0.313rem;
  cursor: pointer;
}
.comp-table .table thead tr th a {
  text-decoration: none;
  color: #40464d;
}
.comp-table .table thead tr th.qid-cell {
  max-width: 15.625rem;
  min-width: 0 !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.comp-table .table thead tr th.select-cell, .comp-table .table thead tr th.column-option-cell {
  width: 2.5rem;
}
.comp-table .table tbody tr {
  border-bottom: 1px solid #eee;
}
.comp-table .table tbody tr td {
  text-align: left;
  height: 4rem;
  padding: 1rem 1rem;
  vertical-align: middle;
  word-break: break-word;
}
.comp-table .table tbody tr td .act-btn {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 0;
  opacity: 0.7;
  cursor: pointer;
}
.comp-table .table tbody tr td .act-btn img {
  width: 100%;
}
.comp-table .table tbody tr td .act-btn:hover {
  opacity: 1;
}
.comp-table .table tbody tr td .act-btn.disabled {
  opacity: 0.3;
  cursor: default;
}
.comp-table .table tbody tr td.qid-cell {
  max-width: 15.625rem;
  min-width: 0 !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.comp-table .table tbody tr td.select-cell, .comp-table .table tbody tr td.column-option-cell {
  width: 2.5rem;
}
.comp-table .table tbody tr:last-child {
  border-bottom: 0;
}
.comp-table .table.dialog-table tbody tr td {
  height: 3rem;
}
.comp-table .table-empty {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  border-radius: 0.5rem;
  z-index: 1;
}
.comp-table .table-empty .empty-msg {
  position: absolute;
  text-align: center;
  color: #777;
  padding: 1.5rem 1.5rem;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Flexbox Table
-------------------------------------------------- */
.flexbox-table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
}
.flexbox-table .flexbox-thead {
  width: 100%;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  height: 3rem;
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border: 1px solid #dadce0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.flexbox-table .flexbox-thead .thead-cell {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  min-width: 0;
  height: 3rem;
  min-height: 3rem;
  padding: 0rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.flexbox-table .flexbox-thead .thead-cell .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  max-width: 100%;
}
.flexbox-table .flexbox-thead .thead-cell .sort .sort-label {
  display: inline-block;
  min-width: 0;
  color: #2f2f2f;
  font-size: 0.813rem;
  font-weight: 400;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.flexbox-table .flexbox-thead .thead-cell .sort .sort-arrow {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  margin-left: 0.313rem;
  cursor: pointer;
}
.flexbox-table .flexbox-thead .thead-cell .sort .sort-arrow img {
  width: 100%;
}
.flexbox-table .flexbox-thead .thead-cell .sort.sort-disabled .sort-label, .flexbox-table .flexbox-thead .thead-cell .sort.sort-disabled .sort-arrow {
  cursor: default;
}
.flexbox-table .flexbox-thead .thead-cell .sort.sort-disabled .sort-arrow {
  display: none;
}
.flexbox-table .flexbox-thead .thead-cell.select-cell {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 3rem;
  min-width: 3rem;
  padding: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flexbox-table .flexbox-thead:after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
}
.flexbox-table .flexbox-tbody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #dadce0;
  border-top: 0;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 100%;
  height: 100%;
  min-height: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flexbox-table .flexbox-tbody {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.flexbox-table .tbody-wrapper {
  width: 100%;
  height: 100%;
}
.flexbox-table .flexbox-trow {
  position: relative;
  width: 100%;
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  -o-transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
.flexbox-table .flexbox-trow .tbody-cell {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: normal;
  white-space: normal;
}
.flexbox-table .flexbox-trow .tbody-cell.select-cell {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 3rem;
  min-width: 3rem;
  padding-left: 0;
  padding-right: 0;
}
.flexbox-table .flexbox-trow .tbody-cell.select-cell .comp-checkbox {
  margin: 0 auto;
}
.flexbox-table .flexbox-trow .tbody-cell .act-btn-group {
  position: relative;
}
.flexbox-table .flexbox-trow .tbody-cell .act-btn-group .act-btn:not(:last-child) {
  margin-right: 1rem;
}
.flexbox-table .flexbox-trow .tbody-cell .act-btn-group .act-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  line-height: 0;
  opacity: 0.7;
  cursor: pointer;
  text-align: center;
}
.flexbox-table .flexbox-trow .tbody-cell .act-btn-group .act-btn img {
  width: 1.125rem;
  height: 1.125rem;
}
.flexbox-table .flexbox-trow .tbody-cell .act-btn-group .act-btn:hover {
  opacity: 1;
  background-color: #f1f1f4;
}
.flexbox-table .flexbox-trow .tbody-cell .act-btn-group .act-btn:active {
  background-color: #e6e6ec;
}
.flexbox-table .flexbox-trow .tbody-cell .act-btn-group .act-btn.disabled {
  opacity: 0.3;
  cursor: default;
}
.flexbox-table .flexbox-trow .tbody-cell .act-btn-group .act-btn.disabled:hover {
  background-color: transparent;
}
.flexbox-table .flexbox-trow .tbody-cell .act-btn-group .act-btn.disable-event {
  pointer-events: none;
  cursor: default;
}
.flexbox-table .flexbox-trow .tbody-cell .act-btn-group .act-btn.act-qcloud-folder {
  width: 1.5rem;
  height: 1.25rem;
}
.flexbox-table .flexbox-trow .tbody-cell .status-tag {
  display: inline-block;
  padding: 0.25rem 0rem;
}
.flexbox-table .flexbox-trow .tbody-cell .status-tag.red {
  color: #e63C07;
}
.flexbox-table .flexbox-trow .tbody-cell .status-tag.green {
  color: #0698A8;
}
.flexbox-table .flexbox-trow .tbody-cell .status-tag.gray {
  color: #8e8e8e;
}
.flexbox-table .flexbox-trow .tbody-cell .status-tag.deep-blur {
  color: #6285b5;
}
.flexbox-table .flexbox-trow .tbody-cell .status-tag:before {
  content: "•";
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.313rem;
}
.flexbox-table .flexbox-trow:hover {
  z-index: 50;
  -webkit-box-shadow: 0 0.125rem 1rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 1rem 0 rgba(0, 0, 0, 0.08);
}
.flexbox-table .flexbox-trow:last-child {
  border-bottom-color: #fff;
  margin-bottom: 1rem;
}
.flexbox-table .flexbox-trow:last-child:hover {
  border-bottom-color: #eee;
}
.flexbox-table .flexbox-trow.trow-focused {
  background: #edf9ff;
  border-right: 1px solid #edf9ff;
  border-left: 1px solid #edf9ff;
  border-bottom: 1px solid #edf9ff;
}
.flexbox-table .flexbox-trow.trow-focused:hover {
  border-right: 1px solid #d5e9f2;
  border-left: 1px solid #d5e9f2;
  border-bottom: 1px solid #d5e9f2;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flexbox-table .flexbox-trow:after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
}
.flexbox-table .table-empty {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dadce0;
  background-color: #fafafa;
  border-radius: 0.5rem;
  z-index: 1;
}
.flexbox-table .table-empty .empty-msg {
  position: absolute;
  text-align: center;
  color: #777;
  padding: 1.5rem 1.5rem;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Tag
-------------------------------------------------- */
.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  background-color: #eaeaea;
  border-radius: 0.25rem;
}
.tag .tag-label {
  min-width: 0;
  color: #2f2f2f;
}
.tag .close {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  margin-top: 0;
  margin-left: 0.5rem;
  width: 0.625rem;
  height: 0.625rem;
  min-width: 0.625rem;
  padding: 0px;
  background: url("../img/utils/ic-close-dark.svg") no-repeat 0 0;
  background-size: 0.625rem 0.625rem;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0.8;
}
.tag .close:hover {
  opacity: 1;
}
.tag:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.tag.tag-ic-front .ic-img {
  display: inline-block;
  line-height: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.tag.tag-ic-front.tag-user {
  padding-left: 0.375rem;
}
.tag.tag-ic-front.tag-user .ic-img {
  margin-right: 0.375rem;
}
.tag.tag-ic-front.tag-group {
  padding-left: 0.625rem;
}
.tag.tag-ic-front.tag-group .ic-img {
  margin-right: 0.625rem;
}

.tag.tag-light {
  background-color: #c4eff5;
}
.tag.tag-light .tag-label {
  color: #0193a5;
}

.tag.tag-error {
  background-color: #ffd9d9;
}
.tag.tag-error .tag-label {
  color: #e03e3e;
}
.tag.tag-error .close {
  background: url("../img/utils/ic-close-red.svg") no-repeat 0 0;
  background-size: 0.625rem 0.625rem;
}

.tag.tag-tiny {
  height: auto;
  padding: 0.125rem 0.375rem;
}
.tag.tag-tiny .tag-label {
  font-size: 0.813rem;
}

.tag.tag-clean-all {
  border: 0;
  background-color: transparent;
  padding: 0 0.125rem;
}

.status-tag {
  display: inline-block;
  padding: 0.25rem 0rem;
}
.status-tag.actived {
  color: #0698A8;
}
.status-tag.disabled {
  color: #e63C07;
}
.status-tag.qid-not-enabled {
  color: #8e8e8e;
}
.status-tag.pending {
  color: #6285b5;
}
.status-tag:before {
  content: "•";
  display: inline-block;
  padding-right: 0.313rem;
}

.tag-group {
  position: relative;
  font-size: 0;
}
.tag-group .tag {
  margin-right: 0.375rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.tag-group .tag:last-child {
  margin-right: 0;
}
.tag-group .group-tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
}
.tag-group .q-btn-small {
  height: 1.875rem;
  padding: 0.125rem 1.25rem;
  vertical-align: top;
}
.tag-group:hover .group-tooltip {
  display: block;
}
.tag-group:hover .group-tooltip .popover-menu {
  top: -0.5rem;
  width: 12.5rem;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
}
.tag-group:hover .group-tooltip .popover-menu .section .section-items {
  padding: 0.25rem 0.75rem;
}

/* Search
-------------------------------------------------- */
.comp-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: auto;
  border-radius: 1.25rem;
  background-color: #fff;
  border: 1px solid #b5b8bf;
  padding-right: 1rem;
  padding-left: 0.25rem;
}
.comp-search .comp-input {
  display: inline-block;
  vertical-align: middle;
}
.comp-search .comp-input input[type=text], .comp-search .comp-input input[type=number], .comp-search .comp-input input[type=tel] {
  font-size: 1rem;
  border: 0;
  padding-left: 0;
  width: 12.5rem;
  min-height: 2rem;
  max-height: 2rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.comp-search > img {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 2rem;
  height: 2rem;
  left: -0.063rem;
  opacity: 0.7;
}
.comp-search:hover {
  background-color: #fff;
  border-color: #001B49;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
}

.comp-search.active {
  border-color: #001B49;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
}

/* Progress Indicator
-------------------------------------------------- */
.progress-indicator-fullpage {
  position: fixed;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  padding: 2.5rem 3.125rem;
  text-align: center;
  z-index: 51;
}

.progress-indicator-fullspace {
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  padding: 2.5rem 3.125rem;
  text-align: center;
  z-index: 51;
}

.progress-indicator-fullspace.white-mask {
  background-color: rgb(255, 255, 255);
}

.progress-indicator {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  min-width: 8.125rem;
}

.circle-progress-indicator {
  width: 4rem;
  height: 4rem;
  padding: 0.625rem;
  background-color: #fff;
  border: 1px solid #e7e9ec;
  border-radius: 100%;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.313rem 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}
.circle-progress-indicator .circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.circle-progress-indicator .path {
  stroke-dasharray: 1, 100;
  stroke-dashoffset: 0px;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .circle-progress-indicator .path {
    stroke-dasharray: 60, 100;
  }
}

.circle-progress-indicator.small {
  width: 3.125rem;
  height: 3.125rem;
}
.circle-progress-indicator.small .base, .circle-progress-indicator.small .path {
  stroke-width: 5;
}

.circle-progress-indicator.tiny {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.circle-progress-indicator.tiny .base, .circle-progress-indicator.tiny .path {
  stroke-width: 5;
}

.progress-msg {
  margin-top: 1.25rem;
  padding: 0rem 1rem;
  font-size: 1.125rem;
  color: #777;
  line-height: 1.45;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 100;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 60, 100;
    stroke-dashoffset: -20px;
  }
  100% {
    stroke-dasharray: 100, 100;
    stroke-dashoffset: -100px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 100;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 60, 100;
    stroke-dashoffset: -20px;
  }
  100% {
    stroke-dasharray: 100, 100;
    stroke-dashoffset: -100px;
  }
}
/* Fixed Alert
-------------------------------------------------- */
.fixed-alert {
  position: fixed;
  font-size: 1rem;
  width: 100%;
  height: auto;
  min-height: 4rem;
  top: 0rem;
  color: #40464d;
  background-color: #fff;
  text-align: center;
  z-index: 1021;
  margin: auto;
  overflow: hidden;
  cursor: default;
}
.fixed-alert .alert-content {
  padding: 0.875rem 2.5rem 0.875rem 1.5rem;
}
.fixed-alert .alert-content .alert-msg {
  text-align: left;
  display: inline-block;
  line-height: 1.4;
}
.fixed-alert .alert-content .alert-msg a {
  padding: 0rem 0.25rem;
  text-decoration: underline;
}
.fixed-alert .alert-content strong, .fixed-alert .alert-content b {
  margin-right: 0.625rem;
}
.fixed-alert .alert-close-btn {
  position: absolute;
  top: 1.125rem;
  right: 1rem;
  font-size: 2rem;
  line-height: 1.25rem;
  font-weight: 200;
  padding: 0rem;
  color: #40464d;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.fixed-alert .alert-close-btn:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.fixed-alert .alert-close-btn:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.fixed-alert.alert-error {
  background-color: #ffe5e1;
  color: #db0606;
  border-bottom: 1px solid #f3c7c1;
}
.fixed-alert.alert-error .alert-close-btn {
  color: #a50001;
}
.fixed-alert.alert-error .alert-content .alert-msg a {
  color: #ce0303;
}
.fixed-alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-bottom: 1px solid #beebc8;
}
.fixed-alert.alert-success .alert-close-btn {
  color: #155724;
}
.fixed-alert.alert-success .alert-content .alert-msg a {
  color: #0b2e13;
}
.fixed-alert.alert-warning {
  color: #6e3f02;
  background-color: #ffea8e;
  border-bottom: 1px solid #fadf66;
}
.fixed-alert.alert-warning .alert-close-btn {
  color: #6e3f02;
}
.fixed-alert.alert-warning .alert-content .alert-msg a {
  color: #2c1900;
}
.fixed-alert.alert-info {
  color: #004085;
  background-color: #cce5ff;
  border-bottom: 1px solid #b4d1f0;
}
.fixed-alert.alert-info .alert-close-btn {
  color: #004085;
}
.fixed-alert.alert-info .alert-content .alert-msg a {
  color: #062c33;
}

/* Dialog Fixed Alert
-------------------------------------------------- */
.dialog-inner-alert {
  position: absolute;
  font-size: 0.875rem;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: auto;
  border-radius: 0.5rem;
  color: #40464d;
  background-color: #fff;
  text-align: center;
  z-index: 20;
  margin: auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
  cursor: default;
}
.dialog-inner-alert .alert-content {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.dialog-inner-alert .alert-content .alert-msg {
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  margin-right: 1rem;
}
.dialog-inner-alert .alert-content .alert-msg a {
  color: #0698A8;
  padding: 0rem 0.25rem;
  text-decoration: underline;
}
.dialog-inner-alert .alert-content strong, .dialog-inner-alert .alert-content b {
  margin-right: 0.625rem;
}
.dialog-inner-alert .alert-close-btn {
  position: absolute;
  top: 0.875rem;
  right: 0.813rem;
  font-size: 2rem;
  line-height: 1.25rem;
  font-weight: 200;
  padding: 0rem;
  color: #40464d;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.dialog-inner-alert .alert-close-btn:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.dialog-inner-alert .alert-close-btn:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.dialog-inner-alert.alert-error {
  background-color: #ffe5e1;
  color: #db0606;
  border: 1px solid #f3c7c1;
}
.dialog-inner-alert.alert-error .alert-close-btn {
  color: #a50001;
}
.dialog-inner-alert.alert-error .alert-content .alert-msg a {
  color: #ce0303;
}
.dialog-inner-alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #beebc8;
}
.dialog-inner-alert.alert-success .alert-close-btn {
  color: #155724;
}
.dialog-inner-alert.alert-success .alert-content .alert-msg a {
  color: #0b2e13;
}
.dialog-inner-alert.alert-warning {
  color: #6e3f02;
  background-color: #ffea8e;
  border: 1px solid #fadf66;
}
.dialog-inner-alert.alert-warning .alert-close-btn {
  color: #6e3f02;
}
.dialog-inner-alert.alert-warning .alert-content .alert-msg a {
  color: #2c1900;
}
.dialog-inner-alert.alert-info {
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b4d1f0;
}
.dialog-inner-alert.alert-info .alert-close-btn {
  color: #004085;
}
.dialog-inner-alert.alert-info .alert-content .alert-msg a {
  color: #062c33;
}

/* Captcha
-------------------------------------------------- */
.comp-captcha {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
}
.comp-captcha .captcha-img {
  padding: 0.5rem 0.5rem;
  border: 1px solid #b5b8bf;
  border-bottom: 0;
  border-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 6rem;
  text-align: center;
  overflow: hidden;
}
.comp-captcha .captcha-img img {
  width: 100%;
}
.comp-captcha .comp-input-group.input-group-action-right input {
  border-top-left-radius: 0;
}
.comp-captcha .comp-input-group.input-group-action-right .q-btn {
  border-top-right-radius: 0;
  text-decoration: none;
}
.comp-captcha .comp-input-group.input-group-action-right input[type=text]:hover + .q-btn, .comp-captcha .comp-input-group.input-group-action-right input[type=text]:hover + .comp-select .select-toggle, .comp-captcha .comp-input-group.input-group-action-right input[type=number]:hover + .q-btn, .comp-captcha .comp-input-group.input-group-action-right input[type=number]:hover + .comp-select .select-toggle, .comp-captcha .comp-input-group.input-group-action-right input[type=tel]:hover + .q-btn, .comp-captcha .comp-input-group.input-group-action-right input[type=tel]:hover + .comp-select .select-toggle {
  border-left-color: #b5b8bf;
  border-top-color: #b5b8bf;
  border-right-color: #b5b8bf;
  border-bottom-color: #b5b8bf;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comp-captcha .comp-input-group.input-group-action-right input[type=text]:focus + .q-btn, .comp-captcha .comp-input-group.input-group-action-right input[type=text]:focus + .comp-select .select-toggle, .comp-captcha .comp-input-group.input-group-action-right input[type=number]:focus + .q-btn, .comp-captcha .comp-input-group.input-group-action-right input[type=number]:focus + .comp-select .select-toggle, .comp-captcha .comp-input-group.input-group-action-right input[type=tel]:focus + .q-btn, .comp-captcha .comp-input-group.input-group-action-right input[type=tel]:focus + .comp-select .select-toggle {
  border-left-color: #001B49;
  border-top-color: #b5b8bf;
  border-right-color: #b5b8bf;
  border-bottom-color: #b5b8bf;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comp-captcha .comp-input-group.input-group-action-right input[type=text].invalid + .q-btn, .comp-captcha .comp-input-group.input-group-action-right input[type=text].invalid + .comp-select .select-toggle, .comp-captcha .comp-input-group.input-group-action-right input[type=number].invalid + .q-btn, .comp-captcha .comp-input-group.input-group-action-right input[type=number].invalid + .comp-select .select-toggle, .comp-captcha .comp-input-group.input-group-action-right input[type=tel].invalid + .q-btn, .comp-captcha .comp-input-group.input-group-action-right input[type=tel].invalid + .comp-select .select-toggle {
  border-left-color: #dd4b39;
  border-top-color: #b5b8bf;
  border-right-color: #b5b8bf;
  border-bottom-color: #b5b8bf;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comp-captcha .comp-input-group.input-group-action-right .q-btn {
  color: #2f2f2f;
  border: 1px solid #b5b8bf;
}
.comp-captcha .comp-input-group.input-group-action-right .q-btn:hover {
  text-decoration: none;
  border: 1px solid #aaa !important;
  -webkit-box-shadow: 0 0.2rem 0.313rem 0 #e7ecf5 !important;
          box-shadow: 0 0.2rem 0.313rem 0 #e7ecf5 !important;
}
.comp-captcha .comp-input-group.input-group-action-right .q-btn:active {
  color: #000;
  border: 1px solid #001B49 !important;
}
.comp-captcha .comp-input-group.input-group-action-right .q-btn[disabled], .comp-captcha .comp-input-group.input-group-action-right .q-btn-default[disabled], .comp-captcha .comp-input-group.input-group-action-right .q-btn-primary[disabled] {
  border-color: #b5b8bf;
}
.comp-captcha .comp-input-group.input-group-action-left input {
  border-top-right-radius: 0;
}
.comp-captcha .comp-input-group.input-group-action-left .q-btn {
  border-top-left-radius: 0;
}

/* PWD Strength
-------------------------------------------------- */
.pwd-strength {
  width: 100%;
  max-width: 25rem;
  padding: 0.5rem 0rem 0rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.pwd-strength .pwd-input-meter {
  margin-top: 0rem;
  margin-bottom: 0.313rem;
  width: 100%;
}
.pwd-strength .pwd-input-meter .pwd-input-dot {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  height: 0.125rem;
  border-right: 0.25rem solid #fff;
  background-color: #ddd;
}
.pwd-strength .pwd-input-meter .pwd-input-dot:last-child {
  border: 0;
}
.pwd-strength .pwd-input-meter:after {
  display: block;
  content: "";
  clear: both;
}
.pwd-strength .pwd-input-meter.weak .pwd-input-dot:nth-child(1) {
  background-color: #db0606;
}
.pwd-strength .pwd-input-meter.fair .pwd-input-dot:nth-child(1), .pwd-strength .pwd-input-meter.fair .pwd-input-dot:nth-child(2) {
  background-color: #ffad00;
}
.pwd-strength .pwd-input-meter.good .pwd-input-dot:nth-child(1), .pwd-strength .pwd-input-meter.good .pwd-input-dot:nth-child(2), .pwd-strength .pwd-input-meter.good .pwd-input-dot:nth-child(3) {
  background-color: #4599ec;
}
.pwd-strength .pwd-input-meter.strong .pwd-input-dot {
  background-color: #3abb1c;
}
.pwd-strength .pwd-input-strength {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #5F6368;
}
.pwd-strength .pwd-input-strength .strength-lv {
  display: inline-block;
  margin-left: 0.5rem;
}
.pwd-strength:after {
  display: block;
  content: "";
  clear: both;
}

/* Datepicker
-------------------------------------------------- */
.comp-datepicker {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.875rem;
  border: 1px solid #b5b8bf;
  border-radius: 0.25rem;
}
.comp-datepicker .text-input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-bottom: 0 !important;
}
.comp-datepicker .text-input-wrap input[type=text], .comp-datepicker .text-input-wrap input[type=number], .comp-datepicker .text-input-wrap input[type=tel] {
  border: 0;
  width: 100%;
  height: 2.5rem;
}
.comp-datepicker .text-input-wrap input[type=text]:hover, .comp-datepicker .text-input-wrap input[type=text]:focus, .comp-datepicker .text-input-wrap input[type=number]:hover, .comp-datepicker .text-input-wrap input[type=number]:focus, .comp-datepicker .text-input-wrap input[type=tel]:hover, .comp-datepicker .text-input-wrap input[type=tel]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comp-datepicker .ic-date-range {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  min-width: 0;
  height: 2.5rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-right: 1px solid #b5b8bf;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.comp-datepicker .ic-date-range img {
  opacity: 0.4;
}
.comp-datepicker .ic-date-range span {
  color: #777;
  margin-left: 0.25rem;
}
.comp-datepicker:hover {
  border-color: #aaa;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
}

.comp-datepicker-double-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.875rem;
  border: 1px solid #b5b8bf;
  border-radius: 0.25rem;
}
.comp-datepicker-double-column .col-label {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  min-width: 0;
  padding: 0rem 1rem;
}
.comp-datepicker-double-column .col-picker {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
}
.comp-datepicker-double-column .col-picker .text-input-wrap {
  margin-bottom: 0;
  border-right: 1px solid #b5b8bf;
}
.comp-datepicker-double-column .col-picker .text-input-wrap input[type=text], .comp-datepicker-double-column .col-picker .text-input-wrap input[type=number], .comp-datepicker-double-column .col-picker .text-input-wrap input[type=tel] {
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 2.5rem;
  padding-left: 0;
}
.comp-datepicker-double-column .col-picker .text-input-wrap input[type=text]:hover, .comp-datepicker-double-column .col-picker .text-input-wrap input[type=text]:focus, .comp-datepicker-double-column .col-picker .text-input-wrap input[type=number]:hover, .comp-datepicker-double-column .col-picker .text-input-wrap input[type=number]:focus, .comp-datepicker-double-column .col-picker .text-input-wrap input[type=tel]:hover, .comp-datepicker-double-column .col-picker .text-input-wrap input[type=tel]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comp-datepicker-double-column .col-picker:last-child .text-input-wrap {
  border-right: 0;
}
.comp-datepicker-double-column .ic-date-range {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  min-width: 0;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-right: 1px solid #b5b8bf;
}
.comp-datepicker-double-column .ic-date-range img {
  opacity: 0.4;
}
.comp-datepicker-double-column:hover {
  border-color: #aaa;
  -webkit-box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
          box-shadow: 0 0.125rem 0.313rem 0 #e7ecf5;
}

/* Tooltip
-------------------------------------------------- */
.tooltip {
  position: absolute;
  z-index: 1000;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
}
.tooltip .tooltip-inner {
  max-width: 15.625rem;
  padding: 0.5rem 0.875rem;
  color: #fff;
  text-align: left;
  background-color: #2f2f2f;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.313rem;
  height: 0.313rem;
}
.tooltip .arrow:before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tooltip.tooltip-top {
  padding: 0.313rem 0;
}
.tooltip.tooltip-top .arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  width: 0.625rem;
}
.tooltip.tooltip-top .arrow::before {
  content: "";
  border-width: 0.313rem 0.313rem 0;
  border-top-color: #2f2f2f;
}
.tooltip.tooltip-bottom {
  padding: 0.313rem 0;
}
.tooltip.tooltip-bottom .arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  width: 0.625rem;
}
.tooltip.tooltip-bottom .arrow::before {
  content: "";
  border-width: 0 0.313rem 0.313rem;
  border-bottom-color: #2f2f2f;
}
.tooltip.tooltip-left {
  padding: 0 0.313rem;
}
.tooltip.tooltip-left .arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  height: 0.625rem;
}
.tooltip.tooltip-left .arrow::before {
  content: "";
  border-width: 0.313rem 0 0.313rem 0.313rem;
  border-left-color: #2f2f2f;
}
.tooltip.tooltip-right {
  padding: 0 0.313rem;
}
.tooltip.tooltip-right .arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  height: 0.625rem;
}
.tooltip.tooltip-right .arrow::before {
  content: "";
  border-width: 0.313rem 0.313rem 0.313rem 0;
  border-right-color: #2f2f2f;
}

/* Password Rules Normal/Mobile ver.
-------------------------------------------------- */
.popover.pwd-rules-popover .popover-menu {
  top: 0.25rem;
}
.popover.pwd-rules-popover .popover-menu .section .section-head {
  color: #000000;
  font-weight: 500;
  padding: 0.625rem 1.5rem 0.625rem 1.5rem;
}
.popover.pwd-rules-popover .popover-menu .section .section-items {
  padding: 0.25rem 1rem 0.25rem 1rem;
}
.popover.pwd-rules-popover .popover-menu .section .section-items .pwd-check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popover.pwd-rules-popover .popover-menu .section .section-items .pwd-check-group .check-icon {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  margin: 0.125rem 0;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
}
.popover.pwd-rules-popover .popover-menu .section .section-items .pwd-check-group .check-condition {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  padding-left: 0.875rem;
  white-space: normal;
  line-height: 1.4;
}

.pwd-rules-mob {
  position: relative;
  padding-bottom: 0.5rem;
  display: none;
}
@media screen and (max-width: 600px) {
  .pwd-rules-mob {
    display: block;
  }
}
.pwd-rules-mob .pwd-rules-head {
  font-size: 0.875rem;
  color: #000000;
  font-weight: 500;
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.pwd-rules-mob .pwd-rules-list .list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0rem 0.25rem 0rem;
}
.pwd-rules-mob .pwd-rules-list .list-row .check-icon {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  margin: 0.125rem 0;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
}
.pwd-rules-mob .pwd-rules-list .list-row .check-condition {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  padding-left: 0.875rem;
  white-space: normal;
  line-height: 1.4;
}