/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,900);
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
.ngx-datatable {
  display: block;
  overflow: hidden;
  justify-content: center;
  position: relative;
  transform: translate3d(0, 0, 0);
  /**
   * Vertical Scrolling Adjustments
   */
  /**
   * Horizontal Scrolling Adjustments
   */
  /**
   * Fixed Header Height Adjustments
   */
  /**
   * Fixed row height adjustments
   */
  /**
   * Shared Styles
   */
  /**
   * Header Styles
   */
  /**
   * Body Styles
   */
  /**
   * Footer Styles
   */ }
.ngx-datatable [hidden] {
    display: none !important; }
.ngx-datatable *,
  .ngx-datatable *:before,
  .ngx-datatable *:after {
    box-sizing: border-box; }
.ngx-datatable.scroll-vertical .datatable-body {
    overflow-y: auto; }
.ngx-datatable.scroll-vertical.virtualized .datatable-body .datatable-row-wrapper {
    position: absolute; }
.ngx-datatable.scroll-horz .datatable-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
    white-space: nowrap; }
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.ngx-datatable.fixed-row .datatable-scroll {
    white-space: nowrap; }
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row {
      white-space: nowrap; }
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
.ngx-datatable .datatable-body-row,
  .ngx-datatable .datatable-row-center,
  .ngx-datatable .datatable-header-inner {
    display: flex;
    flex-direction: row;
    -o-flex-flow: row;
    flex-flow: row; }
.ngx-datatable .datatable-body-cell,
  .ngx-datatable .datatable-header-cell {
    overflow-x: hidden;
    vertical-align: top;
    display: inline-block;
    line-height: 1.625; }
.ngx-datatable .datatable-body-cell:focus,
    .ngx-datatable .datatable-header-cell:focus {
      outline: none; }
.ngx-datatable .datatable-row-left,
  .ngx-datatable .datatable-row-right {
    z-index: 9; }
.ngx-datatable .datatable-row-left,
  .ngx-datatable .datatable-row-center,
  .ngx-datatable .datatable-row-group,
  .ngx-datatable .datatable-row-right {
    position: relative; }
.ngx-datatable .datatable-header {
    display: block;
    overflow: hidden; }
.ngx-datatable .datatable-header .datatable-header-inner {
      align-items: stretch;
      -webkit-align-items: stretch; }
.ngx-datatable .datatable-header .datatable-header-cell {
      position: relative;
      display: inline-block; }
.ngx-datatable .datatable-header .datatable-header-cell.sortable .datatable-header-cell-wrapper {
        cursor: pointer; }
.ngx-datatable .datatable-header .datatable-header-cell.longpress .datatable-header-cell-wrapper {
        cursor: move; }
.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
        line-height: 100%;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer; }
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle,
      .ngx-datatable .datatable-header .datatable-header-cell .resize-handle--not-resizable {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        padding: 0 4px;
        visibility: hidden; }
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle {
        cursor: ew-resize; }
.ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle {
        visibility: visible; }
.ngx-datatable .datatable-header .datatable-header-cell:hover .resize-handle--not-resizable {
        visibility: visible; }
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker {
        position: absolute;
        top: 0;
        bottom: 0; }
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromLeft {
          right: 0; }
.ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromRight {
          left: 0; }
.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
        height: inherit; }
.ngx-datatable .datatable-body {
    position: relative;
    z-index: 10;
    display: block; }
.ngx-datatable .datatable-body .datatable-scroll {
      display: inline-block; }
.ngx-datatable .datatable-body .datatable-row-detail {
      overflow-y: hidden; }
.ngx-datatable .datatable-body .datatable-row-wrapper {
      display: flex;
      flex-direction: column; }
.ngx-datatable .datatable-body .datatable-body-row {
      outline: none; }
.ngx-datatable .datatable-body .datatable-body-row > div {
        display: flex; }
.ngx-datatable .datatable-footer {
    display: block;
    width: 100%;
    overflow: auto; }
.ngx-datatable .datatable-footer .datatable-footer-inner {
      display: flex;
      align-items: center;
      width: 100%; }
.ngx-datatable .datatable-footer .selected-count .page-count {
      flex: 1 1 40%; }
.ngx-datatable .datatable-footer .selected-count .datatable-pager {
      flex: 1 1 60%; }
.ngx-datatable .datatable-footer .page-count {
      flex: 1 1 20%; }
.ngx-datatable .datatable-footer .datatable-pager {
      flex: 1 1 80%;
      text-align: right; }
.ngx-datatable .datatable-footer .datatable-pager .pager,
      .ngx-datatable .datatable-footer .datatable-pager .pager li {
        padding: 0;
        margin: 0;
        display: inline-block;
        list-style: none; }
.ngx-datatable .datatable-footer .datatable-pager .pager li,
      .ngx-datatable .datatable-footer .datatable-pager .pager li a {
        outline: none; }
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
        cursor: pointer;
        display: inline-block; }
.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
        cursor: not-allowed; }
@font-face {
  font-family: 'data-table';
  src: url('data-table.eot');
  src: url('data-table.eot?#iefix') format('embedded-opentype'), url('data-table.woff') format('woff'),
    url('data-table.ttf') format('truetype'), url('data-table.svg#data-table') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]::before {
  font-family: 'data-table' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^='datatable-icon-']::before,
