.relative {
  position: relative; }

.mobile {
  display: none; }

.ic {
  display: inline-block;
  vertical-align: middle; }

.sectionLine {
  height: 10px;
  width: 100%;
  background-color: #ededed; }

.col_success {
  color: #43D2B0; }

label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.bg-gray {
  background: #f5f5f5; }

.clearfix:after {
  content: "";
  display: block;
  position: absolute; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.mt10 {
  margin-top: 10px; }

.mt30 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.pt10 {
  padding-top: 10px; }

.pt40 {
  padding-top: 40px; }

.ic {
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.scroll-effect.scroll-effect-hide::-webkit-scrollbar-track {
  background: transparent; }

.scroll-effect.scroll-effect-hide::-webkit-scrollbar-thumb {
  background: transparent; }

.scroll-effect::-webkit-scrollbar {
  width: 6px; }

.scroll-effect::-webkit-scrollbar {
  height: 6px; }

.scroll-effect::-webkit-scrollbar-track {
  background: #efefef; }

.scroll-effect::-webkit-scrollbar-thumb {
  height: 50px;
  width: 50px;
  background: #b2b2b2; }

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(129, 129, 129, 0.7);
  position: fixed;
  z-index: 500; }

.overlay2:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 600; }

article.toggle-input-box label {
  cursor: pointer;
  display: inline-flex; }
  article.toggle-input-box label input {
    position: absolute;
    left: -9999px; }
    article.toggle-input-box label input:checked ~ i {
      border-color: #6DB9C6; }
      article.toggle-input-box label input:checked ~ i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 22px;
        border-radius: 50%;
        background-color: #6DB9C6;
        transition: left 0.3s ease-out; }
  article.toggle-input-box label i {
    position: relative;
    width: 48px;
    height: 28px;
    border-radius: 21px;
    border: 1px solid #D9DBE9;
    background-color: #fff;
    font-weight: 900;
    font-size: 37px; }
    article.toggle-input-box label i:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 3px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background-color: #D9DBE9;
      transition: left 0.3s ease-out; }

article.menu-btn-box .menu-btn {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  background-color: #252849; }
  article.menu-btn-box .menu-btn.small {
    height: 40px;
    font-size: 10px; }
  article.menu-btn-box .menu-btn.off {
    background-color: #D9DBE9; }

.fbox label input {
  position: absolute;
  left: -9999px; }

.tbox {
  height: 36px; }
  .tbox.full {
    width: 100%; }
  .tbox textarea {
    border: 1px solid #a0a0a0;
    background-color: #fff;
    border-radius: 6px;
    padding: 0 18px;
    width: 100%;
    line-height: 32px;
    outline: none;
    resize: none; }
    .tbox textarea::placeholder {
      color: #898989; }
  .tbox input[type=text] {
    border: 1px solid #a0a0a0;
    background-color: #fff;
    border-radius: 6px;
    padding: 0 18px;
    height: 100%;
    width: 100%; }
    .tbox input[type=text]::placeholder {
      color: #898989; }

.sbox {
  display: inline-flex;
  align-items: center;
  position: relative; }
  .sbox.type-2 .set {
    background: #EFF0F6 url("../img/icon-arrow-simple-down.svg") no-repeat right 12px center/5px 8px;
    padding: 0 28px 0 12px;
    height: 23px;
    border-radius: 4px; }
    .sbox.type-2 .set.on {
      background: #14142B url("../img/icon-arrow-simple-up-white.svg") no-repeat right 12px center/5px 8px; }
      .sbox.type-2 .set.on .txt {
        color: #fff; }
  .sbox.type-2 ul.select-menu {
    top: 28px;
    border-radius: 4px;
    overflow: hidden; }
    .sbox.type-2 ul.select-menu li + li a {
      border: none; }
    .sbox.type-2 ul.select-menu li a {
      height: 20px;
      padding: 0;
      justify-content: center; }
      .sbox.type-2 ul.select-menu li a.on {
        background-color: #14142B;
        color: #fff; }
  .sbox.normal {
    width: 290px; }
  .sbox.small {
    width: 232px; }
  .sbox.short {
    width: 164px; }
  .sbox.smallest {
    width: 75px; }
  .sbox.long {
    width: 490px; }
  .sbox.full {
    width: 100%; }
  .sbox.on .set .txt {
    background: url("../img/iconIcArrowUpBlack.svg") no-repeat top 3px right; }
  .sbox .set {
    width: 100%;
    color: #000;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding: 0 12px 0 6px;
    font-weight: 300;
    background: #f7f7f7 url("../img/icon-arrow-simple-right.svg") no-repeat right center/5px 8px;
    font-size: 0; }
    .sbox .set .txt {
      line-height: 15px;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      text-align: left;
      font-size: 12px; }
    .sbox .set.on ~ ul.select-menu {
      display: block; }
  .sbox ul.select-menu {
    display: none;
    position: absolute;
    left: auto;
    right: 0;
    top: 30px;
    border: 1px solid #D9DBE9;
    z-index: 10;
    background-color: #fff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 24px 40px rgba(50, 50, 71, 0.08)); }
    .sbox ul.select-menu li {
      white-space: nowrap; }
      .sbox ul.select-menu li + li a {
        border-top: 1px solid #D9DBE9; }
      .sbox ul.select-menu li a {
        padding: 14.5px 16px;
        display: flex;
        align-items: center;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        color: #252849; }
  .sbox select {
    text-align: left;
    width: 100%;
    height: 20px;
    /* you should keep these firsts rules in place to maintain cross-browser behaviour */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("../img/icon-arrow-simple-down.svg") no-repeat center right/12px 7px;
    outline: none;
    padding: 0 18px 0 0;
    font-size: 12px;
    color: #4E4B66; }
  .sbox.smaller {
    width: 60px; }
  .sbox.big {
    width: 180px;
    height: 34px;
    font-size: 15px; }
    .sbox.big select {
      background: url("../img/ic_select_arrow.png") no-repeat center right 9px; }

.textbox.type-success textarea {
  border-color: #14142B; }

.textbox.long {
  width: 290px; }

.textbox.longer {
  width: 470px; }

.textbox.short {
  width: 86px; }
  .textbox.short input {
    padding: 0 14px; }

.textbox.full {
  width: 100%; }

.textbox.big input {
  padding: 0 24px;
  height: 72px;
  font-size: 20px;
  letter-spacing: -0.5px; }

.textbox textarea {
  width: 100%;
  border: 1px solid #D9DBE9;
  height: 150px;
  padding: 16px 16px;
  background-color: #f7f7f7;
  outline: none;
  resize: none;
  font-size: 12px;
  line-height: 15px;
  border-radius: 4px;
  outline: none;
  background-color: #fff; }
  .textbox textarea::placeholder {
    color: #D9DBE9; }
  .textbox textarea:disabled {
    border: 1px solid #cccccc;
    color: #999999; }

.ibox.calendar input {
  background: #f7f7f7 url("../img/ic_calendar.svg") no-repeat right -1px center; }
  .ibox.calendar input:focus {
    background: #f7f7f7 url("../img/ic_calendar_focus.svg") no-repeat right -1px center;
    border-width: 1px; }
  .ibox.calendar input:disabled {
    background: #f7f7f7 url("../img/ic_calendar_disabled.svg") no-repeat right -1px center;
    border-width: 1px;
    color: #999999; }

.ibox.long {
  width: 290px; }

.ibox.longer {
  width: 470px; }

.ibox.short {
  width: 86px; }
  .ibox.short input {
    padding: 0 14px; }

.ibox.full {
  width: 100%; }

.ibox.big input {
  padding: 0 24px;
  height: 72px;
  font-size: 20px;
  letter-spacing: -0.5px; }

.ibox input {
  width: 100%;
  letter-spacing: -0.2px;
  border: 1px solid #1a71f4;
  height: 40px;
  font-size: 14px;
  padding: 0 16px;
  background-color: #f7f7f7; }
  .ibox input:focus {
    background-color: #fff;
    border-width: 2px; }
  .ibox input::placeholder {
    color: #999999; }
  .ibox input:disabled {
    border: 1px solid #cccccc;
    color: #999999; }

.cbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0;
  text-align: left; }
  .cbox.small label i {
    top: 0 !important; }
  .cbox.small label .txt {
    font-size: 12px;
    line-height: 15px; }
  .cbox label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    position: relative; }
    .cbox label.static i {
      position: static; }
    .cbox label input[type=checkbox] {
      position: absolute;
      left: -9999px; }
      .cbox label input[type=checkbox]:disabled ~ i {
        background: url("../img/ic_cbox_disabled.svg") no-repeat center/cover; }
      .cbox label input[type=checkbox]:checked ~ i {
        background: url("../img/ic_cbox_on.svg") no-repeat center/cover; }
    .cbox label i {
      top: 2px;
      position: absolute;
      left: 0;
      width: 15px;
      height: 15px;
      display: inline-flex;
      align-items: center;
      background: url("../img/ic_cbox_off.svg") no-repeat center/cover; }
    .cbox label .txt {
      padding-left: 20px;
      align-items: center;
      display: inline-flex;
      font-size: 14px;
      line-height: 18px; }
      .cbox label .txt .ess {
        color: #F04920;
        padding-left: 4px; }

.rbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0;
  text-align: left; }
  .rbox label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    position: relative; }
    .rbox label.static i {
      position: static; }
    .rbox label input[type=radio] {
      position: absolute;
      left: -9999px; }
      .rbox label input[type=radio]:disabled ~ i {
        background: url("../img/ic_rbox_disabled.svg") no-repeat center/cover; }
      .rbox label input[type=radio]:checked ~ i {
        background: url("../img/ic_rbox_on.svg") no-repeat center/cover; }
    .rbox label i {
      top: 1px;
      position: absolute;
      left: 0;
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      background: url("../img/ic_rbox_off.svg") no-repeat center/cover; }
    .rbox label .txt {
      padding-left: 32px;
      height: 21px;
      align-items: center;
      display: inline-flex;
      font-size: 16px; }

article.toggle-btn-box {
  font-size: 0;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle; }
  article.toggle-btn-box .toggle-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 65px;
    height: 30px;
    line-height: 108px;
    border-radius: 14.5px;
    background-color: #282828;
    color: #fff;
    font-weight: 900;
    font-size: 37px; }
    article.toggle-btn-box .toggle-btn:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 1px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background-color: #626262;
      transition: left 0.3s ease-out; }
    article.toggle-btn-box .toggle-btn.on {
      background-color: #fcff00; }
      article.toggle-btn-box .toggle-btn.on:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 34px;
        border-radius: 50%;
        background-color: #d70000;
        transition: left 0.3s ease-out; }

.toggle-select-box.small label .txt {
  padding: 3px 16px;
  font-size: 14px; }

.toggle-select-box label {
  cursor: pointer;
  display: inline-flex; }
  .toggle-select-box label input {
    position: absolute;
    left: -9999px; }
    .toggle-select-box label input:checked ~ span {
      background-color: #d70142;
      color: #fff; }
  .toggle-select-box label .txt {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 16px;
    color: #d70142;
    border: 2px solid #d70142;
    font-weight: 700;
    letter-spacing: -0.4px; }

article.file-upload-box label {
  display: inline-flex;
  align-items: center;
  padding: 0 16px 0 6px;
  border-radius: 8px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05); }
  article.file-upload-box label:hover, article.file-upload-box label:focus {
    background-color: rgba(0, 0, 0, 0.1); }
  article.file-upload-box label:active {
    background-color: rgba(0, 0, 0, 0.2); }
  article.file-upload-box label input {
    position: absolute;
    left: -9999px; }
  article.file-upload-box label i {
    display: inline-flex;
    background: url("../img/ic_clip.svg") no-repeat center/cover;
    width: 28px;
    height: 28px;
    align-items: center;
    margin-right: 8px; }
  article.file-upload-box label span {
    font-size: 14px;
    color: #666;
    letter-spacing: -0.2px; }

article.edit-menu-box {
  font-size: 0;
  display: inline-flex; }
  article.edit-menu-box .edit-plus-btn {
    display: inline-flex;
    align-items: center;
    background: url("../img/ic_plus_btn.svg") no-repeat center/cover;
    width: 32px;
    height: 32px; }
  article.edit-menu-box .edit-minus-btn {
    display: inline-flex;
    align-items: center;
    background: url("../img/ic_minus_btn.svg") no-repeat center/cover;
    width: 32px;
    height: 32px; }

article.paging {
  font-size: 0;
  text-align: center;
  padding-top: 30px; }
  article.paging ul {
    display: inline-block;
    vertical-align: middle; }
    article.paging ul li {
      display: inline-flex; }
      article.paging ul li.current a {
        color: #2C3FB5; }
      article.paging ul li .prev {
        color: #6c6c6c; }
        article.paging ul li .prev.off {
          color: #bbbbbb; }
      article.paging ul li .next {
        color: #6c6c6c; }
        article.paging ul li .next.off {
          color: #bbbbbb; }
      article.paging ul li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        font-size: 18px;
        font-weight: 700;
        color: #000; }

/*# sourceMappingURL=ui.css.map */