[class*=' datatable-icon-']::before {
  font-family: 'data-table' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datatable-icon-filter::before {
  content: '\62';
}
.datatable-icon-collapse::before {
  content: '\61';
}
.datatable-icon-expand::before {
  content: '\63';
}
.datatable-icon-close::before {
  content: '\64';
}
.datatable-icon-up::before {
  content: '\65';
}
.datatable-icon-down::before {
  content: '\66';
}
.datatable-icon-sort-unset::before {
  content: '\63';
  opacity: 0.5;
}
.datatable-icon-sort::before {
  content: '\67';
}
.datatable-icon-done::before {
  content: '\68';
}
.datatable-icon-done-all::before {
  content: '\69';
}
.datatable-icon-search::before {
  content: '\6a';
}
.datatable-icon-pin::before {
  content: '\6b';
}
.datatable-icon-add::before {
  content: '\6d';
}
.datatable-icon-left::before {
  content: '\6f';
}
.datatable-icon-right::before {
  content: '\70';
}
.datatable-icon-skip::before {
  content: '\71';
}
.datatable-icon-prev::before {
  content: '\72';
}
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}
.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}
.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}
.ng-select .ng-has-value .ng-placeholder{display:none}
.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}
.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}
.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}
[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}
.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}
.ng-select.ng-select-single .ng-select-container{height:36px}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}
[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}
.ng-select .ng-clear-wrapper{color:#999}
.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}
.ng-select .ng-spinner-zone{padding:5px 5px 0 0}
[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}
.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}
[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}
.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}
.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}
.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}
.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}
[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}
html {
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}
h1, h2, h3, h4, h5, h6, p,
a, span, li,
label, img {
  margin: 0;
  padding: 0;
  line-height: 1;
}
li {
  list-style: none;
  padding: 0;
}
[center-v] {
  display: flex;
  align-items: center;
}
[center-h] {
  display: flex;
  justify-content: center;
}
[center-vh] {
  display: flex;
  justify-content: center;
  align-items: center;
}
[fx-1] {
  flex: 1;
}
[fx-col] {
  display: flex;
  flex-direction: column;
}
[jc-between] {
  display: flex;
  justify-content: space-between;
}
[opacity-80] {
  opacity: 0.8;
}
[opacity-70] {
  opacity: 0.7;
}
[opacity-60] {
  opacity: 0.6;
}
[opacity-50] {
  opacity: 0.5;
}
[opacity-40] {
  opacity: 0.4;
}
[opacity-30] {
  opacity: 0.3;
}
[size-xxs] {
  font-size: 11px;
}
[size-xs] {
  font-size: 12px;
}
[size-s] {
  font-size: 14px;
}
[size-m] {
  font-size: 18px;
}
[size-l] {
  font-size: 22px;
}
[size-xl] {
  font-size: 24px;
}
[size-xxl] {
  font-size: 28px;
}
[max-w-480] {
  max-width: 480px;
}
.monospace, .code, [type=color] + input, [code], [monospace] {
  font-family: Hack, Consolas, Monaco, monospace;
  letter-spacing: 0;
}
.code, [type=color] + input, [code] {
  font-size: 0.85rem;
}
/*
  This stylesheet uses scss valiables for most of the colors / background-colors of the table
  to enable the customization of the displayed table without cloning the stylesheet into the
  own application.

  To modify table colors, add the following lines to the scss file of your application
  (this example modifies the color of the selected row - selectionType = single, multi or multiClick):

  $ngx-datatable-selected-active-background: yellow;
  $ngx-datatable-selected-active-background-hover: rgba(yellow, 0.2);

  @import '~@swimlane/ngx-datatable/index.css';
  @import '~@swimlane/ngx-datatable/themes/material.scss';
  @import '~@swimlane/ngx-datatable/assets/icons.css';

That's all.
*/
.ngx-datatable.material {
  background: #fff;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  /**
  * Shared Styles
  */
  /**
  * Global Row Styles
  */
  /**
  * Header Styles
  */
  /**
  * Body Styles
  */
  /**
  * Footer Styles
  */
}
.ngx-datatable.material.striped .datatable-row-odd {
  background: #eee;
}
.ngx-datatable.material.single-selection .datatable-body-row.active, .ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active, .ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active, .ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background-color: #304ffe;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:hover, .ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:hover, .ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #193ae4;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:focus, .ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:focus, .ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #2041ef;
  color: #fff;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover, .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus, .ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:hover, .ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:focus, .ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active, .ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: #304ffe;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover, .ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: #193ae4;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus, .ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #2041ef;
  color: #fff;
}
.ngx-datatable.material .empty-row {
  height: 50px;
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .loading-row {
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: #fff;
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
  background-position: 0 0;
  background-color: #fff;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  font-weight: 400;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 500;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
  position: relative;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
  transition: transform 400ms ease, opacity 400ms ease;
  opacity: 0.5;
  transform: scale(1);
}
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  background: #eee;
  border-radius: 100%;
  opacity: 1;
  filter: none;
  transform: scale(0);
  z-index: 9999;
  pointer-events: none;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
  border-right: none;
}
.ngx-datatable.material .datatable-header .resize-handle {
  border-right: solid 1px #eee;
}
.ngx-datatable.material .datatable-body {
  position: relative;
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
  background: #f5f5f5;
  padding: 10px;
}
.ngx-datatable.material .datatable-body .datatable-group-header {
  background: #f5f5f5;
  border-bottom: solid 1px #d9d8d9;
  border-top: solid 1px #d9d8d9;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .progress-linear {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  top: 0;
}
.ngx-datatable.material .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
  background-color: #aad1f9;
}
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
  transition: all 0.2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s linear;
  background-color: #106cc8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
.ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
.ngx-datatable.material .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.material .datatable-footer .datatable-pager {
  margin: 0 10px;
}
.ngx-datatable.material .datatable-footer .datatable-pager li {
  vertical-align: middle;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: transparent !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: rgba(158, 158, 158, 0.2);
  font-weight: bold;
}
.ngx-datatable.material .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  margin: 6px 3px;
  text-align: center;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  vertical-align: bottom;
}
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(158, 158, 158, 0.2);
}
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 20px;
  line-height: 20px;
  padding: 0 3px;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}
/**
 * Checkboxes
**/
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
}
.datatable-checkbox input[type=checkbox] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: none;
}
.datatable-checkbox input[type=checkbox]:before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f2f2f2;
}
.datatable-checkbox input[type=checkbox]:checked:before {
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
.datatable-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  cursor: pointer;
}
/**
 * Progress bar animations
 */
@-webkit-keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
.modal {
  overflow: auto !important;
}
.m-subheader {
  position: fixed;
  background: #fff;
  width: 100%;
  display: inline-flex;
  padding: 0px 10px 0px 30px;
  width: 100%;
  height: 70px;
  z-index: 999;
  box-shadow: 8px 5px 8px #ddd;
}
@media only screen and (max-width: 1024px) {
  .m-subheader {
    top: 70px;
  }
}
.m-subheader .subheader-fixed-btn {
  right: 30px;
  position: fixed;
}
.m-content {
  margin-top: 70px;
}
.m-footer {
  margin-top: 0 !important;
}
#bookmark-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  color: #bb0;
  bottom: 10px;
  padding: 35px;
}
#bookmark-list .bookmark-text {
  cursor: pointer;
}
#bookmark-list .bookmark-text:hover {
  color: #a7a700;
}
.custom-fixed-btn {
  position: fixed;
  right: 30px;
  bottom: 100px;
}
.not-booked-row {
  opacity: 0.4;
}
.m-wizard__form {
  padding: 2rem 1.9rem 1.2rem 1.9rem !important;
}
.m-wizard__form .m-form__heading-title {
  margin-bottom: 4rem;
}
#wizard-wrapper {
  max-width: 300px;
}
.m-wizard__step-custom-number .number-circle {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #f4f5f8;
}
.m-wizard__step-custom-number .number-circle .step-number {
  color: #a4a6ae;
  font-size: 1.7rem;
  font-weight: 500;
  background: transparent;
}
.m-wizard__step-custom-number .number-circle.curr {
  background-color: #3d3698;
  color: #fff;
}
.m-wizard__step-custom-number .number-circle:hover {
  background-color: #d5d9e4;
  text-decoration: none !important;
}
.m-wizard__step-custom-number .number-circle:hover .step-number {
  color: #fff;
  text-decoration: none !important;
}
@media only screen and (max-width: 1024px) {
  .m-brand__tools {
    text-align: left !important;
  }
}
.m-brand__tools.custom--textalign {
  text-align: center;
}
.m-brand__tools.custom--textalign.custom--textalign-trigger {
  text-align: left;
}
.m-brand {
  height: 70px !important;
}
.m-brand__toggler--active {
  text-align: center;
}
.m-table {
  font-family: get-regular-font-family();
}
.statistic-table-div th {
  text-align: center !important;
  border: 0.5px solid black !important;
}
.statistic-table-div td {
  border: 0.5px solid black !important;
}
.statistic-table-div .number-col {
  text-align: right;
}
.custom--datatable .custom--sortable-tablehead {
  cursor: pointer;
}
.custom--datatable .custom--sortable-tablehead:hover {
  color: #999;
  text-decoration: underline;
}
.custom--datatable thead th {
  padding: 11px 10px 11px 10px;
}
.custom--datatable tr {
  cursor: pointer;
}
.custom--datatable tr td {
  padding: 0 !important;
}
.custom--datatable tr td span {
  width: 100% !important;
}
.custom--datatable tr .data-cell {
  padding: 11px 10px 11px 10px;
  width: 100%;
  display: inline-flex;
}
.custom-background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin: 20px;
  border: 2px solid white;
}
.custom-background-image.selectable {
  cursor: pointer;
}
.custom-background-image.selectable:hover {
  box-shadow: 0 0 0 2px black;
}
.custom-background-image.unlive {
  opacity: 0.4;
}
.custom-background-image.zoom {
  width: 215px !important;
  height: 215px !important;
  max-width: 215px !important;
  height: auto;
}
.custom-datatable-list-row {
  cursor: default;
}
#m_header_nav {
  box-shadow: none;
}
#m_header {
  width: 255px;
  background: transparent;
}
@media only screen and (max-width: 1024px) {
  #m_header {
    width: 100%;
  }
}
.m-grid__item.m-grid__item--fluid.m-grid.m-grid--ver-desktop.m-grid--desktop.m-body {
  padding-top: 0px !important;
}
@media only screen and (max-width: 1024px) {
  .m-grid__item.m-grid__item--fluid.m-grid.m-grid--ver-desktop.m-grid--desktop.m-body {
    padding-top: 70px !important;
  }
}
.m-grid--root {
  height: 100vh;
}
.app-content-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-content-body-max-width {
  width: 100%;
}
.custom-nav-link {
  color: black;
  transition: 0.1s;
}
.custom-nav-link:hover {
  color: #15f;
}
.statistics-date-range-picker {
  width: 35%;
}
@media only screen and (max-width: 780px) {
  .statistics-date-range-picker {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .statistics-date-range-picker {
    width: 70%;
    min-width: 200px;
  }
  .statistics-date-range-picker input {
    font-size: 11px;
  }
}
.btn-disabled {
  color: white;
  background: #555;
  border: solid 1px;
  opacity: 0.6;
  cursor: default !important;
}
app-fortune-item .m-datatable__table {
  padding-bottom: 150px;
}
app-celeb-edit .searched-city-row {
  padding: 15px;
  cursor: pointer;
}
app-celeb-edit .searched-city-row:hover {
  background: #ddd;
}
app-user-fortune-items .expire-btn:hover * {
  color: #444;
}
app-user-force .expired-bonus {
  color: #999 !important;
}
app-user-force .userinfo-row {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
app-user-force .userinfo-row .col-name {
  min-width: 60px;
  font-size: 13px;
  color: #999;
}
app-user-force .userinfo-row .col-value {
  flex: 3;
  min-width: 200px;
}
app-user-force .coupon-col {
  color: #ff6b16 !important;
}
app-user-force .purchase-col {
  color: rgba(64, 224, 208, 0.8);
}
app-user-force .withDrawal-col {
  color: rgba(255, 99, 71, 0.8);
}
app-user-force .cancel-col {
  color: rgba(240, 205, 49, 0.8) !important;
}
app-user-force .refund-col {
  color: rgba(0, 0, 255, 0.8) !important;
}
app-user-force .force-info-text {
  font-size: 13px;
}
app-user-force .valid-info {
  color: black !important;
}
app-user-force .valid-action {
  font-weight: bold;
  color: black;
}
app-user-force .m-timeline-2:before {
  left: 6.8rem !important;
}
app-user-force .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-time {
  width: 7rem;
}
app-user-force .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-cricle {
  left: 6rem;
}
app-user-force .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text {
  padding-left: 7rem !important;
}
app-user-fatebook .custom-width {
  width: 8%;
}
@media only screen and (max-width: 1200px) {
  app-user-fatebook .custom-width {
    width: 20%;
  }
}
app-user-fatebook .user-fatebook-btn:hover {
  font-weight: bold;
}
app-live-image-pack-list th, app-live-image-pack-list .data-cell {
  padding: 11px 10px 11px 10px;
  width: 100%;
  display: inline-flex;
}
app-live-image-pack-list tr {
  cursor: pointer;
}
app-live-image-pack-list tr td {
  padding: 0 !important;
}
app-live-image-pack-list tr td span {
  width: 100% !important;
}
app-live-image-pack-list tr .data-cell {
  display: inline-flex;
}
app-live-image-pack-list tr .id-col, app-live-image-pack-list tr .guardian-col {
  font-size: 13px;
}
app-live-image-pack-list tr .id-col {
  opacity: 0.5;
  letter-spacing: 0;
}
app-live-image-pack-list tr .name-col {
  font-size: 16px;
  font-weight: 500;
  height: 60px;
}
app-live-image-pack-list small {
  opacity: 0.5;
  margin-left: 6px;
  font-weight: normal;
}
app-live-image-pack-list .id-col:hover, app-live-image-pack-list .image-col:hover, app-live-image-pack-list .name-col:hover, app-live-image-pack-list .guardian-col:hover {
  text-decoration: underline;
}
app-live-image-pack-list .id-col {
  width: 48px;
}
app-live-image-pack-list .guardian-col {
  width: 72px;
}
app-live-image-pack-list .name-col {
  flex: 8;
}
app-live-image-pack-list .image-col {
  margin-right: 20px;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
app-live-banner-area-edit .m-checkbox-list {
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
  padding-left: 19px;
}
app-live-banner-area-edit .reservation-form-hide {
  display: none;
}
app-live-banner-item.exist-item {
  width: 100%;
}
app-live-banner-item.new-item:hover {
  cursor: pointer;
}
app-live-banner-item.new-item:hover i {
  transition: 0.1s;
  color: #94b2e9;
}
app-live-banner-item .modal {
  cursor: default;
}
app-live-banner-item img.unlive {
  opacity: 0.4;
}
app-live-banner-item .bgcolor-thumbnail.unlive {
  opacity: 0;
}
app-live-banner-item .common-info.unlive {
  opacity: 0.4;
}
app-live-banner-item .link-value-confirm {
  cursor: pointer;
}
app-live-banner-item .link-value-confirm:hover {
  text-decoration: underline;
  color: orange;
}
app-live-banner-item .reservation-icon {
  color: transparent;
}
app-live-banner-item .reservation-icon.show {
  color: black;
}
app-live-banner-item img {
  max-width: 300px;
}
@media only screen and (max-width: 500px) {
  app-live-banner-item img {
    max-width: 250px;
  }
}
app-live-banner-item app-image-uploader img {
  width: 100% !important;
}
app-live-image-pack-item img {
  max-width: 300px;
}
@media only screen and (max-width: 500px) {
  app-live-image-pack-item img {
    max-width: 250px;
  }
}
app-live-image-pack-item.new-item:hover {
  cursor: pointer;
}
app-live-image-pack-item.new-item:hover i {
  transition: 0.1s;
  color: #94b2e9;
}
app-live-image-pack-item .modal {
  cursor: default;
}
app-fortune-item-list .not-booked-row {
  opacity: 0.4;
}
app-fortune-item-edit .not-booked-row {
  opacity: 0.4;
}
app-user-search #search-result td {
  padding: 0 !important;
}
app-user-search .show {
  z-index: 1000;
  position: absolute;
  background-color: #fff;
  border: 1px solid blue;
  padding: 2px;
  display: block;
  margin: 0;
  list-style-type: none;
  list-style: none;
  box-shadow: 10px 5px 12px #ccc;
}
app-user-search .show ul {
  padding: 0;
  margin: 10px 0px;
}
app-user-search .show a {
  cursor: pointer;
  padding: 5px 10px;
}
app-user-search .hide {
  display: none;
}
app-user-search .show li {
  list-style: none;
}
app-user-search .show a {
  border: 0 !important;
  text-decoration: none;
}
app-user-search .show a:hover {
  text-decoration: underline !important;
}
app-user-search .user-search-row {
  display: flex;
  align-items: center;
  flex: 8;
  padding: 14px 0 14px 12px;
}
@media only screen and (max-width: 750px) {
  app-user-search .user-search-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
app-user-search .user-search-row.active {
  cursor: pointer;
}
app-user-search .user-search-row.active:hover {
  text-decoration: underline;
}
app-user-search .user-search-row.deactive {
  color: #bbb;
}
app-user-search .col-id {
  width: 68px;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.5;
}
app-user-search .col-id span {
  font-size: 10px;
}
app-user-search .col-name {
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  margin-right: 16px;
  line-height: 1.3;
}
app-user-search .col-birthday {
  font-size: 13px;
  width: 160px;
}
app-user-search .col-birthday:before {
  margin-right: 8px;
}
app-user-search .gender-male:before {
  content: "남자";
  color: #83b1d7;
}
app-user-search .gender-female:before {
  content: "여자";
  color: #df8d8d;
}
app-user-search .col-email {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
app-user-search .col-email:before {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
app-user-search .col-email.more:before {
  background-image: url(http://www.emoji.co.uk/files/twitter-emojis/symbols-twitter/11143-white-question-mark-ornament.png);
}
app-user-search .col-email.line:before {
  background-image: url(https://cdn.worldvectorlogo.com/logos/line.svg);
}
app-user-search .col-email.kakao:before {
  background-image: url(https://cdn.worldvectorlogo.com/logos/kakaotalk.svg);
}
app-user-search .col-email.naver:before {
  background-image: url(https://media.glassdoor.com/sql/599602/naver-squarelogo-1429700032474.png);
}
app-user-search .col-email.google:before {
  background-image: url(https://cdn.worldvectorlogo.com/logos/google-icon.svg);
}
app-user-search .col-email.twitter:before {
  background-image: url(https://cdn.worldvectorlogo.com/logos/twitter-3.svg);
}
app-user-search .col-email.unknown:before {
  background-image: url(http://www.emoji.co.uk/files/twitter-emojis/symbols-twitter/11143-white-question-mark-ornament.png);
}
app-user-search .col-email.facebook:before {
  background-image: url(https://cdn.worldvectorlogo.com/logos/facebook-icon.svg);
}
app-user-search .col-email.anonymous:before {
  background-image: url(https://www.emoji.co.uk/files/twitter-emojis/symbols-twitter/11143-white-question-mark-ornament.png);
}
app-user-search .custom-action-button-list {
  color: #999;
  flex: 2;
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
}
app-user-search .custom-action-button-list a {
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 12px 8px;
}
app-user-search .custom-action-button-list a:hover span {
  text-decoration: underline;
}
app-user-search .custom-action-button-list i, app-user-search .custom-action-button-list span {
  font-size: 13px !important;
}
app-user-search .custom-action-button-list span {
  margin-left: 4px;
}
app-user-search .custom-exist-content {
  color: #15f !important;
}
app-user-search .search-date-range-form.from:before {
  content: "From";
}
app-user-search .search-date-range-form.to:before {
  content: "To";
}
.login-btn-icon {
  content: "";
  min-width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 8px;
}
.login-btn-icon.facebook {
  background-image: url(https://cdn.worldvectorlogo.com/logos/facebook-icon.svg);
}
.login-btn-icon.google {
  background-image: url(https://cdn.worldvectorlogo.com/logos/google-icon.svg);
}
.custom-font-hover:hover {
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .custom--hidden {
    display: none;
  }
}
app-live-banner-area-list .banner-area-list-row {
  cursor: pointer;
}
app-live-banner-area-list .banner-area-list-row:hover {
  color: #444;
  text-decoration: underline;
}
app-live-image-pack-edit #guardian-select-modal .mCustomScrollBox {
  width: 100%;
}
app-live-image-pack-edit #guardian-select-modal .mCustomScrollBox .mCSB_container {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}
app-live-image-pack-edit #guardian-select-modal .guardian-select-col {
  cursor: pointer;
}
app-live-image-pack-edit #guardian-select-modal .guardian-select-col:hover span {
  font-weight: bold;
}
app-live-image-pack-edit #guardian-select-modal .guardian-select-col:hover .custom-background-image {
  border: 1px solid;
}
app-live-image-pack-edit #guardian-select-modal .guardian-select-col.selected span {
  font-weight: bold;
  color: #095e8f;
}
app-live-image-pack-edit #guardian-select-modal .guardian-select-col.selected .custom-background-image {
  border: 1.5px solid #6f7eff;
}
app-image-selector .modal-body img {
  max-width: 96px;
  height: auto;
}
app-image-selector .modal-body img.zoom {
  max-width: 215px !important;
  height: auto;
}
app-image-selector div[id*=image-selector-modal-] .m-scrollable {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  max-height: 600px;
}
app-image-selector div[id*=image-selector-modal-] .mCustomScrollBox {
  width: 100%;
}
app-image-selector div[id*=image-selector-modal-] .mCustomScrollBox .mCSB_container {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}
app-image-selector div[id*=image-selector-modal-] .image-selector-select-col {
  cursor: pointer;
}
app-image-selector div[id*=image-selector-modal-] .image-selector-select-col:hover span {
  font-weight: bold;
}
app-image-selector div[id*=image-selector-modal-] .image-selector-select-col:hover .custom-background-image {
  border: 1px solid;
}
app-image-selector div[id*=image-selector-modal-] .image-selector-select-col.selected span {
  font-weight: bold;
  color: #095e8f;
}
app-image-selector div[id*=image-selector-modal-] .image-selector-select-col.selected .custom-background-image {
  border: 1.5px solid #6f7eff;
}
app-live-talkbox-list .pane-col {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
app-live-talkbox-list .pane-col .talkbox-list-row {
  cursor: pointer;
}
app-live-talkbox-list .pane-col .talkbox-list-row:hover {
  text-decoration: underline;
}
app-live-talkbox-list .pane-col .col-box {
  cursor: pointer;
  width: 100%;
  margin: 11px;
  width: 250px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
app-live-talkbox-list .pane-col .col-box:hover {
  border: 1px solid;
}
app-live-talkbox-list .pane-col .col-box .col-box-title {
  width: 375px;
  height: 60px;
  line-height: 42px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
app-live-talkbox-edit .line-btn-list {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
app-live-talkbox-edit .line-btn-list .line-btn-list__item {
  margin-bottom: 10px;
  text-align: center;
  width: 65px;
  border: #5867dd solid 1px;
  border-radius: 1.43rem;
  padding: 0.33rem 1.14rem 0.33rem 1.14rem;
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 0.4rem;
  text-decoration: none;
}
app-live-talkbox-edit .line-btn-list .line-btn-list__item.current-line-index {
  background: lavender !important;
}
app-live-talkbox-edit .btn-talkbox-cta-wrapper {
  z-index: 999;
  width: 90%;
  position: absolute;
  padding: 14px 16px;
  bottom: 10px;
  left: 22px;
  right: 85px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
}
app-live-talkbox-edit .btn-talkbox-cta-wrapper .btn-talkbox-cta-title {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: white;
  background: transparent;
  font-size: 17px;
  font-weight: 700;
}
app-live-talkbox-edit #cta-btn-link {
  position: absolute;
  bottom: 80px;
  left: 40px;
  width: 30%;
}
app-live-talkbox-edit .line-controll-area {
  display: inline-flex;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
app-live-talkbox-edit .line-controll-area .area-wrapper {
  width: 600px;
  display: inline-flex;
  justify-content: space-between;
}
app-live-talkbox-edit .line-controll-area .fa {
  font-size: 20px;
  cursor: pointer;
}
app-live-talkbox-edit #rapid-color-selector {
  margin-bottom: 2px;
  width: 150px;
  height: 36px;
  border: 1px solid #36a3f7;
  color: #36a3f7;
}
app-live-talkbox-edit .talkbox-content {
  padding: 20px 16px 16px;
  height: 240px;
  width: 100%;
  min-width: 420px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
app-live-talkbox-edit .talkbox-content #line-delete-btn {
  position: absolute;
  right: 16px;
  bottom: 23px;
}
app-live-talkbox-edit .talkbox-content.content-edit-mode {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 500px !important;
}
app-live-talkbox-edit .talkbox-content.content-edit-mode .btn-talkbox-cta-wrapper {
  width: 75%;
}
app-live-talkbox-edit .talkbox-content.content-edit-mode .guardian-name {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
app-live-talkbox-edit .talkbox-content.content-edit-mode #recommend-title {
  font-size: 15px;
}
app-live-talkbox-edit .talkbox-content.content-edit-mode #target-word-form {
  font-size: 15px;
}
app-live-talkbox-edit .talkbox-content.content-edit-mode #edit-bg-color {
  position: absolute;
  z-index: 999;
  left: 40px;
  width: 12%;
}
app-live-talkbox-edit .talkbox-content.content-edit-mode #edit-bg-color:hover {
  border: 1px solid;
}
app-live-talkbox-edit .talkbox-content.content-edit-mode .talkbox-bg {
  cursor: pointer;
  top: 25%;
  left: 2.5%;
}
app-live-talkbox-edit .talkbox-content.content-edit-mode .talkbox-bg:hover {
  opacity: 0.5 !important;
}
app-live-talkbox-edit .talkbox-content.content-edit-mode .speech {
  cursor: default;
  height: 380px !important;
}
app-live-talkbox-edit .talkbox-content.content-edit-mode .speech #label-color-picker {
  cursor: pointer;
}
@media screen and (max-width: 998px) {
  app-live-talkbox-edit .talkbox-content {
    display: flex;
    flex-direction: column;
  }
}
app-live-talkbox-edit .talkbox-content .talkbox-bg {
  position: absolute;
  z-index: 0;
  left: -56px;
  max-width: 300px;
  max-height: 240px;
  transform: scale(1.15, 1.15);
}
app-live-talkbox-edit .talkbox-content .prev-next {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 80px;
  left: 24px;
  z-index: 200;
}
app-live-talkbox-edit .talkbox-content .prev-next div {
  color: white;
  font-size: 12px;
  font-weight: 500;
  text-shadow: 0 1px 5px black;
}
app-live-talkbox-edit .talkbox-content .prev-next div i {
  font-weight: bold;
}
app-live-talkbox-edit .talkbox-content .prev-next .divider {
  width: 1px;
  overflow: hidden;
  border-left: 1px solid white;
  margin: 0 12px;
  opacity: 0.5;
}
app-live-talkbox-edit .talkbox-content .talk-box-area {
  display: flex;
  flex-direction: row;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-touch-area {
  flex: 1;
  margin-bottom: 22px;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area {
  flex: 1;
  width: 100%;
  min-width: 164px !important;
  display: inline-flex;
  justify-content: flex-end;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble {
  width: 100%;
  display: block;
  z-index: 99;
  cursor: pointer;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  height: 140px;
  text-align: center;
  padding: 8px;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 4px;
  word-break: keep-all;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -18px;
  top: 23px;
  border: 9px solid;
  border-color: transparent lightgray lightgray transparent;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -15px;
  top: 24px;
  border: 8px solid;
  border-color: transparent white white transparent;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech .words {
  font-size: 13px;
  line-height: 1.38;
  overflow: hidden;
  margin: 0px 8px;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech .words > span {
  color: transparent;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech .words > span.w-show {
  color: inherit;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech .caret {
  margin: 0 0 2px;
  text-align: center;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech .caret.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech .caret.caret-bounce {
  -webkit-animation-name: caret-bounce !important;
          animation-name: caret-bounce !important;
}
@-webkit-keyframes caret-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-4px);
  }
  60% {
    transform: translateY(-2px);
  }
}
@keyframes caret-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-4px);
  }
  60% {
    transform: translateY(-2px);
  }
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech .caret > i {
  color: transparent;
  font-size: 14px;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech .caret > i.done {
  color: gray;
}
app-live-talkbox-edit .talkbox-content .talk-box-area .talkbox-bubble-area chat-bubble .speech .guardian-name {
  font-size: 11px;
  font-weight: bold;
  margin: 8px 0;
}
app-live-talkbox-edit .talkbox-content .character {
  position: relative;
  margin-top: 4px;
}
app-live-talkbox-edit .talkbox-content .character img {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: 1;
}
app-live-talkbox-edit .talkbox-content .words {
  word-wrap: break-word;
}
app-live-open-graph-list .open-graph-list-row {
  cursor: pointer;
}
app-live-open-graph-list .open-graph-list-row:hover {
  text-decoration: underline;
}
app-force-coupon-list .expired-coupon-row {
  color: #999;
}
app-live-notice-edit .md-preview {
  padding: 0 24px 24px;
}
app-live-notice-edit .md-preview .scroll-content {
  background: white;
}
app-live-notice-edit .md-preview h1, app-live-notice-edit .md-preview h2, app-live-notice-edit .md-preview h3, app-live-notice-edit .md-preview h4, app-live-notice-edit .md-preview h5, app-live-notice-edit .md-preview h6, app-live-notice-edit .md-preview p, app-live-notice-edit .md-preview a, app-live-notice-edit .md-preview img {
  line-height: 1.5;
  margin-bottom: 12px;
}
app-live-notice-edit .md-preview h1, app-live-notice-edit .md-preview h2, app-live-notice-edit .md-preview h3, app-live-notice-edit .md-preview h4, app-live-notice-edit .md-preview h5, app-live-notice-edit .md-preview h6 {
  font-weight: bold;
}
app-live-notice-edit .md-preview a {
  color: #46ACD0;
  text-decoration: underline;
}
app-live-notice-edit .md-preview img {
  max-width: inherit;
  width: 100%;
}
app-live-notice-edit .md-preview ul {
  list-style: none;
  padding: 0;
}
app-live-notice-edit .md-preview li {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  color: rgba(80, 80, 80, 0.75);
  padding-left: 12px;
  position: relative;
}
app-live-notice-edit .md-preview li:before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 0;
}
app-live-notice-edit .md-preview button, app-live-notice-edit .md-preview .btn-cta {
  background: #505050;
  color: white;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  height: 56px;
  width: 100%;
  margin-top: 24px;
}
app-live-notice-edit .md-preview button:hover, app-live-notice-edit .md-preview button:after, app-live-notice-edit .md-preview .btn-cta:hover, app-live-notice-edit .md-preview .btn-cta:after {
  background: #3B3B3D;
}
app-leaflet-edit .btn-sm.btn.btn-primary.active {
  top: 32px;
  left: 50%;
  z-index: 1000;
  position: fixed;
  transform: translateX(200%);
}
app-leaflet-edit .btn-sm.btn.btn-primary.active:after {
  content: " 닫기";
}
app-leaflet-edit .md-preview {
  position: fixed;
  top: 32px;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 375px !important;
  height: auto !important;
  height: initial !important;
  z-index: 999;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
  border-radius: 18px;
  transform: translateX(-50%);
  box-shadow: 0 10px 240px;
  border: none !important;
  border-radius: 16px;
}
app-leaflet-edit .md-preview::-webkit-scrollbar {
  display: none;
}
app-leaflet-edit .md-preview .scroll-content {
  background: white;
}
app-leaflet-edit .md-preview h1, app-leaflet-edit .md-preview h2, app-leaflet-edit .md-preview h3, app-leaflet-edit .md-preview h4, app-leaflet-edit .md-preview h5, app-leaflet-edit .md-preview h6, app-leaflet-edit .md-preview p {
  line-height: 1;
}
app-leaflet-edit .md-preview a {
  display: block;
  line-height: 0;
}
app-leaflet-edit .md-preview a:active {
  filter: brightness(0.9) contrast(0.9);
}
app-leaflet-edit .md-preview img {
  max-width: 480px;
  width: 100%;
}
app-leaflet-edit .md-preview button {
  margin: 20px 0;
  font-size: 17px;
  font-weight: bold;
  height: 56px;
  width: calc( 100% - 40px );
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 2px;
  background: #2b2b2d;
  color: white;
  border-radius: 6px;
}
app-leaflet-edit .md-preview button:active {
  transform: scale(0.99);
  opacity: 0.7;
}
app-premium-item-list .price-col:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(https://forceteller.com/fonts/a9daf67b8d6e3a498c64d71f6dc0b0da.svg) no-repeat center;
  background-size: contain;
  margin-right: 4px;
}
app-premium-item-edit .new-premium-item-step-hidden {
  display: none;
}
app-premium-item-edit .m-wizard__step-custom-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
app-premium-item-edit .m-wizard__step-custom-icon i {
  color: #716aca;
  font-size: 1.8rem;
  font-weight: 600;
}
app-premium-item-edit #sample-add-btn {
  cursor: pointer;
  padding-right: 15px;
}
app-premium-item-edit #sample-add-btn:hover {
  font-weight: bold;
}
app-premium-item-edit #delete-sample {
  padding-right: 15px;
  color: red;
}
app-premium-item-edit .add-btn {
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
}
app-premium-item-edit .add-btn:hover {
  color: #444;
}
app-sequence-list .sequence-name:hover {
  cursor: pointer;
  text-decoration: underline;
}
app-sequence-edit tr {
  transition: 0.3s;
}
app-sequence-edit .selected {
  background: #8e9ab6 !important;
}
app-sequence-edit .saved {
  background: #34bfa3 !important;
}
app-chapter-list .chapter-name:hover {
  cursor: pointer;
  text-decoration: underline;
}
app-chapter-result-unit input {
  margin-bottom: 8px;
}
app-premium-item-category .hidden {
  display: none;
}
app-premium-item-category .text-show {
  color: black;
}
app-premium-item-category .active-premium-item {
  cursor: pointer;
}
app-premium-item-category .active-premium-item:active {
  font-weight: bold;
  transition: 0.1s;
  transform: scale(0.985);
}
app-fortune-item-extra-edit .defalut-part {
  width: 100%;
  display: inline-flex;
}
app-fortune-item-extra-edit .title {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
app-fortune-item-extra-edit .line-title {
  font-size: 15px;
  line-height: 2.5;
  margin-left: 10px;
}
app-fortune-item-extra-edit .subbtn {
  margin-right: 15px;
  cursor: pointer;
}
app-fortune-item-extra-edit .subbtn:hover {
  transition: 0.2s;
  font-weight: bold;
}
app-fortune-item-extra-edit .delbtn {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}
app-fortune-item-extra-edit .delbtn:hover {
  transition: 0.2s;
  font-weight: bold;
}
app-fortune-item-extra-edit .input {
  background: #eee;
  width: 100%;
}
app-fortune-item-extra-edit .line-form {
  width: 100%;
  margin-left: 20px;
}
app-guardian-image-selector .modal-body img, app-guardian-image-selector-v2 .modal-body img {
  max-width: 96px;
  height: auto;
}
app-guardian-image-selector div[id*=image-selector-modal-] .m-scrollable, app-guardian-image-selector-v2 div[id*=image-selector-modal-] .m-scrollable {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  max-height: 600px;
}
app-guardian-image-selector div[id*=image-selector-modal-] .mCustomScrollBox, app-guardian-image-selector-v2 div[id*=image-selector-modal-] .mCustomScrollBox {
  width: 100%;
}
app-guardian-image-selector div[id*=image-selector-modal-] .mCustomScrollBox .mCSB_container, app-guardian-image-selector-v2 div[id*=image-selector-modal-] .mCustomScrollBox .mCSB_container {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}
app-guardian-image-selector div[id*=image-selector-modal-] .image-selector-select-col, app-guardian-image-selector-v2 div[id*=image-selector-modal-] .image-selector-select-col {
  cursor: pointer;
}
app-guardian-image-selector div[id*=image-selector-modal-] .image-selector-select-col:hover span, app-guardian-image-selector-v2 div[id*=image-selector-modal-] .image-selector-select-col:hover span {
  font-weight: bold;
}
app-guardian-image-selector div[id*=image-selector-modal-] .image-selector-select-col:hover .custom-background-image, app-guardian-image-selector-v2 div[id*=image-selector-modal-] .image-selector-select-col:hover .custom-background-image {
  border: 1px solid;
}
app-guardian-image-selector div[id*=image-selector-modal-] .image-selector-select-col.selected span, app-guardian-image-selector-v2 div[id*=image-selector-modal-] .image-selector-select-col.selected span {
  font-weight: bold;
  color: #095e8f;
}
app-guardian-image-selector div[id*=image-selector-modal-] .image-selector-select-col.selected .custom-background-image, app-guardian-image-selector-v2 div[id*=image-selector-modal-] .image-selector-select-col.selected .custom-background-image {
  border: 1.5px solid #6f7eff;
}
app-guardian-image-selector .guardian.modal-dialog, app-guardian-image-selector-v2 .guardian.modal-dialog {
  max-width: 100%;
  margin: 1.75rem 5rem !important;
}
#m_calendar .item > .fc-content {
  background: #8dcad1;
}
#m_calendar .ad_item > .fc-content {
  background: #f8be53;
}
#m_calendar .force > .fc-content {
  background: #7788eb;
}
/* in-flight clone */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  pointer-events: none;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.gu-mirror .reservation-status {
  display: none;
}
.gu-mirror.dragula-scene-list table {
  border-collapse: collapse;
  width: 100%;
}
.gu-mirror.dragula-scene-list td, .gu-mirror.dragula-scene-list th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #f4f5f8;
}
.gu-mirror.item-row {
  cursor: ns-resize;
  transition: 0.2s;
  height: 60px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.gu-mirror.item-row .item-status {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.11px;
  color: #aeaeae;
}
.gu-mirror.item-row .item-status.active {
  color: #5866dd;
}
.gu-mirror.item-row .item-status i {
  font-size: 10px;
  line-height: 14px;
}
.gu-mirror.item-row .item-type {
  display: flex;
  align-items: flex-end;
  color: #bfbfbf;
}
.gu-mirror.item-row .item-title-div {
  display: flex;
  align-items: flex-start;
}
.gu-mirror.item-row .item-title-div .item-title {
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gu-mirror.item-row .item-delete {
  position: absolute;
  right: 0;
  top: 20px;
}
.gu-mirror.item-row .item-delete .item-delete-btn {
  color: red;
  opacity: 70%;
  min-width: 21px;
  margin-right: 8px;
  cursor: pointer;
  font-size: 12px;
}
.gu-mirror.item-row .item-delete:hover {
  font-weight: bold;
}
/* high-performance display:none; helper */
.gu-hide {
  display: none;
}
/* added to mirrorContainer (default = body) while dragging */
/* added to the source element while its mirror is dragged */
.gu-transit {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.toast-top-right {
  top: 80px;
}
/*=== CUSTOM COMPONENTS ===*/
.multiple-forms {
  display: flex;
  justify-content: space-between;
}
.custom-form-wrapper {
  padding: 12px;
}
.custom-form-group {
  display: flex;
  flex-direction: column;
  padding: 16px;
  flex: 1;
  flex-grow: 1;
}
.custom-form-group > label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #575962;
}
.custom-form-group.description {
  flex-grow: 2;
  min-width: 50%;
}
.custom-form-group .checkboxes {
  display: flex;
  align-items: center;
}
.custom-form-group .checkboxes .m-checkbox {
  margin-bottom: 0;
  margin-right: 20px;
  line-height: inherit;
}
.tag-chips {
  margin-top: 12px;
}
.tag-chip {
  font-size: 13px;
  padding: 4px 6px;
  border-radius: 3px;
  background-color: #ececec;
  margin-right: 8px;
  color: #777;
}
.tag-chip:hover {
  background-color: #ddd;
}
.tag-chip i {
  font-size: 1rem;
}
.tag-chip .fa-times {
  margin-left: 2px;
}
.colorpicker {
  display: flex;
  align-items: center;
}
[type=color] {
  width: 40px;
  height: 34px;
  padding: 0;
}
.custom-radio-buttons {
  display: flex;
  align-items: center;
}
.custom-radio-buttons input {
  position: absolute;
  opacity: 0;
}
.custom-radio-buttons input + label {
  padding: 6px 12px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
  border-radius: 100px;
  border: 1px solid #ddd;
  color: gray;
  margin-right: 8px;
}
.custom-radio-buttons input:checked + label {
  color: white;
  background-color: #333;
  border-color: #333;
  font-weight: 500;
}
.switch-toggle {
  float: left;
  background-color: #fff;
  border: 2px solid #ebedf2;
  border-radius: 15px;
  position: relative;
}
.switch-toggle input {
  position: absolute;
  opacity: 0;
}
.switch-toggle input + label {
  padding: 7px;
  width: 72px;
  text-align: center;
  float: left;
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.switch-toggle input:checked + label {
  color: #fff !important;
}
.switch-toggle a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  height: 100%;
  width: 72px;
  background: #5867dd;
  transition: all 0.2s ease-out;
  border-radius: 15px 0 0 15px;
  will-change: transform;
}
.switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
  left: 50%;
  border-radius: 0 15px 15px 0;
}
.switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
  left: 33.33%;
  border-radius: 0;
}
.switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
  left: 66.66%;
  border-radius: 0 15px 15px 0;
}
.switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
  left: 25%;
  border-radius: 0;
}
.switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
  left: 50%;
  border-radius: 0;
}
.switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
  left: 75%;
  border-radius: 0 15px 15px 0;
}
app-premium-item-list .ngx-datatable.material .datatable-body .datatable-body-row {
  padding: 0 16px;
}
app-premium-item-list .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  padding: 0;
  display: flex;
  align-items: center;
}
.cdk-drop-list {
  max-width: 100%;
  border: 1px solid #ccc;
  min-height: 60px;
  display: block;
  background: white;
  border-radius: 4px;
  overflow: hidden;
}
.cdk-drop-list.cdk-drop-list-dragging .cdk-drag:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.cdk-drag {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: move;
  background: white;
  font-size: 14px;
}
.cdk-drag:last-child {
  border: none;
}
.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.cdk-drag-placeholder {
  opacity: 0;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.swal2-icon {
  align-items: center;
}
.label {
  margin-bottom: 0.5rem;
}
.platform-checkbox-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.platform-checkbox-wrapper .m-checkbox {
  margin-right: 20px;
}
.platform-checkbox-wrapper .m-checkbox input ~ div img {
  filter: grayscale(1);
  opacity: 0.5;
}
.platform-checkbox-wrapper .m-checkbox input:checked ~ div img {
  filter: none;
  opacity: 1;
}
.platform-checkbox-wrapper img {
  width: 21px;
  height: 21px;
  margin: 0 3px 0 -7px;
}
.modal {
  z-index: 1001 !important;
}
.modal-backdrop {
  z-index: 1000 !important;
}
.overflow-hidden {
  overflow: hidden;
}
.normal-modal {
  background: #00000075;
  align-content: center;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.normal-modal.active {
  opacity: 1;
  display: block;
}
* {
  overflow: visible;
}
.avatar {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 0.5em;
}
.avatar img {
  width: 100%;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/flatpickr/dist/themes/dark.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #3f4458;
  box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c, 0 -1px 0 #20222c, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #20222c;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #20222c;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #3f4458;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #20222c;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #3f4458;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: #3f4458;
  color: #fff;
  fill: #fff;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #eee;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(192,187,167,0.1);
}
.numInputWrapper span:active {
  background: rgba(192,187,167,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(255,255,255,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255,255,255,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255,255,255,0.5);
}
.numInputWrapper:hover {
  background: rgba(192,187,167,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(192,187,167,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255,255,255,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #3f4458;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(192,187,167,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #3f4458;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #3f4458;
  color: #fff;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #20222c;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: rgba(255,255,255,0.95);
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #646c8c;
  border-color: #646c8c;
}
.flatpickr-day.today {
  border-color: #eee;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #eee;
  background: #eee;
  color: #3f4458;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #80cbc4;
  box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #80cbc4;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(255,255,255,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(255,255,255,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #20222c;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(255,255,255,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255,255,255,0.95);
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255,255,255,0.95);
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: rgba(255,255,255,0.95);
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: rgba(255,255,255,0.95);
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #6a7395;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

