/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/scss/app.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@-webkit-keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}
@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}
@-webkit-keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}
@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}
@-webkit-keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}
@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}
.dropzone,.dropzone *{box-sizing:border-box}
.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}
.dropzone.dz-clickable{cursor:pointer}
.dropzone.dz-clickable *{cursor:default}
.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}
.dropzone.dz-started .dz-message{display:none}
.dropzone.dz-drag-hover{border-style:solid}
.dropzone.dz-drag-hover .dz-message{opacity:.5}
.dropzone .dz-message{text-align:center;margin:2em 0}
.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}
.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}
.dropzone .dz-preview:hover{z-index:1000}
.dropzone .dz-preview:hover .dz-details{opacity:1}
.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}
.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}
.dropzone .dz-preview.dz-image-preview{background:#fff}
.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity 0.2s linear}
.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}
.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}
.dropzone .dz-preview:hover .dz-details{opacity:1}
.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}
.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}
.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}
.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}
.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}
.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05, 1.05);filter:blur(8px)}
.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}
.dropzone .dz-preview .dz-image img{display:block}
.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}
.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}
.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}
.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}
.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all 0.2s linear}
.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity 0.4s ease-in}
.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}
.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}
.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width 300ms ease-in-out}
.dropzone .dz-preview.dz-error .dz-error-message{display:block}
.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}
.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:.5em 1.2em;color:#fff}
.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
.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}
.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);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.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; }
/*
bootstrap table theme
*/
.ngx-datatable.bootstrap {
  box-shadow: none;
  font-size: 13px; }
.ngx-datatable.bootstrap .datatable-header {
    height: auto !important;
    height: initial !important; }
.ngx-datatable.bootstrap .datatable-header .datatable-header-cell {
      vertical-align: bottom;
      padding: 0.75rem;
      border-bottom: 1px solid #d1d4d7; }
.ngx-datatable.bootstrap .datatable-header .datatable-header-cell .datatable-header-cell-label {
        line-height: 24px; }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row {
    vertical-align: top;
    border-top: 1px solid #d1d4d7; }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even {
      background-color: rgba(0, 0, 0, 0.05); }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
      background-color: #1483ff;
      color: #fff; }
.ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell {
      padding: 0.75rem;
      text-align: left;
      vertical-align: top; }
.ngx-datatable.bootstrap .datatable-body .empty-row {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0; }
.ngx-datatable.bootstrap .datatable-footer {
    background: #424242;
    color: #ededed;
    margin-top: -1px; }
.ngx-datatable.bootstrap .datatable-footer .page-count {
      line-height: 50px;
      height: 50px;
      padding: 0 1.2rem; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager {
      margin: 0 10px;
      vertical-align: top; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li {
        margin: 10px 0px; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled).active a, .ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
          background-color: #545454;
          font-weight: bold; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager a {
        height: 22px;
        min-width: 24px;
        line-height: 22px;
        padding: 0;
        border-radius: 3px;
        margin: 0 3px;
        text-align: center;
        vertical-align: top;
        text-decoration: none;
        vertical-align: bottom;
        color: #ededed; }
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-left,
      .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-skip,
      .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-right,
      .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-prev {
        font-size: 18px;
        line-height: 27px;
        padding: 0 3px; }
.ngx-datatable.bootstrap .datatable-summary-row .datatable-body-row .datatable-body-cell {
    font-weight: bold; }
@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';
}
@font-face {
  font-family: 'simplemde-icon';
  /* project id 700857 */
  src: url('//at.alicdn.com/t/font_700857_mnodkd1cp9l766r.eot');
  src: url('//at.alicdn.com/t/font_700857_mnodkd1cp9l766r.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_700857_mnodkd1cp9l766r.woff') format('woff'), url('//at.alicdn.com/t/font_700857_mnodkd1cp9l766r.ttf') format('truetype'), url('//at.alicdn.com/t/font_700857_mnodkd1cp9l766r.svg#simplemde-icon') format('svg');
}
.smdi {
  font-family: "simplemde-icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.smdi-eraser:before {
  content: "\e89c";
}
.smdi-quote-left:before {
  content: "\e605";
}
.smdi-undo:before {
  content: "\e787";
}
.smdi-redo:before {
  content: "\e788";
}
.smdi-eye:before {
  content: "\e78f";
}
.smdi-image:before {
  content: "\e7de";
}
.smdi-table:before {
  content: "\e7df";
}
.smdi-link:before {
  content: "\e7e2";
}
.smdi-fullscreen:before {
  content: "\e7ec";
}
.smdi-list-ul:before {
  content: "\e7f4";
}
.smdi-list-ol:before {
  content: "\e7f5";
}
.smdi-bold:before {
  content: "\e7f7";
}
.smdi-strikethrough:before {
  content: "\e7f9";
}
.smdi-header:before {
  content: "\e7f8";
}
.smdi-italic:before {
  content: "\e7fb";
}
.smdi-code:before {
  content: "\e7fc";
}
.smdi-columns:before {
  content: "\e7fd";
}
.smdi-line:before {
  content: "\e7ff";
}
.smdi-question:before {
  content: "\e7fe";
}
/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}
/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.CodeMirror-guttermarker {
  color: black;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}
/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: bold;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-s-default .cm-error {
  color: #f00;
}
.cm-invalidchar {
  color: #f00;
}
.CodeMirror-composing {
  border-bottom: 2px solid;
}
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}
.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}
.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-feature-settings: "calt";
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
  /* Force widget margins to stay inside of the container */
}
.CodeMirror-rtl pre {
  direction: rtl;
}
.CodeMirror-code {
  outline: none;
}
/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  box-sizing: content-box;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre {
  position: static;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}
/* Used to force a border model for a node */
.cm-force-border {
  padding-right: .1px;
}
@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: '';
}
/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none;
}
.CodeMirror {
  height: auto;
  min-height: 200px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font: inherit;
  z-index: 1;
}
.CodeMirror-scroll {
  min-height: 200px;
}
.CodeMirror-fullscreen {
  background: #fff;
  position: fixed !important;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 3000;
}
.CodeMirror-sided {
  width: 50% !important;
}
.editor-toolbar {
  position: relative;
  opacity: 0.6;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 10px;
  border: 1px solid #bbb;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.editor-toolbar:after,
.editor-toolbar:before {
  display: block;
  content: ' ';
  height: 1px;
}
.editor-toolbar:before {
  margin-bottom: 8px;
}
.editor-toolbar:after {
  margin-top: 8px;
}
.editor-toolbar:hover,
.editor-wrapper input.title:focus,
.editor-wrapper input.title:hover {
  opacity: 0.8;
}
.editor-toolbar.fullscreen {
  width: 100%;
  height: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 3000;
}
.editor-toolbar.fullscreen::before {
  width: 20px;
  height: 50px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.editor-toolbar.fullscreen::after {
  width: 20px;
  height: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.editor-toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #2c3e50 !important;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.editor-toolbar a.active,
.editor-toolbar a:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}
.editor-toolbar a:before {
  line-height: 30px;
}
.editor-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 6px;
}
.editor-toolbar a.fa-header-x:after {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 65%;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
}
.editor-toolbar a.fa-header-1:after {
  content: '1';
}
.editor-toolbar a.fa-header-2:after {
  content: '2';
}
.editor-toolbar a.fa-header-3:after {
  content: '3';
}
.editor-toolbar a.fa-header-bigger:after {
  content: '▲';
}
.editor-toolbar a.fa-header-smaller:after {
  content: '▼';
}
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
  pointer-events: none;
  background: #fff;
  border-color: transparent;
  text-shadow: inherit;
}
@media only screen and (max-width: 700px) {
  .editor-toolbar a.no-mobile {
    display: none;
  }
}
.editor-statusbar {
  padding: 8px 10px;
  font-size: 12px;
  color: #959694;
  text-align: right;
}
.editor-statusbar span {
  display: inline-block;
  min-width: 4em;
  margin-left: 1em;
}
.editor-statusbar .lines:before {
  content: '行数：';
}
.editor-statusbar .words:before {
  content: '字符：';
}
.editor-statusbar .characters:before {
  content: '字符：';
}
.editor-statusbar .counts:before {
  content: '字数：';
}
.editor-preview {
  padding: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fafafa;
  z-index: 7;
  overflow: auto;
  display: none;
  box-sizing: border-box;
}
.editor-preview-side {
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 50%;
  top: 50px;
  right: 0;
  background: #fafafa;
  z-index: 3000;
  overflow: auto;
  display: none;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.editor-preview-active-side {
  display: block;
}
.editor-preview-active {
  display: block;
}
.editor-preview > p,
.editor-preview-side > p {
  margin-top: 0;
}
.editor-preview pre,
.editor-preview-side pre {
  background: #eee;
  margin-bottom: 10px;
}
.editor-preview table td,
.editor-preview table th,
.editor-preview-side table td,
.editor-preview-side table th {
  border: 1px solid #ddd;
  padding: 5px;
}
.CodeMirror .CodeMirror-code .cm-tag {
  color: #63a35c;
}
.CodeMirror .CodeMirror-code .cm-attribute {
  color: #795da3;
}
.CodeMirror .CodeMirror-code .cm-string {
  color: #183691;
}
.CodeMirror .CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror .CodeMirror-code .cm-header-1 {
  font-size: 200%;
  line-height: 200%;
}
.CodeMirror .CodeMirror-code .cm-header-2 {
  font-size: 160%;
  line-height: 160%;
}
.CodeMirror .CodeMirror-code .cm-header-3 {
  font-size: 125%;
  line-height: 125%;
}
.CodeMirror .CodeMirror-code .cm-header-4 {
  font-size: 110%;
  line-height: 110%;
}
.CodeMirror .CodeMirror-code .cm-comment {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.CodeMirror .CodeMirror-code .cm-link {
  color: #7f8c8d;
}
.CodeMirror .CodeMirror-code .cm-url {
  color: #aab2b3;
}
.CodeMirror .CodeMirror-code .cm-strikethrough {
  text-decoration: line-through;
}
.CodeMirror .CodeMirror-placeholder {
  opacity: 0.5;
}
simplemde {
  display: block;
  line-height: normal;
  line-height: initial;
}
.cdk-global-overlay-wrapper,.cdk-overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.288)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
.owl-dialog-container{position:relative;pointer-events:auto;box-sizing:border-box;display:block;padding:1.5em;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);border-radius:2px;overflow:auto;background:#fff;color:rgba(0,0,0,.87);width:100%;height:100%;outline:0}
.owl-dt-container,.owl-dt-container *{box-sizing:border-box}
.owl-dt-container{display:block;font-size:16px;font-size:1rem;background:#fff;pointer-events:auto;z-index:1000}
.owl-dt-container-row{border-bottom:1px solid rgba(0,0,0,.12)}
.owl-dt-container-row:last-child{border-bottom:none}
.owl-dt-calendar{display:flex;flex-direction:column;width:100%}
.owl-dt-calendar-control{display:flex;align-items:center;font-size:1em;width:100%;padding:.5em;color:#000}
.owl-dt-calendar-control .owl-dt-calendar-control-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button{padding:0 .8em}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover{background-color:rgba(0,0,0,.12)}
.owl-dt-calendar-main{display:flex;flex-direction:column;flex:1 1 auto;padding:0 .5em .5em;outline:0}
.owl-dt-calendar-view{display:block;flex:1 1 auto}
.owl-dt-calendar-multi-year-view{display:flex;align-items:center}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table{width:calc(100% - 3em)}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th{padding-bottom:.25em}
.owl-dt-calendar-table{width:100%;border-collapse:collapse;border-spacing:0}
.owl-dt-calendar-table .owl-dt-calendar-header{color:rgba(0,0,0,.4)}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th{font-size:.7em;font-weight:400;text-align:center;padding-bottom:1em}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider{position:relative;height:1px;padding-bottom:.5em}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after{content:'';position:absolute;top:0;left:-.5em;right:-.5em;height:1px;background:rgba(0,0,0,.12)}
.owl-dt-calendar-table .owl-dt-calendar-cell{position:relative;height:0;line-height:0;text-align:center;outline:0;color:rgba(0,0,0,.85);-webkit-appearance:none;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}
.owl-dt-calendar-table .owl-dt-calendar-cell-content{position:absolute;top:5%;left:5%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;font-size:.8em;line-height:1;border:1px solid transparent;border-radius:999px;color:inherit;cursor:pointer}
.owl-dt-calendar-table .owl-dt-calendar-cell-out{opacity:.2}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,.4)}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected{color:rgba(255,255,255,.85);background-color:#3f51b5}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today{box-shadow:inset 0 0 0 1px rgba(255,255,255,.85)}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled{cursor:default}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){color:rgba(0,0,0,.4)}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected{opacity:.4}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,.2)}
.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){background-color:rgba(0,0,0,.04)}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range{background:rgba(63,81,181,.2)}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from{border-top-left-radius:999px;border-bottom-left-radius:999px}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to{border-top-right-radius:999px;border-bottom-right-radius:999px}
.owl-dt-timer{display:flex;justify-content:center;width:100%;height:7em;padding:.5em;outline:0}
.owl-dt-timer-box{position:relative;display:inline-flex;flex-direction:column;align-items:center;width:25%;height:100%}
.owl-dt-timer-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center;width:100%;margin:.2em 0}
.owl-dt-timer-content .owl-dt-timer-input{display:block;width:2em;text-align:center;border:1px solid rgba(0,0,0,.5);border-radius:3px;outline:medium none;font-size:1.2em;padding:.2em}
.owl-dt-timer-divider{display:inline-block;align-self:flex-end;position:absolute;width:.6em;height:100%;left:-.3em}
.owl-dt-timer-divider:after,.owl-dt-timer-divider:before{content:'';display:inline-block;width:.35em;height:.35em;position:absolute;left:50%;border-radius:50%;transform:translateX(-50%);background-color:currentColor}
.owl-dt-timer-divider:before{top:35%}
.owl-dt-timer-divider:after{bottom:35%}
.owl-dt-control-button{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;outline:0;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;margin:0;padding:0;background-color:transparent;font-size:1em;color:inherit}
.owl-dt-control-button .owl-dt-control-button-content{position:relative;display:inline-flex;justify-content:center;align-items:center;outline:0}
.owl-dt-control-period-button .owl-dt-control-button-content{height:1.5em;padding:0 .5em;border-radius:3px;transition:background-color .1s linear}
.owl-dt-control-period-button:hover>.owl-dt-control-button-content{background-color:rgba(0,0,0,.12)}
.owl-dt-control-period-button .owl-dt-control-button-arrow{display:flex;justify-content:center;align-items:center;width:1em;height:1em;margin:.1em;transition:transform .2s ease}
.owl-dt-control-arrow-button .owl-dt-control-button-content{padding:0;border-radius:50%;width:1.5em;height:1.5em}
.owl-dt-control-arrow-button[disabled]{color:rgba(0,0,0,.4);cursor:default}
.owl-dt-control-arrow-button svg{width:50%;height:50%;fill:currentColor}
.owl-dt-inline-container,.owl-dt-popup-container{position:relative;width:18.5em;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}
.owl-dt-inline-container .owl-dt-calendar,.owl-dt-inline-container .owl-dt-timer,.owl-dt-popup-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-timer{width:100%}
.owl-dt-inline-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-calendar{height:20.25em}
.owl-dt-dialog-container{max-height:95vh;margin:-1.5em}
.owl-dt-dialog-container .owl-dt-calendar{min-width:250px;min-height:330px;max-width:750px;max-height:750px}
.owl-dt-dialog-container .owl-dt-timer{min-width:250px;max-width:750px}
@media all and (orientation:landscape){.owl-dt-dialog-container .owl-dt-calendar{width:58vh;height:62vh}.owl-dt-dialog-container .owl-dt-timer{width:58vh}}
@media all and (orientation:portrait){.owl-dt-dialog-container .owl-dt-calendar{width:80vw;height:80vw}.owl-dt-dialog-container .owl-dt-timer{width:80vw}}
.owl-dt-container-buttons{display:flex;width:100%;height:2em;color:#3f51b5}
.owl-dt-container-control-button{font-size:1em;width:50%;height:100%;border-radius:0}
.owl-dt-container-control-button .owl-dt-control-button-content{height:100%;width:100%;transition:background-color .1s linear}
.owl-dt-container-control-button:hover .owl-dt-control-button-content{background-color:rgba(0,0,0,.1)}
.owl-dt-container-info{padding:0 .5em;cursor:pointer;-webkit-tap-highlight-color:transparent}
.owl-dt-container-info .owl-dt-container-range{outline:0}
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content{display:flex;justify-content:space-between;padding:.5em 0;font-size:.8em}
.owl-dt-container-info .owl-dt-container-range:last-child{border-top:1px solid rgba(0,0,0,.12)}
.owl-dt-container-info .owl-dt-container-info-active{color:#3f51b5}
.owl-dt-container-disabled,.owl-dt-trigger-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none;cursor:default!important}
.owl-dt-timer-hour12{display:flex;justify-content:center;align-items:center;color:#3f51b5}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box{border:1px solid currentColor;border-radius:2px;transition:background .2s ease}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content{width:100%;height:100%;padding:.5em}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content{background:#3f51b5;color:#fff}
.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out{visibility:hidden;cursor:default}
.owl-dt-inline{display:inline-block}
.owl-dt-control{outline:0;cursor:pointer}
.owl-dt-control .owl-dt-control-content{outline:0}
.owl-dt-control:focus>.owl-dt-control-content{background-color:rgba(0,0,0,.12)}
.owl-dt-control:not(:-moz-focusring):focus>.owl-dt-control-content{box-shadow:none}
.owl-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}
.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}
/* control positioning */
.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}
.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}
/* cursors */
.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:         grabbing;
	}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
/* visual tweaks */
.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}
/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}
/* general toolbar styles */
.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}
.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}
/* layers control */
.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('layers.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}
/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.png');
	}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-control-attribution svg {
	display: inline !important;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}
/* popup */
.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}
.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}
/* div icon */
.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}
/* Directions */
.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/* Printing */
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		}
	}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*-----------------------------------------------------------------------------------

    Template Name: UMS Admin
    Template URI: themes.pixelstrap.com/UMS
    Description: This is Admin theme
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

-----------------------------------------------------------------------------------

  01. General CSS
  02. Generic CSS
  03. Card CSS
  04. Loader CSS
  05. Header CSS
  05. Sidebar CSS
  06. Button CSS
  07. Color CSS
  08. GRID CSS
  09. Error-page  CSS
  10. Icon css
  12. Email Application  CSS
  13. Chat CSS
  14. Alert CSS
  15. Popover CSS
  16. List CSS
  17. Switch  CSS
  18. Mega option CSS
  19. Touchspin  CSS
  20. Select 2 CSS
  21. User profile css
  22. Progress CSS
  23. According CSS
  24. Authentication CSS
  25. Form CSS
  26. Coming Soon CSS
  27. Radio CSS
  28. Form Input CSS
  29. Data-table CSS
  30. JS datagrid CSS
  31. Page CSS
  32. Ecommerce  CSS
  33. Pricing CSS
  35. NAV CSS
  36. Dropdown CSS
  38. Table  CSS
  39. Chart CSS
  40. Timeline CSS
  41. Timeline 2 CSS
  42. Tabs CSS
  43. Gallery CSS
  44. Blog CSS
  45. Footer CSS
  46. Form Wizard
  47. Badge CSS
  48. Tree CSS
  49. avatars
  50. Bookmark
  51. Search CSS
  52. Datepicker CSS
  53. Typeahead search
  54. Tour  CSS
  55. theme layout CSS
  56. Ribbon CSS
  57. breadcrumb CSS
  58. Steps  CSS
  59. Customizer CSS
  60. social app
  61. Faq CSS
  62. knowledgebase CSS
  63. Document css
  64. Job CSS
  65. Learning CSS
  66. Order History css
  67. internationalization CSS
  68. Dashboard Default CSS
  69. Dashboard Ecommerce
  70. Dashboard Crypto
  71. Rating CSS
  72. Box layout
  73. RTL CSS
  74. Responsive CSS
 */
/* VARIABLES */
/* Applies a stroke to the icons. Can use percentage for responsive */
.climacon_component-stroke {
  fill: #dcdada;
  stroke-width: 1px;
  stroke: #717171;
}
.climacon_component-fill {
  fill: rgba(113, 113, 113, 0.2509803922);
  stroke-width: 0;
  stroke: #ddd;
}
/* SVG GLOBAL */
svg.climacon {
  display: inline-block;
  width: 80px;
  height: 80px;
  shape-rendering: geometricPrecision;
}
g, path, circle, rect {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  transform-origin: 50% 50%;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
/* SUN */
.climacon_componentWrap-sun {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}
.climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke {
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
/* MOON */
.climacon_componentWrap-moon {
  -webkit-animation-name: partialRotate;
          animation-name: partialRotate;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
/* WIND */
.climacon_componentWrap-wind {
  -webkit-animation-name: translateWind;
          animation-name: translateWind;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
/* SNOWFLAKE */
.climacon_componentWrap-snowflake {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 54s;
          animation-duration: 54s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
/* CLOUD SUN */
.climacon_componentWrap-sun_cloud {
  -webkit-animation-name: behindCloudMove, rotate;
          animation-name: behindCloudMove, rotate;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-timing-function: ease-out, linear;
          animation-timing-function: ease-out, linear;
  -webkit-animation-delay: 0, 4.5s;
          animation-delay: 0, 4.5s;
  -webkit-animation-duration: 4.5s, 18s;
          animation-duration: 4.5s, 18s;
}
.climacon_componentWrap-sun_cloud .climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity, scale;
          animation-name: fillOpacity, scale;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-delay: 4.5s, 0;
          animation-delay: 4.5s, 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.climacon_componentWrap-sun_cloud .climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
/* CLOUD MOON */
.climacon_componentWrap-moon_cloud {
  -webkit-animation-name: behindCloudMove, partialRotate;
          animation-name: behindCloudMove, partialRotate;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-timing-function: ease-out, linear;
          animation-timing-function: ease-out, linear;
  -webkit-animation-delay: 0, 4.5s;
          animation-delay: 0, 4.5s;
  -webkit-animation-duration: 4.5s, 18s;
          animation-duration: 4.5s, 18s;
}
/* DRIZZLE */
.climacon_component-stroke_drizzle {
  fill-opacity: 0;
  -webkit-animation-name: drizzleFall, fillOpacity2;
          animation-name: drizzleFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.climacon_component-stroke_drizzle:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.climacon_component-stroke_drizzle:nth-child(2) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.climacon_component-stroke_drizzle:nth-child(3) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
/* RAIN */
.climacon_component-stroke_rain {
  fill-opacity: 0;
  -webkit-animation-name: rainFall, fillOpacity2;
          animation-name: rainFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.climacon_component-stroke_rain:nth-child(n+4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.climacon_component-stroke_rain_alt:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
/* HAIL */
/* HAIL ALT */
.climacon_component-stroke_hailAlt {
  fill-opacity: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.climacon_component-stroke_hailAlt-left {
  -webkit-animation-name: hailLeft, fillOpacity2;
          animation-name: hailLeft, fillOpacity2;
}
.climacon_component-stroke_hailAlt-middle {
  -webkit-animation-name: hailMiddle, fillOpacity2;
          animation-name: hailMiddle, fillOpacity2;
}
.climacon_component-stroke_hailAlt-middle:nth-child(2) {
  -webkit-animation-name: hailMiddle2, fillOpacity2;
          animation-name: hailMiddle2, fillOpacity2;
}
.climacon_component-stroke_hailAlt-right {
  -webkit-animation-name: hailRight, fillOpacity2;
          animation-name: hailRight, fillOpacity2;
}
.climacon_component-stroke_hailAlt:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.climacon_component-stroke_hailAlt:nth-child(2) {
  -webkit-animation-delay: 0.1666666667s;
          animation-delay: 0.1666666667s;
}
.climacon_component-stroke_hailAlt:nth-child(3) {
  -webkit-animation-delay: 0.3333333333s;
          animation-delay: 0.3333333333s;
}
.climacon_component-stroke_hailAlt:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.climacon_component-stroke_hailAlt:nth-child(5) {
  -webkit-animation-delay: 0.6666666667s;
          animation-delay: 0.6666666667s;
}
.climacon_component-stroke_hailAlt:nth-child(6) {
  -webkit-animation-delay: 0.8333333333s;
          animation-delay: 0.8333333333s;
}
/* SNOW */
.climacon_component-stroke_snow {
  fill-opacity: 0;
  -webkit-animation-name: snowFall, fillOpacity2;
          animation-name: snowFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.climacon_component-stroke_snow:nth-child(3) {
  -webkit-animation-name: snowFall2, fillOpacity2;
          animation-name: snowFall2, fillOpacity2;
}
.climacon_component-stroke_snow:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.climacon_component-stroke_snow:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.climacon_component-stroke_snow:nth-child(3) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
/* SNOW ALT */
.climacon_wrapperComponent-snowAlt {
  fill-opacity: 0;
  -webkit-animation-name: snowFall, fillOpacity2;
          animation-name: snowFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
/* FOG */
.climacon_component-stroke_fogLine {
  fill-opacity: 0.5;
  -webkit-animation-name: translateFog, fillOpacityFog;
          animation-name: translateFog, fillOpacityFog;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.climacon_component-stroke_fogLine:nth-child(even) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
/* LIGHTNING */
.climacon_component-stroke_lightning {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacityLightning;
          animation-name: fillOpacityLightning;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
/* TORNADO */
.climacon_component-stroke_tornadoLine {
  -webkit-animation-name: translateTornado1;
          animation-name: translateTornado1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.climacon_component-stroke_tornadoLine:nth-child(1) {
  -webkit-animation-name: translateTornado1;
          animation-name: translateTornado1;
}
.climacon_component-stroke_tornadoLine:nth-child(2) {
  -webkit-animation-name: translateTornado2;
          animation-name: translateTornado2;
}
.climacon_component-stroke_tornadoLine:nth-child(3) {
  -webkit-animation-name: translateTornado3;
          animation-name: translateTornado3;
}
.climacon_component-stroke_tornadoLine:nth-child(4) {
  -webkit-animation-name: translateTornado4;
          animation-name: translateTornado4;
}
.climacon_component-stroke_tornadoLine:nth-child(5) {
  -webkit-animation-name: translateTornado5;
          animation-name: translateTornado5;
}
.climacon_component-stroke_tornadoLine:nth-child(6) {
  -webkit-animation-name: translateTornado6;
          animation-name: translateTornado6;
}
.climacon_componentWrap-sunsetAlt {
  -webkit-animation-name: translateSunset;
          animation-name: translateSunset;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.climacon_componentWrap-sunsetAlt {
  -webkit-animation-name: translateSunset;
          animation-name: translateSunset;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.climacon_iconWrap-sun .climacon_component-stroke_sunSpoke, .climacon_iconWrap-sunFill .climacon_component-stroke_sunSpoke {
  fill-opacity: 1;
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.climacon_iconWrap-sun .climacon_component-stroke_sunSpoke:nth-child(even), .climacon_iconWrap-sunFill .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.climacon-iconWrap_sunFill .climacon_component-stroke_sunSpoke {
  fill-opacity: 1;
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.climacon-iconWrap_sunFill .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.climacon_component-stroke_arrow-up {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity2, translateArrowUp;
          animation-name: fillOpacity2, translateArrowUp;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.climacon_component-stroke_arrow-down {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity2, translateArrowDown;
          animation-name: fillOpacity2, translateArrowDown;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.climacon_componentWrap-sunrise .climacon_component-stroke_sunSpoke, .climacon_componentWrap-sunset .climacon_component-stroke_sunSpoke {
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.climacon_componentWrap-sunrise .climacon_component-stroke_sunSpoke:nth-child(even), .climacon_componentWrap-sunset .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.climacon_componentWrap-sunriseAlt {
  -webkit-animation-name: translateSunrise, fillOpacity;
          animation-name: translateSunrise, fillOpacity;
  -webkit-animation-duration: 18s, 9s;
          animation-duration: 18s, 9s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.climacon_componentWrap-sunriseAlt .climacon_component-stroke_sunSpoke {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity, scale;
          animation-name: fillOpacity, scale;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-delay: 4.5s, 0;
          animation-delay: 4.5s, 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.climacon_componentWrap-sunriseAlt .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s, 4.5s;
          animation-delay: 4.5s, 4.5s;
}
.climacon_componentWrap-sunsetAlt {
  -webkit-animation-name: translateSunset;
          animation-name: translateSunset;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
/* ANIMATIONS */
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes partialRotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes partialRotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes behindCloudMove {
  0% {
    transform: translateX(-1.75px) translateY(1.75px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes behindCloudMove {
  0% {
    transform: translateX(-1.75px) translateY(1.75px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes drizzleFall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(21px);
  }
}
@keyframes drizzleFall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(21px);
  }
}
@-webkit-keyframes rainFall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(14px);
  }
}
@keyframes rainFall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(14px);
  }
}
@-webkit-keyframes rainFall2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateX(14px) translateY(14px);
  }
}
@keyframes rainFall2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateX(14px) translateY(14px);
  }
}
@-webkit-keyframes hailLeft {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(-0.3px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(-0.9px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(-1.5px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(-2.1px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(-2.7px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(-3.3px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(-3.9px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(-4.5px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(-5.1px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(-5.7px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(-6.3px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(-6.9px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(-7.5px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(-8.1px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(-8.7px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(-9.3px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(-9.9px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(-10.5px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(-11.1px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(-11.7px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(-12.3px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(-12.9px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(-13.5px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(-14.1px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(-14.7px);
  }
}
@keyframes hailLeft {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(-0.3px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(-0.9px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(-1.5px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(-2.1px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(-2.7px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(-3.3px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(-3.9px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(-4.5px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(-5.1px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(-5.7px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(-6.3px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(-6.9px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(-7.5px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(-8.1px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(-8.7px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(-9.3px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(-9.9px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(-10.5px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(-11.1px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(-11.7px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(-12.3px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(-12.9px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(-13.5px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(-14.1px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(-14.7px);
  }
}
@-webkit-keyframes hailMiddle {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(-0.15px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(-0.45px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(-0.75px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(-1.05px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(-1.35px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(-1.65px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(-1.95px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(-2.25px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(-2.55px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(-2.85px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(-3.15px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(-3.45px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(-3.75px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(-4.05px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(-4.35px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(-4.65px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(-4.95px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(-5.25px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(-5.55px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(-5.85px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(-6.15px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(-6.45px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(-6.75px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(-7.05px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(-7.35px);
  }
}
@keyframes hailMiddle {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(-0.15px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(-0.45px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(-0.75px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(-1.05px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(-1.35px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(-1.65px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(-1.95px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(-2.25px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(-2.55px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(-2.85px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(-3.15px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(-3.45px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(-3.75px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(-4.05px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(-4.35px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(-4.65px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(-4.95px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(-5.25px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(-5.55px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(-5.85px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(-6.15px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(-6.45px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(-6.75px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(-7.05px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(-7.35px);
  }
}
@-webkit-keyframes hailMiddle2 {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(0.15px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(0.45px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(0.75px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(1.05px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(1.35px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(1.65px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(1.95px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(2.25px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(2.55px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(2.85px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(3.15px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(3.45px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(3.75px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(4.05px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(4.35px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(4.65px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(4.95px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(5.25px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(5.55px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(5.85px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(6.15px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(6.45px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(6.75px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(7.05px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(7.35px);
  }
}
@keyframes hailMiddle2 {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(0.15px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(0.45px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(0.75px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(1.05px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(1.35px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(1.65px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(1.95px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(2.25px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(2.55px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(2.85px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(3.15px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(3.45px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(3.75px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(4.05px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(4.35px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(4.65px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(4.95px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(5.25px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(5.55px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(5.85px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(6.15px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(6.45px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(6.75px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(7.05px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(7.35px);
  }
}
@-webkit-keyframes hailRight {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(0.3px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(0.9px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(1.5px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(2.1px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(2.7px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(3.3px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(3.9px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(4.5px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(5.1px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(5.7px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(6.3px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(6.9px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(7.5px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(8.1px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(8.7px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(9.3px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(9.9px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(10.5px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(11.1px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(11.7px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(12.3px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(12.9px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(13.5px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(14.1px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(14.7px);
  }
}
@keyframes hailRight {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(0.3px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(0.9px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(1.5px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(2.1px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(2.7px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(3.3px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(3.9px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(4.5px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(5.1px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(5.7px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(6.3px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(6.9px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(7.5px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(8.1px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(8.7px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(9.3px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(9.9px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(10.5px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(11.1px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(11.7px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(12.3px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(12.9px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(13.5px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(14.1px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(14.7px);
  }
}
@-webkit-keyframes fillOpacity {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
}
@keyframes fillOpacity {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
}
@-webkit-keyframes fillOpacity2 {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@keyframes fillOpacity2 {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@-webkit-keyframes lightningFlash {
  0% {
    fill-opacity: 0;
  }
  1% {
    fill-opacity: 1;
  }
  2% {
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 0;
  }
  51% {
    fill-opacity: 1;
  }
  52% {
    fill-opacity: 0;
  }
  53% {
    fill-opacity: 1;
  }
  54% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0;
  }
}
@keyframes lightningFlash {
  0% {
    fill-opacity: 0;
  }
  1% {
    fill-opacity: 1;
  }
  2% {
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 0;
  }
  51% {
    fill-opacity: 1;
  }
  52% {
    fill-opacity: 0;
  }
  53% {
    fill-opacity: 1;
  }
  54% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0;
  }
}
@-webkit-keyframes snowFall {
  0% {
    transform: translateY(0px) translateX(NaNpx);
  }
  2% {
    transform: translateY(0.35px) translateX(-14.1829419696px);
  }
  4% {
    transform: translateY(0.7px) translateX(-15.8658839392px);
  }
  6% {
    transform: translateY(1.05px) translateX(-17.5488259088px);
  }
  8% {
    transform: translateY(1.4px) translateX(-19.2317678785px);
  }
  10% {
    transform: translateY(1.75px) translateX(-20.9147098481px);
  }
  12% {
    transform: translateY(2.1px) translateX(-22.5976518177px);
  }
  14% {
    transform: translateY(2.45px) translateX(-24.2805937873px);
  }
  16% {
    transform: translateY(2.8px) translateX(-25.9635357569px);
  }
  18% {
    transform: translateY(3.15px) translateX(-27.6464777265px);
  }
  20% {
    transform: translateY(3.5px) translateX(-29.3294196962px);
  }
  22% {
    transform: translateY(3.85px) translateX(-31.0123616658px);
  }
  24% {
    transform: translateY(4.2px) translateX(-32.6953036354px);
  }
  26% {
    transform: translateY(4.55px) translateX(-34.378245605px);
  }
  28% {
    transform: translateY(4.9px) translateX(-36.0611875746px);
  }
  30% {
    transform: translateY(5.25px) translateX(-37.7441295442px);
  }
  32% {
    transform: translateY(5.6px) translateX(-39.4270715139px);
  }
  34% {
    transform: translateY(5.95px) translateX(-41.1100134835px);
  }
  36% {
    transform: translateY(6.3px) translateX(-42.7929554531px);
  }
  38% {
    transform: translateY(6.65px) translateX(-44.4758974227px);
  }
  40% {
    transform: translateY(7px) translateX(-46.1588393923px);
  }
  42% {
    transform: translateY(7.35px) translateX(-47.8417813619px);
  }
  44% {
    transform: translateY(7.7px) translateX(-49.5247233315px);
  }
  46% {
    transform: translateY(8.05px) translateX(-51.2076653012px);
  }
  48% {
    transform: translateY(8.4px) translateX(-52.8906072708px);
  }
  50% {
    transform: translateY(8.75px) translateX(-54.5735492404px);
  }
  52% {
    transform: translateY(9.1px) translateX(-56.25649121px);
  }
  54% {
    transform: translateY(9.45px) translateX(-57.9394331796px);
  }
  56% {
    transform: translateY(9.8px) translateX(-59.6223751492px);
  }
  58% {
    transform: translateY(10.15px) translateX(-61.3053171189px);
  }
  60% {
    transform: translateY(10.5px) translateX(-62.9882590885px);
  }
  62% {
    transform: translateY(10.85px) translateX(-64.6712010581px);
  }
  64% {
    transform: translateY(11.2px) translateX(-66.3541430277px);
  }
  66% {
    transform: translateY(11.55px) translateX(-68.0370849973px);
  }
  68% {
    transform: translateY(11.9px) translateX(-69.7200269669px);
  }
  70% {
    transform: translateY(12.25px) translateX(-71.4029689366px);
  }
  72% {
    transform: translateY(12.6px) translateX(-73.0859109062px);
  }
  74% {
    transform: translateY(12.95px) translateX(-74.7688528758px);
  }
  76% {
    transform: translateY(13.3px) translateX(-76.4517948454px);
  }
  78% {
    transform: translateY(13.65px) translateX(-78.134736815px);
  }
  80% {
    transform: translateY(14px) translateX(-79.8176787846px);
  }
  82% {
    transform: translateY(14.35px) translateX(-81.5006207542px);
  }
  84% {
    transform: translateY(14.7px) translateX(-83.1835627239px);
  }
  86% {
    transform: translateY(15.05px) translateX(-84.8665046935px);
  }
  88% {
    transform: translateY(15.4px) translateX(-86.5494466631px);
  }
  90% {
    transform: translateY(15.75px) translateX(-88.2323886327px);
  }
  92% {
    transform: translateY(16.1px) translateX(-89.9153306023px);
  }
  94% {
    transform: translateY(16.45px) translateX(-91.5982725719px);
  }
  96% {
    transform: translateY(16.8px) translateX(-93.2812145416px);
  }
  98% {
    transform: translateY(17.15px) translateX(-94.9641565112px);
  }
  100% {
    transform: translateY(17.5px) translateX(-96.6470984808px);
  }
}
@keyframes snowFall {
  0% {
    transform: translateY(0px) translateX(NaNpx);
  }
  2% {
    transform: translateY(0.35px) translateX(-14.1829419696px);
  }
  4% {
    transform: translateY(0.7px) translateX(-15.8658839392px);
  }
  6% {
    transform: translateY(1.05px) translateX(-17.5488259088px);
  }
  8% {
    transform: translateY(1.4px) translateX(-19.2317678785px);
  }
  10% {
    transform: translateY(1.75px) translateX(-20.9147098481px);
  }
  12% {
    transform: translateY(2.1px) translateX(-22.5976518177px);
  }
  14% {
    transform: translateY(2.45px) translateX(-24.2805937873px);
  }
  16% {
    transform: translateY(2.8px) translateX(-25.9635357569px);
  }
  18% {
    transform: translateY(3.15px) translateX(-27.6464777265px);
  }
  20% {
    transform: translateY(3.5px) translateX(-29.3294196962px);
  }
  22% {
    transform: translateY(3.85px) translateX(-31.0123616658px);
  }
  24% {
    transform: translateY(4.2px) translateX(-32.6953036354px);
  }
  26% {
    transform: translateY(4.55px) translateX(-34.378245605px);
  }
  28% {
    transform: translateY(4.9px) translateX(-36.0611875746px);
  }
  30% {
    transform: translateY(5.25px) translateX(-37.7441295442px);
  }
  32% {
    transform: translateY(5.6px) translateX(-39.4270715139px);
  }
  34% {
    transform: translateY(5.95px) translateX(-41.1100134835px);
  }
  36% {
    transform: translateY(6.3px) translateX(-42.7929554531px);
  }
  38% {
    transform: translateY(6.65px) translateX(-44.4758974227px);
  }
  40% {
    transform: translateY(7px) translateX(-46.1588393923px);
  }
  42% {
    transform: translateY(7.35px) translateX(-47.8417813619px);
  }
  44% {
    transform: translateY(7.7px) translateX(-49.5247233315px);
  }
  46% {
    transform: translateY(8.05px) translateX(-51.2076653012px);
  }
  48% {
    transform: translateY(8.4px) translateX(-52.8906072708px);
  }
  50% {
    transform: translateY(8.75px) translateX(-54.5735492404px);
  }
  52% {
    transform: translateY(9.1px) translateX(-56.25649121px);
  }
  54% {
    transform: translateY(9.45px) translateX(-57.9394331796px);
  }
  56% {
    transform: translateY(9.8px) translateX(-59.6223751492px);
  }
  58% {
    transform: translateY(10.15px) translateX(-61.3053171189px);
  }
  60% {
    transform: translateY(10.5px) translateX(-62.9882590885px);
  }
  62% {
    transform: translateY(10.85px) translateX(-64.6712010581px);
  }
  64% {
    transform: translateY(11.2px) translateX(-66.3541430277px);
  }
  66% {
    transform: translateY(11.55px) translateX(-68.0370849973px);
  }
  68% {
    transform: translateY(11.9px) translateX(-69.7200269669px);
  }
  70% {
    transform: translateY(12.25px) translateX(-71.4029689366px);
  }
  72% {
    transform: translateY(12.6px) translateX(-73.0859109062px);
  }
  74% {
    transform: translateY(12.95px) translateX(-74.7688528758px);
  }
  76% {
    transform: translateY(13.3px) translateX(-76.4517948454px);
  }
  78% {
    transform: translateY(13.65px) translateX(-78.134736815px);
  }
  80% {
    transform: translateY(14px) translateX(-79.8176787846px);
  }
  82% {
    transform: translateY(14.35px) translateX(-81.5006207542px);
  }
  84% {
    transform: translateY(14.7px) translateX(-83.1835627239px);
  }
  86% {
    transform: translateY(15.05px) translateX(-84.8665046935px);
  }
  88% {
    transform: translateY(15.4px) translateX(-86.5494466631px);
  }
  90% {
    transform: translateY(15.75px) translateX(-88.2323886327px);
  }
  92% {
    transform: translateY(16.1px) translateX(-89.9153306023px);
  }
  94% {
    transform: translateY(16.45px) translateX(-91.5982725719px);
  }
  96% {
    transform: translateY(16.8px) translateX(-93.2812145416px);
  }
  98% {
    transform: translateY(17.15px) translateX(-94.9641565112px);
  }
  100% {
    transform: translateY(17.5px) translateX(-96.6470984808px);
  }
}
@-webkit-keyframes snowFall2 {
  0% {
    transform: translateY(0px) translateX(NaNpx);
  }
  2% {
    transform: translateY(0.35px) translateX(-10.0976518177px);
  }
  4% {
    transform: translateY(0.7px) translateX(-9.6769163253px);
  }
  6% {
    transform: translateY(1.05px) translateX(-9.2561808329px);
  }
  8% {
    transform: translateY(1.4px) translateX(-8.8354453405px);
  }
  10% {
    transform: translateY(1.75px) translateX(-8.4147098481px);
  }
  12% {
    transform: translateY(2.1px) translateX(-7.9939743557px);
  }
  14% {
    transform: translateY(2.45px) translateX(-7.5732388633px);
  }
  16% {
    transform: translateY(2.8px) translateX(-7.1525033709px);
  }
  18% {
    transform: translateY(3.15px) translateX(-6.7317678785px);
  }
  20% {
    transform: translateY(3.5px) translateX(-6.3110323861px);
  }
  22% {
    transform: translateY(3.85px) translateX(-5.8902968937px);
  }
  24% {
    transform: translateY(4.2px) translateX(-5.4695614013px);
  }
  26% {
    transform: translateY(4.55px) translateX(-5.0488259088px);
  }
  28% {
    transform: translateY(4.9px) translateX(-4.6280904164px);
  }
  30% {
    transform: translateY(5.25px) translateX(-4.207354924px);
  }
  32% {
    transform: translateY(5.6px) translateX(-3.7866194316px);
  }
  34% {
    transform: translateY(5.95px) translateX(-3.3658839392px);
  }
  36% {
    transform: translateY(6.3px) translateX(-2.9451484468px);
  }
  38% {
    transform: translateY(6.65px) translateX(-2.5244129544px);
  }
  40% {
    transform: translateY(7px) translateX(-2.103677462px);
  }
  42% {
    transform: translateY(7.35px) translateX(-1.6829419696px);
  }
  44% {
    transform: translateY(7.7px) translateX(-1.2622064772px);
  }
  46% {
    transform: translateY(8.05px) translateX(-0.8414709848px);
  }
  48% {
    transform: translateY(8.4px) translateX(-0.4207354924px);
  }
  50% {
    transform: translateY(8.75px) translateX(0px);
  }
  52% {
    transform: translateY(9.1px) translateX(0.4207354924px);
  }
  54% {
    transform: translateY(9.45px) translateX(0.8414709848px);
  }
  56% {
    transform: translateY(9.8px) translateX(1.2622064772px);
  }
  58% {
    transform: translateY(10.15px) translateX(1.6829419696px);
  }
  60% {
    transform: translateY(10.5px) translateX(2.103677462px);
  }
  62% {
    transform: translateY(10.85px) translateX(2.5244129544px);
  }
  64% {
    transform: translateY(11.2px) translateX(2.9451484468px);
  }
  66% {
    transform: translateY(11.55px) translateX(3.3658839392px);
  }
  68% {
    transform: translateY(11.9px) translateX(3.7866194316px);
  }
  70% {
    transform: translateY(12.25px) translateX(4.207354924px);
  }
  72% {
    transform: translateY(12.6px) translateX(4.6280904164px);
  }
  74% {
    transform: translateY(12.95px) translateX(5.0488259088px);
  }
  76% {
    transform: translateY(13.3px) translateX(5.4695614013px);
  }
  78% {
    transform: translateY(13.65px) translateX(5.8902968937px);
  }
  80% {
    transform: translateY(14px) translateX(6.3110323861px);
  }
  82% {
    transform: translateY(14.35px) translateX(6.7317678785px);
  }
  84% {
    transform: translateY(14.7px) translateX(7.1525033709px);
  }
  86% {
    transform: translateY(15.05px) translateX(7.5732388633px);
  }
  88% {
    transform: translateY(15.4px) translateX(7.9939743557px);
  }
  90% {
    transform: translateY(15.75px) translateX(8.4147098481px);
  }
  92% {
    transform: translateY(16.1px) translateX(8.8354453405px);
  }
  94% {
    transform: translateY(16.45px) translateX(9.2561808329px);
  }
  96% {
    transform: translateY(16.8px) translateX(9.6769163253px);
  }
  98% {
    transform: translateY(17.15px) translateX(10.0976518177px);
  }
  100% {
    transform: translateY(17.5px) translateX(10.5183873101px);
  }
}
@keyframes snowFall2 {
  0% {
    transform: translateY(0px) translateX(NaNpx);
  }
  2% {
    transform: translateY(0.35px) translateX(-10.0976518177px);
  }
  4% {
    transform: translateY(0.7px) translateX(-9.6769163253px);
  }
  6% {
    transform: translateY(1.05px) translateX(-9.2561808329px);
  }
  8% {
    transform: translateY(1.4px) translateX(-8.8354453405px);
  }
  10% {
    transform: translateY(1.75px) translateX(-8.4147098481px);
  }
  12% {
    transform: translateY(2.1px) translateX(-7.9939743557px);
  }
  14% {
    transform: translateY(2.45px) translateX(-7.5732388633px);
  }
  16% {
    transform: translateY(2.8px) translateX(-7.1525033709px);
  }
  18% {
    transform: translateY(3.15px) translateX(-6.7317678785px);
  }
  20% {
    transform: translateY(3.5px) translateX(-6.3110323861px);
  }
  22% {
    transform: translateY(3.85px) translateX(-5.8902968937px);
  }
  24% {
    transform: translateY(4.2px) translateX(-5.4695614013px);
  }
  26% {
    transform: translateY(4.55px) translateX(-5.0488259088px);
  }
  28% {
    transform: translateY(4.9px) translateX(-4.6280904164px);
  }
  30% {
    transform: translateY(5.25px) translateX(-4.207354924px);
  }
  32% {
    transform: translateY(5.6px) translateX(-3.7866194316px);
  }
  34% {
    transform: translateY(5.95px) translateX(-3.3658839392px);
  }
  36% {
    transform: translateY(6.3px) translateX(-2.9451484468px);
  }
  38% {
    transform: translateY(6.65px) translateX(-2.5244129544px);
  }
  40% {
    transform: translateY(7px) translateX(-2.103677462px);
  }
  42% {
    transform: translateY(7.35px) translateX(-1.6829419696px);
  }
  44% {
    transform: translateY(7.7px) translateX(-1.2622064772px);
  }
  46% {
    transform: translateY(8.05px) translateX(-0.8414709848px);
  }
  48% {
    transform: translateY(8.4px) translateX(-0.4207354924px);
  }
  50% {
    transform: translateY(8.75px) translateX(0px);
  }
  52% {
    transform: translateY(9.1px) translateX(0.4207354924px);
  }
  54% {
    transform: translateY(9.45px) translateX(0.8414709848px);
  }
  56% {
    transform: translateY(9.8px) translateX(1.2622064772px);
  }
  58% {
    transform: translateY(10.15px) translateX(1.6829419696px);
  }
  60% {
    transform: translateY(10.5px) translateX(2.103677462px);
  }
  62% {
    transform: translateY(10.85px) translateX(2.5244129544px);
  }
  64% {
    transform: translateY(11.2px) translateX(2.9451484468px);
  }
  66% {
    transform: translateY(11.55px) translateX(3.3658839392px);
  }
  68% {
    transform: translateY(11.9px) translateX(3.7866194316px);
  }
  70% {
    transform: translateY(12.25px) translateX(4.207354924px);
  }
  72% {
    transform: translateY(12.6px) translateX(4.6280904164px);
  }
  74% {
    transform: translateY(12.95px) translateX(5.0488259088px);
  }
  76% {
    transform: translateY(13.3px) translateX(5.4695614013px);
  }
  78% {
    transform: translateY(13.65px) translateX(5.8902968937px);
  }
  80% {
    transform: translateY(14px) translateX(6.3110323861px);
  }
  82% {
    transform: translateY(14.35px) translateX(6.7317678785px);
  }
  84% {
    transform: translateY(14.7px) translateX(7.1525033709px);
  }
  86% {
    transform: translateY(15.05px) translateX(7.5732388633px);
  }
  88% {
    transform: translateY(15.4px) translateX(7.9939743557px);
  }
  90% {
    transform: translateY(15.75px) translateX(8.4147098481px);
  }
  92% {
    transform: translateY(16.1px) translateX(8.8354453405px);
  }
  94% {
    transform: translateY(16.45px) translateX(9.2561808329px);
  }
  96% {
    transform: translateY(16.8px) translateX(9.6769163253px);
  }
  98% {
    transform: translateY(17.15px) translateX(10.0976518177px);
  }
  100% {
    transform: translateY(17.5px) translateX(10.5183873101px);
  }
}
/* Tornado */
@-webkit-keyframes translateTornado1 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(3.997px);
  }
  75% {
    transform: translateX(-3.997px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado1 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(3.997px);
  }
  75% {
    transform: translateX(-3.997px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado2 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(2.002px);
  }
  75% {
    transform: translateX(-2.002px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado2 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(2.002px);
  }
  75% {
    transform: translateX(-2.002px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado3 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(8.001px);
  }
  75% {
    transform: translateX(-8.001px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado3 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(8.001px);
  }
  75% {
    transform: translateX(-8.001px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado4 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(5.999px);
  }
  75% {
    transform: translateX(-5.999px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado4 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(5.999px);
  }
  75% {
    transform: translateX(-5.999px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado5 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(10.003px);
  }
  75% {
    transform: translateX(-10.003px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado5 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(10.003px);
  }
  75% {
    transform: translateX(-10.003px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado6 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(5.999px);
  }
  75% {
    transform: translateX(-5.999px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado6 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(5.999px);
  }
  75% {
    transform: translateX(-5.999px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fillOpacityLightning {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  1% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  7% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  51% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  53% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  54% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  60% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@keyframes fillOpacityLightning {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  1% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  7% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  51% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  53% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  54% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  60% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@-webkit-keyframes translateFog {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(2.499px);
  }
  75% {
    transform: translateX(-2.499px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateFog {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(2.499px);
  }
  75% {
    transform: translateX(-2.499px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fillOpacityFog {
  0% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
}
@keyframes fillOpacityFog {
  0% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
}
@-webkit-keyframes translateSunrise {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-16.002px);
  }
  100% {
    transform: translateY(-16.002px);
  }
}
@keyframes translateSunrise {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-16.002px);
  }
  100% {
    transform: translateY(-16.002px);
  }
}
@-webkit-keyframes translateSunset {
  0% {
    transform: translateY(-16.002px);
  }
  25% {
    transform: translateY(-3.997px);
  }
  100% {
    transform: translateY(-3.997px);
  }
}
@keyframes translateSunset {
  0% {
    transform: translateY(-16.002px);
  }
  25% {
    transform: translateY(-3.997px);
  }
  100% {
    transform: translateY(-3.997px);
  }
}
@-webkit-keyframes translateArrowDown {
  0% {
    transform: translateY(2.002px);
  }
  100% {
    transform: translateY(4.998px);
  }
}
@keyframes translateArrowDown {
  0% {
    transform: translateY(2.002px);
  }
  100% {
    transform: translateY(4.998px);
  }
}
@-webkit-keyframes translateArrowUp {
  0% {
    transform: translateY(-2.002px);
  }
  100% {
    transform: translateY(-4.998px);
  }
}
@keyframes translateArrowUp {
  0% {
    transform: translateY(-2.002px);
  }
  100% {
    transform: translateY(-4.998px);
  }
}
@-webkit-keyframes translateWind {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(4.998px);
  }
  75% {
    transform: translateX(-4.998px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateWind {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(4.998px);
  }
  75% {
    transform: translateX(-4.998px);
  }
  100% {
    transform: translateX(0);
  }
}
/**
 * @package IcoFont by ThemeHunt - https://themehunt.com
 * @version 1.0.0 Beta
 * @author IcoFont http://icofont.com
 * @copyright Copyright (c) 2018 IcoFont
 * @license - http://icofont.com/license/
*/
@font-face {
  font-family: "icofont";
  src: url('icofont.eot?v=1.0.0-beta');
  src: url('icofont.eot?v=1.0.0-beta#iefix') format("embedded-opentype"), url('icofont.ttf?v=1.0.0-beta') format("truetype"), url('icofont.woff?v=1.0.0-beta') format("woff"), url('icofont.svg?v=1.0.0-beta#icofont') format("svg");
  font-weight: normal;
  font-style: normal;
}
.icofont {
  font-family: "IcoFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icofont-angry-monster:before {
  content: "\e901";
}
.icofont-bathtub:before {
  content: "\e902";
}
.icofont-bird-wings:before {
  content: "\e903";
}
.icofont-bow:before {
  content: "\e904";
}
.icofont-brain-alt:before {
  content: "\e905";
}
.icofont-butterfly-alt:before {
  content: "\e906";
}
.icofont-castle:before {
  content: "\e907";
}
.icofont-circuit:before {
  content: "\e908";
}
.icofont-dart:before {
  content: "\e909";
}
.icofont-dice-alt:before {
  content: "\e90a";
}
.icofont-disability-race:before {
  content: "\e90b";
}
.icofont-diving-goggle:before {
  content: "\e90c";
}
.icofont-fire-alt:before {
  content: "\e90d";
}
.icofont-flame-torch:before {
  content: "\e90e";
}
.icofont-flora-flower:before {
  content: "\e90f";
}
.icofont-flora:before {
  content: "\e910";
}
.icofont-gift-box:before {
  content: "\e911";
}
.icofont-halloween-pumpkin:before {
  content: "\e912";
}
.icofont-hand-power:before {
  content: "\e913";
}
.icofont-hand-thunder:before {
  content: "\e914";
}
.icofont-king-crown:before {
  content: "\e915";
}
.icofont-king-monster:before {
  content: "\e916";
}
.icofont-love:before {
  content: "\e917";
}
.icofont-magician-hat:before {
  content: "\e918";
}
.icofont-native-american:before {
  content: "\e919";
}
.icofont-open-eye:before {
  content: "\e91a";
}
.icofont-owl-look:before {
  content: "\e91b";
}
.icofont-phoenix:before {
  content: "\e91c";
}
.icofont-queen-crown:before {
  content: "\e91d";
}
.icofont-robot-face:before {
  content: "\e91e";
}
.icofont-sand-clock:before {
  content: "\e91f";
}
.icofont-shield-alt:before {
  content: "\e920";
}
.icofont-ship-wheel:before {
  content: "\e921";
}
.icofont-skull-danger:before {
  content: "\e922";
}
.icofont-skull-face:before {
  content: "\e923";
}
.icofont-snail:before {
  content: "\e924";
}
.icofont-snow-alt:before {
  content: "\e925";
}
.icofont-snow-flake:before {
  content: "\e926";
}
.icofont-snowmobile:before {
  content: "\e927";
}
.icofont-space-shuttle:before {
  content: "\e928";
}
.icofont-star-shape:before {
  content: "\e929";
}
.icofont-swirl:before {
  content: "\e92a";
}
.icofont-tattoo-wing:before {
  content: "\e92b";
}
.icofont-throne:before {
  content: "\e92c";
}
.icofont-touch:before {
  content: "\e92d";
}
.icofont-tree-alt:before {
  content: "\e92e";
}
.icofont-triangle:before {
  content: "\e92f";
}
.icofont-unity-hand:before {
  content: "\e930";
}
.icofont-weed:before {
  content: "\e931";
}
.icofont-woman-bird:before {
  content: "\e932";
}
.icofont-animal-bat:before {
  content: "\e933";
}
.icofont-animal-bear-tracks:before {
  content: "\e934";
}
.icofont-animal-bear:before {
  content: "\e935";
}
.icofont-animal-bird-alt:before {
  content: "\e936";
}
.icofont-animal-bird:before {
  content: "\e937";
}
.icofont-animal-bone:before {
  content: "\e938";
}
.icofont-animal-bull:before {
  content: "\e939";
}
.icofont-animal-camel-alt:before {
  content: "\e93a";
}
.icofont-animal-camel-head:before {
  content: "\e93b";
}
.icofont-animal-camel:before {
  content: "\e93c";
}
.icofont-animal-cat-alt-1:before {
  content: "\e93d";
}
.icofont-animal-cat-alt-2:before {
  content: "\e93e";
}
.icofont-animal-cat-alt-3:before {
  content: "\e93f";
}
.icofont-animal-cat-alt-4:before {
  content: "\e940";
}
.icofont-animal-cat-with-dog:before {
  content: "\e941";
}
.icofont-animal-cat:before {
  content: "\e942";
}
.icofont-animal-cow-head:before {
  content: "\e943";
}
.icofont-animal-cow:before {
  content: "\e944";
}
.icofont-animal-crab:before {
  content: "\e945";
}
.icofont-animal-crocodile:before {
  content: "\e946";
}
.icofont-animal-deer-head:before {
  content: "\e947";
}
.icofont-animal-dog-alt:before {
  content: "\e948";
}
.icofont-animal-dog-barking:before {
  content: "\e949";
}
.icofont-animal-dog:before {
  content: "\e94a";
}
.icofont-animal-dolphin:before {
  content: "\e94b";
}
.icofont-animal-duck-tracks:before {
  content: "\e94c";
}
.icofont-animal-eagle-head:before {
  content: "\e94d";
}
.icofont-animal-eaten-fish:before {
  content: "\e94e";
}
.icofont-animal-elephant-alt:before {
  content: "\e94f";
}
.icofont-animal-elephant-head-alt:before {
  content: "\e950";
}
.icofont-animal-elephant-head:before {
  content: "\e951";
}
.icofont-animal-elephant:before {
  content: "\e952";
}
.icofont-animal-elk:before {
  content: "\e953";
}
.icofont-animal-fish-alt-1:before {
  content: "\e954";
}
.icofont-animal-fish-alt-2:before {
  content: "\e955";
}
.icofont-animal-fish-alt-3:before {
  content: "\e956";
}
.icofont-animal-fish-alt-4:before {
  content: "\e957";
}
.icofont-animal-fish:before {
  content: "\e958";
}
.icofont-animal-fox-alt:before {
  content: "\e959";
}
.icofont-animal-fox:before {
  content: "\e95a";
}
.icofont-animal-frog-tracks:before {
  content: "\e95b";
}
.icofont-animal-frog:before {
  content: "\e95c";
}
.icofont-animal-froggy:before {
  content: "\e95d";
}
.icofont-animal-giraffe-alt:before {
  content: "\e95e";
}
.icofont-animal-giraffe:before {
  content: "\e95f";
}
.icofont-animal-goat-head-alt-1:before {
  content: "\e960";
}
.icofont-animal-goat-head-alt-2:before {
  content: "\e961";
}
.icofont-animal-goat-head:before {
  content: "\e962";
}
.icofont-animal-gorilla:before {
  content: "\e963";
}
.icofont-animal-hen-tracks:before {
  content: "\e964";
}
.icofont-animal-horse-head-alt-1:before {
  content: "\e965";
}
.icofont-animal-horse-head-alt-2:before {
  content: "\e966";
}
.icofont-animal-horse-head:before {
  content: "\e967";
}
.icofont-animal-horse-tracks:before {
  content: "\e968";
}
.icofont-animal-jellyfish:before {
  content: "\e969";
}
.icofont-animal-kangaroo:before {
  content: "\e96a";
}
.icofont-animal-lemur:before {
  content: "\e96b";
}
.icofont-animal-lion-alt:before {
  content: "\e96c";
}
.icofont-animal-lion-head-alt:before {
  content: "\e96d";
}
.icofont-animal-lion-head:before {
  content: "\e96e";
}
.icofont-animal-lion:before {
  content: "\e96f";
}
.icofont-animal-monkey-alt-1:before {
  content: "\e970";
}
.icofont-animal-monkey-alt-2:before {
  content: "\e971";
}
.icofont-animal-monkey-alt-3:before {
  content: "\e972";
}
.icofont-animal-monkey:before {
  content: "\e973";
}
.icofont-animal-octopus-alt:before {
  content: "\e974";
}
.icofont-animal-octopus:before {
  content: "\e975";
}
.icofont-animal-owl:before {
  content: "\e976";
}
.icofont-animal-panda-alt:before {
  content: "\e977";
}
.icofont-animal-panda:before {
  content: "\e978";
}
.icofont-animal-panther:before {
  content: "\e979";
}
.icofont-animal-parrot-lip:before {
  content: "\e97a";
}
.icofont-animal-parrot:before {
  content: "\e97b";
}
.icofont-animal-paw:before {
  content: "\e97c";
}
.icofont-animal-pelican:before {
  content: "\e97d";
}
.icofont-animal-penguin:before {
  content: "\e97e";
}
.icofont-animal-pig-alt:before {
  content: "\e97f";
}
.icofont-animal-pig:before {
  content: "\e980";
}
.icofont-animal-pigeon-alt:before {
  content: "\e981";
}
.icofont-animal-pigeon:before {
  content: "\e982";
}
.icofont-animal-pigeons:before {
  content: "\e983";
}
.icofont-animal-rabbit-running:before {
  content: "\e984";
}
.icofont-animal-rat-alt:before {
  content: "\e985";
}
.icofont-animal-rhino-head:before {
  content: "\e986";
}
.icofont-animal-rhino:before {
  content: "\e987";
}
.icofont-animal-rooster:before {
  content: "\e988";
}
.icofont-animal-seahorse:before {
  content: "\e989";
}
.icofont-animal-seal:before {
  content: "\e98a";
}
.icofont-animal-shrimp:before {
  content: "\e98b";
}
.icofont-animal-snail-alt-1:before {
  content: "\e98c";
}
.icofont-animal-snail-alt-2:before {
  content: "\e98d";
}
.icofont-animal-snail:before {
  content: "\e98e";
}
.icofont-animal-snake:before {
  content: "\e98f";
}
.icofont-animal-squid:before {
  content: "\e990";
}
.icofont-animal-squirrel:before {
  content: "\e991";
}
.icofont-animal-tiger-alt:before {
  content: "\e992";
}
.icofont-animal-tiger:before {
  content: "\e993";
}
.icofont-animal-turtle:before {
  content: "\e994";
}
.icofont-animal-whale:before {
  content: "\e995";
}
.icofont-animal-woodpecker:before {
  content: "\e996";
}
.icofont-animal-zebra:before {
  content: "\e997";
}
.icofont-brand-acer:before {
  content: "\e998";
}
.icofont-brand-adidas:before {
  content: "\e999";
}
.icofont-brand-adobe:before {
  content: "\e99a";
}
.icofont-brand-air-new-zealand:before {
  content: "\e99b";
}
.icofont-brand-airbnb:before {
  content: "\e99c";
}
.icofont-brand-aircell:before {
  content: "\e99d";
}
.icofont-brand-airtel:before {
  content: "\e99e";
}
.icofont-brand-alcatel:before {
  content: "\e99f";
}
.icofont-brand-alibaba:before {
  content: "\e9a0";
}
.icofont-brand-aliexpress:before {
  content: "\e9a1";
}
.icofont-brand-alipay:before {
  content: "\e9a2";
}
.icofont-brand-amazon:before {
  content: "\e9a3";
}
.icofont-brand-amd:before {
  content: "\e9a4";
}
.icofont-brand-american-airlines:before {
  content: "\e9a5";
}
.icofont-brand-android-robot:before {
  content: "\e9a6";
}
.icofont-brand-android:before {
  content: "\e9a7";
}
.icofont-brand-aol:before {
  content: "\e9a8";
}
.icofont-brand-apple:before {
  content: "\e9a9";
}
.icofont-brand-appstore:before {
  content: "\e9aa";
}
.icofont-brand-asus:before {
  content: "\e9ab";
}
.icofont-brand-ati:before {
  content: "\e9ac";
}
.icofont-brand-att:before {
  content: "\e9ad";
}
.icofont-brand-audi:before {
  content: "\e9ae";
}
.icofont-brand-axiata:before {
  content: "\e9af";
}
.icofont-brand-bada:before {
  content: "\e9b0";
}
.icofont-brand-bbc:before {
  content: "\e9b1";
}
.icofont-brand-bing:before {
  content: "\e9b2";
}
.icofont-brand-blackberry:before {
  content: "\e9b3";
}
.icofont-brand-bmw:before {
  content: "\e9b4";
}
.icofont-brand-box:before {
  content: "\e9b5";
}
.icofont-brand-burger-king:before {
  content: "\e9b6";
}
.icofont-brand-business-insider:before {
  content: "\e9b7";
}
.icofont-brand-buzzfeed:before {
  content: "\e9b8";
}
.icofont-brand-cannon:before {
  content: "\e9b9";
}
.icofont-brand-casio:before {
  content: "\e9ba";
}
.icofont-brand-china-mobile:before {
  content: "\e9bb";
}
.icofont-brand-china-telecom:before {
  content: "\e9bc";
}
.icofont-brand-china-unicom:before {
  content: "\e9bd";
}
.icofont-brand-cisco:before {
  content: "\e9be";
}
.icofont-brand-citibank:before {
  content: "\e9bf";
}
.icofont-brand-cnet:before {
  content: "\e9c0";
}
.icofont-brand-cnn:before {
  content: "\e9c1";
}
.icofont-brand-cocal-cola:before {
  content: "\e9c2";
}
.icofont-brand-compaq:before {
  content: "\e9c3";
}
.icofont-brand-copy:before {
  content: "\e9c4";
}
.icofont-brand-debian:before {
  content: "\e9c5";
}
.icofont-brand-delicious:before {
  content: "\e9c6";
}
.icofont-brand-dell:before {
  content: "\e9c7";
}
.icofont-brand-designbump:before {
  content: "\e9c8";
}
.icofont-brand-designfloat:before {
  content: "\e9c9";
}
.icofont-brand-disney:before {
  content: "\e9ca";
}
.icofont-brand-dodge:before {
  content: "\e9cb";
}
.icofont-brand-dove:before {
  content: "\e9cc";
}
.icofont-brand-ebay:before {
  content: "\e9cd";
}
.icofont-brand-eleven:before {
  content: "\e9ce";
}
.icofont-brand-emirates:before {
  content: "\e9cf";
}
.icofont-brand-espn:before {
  content: "\e9d0";
}
.icofont-brand-etihad-airways:before {
  content: "\e9d1";
}
.icofont-brand-etisalat:before {
  content: "\e9d2";
}
.icofont-brand-etsy:before {
  content: "\e9d3";
}
.icofont-brand-facebook:before {
  content: "\e9d4";
}
.icofont-brand-fastrack:before {
  content: "\e9d5";
}
.icofont-brand-fedex:before {
  content: "\e9d6";
}
.icofont-brand-ferrari:before {
  content: "\e9d7";
}
.icofont-brand-fitbit:before {
  content: "\e9d8";
}
.icofont-brand-flikr:before {
  content: "\e9d9";
}
.icofont-brand-forbes:before {
  content: "\e9da";
}
.icofont-brand-foursquare:before {
  content: "\e9db";
}
.icofont-brand-fox:before {
  content: "\e9dc";
}
.icofont-brand-foxconn:before {
  content: "\e9dd";
}
.icofont-brand-fujitsu:before {
  content: "\e9de";
}
.icofont-brand-general-electric:before {
  content: "\e9df";
}
.icofont-brand-gillette:before {
  content: "\e9e0";
}
.icofont-brand-gizmodo:before {
  content: "\e9e1";
}
.icofont-brand-gnome:before {
  content: "\e9e2";
}
.icofont-brand-google:before {
  content: "\e9e3";
}
.icofont-brand-gopro:before {
  content: "\e9e4";
}
.icofont-brand-gucci:before {
  content: "\e9e5";
}
.icofont-brand-hallmark:before {
  content: "\e9e6";
}
.icofont-brand-hi5:before {
  content: "\e9e7";
}
.icofont-brand-honda:before {
  content: "\e9e8";
}
.icofont-brand-hp:before {
  content: "\e9e9";
}
.icofont-brand-hsbc:before {
  content: "\e9ea";
}
.icofont-brand-htc:before {
  content: "\e9eb";
}
.icofont-brand-huawei:before {
  content: "\e9ec";
}
.icofont-brand-hulu:before {
  content: "\e9ed";
}
.icofont-brand-hyundai:before {
  content: "\e9ee";
}
.icofont-brand-ibm:before {
  content: "\e9ef";
}
.icofont-brand-icofont:before {
  content: "\e9f0";
}
.icofont-brand-icq:before {
  content: "\e9f1";
}
.icofont-brand-ikea:before {
  content: "\e9f2";
}
.icofont-brand-imdb:before {
  content: "\e9f3";
}
.icofont-brand-indiegogo:before {
  content: "\e9f4";
}
.icofont-brand-intel:before {
  content: "\e9f5";
}
.icofont-brand-ipair:before {
  content: "\e9f6";
}
.icofont-brand-jaguar:before {
  content: "\e9f7";
}
.icofont-brand-java:before {
  content: "\e9f8";
}
.icofont-brand-joomshaper:before {
  content: "\e9f9";
}
.icofont-brand-kickstarter:before {
  content: "\e9fa";
}
.icofont-brand-kik:before {
  content: "\e9fb";
}
.icofont-brand-lastfm:before {
  content: "\e9fc";
}
.icofont-brand-lego:before {
  content: "\e9fd";
}
.icofont-brand-lenovo:before {
  content: "\e9fe";
}
.icofont-brand-levis:before {
  content: "\e9ff";
}
.icofont-brand-lexus:before {
  content: "\ea00";
}
.icofont-brand-lg:before {
  content: "\ea01";
}
.icofont-brand-life-hacker:before {
  content: "\ea02";
}
.icofont-brand-line-messenger:before {
  content: "\ea03";
}
.icofont-brand-linkedin:before {
  content: "\ea04";
}
.icofont-brand-linux-mint:before {
  content: "\ea05";
}
.icofont-brand-linux:before {
  content: "\ea06";
}
.icofont-brand-lionix:before {
  content: "\ea07";
}
.icofont-brand-live-messenger:before {
  content: "\ea08";
}
.icofont-brand-loreal:before {
  content: "\ea09";
}
.icofont-brand-louis-vuitton:before {
  content: "\ea0a";
}
.icofont-brand-mac-os:before {
  content: "\ea0b";
}
.icofont-brand-marvel-app:before {
  content: "\ea0c";
}
.icofont-brand-mashable:before {
  content: "\ea0d";
}
.icofont-brand-mazda:before {
  content: "\ea0e";
}
.icofont-brand-mcdonals:before {
  content: "\ea0f";
}
.icofont-brand-mercedes:before {
  content: "\ea10";
}
.icofont-brand-micromax:before {
  content: "\ea11";
}
.icofont-brand-microsoft:before {
  content: "\ea12";
}
.icofont-brand-mobileme:before {
  content: "\ea13";
}
.icofont-brand-mobily:before {
  content: "\ea14";
}
.icofont-brand-motorola:before {
  content: "\ea15";
}
.icofont-brand-msi:before {
  content: "\ea16";
}
.icofont-brand-mts:before {
  content: "\ea17";
}
.icofont-brand-myspace:before {
  content: "\ea18";
}
.icofont-brand-mytv:before {
  content: "\ea19";
}
.icofont-brand-nasa:before {
  content: "\ea1a";
}
.icofont-brand-natgeo:before {
  content: "\ea1b";
}
.icofont-brand-nbc:before {
  content: "\ea1c";
}
.icofont-brand-nescafe:before {
  content: "\ea1d";
}
.icofont-brand-nestle:before {
  content: "\ea1e";
}
.icofont-brand-netflix:before {
  content: "\ea1f";
}
.icofont-brand-nexus:before {
  content: "\ea20";
}
.icofont-brand-nike:before {
  content: "\ea21";
}
.icofont-brand-nokia:before {
  content: "\ea22";
}
.icofont-brand-nvidia:before {
  content: "\ea23";
}
.icofont-brand-omega:before {
  content: "\ea24";
}
.icofont-brand-opensuse:before {
  content: "\ea25";
}
.icofont-brand-oracle:before {
  content: "\ea26";
}
.icofont-brand-panasonic:before {
  content: "\ea27";
}
.icofont-brand-paypal:before {
  content: "\ea28";
}
.icofont-brand-pepsi:before {
  content: "\ea29";
}
.icofont-brand-philips:before {
  content: "\ea2a";
}
.icofont-brand-pizza-hut:before {
  content: "\ea2b";
}
.icofont-brand-playstation:before {
  content: "\ea2c";
}
.icofont-brand-puma:before {
  content: "\ea2d";
}
.icofont-brand-qatar-air:before {
  content: "\ea2e";
}
.icofont-brand-qvc:before {
  content: "\ea2f";
}
.icofont-brand-readernaut:before {
  content: "\ea30";
}
.icofont-brand-redbull:before {
  content: "\ea31";
}
.icofont-brand-reebok:before {
  content: "\ea32";
}
.icofont-brand-reuters:before {
  content: "\ea33";
}
.icofont-brand-samsung:before {
  content: "\ea34";
}
.icofont-brand-sap:before {
  content: "\ea35";
}
.icofont-brand-saudia-airlines:before {
  content: "\ea36";
}
.icofont-brand-scribd:before {
  content: "\ea37";
}
.icofont-brand-shell:before {
  content: "\ea38";
}
.icofont-brand-siemens:before {
  content: "\ea39";
}
.icofont-brand-sk-telecom:before {
  content: "\ea3a";
}
.icofont-brand-slideshare:before {
  content: "\ea3b";
}
.icofont-brand-smashing-magazine:before {
  content: "\ea3c";
}
.icofont-brand-snapchat:before {
  content: "\ea3d";
}
.icofont-brand-sony-ericsson:before {
  content: "\ea3e";
}
.icofont-brand-sony:before {
  content: "\ea3f";
}
.icofont-brand-soundcloud:before {
  content: "\ea40";
}
.icofont-brand-sprint:before {
  content: "\ea41";
}
.icofont-brand-squidoo:before {
  content: "\ea42";
}
.icofont-brand-starbucks:before {
  content: "\ea43";
}
.icofont-brand-stc:before {
  content: "\ea44";
}
.icofont-brand-steam:before {
  content: "\ea45";
}
.icofont-brand-suzuki:before {
  content: "\ea46";
}
.icofont-brand-symbian:before {
  content: "\ea47";
}
.icofont-brand-t-mobile:before {
  content: "\ea48";
}
.icofont-brand-tango:before {
  content: "\ea49";
}
.icofont-brand-target:before {
  content: "\ea4a";
}
.icofont-brand-tata-indicom:before {
  content: "\ea4b";
}
.icofont-brand-techcrunch:before {
  content: "\ea4c";
}
.icofont-brand-telenor:before {
  content: "\ea4d";
}
.icofont-brand-teliasonera:before {
  content: "\ea4e";
}
.icofont-brand-tesla:before {
  content: "\ea4f";
}
.icofont-brand-the-verge:before {
  content: "\ea50";
}
.icofont-brand-thenextweb:before {
  content: "\ea51";
}
.icofont-brand-toshiba:before {
  content: "\ea52";
}
.icofont-brand-toyota:before {
  content: "\ea53";
}
.icofont-brand-tribenet:before {
  content: "\ea54";
}
.icofont-brand-ubuntu:before {
  content: "\ea55";
}
.icofont-brand-unilever:before {
  content: "\ea56";
}
.icofont-brand-vaio:before {
  content: "\ea57";
}
.icofont-brand-verizon:before {
  content: "\ea58";
}
.icofont-brand-viber:before {
  content: "\ea59";
}
.icofont-brand-vodafone:before {
  content: "\ea5a";
}
.icofont-brand-volkswagen:before {
  content: "\ea5b";
}
.icofont-brand-walmart:before {
  content: "\ea5c";
}
.icofont-brand-warnerbros:before {
  content: "\ea5d";
}
.icofont-brand-whatsapp:before {
  content: "\ea5e";
}
.icofont-brand-wikipedia:before {
  content: "\ea5f";
}
.icofont-brand-windows:before {
  content: "\ea60";
}
.icofont-brand-wire:before {
  content: "\ea61";
}
.icofont-brand-yahoobuzz:before {
  content: "\ea62";
}
.icofont-brand-yamaha:before {
  content: "\ea63";
}
.icofont-brand-youtube:before {
  content: "\ea64";
}
.icofont-brand-zain:before {
  content: "\ea65";
}
.icofont-bank-alt:before {
  content: "\ea66";
}
.icofont-barcode:before {
  content: "\ea67";
}
.icofont-basket:before {
  content: "\ea68";
}
.icofont-bill-alt:before {
  content: "\ea69";
}
.icofont-billboard:before {
  content: "\ea6a";
}
.icofont-briefcase-alt-1:before {
  content: "\ea6b";
}
.icofont-briefcase-alt-2:before {
  content: "\ea6c";
}
.icofont-building-alt:before {
  content: "\ea6d";
}
.icofont-businessman:before {
  content: "\ea6e";
}
.icofont-businesswoman:before {
  content: "\ea6f";
}
.icofont-cart-alt:before {
  content: "\ea70";
}
.icofont-chair:before {
  content: "\ea71";
}
.icofont-clip:before {
  content: "\ea72";
}
.icofont-coins:before {
  content: "\ea73";
}
.icofont-company:before {
  content: "\ea74";
}
.icofont-contact-add:before {
  content: "\ea75";
}
.icofont-deal:before {
  content: "\ea76";
}
.icofont-files:before {
  content: "\ea77";
}
.icofont-growth:before {
  content: "\ea78";
}
.icofont-id-card:before {
  content: "\ea79";
}
.icofont-idea:before {
  content: "\ea7a";
}
.icofont-list:before {
  content: "\ea7b";
}
.icofont-meeting-add:before {
  content: "\ea7c";
}
.icofont-money-bag:before {
  content: "\ea7d";
}
.icofont-people:before {
  content: "\ea7e";
}
.icofont-pie-chart:before {
  content: "\ea7f";
}
.icofont-presentation-alt:before {
  content: "\ea80";
}
.icofont-stamp:before {
  content: "\ea81";
}
.icofont-stock-mobile:before {
  content: "\ea82";
}
.icofont-support:before {
  content: "\ea83";
}
.icofont-tasks-alt:before {
  content: "\ea84";
}
.icofont-wheel:before {
  content: "\ea85";
}
.icofont-chart-arrows-axis:before {
  content: "\ea86";
}
.icofont-chart-bar-graph:before {
  content: "\ea87";
}
.icofont-chart-flow-alt-1:before {
  content: "\ea88";
}
.icofont-chart-flow-alt-2:before {
  content: "\ea89";
}
.icofont-chart-flow:before {
  content: "\ea8a";
}
.icofont-chart-histogram-alt:before {
  content: "\ea8b";
}
.icofont-chart-histogram:before {
  content: "\ea8c";
}
.icofont-chart-line-alt:before {
  content: "\ea8d";
}
.icofont-chart-line:before {
  content: "\ea8e";
}
.icofont-chart-pie-alt:before {
  content: "\ea8f";
}
.icofont-chart-pie:before {
  content: "\ea90";
}
.icofont-chart-radar-graph:before {
  content: "\ea91";
}
.icofont-cur-afghani-false:before {
  content: "\ea92";
}
.icofont-cur-afghani-minus:before {
  content: "\ea93";
}
.icofont-cur-afghani-plus:before {
  content: "\ea94";
}
.icofont-cur-afghani-true:before {
  content: "\ea95";
}
.icofont-cur-afghani:before {
  content: "\ea96";
}
.icofont-cur-baht-false:before {
  content: "\ea97";
}
.icofont-cur-baht-minus:before {
  content: "\ea98";
}
.icofont-cur-baht-plus:before {
  content: "\ea99";
}
.icofont-cur-baht-true:before {
  content: "\ea9a";
}
.icofont-cur-baht:before {
  content: "\ea9b";
}
.icofont-cur-bitcoin-false:before {
  content: "\ea9c";
}
.icofont-cur-bitcoin-minus:before {
  content: "\ea9d";
}
.icofont-cur-bitcoin-plus:before {
  content: "\ea9e";
}
.icofont-cur-bitcoin-true:before {
  content: "\ea9f";
}
.icofont-cur-bitcoin:before {
  content: "\eaa0";
}
.icofont-cur-dollar-flase:before {
  content: "\eaa1";
}
.icofont-cur-dollar-minus:before {
  content: "\eaa2";
}
.icofont-cur-dollar-plus:before {
  content: "\eaa3";
}
.icofont-cur-dollar-true:before {
  content: "\eaa4";
}
.icofont-cur-dollar:before {
  content: "\eaa5";
}
.icofont-cur-dong-false:before {
  content: "\eaa6";
}
.icofont-cur-dong-minus:before {
  content: "\eaa7";
}
.icofont-cur-dong-plus:before {
  content: "\eaa8";
}
.icofont-cur-dong-true:before {
  content: "\eaa9";
}
.icofont-cur-dong:before {
  content: "\eaaa";
}
.icofont-cur-euro-false:before {
  content: "\eaab";
}
.icofont-cur-euro-minus:before {
  content: "\eaac";
}
.icofont-cur-euro-plus:before {
  content: "\eaad";
}
.icofont-cur-euro-true:before {
  content: "\eaae";
}
.icofont-cur-euro:before {
  content: "\eaaf";
}
.icofont-cur-frank-false:before {
  content: "\eab0";
}
.icofont-cur-frank-minus:before {
  content: "\eab1";
}
.icofont-cur-frank-plus:before {
  content: "\eab2";
}
.icofont-cur-frank-true:before {
  content: "\eab3";
}
.icofont-cur-frank:before {
  content: "\eab4";
}
.icofont-cur-hryvnia-false:before {
  content: "\eab5";
}
.icofont-cur-hryvnia-minus:before {
  content: "\eab6";
}
.icofont-cur-hryvnia-plus:before {
  content: "\eab7";
}
.icofont-cur-hryvnia-true:before {
  content: "\eab8";
}
.icofont-cur-hryvnia:before {
  content: "\eab9";
}
.icofont-cur-lira-false:before {
  content: "\eaba";
}
.icofont-cur-lira-minus:before {
  content: "\eabb";
}
.icofont-cur-lira-plus:before {
  content: "\eabc";
}
.icofont-cur-lira-true:before {
  content: "\eabd";
}
.icofont-cur-lira:before {
  content: "\eabe";
}
.icofont-cur-peseta-false:before {
  content: "\eabf";
}
.icofont-cur-peseta-minus:before {
  content: "\eac0";
}
.icofont-cur-peseta-plus:before {
  content: "\eac1";
}
.icofont-cur-peseta-true:before {
  content: "\eac2";
}
.icofont-cur-peseta:before {
  content: "\eac3";
}
.icofont-cur-peso-false:before {
  content: "\eac4";
}
.icofont-cur-peso-minus:before {
  content: "\eac5";
}
.icofont-cur-peso-plus:before {
  content: "\eac6";
}
.icofont-cur-peso-true:before {
  content: "\eac7";
}
.icofont-cur-peso:before {
  content: "\eac8";
}
.icofont-cur-pound-false:before {
  content: "\eac9";
}
.icofont-cur-pound-minus:before {
  content: "\eaca";
}
.icofont-cur-pound-plus:before {
  content: "\eacb";
}
.icofont-cur-pound-true:before {
  content: "\eacc";
}
.icofont-cur-pound:before {
  content: "\eacd";
}
.icofont-cur-renminbi-false:before {
  content: "\eace";
}
.icofont-cur-renminbi-minus:before {
  content: "\eacf";
}
.icofont-cur-renminbi-plus:before {
  content: "\ead0";
}
.icofont-cur-renminbi-true:before {
  content: "\ead1";
}
.icofont-cur-renminbi:before {
  content: "\ead2";
}
.icofont-cur-riyal-false:before {
  content: "\ead3";
}
.icofont-cur-riyal-minus:before {
  content: "\ead4";
}
.icofont-cur-riyal-plus:before {
  content: "\ead5";
}
.icofont-cur-riyal-true:before {
  content: "\ead6";
}
.icofont-cur-riyal:before {
  content: "\ead7";
}
.icofont-cur-rouble-false:before {
  content: "\ead8";
}
.icofont-cur-rouble-minus:before {
  content: "\ead9";
}
.icofont-cur-rouble-plus:before {
  content: "\eada";
}
.icofont-cur-rouble-true:before {
  content: "\eadb";
}
.icofont-cur-rouble:before {
  content: "\eadc";
}
.icofont-cur-rupee-false:before {
  content: "\eadd";
}
.icofont-cur-rupee-minus:before {
  content: "\eade";
}
.icofont-cur-rupee-plus:before {
  content: "\eadf";
}
.icofont-cur-rupee-true:before {
  content: "\eae0";
}
.icofont-cur-rupee:before {
  content: "\eae1";
}
.icofont-cur-taka-false:before {
  content: "\eae2";
}
.icofont-cur-taka-minus:before {
  content: "\eae3";
}
.icofont-cur-taka-plus:before {
  content: "\eae4";
}
.icofont-cur-taka-true:before {
  content: "\eae5";
}
.icofont-cur-taka:before {
  content: "\eae6";
}
.icofont-cur-turkish-lira-false:before {
  content: "\eae7";
}
.icofont-cur-turkish-lira-minus:before {
  content: "\eae8";
}
.icofont-cur-turkish-lira-plus:before {
  content: "\eae9";
}
.icofont-cur-turkish-lira-true:before {
  content: "\eaea";
}
.icofont-cur-turkish-lira:before {
  content: "\eaeb";
}
.icofont-cur-won-false:before {
  content: "\eaec";
}
.icofont-cur-won-minus:before {
  content: "\eaed";
}
.icofont-cur-won-plus:before {
  content: "\eaee";
}
.icofont-cur-won-true:before {
  content: "\eaef";
}
.icofont-cur-won:before {
  content: "\eaf0";
}
.icofont-cur-yen-false:before {
  content: "\eaf1";
}
.icofont-cur-yen-minus:before {
  content: "\eaf2";
}
.icofont-cur-yen-plus:before {
  content: "\eaf3";
}
.icofont-cur-yen-true:before {
  content: "\eaf4";
}
.icofont-cur-yen:before {
  content: "\eaf5";
}
.icofont-android-nexus:before {
  content: "\eaf6";
}
.icofont-android-tablet:before {
  content: "\eaf7";
}
.icofont-apple-watch:before {
  content: "\eaf8";
}
.icofont-drwaing-tablet:before {
  content: "\eaf9";
}
.icofont-earphone:before {
  content: "\eafa";
}
.icofont-flash-drive:before {
  content: "\eafb";
}
.icofont-game-control:before {
  content: "\eafc";
}
.icofont-headphone-alt:before {
  content: "\eafd";
}
.icofont-htc-one:before {
  content: "\eafe";
}
.icofont-imac:before {
  content: "\eaff";
}
.icofont-ipad-touch:before {
  content: "\eb00";
}
.icofont-iphone:before {
  content: "\eb01";
}
.icofont-ipod-nano:before {
  content: "\eb02";
}
.icofont-ipod-touch:before {
  content: "\eb03";
}
.icofont-keyboard-alt:before {
  content: "\eb04";
}
.icofont-keyboard-wireless:before {
  content: "\eb05";
}
.icofont-laptop-alt:before {
  content: "\eb06";
}
.icofont-macbook:before {
  content: "\eb07";
}
.icofont-magic-mouse:before {
  content: "\eb08";
}
.icofont-microphone-alt:before {
  content: "\eb09";
}
.icofont-monitor:before {
  content: "\eb0a";
}
.icofont-mouse:before {
  content: "\eb0b";
}
.icofont-nintendo:before {
  content: "\eb0c";
}
.icofont-playstation:before {
  content: "\eb0d";
}
.icofont-psvita:before {
  content: "\eb0e";
}
.icofont-radio-mic:before {
  content: "\eb0f";
}
.icofont-refrigerator:before {
  content: "\eb10";
}
.icofont-samsung-galaxy:before {
  content: "\eb11";
}
.icofont-surface-tablet:before {
  content: "\eb12";
}
.icofont-washing-machine:before {
  content: "\eb13";
}
.icofont-wifi-router:before {
  content: "\eb14";
}
.icofont-wii-u:before {
  content: "\eb15";
}
.icofont-windows-lumia:before {
  content: "\eb16";
}
.icofont-wireless-mouse:before {
  content: "\eb17";
}
.icofont-xbox-360:before {
  content: "\eb18";
}
.icofont-arrow-down:before {
  content: "\eb19";
}
.icofont-arrow-left:before {
  content: "\eb1a";
}
.icofont-arrow-right:before {
  content: "\eb1b";
}
.icofont-arrow-up:before {
  content: "\eb1c";
}
.icofont-block-down:before {
  content: "\eb1d";
}
.icofont-block-left:before {
  content: "\eb1e";
}
.icofont-block-right:before {
  content: "\eb1f";
}
.icofont-block-up:before {
  content: "\eb20";
}
.icofont-bubble-down:before {
  content: "\eb21";
}
.icofont-bubble-left:before {
  content: "\eb22";
}
.icofont-bubble-right:before {
  content: "\eb23";
}
.icofont-bubble-up:before {
  content: "\eb24";
}
.icofont-caret-down:before {
  content: "\eb25";
}
.icofont-caret-left:before {
  content: "\eb26";
}
.icofont-caret-right:before {
  content: "\eb27";
}
.icofont-caret-up:before {
  content: "\eb28";
}
.icofont-circled-down:before {
  content: "\eb29";
}
.icofont-circled-left:before {
  content: "\eb2a";
}
.icofont-circled-right:before {
  content: "\eb2b";
}
.icofont-circled-up:before {
  content: "\eb2c";
}
.icofont-collapse:before {
  content: "\eb2d";
}
.icofont-cursor-drag:before {
  content: "\eb2e";
}
.icofont-curved-double-left:before {
  content: "\eb2f";
}
.icofont-curved-double-right:before {
  content: "\eb30";
}
.icofont-curved-down:before {
  content: "\eb31";
}
.icofont-curved-left:before {
  content: "\eb32";
}
.icofont-curved-right:before {
  content: "\eb33";
}
.icofont-curved-up:before {
  content: "\eb34";
}
.icofont-dotted-down:before {
  content: "\eb35";
}
.icofont-dotted-left:before {
  content: "\eb36";
}
.icofont-dotted-right:before {
  content: "\eb37";
}
.icofont-dotted-up:before {
  content: "\eb38";
}
.icofont-double-left:before {
  content: "\eb39";
}
.icofont-double-right:before {
  content: "\eb3a";
}
.icofont-drag:before {
  content: "\eb3b";
}
.icofont-drag1:before {
  content: "\eb3c";
}
.icofont-drag2:before {
  content: "\eb3d";
}
.icofont-drag3:before {
  content: "\eb3e";
}
.icofont-expand-alt:before {
  content: "\eb3f";
}
.icofont-hand-down:before {
  content: "\eb40";
}
.icofont-hand-drag:before {
  content: "\eb41";
}
.icofont-hand-drag1:before {
  content: "\eb42";
}
.icofont-hand-drag2:before {
  content: "\eb43";
}
.icofont-hand-drawn-alt-down:before {
  content: "\eb44";
}
.icofont-hand-drawn-alt-left:before {
  content: "\eb45";
}
.icofont-hand-drawn-alt-right:before {
  content: "\eb46";
}
.icofont-hand-drawn-alt-up:before {
  content: "\eb47";
}
.icofont-hand-drawn-down:before {
  content: "\eb48";
}
.icofont-hand-drawn-left:before {
  content: "\eb49";
}
.icofont-hand-drawn-right:before {
  content: "\eb4a";
}
.icofont-hand-drawn-up:before {
  content: "\eb4b";
}
.icofont-hand-left:before {
  content: "\eb4c";
}
.icofont-hand-right:before {
  content: "\eb4d";
}
.icofont-hand-up:before {
  content: "\eb4e";
}
.icofont-line-block-down:before {
  content: "\eb4f";
}
.icofont-line-block-left:before {
  content: "\eb50";
}
.icofont-line-block-right:before {
  content: "\eb51";
}
.icofont-line-block-up:before {
  content: "\eb52";
}
.icofont-long-arrow-down:before {
  content: "\eb53";
}
.icofont-long-arrow-left:before {
  content: "\eb54";
}
.icofont-long-arrow-right:before {
  content: "\eb55";
}
.icofont-long-arrow-up:before {
  content: "\eb56";
}
.icofont-rounded-collapse:before {
  content: "\eb57";
}
.icofont-rounded-double-left:before {
  content: "\eb58";
}
.icofont-rounded-double-right:before {
  content: "\eb59";
}
.icofont-rounded-down:before {
  content: "\eb5a";
}
.icofont-rounded-expand:before {
  content: "\eb5b";
}
.icofont-rounded-left-down:before {
  content: "\eb5c";
}
.icofont-rounded-left-up:before {
  content: "\eb5d";
}
.icofont-rounded-left:before {
  content: "\eb5e";
}
.icofont-rounded-right-down:before {
  content: "\eb5f";
}
.icofont-rounded-right-up:before {
  content: "\eb60";
}
.icofont-rounded-right:before {
  content: "\eb61";
}
.icofont-rounded-up:before {
  content: "\eb62";
}
.icofont-scroll-bubble-down:before {
  content: "\eb63";
}
.icofont-scroll-bubble-left:before {
  content: "\eb64";
}
.icofont-scroll-bubble-right:before {
  content: "\eb65";
}
.icofont-scroll-bubble-up:before {
  content: "\eb66";
}
.icofont-scroll-double-down:before {
  content: "\eb67";
}
.icofont-scroll-double-left:before {
  content: "\eb68";
}
.icofont-scroll-double-right:before {
  content: "\eb69";
}
.icofont-scroll-double-up:before {
  content: "\eb6a";
}
.icofont-scroll-down:before {
  content: "\eb6b";
}
.icofont-scroll-left:before {
  content: "\eb6c";
}
.icofont-scroll-long-down:before {
  content: "\eb6d";
}
.icofont-scroll-long-left:before {
  content: "\eb6e";
}
.icofont-scroll-long-right:before {
  content: "\eb6f";
}
.icofont-scroll-long-up:before {
  content: "\eb70";
}
.icofont-scroll-right:before {
  content: "\eb71";
}
.icofont-scroll-up:before {
  content: "\eb72";
}
.icofont-simple-down:before {
  content: "\eb73";
}
.icofont-simple-left-down:before {
  content: "\eb74";
}
.icofont-simple-left-up:before {
  content: "\eb75";
}
.icofont-simple-left:before {
  content: "\eb76";
}
.icofont-simple-right-down:before {
  content: "\eb77";
}
.icofont-simple-right-up:before {
  content: "\eb78";
}
.icofont-simple-right:before {
  content: "\eb79";
}
.icofont-simple-up:before {
  content: "\eb7a";
}
.icofont-square-down:before {
  content: "\eb7b";
}
.icofont-square-left:before {
  content: "\eb7c";
}
.icofont-square-right:before {
  content: "\eb7d";
}
.icofont-square-up:before {
  content: "\eb7e";
}
.icofont-stylish-down:before {
  content: "\eb7f";
}
.icofont-stylish-left:before {
  content: "\eb80";
}
.icofont-stylish-right:before {
  content: "\eb81";
}
.icofont-stylish-up:before {
  content: "\eb82";
}
.icofont-swoosh-down:before {
  content: "\eb83";
}
.icofont-swoosh-left:before {
  content: "\eb84";
}
.icofont-swoosh-right:before {
  content: "\eb85";
}
.icofont-swoosh-up:before {
  content: "\eb86";
}
.icofont-thin-double-left:before {
  content: "\eb87";
}
.icofont-thin-double-right:before {
  content: "\eb88";
}
.icofont-thin-down:before {
  content: "\eb89";
}
.icofont-thin-left:before {
  content: "\eb8a";
}
.icofont-thin-right:before {
  content: "\eb8b";
}
.icofont-thin-up:before {
  content: "\eb8c";
}
.icofont-atom:before {
  content: "\eb8d";
}
.icofont-award:before {
  content: "\eb8e";
}
.icofont-bell-alt:before {
  content: "\eb8f";
}
.icofont-book-alt:before {
  content: "\eb90";
}
.icofont-brainstorming:before {
  content: "\eb91";
}
.icofont-certificate-alt-1:before {
  content: "\eb92";
}
.icofont-certificate-alt-2:before {
  content: "\eb93";
}
.icofont-dna-alt-2:before {
  content: "\eb94";
}
.icofont-education:before {
  content: "\eb95";
}
.icofont-electron:before {
  content: "\eb96";
}
.icofont-fountain-pen:before {
  content: "\eb97";
}
.icofont-globe-alt:before {
  content: "\eb98";
}
.icofont-graduate-alt:before {
  content: "\eb99";
}
.icofont-group-students:before {
  content: "\eb9a";
}
.icofont-hat-alt:before {
  content: "\eb9b";
}
.icofont-hat:before {
  content: "\eb9c";
}
.icofont-instrument:before {
  content: "\eb9d";
}
.icofont-lamp-light:before {
  content: "\eb9e";
}
.icofont-microscope-alt:before {
  content: "\eb9f";
}
.icofont-paper:before {
  content: "\eba0";
}
.icofont-pen-alt-4:before {
  content: "\eba1";
}
.icofont-pen-nib:before {
  content: "\eba2";
}
.icofont-pencil-alt-5:before {
  content: "\eba3";
}
.icofont-quill-pen:before {
  content: "\eba4";
}
.icofont-read-book-alt:before {
  content: "\eba5";
}
.icofont-read-book:before {
  content: "\eba6";
}
.icofont-school-bag:before {
  content: "\eba7";
}
.icofont-school-bus:before {
  content: "\eba8";
}
.icofont-student-alt:before {
  content: "\eba9";
}
.icofont-student:before {
  content: "\ebaa";
}
.icofont-teacher:before {
  content: "\ebab";
}
.icofont-test-bulb:before {
  content: "\ebac";
}
.icofont-test-tube-alt:before {
  content: "\ebad";
}
.icofont-university:before {
  content: "\ebae";
}
.icofont-emo-angry:before {
  content: "\ebaf";
}
.icofont-emo-astonished:before {
  content: "\ebb0";
}
.icofont-emo-confounded:before {
  content: "\ebb1";
}
.icofont-emo-confused:before {
  content: "\ebb2";
}
.icofont-emo-crying:before {
  content: "\ebb3";
}
.icofont-emo-dizzy:before {
  content: "\ebb4";
}
.icofont-emo-expressionless:before {
  content: "\ebb5";
}
.icofont-emo-heart-eyes:before {
  content: "\ebb6";
}
.icofont-emo-laughing:before {
  content: "\ebb7";
}
.icofont-emo-nerd-smile:before {
  content: "\ebb8";
}
.icofont-emo-open-mouth:before {
  content: "\ebb9";
}
.icofont-emo-rage:before {
  content: "\ebba";
}
.icofont-emo-rolling-eyes:before {
  content: "\ebbb";
}
.icofont-emo-sad:before {
  content: "\ebbc";
}
.icofont-emo-simple-smile:before {
  content: "\ebbd";
}
.icofont-emo-slightly-smile:before {
  content: "\ebbe";
}
.icofont-emo-smirk:before {
  content: "\ebbf";
}
.icofont-emo-stuck-out-tongue:before {
  content: "\ebc0";
}
.icofont-emo-wink-smile:before {
  content: "\ebc1";
}
.icofont-emo-worried:before {
  content: "\ebc2";
}
.icofont-architecture-alt:before {
  content: "\ebc3";
}
.icofont-architecture:before {
  content: "\ebc4";
}
.icofont-barricade:before {
  content: "\ebc5";
}
.icofont-bricks:before {
  content: "\ebc6";
}
.icofont-calculations:before {
  content: "\ebc7";
}
.icofont-cement-mix:before {
  content: "\ebc8";
}
.icofont-cement-mixer:before {
  content: "\ebc9";
}
.icofont-danger-zone:before {
  content: "\ebca";
}
.icofont-drill:before {
  content: "\ebcb";
}
.icofont-eco-energy:before {
  content: "\ebcc";
}
.icofont-eco-environmen:before {
  content: "\ebcd";
}
.icofont-energy-air:before {
  content: "\ebce";
}
.icofont-energy-oil:before {
  content: "\ebcf";
}
.icofont-energy-savings:before {
  content: "\ebd0";
}
.icofont-energy-solar:before {
  content: "\ebd1";
}
.icofont-energy-water:before {
  content: "\ebd2";
}
.icofont-engineer:before {
  content: "\ebd3";
}
.icofont-fire-extinguisher-alt:before {
  content: "\ebd4";
}
.icofont-fix-tools:before {
  content: "\ebd5";
}
.icofont-glue-oil:before {
  content: "\ebd6";
}
.icofont-hammer-alt:before {
  content: "\ebd7";
}
.icofont-help-robot:before {
  content: "\ebd8";
}
.icofont-industries-alt-1:before {
  content: "\ebd9";
}
.icofont-industries-alt-2:before {
  content: "\ebda";
}
.icofont-industries-alt-3:before {
  content: "\ebdb";
}
.icofont-industries-alt-4:before {
  content: "\ebdc";
}
.icofont-industries-alt-5:before {
  content: "\ebdd";
}
.icofont-industries:before {
  content: "\ebde";
}
.icofont-labour:before {
  content: "\ebdf";
}
.icofont-mining:before {
  content: "\ebe0";
}
.icofont-paint-brush:before {
  content: "\ebe1";
}
.icofont-pollution:before {
  content: "\ebe2";
}
.icofont-power-zone:before {
  content: "\ebe3";
}
.icofont-radio-active:before {
  content: "\ebe4";
}
.icofont-recycle-alt:before {
  content: "\ebe5";
}
.icofont-recycling-man:before {
  content: "\ebe6";
}
.icofont-safety-hat-light:before {
  content: "\ebe7";
}
.icofont-safety-hat:before {
  content: "\ebe8";
}
.icofont-saw:before {
  content: "\ebe9";
}
.icofont-screw-driver:before {
  content: "\ebea";
}
.icofont-settings-alt:before {
  content: "\ebeb";
}
.icofont-tools-alt-1:before {
  content: "\ebec";
}
.icofont-tools-alt-2:before {
  content: "\ebed";
}
.icofont-tools-bag:before {
  content: "\ebee";
}
.icofont-trolley:before {
  content: "\ebef";
}
.icofont-trowel:before {
  content: "\ebf0";
}
.icofont-under-construction-alt:before {
  content: "\ebf1";
}
.icofont-under-construction:before {
  content: "\ebf2";
}
.icofont-vehicle-cement:before {
  content: "\ebf3";
}
.icofont-vehicle-crane:before {
  content: "\ebf4";
}
.icofont-vehicle-delivery-van:before {
  content: "\ebf5";
}
.icofont-vehicle-dozer:before {
  content: "\ebf6";
}
.icofont-vehicle-excavator:before {
  content: "\ebf7";
}
.icofont-vehicle-trucktor:before {
  content: "\ebf8";
}
.icofont-vehicle-wrecking:before {
  content: "\ebf9";
}
.icofont-worker-group:before {
  content: "\ebfa";
}
.icofont-worker:before {
  content: "\ebfb";
}
.icofont-wrench:before {
  content: "\ebfc";
}
.icofont-file-audio:before {
  content: "\ebfd";
}
.icofont-file-avi-mp4:before {
  content: "\ebfe";
}
.icofont-file-bmp:before {
  content: "\ebff";
}
.icofont-file-code:before {
  content: "\ec00";
}
.icofont-file-css:before {
  content: "\ec01";
}
.icofont-file-document:before {
  content: "\ec02";
}
.icofont-file-eps:before {
  content: "\ec03";
}
.icofont-file-excel:before {
  content: "\ec04";
}
.icofont-file-exe:before {
  content: "\ec05";
}
.icofont-file-file:before {
  content: "\ec06";
}
.icofont-file-flv:before {
  content: "\ec07";
}
.icofont-file-gif:before {
  content: "\ec08";
}
.icofont-file-html5:before {
  content: "\ec09";
}
.icofont-file-image:before {
  content: "\ec0a";
}
.icofont-file-iso:before {
  content: "\ec0b";
}
.icofont-file-java:before {
  content: "\ec0c";
}
.icofont-file-javascript:before {
  content: "\ec0d";
}
.icofont-file-jpg:before {
  content: "\ec0e";
}
.icofont-file-midi:before {
  content: "\ec0f";
}
.icofont-file-mov:before {
  content: "\ec10";
}
.icofont-file-mp3:before {
  content: "\ec11";
}
.icofont-file-pdf:before {
  content: "\ec12";
}
.icofont-file-php:before {
  content: "\ec13";
}
.icofont-file-png:before {
  content: "\ec14";
}
.icofont-file-powerpoint:before {
  content: "\ec15";
}
.icofont-file-presentation:before {
  content: "\ec16";
}
.icofont-file-psb:before {
  content: "\ec17";
}
.icofont-file-psd:before {
  content: "\ec18";
}
.icofont-file-python:before {
  content: "\ec19";
}
.icofont-file-ruby:before {
  content: "\ec1a";
}
.icofont-file-spreadsheet:before {
  content: "\ec1b";
}
.icofont-file-sql:before {
  content: "\ec1c";
}
.icofont-file-svg:before {
  content: "\ec1d";
}
.icofont-file-text:before {
  content: "\ec1e";
}
.icofont-file-tiff:before {
  content: "\ec1f";
}
.icofont-file-video:before {
  content: "\ec20";
}
.icofont-file-wave:before {
  content: "\ec21";
}
.icofont-file-wmv:before {
  content: "\ec22";
}
.icofont-file-word:before {
  content: "\ec23";
}
.icofont-file-zip:before {
  content: "\ec24";
}
.icofont-apple:before {
  content: "\ec25";
}
.icofont-arabian-coffee:before {
  content: "\ec26";
}
.icofont-artichoke:before {
  content: "\ec27";
}
.icofont-asparagus:before {
  content: "\ec28";
}
.icofont-avocado:before {
  content: "\ec29";
}
.icofont-baby-food:before {
  content: "\ec2a";
}
.icofont-banana:before {
  content: "\ec2b";
}
.icofont-bbq:before {
  content: "\ec2c";
}
.icofont-beans:before {
  content: "\ec2d";
}
.icofont-beer:before {
  content: "\ec2e";
}
.icofont-bell-pepper-capsicum:before {
  content: "\ec2f";
}
.icofont-birthday-cake:before {
  content: "\ec30";
}
.icofont-bread:before {
  content: "\ec31";
}
.icofont-broccoli:before {
  content: "\ec32";
}
.icofont-burger:before {
  content: "\ec33";
}
.icofont-cabbage:before {
  content: "\ec34";
}
.icofont-carrot:before {
  content: "\ec35";
}
.icofont-cauli-flower:before {
  content: "\ec36";
}
.icofont-cheese:before {
  content: "\ec37";
}
.icofont-chef:before {
  content: "\ec38";
}
.icofont-cherry:before {
  content: "\ec39";
}
.icofont-chicken-fry:before {
  content: "\ec3a";
}
.icofont-chicken:before {
  content: "\ec3b";
}
.icofont-cocktail:before {
  content: "\ec3c";
}
.icofont-coconut:before {
  content: "\ec3d";
}
.icofont-coffee-alt:before {
  content: "\ec3e";
}
.icofont-coffee-mug:before {
  content: "\ec3f";
}
.icofont-coffee-pot:before {
  content: "\ec40";
}
.icofont-cola:before {
  content: "\ec41";
}
.icofont-corn:before {
  content: "\ec42";
}
.icofont-croissant:before {
  content: "\ec43";
}
.icofont-crop-plant:before {
  content: "\ec44";
}
.icofont-cucumber:before {
  content: "\ec45";
}
.icofont-cup-cake:before {
  content: "\ec46";
}
.icofont-dining-table:before {
  content: "\ec47";
}
.icofont-donut:before {
  content: "\ec48";
}
.icofont-egg-plant:before {
  content: "\ec49";
}
.icofont-egg-poached:before {
  content: "\ec4a";
}
.icofont-farmer:before {
  content: "\ec4b";
}
.icofont-farmer1:before {
  content: "\ec4c";
}
.icofont-fast-food:before {
  content: "\ec4d";
}
.icofont-fish:before {
  content: "\ec4e";
}
.icofont-food-basket:before {
  content: "\ec4f";
}
.icofont-food-cart:before {
  content: "\ec50";
}
.icofont-fork-and-knife:before {
  content: "\ec51";
}
.icofont-french-fries:before {
  content: "\ec52";
}
.icofont-fresh-juice:before {
  content: "\ec53";
}
.icofont-fruits:before {
  content: "\ec54";
}
.icofont-grapes:before {
  content: "\ec55";
}
.icofont-honey:before {
  content: "\ec56";
}
.icofont-hot-dog:before {
  content: "\ec57";
}
.icofont-hotel-alt:before {
  content: "\ec58";
}
.icofont-ice-cream-alt:before {
  content: "\ec59";
}
.icofont-ice-cream:before {
  content: "\ec5a";
}
.icofont-ketchup:before {
  content: "\ec5b";
}
.icofont-kiwi:before {
  content: "\ec5c";
}
.icofont-layered-cake:before {
  content: "\ec5d";
}
.icofont-lemon-alt:before {
  content: "\ec5e";
}
.icofont-lobster:before {
  content: "\ec5f";
}
.icofont-mango:before {
  content: "\ec60";
}
.icofont-milk:before {
  content: "\ec61";
}
.icofont-mushroom:before {
  content: "\ec62";
}
.icofont-noodles:before {
  content: "\ec63";
}
.icofont-onion:before {
  content: "\ec64";
}
.icofont-orange:before {
  content: "\ec65";
}
.icofont-pear:before {
  content: "\ec66";
}
.icofont-peas:before {
  content: "\ec67";
}
.icofont-pepper:before {
  content: "\ec68";
}
.icofont-pie-alt:before {
  content: "\ec69";
}
.icofont-pineapple:before {
  content: "\ec6a";
}
.icofont-pizza-slice:before {
  content: "\ec6b";
}
.icofont-pizza:before {
  content: "\ec6c";
}
.icofont-plant:before {
  content: "\ec6d";
}
.icofont-popcorn:before {
  content: "\ec6e";
}
.icofont-potato:before {
  content: "\ec6f";
}
.icofont-pumpkin:before {
  content: "\ec70";
}
.icofont-raddish:before {
  content: "\ec71";
}
.icofont-restaurant-menu:before {
  content: "\ec72";
}
.icofont-restaurant:before {
  content: "\ec73";
}
.icofont-salt-and-pepper:before {
  content: "\ec74";
}
.icofont-sandwich:before {
  content: "\ec75";
}
.icofont-sausage:before {
  content: "\ec76";
}
.icofont-shrimp:before {
  content: "\ec77";
}
.icofont-sof-drinks:before {
  content: "\ec78";
}
.icofont-soup-bowl:before {
  content: "\ec79";
}
.icofont-spoon-and-fork:before {
  content: "\ec7a";
}
.icofont-steak:before {
  content: "\ec7b";
}
.icofont-strawberry:before {
  content: "\ec7c";
}
.icofont-sub-sandwich:before {
  content: "\ec7d";
}
.icofont-sushi:before {
  content: "\ec7e";
}
.icofont-taco:before {
  content: "\ec7f";
}
.icofont-tea-pot:before {
  content: "\ec80";
}
.icofont-tea:before {
  content: "\ec81";
}
.icofont-tomato:before {
  content: "\ec82";
}
.icofont-waiter-alt:before {
  content: "\ec83";
}
.icofont-watermelon:before {
  content: "\ec84";
}
.icofont-wheat:before {
  content: "\ec85";
}
.icofont-abc:before {
  content: "\ec86";
}
.icofont-baby-cloth:before {
  content: "\ec87";
}
.icofont-baby-milk-bottle:before {
  content: "\ec88";
}
.icofont-baby-trolley:before {
  content: "\ec89";
}
.icofont-back-pack:before {
  content: "\ec8a";
}
.icofont-candy:before {
  content: "\ec8b";
}
.icofont-cycling:before {
  content: "\ec8c";
}
.icofont-holding-hands:before {
  content: "\ec8d";
}
.icofont-infant-nipple:before {
  content: "\ec8e";
}
.icofont-kids-scooter:before {
  content: "\ec8f";
}
.icofont-safety-pin:before {
  content: "\ec90";
}
.icofont-teddy-bear:before {
  content: "\ec91";
}
.icofont-toy-ball:before {
  content: "\ec92";
}
.icofont-toy-cat:before {
  content: "\ec93";
}
.icofont-toy-duck:before {
  content: "\ec94";
}
.icofont-toy-elephant:before {
  content: "\ec95";
}
.icofont-toy-hand:before {
  content: "\ec96";
}
.icofont-toy-horse:before {
  content: "\ec97";
}
.icofont-toy-lattu:before {
  content: "\ec98";
}
.icofont-toy-train:before {
  content: "\ec99";
}
.icofont-unique-idea:before {
  content: "\ec9a";
}
.icofont-bag-alt:before {
  content: "\ec9b";
}
.icofont-burglar:before {
  content: "\ec9c";
}
.icofont-cannon-firing:before {
  content: "\ec9d";
}
.icofont-cc-camera:before {
  content: "\ec9e";
}
.icofont-cop-badge:before {
  content: "\ec9f";
}
.icofont-cop:before {
  content: "\eca0";
}
.icofont-court-hammer:before {
  content: "\eca1";
}
.icofont-court:before {
  content: "\eca2";
}
.icofont-finger-print:before {
  content: "\eca3";
}
.icofont-handcuff-alt:before {
  content: "\eca4";
}
.icofont-handcuff:before {
  content: "\eca5";
}
.icofont-investigation:before {
  content: "\eca6";
}
.icofont-investigator:before {
  content: "\eca7";
}
.icofont-jail:before {
  content: "\eca8";
}
.icofont-judge:before {
  content: "\eca9";
}
.icofont-law-alt-1:before {
  content: "\ecaa";
}
.icofont-law-alt-2:before {
  content: "\ecab";
}
.icofont-law-alt-3:before {
  content: "\ecac";
}
.icofont-law-book:before {
  content: "\ecad";
}
.icofont-law-document:before {
  content: "\ecae";
}
.icofont-law:before {
  content: "\ecaf";
}
.icofont-lawyer-alt-1:before {
  content: "\ecb0";
}
.icofont-lawyer-alt-2:before {
  content: "\ecb1";
}
.icofont-lawyer:before {
  content: "\ecb2";
}
.icofont-order:before {
  content: "\ecb3";
}
.icofont-pistol:before {
  content: "\ecb4";
}
.icofont-police-badge:before {
  content: "\ecb5";
}
.icofont-police-cap:before {
  content: "\ecb6";
}
.icofont-police-car-alt-1:before {
  content: "\ecb7";
}
.icofont-police-car-alt-2:before {
  content: "\ecb8";
}
.icofont-police-hat:before {
  content: "\ecb9";
}
.icofont-police-van:before {
  content: "\ecba";
}
.icofont-police:before {
  content: "\ecbb";
}
.icofont-protect:before {
  content: "\ecbc";
}
.icofont-scales:before {
  content: "\ecbd";
}
.icofont-thief-alt:before {
  content: "\ecbe";
}
.icofont-thief:before {
  content: "\ecbf";
}
.icofont-abacus-alt:before {
  content: "\ecc0";
}
.icofont-abacus:before {
  content: "\ecc1";
}
.icofont-angle:before {
  content: "\ecc2";
}
.icofont-calculator-alt-1:before {
  content: "\ecc3";
}
.icofont-calculator-alt-2:before {
  content: "\ecc4";
}
.icofont-circle-ruler-alt:before {
  content: "\ecc5";
}
.icofont-circle-ruler:before {
  content: "\ecc6";
}
.icofont-compass-alt-1:before {
  content: "\ecc7";
}
.icofont-compass-alt-2:before {
  content: "\ecc8";
}
.icofont-compass-alt-3:before {
  content: "\ecc9";
}
.icofont-compass-alt-4:before {
  content: "\ecca";
}
.icofont-degrees-alt-1:before {
  content: "\eccb";
}
.icofont-degrees-alt-2:before {
  content: "\eccc";
}
.icofont-degrees:before {
  content: "\eccd";
}
.icofont-golden-ratio:before {
  content: "\ecce";
}
.icofont-marker-alt-1:before {
  content: "\eccf";
}
.icofont-marker-alt-2:before {
  content: "\ecd0";
}
.icofont-marker-alt-3:before {
  content: "\ecd1";
}
.icofont-mathematical-alt-1:before {
  content: "\ecd2";
}
.icofont-mathematical-alt-2:before {
  content: "\ecd3";
}
.icofont-mathematical:before {
  content: "\ecd4";
}
.icofont-pen-alt-1:before {
  content: "\ecd5";
}
.icofont-pen-alt-2:before {
  content: "\ecd6";
}
.icofont-pen-alt-3:before {
  content: "\ecd7";
}
.icofont-pen-holder-alt-1:before {
  content: "\ecd8";
}
.icofont-pen-holder:before {
  content: "\ecd9";
}
.icofont-pencil-alt-1:before {
  content: "\ecda";
}
.icofont-pencil-alt-2:before {
  content: "\ecdb";
}
.icofont-pencil-alt-3:before {
  content: "\ecdc";
}
.icofont-pencil-alt-4:before {
  content: "\ecdd";
}
.icofont-ruler-alt-1:before {
  content: "\ecde";
}
.icofont-ruler-alt-2:before {
  content: "\ecdf";
}
.icofont-ruler-compass-alt:before {
  content: "\ece0";
}
.icofont-ruler-compass:before {
  content: "\ece1";
}
.icofont-ruler-pencil-alt-1:before {
  content: "\ece2";
}
.icofont-ruler-pencil-alt-2:before {
  content: "\ece3";
}
.icofont-ruler-pencil:before {
  content: "\ece4";
}
.icofont-ruler:before {
  content: "\ece5";
}
.icofont-rulers-alt:before {
  content: "\ece6";
}
.icofont-rulers:before {
  content: "\ece7";
}
.icofont-square-root:before {
  content: "\ece8";
}
.icofont-aids:before {
  content: "\ece9";
}
.icofont-ambulance:before {
  content: "\ecea";
}
.icofont-autism:before {
  content: "\eceb";
}
.icofont-bandage:before {
  content: "\ecec";
}
.icofont-bed-patient:before {
  content: "\eced";
}
.icofont-blind:before {
  content: "\ecee";
}
.icofont-blood-drop:before {
  content: "\ecef";
}
.icofont-blood-test:before {
  content: "\ecf0";
}
.icofont-blood:before {
  content: "\ecf1";
}
.icofont-capsule:before {
  content: "\ecf2";
}
.icofont-crutches:before {
  content: "\ecf3";
}
.icofont-dna-alt-1:before {
  content: "\ecf4";
}
.icofont-dna:before {
  content: "\ecf5";
}
.icofont-doctor-alt:before {
  content: "\ecf6";
}
.icofont-doctor:before {
  content: "\ecf7";
}
.icofont-drug-pack:before {
  content: "\ecf8";
}
.icofont-drug:before {
  content: "\ecf9";
}
.icofont-eye-alt:before {
  content: "\ecfa";
}
.icofont-first-aid-alt:before {
  content: "\ecfb";
}
.icofont-garbage:before {
  content: "\ecfc";
}
.icofont-heart-alt:before {
  content: "\ecfd";
}
.icofont-heartbeat:before {
  content: "\ecfe";
}
.icofont-herbal:before {
  content: "\ecff";
}
.icofont-hospital:before {
  content: "\ed00";
}
.icofont-icu:before {
  content: "\ed01";
}
.icofont-injection-syringe:before {
  content: "\ed02";
}
.icofont-laboratory:before {
  content: "\ed03";
}
.icofont-medical-sign-alt:before {
  content: "\ed04";
}
.icofont-medical-sign:before {
  content: "\ed05";
}
.icofont-nurse-alt:before {
  content: "\ed06";
}
.icofont-nurse:before {
  content: "\ed07";
}
.icofont-nursing-home:before {
  content: "\ed08";
}
.icofont-operation-theater:before {
  content: "\ed09";
}
.icofont-paralysis-disability:before {
  content: "\ed0a";
}
.icofont-pills:before {
  content: "\ed0b";
}
.icofont-prescription:before {
  content: "\ed0c";
}
.icofont-pulse:before {
  content: "\ed0d";
}
.icofont-stethoscope-alt:before {
  content: "\ed0e";
}
.icofont-stethoscope:before {
  content: "\ed0f";
}
.icofont-stretcher:before {
  content: "\ed10";
}
.icofont-surgeon-alt:before {
  content: "\ed11";
}
.icofont-surgeon:before {
  content: "\ed12";
}
.icofont-tablets:before {
  content: "\ed13";
}
.icofont-test-bottle:before {
  content: "\ed14";
}
.icofont-test-tube:before {
  content: "\ed15";
}
.icofont-thermometer-alt:before {
  content: "\ed16";
}
.icofont-tooth:before {
  content: "\ed17";
}
.icofont-xray:before {
  content: "\ed18";
}
.icofont-ui-add:before {
  content: "\ed19";
}
.icofont-ui-alarm:before {
  content: "\ed1a";
}
.icofont-ui-battery:before {
  content: "\ed1b";
}
.icofont-ui-block:before {
  content: "\ed1c";
}
.icofont-ui-bluetooth:before {
  content: "\ed1d";
}
.icofont-ui-brightness:before {
  content: "\ed1e";
}
.icofont-ui-browser:before {
  content: "\ed1f";
}
.icofont-ui-calculator:before {
  content: "\ed20";
}
.icofont-ui-calendar:before {
  content: "\ed21";
}
.icofont-ui-call:before {
  content: "\ed22";
}
.icofont-ui-camera:before {
  content: "\ed23";
}
.icofont-ui-cart:before {
  content: "\ed24";
}
.icofont-ui-cell-phone:before {
  content: "\ed25";
}
.icofont-ui-chat:before {
  content: "\ed26";
}
.icofont-ui-check:before {
  content: "\ed27";
}
.icofont-ui-clip-board:before {
  content: "\ed28";
}
.icofont-ui-clip:before {
  content: "\ed29";
}
.icofont-ui-clock:before {
  content: "\ed2a";
}
.icofont-ui-close:before {
  content: "\ed2b";
}
.icofont-ui-contact-list:before {
  content: "\ed2c";
}
.icofont-ui-copy:before {
  content: "\ed2d";
}
.icofont-ui-cut:before {
  content: "\ed2e";
}
.icofont-ui-delete:before {
  content: "\ed2f";
}
.icofont-ui-dial-phone:before {
  content: "\ed30";
}
.icofont-ui-edit:before {
  content: "\ed31";
}
.icofont-ui-email:before {
  content: "\ed32";
}
.icofont-ui-file:before {
  content: "\ed33";
}
.icofont-ui-fire-wall:before {
  content: "\ed34";
}
.icofont-ui-flash-light:before {
  content: "\ed35";
}
.icofont-ui-flight:before {
  content: "\ed36";
}
.icofont-ui-folder:before {
  content: "\ed37";
}
.icofont-ui-game:before {
  content: "\ed38";
}
.icofont-ui-handicapped:before {
  content: "\ed39";
}
.icofont-ui-head-phone:before {
  content: "\ed3a";
}
.icofont-ui-home:before {
  content: "\ed3b";
}
.icofont-ui-image:before {
  content: "\ed3c";
}
.icofont-ui-keyboard:before {
  content: "\ed3d";
}
.icofont-ui-laoding:before {
  content: "\ed3e";
}
.icofont-ui-lock:before {
  content: "\ed3f";
}
.icofont-ui-love-add:before {
  content: "\ed40";
}
.icofont-ui-love-broken:before {
  content: "\ed41";
}
.icofont-ui-love-remove:before {
  content: "\ed42";
}
.icofont-ui-love:before {
  content: "\ed43";
}
.icofont-ui-map:before {
  content: "\ed44";
}
.icofont-ui-message:before {
  content: "\ed45";
}
.icofont-ui-messaging:before {
  content: "\ed46";
}
.icofont-ui-movie:before {
  content: "\ed47";
}
.icofont-ui-music-player:before {
  content: "\ed48";
}
.icofont-ui-music:before {
  content: "\ed49";
}
.icofont-ui-mute:before {
  content: "\ed4a";
}
.icofont-ui-network:before {
  content: "\ed4b";
}
.icofont-ui-next:before {
  content: "\ed4c";
}
.icofont-ui-note:before {
  content: "\ed4d";
}
.icofont-ui-office:before {
  content: "\ed4e";
}
.icofont-ui-password:before {
  content: "\ed4f";
}
.icofont-ui-pause:before {
  content: "\ed50";
}
.icofont-ui-play-stop:before {
  content: "\ed51";
}
.icofont-ui-play:before {
  content: "\ed52";
}
.icofont-ui-pointer:before {
  content: "\ed53";
}
.icofont-ui-power:before {
  content: "\ed54";
}
.icofont-ui-press:before {
  content: "\ed55";
}
.icofont-ui-previous:before {
  content: "\ed56";
}
.icofont-ui-rate-add:before {
  content: "\ed57";
}
.icofont-ui-rate-blank:before {
  content: "\ed58";
}
.icofont-ui-rate-remove:before {
  content: "\ed59";
}
.icofont-ui-rating:before {
  content: "\ed5a";
}
.icofont-ui-record:before {
  content: "\ed5b";
}
.icofont-ui-remove:before {
  content: "\ed5c";
}
.icofont-ui-reply:before {
  content: "\ed5d";
}
.icofont-ui-rotation:before {
  content: "\ed5e";
}
.icofont-ui-rss:before {
  content: "\ed5f";
}
.icofont-ui-search:before {
  content: "\ed60";
}
.icofont-ui-settings:before {
  content: "\ed61";
}
.icofont-ui-social-link:before {
  content: "\ed62";
}
.icofont-ui-tag:before {
  content: "\ed63";
}
.icofont-ui-text-chat:before {
  content: "\ed64";
}
.icofont-ui-text-loading:before {
  content: "\ed65";
}
.icofont-ui-theme:before {
  content: "\ed66";
}
.icofont-ui-timer:before {
  content: "\ed67";
}
.icofont-ui-touch-phone:before {
  content: "\ed68";
}
.icofont-ui-travel:before {
  content: "\ed69";
}
.icofont-ui-unlock:before {
  content: "\ed6a";
}
.icofont-ui-user-group:before {
  content: "\ed6b";
}
.icofont-ui-user:before {
  content: "\ed6c";
}
.icofont-ui-v-card:before {
  content: "\ed6d";
}
.icofont-ui-video-chat:before {
  content: "\ed6e";
}
.icofont-ui-video-message:before {
  content: "\ed6f";
}
.icofont-ui-video-play:before {
  content: "\ed70";
}
.icofont-ui-video:before {
  content: "\ed71";
}
.icofont-ui-volume:before {
  content: "\ed72";
}
.icofont-ui-weather:before {
  content: "\ed73";
}
.icofont-ui-wifi:before {
  content: "\ed74";
}
.icofont-ui-zoom-in:before {
  content: "\ed75";
}
.icofont-ui-zoom-out:before {
  content: "\ed76";
}
.icofont-cassette-player:before {
  content: "\ed77";
}
.icofont-cassette:before {
  content: "\ed78";
}
.icofont-forward:before {
  content: "\ed79";
}
.icofont-game:before {
  content: "\ed7a";
}
.icofont-guiter:before {
  content: "\ed7b";
}
.icofont-headphone-alt-1:before {
  content: "\ed7c";
}
.icofont-headphone-alt-2:before {
  content: "\ed7d";
}
.icofont-headphone-alt-3:before {
  content: "\ed7e";
}
.icofont-listening:before {
  content: "\ed7f";
}
.icofont-megaphone-alt:before {
  content: "\ed80";
}
.icofont-megaphone:before {
  content: "\ed81";
}
.icofont-movie:before {
  content: "\ed82";
}
.icofont-mp3-player:before {
  content: "\ed83";
}
.icofont-multimedia:before {
  content: "\ed84";
}
.icofont-music-disk:before {
  content: "\ed85";
}
.icofont-music-note:before {
  content: "\ed86";
}
.icofont-pause:before {
  content: "\ed87";
}
.icofont-play-alt-1:before {
  content: "\ed88";
}
.icofont-play-alt-2:before {
  content: "\ed89";
}
.icofont-play-alt-3:before {
  content: "\ed8a";
}
.icofont-play-pause:before {
  content: "\ed8b";
}
.icofont-record:before {
  content: "\ed8c";
}
.icofont-retro-music-disk:before {
  content: "\ed8d";
}
.icofont-rewind:before {
  content: "\ed8e";
}
.icofont-song-notes:before {
  content: "\ed8f";
}
.icofont-sound-wave-alt:before {
  content: "\ed90";
}
.icofont-sound-wave:before {
  content: "\ed91";
}
.icofont-stop:before {
  content: "\ed92";
}
.icofont-video-alt:before {
  content: "\ed93";
}
.icofont-video-cam:before {
  content: "\ed94";
}
.icofont-volume-bar:before {
  content: "\ed95";
}
.icofont-volume-mute:before {
  content: "\ed96";
}
.icofont-youtube-play:before {
  content: "\ed97";
}
.icofont-amazon-alt:before {
  content: "\ed98";
}
.icofont-amazon:before {
  content: "\ed99";
}
.icofont-american-express-alt:before {
  content: "\ed9a";
}
.icofont-american-express:before {
  content: "\ed9b";
}
.icofont-apple-pay-alt:before {
  content: "\ed9c";
}
.icofont-apple-pay:before {
  content: "\ed9d";
}
.icofont-bank-transfer-alt:before {
  content: "\ed9e";
}
.icofont-bank-transfer:before {
  content: "\ed9f";
}
.icofont-braintree-alt:before {
  content: "\eda0";
}
.icofont-braintree:before {
  content: "\eda1";
}
.icofont-cash-on-delivery-alt:before {
  content: "\eda2";
}
.icofont-cash-on-delivery:before {
  content: "\eda3";
}
.icofont-checkout-alt:before {
  content: "\eda4";
}
.icofont-checkout:before {
  content: "\eda5";
}
.icofont-diners-club-alt-1:before {
  content: "\eda6";
}
.icofont-diners-club-alt-2:before {
  content: "\eda7";
}
.icofont-diners-club-alt-3:before {
  content: "\eda8";
}
.icofont-diners-club:before {
  content: "\eda9";
}
.icofont-discover-alt:before {
  content: "\edaa";
}
.icofont-discover:before {
  content: "\edab";
}
.icofont-eway-alt:before {
  content: "\edac";
}
.icofont-eway:before {
  content: "\edad";
}
.icofont-google-wallet-alt-1:before {
  content: "\edae";
}
.icofont-google-wallet-alt-2:before {
  content: "\edaf";
}
.icofont-google-wallet-alt-3:before {
  content: "\edb0";
}
.icofont-google-wallet:before {
  content: "\edb1";
}
.icofont-jcb-alt:before {
  content: "\edb2";
}
.icofont-jcb:before {
  content: "\edb3";
}
.icofont-maestro-alt:before {
  content: "\edb4";
}
.icofont-maestro:before {
  content: "\edb5";
}
.icofont-mastercard-alt:before {
  content: "\edb6";
}
.icofont-mastercard:before {
  content: "\edb7";
}
.icofont-payoneer-alt:before {
  content: "\edb8";
}
.icofont-payoneer:before {
  content: "\edb9";
}
.icofont-paypal-alt:before {
  content: "\edba";
}
.icofont-paypal:before {
  content: "\edbb";
}
.icofont-sage-alt:before {
  content: "\edbc";
}
.icofont-sage:before {
  content: "\edbd";
}
.icofont-skrill-alt:before {
  content: "\edbe";
}
.icofont-skrill:before {
  content: "\edbf";
}
.icofont-stripe-alt:before {
  content: "\edc0";
}
.icofont-stripe:before {
  content: "\edc1";
}
.icofont-visa-alt:before {
  content: "\edc2";
}
.icofont-visa-electron:before {
  content: "\edc3";
}
.icofont-visa:before {
  content: "\edc4";
}
.icofont-western-union-alt:before {
  content: "\edc5";
}
.icofont-western-union:before {
  content: "\edc6";
}
.icofont-boy:before {
  content: "\edc7";
}
.icofont-business-man-alt-1:before {
  content: "\edc8";
}
.icofont-business-man-alt-2:before {
  content: "\edc9";
}
.icofont-business-man-alt-3:before {
  content: "\edca";
}
.icofont-business-man:before {
  content: "\edcb";
}
.icofont-funky-man:before {
  content: "\edcc";
}
.icofont-girl-alt:before {
  content: "\edcd";
}
.icofont-girl:before {
  content: "\edce";
}
.icofont-hotel-boy-alt:before {
  content: "\edcf";
}
.icofont-hotel-boy:before {
  content: "\edd0";
}
.icofont-man-in-glasses:before {
  content: "\edd1";
}
.icofont-user-alt-1:before {
  content: "\edd2";
}
.icofont-user-alt-2:before {
  content: "\edd3";
}
.icofont-user-alt-3:before {
  content: "\edd4";
}
.icofont-user-alt-4:before {
  content: "\edd5";
}
.icofont-user-alt-5:before {
  content: "\edd6";
}
.icofont-user-alt-6:before {
  content: "\edd7";
}
.icofont-user-alt-7:before {
  content: "\edd8";
}
.icofont-user-female:before {
  content: "\edd9";
}
.icofont-user-male:before {
  content: "\edda";
}
.icofont-user-suited:before {
  content: "\eddb";
}
.icofont-user:before {
  content: "\eddc";
}
.icofont-users-alt-1:before {
  content: "\eddd";
}
.icofont-users-alt-2:before {
  content: "\edde";
}
.icofont-users-alt-3:before {
  content: "\eddf";
}
.icofont-users-alt-4:before {
  content: "\ede0";
}
.icofont-users-alt-5:before {
  content: "\ede1";
}
.icofont-users-alt-6:before {
  content: "\ede2";
}
.icofont-users-social:before {
  content: "\ede3";
}
.icofont-users:before {
  content: "\ede4";
}
.icofont-waiter:before {
  content: "\ede5";
}
.icofont-woman-in-glasses:before {
  content: "\ede6";
}
.icofont-document-search:before {
  content: "\ede7";
}
.icofont-folder-search:before {
  content: "\ede8";
}
.icofont-home-search:before {
  content: "\ede9";
}
.icofont-job-search:before {
  content: "\edea";
}
.icofont-map-search:before {
  content: "\edeb";
}
.icofont-restaurant-search:before {
  content: "\edec";
}
.icofont-search-alt-1:before {
  content: "\eded";
}
.icofont-search-alt-2:before {
  content: "\edee";
}
.icofont-search:before {
  content: "\edef";
}
.icofont-stock-search:before {
  content: "\edf0";
}
.icofont-user-search:before {
  content: "\edf1";
}
.icofont-social-aim:before {
  content: "\edf2";
}
.icofont-social-badoo:before {
  content: "\edf3";
}
.icofont-social-bebo:before {
  content: "\edf4";
}
.icofont-social-behance:before {
  content: "\edf5";
}
.icofont-social-blogger:before {
  content: "\edf6";
}
.icofont-social-bootstrap:before {
  content: "\edf7";
}
.icofont-social-brightkite:before {
  content: "\edf8";
}
.icofont-social-cloudapp:before {
  content: "\edf9";
}
.icofont-social-concrete5:before {
  content: "\edfa";
}
.icofont-social-designbump:before {
  content: "\edfb";
}
.icofont-social-designfloat:before {
  content: "\edfc";
}
.icofont-social-deviantart:before {
  content: "\edfd";
}
.icofont-social-digg:before {
  content: "\edfe";
}
.icofont-social-dotcms:before {
  content: "\edff";
}
.icofont-social-dribble:before {
  content: "\ee00";
}
.icofont-social-dropbox:before {
  content: "\ee01";
}
.icofont-brand-drupal:before {
  content: "\ee02";
}
.icofont-social-ebuddy:before {
  content: "\ee03";
}
.icofont-social-ello:before {
  content: "\ee04";
}
.icofont-social-ember:before {
  content: "\ee05";
}
.icofont-social-envato:before {
  content: "\ee06";
}
.icofont-social-evernote:before {
  content: "\ee07";
}
.icofont-social-facebook:before {
  content: "\ee08";
}
.icofont-social-feedburner:before {
  content: "\ee09";
}
.icofont-social-folkd:before {
  content: "\ee0a";
}
.icofont-social-friendfeed:before {
  content: "\ee0b";
}
.icofont-social-ghost:before {
  content: "\ee0c";
}
.icofont-social-github:before {
  content: "\ee0d";
}
.icofont-social-gnome:before {
  content: "\ee0e";
}
.icofont-social-google-buzz:before {
  content: "\ee0f";
}
.icofont-social-google-map:before {
  content: "\ee10";
}
.icofont-social-google-plus:before {
  content: "\ee11";
}
.icofont-social-google-talk:before {
  content: "\ee12";
}
.icofont-social-hype-machine:before {
  content: "\ee13";
}
.icofont-social-instagram:before {
  content: "\ee14";
}
.icofont-brand-joomla:before {
  content: "\ee15";
}
.icofont-social-kickstarter:before {
  content: "\ee16";
}
.icofont-social-line:before {
  content: "\ee17";
}
.icofont-social-linux-mint:before {
  content: "\ee18";
}
.icofont-social-livejournal:before {
  content: "\ee19";
}
.icofont-social-magento:before {
  content: "\ee1a";
}
.icofont-social-meetup:before {
  content: "\ee1b";
}
.icofont-social-mixx:before {
  content: "\ee1c";
}
.icofont-social-newsvine:before {
  content: "\ee1d";
}
.icofont-social-nimbuss:before {
  content: "\ee1e";
}
.icofont-social-opencart:before {
  content: "\ee1f";
}
.icofont-social-oscommerce:before {
  content: "\ee20";
}
.icofont-social-pandora:before {
  content: "\ee21";
}
.icofont-social-picasa:before {
  content: "\ee22";
}
.icofont-social-pinterest:before {
  content: "\ee23";
}
.icofont-social-prestashop:before {
  content: "\ee24";
}
.icofont-social-qik:before {
  content: "\ee25";
}
.icofont-social-readernaut:before {
  content: "\ee26";
}
.icofont-social-reddit:before {
  content: "\ee27";
}
.icofont-social-rss:before {
  content: "\ee28";
}
.icofont-social-shopify:before {
  content: "\ee29";
}
.icofont-social-silverstripe:before {
  content: "\ee2a";
}
.icofont-social-skype:before {
  content: "\ee2b";
}
.icofont-social-slashdot:before {
  content: "\ee2c";
}
.icofont-social-smugmug:before {
  content: "\ee2d";
}
.icofont-social-steam:before {
  content: "\ee2e";
}
.icofont-social-stumbleupon:before {
  content: "\ee2f";
}
.icofont-social-technorati:before {
  content: "\ee30";
}
.icofont-social-telegram:before {
  content: "\ee31";
}
.icofont-social-tinder:before {
  content: "\ee32";
}
.icofont-social-tumblr:before {
  content: "\ee33";
}
.icofont-social-twitter:before {
  content: "\ee34";
}
.icofont-social-typo3:before {
  content: "\ee35";
}
.icofont-social-ubercart:before {
  content: "\ee36";
}
.icofont-social-viber:before {
  content: "\ee37";
}
.icofont-social-viddler:before {
  content: "\ee38";
}
.icofont-social-vimeo:before {
  content: "\ee39";
}
.icofont-social-vine:before {
  content: "\ee3a";
}
.icofont-social-virb:before {
  content: "\ee3b";
}
.icofont-social-virtuemart:before {
  content: "\ee3c";
}
.icofont-social-wechat:before {
  content: "\ee3d";
}
.icofont-brand-wordpress:before {
  content: "\ee3e";
}
.icofont-social-xing:before {
  content: "\ee3f";
}
.icofont-social-yahoo:before {
  content: "\ee40";
}
.icofont-social-yelp:before {
  content: "\ee41";
}
.icofont-social-zencart:before {
  content: "\ee42";
}
.icofont-badminton-birdie:before {
  content: "\ee43";
}
.icofont-baseball:before {
  content: "\ee44";
}
.icofont-baseballer:before {
  content: "\ee45";
}
.icofont-basketball-hoop:before {
  content: "\ee46";
}
.icofont-basketball:before {
  content: "\ee47";
}
.icofont-billiard-ball:before {
  content: "\ee48";
}
.icofont-boot-alt-1:before {
  content: "\ee49";
}
.icofont-boot-alt-2:before {
  content: "\ee4a";
}
.icofont-bowling-alt:before {
  content: "\ee4b";
}
.icofont-bowling:before {
  content: "\ee4c";
}
.icofont-canoe:before {
  content: "\ee4d";
}
.icofont-cheer-leader:before {
  content: "\ee4e";
}
.icofont-climbing:before {
  content: "\ee4f";
}
.icofont-corner:before {
  content: "\ee50";
}
.icofont-cyclist:before {
  content: "\ee51";
}
.icofont-dumbbell-alt:before {
  content: "\ee52";
}
.icofont-dumbbell:before {
  content: "\ee53";
}
.icofont-field-alt:before {
  content: "\ee54";
}
.icofont-field:before {
  content: "\ee55";
}
.icofont-football-alt:before {
  content: "\ee56";
}
.icofont-foul:before {
  content: "\ee57";
}
.icofont-goal-keeper:before {
  content: "\ee58";
}
.icofont-goal:before {
  content: "\ee59";
}
.icofont-golf-alt:before {
  content: "\ee5a";
}
.icofont-golf-bag:before {
  content: "\ee5b";
}
.icofont-golf-field:before {
  content: "\ee5c";
}
.icofont-golf:before {
  content: "\ee5d";
}
.icofont-golfer:before {
  content: "\ee5e";
}
.icofont-gym-alt-1:before {
  content: "\ee5f";
}
.icofont-gym-alt-2:before {
  content: "\ee60";
}
.icofont-gym-alt-3:before {
  content: "\ee61";
}
.icofont-gym:before {
  content: "\ee62";
}
.icofont-hand-grippers:before {
  content: "\ee63";
}
.icofont-heart-beat-alt:before {
  content: "\ee64";
}
.icofont-helmet:before {
  content: "\ee65";
}
.icofont-hockey-alt:before {
  content: "\ee66";
}
.icofont-hockey:before {
  content: "\ee67";
}
.icofont-ice-skate:before {
  content: "\ee68";
}
.icofont-jersey-alt:before {
  content: "\ee69";
}
.icofont-jersey:before {
  content: "\ee6a";
}
.icofont-jumping:before {
  content: "\ee6b";
}
.icofont-kick:before {
  content: "\ee6c";
}
.icofont-leg:before {
  content: "\ee6d";
}
.icofont-match-review:before {
  content: "\ee6e";
}
.icofont-medal-alt:before {
  content: "\ee6f";
}
.icofont-muscle-alt:before {
  content: "\ee70";
}
.icofont-muscle:before {
  content: "\ee71";
}
.icofont-offside:before {
  content: "\ee72";
}
.icofont-olympic-logo:before {
  content: "\ee73";
}
.icofont-olympic:before {
  content: "\ee74";
}
.icofont-padding:before {
  content: "\ee75";
}
.icofont-penalty-card:before {
  content: "\ee76";
}
.icofont-racer:before {
  content: "\ee77";
}
.icofont-racing-car:before {
  content: "\ee78";
}
.icofont-racing-flag-alt:before {
  content: "\ee79";
}
.icofont-racing-flag:before {
  content: "\ee7a";
}
.icofont-racings-wheel:before {
  content: "\ee7b";
}
.icofont-referee:before {
  content: "\ee7c";
}
.icofont-refree-jersey:before {
  content: "\ee7d";
}
.icofont-result:before {
  content: "\ee7e";
}
.icofont-rugby-ball:before {
  content: "\ee7f";
}
.icofont-rugby-player:before {
  content: "\ee80";
}
.icofont-rugby:before {
  content: "\ee81";
}
.icofont-runner-alt-1:before {
  content: "\ee82";
}
.icofont-runner-alt-2:before {
  content: "\ee83";
}
.icofont-runner:before {
  content: "\ee84";
}
.icofont-score-board:before {
  content: "\ee85";
}
.icofont-skiing-man:before {
  content: "\ee86";
}
.icofont-skydiving-goggles:before {
  content: "\ee87";
}
.icofont-snow-mobile:before {
  content: "\ee88";
}
.icofont-steering:before {
  content: "\ee89";
}
.icofont-substitute:before {
  content: "\ee8a";
}
.icofont-swimmer:before {
  content: "\ee8b";
}
.icofont-table-tennis:before {
  content: "\ee8c";
}
.icofont-team-alt:before {
  content: "\ee8d";
}
.icofont-team:before {
  content: "\ee8e";
}
.icofont-tennis-player:before {
  content: "\ee8f";
}
.icofont-tennis:before {
  content: "\ee90";
}
.icofont-time:before {
  content: "\ee91";
}
.icofont-track:before {
  content: "\ee92";
}
.icofont-tracking:before {
  content: "\ee93";
}
.icofont-trophy-alt:before {
  content: "\ee94";
}
.icofont-trophy:before {
  content: "\ee95";
}
.icofont-volleyball-alt:before {
  content: "\ee96";
}
.icofont-volleyball-fire:before {
  content: "\ee97";
}
.icofont-volleyball:before {
  content: "\ee98";
}
.icofont-water-bottle:before {
  content: "\ee99";
}
.icofont-whisle:before {
  content: "\ee9a";
}
.icofont-win-trophy:before {
  content: "\ee9b";
}
.icofont-align-center:before {
  content: "\ee9c";
}
.icofont-align-left:before {
  content: "\ee9d";
}
.icofont-align-right:before {
  content: "\ee9e";
}
.icofont-all-caps:before {
  content: "\ee9f";
}
.icofont-bold:before {
  content: "\eea0";
}
.icofont-brush:before {
  content: "\eea1";
}
.icofont-clip-board:before {
  content: "\eea2";
}
.icofont-code-alt:before {
  content: "\eea3";
}
.icofont-color-bucket:before {
  content: "\eea4";
}
.icofont-color-picker:before {
  content: "\eea5";
}
.icofont-copy-alt:before {
  content: "\eea6";
}
.icofont-copy-black:before {
  content: "\eea7";
}
.icofont-cut:before {
  content: "\eea8";
}
.icofont-delete-alt:before {
  content: "\eea9";
}
.icofont-edit-alt:before {
  content: "\eeaa";
}
.icofont-eraser-alt:before {
  content: "\eeab";
}
.icofont-file-alt:before {
  content: "\eeac";
}
.icofont-font:before {
  content: "\eead";
}
.icofont-header:before {
  content: "\eeae";
}
.icofont-indent:before {
  content: "\eeaf";
}
.icofont-italic-alt:before {
  content: "\eeb0";
}
.icofont-justify-all:before {
  content: "\eeb1";
}
.icofont-justify-center:before {
  content: "\eeb2";
}
.icofont-justify-left:before {
  content: "\eeb3";
}
.icofont-justify-right:before {
  content: "\eeb4";
}
.icofont-line-height:before {
  content: "\eeb5";
}
.icofont-link-alt:before {
  content: "\eeb6";
}
.icofont-listine-dots:before {
  content: "\eeb7";
}
.icofont-listing-box:before {
  content: "\eeb8";
}
.icofont-listing-number:before {
  content: "\eeb9";
}
.icofont-marker:before {
  content: "\eeba";
}
.icofont-outdent:before {
  content: "\eebb";
}
.icofont-paper-clip:before {
  content: "\eebc";
}
.icofont-paragraph:before {
  content: "\eebd";
}
.icofont-pin:before {
  content: "\eebe";
}
.icofont-printer:before {
  content: "\eebf";
}
.icofont-redo:before {
  content: "\eec0";
}
.icofont-rotation:before {
  content: "\eec1";
}
.icofont-save:before {
  content: "\eec2";
}
.icofont-small-cap:before {
  content: "\eec3";
}
.icofont-strike-through:before {
  content: "\eec4";
}
.icofont-sub-listing:before {
  content: "\eec5";
}
.icofont-subscript:before {
  content: "\eec6";
}
.icofont-superscript:before {
  content: "\eec7";
}
.icofont-table:before {
  content: "\eec8";
}
.icofont-text-height:before {
  content: "\eec9";
}
.icofont-text-width:before {
  content: "\eeca";
}
.icofont-trash:before {
  content: "\eecb";
}
.icofont-underline:before {
  content: "\eecc";
}
.icofont-undo:before {
  content: "\eecd";
}
.icofont-unlink:before {
  content: "\eece";
}
.icofont-air-balloon:before {
  content: "\eecf";
}
.icofont-airplane-alt:before {
  content: "\eed0";
}
.icofont-airplane:before {
  content: "\eed1";
}
.icofont-ambulance-crescent:before {
  content: "\eed2";
}
.icofont-ambulance-cross:before {
  content: "\eed3";
}
.icofont-articulated-truck:before {
  content: "\eed4";
}
.icofont-auto-rickshaw:before {
  content: "\eed5";
}
.icofont-bicycle-alt-1:before {
  content: "\eed6";
}
.icofont-bicycle-alt-2:before {
  content: "\eed7";
}
.icofont-bull-dozer:before {
  content: "\eed8";
}
.icofont-bus-alt-1:before {
  content: "\eed9";
}
.icofont-bus-alt-2:before {
  content: "\eeda";
}
.icofont-bus-alt-3:before {
  content: "\eedb";
}
.icofont-cable-car:before {
  content: "\eedc";
}
.icofont-car-alt-1:before {
  content: "\eedd";
}
.icofont-car-alt-2:before {
  content: "\eede";
}
.icofont-car-alt-3:before {
  content: "\eedf";
}
.icofont-car-alt-4:before {
  content: "\eee0";
}
.icofont-concrete-mixer:before {
  content: "\eee1";
}
.icofont-delivery-time:before {
  content: "\eee2";
}
.icofont-excavator:before {
  content: "\eee3";
}
.icofont-fast-delivery:before {
  content: "\eee4";
}
.icofont-fire-truck-alt:before {
  content: "\eee5";
}
.icofont-fire-truck:before {
  content: "\eee6";
}
.icofont-fork-lift:before {
  content: "\eee7";
}
.icofont-free-delivery:before {
  content: "\eee8";
}
.icofont-golf-cart:before {
  content: "\eee9";
}
.icofont-helicopter:before {
  content: "\eeea";
}
.icofont-motor-bike-alt:before {
  content: "\eeeb";
}
.icofont-motor-bike:before {
  content: "\eeec";
}
.icofont-motor-biker:before {
  content: "\eeed";
}
.icofont-oil-truck:before {
  content: "\eeee";
}
.icofont-police-car:before {
  content: "\eeef";
}
.icofont-rickshaw:before {
  content: "\eef0";
}
.icofont-rocket-alt-1:before {
  content: "\eef1";
}
.icofont-rocket-alt-2:before {
  content: "\eef2";
}
.icofont-sail-boat:before {
  content: "\eef3";
}
.icofont-scooter:before {
  content: "\eef4";
}
.icofont-sea-plane:before {
  content: "\eef5";
}
.icofont-ship-alt:before {
  content: "\eef6";
}
.icofont-speed-boat:before {
  content: "\eef7";
}
.icofont-taxi:before {
  content: "\eef8";
}
.icofont-tow-truck:before {
  content: "\eef9";
}
.icofont-tractor:before {
  content: "\eefa";
}
.icofont-traffic-light:before {
  content: "\eefb";
}
.icofont-train-line:before {
  content: "\eefc";
}
.icofont-train-steam:before {
  content: "\eefd";
}
.icofont-tram:before {
  content: "\eefe";
}
.icofont-truck-alt:before {
  content: "\eeff";
}
.icofont-truck-loaded:before {
  content: "\ef00";
}
.icofont-truck:before {
  content: "\ef01";
}
.icofont-van-alt:before {
  content: "\ef02";
}
.icofont-van:before {
  content: "\ef03";
}
.icofont-yacht:before {
  content: "\ef04";
}
.icofont-5-star-hotel:before {
  content: "\ef05";
}
.icofont-anchor-alt:before {
  content: "\ef06";
}
.icofont-beach-bed:before {
  content: "\ef07";
}
.icofont-camping-vest:before {
  content: "\ef08";
}
.icofont-coconut-alt:before {
  content: "\ef09";
}
.icofont-direction-sign:before {
  content: "\ef0a";
}
.icofont-hill-side:before {
  content: "\ef0b";
}
.icofont-island-alt:before {
  content: "\ef0c";
}
.icofont-long-drive:before {
  content: "\ef0d";
}
.icofont-map-pins:before {
  content: "\ef0e";
}
.icofont-plane-ticket:before {
  content: "\ef0f";
}
.icofont-sail-boat-alt-1:before {
  content: "\ef10";
}
.icofont-sail-boat-alt-2:before {
  content: "\ef11";
}
.icofont-sandals-female:before {
  content: "\ef12";
}
.icofont-sandals-male:before {
  content: "\ef13";
}
.icofont-travelling:before {
  content: "\ef14";
}
.icofont-breakdown:before {
  content: "\ef15";
}
.icofont-celsius:before {
  content: "\ef16";
}
.icofont-clouds:before {
  content: "\ef17";
}
.icofont-cloudy:before {
  content: "\ef18";
}
.icofont-compass-alt:before {
  content: "\ef19";
}
.icofont-dust:before {
  content: "\ef1a";
}
.icofont-eclipse:before {
  content: "\ef1b";
}
.icofont-fahrenheit:before {
  content: "\ef1c";
}
.icofont-forest-fire:before {
  content: "\ef1d";
}
.icofont-full-night:before {
  content: "\ef1e";
}
.icofont-full-sunny:before {
  content: "\ef1f";
}
.icofont-hail-night:before {
  content: "\ef20";
}
.icofont-hail-rainy-night:before {
  content: "\ef21";
}
.icofont-hail-rainy-sunny:before {
  content: "\ef22";
}
.icofont-hail-rainy:before {
  content: "\ef23";
}
.icofont-hail-sunny:before {
  content: "\ef24";
}
.icofont-hail-thunder-night:before {
  content: "\ef25";
}
.icofont-hail-thunder-sunny:before {
  content: "\ef26";
}
.icofont-hail-thunder:before {
  content: "\ef27";
}
.icofont-hail:before {
  content: "\ef28";
}
.icofont-hill-night:before {
  content: "\ef29";
}
.icofont-hill-sunny:before {
  content: "\ef2a";
}
.icofont-hill:before {
  content: "\ef2b";
}
.icofont-hurricane:before {
  content: "\ef2c";
}
.icofont-island:before {
  content: "\ef2d";
}
.icofont-meteor:before {
  content: "\ef2e";
}
.icofont-night:before {
  content: "\ef2f";
}
.icofont-rainy-night:before {
  content: "\ef30";
}
.icofont-rainy-sunny:before {
  content: "\ef31";
}
.icofont-rainy-thunder:before {
  content: "\ef32";
}
.icofont-rainy:before {
  content: "\ef33";
}
.icofont-showy-night-hail:before {
  content: "\ef34";
}
.icofont-snow-temp:before {
  content: "\ef35";
}
.icofont-snow:before {
  content: "\ef36";
}
.icofont-snowy-hail:before {
  content: "\ef37";
}
.icofont-snowy-night-rainy:before {
  content: "\ef38";
}
.icofont-snowy-night:before {
  content: "\ef39";
}
.icofont-snowy-rainy:before {
  content: "\ef3a";
}
.icofont-snowy-sunny-hail:before {
  content: "\ef3b";
}
.icofont-snowy-sunny-rainy:before {
  content: "\ef3c";
}
.icofont-snowy-sunny:before {
  content: "\ef3d";
}
.icofont-snowy-thunder-night:before {
  content: "\ef3e";
}
.icofont-snowy-thunder-sunny:before {
  content: "\ef3f";
}
.icofont-snowy-thunder:before {
  content: "\ef40";
}
.icofont-snowy-windy-night:before {
  content: "\ef41";
}
.icofont-snowy-windy-sunny:before {
  content: "\ef42";
}
.icofont-snowy-windy:before {
  content: "\ef43";
}
.icofont-snowy:before {
  content: "\ef44";
}
.icofont-sun-alt:before {
  content: "\ef45";
}
.icofont-sun-rise:before {
  content: "\ef46";
}
.icofont-sun-set:before {
  content: "\ef47";
}
.icofont-sunny-day-temp:before {
  content: "\ef48";
}
.icofont-sunny:before {
  content: "\ef49";
}
.icofont-thermometer:before {
  content: "\ef4a";
}
.icofont-thinder-light:before {
  content: "\ef4b";
}
.icofont-tornado:before {
  content: "\ef4c";
}
.icofont-umbrella-alt:before {
  content: "\ef4d";
}
.icofont-volcano:before {
  content: "\ef4e";
}
.icofont-wave:before {
  content: "\ef4f";
}
.icofont-wind-scale-0:before {
  content: "\ef50";
}
.icofont-wind-scale-1:before {
  content: "\ef51";
}
.icofont-wind-scale-2:before {
  content: "\ef52";
}
.icofont-wind-scale-3:before {
  content: "\ef53";
}
.icofont-wind-scale-4:before {
  content: "\ef54";
}
.icofont-wind-scale-5:before {
  content: "\ef55";
}
.icofont-wind-scale-6:before {
  content: "\ef56";
}
.icofont-wind-scale-7:before {
  content: "\ef57";
}
.icofont-wind-scale-8:before {
  content: "\ef58";
}
.icofont-wind-scale-9:before {
  content: "\ef59";
}
.icofont-wind-scale-10:before {
  content: "\ef5a";
}
.icofont-wind-scale-11:before {
  content: "\ef5b";
}
.icofont-wind-scale-12:before {
  content: "\ef5c";
}
.icofont-wind-waves:before {
  content: "\ef5d";
}
.icofont-wind:before {
  content: "\ef5e";
}
.icofont-windy-hail:before {
  content: "\ef5f";
}
.icofont-windy-night:before {
  content: "\ef60";
}
.icofont-windy-raining:before {
  content: "\ef61";
}
.icofont-windy-sunny:before {
  content: "\ef62";
}
.icofont-windy-thunder-raining:before {
  content: "\ef63";
}
.icofont-windy-thunder:before {
  content: "\ef64";
}
.icofont-windy:before {
  content: "\ef65";
}
.icofont-addons:before {
  content: "\ef66";
}
.icofont-address-book:before {
  content: "\ef67";
}
.icofont-adjust:before {
  content: "\ef68";
}
.icofont-alarm:before {
  content: "\ef69";
}
.icofont-anchor:before {
  content: "\ef6a";
}
.icofont-archive:before {
  content: "\ef6b";
}
.icofont-at:before {
  content: "\ef6c";
}
.icofont-attachment:before {
  content: "\ef6d";
}
.icofont-audio:before {
  content: "\ef6e";
}
.icofont-auto-mobile:before {
  content: "\ef6f";
}
.icofont-automation:before {
  content: "\ef70";
}
.icofont-baby:before {
  content: "\ef71";
}
.icofont-badge:before {
  content: "\ef72";
}
.icofont-bag:before {
  content: "\ef73";
}
.icofont-ban:before {
  content: "\ef74";
}
.icofont-bank:before {
  content: "\ef75";
}
.icofont-bar-code:before {
  content: "\ef76";
}
.icofont-bars:before {
  content: "\ef77";
}
.icofont-battery-empty:before {
  content: "\ef78";
}
.icofont-battery-full:before {
  content: "\ef79";
}
.icofont-battery-half:before {
  content: "\ef7a";
}
.icofont-battery-low:before {
  content: "\ef7b";
}
.icofont-beach:before {
  content: "\ef7c";
}
.icofont-beaker:before {
  content: "\ef7d";
}
.icofont-bear:before {
  content: "\ef7e";
}
.icofont-beard:before {
  content: "\ef7f";
}
.icofont-bed:before {
  content: "\ef80";
}
.icofont-bell:before {
  content: "\ef81";
}
.icofont-beverage:before {
  content: "\ef82";
}
.icofont-bicycle:before {
  content: "\ef83";
}
.icofont-bill:before {
  content: "\ef84";
}
.icofont-bin:before {
  content: "\ef85";
}
.icofont-binary:before {
  content: "\ef86";
}
.icofont-binoculars:before {
  content: "\ef87";
}
.icofont-bird:before {
  content: "\ef88";
}
.icofont-birds:before {
  content: "\ef89";
}
.icofont-black-board:before {
  content: "\ef8a";
}
.icofont-bluetooth:before {
  content: "\ef8b";
}
.icofont-bolt:before {
  content: "\ef8c";
}
.icofont-bomb:before {
  content: "\ef8d";
}
.icofont-book-mark:before {
  content: "\ef8e";
}
.icofont-book:before {
  content: "\ef8f";
}
.icofont-boot:before {
  content: "\ef90";
}
.icofont-box:before {
  content: "\ef91";
}
.icofont-brain:before {
  content: "\ef92";
}
.icofont-briefcase:before {
  content: "\ef93";
}
.icofont-broken:before {
  content: "\ef94";
}
.icofont-bucket:before {
  content: "\ef95";
}
.icofont-bucket1:before {
  content: "\ef96";
}
.icofont-bucket2:before {
  content: "\ef97";
}
.icofont-bug:before {
  content: "\ef98";
}
.icofont-building:before {
  content: "\ef99";
}
.icofont-bullet:before {
  content: "\ef9a";
}
.icofont-bullhorn:before {
  content: "\ef9b";
}
.icofont-bullseye:before {
  content: "\ef9c";
}
.icofont-bus:before {
  content: "\ef9d";
}
.icofont-butterfly:before {
  content: "\ef9e";
}
.icofont-cab:before {
  content: "\ef9f";
}
.icofont-calculator:before {
  content: "\efa0";
}
.icofont-calendar:before {
  content: "\efa1";
}
.icofont-camera-alt:before {
  content: "\efa2";
}
.icofont-camera:before {
  content: "\efa3";
}
.icofont-car:before {
  content: "\efa4";
}
.icofont-card:before {
  content: "\efa5";
}
.icofont-cart:before {
  content: "\efa6";
}
.icofont-cc:before {
  content: "\efa7";
}
.icofont-certificate:before {
  content: "\efa8";
}
.icofont-charging:before {
  content: "\efa9";
}
.icofont-chat:before {
  content: "\efaa";
}
.icofont-check-alt:before {
  content: "\efab";
}
.icofont-check-circled:before {
  content: "\efac";
}
.icofont-check:before {
  content: "\efad";
}
.icofont-checked:before {
  content: "\efae";
}
.icofont-children-care:before {
  content: "\efaf";
}
.icofont-clock-time:before {
  content: "\efb0";
}
.icofont-close-circled:before {
  content: "\efb1";
}
.icofont-close-line-circled:before {
  content: "\efb2";
}
.icofont-close-line-squared-alt:before {
  content: "\efb3";
}
.icofont-close-line-squared:before {
  content: "\efb4";
}
.icofont-close-line:before {
  content: "\efb5";
}
.icofont-close-squared-alt:before {
  content: "\efb6";
}
.icofont-close-squared:before {
  content: "\efb7";
}
.icofont-close:before {
  content: "\efb8";
}
.icofont-cloud-download:before {
  content: "\efb9";
}
.icofont-cloud-refresh:before {
  content: "\efba";
}
.icofont-cloud-upload:before {
  content: "\efbb";
}
.icofont-cloud:before {
  content: "\efbc";
}
.icofont-code-not-allowed:before {
  content: "\efbd";
}
.icofont-code:before {
  content: "\efbe";
}
.icofont-coffee-cup:before {
  content: "\efbf";
}
.icofont-comment:before {
  content: "\efc0";
}
.icofont-compass:before {
  content: "\efc1";
}
.icofont-computer:before {
  content: "\efc2";
}
.icofont-connection:before {
  content: "\efc3";
}
.icofont-console:before {
  content: "\efc4";
}
.icofont-contacts:before {
  content: "\efc5";
}
.icofont-contrast:before {
  content: "\efc6";
}
.icofont-copy:before {
  content: "\efc7";
}
.icofont-copyright:before {
  content: "\efc8";
}
.icofont-credit-card:before {
  content: "\efc9";
}
.icofont-crop:before {
  content: "\efca";
}
.icofont-crown:before {
  content: "\efcb";
}
.icofont-cube:before {
  content: "\efcc";
}
.icofont-cubes:before {
  content: "\efcd";
}
.icofont-culinary:before {
  content: "\efce";
}
.icofont-dashboard-web:before {
  content: "\efcf";
}
.icofont-dashboard:before {
  content: "\efd0";
}
.icofont-data:before {
  content: "\efd1";
}
.icofont-database-add:before {
  content: "\efd2";
}
.icofont-database-locked:before {
  content: "\efd3";
}
.icofont-database-remove:before {
  content: "\efd4";
}
.icofont-database:before {
  content: "\efd5";
}
.icofont-delete:before {
  content: "\efd6";
}
.icofont-diamond:before {
  content: "\efd7";
}
.icofont-dice:before {
  content: "\efd8";
}
.icofont-disabled:before {
  content: "\efd9";
}
.icofont-disc:before {
  content: "\efda";
}
.icofont-diskette:before {
  content: "\efdb";
}
.icofont-document-folder:before {
  content: "\efdc";
}
.icofont-download-alt:before {
  content: "\efdd";
}
.icofont-download:before {
  content: "\efde";
}
.icofont-downloaded:before {
  content: "\efdf";
}
.icofont-earth:before {
  content: "\efe0";
}
.icofont-ebook:before {
  content: "\efe1";
}
.icofont-edit:before {
  content: "\efe2";
}
.icofont-eject:before {
  content: "\efe3";
}
.icofont-email:before {
  content: "\efe4";
}
.icofont-envelope-open:before {
  content: "\efe5";
}
.icofont-envelope:before {
  content: "\efe6";
}
.icofont-eraser:before {
  content: "\efe7";
}
.icofont-error:before {
  content: "\efe8";
}
.icofont-exchange:before {
  content: "\efe9";
}
.icofont-exclamation-circle:before {
  content: "\efea";
}
.icofont-exclamation-square:before {
  content: "\efeb";
}
.icofont-exclamation-tringle:before {
  content: "\efec";
}
.icofont-exclamation:before {
  content: "\efed";
}
.icofont-exit:before {
  content: "\efee";
}
.icofont-expand:before {
  content: "\efef";
}
.icofont-external-link:before {
  content: "\eff0";
}
.icofont-external:before {
  content: "\eff1";
}
.icofont-eye-blocked:before {
  content: "\eff2";
}
.icofont-eye-dropper:before {
  content: "\eff3";
}
.icofont-eye:before {
  content: "\eff4";
}
.icofont-favourite:before {
  content: "\eff5";
}
.icofont-fax:before {
  content: "\eff6";
}
.icofont-female:before {
  content: "\eff7";
}
.icofont-file:before {
  content: "\eff8";
}
.icofont-film:before {
  content: "\eff9";
}
.icofont-filter:before {
  content: "\effa";
}
.icofont-fire-burn:before {
  content: "\effb";
}
.icofont-fire-extinguisher:before {
  content: "\effc";
}
.icofont-fire:before {
  content: "\effd";
}
.icofont-first-aid:before {
  content: "\effe";
}
.icofont-flag-alt-1:before {
  content: "\efff";
}
.icofont-flag-alt-2:before {
  content: "\f000";
}
.icofont-flag:before {
  content: "\f001";
}
.icofont-flash-light:before {
  content: "\f002";
}
.icofont-flash:before {
  content: "\f003";
}
.icofont-flask:before {
  content: "\f004";
}
.icofont-focus:before {
  content: "\f005";
}
.icofont-folder-open:before {
  content: "\f006";
}
.icofont-folder:before {
  content: "\f007";
}
.icofont-foot-print:before {
  content: "\f008";
}
.icofont-football-american:before {
  content: "\f009";
}
.icofont-football:before {
  content: "\f00a";
}
.icofont-game-console:before {
  content: "\f00b";
}
.icofont-game-pad:before {
  content: "\f00c";
}
.icofont-gavel:before {
  content: "\f00d";
}
.icofont-gear:before {
  content: "\f00e";
}
.icofont-gears:before {
  content: "\f00f";
}
.icofont-gift:before {
  content: "\f010";
}
.icofont-glass:before {
  content: "\f011";
}
.icofont-globe:before {
  content: "\f012";
}
.icofont-graduate:before {
  content: "\f013";
}
.icofont-graffiti:before {
  content: "\f014";
}
.icofont-grocery:before {
  content: "\f015";
}
.icofont-group:before {
  content: "\f016";
}
.icofont-hammer:before {
  content: "\f017";
}
.icofont-hand:before {
  content: "\f018";
}
.icofont-hanger:before {
  content: "\f019";
}
.icofont-hard-disk:before {
  content: "\f01a";
}
.icofont-headphone:before {
  content: "\f01b";
}
.icofont-heart-beat:before {
  content: "\f01c";
}
.icofont-heart:before {
  content: "\f01d";
}
.icofont-history:before {
  content: "\f01e";
}
.icofont-home:before {
  content: "\f01f";
}
.icofont-horn:before {
  content: "\f020";
}
.icofont-hotel:before {
  content: "\f021";
}
.icofont-hour-glass:before {
  content: "\f022";
}
.icofont-id:before {
  content: "\f023";
}
.icofont-image:before {
  content: "\f024";
}
.icofont-inbox:before {
  content: "\f025";
}
.icofont-infinite:before {
  content: "\f026";
}
.icofont-info-circle:before {
  content: "\f027";
}
.icofont-info-square:before {
  content: "\f028";
}
.icofont-info:before {
  content: "\f029";
}
.icofont-institution:before {
  content: "\f02a";
}
.icofont-interface:before {
  content: "\f02b";
}
.icofont-invisible:before {
  content: "\f02c";
}
.icofont-italic:before {
  content: "\f02d";
}
.icofont-jacket:before {
  content: "\f02e";
}
.icofont-jar:before {
  content: "\f02f";
}
.icofont-jewlery:before {
  content: "\f030";
}
.icofont-karate:before {
  content: "\f031";
}
.icofont-key-hole:before {
  content: "\f032";
}
.icofont-key:before {
  content: "\f033";
}
.icofont-keyboard:before {
  content: "\f034";
}
.icofont-kid:before {
  content: "\f035";
}
.icofont-label:before {
  content: "\f036";
}
.icofont-lamp:before {
  content: "\f037";
}
.icofont-laptop:before {
  content: "\f038";
}
.icofont-layers:before {
  content: "\f039";
}
.icofont-layout:before {
  content: "\f03a";
}
.icofont-leaf:before {
  content: "\f03b";
}
.icofont-leaflet:before {
  content: "\f03c";
}
.icofont-learn:before {
  content: "\f03d";
}
.icofont-legal:before {
  content: "\f03e";
}
.icofont-lego:before {
  content: "\f03f";
}
.icofont-lemon:before {
  content: "\f040";
}
.icofont-lens:before {
  content: "\f041";
}
.icofont-letter:before {
  content: "\f042";
}
.icofont-letterbox:before {
  content: "\f043";
}
.icofont-library:before {
  content: "\f044";
}
.icofont-license:before {
  content: "\f045";
}
.icofont-life-bouy:before {
  content: "\f046";
}
.icofont-life-buoy:before {
  content: "\f047";
}
.icofont-life-jacket:before {
  content: "\f048";
}
.icofont-life-ring:before {
  content: "\f049";
}
.icofont-light-bulb:before {
  content: "\f04a";
}
.icofont-lighter:before {
  content: "\f04b";
}
.icofont-lightning-ray:before {
  content: "\f04c";
}
.icofont-like:before {
  content: "\f04d";
}
.icofont-link:before {
  content: "\f04e";
}
.icofont-live-support:before {
  content: "\f04f";
}
.icofont-location-arrow:before {
  content: "\f050";
}
.icofont-location-pin:before {
  content: "\f051";
}
.icofont-lock:before {
  content: "\f052";
}
.icofont-login:before {
  content: "\f053";
}
.icofont-logout:before {
  content: "\f054";
}
.icofont-lollipop:before {
  content: "\f055";
}
.icofont-look:before {
  content: "\f056";
}
.icofont-loop:before {
  content: "\f057";
}
.icofont-luggage:before {
  content: "\f058";
}
.icofont-lunch:before {
  content: "\f059";
}
.icofont-lungs:before {
  content: "\f05a";
}
.icofont-magic-alt:before {
  content: "\f05b";
}
.icofont-magic:before {
  content: "\f05c";
}
.icofont-magnet:before {
  content: "\f05d";
}
.icofont-mail-box:before {
  content: "\f05e";
}
.icofont-mail:before {
  content: "\f05f";
}
.icofont-male:before {
  content: "\f060";
}
.icofont-map:before {
  content: "\f061";
}
.icofont-math:before {
  content: "\f062";
}
.icofont-maximize:before {
  content: "\f063";
}
.icofont-measure:before {
  content: "\f064";
}
.icofont-medal:before {
  content: "\f065";
}
.icofont-medical:before {
  content: "\f066";
}
.icofont-medicine:before {
  content: "\f067";
}
.icofont-mega-phone:before {
  content: "\f068";
}
.icofont-memorial:before {
  content: "\f069";
}
.icofont-memory-card:before {
  content: "\f06a";
}
.icofont-mic-mute:before {
  content: "\f06b";
}
.icofont-mic:before {
  content: "\f06c";
}
.icofont-micro-chip:before {
  content: "\f06d";
}
.icofont-microphone:before {
  content: "\f06e";
}
.icofont-microscope:before {
  content: "\f06f";
}
.icofont-military:before {
  content: "\f070";
}
.icofont-mill:before {
  content: "\f071";
}
.icofont-minus-circle:before {
  content: "\f072";
}
.icofont-minus-square:before {
  content: "\f073";
}
.icofont-minus:before {
  content: "\f074";
}
.icofont-mobile-phone:before {
  content: "\f075";
}
.icofont-molecule:before {
  content: "\f076";
}
.icofont-money:before {
  content: "\f077";
}
.icofont-moon:before {
  content: "\f078";
}
.icofont-mop:before {
  content: "\f079";
}
.icofont-muffin:before {
  content: "\f07a";
}
.icofont-music-alt:before {
  content: "\f07b";
}
.icofont-music-notes:before {
  content: "\f07c";
}
.icofont-music:before {
  content: "\f07d";
}
.icofont-mustache:before {
  content: "\f07e";
}
.icofont-mute-volume:before {
  content: "\f07f";
}
.icofont-navigation-menu:before {
  content: "\f080";
}
.icofont-navigation:before {
  content: "\f081";
}
.icofont-network-tower:before {
  content: "\f082";
}
.icofont-network:before {
  content: "\f083";
}
.icofont-news:before {
  content: "\f084";
}
.icofont-newspaper:before {
  content: "\f085";
}
.icofont-no-smoking:before {
  content: "\f086";
}
.icofont-not-allowed:before {
  content: "\f087";
}
.icofont-notebook:before {
  content: "\f088";
}
.icofont-notepad:before {
  content: "\f089";
}
.icofont-notification:before {
  content: "\f08a";
}
.icofont-numbered:before {
  content: "\f08b";
}
.icofont-opposite:before {
  content: "\f08c";
}
.icofont-optic:before {
  content: "\f08d";
}
.icofont-options:before {
  content: "\f08e";
}
.icofont-package:before {
  content: "\f08f";
}
.icofont-page:before {
  content: "\f090";
}
.icofont-paint:before {
  content: "\f091";
}
.icofont-paper-plane:before {
  content: "\f092";
}
.icofont-paperclip:before {
  content: "\f093";
}
.icofont-papers:before {
  content: "\f094";
}
.icofont-paw:before {
  content: "\f095";
}
.icofont-pay:before {
  content: "\f096";
}
.icofont-pen:before {
  content: "\f097";
}
.icofont-pencil:before {
  content: "\f098";
}
.icofont-penguin-linux:before {
  content: "\f099";
}
.icofont-pestle:before {
  content: "\f09a";
}
.icofont-phone-circle:before {
  content: "\f09b";
}
.icofont-phone:before {
  content: "\f09c";
}
.icofont-picture:before {
  content: "\f09d";
}
.icofont-pie:before {
  content: "\f09e";
}
.icofont-pine:before {
  content: "\f09f";
}
.icofont-pixels:before {
  content: "\f0a0";
}
.icofont-play:before {
  content: "\f0a1";
}
.icofont-plugin:before {
  content: "\f0a2";
}
.icofont-plus-circle:before {
  content: "\f0a3";
}
.icofont-plus-square:before {
  content: "\f0a4";
}
.icofont-plus:before {
  content: "\f0a5";
}
.icofont-polygonal:before {
  content: "\f0a6";
}
.icofont-power:before {
  content: "\f0a7";
}
.icofont-presentation:before {
  content: "\f0a8";
}
.icofont-price:before {
  content: "\f0a9";
}
.icofont-print:before {
  content: "\f0aa";
}
.icofont-puzzle:before {
  content: "\f0ab";
}
.icofont-qr-code:before {
  content: "\f0ac";
}
.icofont-queen:before {
  content: "\f0ad";
}
.icofont-question-circle:before {
  content: "\f0ae";
}
.icofont-question-square:before {
  content: "\f0af";
}
.icofont-question:before {
  content: "\f0b0";
}
.icofont-quote-left:before {
  content: "\f0b1";
}
.icofont-quote-right:before {
  content: "\f0b2";
}
.icofont-radio:before {
  content: "\f0b3";
}
.icofont-random:before {
  content: "\f0b4";
}
.icofont-recycle:before {
  content: "\f0b5";
}
.icofont-refresh:before {
  content: "\f0b6";
}
.icofont-repair:before {
  content: "\f0b7";
}
.icofont-reply-all:before {
  content: "\f0b8";
}
.icofont-reply:before {
  content: "\f0b9";
}
.icofont-resize:before {
  content: "\f0ba";
}
.icofont-responsive:before {
  content: "\f0bb";
}
.icofont-retweet:before {
  content: "\f0bc";
}
.icofont-road:before {
  content: "\f0bd";
}
.icofont-robot:before {
  content: "\f0be";
}
.icofont-rocket:before {
  content: "\f0bf";
}
.icofont-royal:before {
  content: "\f0c0";
}
.icofont-rss-feed:before {
  content: "\f0c1";
}
.icofont-safety:before {
  content: "\f0c2";
}
.icofont-sale-discount:before {
  content: "\f0c3";
}
.icofont-satellite:before {
  content: "\f0c4";
}
.icofont-send-mail:before {
  content: "\f0c5";
}
.icofont-server:before {
  content: "\f0c6";
}
.icofont-settings:before {
  content: "\f0c7";
}
.icofont-share-alt:before {
  content: "\f0c8";
}
.icofont-share-boxed:before {
  content: "\f0c9";
}
.icofont-share:before {
  content: "\f0ca";
}
.icofont-shield:before {
  content: "\f0cb";
}
.icofont-ship:before {
  content: "\f0cc";
}
.icofont-shopping-cart:before {
  content: "\f0cd";
}
.icofont-sign-in:before {
  content: "\f0ce";
}
.icofont-sign-out:before {
  content: "\f0cf";
}
.icofont-signal:before {
  content: "\f0d0";
}
.icofont-site-map:before {
  content: "\f0d1";
}
.icofont-smart-phone:before {
  content: "\f0d2";
}
.icofont-soccer:before {
  content: "\f0d3";
}
.icofont-sort-alt:before {
  content: "\f0d4";
}
.icofont-sort:before {
  content: "\f0d5";
}
.icofont-space:before {
  content: "\f0d6";
}
.icofont-spanner:before {
  content: "\f0d7";
}
.icofont-speech-comments:before {
  content: "\f0d8";
}
.icofont-speed-meter:before {
  content: "\f0d9";
}
.icofont-spinner-alt-1:before {
  content: "\f0da";
}
.icofont-spinner-alt-2:before {
  content: "\f0db";
}
.icofont-spinner-alt-3:before {
  content: "\f0dc";
}
.icofont-spinner-alt-4:before {
  content: "\f0dd";
}
.icofont-spinner-alt-5:before {
  content: "\f0de";
}
.icofont-spinner-alt-6:before {
  content: "\f0df";
}
.icofont-spinner:before {
  content: "\f0e0";
}
.icofont-spreadsheet:before {
  content: "\f0e1";
}
.icofont-square:before {
  content: "\f0e2";
}
.icofont-ssl-security:before {
  content: "\f0e3";
}
.icofont-star-alt-1:before {
  content: "\f0e4";
}
.icofont-star-alt-2:before {
  content: "\f0e5";
}
.icofont-star:before {
  content: "\f0e6";
}
.icofont-street-view:before {
  content: "\f0e7";
}
.icofont-sun:before {
  content: "\f0e8";
}
.icofont-support-faq:before {
  content: "\f0e9";
}
.icofont-tack-pin:before {
  content: "\f0ea";
}
.icofont-tag:before {
  content: "\f0eb";
}
.icofont-tags:before {
  content: "\f0ec";
}
.icofont-tasks:before {
  content: "\f0ed";
}
.icofont-telephone:before {
  content: "\f0ee";
}
.icofont-telescope:before {
  content: "\f0ef";
}
.icofont-terminal:before {
  content: "\f0f0";
}
.icofont-thumbs-down:before {
  content: "\f0f1";
}
.icofont-thumbs-up:before {
  content: "\f0f2";
}
.icofont-tick-boxed:before {
  content: "\f0f3";
}
.icofont-tick-mark:before {
  content: "\f0f4";
}
.icofont-ticket:before {
  content: "\f0f5";
}
.icofont-tie:before {
  content: "\f0f6";
}
.icofont-toggle-off:before {
  content: "\f0f7";
}
.icofont-toggle-on:before {
  content: "\f0f8";
}
.icofont-tools:before {
  content: "\f0f9";
}
.icofont-transparent:before {
  content: "\f0fa";
}
.icofont-tree:before {
  content: "\f0fb";
}
.icofont-umbrella:before {
  content: "\f0fc";
}
.icofont-unlock:before {
  content: "\f0fd";
}
.icofont-unlocked:before {
  content: "\f0fe";
}
.icofont-upload-alt:before {
  content: "\f0ff";
}
.icofont-upload:before {
  content: "\f100";
}
.icofont-usb-drive:before {
  content: "\f101";
}
.icofont-usb:before {
  content: "\f102";
}
.icofont-vector-path:before {
  content: "\f103";
}
.icofont-verification-check:before {
  content: "\f104";
}
.icofont-video-clapper:before {
  content: "\f105";
}
.icofont-video:before {
  content: "\f106";
}
.icofont-volume-down:before {
  content: "\f107";
}
.icofont-volume-off:before {
  content: "\f108";
}
.icofont-volume-up:before {
  content: "\f109";
}
.icofont-wall-clock:before {
  content: "\f10a";
}
.icofont-wall:before {
  content: "\f10b";
}
.icofont-wallet:before {
  content: "\f10c";
}
.icofont-warning-alt:before {
  content: "\f10d";
}
.icofont-warning:before {
  content: "\f10e";
}
.icofont-water-drop:before {
  content: "\f10f";
}
.icofont-web:before {
  content: "\f110";
}
.icofont-wheelchair:before {
  content: "\f111";
}
.icofont-wifi-alt:before {
  content: "\f112";
}
.icofont-wifi:before {
  content: "\f113";
}
.icofont-world:before {
  content: "\f114";
}
.icofont-zigzag:before {
  content: "\f115";
}
.icofont-zipped:before {
  content: "\f116";
}
.icofont-social-500px:before {
  content: "\f117";
}
.icofont-social-baidu-tieba:before {
  content: "\f118";
}
.icofont-social-bbm-messenger:before {
  content: "\f119";
}
.icofont-social-delicious:before {
  content: "\f11a";
}
.icofont-social-dribbble:before {
  content: "\f11b";
}
.icofont-social-facebook-messenger:before {
  content: "\f11c";
}
.icofont-social-flikr:before {
  content: "\f11d";
}
.icofont-social-foursquare:before {
  content: "\f11e";
}
.icofont-social-google-hangouts:before {
  content: "\f11f";
}
.icofont-social-kakaotalk:before {
  content: "\f120";
}
.icofont-social-kik:before {
  content: "\f121";
}
.icofont-social-kiwibox:before {
  content: "\f122";
}
.icofont-social-linkedin:before {
  content: "\f123";
}
.icofont-social-meetme:before {
  content: "\f124";
}
.icofont-social-odnoklassniki:before {
  content: "\f125";
}
.icofont-social-photobucket:before {
  content: "\f126";
}
.icofont-social-qq:before {
  content: "\f127";
}
.icofont-social-renren:before {
  content: "\f128";
}
.icofont-social-slack:before {
  content: "\f129";
}
.icofont-social-slidshare:before {
  content: "\f12a";
}
.icofont-social-snapchat:before {
  content: "\f12b";
}
.icofont-social-soundcloud:before {
  content: "\f12c";
}
.icofont-social-spotify:before {
  content: "\f12d";
}
.icofont-social-stack-exchange:before {
  content: "\f12e";
}
.icofont-social-stack-overflow:before {
  content: "\f12f";
}
.icofont-social-tagged:before {
  content: "\f130";
}
.icofont-social-trello:before {
  content: "\f131";
}
.icofont-social-twitch:before {
  content: "\f132";
}
.icofont-social-vk:before {
  content: "\f133";
}
.icofont-social-weibo:before {
  content: "\f134";
}
.icofont-social-whatsapp:before {
  content: "\f135";
}
.icofont-social-youku:before {
  content: "\f136";
}
.icofont-social-youtube-play:before {
  content: "\f137";
}
.icofont-social-youtube:before {
  content: "\f138";
}
.icofont-brand-xiaomi:before {
  content: "\f139";
}
/*Font size*/
.icofont-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icofont-2x {
  font-size: 2em;
}
.icofont-3x {
  font-size: 3em;
}
.icofont-4x {
  font-size: 4em;
}
.icofont-5x {
  font-size: 5em;
}
.icofont-fw {
  display: inline-block;
  width: 1.28571429em;
  text-align: center;
  width: 1.28571429em;
  text-align: center;
}
/*Fixed Width Icons*/
/*Custom list icons*/
.icofont-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icofont-ul > li {
  position: relative;
}
.icofont-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
/*Animation*/
.icofont-rotate {
  display: inline-block;
  -webkit-animation: icofont-rotate 2s infinite linear;
  animation: icofont-rotate 2s infinite linear;
}
@-webkit-keyframes icofont-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes icofont-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format("embedded-opentype"), url('fontawesome-webfont.woff2?v=4.7.0') format("woff2"), url('fontawesome-webfont.woff?v=4.7.0') format("woff"), url('fontawesome-webfont.ttf?v=4.7.0') format("truetype"), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-endless-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "themify";
  src: url('themify.eot?-fvbane');
  src: url('themify.eot?#iefix-fvbane') format("embedded-opentype"), url('themify.woff?-fvbane') format("woff"), url('themify.ttf?-fvbane') format("truetype"), url('themify.svg?-fvbane#themify') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: 0.3em;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}
/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}
[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}
.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}
[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: white;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}
.icon-wand:before {
  content: "\e600";
}
.icon-volume:before {
  content: "\e601";
}
.icon-user:before {
  content: "\e602";
}
.icon-unlock:before {
  content: "\e603";
}
.icon-unlink:before {
  content: "\e604";
}
.icon-trash:before {
  content: "\e605";
}
.icon-thought:before {
  content: "\e606";
}
.icon-target:before {
  content: "\e607";
}
.icon-tag:before {
  content: "\e608";
}
.icon-tablet:before {
  content: "\e609";
}
.icon-star:before {
  content: "\e60a";
}
.icon-spray:before {
  content: "\e60b";
}
.icon-signal:before {
  content: "\e60c";
}
.icon-shopping-cart:before {
  content: "\e60d";
}
.icon-shopping-cart-full:before {
  content: "\e60e";
}
.icon-settings:before {
  content: "\e60f";
}
.icon-search:before {
  content: "\e610";
}
.icon-zoom-in:before {
  content: "\e611";
}
.icon-zoom-out:before {
  content: "\e612";
}
.icon-cut:before {
  content: "\e613";
}
.icon-ruler:before {
  content: "\e614";
}
.icon-ruler-pencil:before {
  content: "\e615";
}
.icon-ruler-alt:before {
  content: "\e616";
}
.icon-bookmark:before {
  content: "\e617";
}
.icon-bookmark-alt:before {
  content: "\e618";
}
.icon-reload:before {
  content: "\e619";
}
.icon-plus:before {
  content: "\e61a";
}
.icon-pin:before {
  content: "\e61b";
}
.icon-pencil:before {
  content: "\e61c";
}
.icon-pencil-alt:before {
  content: "\e61d";
}
.icon-paint-roller:before {
  content: "\e61e";
}
.icon-paint-bucket:before {
  content: "\e61f";
}
.icon-na:before {
  content: "\e620";
}
.icon-mobile:before {
  content: "\e621";
}
.icon-minus:before {
  content: "\e622";
}
.icon-medall:before {
  content: "\e623";
}
.icon-medall-alt:before {
  content: "\e624";
}
.icon-marker:before {
  content: "\e625";
}
.icon-marker-alt:before {
  content: "\e626";
}
.icon-arrow-up:before {
  content: "\e627";
}
.icon-arrow-right:before {
  content: "\e628";
}
.icon-arrow-left:before {
  content: "\e629";
}
.icon-arrow-down:before {
  content: "\e62a";
}
.icon-lock:before {
  content: "\e62b";
}
.icon-location-arrow:before {
  content: "\e62c";
}
.icon-link:before {
  content: "\e62d";
}
.icon-layout:before {
  content: "\e62e";
}
.icon-layers:before {
  content: "\e62f";
}
.icon-layers-alt:before {
  content: "\e630";
}
.icon-key:before {
  content: "\e631";
}
.icon-import:before {
  content: "\e632";
}
.icon-image:before {
  content: "\e633";
}
.icon-heart:before {
  content: "\e634";
}
.icon-heart-broken:before {
  content: "\e635";
}
.icon-hand-stop:before {
  content: "\e636";
}
.icon-hand-open:before {
  content: "\e637";
}
.icon-hand-drag:before {
  content: "\e638";
}
.icon-folder:before {
  content: "\e639";
}
.icon-flag:before {
  content: "\e63a";
}
.icon-flag-alt:before {
  content: "\e63b";
}
.icon-flag-alt-2:before {
  content: "\e63c";
}
.icon-eye:before {
  content: "\e63d";
}
.icon-export:before {
  content: "\e63e";
}
.icon-exchange-vertical:before {
  content: "\e63f";
}
.icon-desktop:before {
  content: "\e640";
}
.icon-cup:before {
  content: "\e641";
}
.icon-crown:before {
  content: "\e642";
}
.icon-comments:before {
  content: "\e643";
}
.icon-comment:before {
  content: "\e644";
}
.icon-comment-alt:before {
  content: "\e645";
}
.icon-close:before {
  content: "\e646";
}
.icon-clip:before {
  content: "\e647";
}
.icon-angle-up:before {
  content: "\e648";
}
.icon-angle-right:before {
  content: "\e649";
}
.icon-angle-left:before {
  content: "\e64a";
}
.icon-angle-down:before {
  content: "\e64b";
}
.icon-check:before {
  content: "\e64c";
}
.icon-check-box:before {
  content: "\e64d";
}
.icon-camera:before {
  content: "\e64e";
}
.icon-announcement:before {
  content: "\e64f";
}
.icon-brush:before {
  content: "\e650";
}
.icon-briefcase:before {
  content: "\e651";
}
.icon-bolt:before {
  content: "\e652";
}
.icon-bolt-alt:before {
  content: "\e653";
}
.icon-blackboard:before {
  content: "\e654";
}
.icon-bag:before {
  content: "\e655";
}
.icon-move:before {
  content: "\e656";
}
.icon-arrows-vertical:before {
  content: "\e657";
}
.icon-arrows-horizontal:before {
  content: "\e658";
}
.icon-fullscreen:before {
  content: "\e659";
}
.icon-arrow-top-right:before {
  content: "\e65a";
}
.icon-arrow-top-left:before {
  content: "\e65b";
}
.icon-arrow-circle-up:before {
  content: "\e65c";
}
.icon-arrow-circle-right:before {
  content: "\e65d";
}
.icon-arrow-circle-left:before {
  content: "\e65e";
}
.icon-arrow-circle-down:before {
  content: "\e65f";
}
.icon-angle-double-up:before {
  content: "\e660";
}
.icon-angle-double-right:before {
  content: "\e661";
}
.icon-angle-double-left:before {
  content: "\e662";
}
.icon-angle-double-down:before {
  content: "\e663";
}
.icon-zip:before {
  content: "\e664";
}
.icon-world:before {
  content: "\e665";
}
.icon-wheelchair:before {
  content: "\e666";
}
.icon-view-list:before {
  content: "\e667";
}
.icon-view-list-alt:before {
  content: "\e668";
}
.icon-view-grid:before {
  content: "\e669";
}
.icon-uppercase:before {
  content: "\e66a";
}
.icon-upload:before {
  content: "\e66b";
}
.icon-underline:before {
  content: "\e66c";
}
.icon-truck:before {
  content: "\e66d";
}
.icon-timer:before {
  content: "\e66e";
}
.icon-ticket:before {
  content: "\e66f";
}
.icon-thumb-up:before {
  content: "\e670";
}
.icon-thumb-down:before {
  content: "\e671";
}
.icon-text:before {
  content: "\e672";
}
.icon-stats-up:before {
  content: "\e673";
}
.icon-stats-down:before {
  content: "\e674";
}
.icon-split-v:before {
  content: "\e675";
}
.icon-split-h:before {
  content: "\e676";
}
.icon-smallcap:before {
  content: "\e677";
}
.icon-shine:before {
  content: "\e678";
}
.icon-shift-right:before {
  content: "\e679";
}
.icon-shift-left:before {
  content: "\e67a";
}
.icon-shield:before {
  content: "\e67b";
}
.icon-notepad:before {
  content: "\e67c";
}
.icon-server:before {
  content: "\e67d";
}
.icon-quote-right:before {
  content: "\e67e";
}
.icon-quote-left:before {
  content: "\e67f";
}
.icon-pulse:before {
  content: "\e680";
}
.icon-printer:before {
  content: "\e681";
}
.icon-power-off:before {
  content: "\e682";
}
.icon-plug:before {
  content: "\e683";
}
.icon-pie-chart:before {
  content: "\e684";
}
.icon-paragraph:before {
  content: "\e685";
}
.icon-panel:before {
  content: "\e686";
}
.icon-package:before {
  content: "\e687";
}
.icon-music:before {
  content: "\e688";
}
.icon-music-alt:before {
  content: "\e689";
}
.icon-mouse:before {
  content: "\e68a";
}
.icon-mouse-alt:before {
  content: "\e68b";
}
.icon-money:before {
  content: "\e68c";
}
.icon-microphone:before {
  content: "\e68d";
}
.icon-menu:before {
  content: "\e68e";
}
.icon-menu-alt:before {
  content: "\e68f";
}
.icon-map:before {
  content: "\e690";
}
.icon-map-alt:before {
  content: "\e691";
}
.icon-loop:before {
  content: "\e692";
}
.icon-location-pin:before {
  content: "\e693";
}
.icon-list:before {
  content: "\e694";
}
.icon-light-bulb:before {
  content: "\e695";
}
.icon-Italic:before {
  content: "\e696";
}
.icon-info:before {
  content: "\e697";
}
.icon-infinite:before {
  content: "\e698";
}
.icon-id-badge:before {
  content: "\e699";
}
.icon-hummer:before {
  content: "\e69a";
}
.icon-home:before {
  content: "\e69b";
}
.icon-help:before {
  content: "\e69c";
}
.icon-headphone:before {
  content: "\e69d";
}
.icon-harddrives:before {
  content: "\e69e";
}
.icon-harddrive:before {
  content: "\e69f";
}
.icon-gift:before {
  content: "\e6a0";
}
.icon-game:before {
  content: "\e6a1";
}
.icon-filter:before {
  content: "\e6a2";
}
.icon-files:before {
  content: "\e6a3";
}
.icon-file:before {
  content: "\e6a4";
}
.icon-eraser:before {
  content: "\e6a5";
}
.icon-envelope:before {
  content: "\e6a6";
}
.icon-download:before {
  content: "\e6a7";
}
.icon-direction:before {
  content: "\e6a8";
}
.icon-direction-alt:before {
  content: "\e6a9";
}
.icon-dashboard:before {
  content: "\e6aa";
}
.icon-control-stop:before {
  content: "\e6ab";
}
.icon-control-shuffle:before {
  content: "\e6ac";
}
.icon-control-play:before {
  content: "\e6ad";
}
.icon-control-pause:before {
  content: "\e6ae";
}
.icon-control-forward:before {
  content: "\e6af";
}
.icon-control-backward:before {
  content: "\e6b0";
}
.icon-cloud:before {
  content: "\e6b1";
}
.icon-cloud-up:before {
  content: "\e6b2";
}
.icon-cloud-down:before {
  content: "\e6b3";
}
.icon-clipboard:before {
  content: "\e6b4";
}
.icon-car:before {
  content: "\e6b5";
}
.icon-calendar:before {
  content: "\e6b6";
}
.icon-book:before {
  content: "\e6b7";
}
.icon-bell:before {
  content: "\e6b8";
}
.icon-basketball:before {
  content: "\e6b9";
}
.icon-bar-chart:before {
  content: "\e6ba";
}
.icon-bar-chart-alt:before {
  content: "\e6bb";
}
.icon-back-right:before {
  content: "\e6bc";
}
.icon-back-left:before {
  content: "\e6bd";
}
.icon-arrows-corner:before {
  content: "\e6be";
}
.icon-archive:before {
  content: "\e6bf";
}
.icon-anchor:before {
  content: "\e6c0";
}
.icon-align-right:before {
  content: "\e6c1";
}
.icon-align-left:before {
  content: "\e6c2";
}
.icon-align-justify:before {
  content: "\e6c3";
}
.icon-align-center:before {
  content: "\e6c4";
}
.icon-alert:before {
  content: "\e6c5";
}
.icon-alarm-clock:before {
  content: "\e6c6";
}
.icon-agenda:before {
  content: "\e6c7";
}
.icon-write:before {
  content: "\e6c8";
}
.icon-window:before {
  content: "\e6c9";
}
.icon-widgetized:before {
  content: "\e6ca";
}
.icon-widget:before {
  content: "\e6cb";
}
.icon-widget-alt:before {
  content: "\e6cc";
}
.icon-wallet:before {
  content: "\e6cd";
}
.icon-video-clapper:before {
  content: "\e6ce";
}
.icon-video-camera:before {
  content: "\e6cf";
}
.icon-vector:before {
  content: "\e6d0";
}
.icon-themify-logo:before {
  content: "\e6d1";
}
.icon-themify-favicon:before {
  content: "\e6d2";
}
.icon-themify-favicon-alt:before {
  content: "\e6d3";
}
.icon-support:before {
  content: "\e6d4";
}
.icon-stamp:before {
  content: "\e6d5";
}
.icon-split-v-alt:before {
  content: "\e6d6";
}
.icon-slice:before {
  content: "\e6d7";
}
.icon-shortcode:before {
  content: "\e6d8";
}
.icon-shift-right-alt:before {
  content: "\e6d9";
}
.icon-shift-left-alt:before {
  content: "\e6da";
}
.icon-ruler-alt-2:before {
  content: "\e6db";
}
.icon-receipt:before {
  content: "\e6dc";
}
.icon-pin2:before {
  content: "\e6dd";
}
.icon-pin-alt:before {
  content: "\e6de";
}
.icon-pencil-alt2:before {
  content: "\e6df";
}
.icon-palette:before {
  content: "\e6e0";
}
.icon-more:before {
  content: "\e6e1";
}
.icon-more-alt:before {
  content: "\e6e2";
}
.icon-microphone-alt:before {
  content: "\e6e3";
}
.icon-magnet:before {
  content: "\e6e4";
}
.icon-line-double:before {
  content: "\e6e5";
}
.icon-line-dotted:before {
  content: "\e6e6";
}
.icon-line-dashed:before {
  content: "\e6e7";
}
.icon-layout-width-full:before {
  content: "\e6e8";
}
.icon-layout-width-default:before {
  content: "\e6e9";
}
.icon-layout-width-default-alt:before {
  content: "\e6ea";
}
.icon-layout-tab:before {
  content: "\e6eb";
}
.icon-layout-tab-window:before {
  content: "\e6ec";
}
.icon-layout-tab-v:before {
  content: "\e6ed";
}
.icon-layout-tab-min:before {
  content: "\e6ee";
}
.icon-layout-slider:before {
  content: "\e6ef";
}
.icon-layout-slider-alt:before {
  content: "\e6f0";
}
.icon-layout-sidebar-right:before {
  content: "\e6f1";
}
.icon-layout-sidebar-none:before {
  content: "\e6f2";
}
.icon-layout-sidebar-left:before {
  content: "\e6f3";
}
.icon-layout-placeholder:before {
  content: "\e6f4";
}
.icon-layout-menu:before {
  content: "\e6f5";
}
.icon-layout-menu-v:before {
  content: "\e6f6";
}
.icon-layout-menu-separated:before {
  content: "\e6f7";
}
.icon-layout-menu-full:before {
  content: "\e6f8";
}
.icon-layout-media-right-alt:before {
  content: "\e6f9";
}
.icon-layout-media-right:before {
  content: "\e6fa";
}
.icon-layout-media-overlay:before {
  content: "\e6fb";
}
.icon-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.icon-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.icon-layout-media-left-alt:before {
  content: "\e6fe";
}
.icon-layout-media-left:before {
  content: "\e6ff";
}
.icon-layout-media-center-alt:before {
  content: "\e700";
}
.icon-layout-media-center:before {
  content: "\e701";
}
.icon-layout-list-thumb:before {
  content: "\e702";
}
.icon-layout-list-thumb-alt:before {
  content: "\e703";
}
.icon-layout-list-post:before {
  content: "\e704";
}
.icon-layout-list-large-image:before {
  content: "\e705";
}
.icon-layout-line-solid:before {
  content: "\e706";
}
.icon-layout-grid4:before {
  content: "\e707";
}
.icon-layout-grid3:before {
  content: "\e708";
}
.icon-layout-grid2:before {
  content: "\e709";
}
.icon-layout-grid2-thumb:before {
  content: "\e70a";
}
.icon-layout-cta-right:before {
  content: "\e70b";
}
.icon-layout-cta-left:before {
  content: "\e70c";
}
.icon-layout-cta-center:before {
  content: "\e70d";
}
.icon-layout-cta-btn-right:before {
  content: "\e70e";
}
.icon-layout-cta-btn-left:before {
  content: "\e70f";
}
.icon-layout-column4:before {
  content: "\e710";
}
.icon-layout-column3:before {
  content: "\e711";
}
.icon-layout-column2:before {
  content: "\e712";
}
.icon-layout-accordion-separated:before {
  content: "\e713";
}
.icon-layout-accordion-merged:before {
  content: "\e714";
}
.icon-layout-accordion-list:before {
  content: "\e715";
}
.icon-ink-pen:before {
  content: "\e716";
}
.icon-info-alt:before {
  content: "\e717";
}
.icon-help-alt:before {
  content: "\e718";
}
.icon-headphone-alt:before {
  content: "\e719";
}
.icon-hand-point-up:before {
  content: "\e71a";
}
.icon-hand-point-right:before {
  content: "\e71b";
}
.icon-hand-point-left:before {
  content: "\e71c";
}
.icon-hand-point-down:before {
  content: "\e71d";
}
.icon-gallery:before {
  content: "\e71e";
}
.icon-face-smile:before {
  content: "\e71f";
}
.icon-face-sad:before {
  content: "\e720";
}
.icon-credit-card:before {
  content: "\e721";
}
.icon-control-skip-forward:before {
  content: "\e722";
}
.icon-control-skip-backward:before {
  content: "\e723";
}
.icon-control-record:before {
  content: "\e724";
}
.icon-control-eject:before {
  content: "\e725";
}
.icon-comments-smiley:before {
  content: "\e726";
}
.icon-brush-alt:before {
  content: "\e727";
}
.icon-youtube:before {
  content: "\e728";
}
.icon-vimeo:before {
  content: "\e729";
}
.icon-twitter:before {
  content: "\e72a";
}
.icon-time:before {
  content: "\e72b";
}
.icon-tumblr:before {
  content: "\e72c";
}
.icon-skype:before {
  content: "\e72d";
}
.icon-share:before {
  content: "\e72e";
}
.icon-share-alt:before {
  content: "\e72f";
}
.icon-rocket:before {
  content: "\e730";
}
.icon-pinterest:before {
  content: "\e731";
}
.icon-new-window:before {
  content: "\e732";
}
.icon-microsoft:before {
  content: "\e733";
}
.icon-list-ol:before {
  content: "\e734";
}
.icon-linkedin:before {
  content: "\e735";
}
.icon-layout-sidebar-2:before {
  content: "\e736";
}
.icon-layout-grid4-alt:before {
  content: "\e737";
}
.icon-layout-grid3-alt:before {
  content: "\e738";
}
.icon-layout-grid2-alt:before {
  content: "\e739";
}
.icon-layout-column4-alt:before {
  content: "\e73a";
}
.icon-layout-column3-alt:before {
  content: "\e73b";
}
.icon-layout-column2-alt:before {
  content: "\e73c";
}
.icon-instagram:before {
  content: "\e73d";
}
.icon-google:before {
  content: "\e73e";
}
.icon-github:before {
  content: "\e73f";
}
.icon-flickr:before {
  content: "\e740";
}
.icon-facebook:before {
  content: "\e741";
}
.icon-dropbox:before {
  content: "\e742";
}
.icon-dribbble:before {
  content: "\e743";
}
.icon-apple:before {
  content: "\e744";
}
.icon-android:before {
  content: "\e745";
}
.icon-save:before {
  content: "\e746";
}
.icon-save-alt:before {
  content: "\e747";
}
.icon-yahoo:before {
  content: "\e748";
}
.icon-wordpress:before {
  content: "\e749";
}
.icon-vimeo-alt:before {
  content: "\e74a";
}
.icon-twitter-alt:before {
  content: "\e74b";
}
.icon-tumblr-alt:before {
  content: "\e74c";
}
.icon-trello:before {
  content: "\e74d";
}
.icon-stack-overflow:before {
  content: "\e74e";
}
.icon-soundcloud:before {
  content: "\e74f";
}
.icon-sharethis:before {
  content: "\e750";
}
.icon-sharethis-alt:before {
  content: "\e751";
}
.icon-reddit:before {
  content: "\e752";
}
.icon-pinterest-alt:before {
  content: "\e753";
}
.icon-microsoft-alt:before {
  content: "\e754";
}
.icon-linux:before {
  content: "\e755";
}
.icon-jsfiddle:before {
  content: "\e756";
}
.icon-joomla:before {
  content: "\e757";
}
.icon-html5:before {
  content: "\e758";
}
.icon-flickr-alt:before {
  content: "\e759";
}
.icon-email:before {
  content: "\e75a";
}
.icon-drupal:before {
  content: "\e75b";
}
.icon-dropbox-alt:before {
  content: "\e75c";
}
.icon-css3:before {
  content: "\e75d";
}
.icon-rss:before {
  content: "\e75e";
}
.icon-rss-alt:before {
  content: "\e75f";
}
@font-face {
  font-family: "Pe-icon-7-stroke";
  src: url('Pe-icon-7-stroke.eot?d7yf1v');
  src: url('Pe-icon-7-stroke.eot?#iefixd7yf1v') format("embedded-opentype"), url('Pe-icon-7-stroke.woff?d7yf1v') format("woff"), url('Pe-icon-7-stroke.ttf?d7yf1v') format("truetype"), url('Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=pe-7s-], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
/* HELPER CLASS
 * -------------------------- */
/* FA based classes */
/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */
/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.33rem;
  line-height: 0.75em;
  vertical-align: -15%;
}
.pe-2x {
  font-size: 2rem;
}
.pe-3x {
  font-size: 3rem;
}
.pe-4x {
  font-size: 4rem;
}
.pe-5x {
  font-size: 5rem;
}
.pe-fw {
  width: 1.2857142857em;
  text-align: center;
}
.pe-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.pe-ul > li {
  position: relative;
}
.pe-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.pe-li.pe-lg {
  left: -1.8571428571em;
}
.pe-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pe.pull-left {
  float: left;
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.pe-spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}
.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}
.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.pe-stack-1x {
  line-height: inherit;
}
.pe-stack-2x {
  font-size: 2em;
}
.pe-inverse {
  color: #ffffff;
}
/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle;
}
.pe-border {
  border: solid 0.08em #eaeaea;
}
@font-face {
  font-family: "Ionicons";
  src: url('ionicons.eot?v=2.0.0');
  src: url('ionicons.eot?v=2.0.0#iefix') format("embedded-opentype"), url('ionicons.ttf?v=2.0.0') format("truetype"), url('ionicons.woff?v=2.0.0') format("woff"), url('ionicons.svg?v=2.0.0#Ionicons') format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}
/* VARIABLES */
/* Applies a stroke to the icons. Can use percentage for responsive */
.climacon_component-stroke {
  fill: #dcdada;
  stroke-width: 1px;
  stroke: #717171;
}
.climacon_component-fill {
  fill: rgba(113, 113, 113, 0.2509803922);
  stroke-width: 0;
  stroke: #ddd;
}
/* SVG GLOBAL */
svg.climacon {
  display: inline-block;
  width: 80px;
  height: 80px;
  shape-rendering: geometricPrecision;
}
g, path, circle, rect {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  transform-origin: 50% 50%;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
/* SUN */
.climacon_componentWrap-sun {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}
.climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke {
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
/* MOON */
.climacon_componentWrap-moon {
  -webkit-animation-name: partialRotate;
          animation-name: partialRotate;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
/* WIND */
.climacon_componentWrap-wind {
  -webkit-animation-name: translateWind;
          animation-name: translateWind;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
/* SNOWFLAKE */
.climacon_componentWrap-snowflake {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 54s;
          animation-duration: 54s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
/* CLOUD SUN */
.climacon_componentWrap-sun_cloud {
  -webkit-animation-name: behindCloudMove, rotate;
          animation-name: behindCloudMove, rotate;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-timing-function: ease-out, linear;
          animation-timing-function: ease-out, linear;
  -webkit-animation-delay: 0, 4.5s;
          animation-delay: 0, 4.5s;
  -webkit-animation-duration: 4.5s, 18s;
          animation-duration: 4.5s, 18s;
}
.climacon_componentWrap-sun_cloud .climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity, scale;
          animation-name: fillOpacity, scale;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-delay: 4.5s, 0;
          animation-delay: 4.5s, 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.climacon_componentWrap-sun_cloud .climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
/* CLOUD MOON */
.climacon_componentWrap-moon_cloud {
  -webkit-animation-name: behindCloudMove, partialRotate;
          animation-name: behindCloudMove, partialRotate;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-timing-function: ease-out, linear;
          animation-timing-function: ease-out, linear;
  -webkit-animation-delay: 0, 4.5s;
          animation-delay: 0, 4.5s;
  -webkit-animation-duration: 4.5s, 18s;
          animation-duration: 4.5s, 18s;
}
/* DRIZZLE */
.climacon_component-stroke_drizzle {
  fill-opacity: 0;
  -webkit-animation-name: drizzleFall, fillOpacity2;
          animation-name: drizzleFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.climacon_component-stroke_drizzle:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.climacon_component-stroke_drizzle:nth-child(2) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.climacon_component-stroke_drizzle:nth-child(3) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
/* RAIN */
.climacon_component-stroke_rain {
  fill-opacity: 0;
  -webkit-animation-name: rainFall, fillOpacity2;
          animation-name: rainFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.climacon_component-stroke_rain:nth-child(n+4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.climacon_component-stroke_rain_alt:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
/* HAIL */
/* HAIL ALT */
.climacon_component-stroke_hailAlt {
  fill-opacity: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.climacon_component-stroke_hailAlt-left {
  -webkit-animation-name: hailLeft, fillOpacity2;
          animation-name: hailLeft, fillOpacity2;
}
.climacon_component-stroke_hailAlt-middle {
  -webkit-animation-name: hailMiddle, fillOpacity2;
          animation-name: hailMiddle, fillOpacity2;
}
.climacon_component-stroke_hailAlt-middle:nth-child(2) {
  -webkit-animation-name: hailMiddle2, fillOpacity2;
          animation-name: hailMiddle2, fillOpacity2;
}
.climacon_component-stroke_hailAlt-right {
  -webkit-animation-name: hailRight, fillOpacity2;
          animation-name: hailRight, fillOpacity2;
}
.climacon_component-stroke_hailAlt:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.climacon_component-stroke_hailAlt:nth-child(2) {
  -webkit-animation-delay: 0.1666666667s;
          animation-delay: 0.1666666667s;
}
.climacon_component-stroke_hailAlt:nth-child(3) {
  -webkit-animation-delay: 0.3333333333s;
          animation-delay: 0.3333333333s;
}
.climacon_component-stroke_hailAlt:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.climacon_component-stroke_hailAlt:nth-child(5) {
  -webkit-animation-delay: 0.6666666667s;
          animation-delay: 0.6666666667s;
}
.climacon_component-stroke_hailAlt:nth-child(6) {
  -webkit-animation-delay: 0.8333333333s;
          animation-delay: 0.8333333333s;
}
/* SNOW */
.climacon_component-stroke_snow {
  fill-opacity: 0;
  -webkit-animation-name: snowFall, fillOpacity2;
          animation-name: snowFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.climacon_component-stroke_snow:nth-child(3) {
  -webkit-animation-name: snowFall2, fillOpacity2;
          animation-name: snowFall2, fillOpacity2;
}
.climacon_component-stroke_snow:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.climacon_component-stroke_snow:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.climacon_component-stroke_snow:nth-child(3) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
/* SNOW ALT */
.climacon_wrapperComponent-snowAlt {
  fill-opacity: 0;
  -webkit-animation-name: snowFall, fillOpacity2;
          animation-name: snowFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
/* FOG */
.climacon_component-stroke_fogLine {
  fill-opacity: 0.5;
  -webkit-animation-name: translateFog, fillOpacityFog;
          animation-name: translateFog, fillOpacityFog;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.climacon_component-stroke_fogLine:nth-child(even) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
/* LIGHTNING */
.climacon_component-stroke_lightning {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacityLightning;
          animation-name: fillOpacityLightning;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
/* TORNADO */
.climacon_component-stroke_tornadoLine {
  -webkit-animation-name: translateTornado1;
          animation-name: translateTornado1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.climacon_component-stroke_tornadoLine:nth-child(1) {
  -webkit-animation-name: translateTornado1;
          animation-name: translateTornado1;
}
.climacon_component-stroke_tornadoLine:nth-child(2) {
  -webkit-animation-name: translateTornado2;
          animation-name: translateTornado2;
}
.climacon_component-stroke_tornadoLine:nth-child(3) {
  -webkit-animation-name: translateTornado3;
          animation-name: translateTornado3;
}
.climacon_component-stroke_tornadoLine:nth-child(4) {
  -webkit-animation-name: translateTornado4;
          animation-name: translateTornado4;
}
.climacon_component-stroke_tornadoLine:nth-child(5) {
  -webkit-animation-name: translateTornado5;
          animation-name: translateTornado5;
}
.climacon_component-stroke_tornadoLine:nth-child(6) {
  -webkit-animation-name: translateTornado6;
          animation-name: translateTornado6;
}
.climacon_componentWrap-sunsetAlt {
  -webkit-animation-name: translateSunset;
          animation-name: translateSunset;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.climacon_componentWrap-sunsetAlt {
  -webkit-animation-name: translateSunset;
          animation-name: translateSunset;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.climacon_iconWrap-sun .climacon_component-stroke_sunSpoke, .climacon_iconWrap-sunFill .climacon_component-stroke_sunSpoke {
  fill-opacity: 1;
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.climacon_iconWrap-sun .climacon_component-stroke_sunSpoke:nth-child(even), .climacon_iconWrap-sunFill .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.climacon-iconWrap_sunFill .climacon_component-stroke_sunSpoke {
  fill-opacity: 1;
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.climacon-iconWrap_sunFill .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.climacon_component-stroke_arrow-up {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity2, translateArrowUp;
          animation-name: fillOpacity2, translateArrowUp;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.climacon_component-stroke_arrow-down {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity2, translateArrowDown;
          animation-name: fillOpacity2, translateArrowDown;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.climacon_componentWrap-sunrise .climacon_component-stroke_sunSpoke, .climacon_componentWrap-sunset .climacon_component-stroke_sunSpoke {
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.climacon_componentWrap-sunrise .climacon_component-stroke_sunSpoke:nth-child(even), .climacon_componentWrap-sunset .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.climacon_componentWrap-sunriseAlt {
  -webkit-animation-name: translateSunrise, fillOpacity;
          animation-name: translateSunrise, fillOpacity;
  -webkit-animation-duration: 18s, 9s;
          animation-duration: 18s, 9s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.climacon_componentWrap-sunriseAlt .climacon_component-stroke_sunSpoke {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity, scale;
          animation-name: fillOpacity, scale;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-delay: 4.5s, 0;
          animation-delay: 4.5s, 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.climacon_componentWrap-sunriseAlt .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s, 4.5s;
          animation-delay: 4.5s, 4.5s;
}
.climacon_componentWrap-sunsetAlt {
  -webkit-animation-name: translateSunset;
          animation-name: translateSunset;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
/* ANIMATIONS */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes partialRotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
@keyframes behindCloudMove {
  0% {
    transform: translateX(-1.75px) translateY(1.75px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes drizzleFall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(21px);
  }
}
@keyframes rainFall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(14px);
  }
}
@keyframes rainFall2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateX(14px) translateY(14px);
  }
}
@keyframes hailLeft {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(-0.3px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(-0.9px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(-1.5px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(-2.1px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(-2.7px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(-3.3px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(-3.9px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(-4.5px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(-5.1px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(-5.7px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(-6.3px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(-6.9px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(-7.5px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(-8.1px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(-8.7px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(-9.3px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(-9.9px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(-10.5px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(-11.1px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(-11.7px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(-12.3px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(-12.9px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(-13.5px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(-14.1px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(-14.7px);
  }
}
@keyframes hailMiddle {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(-0.15px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(-0.45px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(-0.75px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(-1.05px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(-1.35px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(-1.65px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(-1.95px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(-2.25px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(-2.55px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(-2.85px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(-3.15px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(-3.45px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(-3.75px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(-4.05px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(-4.35px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(-4.65px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(-4.95px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(-5.25px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(-5.55px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(-5.85px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(-6.15px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(-6.45px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(-6.75px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(-7.05px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(-7.35px);
  }
}
@keyframes hailMiddle2 {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(0.15px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(0.45px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(0.75px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(1.05px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(1.35px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(1.65px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(1.95px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(2.25px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(2.55px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(2.85px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(3.15px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(3.45px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(3.75px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(4.05px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(4.35px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(4.65px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(4.95px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(5.25px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(5.55px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(5.85px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(6.15px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(6.45px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(6.75px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(7.05px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(7.35px);
  }
}
@keyframes hailRight {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(NaNpx) translateX(0.3px);
  }
  53% {
    transform: translateY(10.1371288829px) translateX(0.9px);
  }
  55% {
    transform: translateY(10.1371288829px) translateX(1.5px);
  }
  57% {
    transform: translateY(10.1371288829px) translateX(2.1px);
  }
  59% {
    transform: translateY(10.1371288829px) translateX(2.7px);
  }
  61% {
    transform: translateY(10.1371288829px) translateX(3.3px);
  }
  63% {
    transform: translateY(10.1371288829px) translateX(3.9px);
  }
  65% {
    transform: translateY(10.1371288829px) translateX(4.5px);
  }
  67% {
    transform: translateY(10.1371288829px) translateX(5.1px);
  }
  69% {
    transform: translateY(10.1371288829px) translateX(5.7px);
  }
  71% {
    transform: translateY(10.1371288829px) translateX(6.3px);
  }
  73% {
    transform: translateY(10.1371288829px) translateX(6.9px);
  }
  75% {
    transform: translateY(10.1371288829px) translateX(7.5px);
  }
  77% {
    transform: translateY(10.1371288829px) translateX(8.1px);
  }
  79% {
    transform: translateY(10.1371288829px) translateX(8.7px);
  }
  81% {
    transform: translateY(10.1371288829px) translateX(9.3px);
  }
  83% {
    transform: translateY(10.1371288829px) translateX(9.9px);
  }
  85% {
    transform: translateY(10.1371288829px) translateX(10.5px);
  }
  87% {
    transform: translateY(10.1371288829px) translateX(11.1px);
  }
  89% {
    transform: translateY(10.1371288829px) translateX(11.7px);
  }
  91% {
    transform: translateY(10.1371288829px) translateX(12.3px);
  }
  93% {
    transform: translateY(10.1371288829px) translateX(12.9px);
  }
  95% {
    transform: translateY(10.1371288829px) translateX(13.5px);
  }
  97% {
    transform: translateY(10.1371288829px) translateX(14.1px);
  }
  99% {
    transform: translateY(10.1371288829px) translateX(14.7px);
  }
}
@keyframes fillOpacity {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
}
@keyframes fillOpacity2 {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@keyframes lightningFlash {
  0% {
    fill-opacity: 0;
  }
  1% {
    fill-opacity: 1;
  }
  2% {
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 0;
  }
  51% {
    fill-opacity: 1;
  }
  52% {
    fill-opacity: 0;
  }
  53% {
    fill-opacity: 1;
  }
  54% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0;
  }
}
@keyframes snowFall {
  0% {
    transform: translateY(0px) translateX(NaNpx);
  }
  2% {
    transform: translateY(0.35px) translateX(-14.1829419696px);
  }
  4% {
    transform: translateY(0.7px) translateX(-15.8658839392px);
  }
  6% {
    transform: translateY(1.05px) translateX(-17.5488259088px);
  }
  8% {
    transform: translateY(1.4px) translateX(-19.2317678785px);
  }
  10% {
    transform: translateY(1.75px) translateX(-20.9147098481px);
  }
  12% {
    transform: translateY(2.1px) translateX(-22.5976518177px);
  }
  14% {
    transform: translateY(2.45px) translateX(-24.2805937873px);
  }
  16% {
    transform: translateY(2.8px) translateX(-25.9635357569px);
  }
  18% {
    transform: translateY(3.15px) translateX(-27.6464777265px);
  }
  20% {
    transform: translateY(3.5px) translateX(-29.3294196962px);
  }
  22% {
    transform: translateY(3.85px) translateX(-31.0123616658px);
  }
  24% {
    transform: translateY(4.2px) translateX(-32.6953036354px);
  }
  26% {
    transform: translateY(4.55px) translateX(-34.378245605px);
  }
  28% {
    transform: translateY(4.9px) translateX(-36.0611875746px);
  }
  30% {
    transform: translateY(5.25px) translateX(-37.7441295442px);
  }
  32% {
    transform: translateY(5.6px) translateX(-39.4270715139px);
  }
  34% {
    transform: translateY(5.95px) translateX(-41.1100134835px);
  }
  36% {
    transform: translateY(6.3px) translateX(-42.7929554531px);
  }
  38% {
    transform: translateY(6.65px) translateX(-44.4758974227px);
  }
  40% {
    transform: translateY(7px) translateX(-46.1588393923px);
  }
  42% {
    transform: translateY(7.35px) translateX(-47.8417813619px);
  }
  44% {
    transform: translateY(7.7px) translateX(-49.5247233315px);
  }
  46% {
    transform: translateY(8.05px) translateX(-51.2076653012px);
  }
  48% {
    transform: translateY(8.4px) translateX(-52.8906072708px);
  }
  50% {
    transform: translateY(8.75px) translateX(-54.5735492404px);
  }
  52% {
    transform: translateY(9.1px) translateX(-56.25649121px);
  }
  54% {
    transform: translateY(9.45px) translateX(-57.9394331796px);
  }
  56% {
    transform: translateY(9.8px) translateX(-59.6223751492px);
  }
  58% {
    transform: translateY(10.15px) translateX(-61.3053171189px);
  }
  60% {
    transform: translateY(10.5px) translateX(-62.9882590885px);
  }
  62% {
    transform: translateY(10.85px) translateX(-64.6712010581px);
  }
  64% {
    transform: translateY(11.2px) translateX(-66.3541430277px);
  }
  66% {
    transform: translateY(11.55px) translateX(-68.0370849973px);
  }
  68% {
    transform: translateY(11.9px) translateX(-69.7200269669px);
  }
  70% {
    transform: translateY(12.25px) translateX(-71.4029689366px);
  }
  72% {
    transform: translateY(12.6px) translateX(-73.0859109062px);
  }
  74% {
    transform: translateY(12.95px) translateX(-74.7688528758px);
  }
  76% {
    transform: translateY(13.3px) translateX(-76.4517948454px);
  }
  78% {
    transform: translateY(13.65px) translateX(-78.134736815px);
  }
  80% {
    transform: translateY(14px) translateX(-79.8176787846px);
  }
  82% {
    transform: translateY(14.35px) translateX(-81.5006207542px);
  }
  84% {
    transform: translateY(14.7px) translateX(-83.1835627239px);
  }
  86% {
    transform: translateY(15.05px) translateX(-84.8665046935px);
  }
  88% {
    transform: translateY(15.4px) translateX(-86.5494466631px);
  }
  90% {
    transform: translateY(15.75px) translateX(-88.2323886327px);
  }
  92% {
    transform: translateY(16.1px) translateX(-89.9153306023px);
  }
  94% {
    transform: translateY(16.45px) translateX(-91.5982725719px);
  }
  96% {
    transform: translateY(16.8px) translateX(-93.2812145416px);
  }
  98% {
    transform: translateY(17.15px) translateX(-94.9641565112px);
  }
  100% {
    transform: translateY(17.5px) translateX(-96.6470984808px);
  }
}
@keyframes snowFall2 {
  0% {
    transform: translateY(0px) translateX(NaNpx);
  }
  2% {
    transform: translateY(0.35px) translateX(-10.0976518177px);
  }
  4% {
    transform: translateY(0.7px) translateX(-9.6769163253px);
  }
  6% {
    transform: translateY(1.05px) translateX(-9.2561808329px);
  }
  8% {
    transform: translateY(1.4px) translateX(-8.8354453405px);
  }
  10% {
    transform: translateY(1.75px) translateX(-8.4147098481px);
  }
  12% {
    transform: translateY(2.1px) translateX(-7.9939743557px);
  }
  14% {
    transform: translateY(2.45px) translateX(-7.5732388633px);
  }
  16% {
    transform: translateY(2.8px) translateX(-7.1525033709px);
  }
  18% {
    transform: translateY(3.15px) translateX(-6.7317678785px);
  }
  20% {
    transform: translateY(3.5px) translateX(-6.3110323861px);
  }
  22% {
    transform: translateY(3.85px) translateX(-5.8902968937px);
  }
  24% {
    transform: translateY(4.2px) translateX(-5.4695614013px);
  }
  26% {
    transform: translateY(4.55px) translateX(-5.0488259088px);
  }
  28% {
    transform: translateY(4.9px) translateX(-4.6280904164px);
  }
  30% {
    transform: translateY(5.25px) translateX(-4.207354924px);
  }
  32% {
    transform: translateY(5.6px) translateX(-3.7866194316px);
  }
  34% {
    transform: translateY(5.95px) translateX(-3.3658839392px);
  }
  36% {
    transform: translateY(6.3px) translateX(-2.9451484468px);
  }
  38% {
    transform: translateY(6.65px) translateX(-2.5244129544px);
  }
  40% {
    transform: translateY(7px) translateX(-2.103677462px);
  }
  42% {
    transform: translateY(7.35px) translateX(-1.6829419696px);
  }
  44% {
    transform: translateY(7.7px) translateX(-1.2622064772px);
  }
  46% {
    transform: translateY(8.05px) translateX(-0.8414709848px);
  }
  48% {
    transform: translateY(8.4px) translateX(-0.4207354924px);
  }
  50% {
    transform: translateY(8.75px) translateX(0px);
  }
  52% {
    transform: translateY(9.1px) translateX(0.4207354924px);
  }
  54% {
    transform: translateY(9.45px) translateX(0.8414709848px);
  }
  56% {
    transform: translateY(9.8px) translateX(1.2622064772px);
  }
  58% {
    transform: translateY(10.15px) translateX(1.6829419696px);
  }
  60% {
    transform: translateY(10.5px) translateX(2.103677462px);
  }
  62% {
    transform: translateY(10.85px) translateX(2.5244129544px);
  }
  64% {
    transform: translateY(11.2px) translateX(2.9451484468px);
  }
  66% {
    transform: translateY(11.55px) translateX(3.3658839392px);
  }
  68% {
    transform: translateY(11.9px) translateX(3.7866194316px);
  }
  70% {
    transform: translateY(12.25px) translateX(4.207354924px);
  }
  72% {
    transform: translateY(12.6px) translateX(4.6280904164px);
  }
  74% {
    transform: translateY(12.95px) translateX(5.0488259088px);
  }
  76% {
    transform: translateY(13.3px) translateX(5.4695614013px);
  }
  78% {
    transform: translateY(13.65px) translateX(5.8902968937px);
  }
  80% {
    transform: translateY(14px) translateX(6.3110323861px);
  }
  82% {
    transform: translateY(14.35px) translateX(6.7317678785px);
  }
  84% {
    transform: translateY(14.7px) translateX(7.1525033709px);
  }
  86% {
    transform: translateY(15.05px) translateX(7.5732388633px);
  }
  88% {
    transform: translateY(15.4px) translateX(7.9939743557px);
  }
  90% {
    transform: translateY(15.75px) translateX(8.4147098481px);
  }
  92% {
    transform: translateY(16.1px) translateX(8.8354453405px);
  }
  94% {
    transform: translateY(16.45px) translateX(9.2561808329px);
  }
  96% {
    transform: translateY(16.8px) translateX(9.6769163253px);
  }
  98% {
    transform: translateY(17.15px) translateX(10.0976518177px);
  }
  100% {
    transform: translateY(17.5px) translateX(10.5183873101px);
  }
}
/* Tornado */
@keyframes translateTornado1 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(3.997px);
  }
  75% {
    transform: translateX(-3.997px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado2 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(2.002px);
  }
  75% {
    transform: translateX(-2.002px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado3 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(8.001px);
  }
  75% {
    transform: translateX(-8.001px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado4 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(5.999px);
  }
  75% {
    transform: translateX(-5.999px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado5 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(10.003px);
  }
  75% {
    transform: translateX(-10.003px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado6 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(5.999px);
  }
  75% {
    transform: translateX(-5.999px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fillOpacityLightning {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  1% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  7% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  51% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  53% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  54% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  60% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@keyframes translateFog {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(2.499px);
  }
  75% {
    transform: translateX(-2.499px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fillOpacityFog {
  0% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
}
@keyframes translateSunrise {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-16.002px);
  }
  100% {
    transform: translateY(-16.002px);
  }
}
@keyframes translateSunset {
  0% {
    transform: translateY(-16.002px);
  }
  25% {
    transform: translateY(-3.997px);
  }
  100% {
    transform: translateY(-3.997px);
  }
}
@keyframes translateArrowDown {
  0% {
    transform: translateY(2.002px);
  }
  100% {
    transform: translateY(4.998px);
  }
}
@keyframes translateArrowUp {
  0% {
    transform: translateY(-2.002px);
  }
  100% {
    transform: translateY(-4.998px);
  }
}
@keyframes translateWind {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(4.998px);
  }
  75% {
    transform: translateX(-4.998px);
  }
  100% {
    transform: translateX(0);
  }
}
/**=====================
     01. General CSS Start
==========================**/
agm-map {
  height: 500px;
}
.leaflet-custom .map-height {
  height: 500px;
}
.leaflet-custom .hexbin-hexagon {
  stroke: #000;
  stroke-width: 0.5px;
}
.leaflet-custom .card-body {
  z-index: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: rgba(246, 246, 246, 0.6);
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  color: #242934;
}
ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
  padding-right: 0px;
}
* a {
  color: #3949ab;
}
a.btn {
  color: #fff;
}
a.btn:hover, a.btn:focus {
  color: #fff;
}
a.btn-transparent {
  color: #242934;
}
a.btn-transparent:hover, a.btn-transparent:focus {
  color: #242934;
}
*.btn:focus {
  box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6, p {
  font-family: "Open Sans", sans-serif;
}
p {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.7px;
}
code {
  color: #3949ab !important;
  background-color: #f8f5fd;
  padding: 3px;
  margin: 0 3px;
  border-radius: 2px;
}
blockquote {
  border-left: 4px solid #e8ebf2;
  padding: 15px;
}
blockquote.text-center {
  border: none;
  padding: 15px;
}
blockquote.text-right {
  border-left: none;
  border-right: 4px solid #e8ebf2;
  padding: 15px;
}
:focus {
  outline-color: #3949ab;
}
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
svg {
  vertical-align: baseline;
}
input:focus {
  outline: none;
}
.media-widgets .media-body {
  margin-bottom: 30px;
}
.typography h1,
.typography .h1,
.typography h2,
.typography .h2,
.typography h3,
.typography .h3,
.typography h4,
.typography .h4,
.typography h5,
.typography .h5,
.typography h6,
.typography .h6 {
  margin: 20px 0;
  margin-top: 0;
}
.typography h1:last-child,
.typography .h1:last-child,
.typography h2:last-child,
.typography .h2:last-child,
.typography h3:last-child,
.typography .h3:last-child,
.typography h4:last-child,
.typography .h4:last-child,
.typography h5:last-child,
.typography .h5:last-child,
.typography h6:last-child,
.typography .h6:last-child {
  margin-bottom: 0;
}
.typography small {
  padding-left: 10px;
  color: #2c323f;
}
pre {
  background-color: rgba(57, 73, 171, 0.03);
  padding: 20px;
}
a:hover {
  text-decoration: none;
  color: #3949ab;
}
.owl-theme .owl-dots .owl-dot span {
  background: #7885d2;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #3949ab;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
  margin-top: 25px;
}
.click2edit ~ .note-editor.note-frame {
  margin-bottom: 30px;
}
.note-editor.note-frame {
  border-color: #f8f5fd;
}
.note-editor.note-frame {
  border-color: #f8f5fd;
}
.my-gallery img {
  border-radius: 15px !important;
}
.modal-dialog .modal-content .modal-body p a {
  margin-right: 0;
}
.alert-theme button {
  top: 33px !important;
  right: 35px !important;
  color: #3949ab;
}
.alert-theme img {
  margin-right: 10px;
}
.alert-theme span + span + span {
  padding: 15px;
  background-color: #d4d8f1;
  box-shadow: 2px 12px 20px -15px rgba(57, 73, 171, 0.3);
  border: 1px solid rgba(57, 73, 171, 0.02);
  border-radius: 15px;
  color: rgba(57, 73, 171, 0.5);
}
.alert-theme span + span + span > strong {
  color: rgba(57, 73, 171, 0.9);
  padding-right: 2px;
}
.alert-copy {
  border: 1px solid #3949ab;
  line-height: 1;
  display: inline-block;
  width: 300px;
  color: #fff;
  background-color: #3949ab;
  box-shadow: 3px 3px 5px 0 #9b9b9b;
}
.alert-copy .close {
  box-shadow: none;
  color: #fff;
  line-height: 1.4;
  font-weight: 100;
}
.ace-editor {
  height: 400px;
  width: 100%;
}
.editor-toolbar {
  width: 100% !important;
}
.CodeMirror {
  top: 0 !important;
}
.iconMenu-bar {
  padding-bottom: 60px;
}
/**=====================
      01. General CSS Ends
==========================**/
/**=====================
     02. Generic CSS Start
==========================**/
/*====== Padding css starts ======*/
.p-0 {
  padding: 0px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-35 {
  padding: 35px;
}
.p-40 {
  padding: 40px;
}
.p-45 {
  padding: 45px;
}
.p-50 {
  padding: 50px;
}
/*====== Padding css ends ======*/
/*====== Padding-left css starts ======*/
.p-l-0 {
  padding-left: 0px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-l-50 {
  padding-left: 50px;
}
/*====== Padding-left css ends ======*/
/*====== Padding-top css starts ======*/
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
/*====== Padding-top css ends ======*/
/*====== Padding-bottom css starts ======*/
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
/*====== Padding-bottom css ends ======*/
/*====== Padding-right css starts ======*/
.p-r-0 {
  padding-right: 0px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-r-50 {
  padding-right: 50px;
}
/*====== Padding-right css ends ======*/
/*====== Margin css starts ======*/
.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
/*====== Margin css ends ======*/
/*====== Margin-top css starts ======*/
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
/*====== Margin-top css ends ======*/
/*====== Margin-Bottom css starts ======*/
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
/*====== Margin-Bottom css ends ======*/
/*====== Margin-left css starts ======*/
.m-l-0 {
  margin-left: 0px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
/*====== Margin-left css ends ======*/
/*====== Margin-right css starts ======*/
.m-r-0 {
  margin-right: 0px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-r-50 {
  margin-right: 50px;
}
/*====== Margin-right css ends ======*/
/*====== Border-radius css starts ======*/
.b-r-0 {
  border-radius: 0px !important;
}
.b-r-1 {
  border-radius: 1px !important;
}
.b-r-2 {
  border-radius: 2px !important;
}
.b-r-3 {
  border-radius: 3px !important;
}
.b-r-4 {
  border-radius: 4px !important;
}
.b-r-5 {
  border-radius: 5px !important;
}
.b-r-6 {
  border-radius: 6px !important;
}
.b-r-7 {
  border-radius: 7px !important;
}
.b-r-8 {
  border-radius: 8px !important;
}
.b-r-9 {
  border-radius: 9px !important;
}
.b-r-10 {
  border-radius: 10px !important;
}
/*====== Border-radius css ends ======*/
/*====== Font-size css starts ======*/
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-22 {
  font-size: 22px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
.f-32 {
  font-size: 32px;
}
.f-34 {
  font-size: 34px;
}
.f-36 {
  font-size: 36px;
}
.f-38 {
  font-size: 38px;
}
.f-40 {
  font-size: 40px;
}
.f-42 {
  font-size: 42px;
}
.f-44 {
  font-size: 44px;
}
.f-46 {
  font-size: 46px;
}
.f-48 {
  font-size: 48px;
}
.f-50 {
  font-size: 50px;
}
.f-52 {
  font-size: 52px;
}
.f-54 {
  font-size: 54px;
}
.f-56 {
  font-size: 56px;
}
.f-58 {
  font-size: 58px;
}
.f-60 {
  font-size: 60px;
}
.f-62 {
  font-size: 62px;
}
.f-64 {
  font-size: 64px;
}
.f-66 {
  font-size: 66px;
}
.f-68 {
  font-size: 68px;
}
.f-70 {
  font-size: 70px;
}
.f-72 {
  font-size: 72px;
}
.f-74 {
  font-size: 74px;
}
.f-76 {
  font-size: 76px;
}
.f-78 {
  font-size: 78px;
}
.f-80 {
  font-size: 80px;
}
.f-82 {
  font-size: 82px;
}
.f-84 {
  font-size: 84px;
}
.f-86 {
  font-size: 86px;
}
.f-88 {
  font-size: 88px;
}
.f-90 {
  font-size: 90px;
}
.f-92 {
  font-size: 92px;
}
.f-94 {
  font-size: 94px;
}
.f-96 {
  font-size: 96px;
}
.f-98 {
  font-size: 98px;
}
.f-100 {
  font-size: 100px;
}
/*====== Font-size css ends ======*/
/*====== Font-weight css starts ======*/
.f-w-100 {
  font-weight: 100;
}
.f-w-300 {
  font-weight: 300;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-600 {
  font-weight: 600;
}
.f-w-700 {
  font-weight: 700;
}
.f-w-900 {
  font-weight: 900;
}
/*====== Font-weight css ends ======*/
/*====== Font-style css starts ======*/
.f-s-normal {
  font-style: normal;
}
.f-s-italic {
  font-style: italic;
}
.f-s-oblique {
  font-style: oblique;
}
.f-s-initial {
  font-style: normal;
  font-style: initial;
}
.f-s-inherit {
  font-style: inherit;
}
/*====== Font-style css ends ======*/
/*====== Text-Decoration css starts ======*/
.text-overline {
  text-decoration: overline;
}
.text-line-through {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.text-dashed {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}
.text-blink {
  text-decoration: blink;
}
.text-dotted {
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
}
.text-initial {
  text-decoration: none;
  text-decoration: initial;
}
.text-none {
  text-decoration: none;
}
.text-solid {
  -webkit-text-decoration: solid;
          text-decoration: solid;
}
.text-wavy {
  -webkit-text-decoration: wavy;
          text-decoration: wavy;
}
.text-inherit {
  text-decoration: inherit;
}
.text-double {
  -webkit-text-decoration: double;
          text-decoration: double;
}
/*====== Text-Decoration css ends ======*/
/*====== Vertical-Align css starts ======*/
.baseline {
  vertical-align: baseline;
}
.sub {
  vertical-align: sub;
}
.super {
  vertical-align: super;
}
.top {
  vertical-align: top;
}
.text-top {
  vertical-align: text-top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.text-bottom {
  vertical-align: text-bottom;
}
.initial {
  vertical-align: baseline;
  vertical-align: initial;
}
.inherit {
  vertical-align: inherit;
}
/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
.p-static {
  position: static;
}
.p-absolute {
  position: absolute;
}
.p-fixed {
  position: fixed;
}
.p-relative {
  position: relative;
}
.p-initial {
  position: static;
  position: initial;
}
.p-inherit {
  position: inherit;
}
/*====== Position css ends ======*/
/*====== Float css starts ======*/
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-none {
  float: none;
}
/*====== Float css ends ======*/
/*====== Overflow css starts ======*/
.o-hidden {
  overflow: hidden;
}
.o-visible {
  overflow: visible;
}
.o-auto {
  overflow: auto;
}
/*====== Overflow css ends ======*/
/*====== Image-sizes css starts ======*/
.img-10 {
  width: 10px !important;
}
.img-20 {
  width: 20px !important;
}
.img-30 {
  width: 30px !important;
}
.img-40 {
  width: 40px !important;
}
.img-50 {
  width: 50px !important;
}
.img-60 {
  width: 60px !important;
}
.img-70 {
  width: 70px !important;
}
.img-80 {
  width: 80px !important;
}
.img-90 {
  width: 90px !important;
}
.img-100 {
  width: 100px !important;
}
/*====== Image-sizes css ends ======*/
/*======= Text css starts ===========*/
.font-primary {
  color: #3949ab !important;
}
.font-secondary {
  color: #fe80b2 !important;
}
.font-success {
  color: #80cf00 !important;
}
.font-danger {
  color: #fd517d !important;
}
.font-info {
  color: #06b5dd !important;
}
.font-light {
  color: #f8f5fd !important;
}
.font-dark {
  color: #2c323f !important;
}
.font-warning {
  color: #ffc717 !important;
}
/*======= Text css ends ===========*/
/*======= Label-color css starts  ======= */
.label {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}
.label-theme {
  background-color: #3949ab;
}
.label-primary {
  background-color: #3949ab;
}
.label-secondary {
  background-color: #fe80b2;
}
.label-success {
  background-color: #80cf00;
}
.label-danger {
  background-color: #fd517d;
}
.label-info {
  background-color: #06b5dd;
}
.label-light {
  background-color: #f8f5fd;
}
.label-dark {
  background-color: #2c323f;
}
.label-warning {
  background-color: #ffc717;
}
/*======= Label-color css ends  ======= */
/*======= Badge-color css starts  ======= */
.badge-primary {
  background-color: #3949ab;
  color: #fff;
}
.badge-secondary {
  background-color: #fe80b2;
  color: #fff;
}
.badge-success {
  background-color: #80cf00;
  color: #fff;
}
.badge-danger {
  background-color: #fd517d;
  color: #fff;
}
.badge-info {
  background-color: #06b5dd;
  color: #fff;
}
.badge-dark {
  background-color: #2c323f;
  color: #fff;
}
.badge-warning {
  background-color: #ffc717;
  color: #fff;
}
/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
.bg-primary {
  background-color: #3949ab !important;
  color: #fff;
}
.bg-secondary {
  background-color: #fe80b2 !important;
  color: #fff;
}
.bg-success {
  background-color: #80cf00 !important;
  color: #fff;
}
.bg-danger {
  background-color: #fd517d !important;
  color: #fff;
}
.bg-info {
  background-color: #06b5dd !important;
  color: #fff;
}
.bg-light {
  background-color: #f8f5fd !important;
  color: #fff;
}
.bg-dark {
  background-color: #2c323f !important;
  color: #fff;
}
.bg-warning {
  background-color: #ffc717 !important;
  color: #fff;
}
/*======= Background-color css end  ======= */
/*======= Font-color css starts  ======= */
.txt-primary {
  color: #3949ab !important;
}
.txt-secondary {
  color: #fe80b2 !important;
}
.txt-success {
  color: #80cf00 !important;
}
.txt-danger {
  color: #fd517d !important;
}
.txt-info {
  color: #06b5dd !important;
}
.txt-light {
  color: #f8f5fd !important;
}
.txt-dark {
  color: #2c323f !important;
}
.txt-warning {
  color: #ffc717 !important;
}
.txt-google-plus {
  color: #c64e40 !important;
}
.txt-twitter {
  color: #6fa2d8 !important;
}
.txt-linkedin {
  color: #0077B5 !important;
}
.txt-fb {
  color: #50598e !important;
}
.txt-white {
  color: #fff !important;
}
/*======= Font-color css end  ======= */
/*======= Button-color css starts  ======= */
.btn-primary {
  background-color: #3949ab !important;
  border-color: #3949ab !important;
}
.btn-primary.disabled {
  background-color: #3949ab !important;
  border-color: #3949ab !important;
}
.btn-primary:disabled {
  background-color: #3949ab !important;
  border-color: #3949ab !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #2c3985 !important;
  border-color: #2c3985 !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #9ea7df;
}
.btn-secondary {
  background-color: #fe80b2 !important;
  border-color: #fe80b2 !important;
}
.btn-secondary.disabled {
  background-color: #fe80b2 !important;
  border-color: #fe80b2 !important;
}
.btn-secondary:disabled {
  background-color: #fe80b2 !important;
  border-color: #fe80b2 !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #fe4d93 !important;
  border-color: #fe4d93 !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem white;
}
.btn-success {
  background-color: #80cf00 !important;
  border-color: #80cf00 !important;
}
.btn-success.disabled {
  background-color: #80cf00 !important;
  border-color: #80cf00 !important;
}
.btn-success:disabled {
  background-color: #80cf00 !important;
  border-color: #80cf00 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background-color: #609c00 !important;
  border-color: #609c00 !important;
}
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem #c6ff69;
}
.btn-danger {
  background-color: #fd517d !important;
  border-color: #fd517d !important;
}
.btn-danger.disabled {
  background-color: #fd517d !important;
  border-color: #fd517d !important;
}
.btn-danger:disabled {
  background-color: #fd517d !important;
  border-color: #fd517d !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background-color: #fc1f57 !important;
  border-color: #fc1f57 !important;
}
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem #ffe8ee;
}
.btn-info {
  background-color: #06b5dd !important;
  border-color: #06b5dd !important;
}
.btn-info.disabled {
  background-color: #06b5dd !important;
  border-color: #06b5dd !important;
}
.btn-info:disabled {
  background-color: #06b5dd !important;
  border-color: #06b5dd !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background-color: #058cab !important;
  border-color: #058cab !important;
}
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem #80e5fc;
}
.btn-light {
  background-color: #f8f5fd !important;
  border-color: #f8f5fd !important;
}
.btn-light.disabled {
  background-color: #f8f5fd !important;
  border-color: #f8f5fd !important;
}
.btn-light:disabled {
  background-color: #f8f5fd !important;
  border-color: #f8f5fd !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  background-color: #dacbf5 !important;
  border-color: #dacbf5 !important;
}
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem white;
}
.btn-dark {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
}
.btn-dark.disabled {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
}
.btn-dark:disabled {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background-color: #171a21 !important;
  border-color: #171a21 !important;
}
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #6c7a98;
}
.btn-warning {
  background-color: #ffc717 !important;
  border-color: #ffc717 !important;
}
.btn-warning.disabled {
  background-color: #ffc717 !important;
  border-color: #ffc717 !important;
}
.btn-warning:disabled {
  background-color: #ffc717 !important;
  border-color: #ffc717 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background-color: #e3ac00 !important;
  border-color: #e3ac00 !important;
}
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #ffecb0;
}
/*======= Button-color css ends  ======= */
.btn-outline-primary-2x {
  border-width: 2px;
  border-color: #3949ab;
  color: #3949ab;
  background-color: transparent;
}
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: white;
  background-color: #2c3985 !important;
  border-color: #2c3985 !important;
  box-shadow: none;
}
.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #fe80b2;
  color: #fe80b2;
  background-color: transparent;
}
.btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
  color: white;
  background-color: #fe4d93 !important;
  border-color: #fe4d93 !important;
  box-shadow: none;
}
.btn-outline-success-2x {
  border-width: 2px;
  border-color: #80cf00;
  color: #80cf00;
  background-color: transparent;
}
.btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
  color: white;
  background-color: #609c00 !important;
  border-color: #609c00 !important;
  box-shadow: none;
}
.btn-outline-danger-2x {
  border-width: 2px;
  border-color: #fd517d;
  color: #fd517d;
  background-color: transparent;
}
.btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
  color: white;
  background-color: #fc1f57 !important;
  border-color: #fc1f57 !important;
  box-shadow: none;
}
.btn-outline-info-2x {
  border-width: 2px;
  border-color: #06b5dd;
  color: #06b5dd;
  background-color: transparent;
}
.btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
  color: white;
  background-color: #058cab !important;
  border-color: #058cab !important;
  box-shadow: none;
}
.btn-outline-light-2x {
  border-width: 2px;
  border-color: #f8f5fd;
  color: #f8f5fd;
  background-color: transparent;
}
.btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
  color: white;
  background-color: #dacbf5 !important;
  border-color: #dacbf5 !important;
  box-shadow: none;
}
.btn-outline-dark-2x {
  border-width: 2px;
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
}
.btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active {
  color: white;
  background-color: #171a21 !important;
  border-color: #171a21 !important;
  box-shadow: none;
}
.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #ffc717;
  color: #ffc717;
  background-color: transparent;
}
.btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
  color: white;
  background-color: #e3ac00 !important;
  border-color: #e3ac00 !important;
  box-shadow: none;
}
.btn-outline-primary {
  border-color: #3949ab;
  color: #3949ab;
  background-color: transparent;
}
.btn-outline-primary.disabled {
  color: #3949ab;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  color: white;
  background-color: #2c3985 !important;
  border-color: #2c3985 !important;
}
.btn-outline-secondary {
  border-color: #fe80b2;
  color: #fe80b2;
  background-color: transparent;
}
.btn-outline-secondary.disabled {
  color: #fe80b2;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  color: white;
  background-color: #fe4d93 !important;
  border-color: #fe4d93 !important;
}
.btn-outline-success {
  border-color: #80cf00;
  color: #80cf00;
  background-color: transparent;
}
.btn-outline-success.disabled {
  color: #80cf00;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  color: white;
  background-color: #609c00 !important;
  border-color: #609c00 !important;
}
.btn-outline-danger {
  border-color: #fd517d;
  color: #fd517d;
  background-color: transparent;
}
.btn-outline-danger.disabled {
  color: #fd517d;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
  color: white;
  background-color: #fc1f57 !important;
  border-color: #fc1f57 !important;
}
.btn-outline-info {
  border-color: #06b5dd;
  color: #06b5dd;
  background-color: transparent;
}
.btn-outline-info.disabled {
  color: #06b5dd;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
  color: white;
  background-color: #058cab !important;
  border-color: #058cab !important;
}
.btn-outline-light {
  border-color: #f8f5fd;
  color: #f8f5fd;
  background-color: transparent;
  color: #1b3155;
}
.btn-outline-light.disabled {
  color: #f8f5fd;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: white;
  background-color: #dacbf5 !important;
  border-color: #dacbf5 !important;
}
.btn-outline-dark {
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
}
.btn-outline-dark.disabled {
  color: #2c323f;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  color: white;
  background-color: #171a21 !important;
  border-color: #171a21 !important;
}
.btn-outline-warning {
  border-color: #ffc717;
  color: #ffc717;
  background-color: transparent;
}
.btn-outline-warning.disabled {
  color: #ffc717;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  color: white;
  background-color: #e3ac00 !important;
  border-color: #e3ac00 !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #2c3985 !important;
  border-color: #2c3985 !important;
}
.btn-primary:not([disabled]):not(.disabled).active {
  background-color: #2c3985;
  border-color: #2c3985;
  box-shadow: none !important;
}
.btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active:active, .btn-primary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #2c3985;
  border-color: #2c3985;
}
.btn-secondary:not([disabled]):not(.disabled).active {
  background-color: #fe4d93;
  border-color: #fe4d93;
  box-shadow: none !important;
}
.btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active:active, .btn-secondary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #fe4d93;
  border-color: #fe4d93;
}
.btn-success:not([disabled]):not(.disabled).active {
  background-color: #609c00;
  border-color: #609c00;
  box-shadow: none !important;
}
.btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active:active, .btn-success:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #609c00;
  border-color: #609c00;
}
.btn-danger:not([disabled]):not(.disabled).active {
  background-color: #fc1f57;
  border-color: #fc1f57;
  box-shadow: none !important;
}
.btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active:active, .btn-danger:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #fc1f57;
  border-color: #fc1f57;
}
.btn-info:not([disabled]):not(.disabled).active {
  background-color: #058cab;
  border-color: #058cab;
  box-shadow: none !important;
}
.btn-info:not([disabled]):not(.disabled).active:hover, .btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled).active:active, .btn-info:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #058cab;
  border-color: #058cab;
}
.btn-light:not([disabled]):not(.disabled).active {
  background-color: #dacbf5;
  border-color: #dacbf5;
  box-shadow: none !important;
}
.btn-light:not([disabled]):not(.disabled).active:hover, .btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled).active:active, .btn-light:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #dacbf5;
  border-color: #dacbf5;
  color: #3949ab;
}
.btn-dark:not([disabled]):not(.disabled).active {
  background-color: #171a21;
  border-color: #171a21;
  box-shadow: none !important;
}
.btn-dark:not([disabled]):not(.disabled).active:hover, .btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled).active:active, .btn-dark:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #171a21;
  border-color: #171a21;
}
.btn-warning:not([disabled]):not(.disabled).active {
  background-color: #e3ac00;
  border-color: #e3ac00;
  box-shadow: none !important;
}
.btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active:active, .btn-warning:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #e3ac00;
  border-color: #e3ac00;
}
.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
  background-color: #3949ab;
  border-color: #3949ab;
  box-shadow: none !important;
  color: white;
}
.btn-outline-primary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-primary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #2c3985 !important;
  border-color: #2c3985 !important;
}
.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
  background-color: #fe80b2;
  border-color: #fe80b2;
  box-shadow: none !important;
  color: white;
}
.btn-outline-secondary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #fe4d93 !important;
  border-color: #fe4d93 !important;
}
.btn-outline-success-2x:not([disabled]):not(.disabled).active {
  background-color: #80cf00;
  border-color: #80cf00;
  box-shadow: none !important;
  color: white;
}
.btn-outline-success-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-success-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-success-2x:not([disabled]):not(.disabled).active:active, .btn-outline-success-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #609c00 !important;
  border-color: #609c00 !important;
}
.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
  background-color: #fd517d;
  border-color: #fd517d;
  box-shadow: none !important;
  color: white;
}
.btn-outline-danger-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:active, .btn-outline-danger-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #fc1f57 !important;
  border-color: #fc1f57 !important;
}
.btn-outline-info-2x:not([disabled]):not(.disabled).active {
  background-color: #06b5dd;
  border-color: #06b5dd;
  box-shadow: none !important;
  color: white;
}
.btn-outline-info-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-info-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-info-2x:not([disabled]):not(.disabled).active:active, .btn-outline-info-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #058cab !important;
  border-color: #058cab !important;
}
.btn-outline-light-2x:not([disabled]):not(.disabled).active {
  background-color: #f8f5fd;
  border-color: #f8f5fd;
  box-shadow: none !important;
  color: white;
}
.btn-outline-light-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-light-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-light-2x:not([disabled]):not(.disabled).active:active, .btn-outline-light-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #dacbf5 !important;
  border-color: #dacbf5 !important;
}
.btn-outline-dark-2x:not([disabled]):not(.disabled).active {
  background-color: #2c323f;
  border-color: #2c323f;
  box-shadow: none !important;
  color: white;
}
.btn-outline-dark-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:active, .btn-outline-dark-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #171a21 !important;
  border-color: #171a21 !important;
}
.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #ffc717;
  border-color: #ffc717;
  box-shadow: none !important;
  color: white;
}
.btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #e3ac00 !important;
  border-color: #e3ac00 !important;
}
/*======= Table-Border-Bottom-color css starts  ======= */
table thead .border-bottom-primary th,
table tbody .border-bottom-primary th,
table tbody .border-bottom-primary td {
  border-bottom: 1px solid #3949ab;
}
table thead .border-bottom-secondary th,
table tbody .border-bottom-secondary th,
table tbody .border-bottom-secondary td {
  border-bottom: 1px solid #fe80b2;
}
table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
  border-bottom: 1px solid #80cf00;
}
table thead .border-bottom-danger th,
table tbody .border-bottom-danger th,
table tbody .border-bottom-danger td {
  border-bottom: 1px solid #fd517d;
}
table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
  border-bottom: 1px solid #06b5dd;
}
table thead .border-bottom-light th,
table tbody .border-bottom-light th,
table tbody .border-bottom-light td {
  border-bottom: 1px solid #f8f5fd;
}
table thead .border-bottom-dark th,
table tbody .border-bottom-dark th,
table tbody .border-bottom-dark td {
  border-bottom: 1px solid #2c323f;
}
table thead .border-bottom-warning th,
table tbody .border-bottom-warning th,
table tbody .border-bottom-warning td {
  border-bottom: 1px solid #ffc717;
}
/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #3949ab;
  color: #fff;
  border: 3px solid #3949ab;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: #2c3985;
  border: 3px solid #2c3985;
}
.table-styling .table-primary th, .table-styling .table-primary td,
.table-styling.table-primary th,
.table-styling.table-primary td {
  color: #fff;
}
.table-styling .table-secondary,
.table-styling.table-secondary {
  background-color: #fe80b2;
  color: #fff;
  border: 3px solid #fe80b2;
}
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: #fe4d93;
  border: 3px solid #fe4d93;
}
.table-styling .table-secondary th, .table-styling .table-secondary td,
.table-styling.table-secondary th,
.table-styling.table-secondary td {
  color: #fff;
}
.table-styling .table-success,
.table-styling.table-success {
  background-color: #80cf00;
  color: #fff;
  border: 3px solid #80cf00;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: #609c00;
  border: 3px solid #609c00;
}
.table-styling .table-success th, .table-styling .table-success td,
.table-styling.table-success th,
.table-styling.table-success td {
  color: #fff;
}
.table-styling .table-danger,
.table-styling.table-danger {
  background-color: #fd517d;
  color: #fff;
  border: 3px solid #fd517d;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: #fc1f57;
  border: 3px solid #fc1f57;
}
.table-styling .table-danger th, .table-styling .table-danger td,
.table-styling.table-danger th,
.table-styling.table-danger td {
  color: #fff;
}
.table-styling .table-info,
.table-styling.table-info {
  background-color: #06b5dd;
  color: #fff;
  border: 3px solid #06b5dd;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: #058cab;
  border: 3px solid #058cab;
}
.table-styling .table-info th, .table-styling .table-info td,
.table-styling.table-info th,
.table-styling.table-info td {
  color: #fff;
}
.table-styling .table-light,
.table-styling.table-light {
  background-color: #f8f5fd;
  color: #fff;
  border: 3px solid #f8f5fd;
}
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: #dacbf5;
  border: 3px solid #dacbf5;
}
.table-styling .table-light th, .table-styling .table-light td,
.table-styling.table-light th,
.table-styling.table-light td {
  color: #fff;
}
.table-styling .table-dark,
.table-styling.table-dark {
  background-color: #2c323f;
  color: #fff;
  border: 3px solid #2c323f;
}
.table-styling .table-dark thead,
.table-styling.table-dark thead {
  background-color: #171a21;
  border: 3px solid #171a21;
}
.table-styling .table-dark th, .table-styling .table-dark td,
.table-styling.table-dark th,
.table-styling.table-dark td {
  color: #fff;
}
.table-styling .table-warning,
.table-styling.table-warning {
  background-color: #ffc717;
  color: #fff;
  border: 3px solid #ffc717;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: #e3ac00;
  border: 3px solid #e3ac00;
}
.table-styling .table-warning th, .table-styling .table-warning td,
.table-styling.table-warning th,
.table-styling.table-warning td {
  color: #fff;
}
/*======= Table styling css ends  ======= */
/*======= All-Borders-color css starts  ======= */
.b-primary {
  border: 1px solid #3949ab !important;
}
.b-t-primary {
  border-top: 1px solid #3949ab !important;
}
.b-b-primary {
  border-bottom: 1px solid #3949ab !important;
}
.b-l-primary {
  border-left: 1px solid #3949ab !important;
}
.b-r-primary {
  border-right: 1px solid #3949ab !important;
}
.b-secondary {
  border: 1px solid #fe80b2 !important;
}
.b-t-secondary {
  border-top: 1px solid #fe80b2 !important;
}
.b-b-secondary {
  border-bottom: 1px solid #fe80b2 !important;
}
.b-l-secondary {
  border-left: 1px solid #fe80b2 !important;
}
.b-r-secondary {
  border-right: 1px solid #fe80b2 !important;
}
.b-success {
  border: 1px solid #80cf00 !important;
}
.b-t-success {
  border-top: 1px solid #80cf00 !important;
}
.b-b-success {
  border-bottom: 1px solid #80cf00 !important;
}
.b-l-success {
  border-left: 1px solid #80cf00 !important;
}
.b-r-success {
  border-right: 1px solid #80cf00 !important;
}
.b-danger {
  border: 1px solid #fd517d !important;
}
.b-t-danger {
  border-top: 1px solid #fd517d !important;
}
.b-b-danger {
  border-bottom: 1px solid #fd517d !important;
}
.b-l-danger {
  border-left: 1px solid #fd517d !important;
}
.b-r-danger {
  border-right: 1px solid #fd517d !important;
}
.b-info {
  border: 1px solid #06b5dd !important;
}
.b-t-info {
  border-top: 1px solid #06b5dd !important;
}
.b-b-info {
  border-bottom: 1px solid #06b5dd !important;
}
.b-l-info {
  border-left: 1px solid #06b5dd !important;
}
.b-r-info {
  border-right: 1px solid #06b5dd !important;
}
.b-light {
  border: 1px solid #f8f5fd !important;
}
.b-t-light {
  border-top: 1px solid #f8f5fd !important;
}
.b-b-light {
  border-bottom: 1px solid #f8f5fd !important;
}
.b-l-light {
  border-left: 1px solid #f8f5fd !important;
}
.b-r-light {
  border-right: 1px solid #f8f5fd !important;
}
.b-dark {
  border: 1px solid #2c323f !important;
}
.b-t-dark {
  border-top: 1px solid #2c323f !important;
}
.b-b-dark {
  border-bottom: 1px solid #2c323f !important;
}
.b-l-dark {
  border-left: 1px solid #2c323f !important;
}
.b-r-dark {
  border-right: 1px solid #2c323f !important;
}
.b-warning {
  border: 1px solid #ffc717 !important;
}
.b-t-warning {
  border-top: 1px solid #ffc717 !important;
}
.b-b-warning {
  border-bottom: 1px solid #ffc717 !important;
}
.b-l-warning {
  border-left: 1px solid #ffc717 !important;
}
.b-r-warning {
  border-right: 1px solid #ffc717 !important;
}
/*======= All-Borders-color css ends  ======= */
/*====== Border width css starts ======*/
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-6 {
  border-width: 6px !important;
}
.border-7 {
  border-width: 7px !important;
}
.border-8 {
  border-width: 8px !important;
}
.border-9 {
  border-width: 9px !important;
}
.border-10 {
  border-width: 10px !important;
}
/*====== Border width css ends ======*/
.opacity-0 {
  opacity: 0;
}
.shadow-0 {
  box-shadow: none;
}
.map-block {
  height: 350px;
  width: 100%;
}
.map-js-height {
  height: 500px;
}
.H_btn,
.H_rdo li {
  background: #c5caec;
}
.H_btn svg.H_icon,
.H_rdo li svg.H_icon {
  fill: #3949ab;
}
/**====== custom scrollbar css start ======**/
.digits {
  font-family: work-Sans, sans-serif;
}
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e8ebf2;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 2px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(57, 73, 171, 0.15);
}
/**====== Custom scrollbar css end ======**/
/**====== Animation css Start ======**/
.comment {
  color: #9f9ba5;
  font-style: italic;
}
.line {
  color: #2c323f;
}
.line pre {
  font-size: 100%;
}
/**====== Animation css end ======**/
/**====== list style css Start ======**/
.list-circle {
  list-style: circle;
}
/**====== list style css end ======**/
/**====== Modal style css Start ======**/
.theme-close {
  opacity: 1;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
  border-radius: 5px;
}
/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options > div {
  color: #898989;
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid;
  margin: 0 8px 8px 0;
  transition: all 0.3s ease;
  border-radius: 15px;
}
.options > div:hover {
  background-color: #3949ab;
  color: #fff;
  transition: all 0.3s ease;
}
/**====== Animation css Ends ======**/
.modal-footer {
  flex-wrap: wrap;
}
.btn-showcase .modal-footer {
  margin-bottom: -10px;
}
.btn-showcase .modal-footer .btn:last-child {
  margin-right: 0;
}
.img-cropper #putData {
  margin-bottom: 0;
}
.img-cropper .img-container {
  min-height: auto;
  margin-bottom: 0;
}
.img-cropper .docs-data > .input-group:last-child {
  margin-bottom: 0;
}
.img-cropper .docs-preview {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bootstrap-datetimepicker-widget {
  font-family: work-Sans, sans-serif;
}
.dropzone {
  border: 2px dashed #3949ab;
  background: rgba(57, 73, 171, 0.2);
}
.dropzone .dz-preview {
  margin-bottom: 20px !important;
}
.dropzone .dz-preview .dz-error-message {
  background: #fff !important;
  color: #3949ab !important;
  border: 1px solid #3949ab;
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #3949ab !important;
}
.dropzone i {
  color: #3949ab;
}
.typeahead .theme-form .form-group {
  margin-bottom: 0;
}
.editor-statusbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.datepicker {
  z-index: 99;
}
.clipboaard-container .form-control {
  border-radius: 15px;
}
.clipboaard-container .btn {
  border-radius: 15px;
}
.note {
  background-color: rgba(57, 73, 171, 0.3);
}
.note:nth-child(2n) {
  background: rgba(254, 128, 178, 0.3);
}
.default-text {
  color: #158df7;
}
.gradient-primary {
  background-image: linear-gradient(to bottom right, #4a5bc3, #334198);
  color: #fff;
  box-shadow: 2px 12px 26px 3px rgba(57, 73, 171, 0.3);
}
.gradient-secondary {
  background-image: linear-gradient(to bottom right, #ff9cc3, #fd3484);
  box-shadow: 2px 12px 26px 3px rgba(254, 128, 178, 0.3);
  color: #fff;
}
.gradient-success {
  background-image: linear-gradient(to bottom right, #b9ec68, #80cf00);
  box-shadow: 2px 12px 26px 3px rgba(128, 207, 0, 0.3);
}
.gradient-warning {
  background-image: linear-gradient(to bottom right, #ffd85d, #ffc200);
  box-shadow: 2px 12px 26px 3px rgba(255, 199, 23, 0.3);
}
.gradient-info {
  background-image: linear-gradient(to bottom right, #00d2d7, #07b2dd);
  box-shadow: 2px 12px 26px 3px rgba(6, 181, 221, 0.3);
}
/**=====================
     02. Generic CSS Ends
==========================**/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.animated.bounceIn {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
.animated.flipOutX {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  53% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  53% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translateZ(0);
  }
  10% {
    transform: translate3d(-10px, 0, 0);
  }
  30% {
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    transform: translate3d(-10px, 0, 0);
  }
  70% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20% {
    transform: translate3d(10px, 0, 0);
  }
  40% {
    transform: translate3d(10px, 0, 0);
  }
  60% {
    transform: translate3d(10px, 0, 0);
  }
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translateZ(0);
  }
  10% {
    transform: translate3d(-10px, 0, 0);
  }
  30% {
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    transform: translate3d(-10px, 0, 0);
  }
  70% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20% {
    transform: translate3d(10px, 0, 0);
  }
  40% {
    transform: translate3d(10px, 0, 0);
  }
  60% {
    transform: translate3d(10px, 0, 0);
  }
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0);
  }
  0.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  1.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  2.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  3.5% {
    transform: translateX(2px) rotateY(3deg);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0);
  }
  0.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  1.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  2.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  3.5% {
    transform: translateX(2px) rotateY(3deg);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}
@-webkit-keyframes jello {
  0% {
    transform: none;
  }
  to {
    transform: none;
  }
  0.1% {
    transform: none;
  }
  1.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  2.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  3.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  4.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  5.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  6.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  7.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0% {
    transform: none;
  }
  to {
    transform: none;
  }
  0.1% {
    transform: none;
  }
  1.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  2.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  3.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  4.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  5.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  6.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  7.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
@keyframes bounceInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
@keyframes bounceInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
@keyframes bounceInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}
/**=====================
    03.  Card CSS Start
==========================**/
.card {
  margin-bottom: 40px;
  border: 0px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 40px;
  /*box-shadow: $card-box-shadow;*/
  box-shadow: 0px 0px 1px 1px #e0e0e0;
}
.card .card-header {
  background-color: #D9DCF3;
  padding: 50px;
  border-bottom: 1px solid #f2f4ff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  overflow: hidden;
}
.card .card-header ul.creative-dots li {
  position: absolute;
  border-radius: 100%;
  /* &.semi-big-dot {
     width: 30px;
     height: 30px;
     left: -14px;
     top: 42px;
   }
   &.medium-dot {
     width: 20px;
     height: 20px;
     left: 18px;
     top: -5px;
   }
   &.semi-medium-dot {
     width: 13px;
     height: 13px;
     left: 20px;
     top: 38px;
   }
   &.semi-small-dot {
     width: 8px;
     height: 8px;
     left: 32px;
     top: 23px;
   }
   &.small-dot {
     width: 4px;
     height: 4px;
     left: 42px;
     top: 37px;
   }*/
}
.card .card-header ul.creative-dots li.big-dot {
  left: 0px;
  top: 0;
  width: 50px;
  height: 50px;
}
.card .card-header.no-border {
  border-bottom: none;
}
.card .card-header h5 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 800;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}
.card .card-header > span {
  font-size: 12px;
  color: #6e7e96;
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}
.card .card-body {
  padding: 50px;
  background-color: transparent;
}
.card .card-body .rounded {
  border-radius: 50px !important;
}
.card .card-body p:last-child {
  margin-bottom: 0;
}
.card .sub-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 18px;
}
.card .card-footer {
  background-color: #fff;
  border-top: 1px solid #f2f4ff;
  padding: 50px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.card .card-header .card-header-right {
  border-radius: 0 0 0 7px;
  right: 43px;
  top: 42px;
  display: inline-block;
  float: right;
  padding: 8px 0;
  position: absolute;
  background-color: #fff;
}
.card .card-header .card-header-right .card-option {
  text-align: right;
  width: 35px;
  height: 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.card .card-header .card-header-right .card-option li {
  display: inline-block;
}
.card .card-header .card-header-right .card-option li:first-child i {
  font-size: 18px;
}
.card .card-header .card-header-right i {
  margin: 0 5px;
  cursor: pointer;
  color: #2c323f;
  line-height: 20px;
}
.card .card-header .card-header-right i.icofont-refresh {
  font-size: 13px;
}
.card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 8;
  align-items: center;
  justify-content: center;
}
.card.card-load .card-loader i {
  margin: 0 auto;
  color: #3949ab;
  font-size: 20px;
}
.card.full-card {
  position: fixed;
  top: 0;
  z-index: 99999;
  box-shadow: none;
  right: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  width: calc(100vw - 0px);
  height: calc(100vh - 0px);
}
.card.full-card .card-body {
  overflow: auto;
}
.card-absolute {
  margin-top: 20px;
}
.card-absolute .card-header {
  position: absolute;
  top: -20px;
  margin-bottom: 30px;
  left: 15px;
  border-radius: 15px;
  padding: 10px 15px;
}
.card-absolute .card-header h5 {
  font-size: 17px;
}
.card-absolute .card-body {
  margin-top: 10px;
}
.card-header .nav-material {
  margin-bottom: -13px;
}
.custom-card {
  overflow: hidden;
}
.custom-card .card-header {
  padding: 0;
}
.custom-card .card-header img {
  border-radius: 50%;
  margin-top: -100px;
  transform: scale(1.5);
}
.custom-card .card-profile {
  text-align: center;
  margin-top: -60px;
}
.custom-card .card-profile img {
  height: 150px;
  padding: 7px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.custom-card .card-social {
  text-align: center;
}
.custom-card .card-social li {
  display: inline-block;
  padding: 15px 0;
}
.custom-card .card-social li a {
  padding: 13px;
  color: rgb(188, 198, 222);
  font-size: 16px;
  transition: all 0.3s ease;
}
.custom-card .card-social li a:hover {
  color: #3949ab;
  transition: all 0.3s ease;
}
.custom-card .profile-details h6 {
  margin-bottom: 30px;
  margin-top: 10px;
  color: #6e7e96;
  font-size: 14px;
}
.custom-card .card-footer {
  padding: 0;
}
.custom-card .card-footer > div {
  padding: 15px;
  text-align: center;
}
.custom-card .card-footer > div + div {
  border-left: 1px solid #efefef;
}
.custom-card .card-footer > div h3 {
  margin-bottom: 0;
  font-family: work-Sans, sans-serif;
  font-size: 24px;
}
.custom-card .card-footer > div h6 {
  font-size: 14px;
  color: #6e7e96;
}
.custom-card .card-footer > div i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
.custom-card .card-footer > div .m-b-card {
  margin-bottom: 10px;
}
.card-g-primary {
  background-image: linear-gradient(to bottom right, #3f51be, #2c3985);
  box-shadow: 2px 12px 26px 3px rgba(57, 73, 171, 0.3);
}
.card-g-primary .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(242, 244, 255, 0.1);
}
.card-g-primary .card-header h5 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  -webkit-text-fill-color: #fff;
}
.card-g-primary .card-body p {
  color: #fff;
}
.card-g-secondary {
  background-image: linear-gradient(to bottom right, #fe99c1, #fe4d93);
  box-shadow: 2px 12px 26px 3px rgba(254, 128, 178, 0.3);
}
.card-g-secondary .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(242, 244, 255, 0.1);
}
.card-g-secondary .card-header h5 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  -webkit-text-fill-color: #fff;
}
.card-g-secondary .card-body p {
  color: #fff;
}
.card-g-success {
  background-image: linear-gradient(to bottom right, #90e900, #609c00);
  box-shadow: 2px 12px 26px 3px rgba(128, 207, 0, 0.3);
}
.card-g-success .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(242, 244, 255, 0.1);
}
.card-g-success .card-header h5 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  -webkit-text-fill-color: #fff;
}
.card-g-success .card-body p {
  color: #fff;
}
.card-g-danger {
  background-image: linear-gradient(to bottom right, #fd6a90, #fc1f57);
  box-shadow: 2px 12px 26px 3px rgba(253, 81, 125, 0.3);
}
.card-g-danger .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(242, 244, 255, 0.1);
}
.card-g-danger .card-header h5 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  -webkit-text-fill-color: #fff;
}
.card-g-danger .card-body p {
  color: #fff;
}
.card-g-info {
  background-image: linear-gradient(to bottom right, #07c9f6, #058cab);
  box-shadow: 2px 12px 26px 3px rgba(6, 181, 221, 0.3);
}
.card-g-info .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(242, 244, 255, 0.1);
}
.card-g-info .card-header h5 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  -webkit-text-fill-color: #fff;
}
.card-g-info .card-body p {
  color: #fff;
}
.card-g-light {
  background-image: linear-gradient(to bottom right, white, #dacbf5);
  box-shadow: 2px 12px 26px 3px rgba(248, 245, 253, 0.3);
}
.card-g-light .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(242, 244, 255, 0.1);
}
.card-g-light .card-header h5 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  -webkit-text-fill-color: #fff;
}
.card-g-light .card-body p {
  color: #fff;
}
.card-g-dark {
  background-image: linear-gradient(to bottom right, #363e4e, #171a21);
  box-shadow: 2px 12px 26px 3px rgba(44, 50, 63, 0.3);
}
.card-g-dark .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(242, 244, 255, 0.1);
}
.card-g-dark .card-header h5 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  -webkit-text-fill-color: #fff;
}
.card-g-dark .card-body p {
  color: #fff;
}
.card-g-warning {
  background-image: linear-gradient(to bottom right, #ffcd31, #e3ac00);
  box-shadow: 2px 12px 26px 3px rgba(255, 199, 23, 0.3);
}
.card-g-warning .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(242, 244, 255, 0.1);
}
.card-g-warning .card-header h5 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  -webkit-text-fill-color: #fff;
}
.card-g-warning .card-body p {
  color: #fff;
}
/**=====================
    03. Card CSS End
==========================**/
/**=====================
     04. Loader CSS Start
==========================**/
.loader-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #f8f5fd;
  z-index: 1000;
  top: 0;
}
.loader-wrapper .typewriter h1 {
  color: #2c323f;
  overflow: hidden;
  border-right: 0.15em solid #3949ab;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-size: 200%;
  -webkit-animation: typing 1s steps(30, end), blink-caret 0.5s step-end infinite;
          animation: typing 1s steps(30, end), blink-caret 0.5s step-end infinite;
}
@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #3949ab;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #3949ab;
  }
}
.loader-box {
  height: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
}
.loader-box [class*=loader-] {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: inherit;
  vertical-align: middle;
}
.loader-box .loader-1 {
  border: 0.2em dotted #3949ab;
  border-radius: 50%;
  -webkit-animation: 1s loader-01 linear infinite;
          animation: 1s loader-01 linear infinite;
}
@-webkit-keyframes loader-01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-2 {
  border: 0.2em solid transparent;
  border-left-color: #fe80b2;
  border-right-color: #fe80b2;
  border-radius: 50%;
  -webkit-animation: 1s loader-02 linear infinite;
          animation: 1s loader-02 linear infinite;
}
@-webkit-keyframes loader-02 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-02 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-3 {
  border: 0.2em solid #80cf00;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader-03 linear infinite;
          animation: 1s loader-03 linear infinite;
  position: relative;
}
@-webkit-keyframes loader-03 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-03 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-4 {
  border: 1px solid #06b5dd;
  border-radius: 50%;
  -webkit-animation: 1s loader-04 linear infinite;
          animation: 1s loader-04 linear infinite;
  position: relative;
}
.loader-box .loader-4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.2em;
  left: 50%;
  border: 0.2em solid #06b5dd;
  border-radius: 50%;
}
@-webkit-keyframes loader-04 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-04 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-5 {
  border: 0.2em solid transparent;
  border-top-color: #ffc717;
  border-radius: 50%;
  -webkit-animation: 1s loader-05 linear infinite;
          animation: 1s loader-05 linear infinite;
  position: relative;
}
.loader-box .loader-5:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  border: 0.2em solid #ffc717;
  border-radius: 50%;
  opacity: 0.5;
}
@-webkit-keyframes loader-05 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-05 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-6 {
  border: 0.2em solid #fd517d;
  border-radius: 50%;
  -webkit-animation: loader-06 1s ease-out infinite;
          animation: loader-06 1s ease-out infinite;
}
@-webkit-keyframes loader-06 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-06 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loader-box .loader-7 {
  border: 0 solid transparent;
  border-radius: 50%;
  position: relative;
}
.loader-box .loader-7:before, .loader-box .loader-7:after {
  content: "";
  border: 0.2em solid #3949ab;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-07 1s linear infinite;
          animation: loader-07 1s linear infinite;
  opacity: 0;
}
.loader-box .loader-7:before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.loader-box .loader-7:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes loader-07 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-07 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loader-box .loader-8 {
  position: relative;
}
.loader-box .loader-8:before, .loader-box .loader-8:after {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: #fe80b2;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-08 2s infinite ease-in-out;
          animation: loader-08 2s infinite ease-in-out;
}
.loader-box .loader-8:after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes loader-08 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loader-08 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.loader-box .loader-9 {
  background-color: #80cf00;
  border-radius: 50%;
  -webkit-animation: loader-09 1s infinite ease-in-out;
          animation: loader-09 1s infinite ease-in-out;
}
@-webkit-keyframes loader-09 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-09 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loader-box .loader-10 {
  position: relative;
  -webkit-animation: loader-10-1 2s infinite linear;
          animation: loader-10-1 2s infinite linear;
}
.loader-box .loader-10:before, .loader-box .loader-10:after {
  content: "";
  width: 0;
  height: 0;
  border: 0.5em solid #06b5dd;
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: loader-10-2 2s infinite ease-in-out;
          animation: loader-10-2 2s infinite ease-in-out;
}
.loader-box .loader-10:before {
  top: 0;
  left: 50%;
}
.loader-box .loader-10:after {
  bottom: 0;
  right: 50%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.loader-box .loader-11 {
  background-color: #ffc717;
  -webkit-animation: loader-11 1.2s infinite ease-in-out;
          animation: loader-11 1.2s infinite ease-in-out;
}
@-webkit-keyframes loader-11 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes loader-11 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.loader-box .loader-12 {
  position: relative;
}
.loader-box .loader-12:before, .loader-box .loader-12:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fd517d;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 50%;
  box-shadow: -0.5em 0 0 #fd517d;
  -webkit-animation: loader-12 1s linear infinite;
          animation: loader-12 1s linear infinite;
}
.loader-box .loader-12:after {
  top: 50%;
  bottom: 0;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
@-webkit-keyframes loader-12 {
  0%, 100% {
    box-shadow: -0.5em 0 0 transparent;
    background-color: #fd517d;
  }
  50% {
    box-shadow: -0.5em 0 0 #fd517d;
    background-color: transparent;
  }
}
@keyframes loader-12 {
  0%, 100% {
    box-shadow: -0.5em 0 0 transparent;
    background-color: #fd517d;
  }
  50% {
    box-shadow: -0.5em 0 0 #fd517d;
    background-color: transparent;
  }
}
.loader-box .loader-13:before,
.loader-box .loader-13:after,
.loader-box .loader-13 {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: loader-13 1.8s infinite ease-in-out;
          animation: loader-13 1.8s infinite ease-in-out;
}
.loader-box .loader-13 {
  color: #3949ab;
  position: relative;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  top: -1em;
}
.loader-box .loader-13:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.loader-box .loader-13:after {
  left: 100%;
}
.loader-box .loader-13:before, .loader-box .loader-13:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}
@-webkit-keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}
@keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}
.loader-box .loader-14 {
  border-radius: 50%;
  box-shadow: 0 1em 0 -0.2em #fe80b2;
  position: relative;
  -webkit-animation: loader-14 0.8s ease-in-out alternate infinite;
          animation: loader-14 0.8s ease-in-out alternate infinite;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  top: -1em;
}
.loader-box .loader-14:after, .loader-box .loader-14:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.loader-box .loader-14:before {
  left: -1em;
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.loader-box .loader-14:after {
  right: -1em;
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
@-webkit-keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em #fe80b2;
  }
  100% {
    box-shadow: 0 1em 0 -0.2em #fe80b2;
  }
}
@keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em #fe80b2;
  }
  100% {
    box-shadow: 0 1em 0 -0.2em #fe80b2;
  }
}
.loader-box .loader-15 {
  background: #80cf00;
  position: relative;
  -webkit-animation: loader-15 1s ease-in-out infinite;
          animation: loader-15 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  width: 0.25em;
  height: 0.5em;
  margin: 0 0.5em;
}
.loader-box .loader-15:after, .loader-box .loader-15:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.loader-box .loader-15:before {
  right: 0.5em;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loader-box .loader-15:after {
  left: 0.5em;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 #80cf00, 0 0 0 #80cf00;
  }
  50% {
    box-shadow: 0 -0.25em 0 #80cf00, 0 0.25em 0 #80cf00;
  }
}
@keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 #80cf00, 0 0 0 #80cf00;
  }
  50% {
    box-shadow: 0 -0.25em 0 #80cf00, 0 0.25em 0 #80cf00;
  }
}
.loader-box .loader-16 {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
}
.loader-box .loader-16:before, .loader-box .loader-16:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
          animation: 1s spin linear infinite;
}
.loader-box .loader-16:before {
  transform: rotateX(70deg);
}
.loader-box .loader-16:after {
  transform: rotateY(70deg);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@-webkit-keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px #06b5dd;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 #06b5dd;
  }
  25% {
    box-shadow: 0 0.2em 0 0px #06b5dd;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 #06b5dd;
  }
  50% {
    box-shadow: -0.2em 0 0 0 #06b5dd;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 #06b5dd;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 #06b5dd;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 #06b5dd;
  }
}
.loader-box .loader-17 {
  position: relative;
  background-color: #ffc717;
  border-radius: 50%;
}
.loader-box .loader-17:after, .loader-box .loader-17:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.8;
}
.loader-box .loader-17:after {
  left: -0.5em;
  top: -0.25em;
  background-color: #ffc717;
  transform-origin: 30px 35px;
  -webkit-animation: loader-17 1s linear infinite;
          animation: loader-17 1s linear infinite;
  opacity: 0.6;
}
.loader-box .loader-17:before {
  left: -1.25em;
  top: -0.75em;
  background-color: #ffc717;
  transform-origin: 40px 40px;
  -webkit-animation: loader-17 2s linear infinite;
          animation: loader-17 2s linear infinite;
}
@-webkit-keyframes loader-17 {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
@keyframes loader-17 {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
.loader-box .loader-18 {
  position: relative;
}
.loader-box .loader-18:before, .loader-box .loader-18:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 0.1em solid transparent;
  border-bottom-color: #fd517d;
  top: 0;
  left: 0;
  -webkit-animation: 1s loader-18 linear infinite;
          animation: 1s loader-18 linear infinite;
}
.loader-box .loader-18:before {
  width: 40px;
  height: 40px;
}
.loader-box .loader-18:after {
  width: 30px;
  height: 30px;
  top: 0.1em;
  left: 0.1em;
  animation-direction: reverse;
}
@-webkit-keyframes loader-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-19 {
  border-top: 0.2em solid #3949ab;
  border-right: 0.2em solid transparent;
  -webkit-animation: loader-19 1s linear infinite;
          animation: loader-19 1s linear infinite;
  border-radius: 100%;
  position: relative;
}
@-webkit-keyframes loader-19 {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-19 {
  to {
    transform: rotate(360deg);
  }
}
.loader-box .loader-20 {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 0.1em #fe80b2;
  border-radius: 50%;
  position: relative;
}
.loader-box .loader-20:after, .loader-box .loader-20:before {
  position: absolute;
  content: "";
  background-color: #fe80b2;
  top: 24px;
  left: 24px;
  height: 0.1em;
  transform-origin: left center;
}
.loader-box .loader-20:after {
  width: 0.4em;
  -webkit-animation: loader-20 2s linear infinite;
          animation: loader-20 2s linear infinite;
}
.loader-box .loader-20:before {
  width: 20px;
  -webkit-animation: loader-20 8s linear infinite;
          animation: loader-20 8s linear infinite;
}
@-webkit-keyframes loader-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-21 {
  position: relative;
}
.loader-box .loader-21:before, .loader-box .loader-21:after {
  position: absolute;
  content: "";
}
.loader-box .loader-21:before {
  width: 80%;
  height: 80%;
  left: 10%;
  bottom: 10%;
  border-radius: 100% 100% 100% 0;
  box-shadow: 0px 0px 0px 0.1em #80cf00;
  -webkit-animation: loader-21 1s linear infinite;
          animation: loader-21 1s linear infinite;
  transform: rotate(-46deg);
}
.loader-box .loader-21:after {
  width: 1em;
  height: 0.3em;
  border-radius: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -0.2em;
  z-index: -1;
}
@-webkit-keyframes loader-21 {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
@keyframes loader-21 {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
.loader-box .loader-22 {
  border: 0.1em #06b5dd solid;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.loader-box .loader-22:after, .loader-box .loader-22:before {
  position: absolute;
  content: "";
  background-color: #06b5dd;
}
.loader-box .loader-22:after {
  width: 50%;
  height: 0.1em;
  left: 50%;
  top: 50%;
  transform-origin: left center;
  -webkit-animation: loader-22 2s linear infinite alternate;
          animation: loader-22 2s linear infinite alternate;
}
.loader-box .loader-22:before {
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
}
@-webkit-keyframes loader-22 {
  0% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes loader-22 {
  0% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
.loader-box .loader-23 {
  height: 0.5em;
  border: 0.1em #ffc717 solid;
  border-radius: 0.1em;
  position: relative;
  -webkit-animation: loader-23 5s linear infinite;
          animation: loader-23 5s linear infinite;
}
.loader-box .loader-23:after {
  width: 0.07em;
  height: 100%;
  background-color: #ffc717;
  border-radius: 0px 0.5em 0.5em 0px;
  position: absolute;
  content: "";
  top: 0;
  left: calc(100% + 0.1em);
}
@-webkit-keyframes loader-23 {
  0% {
    box-shadow: inset 0px 0px 0px #ffc717;
  }
  100% {
    box-shadow: inset 1em 0px 0px #ffc717;
  }
}
@keyframes loader-23 {
  0% {
    box-shadow: inset 0px 0px 0px #ffc717;
  }
  100% {
    box-shadow: inset 1em 0px 0px #ffc717;
  }
}
.loader-box .loader-24 {
  width: 0.8em;
  height: 1em;
  border: 0.1em #fd517d solid;
  border-radius: 0px 0px 0.2em 0.2em;
  position: relative;
}
.loader-box .loader-24:after, .loader-box .loader-24:before {
  position: absolute;
  content: "";
}
.loader-box .loader-24:after {
  width: 0.2em;
  height: 50%;
  border: 0.1em #fd517d solid;
  border-left: none;
  border-radius: 0px 0.5em 0.5em 0px;
  left: calc(100% + 0.1em);
  top: 0.1em;
}
.loader-box .loader-24:before {
  width: 0.1em;
  height: 0.3em;
  background-color: #fd517d;
  top: -0.3em;
  left: 0.05em;
  box-shadow: 0.2em 0px 0px 0px #fd517d, 0.2em -0.2em 0px 0px #fd517d, 0.4em 0px 0px 0px #fd517d;
  -webkit-animation: loader-24 1s linear infinite alternate;
          animation: loader-24 1s linear infinite alternate;
}
@-webkit-keyframes loader-24 {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@keyframes loader-24 {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
.loader-box .loader-25 {
  border: 0.1em #3949ab solid;
  position: relative;
  -webkit-animation: loader-25-1 5s linear infinite;
          animation: loader-25-1 5s linear infinite;
}
.loader-box .loader-25:after {
  width: 0.2em;
  height: 0.2em;
  position: absolute;
  content: "";
  background-color: #3949ab;
  bottom: calc(100% + 0.2em);
  left: -0.4em;
  -webkit-animation: loader-25-2 1s ease-in-out infinite;
          animation: loader-25-2 1s ease-in-out infinite;
}
@-webkit-keyframes loader-25-1 {
  0% {
    box-shadow: inset 0 0 0 0 #3949ab;
  }
  100% {
    box-shadow: inset 0 -1em 0 0 #3949ab;
  }
}
@keyframes loader-25-1 {
  0% {
    box-shadow: inset 0 0 0 0 #3949ab;
  }
  100% {
    box-shadow: inset 0 -1em 0 0 #3949ab;
  }
}
@-webkit-keyframes loader-25-2 {
  25% {
    left: calc(100% + 0.2em);
    bottom: calc(100% + 0.2em);
  }
  50% {
    left: calc(100% + 0.2em);
    bottom: -0.4em;
  }
  75% {
    left: -0.4em;
    bottom: -0.4em;
  }
  100% {
    left: -0.4em;
    bottom: calc(100% + 0.2em);
  }
}
@keyframes loader-25-2 {
  25% {
    left: calc(100% + 0.2em);
    bottom: calc(100% + 0.2em);
  }
  50% {
    left: calc(100% + 0.2em);
    bottom: -0.4em;
  }
  75% {
    left: -0.4em;
    bottom: -0.4em;
  }
  100% {
    left: -0.4em;
    bottom: calc(100% + 0.2em);
  }
}
.loader-box .loader-26 {
  width: 0.5em;
  height: 0.5em;
  background-color: #fe80b2;
  box-shadow: 1em 0px 0px #fe80b2;
  border-radius: 50%;
  -webkit-animation: loader-26 1s ease-in-out infinite alternate;
          animation: loader-26 1s ease-in-out infinite alternate;
}
@-webkit-keyframes loader-26 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}
@keyframes loader-26 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}
.loader-box .loader-29 {
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.1em #80cf00, -0.5em -0.5em 0 -0.4em #80cf00, 0 -0.7em 0 -0.4em #80cf00, 0.5em -0.5em 0 -0.4em #80cf00, -0.5em 0.5em 0 -0.4em #80cf00, 0 0.7em 0 -0.4em #80cf00, 0.5em 0.5em 0 -0.4em #80cf00, -0.7em 0 0 -0.4em #80cf00, 0.7em 0 0 -0.4em #80cf00;
  -webkit-animation: 5s loader-29 linear infinite;
          animation: 5s loader-29 linear infinite;
}
@-webkit-keyframes loader-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-30 {
  border: 0.2em solid transparent;
  border-top-color: #06b5dd;
  border-bottom-color: #06b5dd;
  border-radius: 50%;
  position: relative;
  -webkit-animation: 1s loader-30 linear infinite;
          animation: 1s loader-30 linear infinite;
}
.loader-box .loader-30:before, .loader-box .loader-30:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 0.2em solid transparent;
  border-bottom-color: #06b5dd;
}
.loader-box .loader-30:before {
  transform: rotate(135deg);
  right: -0.3em;
  top: -0.05em;
}
.loader-box .loader-30:after {
  transform: rotate(-45deg);
  left: -0.3em;
  bottom: -0.05em;
}
@-webkit-keyframes loader-30 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-30 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-31 {
  box-shadow: 0 0 2em #ffc717;
  background-color: #ffc717;
  position: relative;
  border-radius: 50%;
  transform: rotateX(-60deg) perspective(1000px);
}
.loader-box .loader-31:before, .loader-box .loader-31:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  -webkit-animation: 1s loader-31 ease-out infinite;
          animation: 1s loader-31 ease-out infinite;
}
.loader-box .loader-31:after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes loader-31 {
  0% {
    opacity: 1;
    transform: rotate(0deg);
    box-shadow: 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717;
  }
  100% {
    opacity: 0;
    transform: rotate(180deg);
    box-shadow: -1em -1em 0 -0.35em #ffc717, 0 -1.5em 0 -0.35em #ffc717, 1em -1em 0 -0.35em #ffc717, -1.5em 0 0 -0.35em #ffc717, 1.5em 0 0 -0.35em #ffc717, -1em 1em 0 -0.35em #ffc717, 0 1.5em 0 -0.35em #ffc717, 1em 1em 0 -0.35em #ffc717;
  }
}
@keyframes loader-31 {
  0% {
    opacity: 1;
    transform: rotate(0deg);
    box-shadow: 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717, 0 0 0 -0.5em #ffc717;
  }
  100% {
    opacity: 0;
    transform: rotate(180deg);
    box-shadow: -1em -1em 0 -0.35em #ffc717, 0 -1.5em 0 -0.35em #ffc717, 1em -1em 0 -0.35em #ffc717, -1.5em 0 0 -0.35em #ffc717, 1.5em 0 0 -0.35em #ffc717, -1em 1em 0 -0.35em #ffc717, 0 1.5em 0 -0.35em #ffc717, 1em 1em 0 -0.35em #ffc717;
  }
}
.loader-box .loader-32 {
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 1em 0 #fd517d, inset 0 0 1em 0 #fd517d;
  -webkit-animation: 1s loader-32 linear infinite;
          animation: 1s loader-32 linear infinite;
}
.loader-box .loader-32:before, .loader-box .loader-32:after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  border-radius: 50%;
}
.loader-box .loader-32:before {
  border-top: 0.2em solid #fd517d;
  border-right: 0.2em solid transparent;
  top: 0.28em;
  right: calc(50% - 0.22em);
}
.loader-box .loader-32:after {
  border-bottom: 0.2em solid #fd517d;
  border-left: 0.2em solid transparent;
  bottom: 0.28em;
  left: calc(50% - 0.22em);
}
@-webkit-keyframes loader-32 {
  0% {
    transform: rotateX(-60deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(-60deg) rotateZ(360deg);
  }
}
@keyframes loader-32 {
  0% {
    transform: rotateX(-60deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(-60deg) rotateZ(360deg);
  }
}
.loader-box .loader-34 {
  position: relative;
  width: 1em;
  height: 0.5em;
}
.loader-box .loader-34:after, .loader-box .loader-34:before {
  position: absolute;
  content: "";
  height: 0.4em;
  width: 0.4em;
  top: 0;
  background-color: #3949ab;
  border-radius: 50%;
}
.loader-box .loader-34:after {
  right: 0;
  -webkit-animation: loader-34-2 0.5s ease-in-out infinite;
          animation: loader-34-2 0.5s ease-in-out infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.loader-box .loader-34:before {
  left: 0;
  -webkit-animation: loader-34-1 0.5s ease-in-out infinite;
          animation: loader-34-1 0.5s ease-in-out infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes loader-34-1 {
  0% {
    transform: translatex(0px);
  }
  65% {
    height: 0.4em;
    width: 0.4em;
  }
  100% {
    height: 0.5em;
    width: 0.3em;
    transform: translatex(0.2em);
  }
}
@keyframes loader-34-1 {
  0% {
    transform: translatex(0px);
  }
  65% {
    height: 0.4em;
    width: 0.4em;
  }
  100% {
    height: 0.5em;
    width: 0.3em;
    transform: translatex(0.2em);
  }
}
@-webkit-keyframes loader-34-2 {
  0% {
    transform: translatex(0px);
  }
  65% {
    height: 0.4em;
    width: 0.4em;
  }
  100% {
    height: 0.5em;
    width: 0.3em;
    transform: translatex(-0.2em);
  }
}
@keyframes loader-34-2 {
  0% {
    transform: translatex(0px);
  }
  65% {
    height: 0.4em;
    width: 0.4em;
  }
  100% {
    height: 0.5em;
    width: 0.3em;
    transform: translatex(-0.2em);
  }
}
.loader-box .loader-35 {
  margin: 0 0.5em;
  position: relative;
}
.loader-box .loader-35:before {
  border-radius: 50%;
  background-color: #fe80b2;
  -webkit-animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  content: "";
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  position: absolute;
}
@-webkit-keyframes loader-35 {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-100%) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(100%) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes loader-35 {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-100%) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(100%) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
.loader-box .loader-37 {
  border-right: 0.1em solid #80cf00;
  border-radius: 100%;
  -webkit-animation: loader-37 800ms linear infinite;
          animation: loader-37 800ms linear infinite;
}
.loader-box .loader-37:before, .loader-box .loader-37:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  position: absolute;
  top: calc(50% - 0.4em);
  left: calc(50% - 0.4em);
  border-left: 0.08em solid #80cf00;
  border-radius: 100%;
  animation: loader-37 400ms linear infinite reverse;
}
.loader-box .loader-37:after {
  width: 0.6em;
  height: 0.6em;
  top: calc(50% - 0.3em);
  left: calc(50% - 0.3em);
  border: 0;
  border-right: 0.05em solid #80cf00;
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes loader-37 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes loader-37 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.loader-box .loader-38 {
  height: 0.1em;
  width: 0.1em;
  box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd;
  -webkit-animation: loader-38 6s infinite;
          animation: loader-38 6s infinite;
}
@-webkit-keyframes loader-38 {
  0% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd;
  }
  8.33% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd;
  }
  16.66% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd;
  }
  24.99% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  33.32% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd;
  }
  41.65% {
    box-shadow: 0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd;
  }
  49.98% {
    box-shadow: 0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd;
  }
  58.31% {
    box-shadow: -0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  66.64% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  74.97% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  83.3% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  91.63% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  100% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd;
  }
}
@keyframes loader-38 {
  0% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd;
  }
  8.33% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd;
  }
  16.66% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd;
  }
  24.99% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  33.32% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd;
  }
  41.65% {
    box-shadow: 0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd;
  }
  49.98% {
    box-shadow: 0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd;
  }
  58.31% {
    box-shadow: -0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  66.64% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  74.97% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  83.3% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, 0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  91.63% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd, -0.2em 0.2em 0 0.1em #06b5dd;
  }
  100% {
    box-shadow: -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd, -0.2em -0.2em 0 0.1em #06b5dd;
  }
}
.loader-box .loader-39 {
  position: relative;
  width: 0.15em;
  height: 0.15em;
  background-color: #ffc717;
  border-radius: 100%;
  -webkit-animation: loader-39-1 30s infinite linear;
          animation: loader-39-1 30s infinite linear;
}
.loader-box .loader-39:before, .loader-box .loader-39:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-box .loader-39:before {
  width: 20px;
  height: 60px;
  -webkit-animation: loader-39-2 0.8s linear infinite;
          animation: loader-39-2 0.8s linear infinite;
}
.loader-box .loader-39:after {
  width: 60px;
  height: 20px;
  -webkit-animation: loader-39-2 1.2s linear infinite;
          animation: loader-39-2 1.2s linear infinite;
}
@-webkit-keyframes loader-39-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-39-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-39-2 {
  0% {
    box-shadow: 0.04em -0.04em 0 0.02em #ffc717;
  }
  25% {
    box-shadow: 0.04em 0.04em 0 0.02em #ffc717;
  }
  50% {
    box-shadow: -0.04em 0.04em 0 0.02em #ffc717;
  }
  75% {
    box-shadow: -0.04em -0.04em 0 0.02em #ffc717;
  }
  100% {
    box-shadow: 0.04em -0.04em 0 0.02em #ffc717;
  }
}
@keyframes loader-39-2 {
  0% {
    box-shadow: 0.04em -0.04em 0 0.02em #ffc717;
  }
  25% {
    box-shadow: 0.04em 0.04em 0 0.02em #ffc717;
  }
  50% {
    box-shadow: -0.04em 0.04em 0 0.02em #ffc717;
  }
  75% {
    box-shadow: -0.04em -0.04em 0 0.02em #ffc717;
  }
  100% {
    box-shadow: 0.04em -0.04em 0 0.02em #ffc717;
  }
}
.loader-box .loader-40 {
  border: 0.05em #fd517d solid;
  border-radius: 0.2em;
  overflow: hidden;
  position: relative;
}
.loader-box .loader-40:after, .loader-box .loader-40:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-animation: loader-40 2s infinite linear;
          animation: loader-40 2s infinite linear;
}
.loader-box .loader-40:before {
  border-top: 0.2em #fd517d solid;
  top: -0.15em;
  left: calc(-50% - 0.15em);
  transform-origin: right center;
}
.loader-box .loader-40:after {
  border-bottom: 0.2em #fd517d solid;
  top: 0.15em;
  right: calc(-50% - 0.15em);
  transform-origin: left center;
}
@-webkit-keyframes loader-40 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes loader-40 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.loader-box .loader-41 {
  border: 0.05em #3949ab solid;
  border-radius: 0.2em;
  position: relative;
  background: linear-gradient(45deg, transparent 48%, #3949ab 50%, #3949ab 50%, transparent 52%, transparent), linear-gradient(-45deg, transparent 48%, #3949ab 50%, #3949ab 50%, transparent 52%, transparent);
  background-size: 0.5em 0.5em;
  background-position: 0% 0%;
  -webkit-animation: loader-41 1s infinite linear;
          animation: loader-41 1s infinite linear;
}
@-webkit-keyframes loader-41 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1em 0;
  }
}
@keyframes loader-41 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1em 0;
  }
}
.loader-box .loader-42 {
  width: 2em;
  height: 0.66em;
  border: 0.05em #fe80b2 solid;
  border-radius: 0.1em;
  background: linear-gradient(-60deg, transparent 0%, transparent 50%, #fe80b2 50%, #fe80b2 75%, transparent 75%, transparent);
  background-size: 1em 2em;
  background-position: 0 0;
  -webkit-animation: loader-42 0.8s infinite linear;
          animation: loader-42 0.8s infinite linear;
}
@-webkit-keyframes loader-42 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2em 0;
  }
}
@keyframes loader-42 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2em 0;
  }
}
/**=====================
     04. Loader CSS Ends
==========================**/
/**=====================
    05. Header CSS Start
==========================**/
@-webkit-keyframes pagebody {
  from {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95) translate(-20px, -100px);
  }
  50% {
    opacity: 1;
  }
}
@keyframes pagebody {
  from {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95) translate(-20px, -100px);
  }
  50% {
    opacity: 1;
  }
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li:hover > a {
  border-left-color: #2c323f;
  transition: 0.3s;
}
.onhover-show-div-notification, .onhover-show-div {
  box-shadow: 0 0 2px 2px #f8f5fd;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  left: 0;
}
.onhover-dropdown:hover .onhover-show-div-notification, .onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.onhover-dropdown:hover .onhover-show-div-notification:before, .onhover-dropdown:hover .onhover-show-div:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
  top: -7px;
  position: absolute;
  left: 10px;
  z-index: 2;
}
.onhover-dropdown:hover .onhover-show-div-notification:after, .onhover-dropdown:hover .onhover-show-div:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #898989;
  content: "";
  top: -7px;
  position: absolute;
  left: 10px;
  z-index: 1;
}
.img-shadow-primary {
  filter: drop-shadow(2px 4px 6px rgba(57, 73, 171, 0.5));
}
.img-shadow-secondary {
  filter: drop-shadow(2px 4px 6px rgba(254, 128, 178, 0.5));
}
.img-shadow-success {
  filter: drop-shadow(2px 4px 6px rgba(128, 207, 0, 0.5));
}
.img-shadow-danger {
  filter: drop-shadow(2px 4px 6px rgba(253, 81, 125, 0.5));
}
.img-shadow-info {
  filter: drop-shadow(2px 4px 6px rgba(6, 181, 221, 0.5));
}
.img-shadow-light {
  filter: drop-shadow(2px 4px 6px rgba(248, 245, 253, 0.5));
}
.img-shadow-dark {
  filter: drop-shadow(2px 4px 6px rgba(44, 50, 63, 0.5));
}
.img-shadow-warning {
  filter: drop-shadow(2px 4px 6px rgba(255, 199, 23, 0.5));
}
/*======= Page Header css Start ======= */
.page-wrapper .page-main-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.page-wrapper .page-main-header .main-header-left {
  margin-left: 30px;
}
.page-wrapper .page-body-wrapper {
  background-color: #fff;
}
.page-wrapper .page-body-wrapper .page-body {
  min-height: calc(120vh - 95px);
  margin-top: 95px;
  padding: 0 30px;
  position: relative;
  background-color: #fdfeff;
  margin-left: 300px;
  transition: 0.6s;
  -webkit-animation: pagebody 1000ms ease-in-out;
          animation: pagebody 1000ms ease-in-out;
}
/*======= Page Header css ends  ======= */
/**======Main Header css Start ======**/
.page-main-header .main-header-right {
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: 2.5px 4.33px 30px 0px rgba(57, 73, 171, 0.035);
}
.page-main-header .main-header-right .mobile-sidebar .switch {
  width: 40px;
  height: 40px;
  background-color: #f8f5fd;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 6px;
}
.page-main-header .main-header-right .mobile-sidebar .switch svg {
  width: 20px;
  vertical-align: middle;
}
.page-main-header .main-header-right .nav-left i {
  margin-right: 20px;
}
.page-main-header .main-header-right .nav-left input:focus {
  outline: 0 !important;
}
.page-main-header .main-header-right .nav-right {
  text-align: left;
  padding: 0 30px;
}
.page-main-header .main-header-right .nav-right .feather-maximize, .page-main-header .main-header-right .nav-right .img-shadow-success {
  cursor: pointer;
}
.page-main-header .main-header-right .nav-right ul li svg {
  margin-top: 10px;
  width: 18px;
  height: 18px;
}
.page-main-header .main-header-right .nav-right ul li svg path {
  color: #3949ab;
}
.page-main-header .main-header-right .nav-right ul li:last-child {
  padding-right: 0;
}
.page-main-header .main-header-right .nav-right ul .notification-dropdown li .notification-icons svg {
  margin-top: 0;
  vertical-align: middle;
}
.page-main-header .main-header-right .nav-right > ul {
  padding: 0 0;
}
.page-main-header .main-header-right .nav-right > ul .search-form .mobile-search svg {
  color: #3949ab;
}
.page-main-header .main-header-right .nav-right > ul .search-form input {
  border: none;
  padding: 10px 10px 10px 70px;
  border-radius: 50px;
  background-color: transparent;
  font-size: 16px;
  color: rgba(57, 73, 171, 0.5);
}
.page-main-header .main-header-right .nav-right > ul .search-form input::-moz-placeholder {
  color: rgba(57, 73, 171, 0.5);
}
.page-main-header .main-header-right .nav-right > ul .search-form input::placeholder {
  color: rgba(57, 73, 171, 0.5);
}
.page-main-header .main-header-right .nav-right > ul .search-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.page-main-header .main-header-right .nav-right > ul .search-form .form-group:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(57, 73, 171, 0.2);
  left: 53px;
  top: 12px;
  z-index: 2;
}
.page-main-header .main-header-right .nav-right > ul .search-form .form-group:after {
  position: absolute;
  content: "\e618";
  font-family: Pe-icon-7-stroke;
  top: 7px;
  left: 22px;
  color: #3949ab;
  font-size: 20px;
  font-weight: 600;
}
.page-main-header .main-header-right .nav-right > ul > li:first-child {
  width: auto;
  margin: 0;
}
.page-main-header .main-header-right .nav-right .flip-card {
  width: 220px;
  height: 245px;
  top: 50%;
  left: 50%;
  margin: -150px;
  perspective: 500px;
  background-color: transparent;
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .front,
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .front button,
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back button {
  background-color: transparent;
  color: #3949ab;
  border: none;
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .front button:focus,
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back button:focus {
  outline: transparent;
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .front {
  background-color: #fff;
  color: black;
  transition: 0.3s;
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back {
  background-color: #fff;
  color: white;
  transform: rotateY(180deg);
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back li:first-child {
  margin-top: 20px;
  height: 161px !important;
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back li:last-child {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  background: #fff;
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back button {
  width: 100%;
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back .flip-back-content input {
  border-radius: 25px;
  padding: 6px 12px;
  border: 1px solid #ddd;
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner.flipped {
  transform: rotateY(180deg);
}
.page-main-header .main-header-right .nav-right .flip-card .flip-card-inner.flipped .front {
  opacity: 0;
}
.page-main-header .main-header-right .nav-right.right-menu ul {
  justify-content: flex-end;
}
.page-main-header .main-header-right .nav-right.right-menu ul li {
  position: relative;
}
.page-main-header .main-header-right .nav-right.right-menu ul li img {
  width: 20px;
}
.page-main-header .main-header-right .nav-right.right-menu ul li:before {
  display: none;
}
.page-main-header .main-header-right .nav-right.right-menu ul li .search-icon {
  border-radius: 100%;
  background-image: linear-gradient(to bottom right, #4a5bc3, #334198);
  width: 36px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 3.464px 8px 0px rgba(57, 73, 171, 0.18);
  cursor: pointer;
}
.page-main-header .main-header-right .nav-right.right-menu ul li .search-icon i {
  color: #fff;
}
.page-main-header .main-header-right .nav-right.right-menu ul li .user-header img {
  width: 120px !important;
}
.page-main-header .main-header-right .nav-right.right-menu ul li .notification {
  position: absolute;
  top: -2px;
  right: -9px;
  padding: 5px 7px;
}
.page-main-header .main-header-right .nav-right .icon-user {
  font-size: 16px;
}
.page-main-header .main-header-right .nav-right > ul {
  display: flex;
  align-items: center;
}
.page-main-header .main-header-right .nav-right > ul > li {
  position: relative;
  padding: 30px 20px 21px 20px;
}
.page-main-header .main-header-right .nav-right > ul > li .form-group {
  width: 100%;
}
.page-main-header .main-header-right .nav-right > ul > li:first-child {
  width: 30%;
  margin: 0 auto;
}
.page-main-header .main-header-right .nav-right > ul > li:last-child {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-main-header .main-header-right .nav-right > ul > li .badge {
  padding: 4px 8px;
}
.page-main-header .main-header-right .nav-right > ul > li:first-child:before {
  top: 2px;
}
.page-main-header .main-header-right .nav-right > ul > li span {
  letter-spacing: 0.9px;
}
.page-main-header .main-header-right .nav-right > ul > li span .fa {
  color: #cccccc;
}
.page-main-header .main-header-right .nav-right > ul > li span ul {
  left: inherit;
  right: -10px;
  width: 130px;
}
.page-main-header .main-header-right .nav-right > ul > li span ul:before, .page-main-header .main-header-right .nav-right > ul > li span ul:after {
  left: inherit;
  right: 10px;
}
.page-main-header .main-header-right .nav-right > ul > li span ul li {
  display: block;
}
.page-main-header .main-header-right .nav-right > ul > li span ul li a {
  font-size: 14px;
  color: #2c323f;
}
.page-main-header .main-header-right .nav-right > ul > li span ul li a i {
  margin-left: 10px;
  font-size: 13px;
  color: #2c323f;
}
.page-main-header .main-header-right .nav-right > ul .flag-icon {
  font-size: 16px;
}
.page-main-header .main-header-right .nav-right .notification-dropdown {
  top: 70px;
  width: 300px;
  left: -230px !important;
  border-radius: 15px;
  overflow: hidden;
}
.page-main-header .main-header-right .nav-right .notification-dropdown:before, .page-main-header .main-header-right .nav-right .notification-dropdown:after {
  right: 27px;
  left: auto;
  left: initial;
}
.page-main-header .main-header-right .nav-right .notification-dropdown li {
  padding: 25px !important;
}
.page-main-header .main-header-right .nav-right .notification-dropdown li:first-child {
  text-align: center;
  color: #fff;
  padding: 20px !important;
}
.page-main-header .main-header-right .nav-right .notification-dropdown li:nth-child(3) {
  padding-top: 0 !important;
}
.page-main-header .main-header-right .nav-right .notification-dropdown li .notification-icons {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-main-header .main-header-right .nav-right .notification-dropdown li .notification-icons svg path {
  color: #fff;
}
.page-main-header .main-header-right .nav-right .notification-dropdown li h6 {
  margin-bottom: 2px;
}
.page-main-header .main-header-right .nav-right .category-dropdown {
  text-align: left;
}
.page-main-header .main-header-right .nav-right .category-dropdown li a {
  color: #2c323f;
}
.page-main-header .main-header-right .nav-right .category-dropdown li a i {
  margin-right: 10px;
}
.page-main-header .main-header-right .nav-right .status-dropdown {
  width: 255px;
}
.page-main-header .main-header-right .nav-right .status-dropdown li {
  padding: 10px !important;
}
.page-main-header .main-header-right .nav-right .status-dropdown li:first-child {
  background-color: #fe80b2;
}
.page-main-header .main-header-right .nav-right .status-dropdown li:nth-child(2) {
  padding-top: 20px !important;
}
.page-main-header .main-header-right .nav-right .status-dropdown li:last-child {
  padding-bottom: 25px !important;
}
.page-main-header .main-header-right .nav-right .status-dropdown li h6 {
  color: #fff;
}
.page-main-header .main-header-right .nav-right .profile-dropdown {
  width: 180px;
  top: 70px;
  left: -65px !important;
}
.page-main-header .main-header-right .nav-right .profile-dropdown:before, .page-main-header .main-header-right .nav-right .profile-dropdown:after {
  right: 20px;
  left: auto;
  left: initial;
}
.page-main-header .main-header-right .nav-right .profile-dropdown li {
  padding: 10px 20px !important;
}
.page-main-header .main-header-right .nav-right .profile-dropdown li svg {
  vertical-align: text-bottom;
  margin-right: 10px;
  margin-top: 0;
}
.page-main-header .main-header-right .nav-right .profile-dropdown li a {
  color: #242934;
}
.page-main-header .main-header-right .nav-right .profile-dropdown li:first-child {
  padding: 20px !important;
  text-align: center;
  border-radius: 15px 15px 0 0;
}
.page-main-header .main-header-right .nav-right .profile-dropdown li:first-child span {
  font-size: 10px;
}
.page-main-header .main-header-right .nav-right .profile-dropdown li:nth-child(2) {
  padding-top: 20px !important;
}
.page-main-header .main-header-right .nav-right .profile-dropdown li:last-child {
  padding-bottom: 20px !important;
}
.page-main-header .main-header-right .nav-right .droplet-dropdown {
  left: -315px !important;
  width: 380px;
  top: 70px;
}
.page-main-header .main-header-right .nav-right .droplet-dropdown:before, .page-main-header .main-header-right .nav-right .droplet-dropdown:after {
  right: 27px;
  left: auto;
  left: initial;
}
.page-main-header .main-header-right .nav-right .droplet-dropdown li {
  padding-top: 15px !important;
}
.page-main-header .main-header-right .nav-right .droplet-dropdown li:first-child {
  padding: 20px !important;
  border-radius: 15px 15px 0 0;
}
.page-main-header .main-header-right .nav-right .droplet-dropdown li:last-child {
  padding-bottom: 15px !important;
}
.page-main-header .main-header-right .nav-right .droplet-dropdown li .row {
  margin-left: 0;
  margin-right: 0;
}
.page-main-header .main-header-right .nav-right .droplet-dropdown li .row .droplet-main {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 20px;
  text-align: center;
}
.page-main-header .main-header-right .nav-right .droplet-dropdown li .row .droplet-main svg {
  margin-top: 0;
  margin-bottom: 5px;
}
.page-main-header .main-header-right .nav-right .droplet-dropdown li .row .droplet-main:nth-child(3n) {
  border-right: none;
}
.page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div {
  top: 70px;
  left: -108px !important;
  border-radius: 15px;
}
.page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div li {
  display: block;
}
.page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div svg {
  color: #1b3155;
}
.page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div svg path {
  color: #1b3155;
}
.page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div:before {
  border-bottom: 7px solid #3949ab;
}
.page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div-notification {
  top: 70px;
  left: -238px !important;
  border-radius: 15px;
}
.page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div-notification li {
  display: block;
}
.page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div-notification svg {
  color: #1b3155;
}
.page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div-notification svg path {
  color: #1b3155;
}
.page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div-notification:before {
  border-bottom: 7px solid #3949ab;
}
.page-main-header .main-header-right .nav-right .onhover-dropdown .gradient-primary {
  box-shadow: none;
}
.page-main-header .main-header-right .nav-right .bookmark-flip {
  top: 218px !important;
}
.page-main-header .main-header-right .nav-right .bookmark-flip:before, .page-main-header .main-header-right .nav-right .bookmark-flip:after {
  display: none;
}
.page-main-header .main-header-right .nav-right .bookmark-dropdown {
  left: auto !important;
  left: initial !important;
  right: 0;
  width: 220px;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
}
.page-main-header .main-header-right .nav-right .bookmark-dropdown li button:focus {
  outline-color: transparent;
}
.page-main-header .main-header-right .nav-right .bookmark-dropdown li:last-child {
  padding-bottom: 15px !important;
  border-top: 1px solid #efefef;
}
.page-main-header .main-header-right .nav-right .bookmark-dropdown li:nth-child(2) {
  padding-bottom: 15px;
  max-height: 89px;
  overflow: auto;
}
.page-main-header .main-header-right .nav-right .bookmark-dropdown li i {
  vertical-align: middle;
  font-weight: 600;
  color: #6e7e96;
}
.page-main-header .main-header-right .nav-right .bookmark-dropdown li .row > div + div + div + div {
  margin-top: 15px;
}
.page-main-header .main-header-right .nav-right .bookmark-dropdown .Typeahead-menu {
  box-shadow: none;
}
.page-main-header .main-header-right .nav-right .bookmark-dropdown .ProfileCard-avatar i {
  color: #1b3155;
}
.page-main-header .main-header-right .nav-right .category-dropdown,
.page-main-header .main-header-right .nav-right .status-dropdown {
  top: 50px;
}
.page-main-header .main-header-right li {
  display: inline-block;
  position: relative;
}
.onhover-dropdown {
  cursor: pointer;
  position: relative;
}
.onhover-show-div {
  top: 95px;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  transition: all linear 0.3s;
}
.onhover-show-div li a svg {
  margin-top: 0 !important;
}
.onhover-show-div li a svg path,
.onhover-show-div li a svg line {
  color: #1b3155 !important;
}
.onhover-show-div-notification {
  top: 95px;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  transition: all linear 0.3s;
}
.onhover-show-div-notification li a svg {
  margin-top: 0 !important;
}
.onhover-show-div-notification li a svg path,
.onhover-show-div-notification li a svg line {
  color: #1b3155 !important;
}
/**======Main Header css Ends ======**/
.scorlled .page-sidebar {
  top: 0 !important;
  height: 100vh !important;
}
/* ========sidebar icon vertical menu start=======*/
.compact-switch {
  display: none;
}
.sidebar-toggle-btn {
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
}
/* ========sidebar icon vertical menu end=======*/
/*=======Mega menu css start=======*/
.vertical-mobile-sidebar {
  display: none;
}
/*=======Mega menu css end=======*/
/**=====================
    05. Header CSS Ends
==========================**/
/**=====================
    05. Sidebar CSS Start
==========================**/
@-webkit-keyframes scaleDisappear {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleDisappear {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.page-wrapper .page-body-wrapper .iconsidebar-menu {
  position: fixed;
  z-index: 10;
  top: 95px;
  transition: 0.3s;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close .iconMenu-bar {
  margin-left: -320px;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close .iconMenu-bar .iconbar-mainmenu {
  display: none;
  margin-left: -320px;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close ~ .page-body,
.page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close ~ footer {
  margin-left: 0;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-mainmenu-close .iconMenu-bar {
  display: block;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-mainmenu-close .iconMenu-bar .iconbar-mainmenu {
  margin-left: -225px;
  box-shadow: none;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-mainmenu-close ~ .page-body,
.page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-mainmenu-close ~ footer {
  margin-left: 90px;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar {
  width: 90px;
  display: block;
  height: 120vh;
  overflow: auto;
  background-color: #fff;
  transition: 0.3s;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li {
  position: relative;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li .badge {
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .bar-icons {
  display: block;
  text-align: center;
  padding: 20px 15px;
  transition: all 0.3s ease;
  border: 1px solid #f8f4fe;
  border-top: none;
  z-index: 999;
  letter-spacing: 0.6px;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .bar-icons a.bar-icons:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-color: #faf8fd;
  top: 40%;
  right: -8px;
  border-radius: 15px;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .bar-icons span {
  padding-top: 2px;
  display: block;
  color: #000;
  font-weight: 600;
  line-height: 1;
  padding-top: 7px;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .bar-icons .badge {
  color: #fff;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .bar-icons i {
  font-size: 22px;
  vertical-align: middle;
  color: #242934;
  font-weight: 600;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .bar-icons svg {
  vertical-align: middle;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu {
  position: fixed;
  top: 95px;
  height: 120vh;
  overflow: auto;
  left: 90px;
  width: 210px;
  background-color: #fff;
  box-shadow: 0 16px 15px 15px rgba(57, 73, 171, 0.03);
  transition: all 0.5s ease-in-out;
  display: none;
  z-index: -1;
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
          animation: fadeInLeft 1000ms ease-in-out;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li {
  transition: all 0.3s ease;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li:not(.iconbar-header):hover {
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li:last-child {
  padding-bottom: 25px;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li a {
  color: #1a1a1a;
  padding-top: 15px;
  display: block;
  font-weight: 600;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li.active a.active {
  color: #3949ab;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li.active a.active span {
  color: #3949ab !important;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu > li > p > li {
  padding-left: 20px;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu .iconbar-header {
  font-size: 18px;
  color: #3949ab;
  padding: 20px 0 20px 20px;
  background-color: #daddf3;
  font-weight: 700;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu .iconbar-header a {
  padding-top: 0;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu .iconbar-header.sub-header {
  margin-top: 25px;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:not(.open):hover .bar-icons {
  background-color: #c5caec;
  transition: all 0.3s ease;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:not(.open):hover .bar-icons svg,
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:not(.open):hover .bar-icons i,
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:not(.open):hover .bar-icons span {
  color: #3949ab;
  transition: all 0.3s ease;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:not(.open):hover .bar-icons .badge {
  -webkit-animation: none 0s ease 0s 1 normal none running;
          animation: none 0s ease 0s 1 normal none running;
  -webkit-animation: initial;
          animation: initial;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .bar-icons, .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .bar-icons, .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons {
  background-color: #3949ab;
  border: 1px solid #3949ab;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .bar-icons:before, .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .bar-icons:before, .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 85px;
  width: 90px;
  box-shadow: 2px 0px 35px -5px rgba(57, 73, 171, 0.5);
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .bar-icons svg,
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .bar-icons i,
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .bar-icons span, .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .bar-icons svg,
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .bar-icons i,
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .bar-icons span, .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons svg,
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons i,
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons span {
  color: #fff;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .iconbar-mainmenu, .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .iconbar-mainmenu, .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .iconbar-mainmenu {
  display: block;
  -webkit-animation: bounceInLeft 1000ms ease-in-out;
          animation: bounceInLeft 1000ms ease-in-out;
}
.page-wrapper .page-body-wrapper .iconsidebar-menu .iconbar-mainmenu-close {
  display: none !important;
}
.page-wrapper.horizontal_sidebar .page-main-header .main-header-right {
  box-shadow: none;
  border-bottom: 1px solid #f2f4ff;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu {
  width: 1920px;
  left: 0;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .right-arrow,
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .left-arrow {
  position: absolute;
  padding: 15px;
  top: 0;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .left-arrow {
  left: 0;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .right-arrow {
  right: 0;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar {
  direction: ltr;
  text-align: left;
  display: -webkit-box;
  white-space: nowrap;
  width: 100%;
  height: 60px;
  overflow: visible;
  overflow: initial;
  box-shadow: 2.5px 4.33px 30px 0px rgba(57, 73, 171, 0.035);
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu {
  -webkit-animation: none 0s ease 0s 1 normal none running;
          animation: none 0s ease 0s 1 normal none running;
  -webkit-animation: initial;
          animation: initial;
  padding-bottom: 25px;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li p {
  margin: 0;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li:last-child {
  padding-bottom: 0;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar .bar-icons {
  border: none;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar .bar-icons i {
  font-size: 18px;
  margin-right: 10px;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar .bar-icons span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar > li {
  float: left;
  display: block;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar > li.open .bar-icons {
  background-color: transparent;
  background-color: initial;
  border-color: transparent;
  outline-color: transparent;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar > li.open .bar-icons::before {
  display: none;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar > li.open .bar-icons span,
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar > li.open .bar-icons i {
  color: inherit;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar > li .iconbar-mainmenu {
  position: absolute;
  left: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  height: auto;
  transition: all 0.5s ease;
  display: inline;
  display: initial;
  max-height: 300px;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar > li .iconbar-mainmenu li {
  position: static;
  position: initial;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar > li .iconbar-mainmenu li .iconbar-header {
  display: none;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar > li:hover .iconbar-mainmenu {
  opacity: 1;
  visibility: visible;
  margin-top: -20px;
  transition: all 0.5s ease;
  -webkit-animation: none 0s ease 0s 1 normal none running;
          animation: none 0s ease 0s 1 normal none running;
  -webkit-animation: initial;
          animation: initial;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar > li.open .iconbar-mainmenu {
  -webkit-animation: none 0s ease 0s 1 normal none running;
          animation: none 0s ease 0s 1 normal none running;
  -webkit-animation: initial;
          animation: initial;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li .badge {
  display: none;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .bar-icons, .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .bar-icons, .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons {
  background-color: transparent;
  border: 1px solid transparent;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .bar-icons span,
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .bar-icons i, .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .bar-icons span,
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .bar-icons i, .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons span,
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons i {
  color: #000;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:active .bar-icons:before, .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus .bar-icons:before, .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons:before {
  display: none;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li .bar-icons:focus {
  outline: none;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:focus {
  outline: none;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li:not(.open):hover .bar-icons {
  background-color: transparent;
  background-color: initial;
  border: none;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu.iconbar-second-close .iconMenu-bar {
  margin-left: 0;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .page-body {
  margin-top: 155px;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .page-body,
.page-wrapper.horizontal_sidebar .page-body-wrapper footer {
  margin-left: 0;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .page-main-header .main-header-right {
  box-shadow: none;
  border-bottom: 1px solid #f2f4ff;
}
.page-wrapper.horizontal_sidebar .page-body-wrapper .page-main-header .main-header-right .mobile-sidebar {
  display: none;
}
.right-sidebar {
  top: 97px;
  right: -285px;
  height: 100%;
  position: fixed;
  width: 285px;
  z-index: 99;
  background-color: #fff;
  transition: 0.5s;
  box-shadow: 0px 0px 10px rgb(216, 229, 239);
}
.right-sidebar.show {
  right: 0;
  transition: 0.3s;
}
.right-sidebar .modal-header .modal-title {
  padding-top: 2px;
}
.right-sidebar .friend-list-search {
  position: relative;
  padding: 20px;
}
.right-sidebar .friend-list-search input {
  color: #898989;
  width: 100%;
  background-color: #f8f4fe;
  border: 1px solid #f8f4fe;
  padding: 10px 15px;
  border-radius: 25px;
  letter-spacing: 1px;
  height: auto;
}
.right-sidebar .friend-list-search .fa {
  position: absolute;
  right: 35px;
  top: 33px;
  font-size: 14px;
  color: #242934;
}
.right-sidebar .chat-box .people-list ul {
  padding-top: 20px;
}
.right-sidebar .chat-box .people-list ul li {
  position: relative;
}
.right-sidebar svg {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
/**=====================
    05. Sidebar CSS Ends
==========================**/
/**=====================
    06. Button CSS start
==========================**/
.btn {
  font-size: 14px;
  padding: 0.375rem 1.75rem;
  font-weight: 700;
}
.btn-lg, .btn-group-lg > .btn {
  font-size: 18px;
}
.btn-sm, .btn-group-sm > .btn {
  font-size: 12px;
}
.btn-xs {
  padding: 0.05rem 0.4rem;
  font-size: 11px;
}
.large-btn {
  margin-bottom: -20px;
}
.large-btn .btn {
  margin-right: 5px;
  margin-bottom: 15px;
}
.btn-air-primary {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
  background-color: #2c3985;
  border-color: #2c3985;
}
.btn-air-secondary {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
  background-color: #fe4d93;
  border-color: #fe4d93;
}
.btn-air-success {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
  background-color: #609c00;
  border-color: #609c00;
}
.btn-air-danger {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
  background-color: #fc1f57;
  border-color: #fc1f57;
}
.btn-air-info {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
  background-color: #058cab;
  border-color: #058cab;
}
.btn-air-light {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
  background-color: #dacbf5;
  border-color: #dacbf5;
}
.btn-air-dark {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
  background-color: #171a21;
  border-color: #171a21;
}
.btn-air-warning {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
  background-color: #e3ac00;
  border-color: #e3ac00;
}
.input-air-primary {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}
.input-air-primary:focus {
  border-color: #3949ab;
}
.input-air-secondary {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}
.input-air-secondary:focus {
  border-color: #fe80b2;
}
.input-air-success {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}
.input-air-success:focus {
  border-color: #80cf00;
}
.input-air-danger {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}
.input-air-danger:focus {
  border-color: #fd517d;
}
.input-air-info {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}
.input-air-info:focus {
  border-color: #06b5dd;
}
.input-air-light {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}
.input-air-light:focus {
  border-color: #f8f5fd;
}
.input-air-dark {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}
.input-air-dark:focus {
  border-color: #2c323f;
}
.input-air-warning {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}
.input-air-warning:focus {
  border-color: #ffc717;
}
.form-bg-primary {
  background: #3949ab;
  border-color: #3949ab;
  color: #fff;
}
.form-bg-primary:focus {
  border-color: #3949ab;
  background: #3949ab;
  color: #fff;
}
.form-bg-primary:focus:active {
  border-color: #3949ab;
  background: #3949ab;
  color: #fff;
}
.form-bg-secondary {
  background: #fe80b2;
  border-color: #fe80b2;
  color: #fff;
}
.form-bg-secondary:focus {
  border-color: #fe80b2;
  background: #fe80b2;
  color: #fff;
}
.form-bg-secondary:focus:active {
  border-color: #fe80b2;
  background: #fe80b2;
  color: #fff;
}
.form-bg-success {
  background: #80cf00;
  border-color: #80cf00;
  color: #fff;
}
.form-bg-success:focus {
  border-color: #80cf00;
  background: #80cf00;
  color: #fff;
}
.form-bg-success:focus:active {
  border-color: #80cf00;
  background: #80cf00;
  color: #fff;
}
.form-bg-danger {
  background: #fd517d;
  border-color: #fd517d;
  color: #fff;
}
.form-bg-danger:focus {
  border-color: #fd517d;
  background: #fd517d;
  color: #fff;
}
.form-bg-danger:focus:active {
  border-color: #fd517d;
  background: #fd517d;
  color: #fff;
}
.form-bg-info {
  background: #06b5dd;
  border-color: #06b5dd;
  color: #fff;
}
.form-bg-info:focus {
  border-color: #06b5dd;
  background: #06b5dd;
  color: #fff;
}
.form-bg-info:focus:active {
  border-color: #06b5dd;
  background: #06b5dd;
  color: #fff;
}
.form-bg-light {
  background: #f8f5fd;
  border-color: #f8f5fd;
  color: #2c323f;
}
.form-bg-light:focus {
  border-color: #f8f5fd;
  background: #f8f5fd;
  color: #2c323f;
}
.form-bg-light:focus:active {
  border-color: #f8f5fd;
  background: #f8f5fd;
  color: #2c323f;
}
.form-bg-dark {
  background: #2c323f;
  border-color: #2c323f;
  color: #fff;
}
.form-bg-dark:focus {
  border-color: #2c323f;
  background: #2c323f;
  color: #fff;
}
.form-bg-dark:focus:active {
  border-color: #2c323f;
  background: #2c323f;
  color: #fff;
}
.form-bg-warning {
  background: #ffc717;
  border-color: #ffc717;
  color: #fff;
}
.form-bg-warning:focus {
  border-color: #ffc717;
  background: #ffc717;
  color: #fff;
}
.form-bg-warning:focus:active {
  border-color: #ffc717;
  background: #ffc717;
  color: #fff;
}
.btn-warning {
  color: #fff;
}
.btn-warning:hover, .btn-warning.disabled {
  color: #fff;
}
.btn-primary-gradien {
  background-image: linear-gradient(to right, #4a5bc3 0%, #2f3c8c 51%, #4a5bc3 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #4a5bc3, 0%, #2f3c8c, 100%, #fff) !important;
}
.btn-secondary-gradien {
  background-image: linear-gradient(to right, #fea8cb 0%, #fe5899 51%, #fea8cb 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-secondary-gradien:hover, .btn-secondary-gradien:focus, .btn-secondary-gradien:active, .btn-secondary-gradien.active, .btn-secondary-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #fea8cb, 0%, #fe5899, 100%, #fff) !important;
}
.btn-success-gradien {
  background-image: linear-gradient(to right, #99f800 0%, #67a600 51%, #99f800 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-success-gradien:hover, .btn-success-gradien:focus, .btn-success-gradien:active, .btn-success-gradien.active, .btn-success-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #99f800, 0%, #67a600, 100%, #fff) !important;
}
.btn-danger-gradien {
  background-image: linear-gradient(to right, #fd799b 0%, #fd295f 51%, #fd799b 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-danger-gradien:hover, .btn-danger-gradien:focus, .btn-danger-gradien:active, .btn-danger-gradien.active, .btn-danger-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #fd799b, 0%, #fd295f, 100%, #fff) !important;
}
.btn-warning-gradien {
  background-image: linear-gradient(to right, #ffd140 0%, #edb400 51%, #ffd140 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-warning-gradien:hover, .btn-warning-gradien:focus, .btn-warning-gradien:active, .btn-warning-gradien.active, .btn-warning-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #ffd140, 0%, #edb400, 100%, #fff) !important;
}
.btn-info-gradien {
  background-image: linear-gradient(to right, #13cef9 0%, #0594b5 51%, #13cef9 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-info-gradien:hover, .btn-info-gradien:focus, .btn-info-gradien:active, .btn-info-gradien.active, .btn-info-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #13cef9, 0%, #0594b5, 100%, #fff) !important;
}
.btn-light-gradien {
  background-image: linear-gradient(to right, white 0%, #e0d3f6 51%, white 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-light-gradien:hover, .btn-light-gradien:focus, .btn-light-gradien:active, .btn-light-gradien.active, .btn-light-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, white, 0%, #e0d3f6, 100%, #fff) !important;
}
.btn-dark-gradien {
  background-image: linear-gradient(to right, #3d4557 0%, #1b1f27 51%, #3d4557 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #3d4557, 0%, #1b1f27, 100%, #fff) !important;
}
[class*=-gradien]:hover {
  background-size: 50% 100%;
  transition: all 0.3s ease;
  color: #fff;
}
.btn-square {
  border-radius: 0px;
}
.btn-pill {
  border-radius: 60px;
}
.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}
.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}
.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}
.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}
.btn-showcase {
  margin-bottom: -10px;
}
.btn-showcase .btn {
  margin-bottom: 10px;
  margin-right: 18px;
}
.btn-dropdown-showcase {
  margin-bottom: -10px;
}
.btn-dropdown-showcase .dropdown {
  margin-bottom: 10px;
  margin-right: 18px;
}
.btn-dropdown-showcase .btn-group {
  margin-bottom: 10px;
  margin-right: 18px;
}
.btn-group .radio label::before {
  top: 2px;
}
.btn-group .radio label::after {
  top: 7px;
}
.btn-group .checkbox label {
  margin-top: 3px;
}
.btn-group-showcase > div {
  margin-bottom: -20px;
}
.btn-group-showcase > div label {
  margin-bottom: 0;
}
.btn-group-showcase .btn-group {
  margin-right: 20px;
  margin-bottom: 20px;
}
.tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  transition: opacity 0.3s;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.btn-rounded-transparent {
  width: 40px;
  height: 40px;
  background-color: rgba(252, 253, 255, 0.1);
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 2.3;
}
.badge-transparent {
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 115%;
  padding: 8px 20px;
  color: #fff;
}
.badge-transparent i {
  padding-right: 5px;
}
/**=====================
     06. Button CSS end
==========================**/
/**=====================
      08. GRID CSS Start
==========================**/
.grid-showcase {
  margin-bottom: -10px;
}
.grid-showcase span {
  display: block;
  border: 1px solid #f8f5fd;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
}
.grid-align {
  margin-bottom: -30px;
}
.grid-align .row {
  padding: 15px 0;
  min-height: 10rem;
  border: 1px solid rgba(57, 73, 171, 0.03);
  margin-bottom: 30px;
  background-color: rgba(57, 73, 171, 0.03);
}
/**=====================
      08. GRID CSS Ends
==========================**/
/**=====================
     09. Error-page  CSS Start
==========================**/
.error-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}
.error-wrapper.maintenance-bg {
  background-image: url('maintenance-bg.jpg');
  background-color: rgba(255, 255, 255, 0.97);
  background-blend-mode: overlay;
}
.error-wrapper .maintenance-icons li i {
  color: #aaaaaa;
  font-size: 50px;
  animation: rotate-effect 40s infinite linear reverse;
}
.error-wrapper .maintenance-icons li:nth-child(2) i {
  font-size: 100px;
  margin-left: 110px;
  margin-top: -25px;
  animation: rotate-effect 40s linear infinite reverse;
}
.error-wrapper .maintenance-icons li:nth-child(3) i {
  -webkit-animation: rotate-effect 30s infinite linear;
          animation: rotate-effect 30s infinite linear;
  font-size: 150px;
  margin-top: -85px;
  margin-right: 120px;
}
.error-wrapper .maintenance-heading {
  margin-top: 70px;
}
.error-wrapper .maintenance-heading .headline {
  font-size: 99px;
  font-weight: 900;
  letter-spacing: 10px;
  color: #06b5dd;
  z-index: 2;
  position: relative;
  margin-top: -70px;
}
.error-wrapper .error-heading {
  margin-top: 115px;
}
.error-wrapper .error-heading .headline {
  font-size: 285px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: -130px;
  font-family: work-Sans, sans-serif;
}
.error-wrapper .sub-content {
  font-size: 18px;
  color: #1b3155;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 35px;
  z-index: 3;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
}
.error-wrapper .btn {
  margin-top: 40px;
}
.error {
  margin: 70px 0 100px;
  color: #000;
}
.error .error-title {
  font-size: 9.5rem;
  color: #fff;
  text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32);
}
.error .line-bottom {
  width: 10%;
  height: 5px;
  background-color: #ffc717;
  border: none;
}
.error .c-white {
  color: #fff;
}
.error .error-btn {
  text-align: center;
}
.error .padd {
  padding: 10px 30px 10px 30px;
}
.error .btn-back-home {
  background-color: #f8f5fd;
  color: #000;
}
.error .btn-back-home:hover {
  background-color: #ffc717;
  color: #fff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
}
.error .btn-adnc-serc {
  background-color: #2c323f;
  color: #fff;
}
.error .btn-adnc-serc:hover {
  background-color: #ffc717;
  color: #fff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
}
/**=====================
     09. Error-page CSS Ends
==========================**/
/**=====================
    10. ICON CSS Start
==========================**/
ul.icon-lists {
  border-radius: 30px;
}
.icon-lists div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  border-radius: 4px;
  font-family: work-Sans, sans-serif;
  display: flex;
  align-items: center;
}
.icon-lists div:hover {
  background-color: #fafafa;
}
.icon-lists div i {
  margin: 0 15px 0 10px;
  font-size: 24px;
}
.icon-lists.whether-icon svg {
  height: 50px;
  width: 50px;
}
.icon-lists.feather-icons .media svg {
  margin: 0 15px 0 10px;
}
.icon-lists .feather-icon .icon-first h6 {
  display: none;
}
.flag-icons, .feather-icons {
  margin-bottom: -15px;
  margin-top: -15px;
}
.flag-icons div, .feather-icons div {
  line-height: 1;
  word-wrap: break-word;
  overflow: auto;
  font-family: work-Sans, sans-serif;
}
.flag-icons div .flag-icon, .feather-icons div .flag-icon {
  height: 50px;
  width: 50px;
}
.flag-icons div .media, .feather-icons div .media {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.flag-icons div .media-body h6, .feather-icons div .media-body h6 {
  margin-bottom: 0;
  font-size: 14px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 5px;
}
.flag-icons div .media-body h5, .feather-icons div .media-body h5 {
  background-color: #3949ab;
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
  margin-bottom: 5px;
  color: #fff;
}
.icon-hover-bottom {
  background-color: #fdfeff;
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 1px 1px #f8f5fd;
  z-index: 999;
}
.icon-hover-bottom .icon-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}
.icon-hover-bottom .icon-popup .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #cccccc;
  cursor: pointer;
}
.icon-hover-bottom .icon-popup > div {
  display: inline-block;
  font-family: work-Sans, sans-serif;
}
.icon-hover-bottom .icon-popup > div .flag-icon {
  width: 60px;
  height: 60px;
}
.icon-hover-bottom .icon-popup .icon-class {
  margin: 0 20px;
  cursor: pointer;
  font-family: work-Sans, sans-serif;
}
.icon-hover-bottom .icon-title {
  display: block;
  color: #2c323f;
  text-transform: uppercase;
  font-weight: 500;
  font-family: work-Sans, sans-serif;
}
.icon-hover-bottom .form-group input {
  min-width: 300px;
  background-color: #fff;
}
.fa-fa-icon-show-div, .icons-show-div {
  display: none;
}
.icon-first i {
  color: #898989;
}
.icon-first h6 {
  display: none;
}
/**=====================
     10. ICON CSS Ends
==========================**/
/**=====================
    12.  Email Application  CSS Start
==========================**/
.starred {
  color: orange;
}
.email-wrap .row .col-xl-3 + .col-xl-3 {
  padding-right: 0;
}
.email-wrap .row .col-xl-6 {
  padding-left: 0;
}
.email-wrap .email-app-sidebar .media img {
  border: 2px solid #e8ebf2;
}
.email-wrap .email-app-sidebar .main-menu > li {
  width: 100%;
  text-align: left;
}
.email-wrap .email-app-sidebar .main-menu > li a {
  color: #898989;
  line-height: 39px;
  text-transform: uppercase;
}
.email-wrap .email-app-sidebar .main-menu > li a i {
  margin-right: 10px;
}
.email-wrap .email-app-sidebar .main-menu > li a.active > a {
  color: #000;
}
.email-wrap .email-app-sidebar .main-menu > li a:hover {
  background-color: #f8f5fd;
  text-decoration: none;
}
.email-wrap .email-app-sidebar ul li a {
  display: flex;
  padding-left: 20px;
  align-items: center;
  border-radius: 15px;
}
.email-wrap .email-app-sidebar ul li a > .title {
  width: 100%;
}
.email-wrap .email-app-sidebar ul li a > .badge {
  align-self: center;
}
.email-wrap .email-left-aside {
  float: left;
  width: 100%;
}
.email-wrap .email-left-aside .card-body {
  padding: 20px;
}
.email-wrap .email-right-aside {
  height: calc(100% - 40px);
}
.email-wrap .email-right-aside .email-body {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.email-wrap .email-right-aside .email-body .inbox {
  overflow: auto;
}
.email-wrap .email-right-aside .email-body .inbox .media {
  padding: 20px;
  align-items: center;
}
.email-wrap .email-right-aside .email-body .inbox .media label {
  margin-bottom: 0;
}
.email-wrap .email-right-aside .email-body .inbox .media.active {
  background-color: white;
}
.email-wrap .email-right-aside .radius-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-radius: 8px;
}
.email-wrap .btn-mail {
  text-align: left;
  padding: 13px 15px;
  margin: 20px 0 20px;
  letter-spacing: 1px;
  line-height: 12px !important;
  color: #fff !important;
}
.email-wrap p {
  margin-bottom: 0;
  color: #898989;
}
.email-wrap .media-body {
  margin-top: 5px;
}
.email-wrap .media-body h6 {
  margin-bottom: 2px;
  color: #242934;
  margin-top: 3px;
}
.email-wrap .media-body h6 small span {
  color: #777777;
}
.email-wrap .media-body p {
  color: #6e7e96;
  font-size: 12px;
}
.email-wrap .email-top {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 49px;
}
.email-wrap .email-top h5 {
  margin-bottom: 0;
  padding: 12px 0;
}
.email-wrap .email-top .dropdown .dropdown-item {
  line-height: 1.5;
}
.email-wrap .email-top .d-flex {
  padding: 13px 0;
}
.email-wrap .email-wrapper {
  padding: 20px;
}
.email-wrap .email-wrapper hr {
  margin-top: 0;
  margin-bottom: 20px;
}
.email-wrap .email-wrapper .d-inline-block {
  width: 100%;
}
.email-wrap .email-wrapper h6 {
  margin-bottom: 11px;
  float: left;
}
.email-wrap .email-wrapper .right-download {
  float: right;
}
.email-wrap .email-wrapper p + p {
  margin-bottom: 20px;
}
.email-wrap .email-wrapper h5 {
  margin-bottom: 20px;
}
.email-wrap .email-content .email-top .user-emailid:after {
  content: "";
  position: relative;
  height: 20px;
  width: 1px;
  right: 0;
  top: 3px;
  z-index: 2;
  border: 1px solid #efefef;
  float: right;
  padding: 0;
  margin: 0 20px;
}
.email-wrap .email-body .attachment ul li img {
  margin-bottom: 20px;
  width: 123px;
  height: 123px;
}
.email-wrap .email-body .attachment .list-inline .list-inline-item {
  padding-right: 13px;
}
.email-wrap .email-body .email-compose .cke_contents.cke_reset {
  max-height: 178px;
  width: 100%;
}
.email-wrap .email-body .email-compose .email-top h4 {
  padding: 11px 0;
}
.email-wrap .email-body .email-compose .compose-border {
  margin: -1px;
}
.email-wrap .email-body .email-compose .compose-border .btn-middle {
  padding-top: 5px;
}
.email-wrap .actions li {
  display: inline-block;
  margin-right: 25px;
}
/**=====================
    12.  Email Application  CSS Ends
==========================**/
/**=====================
     13. Chat CSS Start
==========================**/
.chat-box .toogle-bar {
  display: none;
}
.chat-box .chat-menu {
  max-width: 340px;
}
.chat-box .people-list .search {
  position: relative;
}
.chat-box .people-list .search .form-control {
  background-color: #fafdff;
  border: 1px solid #f8f5fd;
}
.chat-box .people-list .search .form-control::-moz-placeholder {
  color: #aaaaaa;
}
.chat-box .people-list .search .form-control::placeholder {
  color: #aaaaaa;
}
.chat-box .people-list .search i {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  color: #e8ebf2;
}
.chat-box .people-list ul {
  padding: 0;
}
.chat-box .people-list ul li {
  padding-bottom: 20px;
}
.chat-box .people-list ul li:last-child {
  padding-bottom: 0;
}
.chat-box .user-image {
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 5px;
}
.chat-box .about {
  float: left;
  margin-top: 5px;
  padding-left: 10px;
}
.chat-box .about .name {
  color: #2c323f;
  letter-spacing: 1px;
  font-weight: 600;
}
.chat-box .status {
  color: #aaaaaa;
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 5px;
}
.chat-box .status .chat-status {
  font-weight: 600;
  color: #1b3155;
}
.chat-box .status p {
  font-size: 14px;
}
.chat-box .chat-right-aside .chat .chat-header {
  padding: 15px;
  border-bottom: 1px solid #f8f5fd;
}
.chat-box .chat-right-aside .chat .chat-header img {
  float: left;
  width: 50px;
  height: 50px;
  box-shadow: 1px 1px 4px 1px #e8ebf2;
}
.chat-box .chat-right-aside .chat .chat-header .chat-menu-icons {
  margin-top: 15px;
}
.chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li {
  margin-right: 24px;
}
.chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
  color: #6e7e96;
  font-size: 18px;
  cursor: pointer;
}
.chat-box .chat-right-aside .chat .chat-msg-box {
  padding: 20px;
  overflow-y: auto;
  height: 560px;
  margin-bottom: 90px;
}
.chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img {
  margin-top: -35px;
}
.chat-box .chat-right-aside .chat .chat-msg-box .message-data {
  margin-bottom: 10px;
}
.chat-box .chat-right-aside .chat .chat-msg-box .message-data-time {
  letter-spacing: 1px;
  font-size: 12px;
  color: #aaaaaa;
  font-family: work-Sans, sans-serif;
}
.chat-box .chat-right-aside .chat .chat-msg-box .message {
  color: #2c323f;
  padding: 20px;
  line-height: 1.9;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 30px;
  width: 50%;
  position: relative;
}
.chat-box .chat-right-aside .chat .chat-msg-box .my-message {
  border: 1px solid #f8f5fd;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.chat-box .chat-right-aside .chat .chat-msg-box .other-message {
  background-color: #f8f4fe;
  border-radius: 10px;
  border-top-right-radius: 0;
}
.chat-box .chat-right-aside .chat .chat-message {
  padding: 20px;
  border-top: 1px solid #fafdff;
  position: absolute;
  width: calc(100% - 15px);
  background-color: #fff;
  bottom: 0;
}
.chat-box .chat-right-aside .chat .chat-message .smiley-box {
  background: #efefef;
  padding: 10px;
  display: block;
  border-radius: 4px;
  margin-right: 0.5rem;
}
.chat-box .chat-right-aside .chat .chat-message .text-box {
  position: relative;
}
.chat-box .chat-right-aside .chat .chat-message .text-box .input-txt-bx {
  height: 50px;
  border: 2px solid #3949ab;
  padding-left: 18px;
  font-size: 12px;
  letter-spacing: 1px;
}
.chat-box .chat-right-aside .chat .chat-message .text-box i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: #e8ebf2;
  cursor: pointer;
}
.chat-box .chat-right-aside .chat .chat-message .text-box .btn {
  font-size: 16px;
  font-weight: 500;
}
.chat-box .chat-menu {
  border-left: 1px solid #f8f5fd;
}
.chat-box .chat-menu .tab-pane {
  padding: 0 15px;
}
.chat-box .chat-menu ul li .about .status i {
  font-size: 10px;
}
.chat-box .chat-menu .user-profile {
  margin-top: 30px;
}
.chat-box .chat-menu .user-profile .user-content h5 {
  margin: 25px 0;
}
.chat-box .chat-menu .user-profile .user-content hr {
  margin: 25px 0;
}
.chat-box .chat-menu .user-profile .user-content p {
  font-size: 16px;
}
.chat-box .chat-menu .user-profile .image {
  position: relative;
}
.chat-box .chat-menu .user-profile .image .icon-wrapper {
  position: absolute;
  bottom: 0;
  left: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  font-size: 14px;
  box-shadow: 1px 1px 3px 1px #f8f5fd;
}
.chat-box .chat-menu .user-profile .image .avatar img {
  border-radius: 50%;
  border: 5px solid #f8f5fd;
}
.chat-box .chat-menu .user-profile .border-right {
  border-right: 1px solid #f8f5fd;
}
.chat-box .chat-menu .user-profile .follow {
  margin-top: 0;
}
.chat-box .chat-menu .user-profile .follow .follow-num {
  font-size: 22px;
}
.chat-box .chat-menu .user-profile .follow span {
  color: #242934;
  font-size: 14px;
  letter-spacing: 1px;
}
.chat-box .chat-menu .user-profile .social-media a {
  color: #aaaaaa;
  font-size: 15px;
  padding: 0 7px;
}
.chat-box .chat-menu .user-profile .chat-profile-contact p {
  font-size: 14px;
  color: #aaaaaa;
}
.chat-box .chat-menu .nav {
  margin-bottom: 20px;
}
.chat-box .chat-menu .nav-tabs .nav-item {
  width: 33.33%;
}
.chat-box .chat-menu .nav-tabs .nav-item a {
  padding: 15px !important;
  color: #aaaaaa !important;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-box .chat-menu .nav-tabs .nav-item .material-border {
  border-width: 1px;
  border-color: #3949ab;
}
.chat-box .chat-menu .nav-tabs .nav-item .nav-link.active {
  color: #000 !important;
}
.chat-box .chat-history .call-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
}
.chat-box .chat-history .total-time h2 {
  font-size: 50px;
  color: #898989;
  font-weight: 600;
  margin-bottom: 30px;
}
.chat-box .chat-history .receiver-img {
  margin-top: 55px;
}
.chat-box .chat-history .receiver-img img {
  border-radius: 30px;
}
.chat-box .chat-history .call-icons {
  margin-bottom: 35px;
}
.chat-box .chat-history .call-icons ul li {
  width: 60px;
  height: 60px;
  border: 1px solid #f8f5fd;
  border-radius: 50%;
  padding: 12px;
}
.chat-box .chat-history .call-icons ul li + li {
  margin-left: 10px;
}
.chat-box .chat-history .call-icons ul li a {
  color: #999;
  font-size: 25px;
}
.chat-left-aside > .media {
  margin-bottom: 15px;
}
.chat-left-aside .people-list {
  height: 625px;
}
.chat-left-aside ul li {
  position: relative;
}
.status-circle {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 44px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.away {
  background-color: #ffc717;
}
.online {
  background-color: #80cf00;
}
.offline {
  background-color: #fd517d;
}
.chat-container .aside-chat-left {
  width: 320px;
}
.chat-container .chat-right-aside {
  width: 320px;
}
.call-chat-sidebar {
  max-width: 320px;
}
.call-chat-sidebar .card .card-body, .chat-body .card .card-body {
  padding: 15px;
}
/**=====================
    13.  Chat CSS Ends
==========================**/
/**=====================
     14. Alert CSS start
==========================**/
.alert {
  border-radius: 0.15rem;
  padding: 15px;
  border-radius: 20px;
}
.alert.alert-custom {
  color: #fff;
  background-color: #f169b4;
  border-color: transparent;
}
.alert svg {
  vertical-align: middle;
}
.alert .progress {
  margin-top: 15px;
}
.alert [data-notify=message] {
  display: block;
}
.alert i {
  margin-right: 5px;
  font-size: 16px;
}
.alert p {
  margin-bottom: 0;
}
.alert .close {
  opacity: 1;
}
.alert .close span {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  border-radius: 3px;
  text-shadow: none;
  padding: 0 5px;
  padding-right: 0;
}
.alert-dismissible .close {
  padding: 10px 1.25rem;
  top: 3px;
  padding-right: 15px;
}
.alert-dismissible .close:hover {
  color: #2c323f;
}
.card-body .alert:last-child {
  margin-bottom: 0;
}
.card-body .alert svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  position: absolute;
  top: 18px;
}
.card-body .alert svg ~ p {
  padding-left: 20px;
}
strong {
  display: inline-block;
}
strong ~ p {
  display: inline-block;
}
.alert-primary {
  background-color: rgba(57, 73, 171, 0.8);
  border-color: rgba(57, 73, 171, 0.9);
  color: #fff;
}
.alert-primary .progress {
  height: 5px;
  background-color: #3847a7;
  border-radius: 0;
}
.alert-primary .progress-bar {
  background-color: #ebedf8;
}
.alert-primary .alert-link {
  color: #fff;
}
.alert-primary hr {
  border-top-color: #3949ab;
}
.alert-primary.dark {
  background-color: #3949ab !important;
  border-color: #3949ab !important;
  color: #fafafa;
}
.alert-primary.dark .alert-link {
  color: #fff;
}
.alert-primary.outline, .alert-primary.outline-2x {
  background-color: transparent !important;
  border-color: #3949ab !important;
  color: #3949ab;
}
.alert-primary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #3949ab;
  color: #1b3155;
}
.alert-primary.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #3949ab;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-primary.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #3949ab !important;
  color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-secondary {
  background-color: rgba(254, 128, 178, 0.8);
  border-color: rgba(254, 128, 178, 0.9);
  color: #fff;
}
.alert-secondary .progress {
  height: 5px;
  background-color: #fe7baf;
  border-radius: 0;
}
.alert-secondary .progress-bar {
  background-color: white;
}
.alert-secondary .alert-link {
  color: #fff;
}
.alert-secondary hr {
  border-top-color: #fe80b2;
}
.alert-secondary.dark {
  background-color: #fe80b2 !important;
  border-color: #fe80b2 !important;
  color: #fafafa;
}
.alert-secondary.dark .alert-link {
  color: #fff;
}
.alert-secondary.outline, .alert-secondary.outline-2x {
  background-color: transparent !important;
  border-color: #fe80b2 !important;
  color: #fe80b2;
}
.alert-secondary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #fe80b2;
  color: #1b3155;
}
.alert-secondary.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #fe80b2;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-secondary.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #fe80b2 !important;
  color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-success {
  background-color: rgba(128, 207, 0, 0.8);
  border-color: rgba(128, 207, 0, 0.9);
  color: #fff;
}
.alert-success .progress {
  height: 5px;
  background-color: #7dca00;
  border-radius: 0;
}
.alert-success .progress-bar {
  background-color: #edffcf;
}
.alert-success .alert-link {
  color: #fff;
}
.alert-success hr {
  border-top-color: #80cf00;
}
.alert-success.dark {
  background-color: #80cf00 !important;
  border-color: #80cf00 !important;
  color: #fafafa;
}
.alert-success.dark .alert-link {
  color: #fff;
}
.alert-success.outline, .alert-success.outline-2x {
  background-color: transparent !important;
  border-color: #80cf00 !important;
  color: #80cf00;
}
.alert-success.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #80cf00;
  color: #1b3155;
}
.alert-success.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #80cf00;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-success.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #80cf00 !important;
  color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-danger {
  background-color: rgba(253, 81, 125, 0.8);
  border-color: rgba(253, 81, 125, 0.9);
  color: #fff;
}
.alert-danger .progress {
  height: 5px;
  background-color: #fd4c79;
  border-radius: 0;
}
.alert-danger .progress-bar {
  background-color: white;
}
.alert-danger .alert-link {
  color: #fff;
}
.alert-danger hr {
  border-top-color: #fd517d;
}
.alert-danger.dark {
  background-color: #fd517d !important;
  border-color: #fd517d !important;
  color: #fafafa;
}
.alert-danger.dark .alert-link {
  color: #fff;
}
.alert-danger.outline, .alert-danger.outline-2x {
  background-color: transparent !important;
  border-color: #fd517d !important;
  color: #fd517d;
}
.alert-danger.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #fd517d;
  color: #1b3155;
}
.alert-danger.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #fd517d;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-danger.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #fd517d !important;
  color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-warning {
  background-color: rgba(255, 199, 23, 0.8);
  border-color: rgba(255, 199, 23, 0.9);
  color: #fff;
}
.alert-warning .progress {
  height: 5px;
  background-color: #ffc612;
  border-radius: 0;
}
.alert-warning .progress-bar {
  background-color: white;
}
.alert-warning .alert-link {
  color: #fff;
}
.alert-warning hr {
  border-top-color: #ffc717;
}
.alert-warning.dark {
  background-color: #ffc717 !important;
  border-color: #ffc717 !important;
  color: #fafafa;
}
.alert-warning.dark .alert-link {
  color: #fff;
}
.alert-warning.outline, .alert-warning.outline-2x {
  background-color: transparent !important;
  border-color: #ffc717 !important;
  color: #ffc717;
}
.alert-warning.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #ffc717;
  color: #1b3155;
}
.alert-warning.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #ffc717;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-warning.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #ffc717 !important;
  color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-info {
  background-color: rgba(6, 181, 221, 0.8);
  border-color: rgba(6, 181, 221, 0.9);
  color: #fff;
}
.alert-info .progress {
  height: 5px;
  background-color: #06b1d8;
  border-radius: 0;
}
.alert-info .progress-bar {
  background-color: #e4f9fe;
}
.alert-info .alert-link {
  color: #fff;
}
.alert-info hr {
  border-top-color: #06b5dd;
}
.alert-info.dark {
  background-color: #06b5dd !important;
  border-color: #06b5dd !important;
  color: #fafafa;
}
.alert-info.dark .alert-link {
  color: #fff;
}
.alert-info.outline, .alert-info.outline-2x {
  background-color: transparent !important;
  border-color: #06b5dd !important;
  color: #06b5dd;
}
.alert-info.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #06b5dd;
  color: #1b3155;
}
.alert-info.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #06b5dd;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-info.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #06b5dd !important;
  color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-light {
  background-color: rgba(248, 245, 253, 0.8);
  border-color: rgba(248, 245, 253, 0.9);
  color: #fff;
  color: #2c323f;
  background-color: #f8f5fd;
}
.alert-light .progress {
  height: 5px;
  background-color: #f5f1fc;
  border-radius: 0;
}
.alert-light .progress-bar {
  background-color: white;
}
.alert-light .alert-link {
  color: #fff;
  color: #2c323f;
}
.alert-light hr {
  border-top-color: #f8f5fd;
}
.alert-light.dark {
  background-color: #f8f5fd !important;
  border-color: #f8f5fd !important;
  color: #fafafa;
  color: #2c323f;
}
.alert-light.dark .alert-link {
  color: #fff;
  color: #2c323f;
}
.alert-light.outline, .alert-light.outline-2x {
  background-color: transparent !important;
  border-color: #f8f5fd !important;
  color: #f8f5fd;
  color: #2c323f;
}
.alert-light.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #f8f5fd;
  color: #1b3155;
}
.alert-light.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #f8f5fd;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-light.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #f8f5fd !important;
  color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-dark {
  background-color: rgba(44, 50, 63, 0.8);
  border-color: rgba(44, 50, 63, 0.9);
  color: #fff;
}
.alert-dark .progress {
  height: 5px;
  background-color: #2a303c;
  border-radius: 0;
}
.alert-dark .progress-bar {
  background-color: #a8b0c2;
}
.alert-dark .alert-link {
  color: #fff;
}
.alert-dark hr {
  border-top-color: #2c323f;
}
.alert-dark.dark {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
  color: #fafafa;
}
.alert-dark.dark .alert-link {
  color: #fff;
}
.alert-dark.outline, .alert-dark.outline-2x {
  background-color: transparent !important;
  border-color: #2c323f !important;
  color: #2c323f;
}
.alert-dark.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #2c323f;
  color: #1b3155;
}
.alert-dark.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #2c323f;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-dark.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #2c323f !important;
  color: #fff;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.outline-2x {
  border-width: 2px;
  padding: 11px 1.25rem;
}
/**=====================
     14. Alert CSS end
==========================**/
/**=====================
     15. Popover CSS Start
==========================**/
.popover-header {
  background-color: #2c323f;
  color: #fff;
}
.popover-main .btn-showcase a {
  color: #fff;
}
.popover-main .btn-showcase button:last-child {
  margin-right: 0;
}
.clockpicker-popover {
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.clockpicker-popover .popover-title {
  padding: 10px 14px;
}
.clockpicker-popover .popover-content {
  background-color: #ffffff;
  padding: 15px;
}
.clockpicker-popover button {
  border-radius: 25px;
  width: 100px;
  margin: 0 auto 10px;
}
/**=====================
     15. Popover CSS Ends
==========================**/
/**=====================
     16. List CSS Start
==========================**/
.vertical-tab .nav-tabs {
  display: inline-block;
  width: 28%;
  margin-right: 2%;
  margin-bottom: 0;
}
.vertical-tab .nav-tabs .nav-link {
  border-color: #f2f4ff;
  padding: 0.75rem 1.25rem;
  color: #1b3155;
}
.vertical-tab .nav-tabs .nav-link.active {
  background-color: #3949ab;
  color: #fff;
}
.vertical-tab .nav-tabs .nav-item {
  border-color: #f2f4ff;
}
.vertical-tab .nav-tabs .nav-item.show .nav-link {
  background-color: #3949ab;
  color: #fff;
}
.vertical-tab .tab-content {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
.list-group-item.active {
  background-color: #3949ab;
  border-color: #3949ab;
}
.list-group-item.active:hover {
  color: #fff;
}
.list-group i {
  margin-right: 10px;
}
.list-group img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}
/**=====================
     16. List CSS Ends
==========================**/
/**=====================
    17. Switch  CSS Start
==========================**/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.switch input:checked + .switch-state {
  background-color: #3949ab;
}
.switch input:checked + .switch-state:before {
  transform: translateX(26px);
}
.switch input:focus + .switch-state {
  box-shadow: 0 0 1px #3949ab;
}
.switch-state {
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8f5fd;
  transition: 0.4s;
}
.switch-state:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 20px;
}
.icon-state .switch-state:after {
  content: "\efb8";
  font-family: IcoFont;
  left: 10px;
  position: absolute;
  top: 11px;
  color: #2c323f;
  transition: 0.4s;
  opacity: 0.3;
}
.icon-state input:checked + .switch-state:after {
  content: "\efad";
  left: 35px;
  opacity: 1;
  transition: 0.4s;
}
.switch-lg .switch {
  width: 75px;
  height: 40px;
}
.switch-lg .switch .switch-state:before {
  height: 30px;
  width: 30px;
  left: 7px;
  bottom: 5px;
  top: 4px;
}
.switch-sm .switch {
  width: 25px;
  height: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.switch-sm .switch .switch-state:before {
  height: 8px;
  width: 8px;
  left: 4px;
  bottom: 4px;
}
.switch-sm input:checked + .switch-state:before {
  left: -13px;
}
.switch-lg.icon-state .switch .switch-state:after {
  left: 12px;
  font-size: 18px;
}
.switch-lg.icon-state .switch input:checked + .switch-state:after {
  left: 47px;
}
.switch-lg.icon-state .switch input:checked + .switch-state:before {
  transform: translateX(32px);
}
.switch-sm.icon-state .switch .switch-state:after {
  top: 4px;
  left: 4px;
  font-size: 8px;
}
.switch-sm.icon-state .switch input:checked + .switch-state:after {
  left: 13px;
  top: 4px;
}
.switch-outline .switch-state {
  background-color: #fff;
  border: 1px solid #3949ab;
  transition: 0.4s;
}
.switch-outline .switch-state:before {
  background-color: #f8f5fd;
  bottom: 3px;
  color: #fff;
}
.switch-outline .switch input {
  display: none;
}
.switch-outline .switch input:checked + .switch-state {
  background-color: transparent;
  border: 1px solid #3949ab;
}
.switch-outline .switch input:checked + .switch-state:before {
  background-color: #3949ab;
  bottom: 3px;
  transform: translateX(26px);
}
.switch-outline .switch input:checked + .switch-state:after {
  color: #fff;
}
.switch-outline .switch-state.bg-primary {
  border: 1px solid #3949ab;
  background-color: transparent !important;
}
.switch-outline .switch input:checked + .switch-state.bg-primary {
  background-color: transparent !important;
  border: 1px solid #3949ab;
}
.switch-outline .switch input:checked + .switch-state.bg-primary:before {
  background-color: #3949ab;
}
.switch-outline .switch-state.bg-dark {
  border: 1px solid #2c323f;
  background-color: transparent !important;
}
.switch-outline .switch input:checked + .switch-state.bg-dark {
  background-color: transparent !important;
  border: 1px solid #2c323f;
}
.switch-outline .switch input:checked + .switch-state.bg-dark:before {
  background-color: #2c323f;
}
.switch-outline .switch-state.bg-warning {
  border: 1px solid #ffc717;
  background-color: transparent !important;
}
.switch-outline .switch input:checked + .switch-state.bg-warning {
  background-color: transparent !important;
  border: 1px solid #ffc717;
}
.switch-outline .switch input:checked + .switch-state.bg-warning:before {
  background-color: #ffc717;
}
.switch-outline .switch-state.bg-success {
  border: 1px solid #80cf00;
  background-color: transparent !important;
}
.switch-outline .switch input:checked + .switch-state.bg-success {
  background-color: transparent !important;
  border: 1px solid #80cf00;
}
.switch-outline .switch input:checked + .switch-state.bg-success:before {
  background-color: #80cf00;
}
.switch-outline .switch-state.bg-info {
  border: 1px solid #06b5dd;
  background-color: transparent !important;
}
.switch-outline .switch input:checked + .switch-state.bg-info {
  background-color: transparent !important;
  border: 1px solid #06b5dd;
}
.switch-outline .switch input:checked + .switch-state.bg-info:before {
  background-color: #06b5dd;
}
.switch-outline .switch-state.bg-danger {
  border: 1px solid #fd517d;
  background-color: transparent !important;
}
.switch-outline .switch input:checked + .switch-state.bg-danger {
  background-color: transparent !important;
  border: 1px solid #fd517d;
}
.switch-outline .switch input:checked + .switch-state.bg-danger:before {
  background-color: #fd517d;
}
.switch-outline .switch-state.bg-primary {
  border: 1px solid #3949ab;
  background-color: transparent !important;
}
.switch-outline .switch input:checked + .switch-state.bg-primary {
  background-color: transparent !important;
  border: 1px solid #3949ab;
}
.switch-outline .switch input:checked + .switch-state.bg-primary:before {
  background-color: #3949ab;
}
.switch-outline .switch-state.bg-secondary {
  border: 1px solid #fe80b2;
  background-color: transparent !important;
}
.switch-outline .switch input:checked + .switch-state.bg-secondary {
  background-color: transparent !important;
  border: 1px solid #fe80b2;
}
.switch-outline .switch input:checked + .switch-state.bg-secondary:before {
  background-color: #fe80b2;
}
.switch-showcase {
  margin-bottom: -8px;
}
.switch-showcase .media {
  line-height: 1;
}
/**=====================
     17. Switch  CSS Ends
==========================**/
/**=====================
   18. Mega option CSS Start
==========================**/
.mega-inline {
  margin-bottom: -30px;
  display: flex;
}
.mega-inline .card {
  border: 1px solid #f3f3f3;
}
.mega-inline .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.mega-inline .media .radio {
  margin-left: 3px;
}
.mega-vertical {
  display: flex;
  flex-wrap: wrap;
}
.mega-vertical .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.mega-vertical .media .radio {
  margin-left: 3px;
}
.mega-title {
  font-weight: 600;
}
.mega-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.mega-horizontal .card {
  border: 1px solid #f3f3f3;
}
.mega-horizontal .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.mega-horizontal .media .radio {
  margin-left: 3px;
}
.plain-style .card {
  box-shadow: none;
  border: none;
}
.border-style .card {
  box-shadow: none;
  border: 1px solid #e8ebf2;
}
.offer-style .card {
  box-shadow: none;
  border: 1px dashed #e8ebf2;
}
.rating-star-wrapper {
  color: #797979;
}
/**=====================
     18. Mega option CSS Ends
==========================**/
/**=====================
    19.  Touchspin  CSS Start
==========================**/
.touchspin-vertical-tab .touchspin-vertical {
  height: auto;
  height: initial;
}
.bootstrap-touchspin .input-group-prepend:first-child .input-group {
  border-radius: 15px 0 0 15px;
}
.bootstrap-touchspin .input-group-append i,
.bootstrap-touchspin .input-group-prepend i {
  vertical-align: middle;
}
.bootstrap-touchspin input.touchspin {
  padding: 21px 12px;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group {
  width: 98% !important;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical i {
  position: absolute;
  top: 4px;
  left: 7px;
  font-size: 10px;
  font-weight: normal;
}
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 9px;
  margin-left: -1px;
  position: relative;
}
.bootstrap-touchspin .input-group {
  font-family: work-Sans, sans-serif;
}
.bootstrap-touchspin .input-group .btn {
  border-radius: 0 !important;
}
.bootstrap-touchspin .dropdown-basic .dropdown .dropbtn {
  padding: 12px 30px;
}
.bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
  z-index: 9999;
}
/**=====================
     19. Touchspin  CSS Ends
==========================**/
/**=====================
     20. Select 2 CSS Start
==========================**/
.ng-select .ng-select-container,
.ng-select .ng-dropdown-panel {
  border: 1px solid #efefef;
}
.ng-select .ng-select-container {
  background-color: transparent;
  border-radius: 20px;
}
.ng-select .ng-select-container .ng-value-container .ng-input > input {
  height: auto;
}
.ng-select.rtl .ng-select-container .ng-value-container {
  padding-right: 10px;
}
.ng-select.btn-pill .ng-select-container {
  border-radius: 60px;
}
.ng-select.btn-square .ng-select-container {
  border-radius: 0;
}
.ng-select.input-air-primary.input-air-primary {
  box-shadow: none !important;
  box-shadow: initial !important;
}
.ng-select.input-air-primary .ng-select-container {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}
.ng-select.ng-select-opened.btn-pill > .ng-select-container {
  border-radius: 18px;
}
.ng-select.ng-select-opened > .ng-select-container {
  border-color: #efefef;
  background-color: transparent;
  border-radius: 15px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 7px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: #3949ab;
  color: #fff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #334198;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border: none !important;
}
.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: #fff !important;
  background-color: #3949ab !important;
}
.select2 {
  max-width: 100%;
}
.select2-dropdown {
  z-index: 8;
}
.add-post form .m-checkbox-inline label {
  margin-bottom: 0;
}
.add-post form textarea {
  width: 100%;
  border-radius: 15px;
  border-color: #efefef;
}
.add-post form .form-group {
  margin-bottom: 30px;
}
.add-post form .form-group .form-control {
  border: 1px solid #efefef;
  border-radius: 15px;
}
.add-post form .form-group .col-form-label {
  padding-bottom: 0;
  padding-top: 0;
}
.add-post .dropzone {
  margin-bottom: 30px;
}
.select2-drpdwn .select2-selection {
  border-radius: 15px !important;
  border-color: #e2dee7 !important;
  height: 40px !important;
  padding: 5px;
}
.select2-drpdwn .form-control {
  border-radius: 15px;
}
.select2-drpdwn .form-control-primary {
  border-color: #3949ab;
  color: #3949ab;
}
.select2-drpdwn .form-control-secondary {
  border-color: #fe80b2;
  color: #fe80b2;
}
.select2-drpdwn .form-control-success {
  border-color: #80cf00;
  color: #80cf00;
}
.select2-drpdwn .form-control-info {
  border-color: #06b5dd;
  color: #06b5dd;
}
.select2-drpdwn .form-control-warning {
  border-color: #ffc717;
  color: #ffc717;
}
.select2-drpdwn .form-control-danger {
  border-color: #fd517d;
  color: #fd517d;
}
.select2-drpdwn .form-control-inverse {
  border-color: #2c323f;
  color: #2c323f;
}
.select2-drpdwn .form-control-primary-fill {
  background-color: #3949ab;
  color: #fff;
}
.select2-drpdwn .form-control-secondary-fill {
  background-color: #fe80b2;
  color: #fff;
}
.select2-drpdwn .form-control-success-fill {
  background-color: #80cf00;
  color: #fff;
}
.select2-drpdwn .form-control-info-fill {
  background-color: #06b5dd;
  color: #fff;
}
.select2-drpdwn .form-control-warning-fill {
  background-color: #ffc717;
  color: #fff;
}
.select2-drpdwn .form-control-danger-fill {
  background-color: #fd517d;
  color: #fff;
}
.select2-drpdwn .form-control-inverse-fill {
  background-color: #2c323f;
  color: #fff;
}
.ng-select-outline.form-control-primary.ng-select {
  padding: 0;
  border: none;
}
.ng-select-outline.form-control-primary.ng-select .ng-select-container {
  border-color: #3949ab;
  border-radius: 20px;
  color: #3949ab;
}
.ng-select-outline.form-control-primary.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #3949ab;
}
.ng-select-outline.form-control-primary .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-outline.form-control-primary .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #3949ab !important;
}
.ng-select-outline.form-control-secondary.ng-select {
  padding: 0;
  border: none;
}
.ng-select-outline.form-control-secondary.ng-select .ng-select-container {
  border-color: #fe80b2;
  border-radius: 20px;
  color: #fe80b2;
}
.ng-select-outline.form-control-secondary.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #fe80b2;
}
.ng-select-outline.form-control-secondary .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-outline.form-control-secondary .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #fe80b2 !important;
}
.ng-select-outline.form-control-success.ng-select {
  padding: 0;
  border: none;
}
.ng-select-outline.form-control-success.ng-select .ng-select-container {
  border-color: #80cf00;
  border-radius: 20px;
  color: #80cf00;
}
.ng-select-outline.form-control-success.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #80cf00;
}
.ng-select-outline.form-control-success .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-outline.form-control-success .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #80cf00 !important;
}
.ng-select-outline.form-control-danger.ng-select {
  padding: 0;
  border: none;
}
.ng-select-outline.form-control-danger.ng-select .ng-select-container {
  border-color: #fd517d;
  border-radius: 20px;
  color: #fd517d;
}
.ng-select-outline.form-control-danger.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #fd517d;
}
.ng-select-outline.form-control-danger .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-outline.form-control-danger .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #fd517d !important;
}
.ng-select-outline.form-control-info.ng-select {
  padding: 0;
  border: none;
}
.ng-select-outline.form-control-info.ng-select .ng-select-container {
  border-color: #06b5dd;
  border-radius: 20px;
  color: #06b5dd;
}
.ng-select-outline.form-control-info.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #06b5dd;
}
.ng-select-outline.form-control-info .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-outline.form-control-info .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #06b5dd !important;
}
.ng-select-outline.form-control-light.ng-select {
  padding: 0;
  border: none;
}
.ng-select-outline.form-control-light.ng-select .ng-select-container {
  border-color: #f8f5fd;
  border-radius: 20px;
  color: #f8f5fd;
}
.ng-select-outline.form-control-light.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #f8f5fd;
}
.ng-select-outline.form-control-light .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-outline.form-control-light .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #f8f5fd !important;
}
.ng-select-outline.form-control-inverse.ng-select {
  padding: 0;
  border: none;
}
.ng-select-outline.form-control-inverse.ng-select .ng-select-container {
  border-color: #2c323f;
  border-radius: 20px;
  color: #2c323f;
}
.ng-select-outline.form-control-inverse.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #2c323f;
}
.ng-select-outline.form-control-inverse .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-outline.form-control-inverse .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #2c323f !important;
}
.ng-select-outline.form-control-warning.ng-select {
  padding: 0;
  border: none;
}
.ng-select-outline.form-control-warning.ng-select .ng-select-container {
  border-color: #ffc717;
  border-radius: 20px;
  color: #ffc717;
}
.ng-select-outline.form-control-warning.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #ffc717;
}
.ng-select-outline.form-control-warning .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-outline.form-control-warning .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #ffc717 !important;
}
.ng-select-bg.form-control-primary.ng-select {
  padding: 0;
  border: none;
}
.ng-select-bg.form-control-primary.ng-select .ng-select-container {
  background-color: #3949ab;
  border-radius: 20px;
  color: #fff;
}
.ng-select-bg.form-control-primary.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #fff;
}
.ng-select-bg.form-control-primary.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #3949ab;
  color: #fff;
}
.ng-select-bg.form-control-primary.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #fff transparent transparent;
}
.ng-select-bg.form-control-primary.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #fff;
}
.ng-select-bg.form-control-primary .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-bg.form-control-primary .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #fff !important;
  color: #1b3155 !important;
}
.ng-select-bg.form-control-secondary.ng-select {
  padding: 0;
  border: none;
}
.ng-select-bg.form-control-secondary.ng-select .ng-select-container {
  background-color: #fe80b2;
  border-radius: 20px;
  color: #fff;
}
.ng-select-bg.form-control-secondary.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #fff;
}
.ng-select-bg.form-control-secondary.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fe80b2;
  color: #fff;
}
.ng-select-bg.form-control-secondary.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #fff transparent transparent;
}
.ng-select-bg.form-control-secondary.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #fff;
}
.ng-select-bg.form-control-secondary .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-bg.form-control-secondary .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #fff !important;
  color: #1b3155 !important;
}
.ng-select-bg.form-control-success.ng-select {
  padding: 0;
  border: none;
}
.ng-select-bg.form-control-success.ng-select .ng-select-container {
  background-color: #80cf00;
  border-radius: 20px;
  color: #fff;
}
.ng-select-bg.form-control-success.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #fff;
}
.ng-select-bg.form-control-success.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #80cf00;
  color: #fff;
}
.ng-select-bg.form-control-success.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #fff transparent transparent;
}
.ng-select-bg.form-control-success.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #fff;
}
.ng-select-bg.form-control-success .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-bg.form-control-success .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #fff !important;
  color: #1b3155 !important;
}
.ng-select-bg.form-control-danger.ng-select {
  padding: 0;
  border: none;
}
.ng-select-bg.form-control-danger.ng-select .ng-select-container {
  background-color: #fd517d;
  border-radius: 20px;
  color: #fff;
}
.ng-select-bg.form-control-danger.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #fff;
}
.ng-select-bg.form-control-danger.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fd517d;
  color: #fff;
}
.ng-select-bg.form-control-danger.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #fff transparent transparent;
}
.ng-select-bg.form-control-danger.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #fff;
}
.ng-select-bg.form-control-danger .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-bg.form-control-danger .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #fff !important;
  color: #1b3155 !important;
}
.ng-select-bg.form-control-info.ng-select {
  padding: 0;
  border: none;
}
.ng-select-bg.form-control-info.ng-select .ng-select-container {
  background-color: #06b5dd;
  border-radius: 20px;
  color: #fff;
}
.ng-select-bg.form-control-info.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #fff;
}
.ng-select-bg.form-control-info.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #06b5dd;
  color: #fff;
}
.ng-select-bg.form-control-info.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #fff transparent transparent;
}
.ng-select-bg.form-control-info.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #fff;
}
.ng-select-bg.form-control-info .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-bg.form-control-info .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #fff !important;
  color: #1b3155 !important;
}
.ng-select-bg.form-control-light.ng-select {
  padding: 0;
  border: none;
}
.ng-select-bg.form-control-light.ng-select .ng-select-container {
  background-color: #f8f5fd;
  border-radius: 20px;
  color: #fff;
}
.ng-select-bg.form-control-light.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #fff;
}
.ng-select-bg.form-control-light.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #f8f5fd;
  color: #fff;
}
.ng-select-bg.form-control-light.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #fff transparent transparent;
}
.ng-select-bg.form-control-light.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #fff;
}
.ng-select-bg.form-control-light .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-bg.form-control-light .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #fff !important;
  color: #1b3155 !important;
}
.ng-select-bg.form-control-inverse.ng-select {
  padding: 0;
  border: none;
}
.ng-select-bg.form-control-inverse.ng-select .ng-select-container {
  background-color: #2c323f;
  border-radius: 20px;
  color: #fff;
}
.ng-select-bg.form-control-inverse.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #fff;
}
.ng-select-bg.form-control-inverse.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #2c323f;
  color: #fff;
}
.ng-select-bg.form-control-inverse.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #fff transparent transparent;
}
.ng-select-bg.form-control-inverse.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #fff;
}
.ng-select-bg.form-control-inverse .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-bg.form-control-inverse .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #fff !important;
  color: #1b3155 !important;
}
.ng-select-bg.form-control-warning.ng-select {
  padding: 0;
  border: none;
}
.ng-select-bg.form-control-warning.ng-select .ng-select-container {
  background-color: #ffc717;
  border-radius: 20px;
  color: #fff;
}
.ng-select-bg.form-control-warning.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #fff;
}
.ng-select-bg.form-control-warning.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #ffc717;
  color: #fff;
}
.ng-select-bg.form-control-warning.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #fff transparent transparent;
}
.ng-select-bg.form-control-warning.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #fff;
}
.ng-select-bg.form-control-warning .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-select-bg.form-control-warning .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #fff !important;
  color: #1b3155 !important;
}
/**=====================
     20. Select 2 CSS Ends
==========================**/
/**=====================
     21. User profile css start
==========================**/
.upload {
  position: absolute;
  width: 100px;
  left: 0;
  right: 0;
  opacity: 0;
}
.plain-container img {
  width: 100% !important;
  border-radius: 0.25rem !important;
  max-width: 100%;
  height: auto;
}
div .plain-container {
  align-items: inherit !important;
}
#modal-gallery-wrapper header {
  height: auto;
  background: transparent;
}
#modal-gallery-wrapper header .upper-button {
  margin-top: 15px;
  margin-bottom: 15px;
}
.user-profile .ttl-info h6 {
  font-size: 12px;
  color: #898989;
}
.user-profile .ttl-info span {
  font-size: 14px;
  color: #242934;
  font-weight: 500;
}
.user-profile .border-right {
  border-right: 1px solid #f8f5fd;
}
.user-profile hr {
  margin: 30px 0;
}
.user-profile .hovercard .cardheader {
  background: url('bg-profile.png');
  background-size: cover;
  background-position: 10%;
  height: 470px;
}
.user-profile .hovercard .user-image {
  position: relative;
  height: 0;
}
.user-profile .hovercard .user-image .avatar {
  margin-top: -100px;
}
.user-profile .hovercard .user-image .avatar img {
  width: 125px;
  height: 125px;
  max-width: 155px;
  max-height: 155px;
  border-radius: 50%;
  border: 7px solid #fff;
}
.user-profile .hovercard .user-image .icon-wrapper {
  position: absolute;
  bottom: -20px;
  left: 51%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  font-size: 17px;
  box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
}
.user-profile .hovercard .info {
  padding: 30px;
}
.user-profile .hovercard .info .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  color: #2c323f;
  vertical-align: middle;
}
.user-profile .hovercard .info .title a {
  color: #242934;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.user-profile .hovercard .info .desc {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #aaaaaa;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.user-profile .follow {
  margin-top: 20px;
}
.user-profile .follow .follow-num {
  font-size: 36px;
  color: #242934;
  font-family: work-Sans, sans-serif;
}
.user-profile .follow span {
  color: #aaaaaa;
}
.user-profile .profile-img-style {
  padding: 30px;
}
.user-profile .profile-img-style .img-container {
  margin-top: 30px;
}
.user-profile .profile-img-style .user-name {
  font-size: 14px;
  color: #242934;
  margin: 0;
  font-weight: 600;
}
.user-profile .profile-img-style p {
  line-height: 1.8;
  font-size: 14px;
  color: #898989;
  margin-bottom: 0;
}
.user-profile .profile-img-style .media img {
  width: 50px;
}
.user-profile .like-comment a {
  color: #898989;
}
.user-profile .like-comment li:hover a {
  color: #3949ab;
  transition: all 0.3s ease;
}
.user-profile .like-comment span {
  font-family: work-Sans, sans-serif;
}
.user-profile .social-media a {
  padding: 0 15px;
  color: #aaaaaa;
  font-size: 24px;
  cursor: pointer;
}
.user-profile .social-media a:hover {
  color: #3949ab;
}
/**=====================
     21. User profile css Ends
==========================**/
/**=====================
     22. Progress CSS Start
==========================**/
.progress-showcase .progress {
  margin-bottom: 10px;
}
.progress-showcase .progress:last-child {
  margin-bottom: 0;
}
.sm-progress-bar {
  height: 5px;
}
.lg-progress-bar {
  height: 20px;
}
.progress-animate {
  overflow: inherit;
  background-color: transparent;
  margin-bottom: 2px;
}
.progress-animate span {
  position: absolute;
  bottom: 15px;
  right: -10px;
  font-weight: 600;
  font-size: 15px;
}
@-webkit-keyframes heartbit {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes heartbit {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.progress-gradient-primary {
  background-image: linear-gradient(to right, #fff, #3949ab);
  position: relative;
}
.progress-gradient-primary:hover {
  background-size: 100%;
}
.progress-gradient-primary::after {
  position: absolute;
  content: "";
  top: -3px;
  right: -1px;
  background-color: #3949ab;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(57, 73, 171, 0.36);
}
.progress-gradient-primary .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #3949ab;
  border-radius: 70px;
  -webkit-animation: heartbit 1s ease-out;
          animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.progress-gradient-secondary {
  background-image: linear-gradient(to right, #fff, #fe80b2);
  position: relative;
}
.progress-gradient-secondary:hover {
  background-size: 100%;
}
.progress-gradient-secondary::after {
  position: absolute;
  content: "";
  top: -3px;
  right: -1px;
  background-color: #fe80b2;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(254, 128, 178, 0.36);
}
.progress-gradient-secondary .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #fe80b2;
  border-radius: 70px;
  -webkit-animation: heartbit 1s ease-out;
          animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.progress-gradient-success {
  background-image: linear-gradient(to right, #fff, #80cf00);
  position: relative;
}
.progress-gradient-success:hover {
  background-size: 100%;
}
.progress-gradient-success::after {
  position: absolute;
  content: "";
  top: -3px;
  right: -1px;
  background-color: #80cf00;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(128, 207, 0, 0.36);
}
.progress-gradient-success .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #80cf00;
  border-radius: 70px;
  -webkit-animation: heartbit 1s ease-out;
          animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.progress-gradient-danger {
  background-image: linear-gradient(to right, #fff, #fd517d);
  position: relative;
}
.progress-gradient-danger:hover {
  background-size: 100%;
}
.progress-gradient-danger::after {
  position: absolute;
  content: "";
  top: -3px;
  right: -1px;
  background-color: #fd517d;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(253, 81, 125, 0.36);
}
.progress-gradient-danger .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #fd517d;
  border-radius: 70px;
  -webkit-animation: heartbit 1s ease-out;
          animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.progress-gradient-info {
  background-image: linear-gradient(to right, #fff, #06b5dd);
  position: relative;
}
.progress-gradient-info:hover {
  background-size: 100%;
}
.progress-gradient-info::after {
  position: absolute;
  content: "";
  top: -3px;
  right: -1px;
  background-color: #06b5dd;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(6, 181, 221, 0.36);
}
.progress-gradient-info .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #06b5dd;
  border-radius: 70px;
  -webkit-animation: heartbit 1s ease-out;
          animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.progress-gradient-light {
  background-image: linear-gradient(to right, #fff, #f8f5fd);
  position: relative;
}
.progress-gradient-light:hover {
  background-size: 100%;
}
.progress-gradient-light::after {
  position: absolute;
  content: "";
  top: -3px;
  right: -1px;
  background-color: #f8f5fd;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(248, 245, 253, 0.36);
}
.progress-gradient-light .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #f8f5fd;
  border-radius: 70px;
  -webkit-animation: heartbit 1s ease-out;
          animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.progress-gradient-dark {
  background-image: linear-gradient(to right, #fff, #2c323f);
  position: relative;
}
.progress-gradient-dark:hover {
  background-size: 100%;
}
.progress-gradient-dark::after {
  position: absolute;
  content: "";
  top: -3px;
  right: -1px;
  background-color: #2c323f;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(44, 50, 63, 0.36);
}
.progress-gradient-dark .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #2c323f;
  border-radius: 70px;
  -webkit-animation: heartbit 1s ease-out;
          animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.progress-gradient-warning {
  background-image: linear-gradient(to right, #fff, #ffc717);
  position: relative;
}
.progress-gradient-warning:hover {
  background-size: 100%;
}
.progress-gradient-warning::after {
  position: absolute;
  content: "";
  top: -3px;
  right: -1px;
  background-color: #ffc717;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(255, 199, 23, 0.36);
}
.progress-gradient-warning .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #ffc717;
  border-radius: 70px;
  -webkit-animation: heartbit 1s ease-out;
          animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/**=====================
     22. Progress CSS Ends
==========================**/
/**=====================
    23. According CSS start
==========================**/
.accordion > .card {
  margin-bottom: 10px;
}
.accordion > .card .card-header {
  margin: -1px;
  padding: 15px;
  box-shadow: 0px 0px 1px 1px #e0e0e0;
}
.accordion > .card .card-header .btn {
  padding: 0;
}
.accordion > .card .card-header .btn-link {
  color: #1b3155;
  font-weight: 600;
  width: -webkit-fill-available;
}
.accordion > .card .card-header .btn-link:hover, .accordion > .card .card-header .btn-link:focus {
  text-decoration: none;
}
.accordion > .card:last-child {
  margin-bottom: 0 !important;
}
.default-according .card {
  margin-bottom: 0;
}
.default-according .card + .card {
  margin-top: 10px;
}
.default-according .card .card {
  box-shadow: none;
}
.default-according .card .btn-link {
  font-weight: 600;
  color: #1b3155;
}
.default-according .card .btn-link:focus, .default-according .card .btn-link:hover {
  text-decoration: none;
}
.default-according .card .card-header {
  padding: 0.75rem 1.25rem;
}
.default-according .card .card-header i {
  position: absolute;
  left: 18px;
  font-size: 20px;
  top: 20px;
}
.default-according .card .card-header h5 {
  margin-top: 2px;
}
.default-according.style-1 button {
  width: 100%;
  text-align: left;
}
.default-according.style-1 button:before {
  right: 20px;
  position: absolute;
  transition: 0.4s;
}
.default-according.style-1 button[aria-expanded=true]:before {
  content: "\eb73";
  font-family: IcoFont;
}
.default-according.style-1 button[aria-expanded=false]:before {
  content: "\eb7a";
  font-family: IcoFont;
}
/**=====================
     23. According CSS Ends
==========================**/
/**=====================
    24. Authentication CSS Start
==========================**/
.auth-minibox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.authentication-main .auth-innerright .card-body .theme-form {
  width: calc(100% - 290px);
}
.authentication-main .auth-innerright .reset-password-box .card-body .theme-form {
  width: auto;
}
.authentication-main .auth-innerright .authentication-box {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-minibox1 {
  width: 460px;
  z-index: 2;
  margin: 0 auto;
}
.auth-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 50px 100px;
}
.auth-bg .card-body {
  background-color: #f9f9fa;
}
.auth-bg .card-body .theme-form {
  width: calc(100% - 290px);
}
.auth-bg-video {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.31);
  padding: 50px 0;
}
.auth-bg-video .card-body {
  background-color: #f9f9fa;
  padding: 0;
}
.auth-bg-video .card-body .theme-form {
  width: calc(100% - 290px);
}
.auth-bg-video video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}
.reset-password-box {
  width: 645px;
  z-index: 2;
}
.reset-password-box .card {
  padding: 30px;
}
.reset-password-box .theme-form .form-group label {
  font-size: 12px;
  color: #6e7e96;
}
.reset-password-box .theme-form .form-group .form-control {
  font-size: 18px;
}
.reset-password-box .theme-form .form-group .btn {
  font-size: 18px;
  padding: 6px 24px;
}
.reset-password-box .theme-form .opt-box {
  background: rgba(57, 73, 171, 0.03);
}
.reset-password-box .theme-form .opt-box .opt-text {
  font-size: 36px;
  padding: 25px 0;
}
.reset-password-box .reset-password-link {
  color: #6e7e96;
}
.reset-password-box .reset-password-box h6 {
  letter-spacing: 1px;
  font-size: 16px;
}
@-webkit-keyframes rotate-effect {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-effect {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cont {
  overflow: hidden;
  position: relative;
  width: 900px;
  margin: 0 auto 0;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}
.cont > div:nth-child(1) {
  height: 100%;
  display: flex;
  align-items: center;
}
.sub-cont {
  overflow: hidden;
  position: absolute;
  left: 610px;
  top: 0;
  padding: 30px;
  height: 100%;
  padding-left: 350px;
  background: #fff;
  transition: transform 1.2s ease-in-out;
  width: calc(100% + 260px);
}
.cont.s--signup .sub-cont {
  transform: translate3d(-610px, 0, 0);
}
.img {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  height: 100%;
  padding-top: 360px;
}
.img:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 290px;
  height: 100%;
  background-image: url('5.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1.2s ease-in-out;
}
.img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cont.s--signup .img:before {
  transform: translate3d(610px, 0, 0);
}
.img__text {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  transition: transform 1.2s ease-in-out;
}
.cont.s--signup .img__text.m--up {
  transform: translateX(580px);
}
.img__text.m--in {
  transform: translateX(-580px);
}
.cont.s--signup .img__text.m--in {
  transform: translateX(0);
}
.img__btn {
  overflow: hidden;
  z-index: 2;
  position: relative;
  height: 40px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  margin: 0 50px;
}
.img__btn:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 25px;
}
.img__btn span {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 1.2s;
}
.img__btn span.m--in {
  transform: translateY(-72px);
}
.cont.s--signup .img__btn span.m--in {
  transform: translateY(0);
}
.cont.s--signup .img__btn span.m--up {
  transform: translateY(72px);
}
.forgot-pass {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #cfcfcf;
}
.submit {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #d4af7a;
  text-transform: uppercase;
}
.fb-btn {
  border: 2px solid #d3dae9;
  color: #8fa1c7;
}
.fb-btn span {
  font-weight: bold;
  color: #455a81;
}
.sign-in {
  transition-timing-function: ease-out;
}
.cont.s--signup .sign-in {
  transition-timing-function: ease-in-out;
  transition-duration: 1.2s;
  transform: translate3d(610px, 0, 0);
}
.sign-up {
  transform: translate3d(-900px, 0, 0);
}
.cont.s--signup .sign-up {
  transform: translate3d(0, 0, 0);
}
.icon-link img {
  width: 100%;
  vertical-align: top;
}
.icon-link--twitter {
  left: auto;
  right: 5px;
}
@media only screen and (max-width: 991px) {
  .auth-bg-video .card-body .theme-form {
    width: 100%;
    margin-bottom: 295px;
  }
  .auth-bg-video .card-body .s--signup .theme-form {
    margin-top: 295px;
    margin-bottom: 0;
  }
  .auth-bg-video .cont .img:before {
    transform: translate3d(0, 0px, 0) !important;
  }
  .auth-bg-video .theme-form .login-divider:before,
.auth-bg-video .theme-form .form-divider:before {
    left: 41% !important;
  }
  .sub-cont {
    left: 0;
    padding-left: 30px;
    transform: translate3d(0, 488px, 0) !important;
    height: calc(100% + 260px);
    width: 100%;
  }
  .sub-cont .img {
    width: 100%;
    height: auto;
  }
  .sub-cont .img:before {
    width: 100%;
  }
  .img__btn {
    margin: 0 auto 50px;
    width: 20%;
  }
  .theme-form .login-divider:before,
.theme-form .form-divider:before {
    left: 46% !important;
  }
  .img__text.m--up {
    transform: translateY(0) !important;
  }
  .img__text.m--in {
    transform: translateY(-580px) !important;
    transform: translatX(0px) !important;
  }
  .cont {
    width: 100%;
  }
  .cont.s--signup .img:before {
    transform: translate3d(0, 0px, 0) !important;
  }
  .cont.s--signup .sub-cont {
    transform: translate3d(0, 0, 0) !important;
  }
  .cont.s--signup .img__text.m--in {
    transform: translateX(0px) !important;
    transform: translateY(0) !important;
  }
  .cont.s--signup .img__text.m--up {
    transform: translateX(0px) !important;
    transform: translateY(-580px) !important;
  }
  .img {
    padding-top: 200px;
  }
  .authentication-main {
    padding: 30px;
  }
  .authentication-main .auth-innerright .card-body .theme-form {
    width: 100%;
  }
  .authentication-main .auth-innerright .card-body .s--signup .theme-form {
    margin-top: 280px;
    margin-bottom: 0;
  }
  .authentication-main .auth-innerright .reset-password-box .card-body .theme-form {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sub-cont {
    transform: translate3d(0, 535px, 0) !important;
  }
  .auth-bg {
    padding: 15px !important;
  }
}
@media only screen and (max-width: 575px) {
  .authentication-main {
    margin-top: 10px;
  }
  .img__btn {
    width: 32%;
  }
  .sub-cont {
    transform: translate3d(0, 570px, 0) !important;
  }
  .theme-form .login-divider:before,
.theme-form .form-divider:before {
    left: 39% !important;
  }
}
@media only screen and (max-width: 360px) {
  .auth-bg-video .theme-form .login-divider:before,
.auth-bg-video .theme-form .form-divider:before {
    left: 38% !important;
  }
  .img__btn {
    width: 43%;
  }
  .sub-cont {
    transform: translate3d(0, 588px, 0) !important;
  }
  .theme-form .login-divider:before,
.theme-form .form-divider:before {
    left: 32% !important;
  }
}
/**=====================
    24. Authentication CSS Ends
==========================**/
/**=====================
    25. Form CSS Start
==========================**/
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.height-35 {
  height: 35px !important;
}
.theme-form label {
  font-size: 16px;
}
.theme-form .form-control :focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05);
}
.theme-form.sm-form .form-group {
  margin-bottom: 14px;
}
.theme-form .form-group {
  margin-bottom: 20px;
}
.theme-form .form-group textarea {
  border-color: #efefef;
  border-radius: 20px;
  width: 100%;
}
.theme-form .form-group textarea.btn-square {
  border-radius: 0;
}
.theme-form .form-group textarea::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}
.theme-form .form-group input[type=text],
.theme-form .form-group input[type=email],
.theme-form .form-group input[type=search],
.theme-form .form-group input[type=password],
.theme-form .form-group input[type=number],
.theme-form .form-group input[type=tel],
.theme-form .form-group input[type=date],
.theme-form .form-group input[type=datetime-local],
.theme-form .form-group input[type=time],
.theme-form .form-group input[type=datetime-local],
.theme-form .form-group input[type=month],
.theme-form .form-group input[type=week],
.theme-form .form-group input[type=url],
.theme-form .form-group input[type=file] {
  padding-left: 20px;
}
.theme-form .form-group input[type=text],
.theme-form .form-group input[type=email],
.theme-form .form-group input[type=search],
.theme-form .form-group input[type=password],
.theme-form .form-group input[type=number],
.theme-form .form-group input[type=tel],
.theme-form .form-group input[type=date],
.theme-form .form-group input[type=datetime-local],
.theme-form .form-group input[type=time],
.theme-form .form-group input[type=datetime-local],
.theme-form .form-group input[type=month],
.theme-form .form-group input[type=week],
.theme-form .form-group input[type=url],
.theme-form .form-group input[type=file],
.theme-form .form-group select {
  border-color: #efefef;
  background-color: #fff;
  font-size: 14px;
  color: #898989;
  font-family: work-Sans, sans-serif;
  border-radius: 20px;
}
.theme-form .form-group input[type=text]::-webkit-input-placeholder,
.theme-form .form-group input[type=email]::-webkit-input-placeholder,
.theme-form .form-group input[type=search]::-webkit-input-placeholder,
.theme-form .form-group input[type=password]::-webkit-input-placeholder,
.theme-form .form-group input[type=number]::-webkit-input-placeholder,
.theme-form .form-group input[type=tel]::-webkit-input-placeholder,
.theme-form .form-group input[type=date]::-webkit-input-placeholder,
.theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder,
.theme-form .form-group input[type=time]::-webkit-input-placeholder,
.theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder,
.theme-form .form-group input[type=month]::-webkit-input-placeholder,
.theme-form .form-group input[type=week]::-webkit-input-placeholder,
.theme-form .form-group input[type=url]::-webkit-input-placeholder,
.theme-form .form-group input[type=file]::-webkit-input-placeholder,
.theme-form .form-group select::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}
.theme-form .form-group input[type=text].btn-square,
.theme-form .form-group input[type=email].btn-square,
.theme-form .form-group input[type=search].btn-square,
.theme-form .form-group input[type=password].btn-square,
.theme-form .form-group input[type=number].btn-square,
.theme-form .form-group input[type=tel].btn-square,
.theme-form .form-group input[type=date].btn-square,
.theme-form .form-group input[type=datetime-local].btn-square,
.theme-form .form-group input[type=time].btn-square,
.theme-form .form-group input[type=datetime-local].btn-square,
.theme-form .form-group input[type=month].btn-square,
.theme-form .form-group input[type=week].btn-square,
.theme-form .form-group input[type=url].btn-square,
.theme-form .form-group input[type=file].btn-square,
.theme-form .form-group select.btn-square {
  border-radius: 0;
}
.theme-form .form-group select.form-control:not([size]):not([multiple]) {
  border-color: #efefef;
  font-size: 14px;
}
.theme-form .form-group input[type=file] {
  height: auto;
}
.theme-form .checkbox label {
  padding-left: 10px;
}
.theme-form .form-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef;
}
.theme-form .form-divider:before {
  position: absolute;
  top: -11px;
  left: 40%;
  margin-left: -10px;
  padding: 0 5px;
  content: "Or Signup With";
  color: #242934;
  background: #fff;
}
.theme-form .login-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef;
}
.theme-form .login-divider:before {
  position: absolute;
  top: -11px;
  left: 40%;
  margin-left: -10px;
  padding: 0 5px;
  color: #242934;
  background: #fff;
  content: "Or Login With";
}
.theme-form .btn-fb {
  background-color: #50598e;
  color: #fff;
  width: 100%;
}
.theme-form .btn-twitter {
  background-color: #6fa2d8;
  color: #fff;
  width: 100%;
}
.theme-form .btn-google {
  background-color: #c64e40;
  color: #fff;
  width: 100%;
}
.form-inline .form-group {
  margin-right: 15px;
}
.form-inline .form-group .col-form-label {
  margin-right: 5px;
}
.bill-info {
  margin-bottom: -10px;
}
.bill-info .form-group {
  margin-bottom: 10px;
}
.bottom-minus {
  margin-bottom: -15px;
}
.billing-info {
  margin-bottom: -20px;
}
.search-form {
  position: relative;
}
.search-form .form-group:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background: #e8ebf2;
  left: 52px;
  top: 10px;
}
.search-form .form-group:after {
  position: absolute;
  content: "\f002";
  font-family: FontAwesome;
  top: 11px;
  left: 25px;
  color: #8e8e8e;
}
.search-form input {
  border: 1px solid #efefef;
  padding: 10px 10px 10px 70px;
  border-radius: 50px;
  background-color: rgba(57, 73, 171, 0.02);
}
.form-label-align-right label {
  text-align: right;
  padding-top: 17px;
  font-weight: 500;
}
.custom-file-input {
  height: calc(1.5em + 0.75rem + 2px) !important;
}
/**=====================
    25. Form CSS Ends
==========================**/
/**=====================
     26. Coming Soon CSS Start
==========================**/
.comingsoon-bgimg {
  background: url('coming-soon-bg.jpg');
  background-position: bottom;
  background-size: cover;
}
.comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 50px 0;
}
.comingsoon .comingsoon-inner h5 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comingsoon .comingsoon-inner .countdown {
  padding: 30px 0;
  border-top: 1px solid #f8f5fd;
  border-bottom: 1px solid #f8f5fd;
}
.comingsoon .comingsoon-inner .countdown .time {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  width: 100px;
  height: 100px;
  font-size: 30px;
  background: #3949ab;
  border: 8px solid #8b96d8;
}
.comingsoon .comingsoon-inner .countdown .title {
  padding-top: 13px;
}
.comingsoon .comingsoon-inner .countdown ul li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 20px;
}
.comingsoon .comingsoon-inner .countdown ul li span {
  display: block;
}
.comingsoon video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}
/**=====================
    26. Coming Soon CSS Ends
==========================**/
/**=====================
     27. Radio CSS Start
==========================**/
.animate-chk label {
  line-height: 1.6;
  cursor: pointer;
}
.animate-chk label:last-child {
  margin-bottom: 0;
}
.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin: 0 1rem 0 0;
}
.checkbox_animated:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.225rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.375rem;
  border: 2px solid #3949ab;
  border-top-style: none;
  border-right-style: none;
}
.checkbox_animated:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background: #fff;
  border: 2px solid #e8ebf2;
  cursor: pointer;
}
.checkbox_animated:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.radio_animated {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.radio_animated:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0.125rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.75rem;
  background: #3949ab;
  border-radius: 50%;
}
.radio_animated:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 2px solid #e8ebf2;
  border-radius: 50%;
}
.radio_animated:checked:before {
  transform: scale(1, 1);
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  margin-left: -16px;
  border: 1px solid #e8ebf2;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #242934;
}
.checkbox input[type=checkbox] {
  opacity: 0;
}
.checkbox input[type=checkbox]:focus {
  outline-offset: -2px;
}
.checkbox input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
}
.checkbox input[type=checkbox]:checked + label::before {
  font-family: themify;
  content: "\e64c";
  text-align: center;
  line-height: 1.2;
}
.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #f8f5fd;
  cursor: not-allowed;
}
.checkbox .checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox .checkbox-inline {
  margin-top: 0;
}
.m-squar label::before {
  border-radius: 0;
}
.m-squar .checkbox-circle label::before {
  border-radius: 50%;
}
.m-squar .checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type=checkbox]:checked + label::before {
  border-color: #3949ab;
  color: #3949ab;
}
.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-secondary input[type=checkbox]:checked + label::before {
  border-color: #fe80b2;
  color: #fe80b2;
}
.checkbox-secondary input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type=checkbox]:checked + label::before {
  border-color: #80cf00;
  color: #80cf00;
}
.checkbox-success input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type=checkbox]:checked + label::before {
  border-color: #fd517d;
  color: #fd517d;
}
.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type=checkbox]:checked + label::before {
  border-color: #06b5dd;
  color: #06b5dd;
}
.checkbox-info input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-light input[type=checkbox]:checked + label::before {
  border-color: #f8f5fd;
  color: #f8f5fd;
}
.checkbox-light input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-dark input[type=checkbox]:checked + label::before {
  border-color: #2c323f;
  color: #2c323f;
}
.checkbox-dark input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type=checkbox]:checked + label::before {
  border-color: #ffc717;
  color: #ffc717;
}
.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-primary label:before {
  background-color: #3949ab;
  border-color: #3949ab;
  color: #fff;
}
.checkbox-solid-primary input[type=checkbox]:checked + label::before {
  background-color: #3949ab;
  border-color: #3949ab;
  color: #fff;
}
.checkbox-solid-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-secondary label:before {
  background-color: #fe80b2;
  border-color: #fe80b2;
  color: #fff;
}
.checkbox-solid-secondary input[type=checkbox]:checked + label::before {
  background-color: #fe80b2;
  border-color: #fe80b2;
  color: #fff;
}
.checkbox-solid-secondary input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-success label:before {
  background-color: #80cf00;
  border-color: #80cf00;
  color: #fff;
}
.checkbox-solid-success input[type=checkbox]:checked + label::before {
  background-color: #80cf00;
  border-color: #80cf00;
  color: #fff;
}
.checkbox-solid-success input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-danger label:before {
  background-color: #fd517d;
  border-color: #fd517d;
  color: #fff;
}
.checkbox-solid-danger input[type=checkbox]:checked + label::before {
  background-color: #fd517d;
  border-color: #fd517d;
  color: #fff;
}
.checkbox-solid-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-info label:before {
  background-color: #06b5dd;
  border-color: #06b5dd;
  color: #fff;
}
.checkbox-solid-info input[type=checkbox]:checked + label::before {
  background-color: #06b5dd;
  border-color: #06b5dd;
  color: #fff;
}
.checkbox-solid-info input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-light label:before {
  background-color: #f8f5fd;
  border-color: #f8f5fd;
  color: #fff;
}
.checkbox-solid-light input[type=checkbox]:checked + label::before {
  background-color: #f8f5fd;
  border-color: #f8f5fd;
  color: #fff;
}
.checkbox-solid-light input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-dark label:before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff;
}
.checkbox-solid-dark input[type=checkbox]:checked + label::before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff;
}
.checkbox-solid-dark input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-warning label:before {
  background-color: #ffc717;
  border-color: #ffc717;
  color: #fff;
}
.checkbox-solid-warning input[type=checkbox]:checked + label::before {
  background-color: #ffc717;
  border-color: #ffc717;
  color: #fff;
}
.checkbox-solid-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-primary label::before {
  border-color: #3949ab;
}
.checkbox-secondary label::before {
  border-color: #fe80b2;
}
.checkbox-success label::before {
  border-color: #80cf00;
}
.checkbox-danger label::before {
  border-color: #fd517d;
}
.checkbox-info label::before {
  border-color: #06b5dd;
}
.checkbox-light label::before {
  border-color: #f8f5fd;
}
.checkbox-dark label::before {
  border-color: #2c323f;
}
.checkbox-warning label::before {
  border-color: #ffc717;
}
.m-checkbox-inline .checkbox {
  display: inline-block;
}
.m-checkbox-inline .radio {
  display: inline-block;
}
.m-checkbox-inline label {
  margin-right: 20px;
}
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #e8ebf2;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  left: 5px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #898989;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type=radio] {
  opacity: 0;
}
.radio input[type=radio]:focus + label::before {
  outline-offset: -2px;
}
.radio input[type=radio]:checked + label::after {
  transform: scale(1, 1);
}
.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.radio .radio-inline {
  margin-top: 0;
}
.radio-primary input[type=radio] + label::before {
  border-color: #3949ab;
}
.radio-primary input[type=radio] + label::after {
  background-color: #3949ab;
}
.radio-primary input[type=radio]:checked + label::before {
  border-color: #3949ab;
}
.radio-primary input[type=radio]:checked + label::after {
  background-color: #3949ab;
}
.radio-secondary input[type=radio] + label::before {
  border-color: #fe80b2;
}
.radio-secondary input[type=radio] + label::after {
  background-color: #fe80b2;
}
.radio-secondary input[type=radio]:checked + label::before {
  border-color: #fe80b2;
}
.radio-secondary input[type=radio]:checked + label::after {
  background-color: #fe80b2;
}
.radio-success input[type=radio] + label::before {
  border-color: #80cf00;
}
.radio-success input[type=radio] + label::after {
  background-color: #80cf00;
}
.radio-success input[type=radio]:checked + label::before {
  border-color: #80cf00;
}
.radio-success input[type=radio]:checked + label::after {
  background-color: #80cf00;
}
.radio-danger input[type=radio] + label::before {
  border-color: #fd517d;
}
.radio-danger input[type=radio] + label::after {
  background-color: #fd517d;
}
.radio-danger input[type=radio]:checked + label::before {
  border-color: #fd517d;
}
.radio-danger input[type=radio]:checked + label::after {
  background-color: #fd517d;
}
.radio-info input[type=radio] + label::before {
  border-color: #06b5dd;
}
.radio-info input[type=radio] + label::after {
  background-color: #06b5dd;
}
.radio-info input[type=radio]:checked + label::before {
  border-color: #06b5dd;
}
.radio-info input[type=radio]:checked + label::after {
  background-color: #06b5dd;
}
.radio-light input[type=radio] + label::before {
  border-color: #f8f5fd;
}
.radio-light input[type=radio] + label::after {
  background-color: #f8f5fd;
}
.radio-light input[type=radio]:checked + label::before {
  border-color: #f8f5fd;
}
.radio-light input[type=radio]:checked + label::after {
  background-color: #f8f5fd;
}
.radio-dark input[type=radio] + label::before {
  border-color: #2c323f;
}
.radio-dark input[type=radio] + label::after {
  background-color: #2c323f;
}
.radio-dark input[type=radio]:checked + label::before {
  border-color: #2c323f;
}
.radio-dark input[type=radio]:checked + label::after {
  background-color: #2c323f;
}
.radio-warning input[type=radio] + label::before {
  border-color: #ffc717;
}
.radio-warning input[type=radio] + label::after {
  background-color: #ffc717;
}
.radio-warning input[type=radio]:checked + label::before {
  border-color: #ffc717;
}
.radio-warning input[type=radio]:checked + label::after {
  background-color: #ffc717;
}
/**=====================
     27. Radio CSS Ends
==========================**/
/**=====================
     28. Form Input CSS Start
==========================**/
.icon-addon .addon-md .fa, .icon-addon .addon-md .glyphicon {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}
.icon-addon .glyphicon,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}
.input-group-prepend .btn,
.input-group-append .btn {
  z-index: 0;
}
textarea.btn-pill {
  border-radius: 20px;
}
.form-control {
  font-size: 14px;
  border-color: #efefef;
}
input[type=color] {
  border-radius: 20px;
}
.input-group-square .input-group-text,
.input-group-square .form-control {
  border-radius: 0;
}
.input-group-solid .input-group-text,
.input-group-solid .form-control {
  background: #f8f5fd;
}
.input-group-text {
  font-size: 14px;
}
.input-group-air {
  box-shadow: 0 3px 20px 0 #efefef;
}
.icon-addon {
  position: relative;
  color: #4c5667;
  display: block;
}
.icon-addon:after {
  display: table;
  content: "";
  clear: both;
}
.icon-addon:before {
  display: table;
  content: "";
}
.icon-addon .addon-md .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}
.form-control-lg {
  font-size: 1.25rem;
}
.pill-input-group div:last-child span {
  border-top-right-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
}
.pill-input-group div:first-child span {
  border-top-left-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
}
/**=====================
     28. Form Input CSS Ends
==========================**/
/**=====================
     31. pagination CSS Start
==========================**/
.page-link {
  color: #3949ab !important;
}
.page-item.active .page-link {
  background-color: #3949ab !important;
  border-color: #3949ab !important;
  color: #fff !important;
}
/*test Nav bar color */
.pagination-theme .page-item .page-link {
  color: #3949ab;
}
.pagination-theme .page-item.active .page-link {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
}
.pagination-primary .page-item .page-link {
  color: #3949ab;
}
.pagination-primary .page-item.active .page-link {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
}
.pagination-secondary .page-item .page-link {
  color: #fe80b2;
}
.pagination-secondary .page-item.active .page-link {
  color: #fff;
  background-color: #fe80b2;
  border-color: #fe80b2;
}
.pagination-success .page-item .page-link {
  color: #80cf00;
}
.pagination-success .page-item.active .page-link {
  color: #fff;
  background-color: #80cf00;
  border-color: #80cf00;
}
.pagination-danger .page-item .page-link {
  color: #fd517d;
}
.pagination-danger .page-item.active .page-link {
  color: #fff;
  background-color: #fd517d;
  border-color: #fd517d;
}
.pagination-info .page-item .page-link {
  color: #06b5dd;
}
.pagination-info .page-item.active .page-link {
  color: #fff;
  background-color: #06b5dd;
  border-color: #06b5dd;
}
.pagination-dark .page-item .page-link {
  color: #2c323f;
}
.pagination-dark .page-item.active .page-link {
  color: #fff;
  background-color: #2c323f;
  border-color: #2c323f;
}
.pagination-warning .page-item .page-link {
  color: #ffc717;
}
.pagination-warning .page-item.active .page-link {
  color: #fff;
  background-color: #ffc717;
  border-color: #ffc717;
}
.page-item:first-child .page-link {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.pagination-space .pagination-top {
  margin-top: 15px;
}
.pagination-space p {
  margin-bottom: 5px;
}
/**=====================
     31. pagination CSS Ends
==========================**/
/**=====================
    32.  Ecommerce  CSS Start
==========================**/
/**====== Product Start ======**/
.credit-card .text-center img {
  margin-bottom: 20px;
}
.modal-header .btnClose {
  padding: 3rem 4rem !important;
  margin: -2rem -2rem -5rem auto !important;
}
.product-box .product-details {
  position: relative;
}
.product-details .h4 {
  margin-bottom: 0.5rem !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: inherit !important;
}
.product-price {
  font-size: 22px !important;
}
.product-view {
  padding: 20px 0;
  border-top: 1px dotted #aaaaaa;
  border-bottom: 1px dotted #aaaaaa;
}
.product-size {
  margin: 20px 0;
}
.product-size ul li {
  display: inline-block;
  margin-right: 10px;
}
.product-box .product-details h6 {
  text-transform: capitalize !important;
}
.cart .qty-box1 {
  width: 41% !important;
  margin: 0 auto;
}
.input-group1,
.input-group {
  border: 0px solid #ddd;
}
.btnGtr1,
.btnGtr {
  background: #ddd;
  color: #fff;
  padding: 15px !important;
}
.btnLess1,
.btnLess {
  background: #ddd;
  color: #fff;
  padding: 15px !important;
}
.touchspin1 {
  width: 65px;
  border: none;
  padding: 0;
}
.addcart-btn {
  margin-top: 25px;
}
.addcart-btn .btn {
  margin-right: 10px;
}
.toggle-data {
  cursor: pointer;
}
.product-sidebar .filter-section .card .card-header {
  padding: 16px 30px;
  border-radius: 5px;
}
.product-sidebar .filter-section .card .card-header h6 {
  position: relative;
}
.product-sidebar .filter-section .card .card-header h6 .pull-right i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 10px;
  width: 100%;
  height: 10px;
  text-align: right;
  cursor: pointer;
}
.product-wrapper .product-sidebar .filter-section .card .left-filter {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.3s;
}
.product-wrapper .product-sidebar .filter-section .card .left-filter .filter-cards-view {
  padding: 30px;
}
.product-wrapper .product-sidebar .filter-section .card .left-filter .product-filter .irs-with-grid {
  margin-bottom: 15px;
}
.product-wrapper .product-grid .product-wrapper-grid {
  margin-left: 0;
  transition: 0.3s;
}
.product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  position: absolute;
  width: 100%;
  background-color: white;
  top: 53px;
  height: auto;
}
.product-wrapper.sidebaron .product-grid .product-wrapper-grid {
  margin-left: calc(25% + 9px);
  min-height: 1220px;
}
.d-none-productlist {
  display: none;
}
.d-none-productlist svg {
  vertical-align: middle;
  cursor: pointer;
}
.product-wrapper-grid.list-view .product-box {
  display: flex;
  align-items: center;
}
.product-wrapper-grid.list-view .product-box .product-img {
  width: 20%;
}
.product-wrapper-grid.list-view .product-box .product-details {
  text-align: left;
}
.slider-product {
  padding: 15px 0;
  border-top: 1px solid #f8f5fd;
  border-bottom: 1px solid #f8f5fd;
  margin-bottom: 15px;
}
.products-total {
  display: flex;
  align-items: center;
}
.grid-options {
  height: 33px;
  margin-left: 10px;
}
.grid-options ul li a {
  position: relative;
}
.grid-options ul li a .line-grid {
  position: absolute;
  width: 4px;
  height: 15px;
  top: 9px;
  cursor: pointer;
}
.grid-options ul li a .line-grid-1 {
  left: 12px;
}
.grid-options ul li a .line-grid-2 {
  left: 18px;
}
.grid-options ul li a .line-grid-3 {
  left: 36px;
}
.grid-options ul li a .line-grid-4 {
  left: 42px;
}
.grid-options ul li a .line-grid-5 {
  left: 48px;
}
.grid-options ul li a .line-grid-6 {
  left: 66px;
}
.grid-options ul li a .line-grid-7 {
  left: 72px;
}
.grid-options ul li a .line-grid-8 {
  left: 78px;
}
.grid-options ul li a .line-grid-9 {
  left: 84px;
}
.grid-options ul li a .line-grid-10 {
  left: 103px;
}
.grid-options ul li a .line-grid-11 {
  left: 109px;
}
.grid-options ul li a .line-grid-12 {
  left: 115px;
}
.grid-options ul li a .line-grid-13 {
  left: 121px;
}
.grid-options ul li a .line-grid-14 {
  left: 127px;
}
.grid-options ul li a .line-grid-15 {
  left: 133px;
}
.square-product-setting {
  height: 36px;
  vertical-align: middle;
}
.square-product-setting a {
  color: #1b3155;
}
.square-product-setting .icon-grid {
  padding: 7px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 0 10px;
  cursor: pointer;
}
.square-product-setting .icon-grid:before {
  display: none;
}
.square-product-setting .icon-grid svg {
  width: 20px;
  height: 20px;
}
.product-filter .banner-product {
  margin-top: 15px;
}
.product-filter h6 {
  margin-bottom: 15px;
}
.product-filter .color-selector {
  line-height: 0.9;
}
.product-filter .color-selector ul li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #444;
  border-radius: 100%;
  cursor: pointer;
}
.product-filter .color-selector ul li + li {
  margin-left: 3px;
}
.product-filter .color-selector ul li.white {
  background-color: #fff;
}
.product-filter .color-selector ul li.gray {
  background-color: #6e7e96;
}
.product-filter .color-selector ul li.black {
  background-color: #000;
}
.product-filter .color-selector ul li.orange {
  background-color: #ffb17a;
}
.product-filter .color-selector ul li.green {
  background-color: #6fb866;
}
.product-filter .color-selector ul li.pink {
  background-color: pink;
}
.product-filter .color-selector ul li.yellow {
  background-color: #f2f896;
}
.product-filter .color-selector ul li.blue {
  background-color: #63b4f2;
}
.product-filter .color-selector ul li.red {
  background-color: #ff647f;
}
.product-filter.new-products {
  margin-top: 20px;
}
.product-filter.new-products button {
  width: auto;
}
.product-filter.new-products .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -46px;
  right: 0;
}
.product-filter.new-products .owl-theme .owl-nav button:focus {
  outline: transparent;
}
.product-filter.new-products .owl-theme .owl-nav button span {
  font-size: 20px;
}
.product-filter.new-products .owl-theme .owl-nav button span:focus {
  outline-color: transparent;
}
.product-filter.new-products .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: inherit;
}
.product-filter.new-products .owl-theme .owl-item .item .product-box .product-details {
  padding: 25px 0;
}
.product-filter.new-products .owl-theme .owl-item .item .product-box + .product-box {
  margin-top: 15px;
}
.product-filter.new-products .product-box {
  align-items: center;
}
.product-filter.new-products .product-box + .product-box {
  margin-top: 5px;
}
.select2-drpdwn-product .form-control {
  border: none;
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin-bottom: 10px;
  height: 36px;
}
.feature-products form .form-group {
  position: relative;
}
.feature-products form .form-group input {
  margin-bottom: 15px;
  border: none;
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  height: 50px;
}
.feature-products form .form-group i {
  position: absolute;
  top: 17px;
  right: 30px;
  color: #898989;
}
.product-box .product-details {
  padding: 25px;
  text-align: center;
}
.product-box .product-details h6 {
  color: #1b3155;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-box .product-details span {
  color: #898989;
}
.product-box .product-modal .product-box .product-details {
  padding: 25px 0;
}
.product-box .product-modal .product-box .product-details h6 {
  text-transform: capitalize;
}
.product-box .product-modal .product-box .product-details .product-qnty fieldset {
  margin-bottom: 20px;
}
.product-box .product-modal .product-box .product-details .product-qnty fieldset .input-group {
  width: 35%;
}
.product-box .product-modal .product-box .product-details .product-qnty fieldset .input-group .btn {
  padding: 5px 12px;
}
.product-box .product-modal .product-box .product-details .product-qnty fieldset .input-group .btn-primary {
  background-color: #aaaaaa !important;
  border: 1px solid #aaaaaa !important;
}
.product-box .product-img {
  position: relative;
}
.product-box .product-img .product-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.product-box .product-img .product-hover ul li {
  display: inline-block;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
  padding: 9px 14px;
  background-color: #fff;
  font-size: 18px;
  border-radius: 100%;
  line-height: 1.6;
  height: 45px;
  width: 45px;
  margin: 0 3px;
}
.product-box .product-img .product-hover ul li .btn {
  padding: 0;
}
.product-box .product-img .product-hover ul li i {
  vertical-align: middle;
  cursor: pointer;
}
.product-box .product-img .product-hover ul li i:focus {
  outline: none;
}
.product-box .product-img .product-hover ul li:hover {
  background-color: #1b3155;
  transition: all 0.3s ease;
}
.product-box .product-img .product-hover ul li:hover .btn,
.product-box .product-img .product-hover ul li:hover i {
  color: #fff;
}
.product-box:hover .product-hover {
  opacity: 1;
  border-radius: 0%;
  transform: scale(1);
  transition: all 0.3s ease;
}
.product-page-main {
  padding: 30px;
}
.product-page-main .owl-item .item {
  border: 1px solid #f8f5fd;
  border-radius: 5px;
}
.product-page-main .owl-item.current .item {
  border: 1px solid #3949ab;
}
.product-page-main .product-slider {
  margin-bottom: 20px;
}
.product-page-main .previews-container .preview-inner-container {
  margin: 0 -5px;
}
.product-page-main .previews-container .preview-inner-container .preview-image {
  margin: 0 5px;
}
.product-page-main .previews-container .preview-inner-container .preview-image.active {
  border: 1px solid #3949ab;
}
.product-page-details h4 {
  color: #1b3155;
  text-transform: uppercase;
  font-size: 18px;
}
.product-page-details span {
  font-size: 20px;
}
.product-price {
  font-size: 18px;
  font-weight: 700;
  font-family: work-Sans, sans-serif;
}
.product-price del {
  color: #aaaaaa;
  padding-right: 20px;
}
.product-color li {
  display: inline-block;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  margin: 0 2px;
}
.product-page-main p {
  font-size: 15px;
}
.product-page-main .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}
/**====== Product  Ends ======**/
.payment-opt li {
  display: inline-block;
}
.payment-opt li img {
  height: 20px;
  margin: 15px 15px 0 0;
}
/**=====================
    32. Ecommerce  CSS End
==========================**/
/**=====================
     33. Pricing CSS Start
==========================**/
.pricing-content {
  margin-bottom: -30px;
}
.pricing-content div {
  margin-bottom: 30px;
}
.pricing-content div .pricing-simple, .pricing-content div .pricing-block {
  margin-bottom: 0 !important;
}
.pricing-content div .pricing-simple .btn-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1rem 1.75rem;
}
.pricing-content-ribbons > div {
  margin-bottom: 30px;
}
.pricing-content-ribbons > div .pricing-block {
  margin-bottom: 0;
}
.pricing-content-ribbons > div .pricing-block path {
  fill: #3949ab;
}
.pricing-card-design-2 .pricing-block .pricing-inner ul {
  margin-bottom: 30px;
}
.pricing-card-design-2 .pricing-block .pricing-inner ul li {
  border-bottom: 1px solid #fafdff;
}
.pricing-card-design-3 {
  margin-bottom: -30px;
}
.pricing-card-design-3 .row > div {
  margin-bottom: 30px;
}
.pricing-block {
  box-shadow: 0 0 10px 5px rgba(68, 102, 242, 0.05);
  border-radius: 30px;
  overflow: hidden;
}
.pricing-block.bg-primary .pricing-inner .btn-primary {
  background-color: #2c3985 !important;
  border-color: #2c3985 !important;
}
.pricing-block svg {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-left: -1px;
}
.pricing-block .pricing-inner {
  padding: 30px 0 30px;
}
.pricing-block .pricing-inner ul {
  padding: 0;
  margin-bottom: 9px;
}
.pricing-block .pricing-inner ul li h6 {
  line-height: 45px;
  margin-bottom: 0;
}
.pricing-block .pricing-inner h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.pricing-simple {
  box-shadow: 0 0 10px 5px rgba(68, 102, 242, 0.05);
  overflow: hidden;
}
.pricing-simple .card-body {
  border-bottom: none;
}
.pricing-simple .card-body h3 {
  position: relative;
  margin-bottom: 38px;
}
.pricing-simple .card-body h3:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: #999;
}
.pricing-simple .card-body h1 {
  font-size: 80px;
  line-height: 0.9;
  margin-bottom: 30px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  .pricing-block .ribbon-vertical-left {
    left: 3px;
    top: 0px;
  }
  .pricing-block .ribbon-bookmark {
    top: 0;
    left: -1px;
  }
  .pricing-block .ribbon-clip-right {
    top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-block .pricing-inner h3 {
    font-size: 20px;
  }
  .pricing-block .pricing-inner ul li h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-block .pricing-inner {
    padding: 20px 0 20px;
  }
  .pricing-block .pricing-inner ul, .pricing-block .pricing-inner h3 {
    margin-bottom: 1px;
  }
  .pricing-simple .card-body h1 {
    margin-bottom: 20px;
  }
  .pricing-simple .card-body h3 {
    margin-bottom: 28px;
  }
  .pricing-card-design-2 .pricing-block .pricing-inner ul {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-content-ribbons div .pricing-block {
    margin-bottom: 0 !important;
  }
  .pricing-content {
    margin-bottom: -20px;
  }
  .pricing-content div {
    margin-bottom: 20px;
  }
  .pricing-card-design-3 {
    margin-bottom: -20px;
  }
  .pricing-card-design-3 .row > div {
    margin-bottom: 20px;
  }
  .pricing-block .pricing-inner {
    padding: 15px 0 15px;
  }
  .pricing-block .pricing-inner h3 {
    font-size: 28px;
  }
  .pricing-block .pricing-inner ul li h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-content div .pricing-simple {
    margin-bottom: 15px;
  }
  .pricing-simple .card-body h1 {
    margin-bottom: 15px;
  }
  .pricing-block .pricing-inner {
    padding: 15px 0 15px;
  }
  .pricing-card-design-2 .pricing-block .pricing-inner ul {
    margin-bottom: 15px;
  }
}
/**=====================
    33. Pricing CSS Ends
==========================**/
/**=====================
     35. NAV CSS Start
==========================**/
.nav-list {
  padding: 30px;
}
.nav-list .nav-list-disc {
  text-align: left;
  color: #898989;
}
.nav-list .nav-list-disc li {
  padding: 9px 0;
}
.nav-list .nav-list-disc li:first-child {
  padding-top: 0;
}
.nav-list .nav-list-disc li:last-child {
  padding-bottom: 0;
}
.nav-list .nav-list-disc li a {
  color: #1b3155;
}
.nav-list .nav-list-disc li a .fa {
  width: 14px;
  font-size: 16px;
}
.nav-list .nav-list-disc li:hover {
  color: #3949ab;
}
.nav-list .nav-list-disc li:hover a {
  color: #3949ab;
}
.navs-icon {
  padding: 30px;
}
.navs-icon svg {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.navs-icon .fa {
  font-size: 16px;
  margin-right: 10px;
}
.navs-icon li {
  padding: 9px 0;
}
.navs-icon li:first-child {
  padding-top: 0;
}
.navs-icon li:last-child {
  padding-bottom: 0;
}
.navs-icon li .text-muted {
  color: #1b3155 !important;
}
.navs-icon li a {
  display: flex;
  align-items: center;
}
.navs-icon li ul {
  padding-top: 9px;
}
.navs-icon li ul li {
  line-height: 1;
}
.navs-icon li ul li:first-child {
  padding-top: 9px;
}
.navs-icon li ul li:hover {
  color: #3949ab;
}
.navs-icon li ul li:hover a {
  color: #3949ab;
}
.navs-icon li a {
  color: #1b3155;
}
.navs-icon li a:hover {
  color: #3949ab;
}
.navs-icon li a.active {
  color: #3949ab;
}
.navs-icon li a span {
  font-family: work-Sans, sans-serif;
}
.navs-icon li button:hover a {
  color: #FFf;
}
.navs-icon .main-section {
  padding-top: 30px;
}
.navs-icon .separator {
  border-bottom: 1px solid #dee2e6;
  margin: 30px 0;
  padding: 0;
}
.navs-icon .btn-link {
  text-decoration: none;
  line-height: 1;
  padding: 0;
  padding-bottom: 6px;
}
.navs-icon .btn-link:hover {
  text-decoration: none;
}
#accordionoc #collapseicon, #accordionoc #collapseicon1 {
  padding-top: 0px;
}
#accordionoc li button {
  display: flex;
  align-items: center;
}
.navs-icon.default-according.style-1 li button {
  position: relative;
}
.navs-icon.default-according.style-1 li button:hover {
  color: #3949ab !important;
}
.navs-icon.default-according.style-1 li button[aria-expanded=true]:before {
  right: 2px;
  top: 6px;
}
.navs-icon.default-according.style-1 li button[aria-expanded=false]:before {
  right: 2px;
  top: 6px;
}
.navs-dropdown button {
  margin-top: 30px;
}
.navs-dropdown .onhover-show-div {
  width: 250px;
  border-radius: 4px;
  box-shadow: 0 0 2px 2px #f8f5fd;
}
.navs-dropdown .onhover-show-div button {
  margin-top: 0px;
}
.navs-dropdown .onhover-show-div .navs-icon li {
  text-align: left;
}
.navs-dropdown .onhover-show-div .navs-icon li a:hover svg path, .navs-dropdown .onhover-show-div .navs-icon li a:hover svg line, .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polyline, .navs-dropdown .onhover-show-div .navs-icon li a.active svg path, .navs-dropdown .onhover-show-div .navs-icon li a.active svg line, .navs-dropdown .onhover-show-div .navs-icon li a.active svg polyline {
  color: #3949ab !important;
}
.onhover-dropdown.navs-dropdown:hover .onhover-show-div:before {
  right: 77px;
  left: auto;
  left: initial;
}
.onhover-dropdown.navs-dropdown:hover .onhover-show-div:after {
  right: 77px;
  left: auto;
  left: initial;
}
.icon-lists {
  font-family: work-Sans, sans-serif;
}
.pl-navs-inline {
  padding-left: 30px !important;
}
.inline-nav li {
  line-height: 1.3;
}
/**=====================
     35. NAV CSS Ends
==========================**/
/**=====================
    36. Dropdown CSS Start
==========================**/
.dropdown-item {
  font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #3949ab;
}
.dropdown-item:focus {
  outline: none;
}
.dropdown-menu {
  z-index: 1;
}
.dropdown-basic {
  margin-bottom: -10px;
}
.dropdown-basic .btn-group {
  margin-right: 18px;
}
.dropdown-basic .btn-group .btn-round {
  border-radius: 50px;
}
.dropdown-basic .separated-btn {
  margin-left: -6px;
}
.dropdown-basic .separated-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px;
}
.dropdown-basic button {
  max-height: 43px;
}
.dropdown-basic .dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.dropdown-basic .dropdown .dropbtn {
  color: white;
  padding: 12px 35px;
  border: none;
  cursor: pointer;
}
.dropdown-basic .dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 175px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 0;
  top: 45px;
}
.dropdown-basic .dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-basic .dropdown .dropdown-content .dropdown-header {
  padding: 12px 16px;
}
.dropdown-basic .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown-basic .dropdown:hover .dropdown-content {
  display: block;
}
.dropup-basic .dropup {
  position: relative;
  display: inline-block;
}
.dropup-basic .dropup .dropbtn {
  color: white;
  padding: 12px;
  border: none;
}
.dropup-basic .dropup .dropup-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 170px;
  bottom: 45px;
  z-index: 999;
  left: 0;
}
.dropup-basic .dropup .dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropup-basic .dropup .dropup-content a:hover {
  background-color: #f1f1f1;
}
.dropup-basic .dropup:hover .dropup-content {
  display: block;
}
.dropup-basic .dropup:hover .dropup-content a.active {
  background-color: #f1f1f1;
}
/**=====================
    36. Dropdown CSS Ends
==========================**/
/**=====================
     38. Table  CSS Start
==========================**/
.pills-component {
  width: 20%;
}
.product-page-width {
  width: 80%;
}
.table {
  margin-bottom: 0px;
}
.table th,
.table td {
  padding: 0.75rem;
}
.table th {
  color: #1b3155;
}
.table td {
  color: #1b3155;
}
.table [class*=bg-] {
  color: #fff;
}
.table .bg-light {
  color: #1b3155;
}
.table tfoot {
  font-weight: bold;
}
.table .double th,
.table .double td {
  border-bottom-style: double;
  border-color: #e8ebf2;
}
.table .double:last-child th,
.table .double:last-child td {
  border-bottom: none;
}
.table .double thead th {
  border-bottom-style: double;
}
.table thead .double th {
  border-top: 1px double #e8ebf2;
  border-bottom-style: double !important;
  border-color: #e8ebf2 !important;
}
.table .dotted th,
.table .dotted td {
  border-bottom-style: dotted;
  border-color: #e8ebf2;
}
.table .dotted:last-child th,
.table .dotted:last-child td {
  border-bottom: none;
}
.table .dotted thead th {
  border-bottom-style: dotted;
}
.table thead .dotted th {
  border-top: 1px dotted #e8ebf2;
  border-bottom-style: dotted !important;
  border-color: #e8ebf2 !important;
}
.table .dashed th,
.table .dashed td {
  border-bottom-style: dashed;
  border-color: #e8ebf2;
}
.table .dashed:last-child th,
.table .dashed:last-child td {
  border-bottom: none;
}
.table .dashed thead th {
  border-bottom-style: dashed;
}
.table thead .dashed th {
  border-top: 1px dashed #e8ebf2;
  border-bottom-style: dashed !important;
  border-color: #e8ebf2 !important;
}
.table-inverse th,
.table-inverse td {
  color: #fff;
}
.table[class*=bg-] th,
.table[class*=bg-] td {
  color: #fff;
}
.table-hover tbody tr:hover {
  background-color: #fdfeff;
}
.table-xl td,
.table-xl th {
  padding: 1.25rem 2rem;
  font-size: 120%;
}
.table-lg td,
.table-lg th {
  padding: 0.9rem 2rem;
  font-size: 110%;
}
.table-de td,
.table-de th {
  padding: 0.75rem 2rem;
}
.table-sm th,
.table-sm td {
  padding: 0.5rem 2rem;
  font-size: 90%;
}
.table-xs th,
.table-xs td {
  padding: 0.2rem 2rem;
  font-size: 80%;
}
.table-border-horizontal tr,
.table-border-horizontal th,
.table-border-horizontal td {
  border-top: 1px solid #f2f4ff;
  padding: 0.75rem 2rem;
}
.table-border-vertical tr,
.table-border-vertical th,
.table-border-vertical td {
  border-top: 0 !important;
  border-right: 1px solid #f2f4ff;
}
.table-border-vertical tr td:last-child {
  border-right: none;
}
.table-bordernone td {
  border: 0 !important;
}
.table-bordernone .bd-t-none {
  border-top: none !important;
}
.table-bordernone .u-s-tb {
  padding: 11px;
}
.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 247, 250, 0.5);
}
.table-striped.table-hover tbody tr:nth-of-type(even):hover th, .table-striped.table-hover tbody tr:nth-of-type(even):hover td {
  color: #1b3155;
}
.table-bordered td,
.table-bordered th {
  border-color: #fdfeff;
}
/**=====================
     38.Table CSS Ends
==========================**/
/**=====================
    39. Chart CSS Start
==========================**/
.chart-block canvas {
  width: 100% !important;
}
.chart-block .chart-overflow {
  overflow: hidden;
  text-align: center;
}
.candidcahrt {
  width: 100%;
  height: 470px;
}
.amcharts-export-canvas {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.amcharts-export-canvas .canvas-container {
  transition: opacity 0.5s ease-out;
}
.amcharts-export-canvas.active {
  display: block;
}
.amcharts-export-canvas.dropbox .canvas-container {
  opacity: 0.5;
}
.flot-chart-container {
  box-sizing: border-box;
  width: 100%;
  height: 400px;
}
.flot-chart-container #toggling-series-flot {
  width: 79% !important;
}
.flot-chart-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}
.flot-chart-placeholder .legend table {
  border-spacing: 5px;
}
.morris-hover {
  position: absolute;
  z-index: 8;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #898989;
  background: #fff;
  border: solid 1px #e8ebf2;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
.chart-sparkline {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  background: rgba(49, 49, 49, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  color: #fff;
  font: 10px work-Sans, sans-serif;
  text-align: left;
  white-space: nowrap;
  padding: 5px;
  border: 1px solid rgba(49, 49, 49, 0.75);
  box-sizing: content-box;
  z-index: 10000;
  border-radius: 5px;
}
.chart-sparkline .jqsfield {
  color: #fff;
  font: 10px work-Sans, sans-serif;
  text-align: left;
}
.pieLabel div {
  color: #fff !important;
}
.pieLabel div input[type=checkbox] {
  margin: 7px;
}
.knob-chart {
  min-height: 255px;
}
.knob-chart .chart-clock-main {
  position: relative;
  width: 200px;
  margin: 45px auto;
}
.knob-chart .chart-clock-main .clock-large {
  position: absolute;
  left: -48px;
  top: -45px;
}
.knob-chart .chart-clock-main .clock-medium {
  position: absolute;
  left: 2px;
  top: 5px;
}
.knob-chart .chart-clock-main .clock-small {
  position: absolute;
  left: 15px;
  top: 55px;
}
.peity-charts svg {
  width: 100%;
  height: 250px;
  filter: drop-shadow(12px 12px 7px rgba(211, 211, 211, 0.3));
}
.peity-charts.peity-chart-primary svg polygon {
  fill: rgba(57, 73, 171, 0.5);
}
.peity-charts.peity-chart-primary svg polyline {
  stroke: #3949ab;
}
.peity-charts .bar ~ svg rect:nth-child(odd) {
  fill: #3949ab;
}
.peity-charts .bar ~ svg rect:nth-child(even) {
  fill: #fe80b2;
}
.peity-charts .donut ~ svg path:nth-child(odd),
.peity-charts .pie ~ svg path:nth-child(odd) {
  fill: #3949ab;
}
.peity-charts .donut ~ svg path:nth-child(even),
.peity-charts .pie ~ svg path:nth-child(even) {
  fill: #efefef;
}
.data-attributes span ~ svg path:last-child {
  fill: #efefef;
}
.data-attributes .small-donut ~ svg path:first-child {
  fill: #3949ab;
}
.data-attributes .small-donut1 ~ svg path:first-child {
  fill: #fe80b2;
}
.data-attributes .small-donut2 ~ svg path:first-child {
  fill: #80cf00;
}
.data-attributes .small-donut3 ~ svg path:first-child {
  fill: #06b5dd;
}
.data-attributes .small-donut4 ~ svg path:first-child {
  fill: #ffc717;
}
.data-attributes .small-donut5 ~ svg path:first-child {
  fill: #fd517d;
}
.data-attributes .small-donut6 ~ svg path:first-child {
  fill: #3949ab;
}
p.data-attributes svg {
  margin-right: 10px;
}
.knob-block {
  position: relative;
}
.knob-block input {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin-left: 0 !important;
  margin-top: -3px !important;
}
.knob-block canvas {
  position: relative !important;
}
.apex-chart {
  margin: 0 auto;
}
.apexcharts-menu-item {
  width: 110px;
}
.word-tree {
  height: 400px;
}
.apexcharts-toolbar {
  z-index: 1 !important;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #3949ab !important;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
  fill: #3949ab !important;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #fe80b2 !important;
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
  fill: #fe80b2 !important;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #80cf00 !important;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-area {
  fill: #80cf00 !important;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #06b5dd !important;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-area {
  fill: #06b5dd !important;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #ffc717 !important;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-area {
  fill: #ffc717 !important;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #fd517d !important;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-area {
  fill: #fd517d !important;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #f8f5fd !important;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-area {
  fill: #f8f5fd !important;
}
/**=====================
     39. Chart CSS End
==========================**/
/**=====================
     40. Timeline CSS Start
==========================**/
.activity .media {
  margin-bottom: 30px;
}
.activity .media:last-child {
  margin-bottom: 0;
}
.activity .media .gradient-round {
  position: relative;
  width: 53px;
  height: 53px;
  background-image: linear-gradient(to bottom right, #4a5bc3, #334198);
  border-radius: 100%;
  top: -18px;
}
.activity .media .gradient-round svg {
  position: absolute;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 18px;
  right: 0;
  margin: 0 auto;
}
.activity .media .gradient-round svg path,
.activity .media .gradient-round svg line,
.activity .media .gradient-round svg circle {
  color: #fff;
}
.activity .media .gradient-round.gradient-line-1:after {
  position: absolute;
  content: "";
  background-color: #e9e9e9;
  width: 2px;
  height: 62px;
  bottom: -77px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.activity .media .gradient-round.small-line:after {
  position: absolute;
  content: "";
  background-color: #e9e9e9;
  width: 2px;
  height: 19px;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.activity .media .gradient-round.medium-line:after {
  position: absolute;
  content: "";
  background-color: #e9e9e9;
  width: 2px;
  height: 53px;
  bottom: -68px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.activity .media .media-body h6 {
  font-weight: 600;
  margin-bottom: 30px;
}
.activity .media .media-body h6 span {
  font-weight: normal;
  color: #999;
}
.activity .media .media-body p {
  width: 80%;
}
vertical-timeline .timeline {
  padding: 0;
}
vertical-timeline .timeline .cd-container .date,
vertical-timeline .timeline .cd-container .timeline-img {
  background: #3949ab !important;
}
vertical-timeline .timeline .cd-container .timeline-item:nth-child(even) .timeline-content {
  padding: 40px 30px 20px 30px;
}
vertical-timeline .timeline .cd-container .timeline-img p {
  height: auto;
}
vertical-timeline .timeline .cd-container .inner-content {
  margin-top: 22px;
}
vertical-timeline .timeline .cd-container .inner-content h4 {
  margin-bottom: 0;
}
vertical-timeline .timeline .cd-container .cd-timeline-content {
  width: 100%;
}
vertical-timeline .timeline .cd-container .cd-timeline-content:before, vertical-timeline .timeline .cd-container .cd-timeline-content:after {
  display: none;
}
vertical-timeline .timeline .cd-container .timeline-content {
  padding: 20px 30px;
}
vertical-timeline .timeline .cd-container .timeline-content p {
  margin-top: 0;
}
vertical-timeline .timeline::before {
  background-color: rgba(57, 73, 171, 0.2) !important;
}
.timeline-small .media {
  margin-bottom: 30px;
}
.timeline-small .media:last-child {
  margin-bottom: 0;
}
.timeline-small .media .timeline-round {
  position: relative;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  top: -18px;
}
.timeline-small .media .timeline-round svg {
  position: absolute;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 18px;
  right: 0;
  margin: 0 auto;
}
.timeline-small .media .timeline-round svg path,
.timeline-small .media .timeline-round svg line,
.timeline-small .media .timeline-round svg circle {
  color: #fff;
}
.timeline-small .media .timeline-round.timeline-line-1:after {
  position: absolute;
  content: "";
  background-color: #e9e9e9;
  width: 2px;
  height: 62px;
  bottom: -77px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.timeline-small .media .timeline-round.small-line:after {
  position: absolute;
  content: "";
  background-color: #e9e9e9;
  width: 2px;
  height: 19px;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.timeline-small .media .timeline-round.medium-line:after {
  position: absolute;
  content: "";
  background-color: #e9e9e9;
  width: 2px;
  height: 53px;
  bottom: -68px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.timeline-small .media .media-body h6 {
  font-weight: 600;
  margin-bottom: 30px;
}
.timeline-small .media .media-body h6 span {
  font-weight: normal;
  color: #999;
}
.timeline-small .media .media-body p {
  width: 90%;
}
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  content: "";
  display: table;
  clear: both;
}
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #2c323f;
}
header h1 {
  color: #fff;
  font-size: 18px;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 24px;
  }
  #cd-timeline::before {
    left: 50% !important;
    margin-left: -2px;
  }
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f8f5fd;
  }
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
  }
  .cd-timeline-img > i {
    font-size: 18px;
    top: 50%;
    left: 50%;
    padding: 3px;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
            animation: cd-bounce-1 0.6s;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s;
  }
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
            animation: cd-bounce-2-inverse 0.6s;
  }
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
  }
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
}
#cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  font-size: 1.5rem;
  height: 100%;
  width: 2px;
  background: #f8f5fd;
  left: -15px;
}
.cd-timeline-block {
  position: relative;
  margin: 30px 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-timeline-img {
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  border-radius: 15px;
}
.cd-timeline-img i {
  display: block;
  position: relative;
  left: 45%;
  top: 44%;
  margin-left: -12px;
  margin-top: -12px;
  font-size: 27px;
  color: #fff;
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  background: #fdfeff;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
}
.cd-timeline-content p {
  padding-top: 9px;
}
.cd-timeline-content h4 {
  margin-bottom: 0;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content audio {
  width: 100%;
}
.cd-timeline-content .cd-date {
  font-size: 13px;
  display: inline-block;
  float: left;
  padding: 0.8em 0 0;
  opacity: 0.7;
}
.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-left: 7px solid #f8f5fd;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content .cd-date {
    font-size: 14px;
    padding-bottom: 0;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1169px) {
  .cd-timeline-block .cd-timeline-img {
    left: -2px;
    height: 30px;
    width: 30px;
    margin-left: -30px;
    top: 14px;
    z-index: 8;
  }
  .cd-timeline-block .cd-timeline-img > i {
    font-size: 15px;
    top: 16px;
    left: 17px;
    padding: 3px;
  }
  .landing-main #cd-timeline::before {
    left: -39px;
  }
  .landing-main .cd-timeline-block .cd-timeline-img {
    left: -34px;
    height: 50px;
    width: 50px;
    top: 1px;
    z-index: 8;
  }
  .landing-main .cd-timeline-block .cd-timeline-img > i {
    font-size: 23px;
    top: 21px;
    left: 7px;
    padding: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .timeline .timeline-img {
    left: -14px !important;
  }
  .timeline::before {
    left: 12px !important;
  }
  .timeline .timeline-content {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 576px) {
  .cd-timeline-content {
    padding: 15px;
  }
  .cd-timeline-content h4 {
    font-size: 18px;
  }
}
/**=====================
     40. Timeline  CSS Ends
==========================**/
/**=====================
    41. Timeline 2 CSS Start
==========================**/
.timeliny {
  position: relative;
  display: block;
  padding: 10rem 0;
  width: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  text-rendering: optimizeLegibility;
  color: #f8f5fd;
  opacity: 0;
  overflow: hidden;
  cursor: move;
}
.timeliny.loaded {
  opacity: 1;
}
.timeliny::before {
  content: "";
  position: absolute;
  background-color: #898989;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.timeliny .timeliny-wrapper {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1024px;
}
.timeliny .timeliny-dot {
  transition: all 0.35s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid #898989;
  background-color: #fff;
}
.timeliny .timeliny-dot::before {
  transition: all 0.35s ease-in-out;
  content: attr(data-year);
  display: block;
  position: absolute;
  top: -5rem;
  left: 1.25rem;
  color: #2c323f;
  font-family: work-Sans, sans-serif;
  font-size: 22px;
}
.timeliny .timeliny-dot::after {
  transition: all 0.35s ease-in-out;
  transform: translateY(-50%);
  content: attr(data-text);
  display: block;
  position: absolute;
  width: 256px;
  top: 5.6rem;
  left: 1.25rem;
  color: #f8f5fd;
  opacity: 0;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .timeliny .timeliny-dot::after {
    width: 341.3333333333px;
  }
}
.timeliny .timeliny-timeline {
  position: absolute;
  top: 50%;
  left: 0;
  display: table;
  width: 100%;
  z-index: 5;
}
.timeliny .timeliny-timeline .timeliny-timeblock {
  display: table-cell;
  position: relative;
}
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot {
  border-color: #3949ab;
  background-color: #3949ab;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33);
}
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before {
  color: #2c323f;
}
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after {
  color: #2c323f;
  opacity: 1;
  background-color: #b1b9e5;
  border: 1px solid #efefef;
  padding: 10px;
  border-radius: 15px;
}
.timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot {
  cursor: move;
}
.timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot::before {
  color: #f8f5fd;
}
.timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover {
  border-color: #2c323f;
  background-color: #2c323f;
}
.timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before {
  color: #2c323f;
}
.timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after {
  color: #2c323f;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 10px;
  border-radius: 15px;
}
.timeliny .timeliny-vertical-line {
  position: absolute;
  display: block;
  z-index: 1;
  left: 16%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #3949ab;
}
@media (min-width: 768px) {
  .timeliny .timeliny-vertical-line {
    left: 32%;
  }
}
.timeliny .timeliny-vertical-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #3949ab;
}
.timeliny .timeliny-vertical-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #3949ab;
}
/**=====================
     41. Timeline 2 CSS Ends
==========================**/
/**=====================
    42. Tabs CSS Start
==========================**/
.nav-tabs, .nav-pills {
  margin-bottom: 30px;
}
.nav-tabs .nav-link, .nav-pills .nav-link {
  cursor: pointer;
}
.tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
          animation: fadeIn 0.5s ease-out;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #3949ab;
  border-radius: 15px;
}
.nav i {
  margin-right: 10px;
}
.nav-theme .nav-link, .nav-pills.nav-theme .nav-link {
  color: #3949ab;
}
.nav-theme .nav-link.active, .nav-theme .show > .nav-link, .nav-pills.nav-theme .nav-link.active, .nav-pills.nav-theme .show > .nav-link {
  background-color: #3949ab;
  color: #fff;
}
.nav-primary .nav-link, .nav-pills.nav-primary .nav-link {
  color: #3949ab;
}
.nav-primary .nav-link.active, .nav-primary .show > .nav-link, .nav-pills.nav-primary .nav-link.active, .nav-pills.nav-primary .show > .nav-link {
  background-color: #3949ab;
  color: #fff;
}
.nav-secondary .nav-link, .nav-pills.nav-secondary .nav-link {
  color: #fe80b2;
}
.nav-secondary .nav-link.active, .nav-secondary .show > .nav-link, .nav-pills.nav-secondary .nav-link.active, .nav-pills.nav-secondary .show > .nav-link {
  background-color: #fe80b2;
  color: #fff;
}
.nav-success .nav-link, .nav-pills.nav-success .nav-link {
  color: #80cf00;
}
.nav-success .nav-link.active, .nav-success .show > .nav-link, .nav-pills.nav-success .nav-link.active, .nav-pills.nav-success .show > .nav-link {
  background-color: #80cf00;
  color: #fff;
}
.nav-danger .nav-link, .nav-pills.nav-danger .nav-link {
  color: #fd517d;
}
.nav-danger .nav-link.active, .nav-danger .show > .nav-link, .nav-pills.nav-danger .nav-link.active, .nav-pills.nav-danger .show > .nav-link {
  background-color: #fd517d;
  color: #fff;
}
.nav-info .nav-link, .nav-pills.nav-info .nav-link {
  color: #06b5dd;
}
.nav-info .nav-link.active, .nav-info .show > .nav-link, .nav-pills.nav-info .nav-link.active, .nav-pills.nav-info .show > .nav-link {
  background-color: #06b5dd;
  color: #fff;
}
.nav-light .nav-link, .nav-pills.nav-light .nav-link {
  color: #f8f5fd;
}
.nav-light .nav-link.active, .nav-light .show > .nav-link, .nav-pills.nav-light .nav-link.active, .nav-pills.nav-light .show > .nav-link {
  background-color: #f8f5fd;
  color: #fff;
}
.nav-dark .nav-link, .nav-pills.nav-dark .nav-link {
  color: #2c323f;
}
.nav-dark .nav-link.active, .nav-dark .show > .nav-link, .nav-pills.nav-dark .nav-link.active, .nav-pills.nav-dark .show > .nav-link {
  background-color: #2c323f;
  color: #fff;
}
.nav-warning .nav-link, .nav-pills.nav-warning .nav-link {
  color: #ffc717;
}
.nav-warning .nav-link.active, .nav-warning .show > .nav-link, .nav-pills.nav-warning .nav-link.active, .nav-pills.nav-warning .show > .nav-link {
  background-color: #ffc717;
  color: #fff;
}
.nav-right {
  justify-content: flex-end;
}
.nav-tabs.nav-bottom .nav-item .nav-link.active, .nav-tabs.nav-bottom .nav-item .nav-link.focus, .nav-tabs.nav-bottom .nav-item .nav-link.hover {
  border-color: #fff #dee2e6 #dee2e6;
}
.tab-content ~ .nav-tabs.nav-material {
  margin-bottom: 0;
  margin-top: 30px;
}
.border-tab.nav-tabs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.border-tab.nav-tabs .nav-item .nav-link {
  font-size: 16px;
  color: #2c323f;
  text-align: center;
  padding: 10px 25px;
  border: 0;
}
.border-tab.nav-tabs .nav-link.active, .border-tab.nav-tabs .nav-item.show, .border-tab.nav-tabs .nav-link:focus, .border-tab.nav-tabs .nav-link:hover {
  color: #3949ab;
}
.border-tab.nav-tabs .nav-link.active ~ .material-border {
  transition: all 0.3s ease;
  opacity: 1;
}
.border-tab-primary.nav-tabs, .border-tab-primary .nav-tabs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.border-tab-primary.nav-tabs .nav-item .nav-link, .border-tab-primary .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  color: #2c323f;
  text-align: center;
  padding: 10px 25px;
  border: none;
  border-bottom: 2px solid transparent !important;
}
.border-tab-primary.nav-tabs .nav-link.active, .border-tab-primary.nav-tabs .nav-item.show, .border-tab-primary.nav-tabs .nav-link:focus, .border-tab-primary.nav-tabs .nav-link:hover, .border-tab-primary .nav-tabs .nav-link.active, .border-tab-primary .nav-tabs .nav-item.show, .border-tab-primary .nav-tabs .nav-link:focus, .border-tab-primary .nav-tabs .nav-link:hover {
  color: #3949ab;
}
.border-tab-primary.nav-tabs .nav-link.active, .border-tab-primary .nav-tabs .nav-link.active {
  border-bottom: 2px solid #3949ab !important;
}
.border-tab-primary.nav-left .nav-link {
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
  color: #2c323f;
}
.border-tab-primary.nav-left .nav-link.active, .border-tab-primary.nav-left .show > .nav-link {
  background-color: transparent;
  border-left-color: #3949ab;
  color: #3949ab;
  border-radius: 0;
  transition: all 0.3s ease;
}
.border-tab-primary.nav-right .nav-link {
  border-right: 2px solid transparent;
  transition: all 0.3s ease;
  color: #2c323f;
  text-align: right;
}
.border-tab-primary.nav-right .nav-link.active, .border-tab-primary.nav-right .show > .nav-link {
  background-color: transparent;
  border-right-color: #3949ab;
  color: #3949ab;
  border-radius: 0;
  transition: all 0.3s ease;
}
.borderb-tab-primary {
  border-bottom: none;
  top: 1px !important;
}
.borderb-tab-primary.nav-tabs .nav-item .nav-link, .borderb-tab-primary .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  padding: 28px 15px;
  border: none;
  color: #1b3155;
  border-bottom: 2px solid transparent !important;
}
.borderb-tab-primary.nav-tabs .nav-link.active, .borderb-tab-primary.nav-tabs .nav-item.show, .borderb-tab-primary.nav-tabs .nav-link:focus, .borderb-tab-primary.nav-tabs .nav-link:hover, .borderb-tab-primary .nav-tabs .nav-link.active, .borderb-tab-primary .nav-tabs .nav-item.show, .borderb-tab-primary .nav-tabs .nav-link:focus, .borderb-tab-primary .nav-tabs .nav-link:hover {
  color: #3949ab;
}
.borderb-tab-primary.nav-tabs .nav-link.active, .borderb-tab-primary .nav-tabs .nav-link.active {
  border-bottom: 2px solid #3949ab !important;
}
.borderb-tab-secondary {
  border-bottom: none;
  top: 1px !important;
}
.borderb-tab-secondary.nav-tabs .nav-item .nav-link, .borderb-tab-secondary .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  padding: 28px 15px;
  border: none;
  color: #1b3155;
  border-bottom: 2px solid transparent !important;
}
.borderb-tab-secondary.nav-tabs .nav-link.active, .borderb-tab-secondary.nav-tabs .nav-item.show, .borderb-tab-secondary.nav-tabs .nav-link:focus, .borderb-tab-secondary.nav-tabs .nav-link:hover, .borderb-tab-secondary .nav-tabs .nav-link.active, .borderb-tab-secondary .nav-tabs .nav-item.show, .borderb-tab-secondary .nav-tabs .nav-link:focus, .borderb-tab-secondary .nav-tabs .nav-link:hover {
  color: #fe80b2;
}
.borderb-tab-secondary.nav-tabs .nav-link.active, .borderb-tab-secondary .nav-tabs .nav-link.active {
  border-bottom: 2px solid #fe80b2 !important;
}
.borderb-tab-success {
  border-bottom: none;
  top: 1px !important;
}
.borderb-tab-success.nav-tabs .nav-item .nav-link, .borderb-tab-success .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  padding: 28px 15px;
  border: none;
  color: #1b3155;
  border-bottom: 2px solid transparent !important;
}
.borderb-tab-success.nav-tabs .nav-link.active, .borderb-tab-success.nav-tabs .nav-item.show, .borderb-tab-success.nav-tabs .nav-link:focus, .borderb-tab-success.nav-tabs .nav-link:hover, .borderb-tab-success .nav-tabs .nav-link.active, .borderb-tab-success .nav-tabs .nav-item.show, .borderb-tab-success .nav-tabs .nav-link:focus, .borderb-tab-success .nav-tabs .nav-link:hover {
  color: #80cf00;
}
.borderb-tab-success.nav-tabs .nav-link.active, .borderb-tab-success .nav-tabs .nav-link.active {
  border-bottom: 2px solid #80cf00 !important;
}
.borderb-tab-danger {
  border-bottom: none;
  top: 1px !important;
}
.borderb-tab-danger.nav-tabs .nav-item .nav-link, .borderb-tab-danger .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  padding: 28px 15px;
  border: none;
  color: #1b3155;
  border-bottom: 2px solid transparent !important;
}
.borderb-tab-danger.nav-tabs .nav-link.active, .borderb-tab-danger.nav-tabs .nav-item.show, .borderb-tab-danger.nav-tabs .nav-link:focus, .borderb-tab-danger.nav-tabs .nav-link:hover, .borderb-tab-danger .nav-tabs .nav-link.active, .borderb-tab-danger .nav-tabs .nav-item.show, .borderb-tab-danger .nav-tabs .nav-link:focus, .borderb-tab-danger .nav-tabs .nav-link:hover {
  color: #fd517d;
}
.borderb-tab-danger.nav-tabs .nav-link.active, .borderb-tab-danger .nav-tabs .nav-link.active {
  border-bottom: 2px solid #fd517d !important;
}
.borderb-tab-info {
  border-bottom: none;
  top: 1px !important;
}
.borderb-tab-info.nav-tabs .nav-item .nav-link, .borderb-tab-info .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  padding: 28px 15px;
  border: none;
  color: #1b3155;
  border-bottom: 2px solid transparent !important;
}
.borderb-tab-info.nav-tabs .nav-link.active, .borderb-tab-info.nav-tabs .nav-item.show, .borderb-tab-info.nav-tabs .nav-link:focus, .borderb-tab-info.nav-tabs .nav-link:hover, .borderb-tab-info .nav-tabs .nav-link.active, .borderb-tab-info .nav-tabs .nav-item.show, .borderb-tab-info .nav-tabs .nav-link:focus, .borderb-tab-info .nav-tabs .nav-link:hover {
  color: #06b5dd;
}
.borderb-tab-info.nav-tabs .nav-link.active, .borderb-tab-info .nav-tabs .nav-link.active {
  border-bottom: 2px solid #06b5dd !important;
}
.borderb-tab-light {
  border-bottom: none;
  top: 1px !important;
}
.borderb-tab-light.nav-tabs .nav-item .nav-link, .borderb-tab-light .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  padding: 28px 15px;
  border: none;
  color: #1b3155;
  border-bottom: 2px solid transparent !important;
}
.borderb-tab-light.nav-tabs .nav-link.active, .borderb-tab-light.nav-tabs .nav-item.show, .borderb-tab-light.nav-tabs .nav-link:focus, .borderb-tab-light.nav-tabs .nav-link:hover, .borderb-tab-light .nav-tabs .nav-link.active, .borderb-tab-light .nav-tabs .nav-item.show, .borderb-tab-light .nav-tabs .nav-link:focus, .borderb-tab-light .nav-tabs .nav-link:hover {
  color: #f8f5fd;
}
.borderb-tab-light.nav-tabs .nav-link.active, .borderb-tab-light .nav-tabs .nav-link.active {
  border-bottom: 2px solid #f8f5fd !important;
}
.borderb-tab-dark {
  border-bottom: none;
  top: 1px !important;
}
.borderb-tab-dark.nav-tabs .nav-item .nav-link, .borderb-tab-dark .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  padding: 28px 15px;
  border: none;
  color: #1b3155;
  border-bottom: 2px solid transparent !important;
}
.borderb-tab-dark.nav-tabs .nav-link.active, .borderb-tab-dark.nav-tabs .nav-item.show, .borderb-tab-dark.nav-tabs .nav-link:focus, .borderb-tab-dark.nav-tabs .nav-link:hover, .borderb-tab-dark .nav-tabs .nav-link.active, .borderb-tab-dark .nav-tabs .nav-item.show, .borderb-tab-dark .nav-tabs .nav-link:focus, .borderb-tab-dark .nav-tabs .nav-link:hover {
  color: #2c323f;
}
.borderb-tab-dark.nav-tabs .nav-link.active, .borderb-tab-dark .nav-tabs .nav-link.active {
  border-bottom: 2px solid #2c323f !important;
}
.borderb-tab-warning {
  border-bottom: none;
  top: 1px !important;
}
.borderb-tab-warning.nav-tabs .nav-item .nav-link, .borderb-tab-warning .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  padding: 28px 15px;
  border: none;
  color: #1b3155;
  border-bottom: 2px solid transparent !important;
}
.borderb-tab-warning.nav-tabs .nav-link.active, .borderb-tab-warning.nav-tabs .nav-item.show, .borderb-tab-warning.nav-tabs .nav-link:focus, .borderb-tab-warning.nav-tabs .nav-link:hover, .borderb-tab-warning .nav-tabs .nav-link.active, .borderb-tab-warning .nav-tabs .nav-item.show, .borderb-tab-warning .nav-tabs .nav-link:focus, .borderb-tab-warning .nav-tabs .nav-link:hover {
  color: #ffc717;
}
.borderb-tab-warning.nav-tabs .nav-link.active, .borderb-tab-warning .nav-tabs .nav-link.active {
  border-bottom: 2px solid #ffc717 !important;
}
.tabbed-card ul {
  position: absolute;
  right: 15px;
  top: 43px;
}
.tabbed-card ul.border-tab-primary {
  border-bottom: none;
}
.tabbed-card ul.border-tab-primary.nav-tabs, .tabbed-card ul.border-tab-primary .nav-tabs {
  top: 6px;
}
.tabbed-card ul.border-tab-primary.nav-tabs .nav-item .nav-link, .tabbed-card ul.border-tab-primary .nav-tabs .nav-item .nav-link {
  padding: 44px 15px;
}
.tabbed-card .borderb-tab-primary.nav-tabs, .tabbed-card .borderb-tab-primary .nav-tabs {
  top: 7px;
  border-bottom: none;
}
.tabbed-card .borderb-tab-primary.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-primary .nav-tabs .nav-item .nav-link {
  padding: 44px 15px;
}
.tabbed-card .borderb-tab-secondary.nav-tabs, .tabbed-card .borderb-tab-secondary .nav-tabs {
  top: 7px;
  border-bottom: none;
}
.tabbed-card .borderb-tab-secondary.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-secondary .nav-tabs .nav-item .nav-link {
  padding: 44px 15px;
}
.tabbed-card .borderb-tab-success.nav-tabs, .tabbed-card .borderb-tab-success .nav-tabs {
  top: 7px;
  border-bottom: none;
}
.tabbed-card .borderb-tab-success.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-success .nav-tabs .nav-item .nav-link {
  padding: 44px 15px;
}
.tabbed-card .borderb-tab-danger.nav-tabs, .tabbed-card .borderb-tab-danger .nav-tabs {
  top: 7px;
  border-bottom: none;
}
.tabbed-card .borderb-tab-danger.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-danger .nav-tabs .nav-item .nav-link {
  padding: 44px 15px;
}
.tabbed-card .borderb-tab-info.nav-tabs, .tabbed-card .borderb-tab-info .nav-tabs {
  top: 7px;
  border-bottom: none;
}
.tabbed-card .borderb-tab-info.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-info .nav-tabs .nav-item .nav-link {
  padding: 44px 15px;
}
.tabbed-card .borderb-tab-light.nav-tabs, .tabbed-card .borderb-tab-light .nav-tabs {
  top: 7px;
  border-bottom: none;
}
.tabbed-card .borderb-tab-light.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-light .nav-tabs .nav-item .nav-link {
  padding: 44px 15px;
}
.tabbed-card .borderb-tab-dark.nav-tabs, .tabbed-card .borderb-tab-dark .nav-tabs {
  top: 7px;
  border-bottom: none;
}
.tabbed-card .borderb-tab-dark.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-dark .nav-tabs .nav-item .nav-link {
  padding: 44px 15px;
}
.tabbed-card .borderb-tab-warning.nav-tabs, .tabbed-card .borderb-tab-warning .nav-tabs {
  top: 7px;
  border-bottom: none;
}
.tabbed-card .borderb-tab-warning.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-warning .nav-tabs .nav-item .nav-link {
  padding: 44px 15px;
}
/**=====================
     42. Tabs CSS Ends
==========================**/
/**=====================
     43. Gallery CSS Start
==========================**/
.gallery {
  margin-bottom: -30px;
}
.gallery > a {
  margin-bottom: 30px;
}
.gallery > a:before {
  content: "\edee";
  font-family: IcoFont;
  position: absolute;
  height: calc(100% - 10px);
  left: 20px;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.27);
  top: 5px;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000;
}
.gallery > a:hover:before {
  transform: scale(1);
  transition: all 0.3s ease;
}
.gallery > a .img-thumbnail {
  border-radius: 0;
}
.gallery-with-description {
  margin-bottom: -30px;
}
.gallery-with-description a > .caption {
  padding: 10px;
  border: 1px solid #e4e6ec;
  margin-bottom: 30px;
  border-radius: 0 0 15px 15px;
}
.gallery-with-description a:hover {
  text-decoration: none !important;
}
.gallery-with-description h4 {
  color: #2c323f;
  margin-top: 15px;
  font-size: 18px;
}
.gallery-with-description p {
  color: #a3a3a3;
}
.lg-backdrop {
  background-color: #fff;
}
.lg-outer .lg-actions .lg-next,
.lg-outer .lg-actions .lg-prev {
  background-color: rgb(255, 255, 255);
  border: 1px solid #efefef;
}
.lg-outer .lg-actions .lg-next:hover,
.lg-outer .lg-actions .lg-prev:hover {
  color: #2c323f;
}
.lg-outer .lg-toolbar {
  background-color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid #2c323f;
}
.lg-outer .lg-toolbar .lg-icon:hover {
  color: #2c323f;
}
.lg-outer #lg-counter {
  color: #2c323f;
}
.lg-outer .lg-sub-html {
  background-color: rgba(255, 255, 255, 0.45);
}
.lg-outer .lg-sub-html h4 {
  font-size: inherit;
  color: #2c323f;
}
.lg-outer .lg-sub-html p {
  color: #2c323f;
}
.lg-outer .lg-thumb-outer {
  background-color: #e8ebf2;
}
.lg-outer .lg-thumb-item {
  padding: 4px;
  border: 1px solid #efefef;
  border-radius: 0;
}
.lg-outer .lg-thumb-item .active, .lg-outer .lg-thumb-item:hover {
  border-color: #000;
}
.photoswipe-pb-responsive {
  margin-bottom: -30px;
}
.photoswipe-pb-responsive .custom-mesonry > div img {
  padding: 5px;
  border: 1px solid #f2f4ff;
  margin-bottom: 30px !important;
  border-radius: 20px;
}
.gallery a:before, .gallery a:after {
  content: none;
}
.gallery .img-hover > div {
  overflow: hidden;
  border-radius: 20px;
}
.gallery .hover-1 img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.gallery .hover-1 img:hover {
  transform: scale(1.2);
}
.gallery .hover-2 img {
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
  transform: translateX(0px);
}
.gallery .hover-2:hover img {
  transform: translateX(40px) scale(1.2);
}
.gallery .hover-3 img {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}
.gallery .hover-3:hover img {
  transform: scale(1);
}
.gallery .hover-4 img {
  transform: scale(1.5);
  transition: 0.3s ease-in-out;
}
.gallery .hover-4:hover img {
  transform: scale(1);
}
.gallery .hover-5 img {
  margin-left: 30px;
  transform: scale(1.3);
  transition: 0.3s ease-in-out;
}
.gallery .hover-5:hover img {
  margin-left: 0;
}
.gallery .hover-6 img {
  transform: rotate(15deg) scale(1.4);
  transition: 0.3s ease-in-out;
}
.gallery .hover-6:hover img {
  transform: rotate(0) scale(1);
}
.gallery .hover-7 img {
  filter: blur(3px);
  transition: 0.3s ease-in-out;
}
.gallery .hover-7:hover img {
  filter: blur(0);
}
.gallery .hover-8 img {
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
.gallery .hover-8:hover img {
  filter: grayscale(0);
}
.gallery .hover-9 img {
  filter: sepia(100%);
  transition: 0.3s ease-in-out;
}
.gallery .hover-9:hover img {
  filter: sepia(0);
}
.gallery .hover-10 img {
  filter: grayscale(0) blur(0);
  transition: 0.3s ease-in-out;
}
.gallery .hover-10:hover img {
  filter: grayscale(100%) blur(3px);
}
.gallery .hover-11 img {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.gallery .hover-11:hover img {
  opacity: 0.5;
}
.gallery .hover-12 > div {
  background: #3949ab;
}
.gallery .hover-12 > div img {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.gallery .hover-12 > div:hover img {
  opacity: 0.7;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.gallery .hover-13:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.gallery .hover-14 div {
  position: relative;
}
.gallery .hover-14 div:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.gallery .hover-14 div:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.gallery .hover-15 div {
  position: relative;
}
.gallery .hover-15 div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.gallery .hover-15 div:hover:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
}
*:after, *:before {
  box-sizing: border-box;
}
.grid {
  position: relative;
}
/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-item img {
  max-width: 100%;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.gallery-with-description .grid-item img {
  border: 0;
  padding: 0;
}
/**=====================
     43. Gallery CSS Ends
==========================**/
/**=====================
    44. Blog CSS start
==========================**/
.blog-box img {
  border-radius: 0.25rem;
}
.blog-box .top-radius-blog {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-box h6 {
  font-weight: 600;
  margin: 15px 0;
}
.blog-box .blog-details {
  padding-right: 20px;
}
.blog-box .blog-details .blog-social {
  margin-top: 30px;
}
.blog-box .blog-details .blog-social li {
  display: inline-block;
  font-size: 12px;
  color: #586082;
}
.blog-box .blog-details .blog-social li + li {
  padding-left: 20px;
  line-height: 1;
  padding-right: 0;
}
.blog-box .blog-details .blog-social li i {
  padding-right: 5px;
}
.blog-box .blog-details .blog-social li:first-child {
  border-right: 1px solid #586082;
  padding-right: 20px;
}
.blog-box .blog-details-main .blog-social {
  margin: 20px 0;
}
.blog-box .blog-details-main .blog-social li {
  display: inline-block;
  font-size: 12px;
  color: #586082;
  padding: 0 24px;
  border-right: 1px solid;
}
.blog-box .blog-details-main .blog-social li:last-child {
  border-right: 0;
}
.blog-box .blog-details-main .blog-social li i {
  padding-right: 5px;
}
.blog-box .blog-details-main .blog-bottom-details {
  margin: 20px;
  font-size: 14px;
  line-height: 1.714;
  font-weight: 700;
}
.blog-box .blog-date {
  color: #586082;
}
.blog-box .blog-date span {
  font-size: 36px;
  font-weight: 500;
  padding-right: 5px;
}
.blog-box.blog-shadow:before {
  box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  border-radius: 5px;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  bottom: 0;
}
.blog-box.blog-shadow:hover:before {
  box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease;
}
.blog-box.blog-shadow .blog-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px;
}
.blog-box.blog-shadow .blog-details h4 {
  color: #fff;
  margin-bottom: 0;
}
.blog-box.blog-shadow .blog-details p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.blog-box.blog-shadow .blog-details .blog-social li {
  color: #fff;
}
.blog-list .blog-details .blog-social {
  margin-top: 0;
}
.blog-list .blog-details h6 {
  margin-top: 0;
}
.blog-list .blog-details hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-list img {
  padding: 17px;
}
.blog-grid img {
  width: 100%;
}
.blog-grid .blog-details {
  padding: 20px;
}
.blog-grid .blog-details h6 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.8;
}
.blog-grid .product-img .product-hover ul li i {
  vertical-align: baseline;
  vertical-align: initial;
}
.blog-box {
  position: relative;
  max-height: 100%;
  align-items: center;
}
.blog-box .blog-details p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.7px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #586082;
}
.blog-box .blog-details h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
}
.blog-box .blog-details .single-blog-content-top {
  margin-top: 30px;
  border-top: 1px solid #efefef;
}
.blog-box .blog-details .blog-social li,
.blog-box .blog-details .comment-social li {
  font-size: 14px;
}
.comment-box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.comment-box hr {
  margin-top: 20px;
  margin-bottom: 30px;
}
.comment-box li {
  margin-bottom: 30px;
}
.comment-box li:last-child {
  margin-bottom: 0;
}
.comment-box ul ul {
  margin-left: 135px;
}
.comment-box p {
  font-size: 14px;
  line-height: 2;
  color: #586082;
  text-align: justify;
  margin-bottom: 0;
}
.comment-box h4 {
  font-weight: 700;
  letter-spacing: 3px;
}
.comment-box .media img {
  margin-right: 45px;
  border-radius: 50%;
  height: 90px;
  padding: 7px;
  width: 90px;
  border: 1px solid #efefef;
}
.comment-box .media h6 {
  font-weight: 600;
  margin-bottom: 20px;
}
.comment-box .media h6 span {
  padding-left: 10px;
  font-size: 13px;
  color: #586082;
  font-weight: 400;
}
.comment-box .comment-social li {
  display: inline-block;
  color: #cccccc;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.comment-box .comment-social li:first-child {
  border-right: 1px solid #efefef;
  padding-right: 20px;
}
.comment-box .comment-social li i {
  padding-right: 10px;
}
/**=====================
    44. Blog CSS ends
==========================**/
/**=====================
     45. Footer CSS Start
==========================**/
.footer-links {
  text-align: right;
}
.footer-links li {
  display: inline-block;
  padding-right: 15px;
}
.footer-links li a {
  font-size: 12px;
}
footer {
  background-color: #fff;
  padding: 15px;
  bottom: 0;
  left: 0;
}
footer a {
  font-weight: 600;
}
.footer-dark {
  background-color: #2c323f;
}
.footer-dark .footer-copyright .footer-text p {
  color: #fff;
}
.footer-dark p {
  color: #fff;
}
.footer-dark li a {
  color: #fff;
}
.footer-fix {
  position: fixed;
  width: calc(100% - 255px);
}
.blockquote-footer {
  margin-left: 0 !important;
  width: auto !important;
  box-shadow: none !important;
}
.page-wrapper .page-body-wrapper footer {
  margin-left: 300px;
  transition: 0.6s;
  bottom: 0;
  z-index: 9;
  position: relative;
  box-shadow: 19px 8px 16px 7px rgba(21, 141, 247, 0.05);
}
.page-wrapper .page-body-wrapper footer p {
  color: #000;
  font-weight: 600;
}
.page-wrapper .page-body-wrapper footer p i {
  color: #e7474e;
  text-shadow: 2px 2px 4px rgba(231, 71, 78, 0.5);
  margin-left: 5px;
}
/**=====================
     45. Footer CSS Ends
==========================**/
/**=====================
     46. Form Wizard CSS Start
==========================**/
.wizard-steps .form-group .invalid-message {
  color: red;
  font-size: 12px;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.done .step-indicator, aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.current .step-indicator {
  color: #fff !important;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-3 {
  padding-bottom: 30px !important;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-3 li p {
  color: #242934;
  margin-top: 5px;
}
aw-wizard-navigation-bar ul.steps-indicator i {
  vertical-align: middle;
}
/**=====================
    46. Form Wizard CSS Ends
==========================**/
/**=====================
    47. Badge CSS start
==========================**/
.badge {
  padding: 0.44em 0.7em;
}
.badge + .badge {
  margin-left: 5px;
}
.badge svg {
  width: 10px;
  height: 12px;
  vertical-align: middle;
}
.btn .badge {
  position: relative;
  top: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.flat-badge-primary {
  border-radius: 0;
  background-color: #3949ab;
  box-shadow: -0.5px 4.33px 16px 0px rgba(57, 73, 171, 0.25);
  color: #fff !important;
}
.flat-badge-secondary {
  border-radius: 0;
  background-color: #fe80b2;
  box-shadow: -0.5px 4.33px 16px 0px rgba(254, 128, 178, 0.25);
  color: #fff !important;
}
.flat-badge-success {
  border-radius: 0;
  background-color: #80cf00;
  box-shadow: -0.5px 4.33px 16px 0px rgba(128, 207, 0, 0.25);
  color: #fff !important;
}
.flat-badge-danger {
  border-radius: 0;
  background-color: #fd517d;
  box-shadow: -0.5px 4.33px 16px 0px rgba(253, 81, 125, 0.25);
  color: #fff !important;
}
.flat-badge-info {
  border-radius: 0;
  background-color: #06b5dd;
  box-shadow: -0.5px 4.33px 16px 0px rgba(6, 181, 221, 0.25);
  color: #fff !important;
}
.flat-badge-dark {
  border-radius: 0;
  background-color: #2c323f;
  box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25);
  color: #fff !important;
}
.flat-badge-warning {
  border-radius: 0;
  background-color: #ffc717;
  box-shadow: -0.5px 4.33px 16px 0px rgba(255, 199, 23, 0.25);
  color: #fff !important;
}
.pill-badge-primary {
  background-color: #3949ab;
  box-shadow: -0.5px 4.33px 16px 0px rgba(57, 73, 171, 0.25);
  color: #fff;
}
.pill-badge-secondary {
  background-color: #fe80b2;
  box-shadow: -0.5px 4.33px 16px 0px rgba(254, 128, 178, 0.25);
  color: #fff;
}
.pill-badge-success {
  background-color: #80cf00;
  box-shadow: -0.5px 4.33px 16px 0px rgba(128, 207, 0, 0.25);
  color: #fff;
}
.pill-badge-danger {
  background-color: #fd517d;
  box-shadow: -0.5px 4.33px 16px 0px rgba(253, 81, 125, 0.25);
  color: #fff;
}
.pill-badge-info {
  background-color: #06b5dd;
  box-shadow: -0.5px 4.33px 16px 0px rgba(6, 181, 221, 0.25);
  color: #fff;
}
.pill-badge-dark {
  background-color: #2c323f;
  box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25);
  color: #fff;
}
.pill-badge-warning {
  background-color: #ffc717;
  box-shadow: -0.5px 4.33px 16px 0px rgba(255, 199, 23, 0.25);
  color: #fff;
}
/**=====================
    47. Badge CSS Ends
==========================**/
/**=====================
    49. avatars CSS start
==========================**/
.avatars .avatar {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.avatars .avatar:last-child {
  margin-right: 0;
}
.avatars .avatar .b-r-30 {
  border-radius: 30px;
}
.avatars .avatar .b-r-35 {
  border-radius: 35px;
}
.avatars .avatar .b-r-25 {
  border-radius: 25px;
}
.avatars .avatar .b-r-15 {
  border-radius: 15px;
}
.avatars .avatar.ratio img {
  width: auto;
}
.avatars .avatar .height-100 {
  height: 100px;
}
.avatars .avatar .height-90 {
  height: 90px;
}
.avatars .avatar .height-80 {
  height: 80px;
}
.avatars .avatar .height-70 {
  height: 70px;
}
.avatars .avatar .height-60 {
  height: 60px;
}
.avatars .avatar .height-50 {
  height: 50px;
}
.avatars .avatar .status {
  position: absolute;
  background-color: #999;
  bottom: 0;
  right: 4px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.avatars .avatar .status-100 {
  width: 25px;
  height: 25px;
}
.avatars .avatar .status-90 {
  width: 20px;
  height: 20px;
}
.avatars .avatar .status-80 {
  width: 15px;
  height: 15px;
}
.avatars .avatar .status-70 {
  width: 12px;
  height: 12px;
}
.avatars .avatar .status-60 {
  width: 10px;
  height: 10px;
}
.avatars .avatar .status-50 {
  width: 9px;
  height: 9px;
}
.avatars .avatar .status-40 {
  width: 8px;
  height: 8px;
}
.avatars .avatar .status-30 {
  width: 7px;
  height: 7px;
}
.customers ul li img {
  border: 2px solid #fff;
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.customers ul li img:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.customers ul li + li {
  margin-left: -20px;
}
.customers ul li:nth-child(4) {
  margin-left: -4px;
}
.customers.avatar-group {
  margin-right: 30px;
}
.customers.avatar-group:last-child {
  margin-right: 0;
}
.avatar-showcase {
  margin-bottom: -10px;
}
.avatar-showcase .avatars .avatar {
  margin-bottom: 10px;
}
.avatar-showcase .avatar-group {
  margin-bottom: 10px;
}
/**=====================
    49. avatars CSS Ends
==========================**/
/**=====================
     51. Search CSS Start
==========================**/
.search-page ngb-tabset {
  width: 100%;
}
.search-page .search-form input {
  background-position: 99%;
}
.search-page .search-form input:focus {
  outline: none;
}
.search-page .nav-tabs.border-tab-primary {
  border-bottom: none;
  margin-bottom: 0;
}
.search-page .nav-link {
  font-weight: 500;
  text-transform: uppercase;
}
.search-page .info-block + .info-block {
  padding-top: 30px;
  border-top: 1px solid #f8f5fd;
  margin-top: 30px;
}
.search-page .search-links h6 {
  margin-bottom: 0;
}
.search-page p {
  text-transform: lowercase;
  margin-bottom: 0;
  color: #898989;
}
.search-page ul.search-info li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #586082;
}
.search-page ul.search-info li + li {
  border-left: 1px solid #a8b0c2;
  padding-left: 8px;
  margin-left: 8px;
}
.search-page ul.search-info li i {
  color: #ffc717;
  margin-right: 0;
}
.search-page #video-links .embed-responsive + .embed-responsive {
  margin-top: 30px;
}
/**=====================
    51. Search CSS Ends
==========================**/
/**=====================
    52. Datepicker CSS Start
==========================**/
.date-range-picker .theme-form {
  margin-bottom: 30px;
}
.date-range-picker > div:last-child .theme-form {
  margin-bottom: 0px;
}
.ngb-dp-arrow-btn {
  padding: 0.25rem;
}
.custom-datepicker {
  border: 1px solid transparent !important;
}
.custom-datepicker .custom-day {
  font-size: 14px;
  text-align: center;
  padding: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.custom-datepicker ngb-datepicker, .custom-datepicker .dropdown-menu {
  border: none;
  box-shadow: 0 4px 14px rgba(57, 73, 171, 0.15);
  border-radius: 8px;
  width: 295px;
}
.custom-datepicker .ngb-dp-header {
  padding: 20px 0 10px 0;
}
.custom-datepicker .ngb-dp-months {
  display: inherit;
  width: 100%;
  background-color: #fff;
}
.custom-datepicker .ngb-dp-weekday {
  color: #1b3155;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11.2px;
}
.custom-datepicker .ngb-dp-weekdays {
  border-bottom: 1px solid transparent;
}
.custom-datepicker .ngb-dp-arrow .btn-link .ngb-dp-navigation-chevron {
  margin-top: 13px;
}
.custom-datepicker .ngb-dp-day, .custom-datepicker .ngb-dp-week-number, .custom-datepicker .ngb-dp-weekday, .custom-datepicker .ngb-dp-arrow {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-style: inherit;
}
.custom-datepicker .ngb-dp-day [ngbDatepickerDayView], .custom-datepicker .ngb-dp-week-number [ngbDatepickerDayView], .custom-datepicker .ngb-dp-weekday [ngbDatepickerDayView], .custom-datepicker .ngb-dp-arrow [ngbDatepickerDayView] {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.custom-datepicker .ngb-dp-day:focus, .custom-datepicker .ngb-dp-week-number:focus, .custom-datepicker .ngb-dp-weekday:focus, .custom-datepicker .ngb-dp-arrow:focus {
  outline: none;
}
.custom-datepicker .ngb-dp-day .btn-light, .custom-datepicker .ngb-dp-week-number .btn-light, .custom-datepicker .ngb-dp-weekday .btn-light, .custom-datepicker .ngb-dp-arrow .btn-light {
  background-color: #fff !important;
  border-color: #fff !important;
  font-size: 14px;
  color: #000 !important;
}
.custom-datepicker .ngb-dp-day .btn-light:hover, .custom-datepicker .ngb-dp-day .btn-light:focus, .custom-datepicker .ngb-dp-day .btn-light:active, .custom-datepicker .ngb-dp-day .btn-light.active, .custom-datepicker .ngb-dp-week-number .btn-light:hover, .custom-datepicker .ngb-dp-week-number .btn-light:focus, .custom-datepicker .ngb-dp-week-number .btn-light:active, .custom-datepicker .ngb-dp-week-number .btn-light.active, .custom-datepicker .ngb-dp-weekday .btn-light:hover, .custom-datepicker .ngb-dp-weekday .btn-light:focus, .custom-datepicker .ngb-dp-weekday .btn-light:active, .custom-datepicker .ngb-dp-weekday .btn-light.active, .custom-datepicker .ngb-dp-arrow .btn-light:hover, .custom-datepicker .ngb-dp-arrow .btn-light:focus, .custom-datepicker .ngb-dp-arrow .btn-light:active, .custom-datepicker .ngb-dp-arrow .btn-light.active {
  background-color: #3949ab !important;
  color: #fff !important;
}
.custom-datepicker .ngb-dp-day .btn-link, .custom-datepicker .ngb-dp-week-number .btn-link, .custom-datepicker .ngb-dp-weekday .btn-link, .custom-datepicker .ngb-dp-arrow .btn-link {
  color: #1b3155;
}
.custom-datepicker .ngb-dp-day .btn-link .ngb-dp-navigation-chevron, .custom-datepicker .ngb-dp-week-number .btn-link .ngb-dp-navigation-chevron, .custom-datepicker .ngb-dp-weekday .btn-link .ngb-dp-navigation-chevron, .custom-datepicker .ngb-dp-arrow .btn-link .ngb-dp-navigation-chevron {
  width: 9px;
  height: 9px;
}
.custom-datepicker .ngb-dp-navigation-select .custom-select {
  width: 100px;
}
.custom-datepicker .ngb-dp-navigation-select .custom-select:first-child {
  margin-right: 15px;
}
.custom-datepicker .bg-light {
  background-color: #fff !important;
}
.custom-datepicker .btn-light:focus {
  box-shadow: none;
  box-shadow: initial;
  outline: medium none invert;
  outline: initial;
}
.custom-datepicker .ngb-dp-month:first-child .ngb-dp-week {
  padding-left: 15px;
}
.custom-datepicker .ngb-dp-month:last-child .ngb-dp-week {
  padding-right: 15px;
}
.custom-datepicker .ngb-dp-month .ngb-dp-week:last-child {
  padding-bottom: 15px;
}
.mutliple-datepicker {
  border: 1px solid transparent !important;
}
.mutliple-datepicker .custom-day {
  text-align: center;
  padding: 0.185rem 0.25rem;
  border-radius: 0.25rem;
  display: inline-block;
  width: 2rem;
}
.mutliple-datepicker .custom-day.range, .mutliple-datepicker .custom-day:hover {
  background-color: #3949ab;
  color: white;
}
.mutliple-datepicker ngb-datepicker, .mutliple-datepicker .dropdown-menu {
  border: none;
  box-shadow: 0 4px 14px rgba(57, 73, 171, 0.15);
  border-radius: 8px;
  width: 483px;
}
.mutliple-datepicker ngb-datepicker .ngb-dp-month, .mutliple-datepicker .dropdown-menu .ngb-dp-month {
  width: 50%;
}
.mutliple-datepicker ngb-datepicker .ngb-dp-month + .ngb-dp-month > .ngb-dp-month-name, .mutliple-datepicker ngb-datepicker .ngb-dp-month + .ngb-dp-month > ngb-datepicker-month-view > .ngb-dp-week, .mutliple-datepicker .dropdown-menu .ngb-dp-month + .ngb-dp-month > .ngb-dp-month-name, .mutliple-datepicker .dropdown-menu .ngb-dp-month + .ngb-dp-month > ngb-datepicker-month-view > .ngb-dp-week {
  padding-left: 6px;
}
.mutliple-datepicker .ngb-dp-month-name {
  font-size: medium;
  font-size: initial;
}
.mutliple-datepicker .ngb-dp-header {
  padding: 20px 0 10px 0;
}
.mutliple-datepicker .ngb-dp-weekday {
  color: #1b3155;
  font-weight: 600;
  text-transform: uppercase;
  font-style: inherit;
  font-size: 11.2px;
}
.mutliple-datepicker .ngb-dp-weekdays {
  border-bottom: 1px solid transparent;
}
.mutliple-datepicker .ngb-dp-day .ngb-dp-day, .mutliple-datepicker .ngb-dp-day .ngb-dp-week-number, .mutliple-datepicker .ngb-dp-day .ngb-dp-weekday, .mutliple-datepicker .ngb-dp-day .ngb-dp-arrow, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-day, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-week-number, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-weekday, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-arrow, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-day, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-week-number, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-weekday, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-arrow, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-day, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-week-number, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-weekday, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-arrow {
  width: 95%;
  font-style: inherit;
}
.mutliple-datepicker .ngb-dp-day .ngb-dp-day [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-day .ngb-dp-week-number [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-day .ngb-dp-weekday [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-day .ngb-dp-arrow [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-week-number .ngb-dp-day [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-week-number .ngb-dp-week-number [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-week-number .ngb-dp-weekday [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-week-number .ngb-dp-arrow [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-weekday .ngb-dp-day [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-weekday .ngb-dp-week-number [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-weekday .ngb-dp-weekday [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-weekday .ngb-dp-arrow [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-arrow .ngb-dp-day [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-arrow .ngb-dp-week-number [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-arrow .ngb-dp-weekday [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-arrow .ngb-dp-arrow [ngbDatepickerDayView] {
  width: 95%;
}
.mutliple-datepicker .ngb-dp-day .ngb-dp-day:focus, .mutliple-datepicker .ngb-dp-day .ngb-dp-week-number:focus, .mutliple-datepicker .ngb-dp-day .ngb-dp-weekday:focus, .mutliple-datepicker .ngb-dp-day .ngb-dp-arrow:focus, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-day:focus, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-week-number:focus, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-weekday:focus, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-arrow:focus, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-day:focus, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-week-number:focus, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-weekday:focus, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-arrow:focus, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-day:focus, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-week-number:focus, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-weekday:focus, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-arrow:focus {
  outline: none;
}
.mutliple-datepicker .ngb-dp-day .btn-light, .mutliple-datepicker .ngb-dp-week-number .btn-light, .mutliple-datepicker .ngb-dp-weekday .btn-light, .mutliple-datepicker .ngb-dp-arrow .btn-light {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #1b3155 !important;
  font-size: 14px;
}
.mutliple-datepicker .ngb-dp-day .btn-light:hover, .mutliple-datepicker .ngb-dp-day .btn-light:focus, .mutliple-datepicker .ngb-dp-day .btn-light:active, .mutliple-datepicker .ngb-dp-day .btn-light.active, .mutliple-datepicker .ngb-dp-week-number .btn-light:hover, .mutliple-datepicker .ngb-dp-week-number .btn-light:focus, .mutliple-datepicker .ngb-dp-week-number .btn-light:active, .mutliple-datepicker .ngb-dp-week-number .btn-light.active, .mutliple-datepicker .ngb-dp-weekday .btn-light:hover, .mutliple-datepicker .ngb-dp-weekday .btn-light:focus, .mutliple-datepicker .ngb-dp-weekday .btn-light:active, .mutliple-datepicker .ngb-dp-weekday .btn-light.active, .mutliple-datepicker .ngb-dp-arrow .btn-light:hover, .mutliple-datepicker .ngb-dp-arrow .btn-light:focus, .mutliple-datepicker .ngb-dp-arrow .btn-light:active, .mutliple-datepicker .ngb-dp-arrow .btn-light.active {
  background-color: #3949ab !important;
  color: #fff !important;
}
.mutliple-datepicker .ngb-dp-day .btn-link, .mutliple-datepicker .ngb-dp-week-number .btn-link, .mutliple-datepicker .ngb-dp-weekday .btn-link, .mutliple-datepicker .ngb-dp-arrow .btn-link {
  color: #1b3155;
}
.mutliple-datepicker .ngb-dp-day .btn-link .ngb-dp-navigation-chevron, .mutliple-datepicker .ngb-dp-week-number .btn-link .ngb-dp-navigation-chevron, .mutliple-datepicker .ngb-dp-weekday .btn-link .ngb-dp-navigation-chevron, .mutliple-datepicker .ngb-dp-arrow .btn-link .ngb-dp-navigation-chevron {
  width: 9px;
  height: 9px;
}
.mutliple-datepicker .ngb-dp-navigation-select .custom-select {
  width: 100px;
}
.mutliple-datepicker .ngb-dp-navigation-select .custom-select:first-child {
  margin-right: 15px;
}
.mutliple-datepicker .bg-light {
  background-color: #fff !important;
  color: #1b3155;
}
.mutliple-datepicker .ngb-dp-month:first-child .ngb-dp-week {
  padding-left: 15px;
}
.mutliple-datepicker .ngb-dp-month:last-child .ngb-dp-week {
  padding-right: 15px;
}
.mutliple-datepicker .ngb-dp-month .ngb-dp-week:last-child {
  padding-bottom: 15px;
}
.custom-datepicker-dropdown .form-group .input-group .input-group-append .btn {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.custom-datepicker-dropdown .form-group .input-group .input-group-append .btn {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
select.custom-select {
  font-size: 14px;
  width: auto;
  margin: 6px 6px 0 0;
}
.time-picker-custom .ngb-tp .ngb-tp-input-container .btn-link {
  color: #3949ab;
}
/**=====================
   52. Datepicker CSS End
==========================**/
/**=====================
     53. typahead-search  CSS Start
==========================**/
.Typeahead {
  width: 100%;
}
.Typeahead * {
  box-sizing: border-box;
}
.Typeahead *:before {
  box-sizing: border-box;
}
.Typeahead *:after {
  box-sizing: border-box;
}
.Typeahead .tt-hint {
  display: none !important;
}
.u-cf:before {
  content: " ";
  display: table;
}
.u-cf:after {
  content: " ";
  display: table;
  clear: both;
}
.u-hidden {
  display: none !important;
}
.u-posRelative {
  position: relative;
}
.Typeahead-spinner {
  position: absolute;
  top: 14px;
  right: 18px;
  display: none;
  color: #c5c5c5;
}
.ProfileCard-avatar i {
  font-size: 20px;
  margin-top: -2px;
}
.Typeahead-hint {
  width: 100%;
  padding: 5px 8px;
  font-size: 24px;
  line-height: 30px;
  border: 1px solid #024e6a;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ccd6dd;
  opacity: 1;
}
.Typeahead-menu {
  position: absolute;
  max-height: 300px;
  top: 120%;
  padding: 12px;
  z-index: 100;
  display: none;
  width: 100%;
  overflow: auto;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 1px green;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.Typeahead-menu .ProfileCard-details .ProfileCard-realName a .fa.starred {
  color: orange;
}
.Typeahead-menu.is-open {
  display: block;
}
.Typeahead-selectable {
  cursor: pointer;
}
.Typeahead-selectable + .Typeahead-selectable {
  border-top: 1px solid #ccd6dd;
}
.ProfileCard {
  position: relative;
  padding: 8px;
  border: none !important;
}
.ProfileCard:hover {
  color: #414345;
  background: #f8f8f8;
}
.ProfileCard:hover .ProfileCard-avatar {
  border-color: #f5f8fa;
}
.ProfileCard:hover .ProfileCard-screenName {
  color: #fff;
}
.ProfileCard:hover .ProfileCard-stat-label {
  color: #fff;
}
.ProfileCard-avatar {
  position: absolute;
  border-radius: 5px;
}
.ProfileCard-details {
  padding-left: 30px;
  text-align: left;
}
.ProfileCard-realName {
  font-weight: 500;
}
.ProfileCard-realName a, .ProfileCard-realName span {
  color: #1b3155;
}
.ProfileCard-screenName {
  display: inline-block;
  color: #8899a6;
}
.ProfileCard-description {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}
.ProfileCard-stats {
  float: right;
  text-align: right;
}
.ProfileCard-stat {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.ProfileCard-stat + .ProfileCard-stat {
  margin-left: 5px;
}
.ProfileCard-stat-label {
  color: #8899a6;
  font-weight: 500;
}
.ProfileCard.is-active {
  color: #fff;
  background: #55acee;
}
.ProfileCard.is-active .ProfileCard-screenName {
  color: #fff;
}
.ProfileCard.is-active .ProfileCard-stat-label {
  color: #fff;
}
.EmptyMessage {
  position: relative;
  padding: 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.Typeahead-spinner {
  width: 1rem;
  height: 1rem;
}
/**=====================
     53. typahead-search CSS Ends
==========================**/
/**=====================
     54. Tour  CSS Start
==========================**/
.joyride-backdrop.backdrop-top, .joyride-backdrop.backdrop-bottom, .joyride-backdrop.backdrop-left, .joyride-backdrop.backdrop-right {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.joyride-button {
  background-color: #3949ab !important;
}
.joyride-button:hover {
  color: #3949ab !important;
  border: 2px solid #3949ab !important;
  background-color: #fff !important;
}
.joyride-step__title {
  color: #3949ab !important;
}
.joyride-step__close svg {
  width: 10px;
  height: 10px;
}
/**=====================
    54. Tour  CSS Ends
==========================**/
/**=====================
   59. theme layout CSS Start
==========================**/
.bg-color1 {
  background-color: #405365;
}
.bg-color2 {
  background-color: #1c1d1e;
}
.bg-color3 {
  background-color: #0c0c3c;
}
.bg-color4 {
  background-color: #0747a6;
}
.bg-color5 {
  background-color: #4d3096;
}
.bg-light {
  background-color: #f8f5fd;
}
.bg-dark {
  background-color: #2f3c4e;
}
.bg-pattern1 {
  background-image: url(/assets/images/sidebar-pattern/1.png);
  background-color: #2f3c4e;
}
.bg-img1 {
  background-image: url(/assets/images/sidebar-image/1.jpg);
}
.bg-pattern2 {
  background-image: url(/assets/images/sidebar-pattern/2.png);
  background-color: #2f3c4e;
}
.bg-img2 {
  background-image: url(/assets/images/sidebar-image/2.jpg);
}
.bg-pattern3 {
  background-image: url(/assets/images/sidebar-pattern/3.png);
  background-color: #2f3c4e;
}
.bg-img3 {
  background-image: url(/assets/images/sidebar-image/3.jpg);
}
.bg-pattern4 {
  background-image: url(/assets/images/sidebar-pattern/4.png);
  background-color: #2f3c4e;
}
.bg-img4 {
  background-image: url(/assets/images/sidebar-image/4.jpg);
}
.bg-pattern5 {
  background-image: url(/assets/images/sidebar-pattern/5.png);
  background-color: #2f3c4e;
}
.bg-img5 {
  background-image: url(/assets/images/sidebar-image/5.jpg);
}
.bg-pattern6 {
  background-image: url(/assets/images/sidebar-pattern/6.png);
  background-color: #2f3c4e;
}
.bg-img6 {
  background-image: url(/assets/images/sidebar-image/6.jpg);
}
.page-wrapper .page-body-wrapper .page-sidebar.color1-sidebar {
  background-color: #405365;
}
.page-wrapper .page-body-wrapper .page-sidebar.color1-sidebar .sidebar-menu > li > a:hover {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color1-sidebar .sidebar-menu .sidebar-submenu > li > a:hover, .page-wrapper .page-body-wrapper .page-sidebar.color1-sidebar .sidebar-menu .sidebar-submenu > li > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color1-sidebar .sidebar-menu .sidebar-submenu > li.active > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color2-sidebar {
  background-color: #1c1d1e;
}
.page-wrapper .page-body-wrapper .page-sidebar.color2-sidebar .sidebar-menu > li > a:hover {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color2-sidebar .sidebar-menu .sidebar-submenu > li > a:hover, .page-wrapper .page-body-wrapper .page-sidebar.color2-sidebar .sidebar-menu .sidebar-submenu > li > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color2-sidebar .sidebar-menu .sidebar-submenu > li.active > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color3-sidebar {
  background-color: #0c0c3c;
}
.page-wrapper .page-body-wrapper .page-sidebar.color3-sidebar .sidebar-menu > li > a:hover {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color3-sidebar .sidebar-menu .sidebar-submenu > li > a:hover, .page-wrapper .page-body-wrapper .page-sidebar.color3-sidebar .sidebar-menu .sidebar-submenu > li > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color3-sidebar .sidebar-menu .sidebar-submenu > li.active > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color4-sidebar {
  background-color: #0747a6;
}
.page-wrapper .page-body-wrapper .page-sidebar.color4-sidebar .sidebar-menu > li > a:hover {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color4-sidebar .sidebar-menu .sidebar-submenu > li > a:hover, .page-wrapper .page-body-wrapper .page-sidebar.color4-sidebar .sidebar-menu .sidebar-submenu > li > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color4-sidebar .sidebar-menu .sidebar-submenu > li.active > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color5-sidebar {
  background-color: #4d3096;
}
.page-wrapper .page-body-wrapper .page-sidebar.color5-sidebar .sidebar-menu > li > a:hover {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color5-sidebar .sidebar-menu .sidebar-submenu > li > a:hover, .page-wrapper .page-body-wrapper .page-sidebar.color5-sidebar .sidebar-menu .sidebar-submenu > li > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.color5-sidebar .sidebar-menu .sidebar-submenu > li.active > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.light-sidebar {
  background-color: #f8f5fd;
}
.page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-menu > li > a:hover {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-menu .sidebar-submenu > li > a:hover, .page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-menu .sidebar-submenu > li > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-menu .sidebar-submenu > li.active > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-user h6 {
  color: #3949ab;
}
.page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-user p {
  color: #1b3155;
}
.page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-menu > li > a {
  color: #1b3155;
}
.page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-menu > li > a:hover {
  color: #3949ab;
}
.page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-menu .sidebar-submenu > li > a {
  color: #1b3155;
}
.page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-menu .sidebar-submenu > li > a:hover, .page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-menu .sidebar-submenu > li > a.active {
  color: #3949ab;
}
.page-wrapper .page-body-wrapper .page-sidebar.light-sidebar .sidebar-menu .sidebar-submenu > li.active > a.active {
  color: #3949ab;
}
.page-wrapper .page-body-wrapper .page-sidebar.dark-sidebar {
  background-color: #2f3c4e;
}
.page-wrapper .page-body-wrapper .page-sidebar.dark-sidebar .sidebar-menu > li > a:hover {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.dark-sidebar .sidebar-menu .sidebar-submenu > li > a:hover, .page-wrapper .page-body-wrapper .page-sidebar.dark-sidebar .sidebar-menu .sidebar-submenu > li > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.dark-sidebar .sidebar-menu .sidebar-submenu > li.active > a.active {
  color: #fff;
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-pattern1 {
  background-image: url(/assets/images/sidebar-pattern/1.png);
  background-color: #2f3c4e !important;
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-img1 {
  background-image: url(/assets/images/sidebar-image/1.jpg);
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-pattern2 {
  background-image: url(/assets/images/sidebar-pattern/2.png);
  background-color: #2f3c4e !important;
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-img2 {
  background-image: url(/assets/images/sidebar-image/2.jpg);
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-pattern3 {
  background-image: url(/assets/images/sidebar-pattern/3.png);
  background-color: #2f3c4e !important;
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-img3 {
  background-image: url(/assets/images/sidebar-image/3.jpg);
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-pattern4 {
  background-image: url(/assets/images/sidebar-pattern/4.png);
  background-color: #2f3c4e !important;
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-img4 {
  background-image: url(/assets/images/sidebar-image/4.jpg);
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-pattern5 {
  background-image: url(/assets/images/sidebar-pattern/5.png);
  background-color: #2f3c4e !important;
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-img5 {
  background-image: url(/assets/images/sidebar-image/5.jpg);
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-pattern6 {
  background-image: url(/assets/images/sidebar-pattern/6.png);
  background-color: #2f3c4e !important;
}
.page-wrapper .page-body-wrapper .page-sidebar.sidebar-img6 {
  background-image: url(/assets/images/sidebar-image/6.jpg);
}
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-header {
  transition: all 0.3s ease;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li:hover .single-header {
  background-color: #f8f5fd !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #f8f5fd !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li a:hover + ul {
  background-color: #f8f5fd !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #f8f5fd !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li:hover .single-header {
  background-color: #405365 !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #405365 !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li a:hover + ul {
  background-color: #405365 !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #405365 !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li:hover .single-header {
  background-color: #1c1d1e !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #1c1d1e !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li a:hover + ul {
  background-color: #1c1d1e !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #1c1d1e !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li:hover .single-header {
  background-color: #0c0c3c !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #0c0c3c !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li a:hover + ul {
  background-color: #0c0c3c !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #0c0c3c !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li:hover .single-header {
  background-color: #0747a6 !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #0747a6 !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li a:hover + ul {
  background-color: #0747a6 !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #0747a6 !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li:hover .single-header {
  background-color: #4d3096 !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #4d3096 !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li a:hover + ul {
  background-color: #4d3096 !important;
}
.page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #4d3096 !important;
}
body.light-only .page-wrapper .page-body-wrapper .page-sidebar {
  background-color: #fff;
}
body.light-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-user h6 {
  color: #3949ab;
}
body.light-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-user p {
  color: #1b3155;
}
body.light-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a {
  color: #1b3155;
}
body.light-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a:hover {
  color: #3949ab;
}
body.light-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li > a {
  color: #1b3155;
}
body.light-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li > a:hover, body.light-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li > a.active {
  color: #3949ab;
}
body.light-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li.active > a.active {
  color: #3949ab;
}
body.light-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar:hover.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
}
body.light-only .page-wrapper .page-body-wrapper .page-body {
  background-color: #f8f5fd;
}
body div.dark-only {
  color: rgba(255, 255, 255, 0.7);
  background-color: #333a62;
}
body div.dark-only.gu-unselectable .gu-mirror .card {
  background-color: #2c3054;
}
body div.dark-only.gu-unselectable .gu-mirror .card .card-body {
  background-color: #2c3054;
}
body div.dark-only.gu-unselectable .b-r-0 {
  border-radius: 0px !important;
}
body div.dark-only .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .dropdown-item:hover, body div.dark-only .dropdown-item:focus {
  background-color: #2c3054;
}
body div.dark-only .ng-select .ng-select-container {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .modal-header .close {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only input:focus {
  outline: none;
}
body div.dark-only .form-control {
  background-color: #333a62;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .custom-control-label::before {
  background-color: #333a62;
}
body div.dark-only .modal-footer {
  border-top: 1px solid #374558;
}
body div.dark-only .page-link {
  background-color: #2c3054;
  border-color: #374558;
}
body div.dark-only .ProfileCard-realName a,
body div.dark-only .ProfileCard-realName span {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .checkbox label::before {
  background: #333a62;
  border-color: #374558;
}
body div.dark-only .cont,
body div.dark-only .sub-cont {
  background: #2c3054;
}
body div.dark-only .page-item.disabled .page-link {
  background-color: #2c3054;
  border-color: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li.active a.active {
  color: #fff;
  font-weight: 700;
}
body div.dark-only .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only #candlestick-chart .apexcharts-tooltip.apexcharts-theme-light {
  background: #333a62;
  border: #333a62;
}
body div.dark-only .apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #374558;
  background: #333a62;
}
body div.dark-only .apexcharts-menu {
  background-color: #333a62;
  border: 1px solid #374558;
}
body div.dark-only .apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #2c3054;
}
body div.dark-only .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
body div.dark-only .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
body div.dark-only .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
body div.dark-only .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg,
body div.dark-only .apexcharts-theme-light .apexcharts-reset-icon:hover svg,
body div.dark-only .apexcharts-theme-light .apexcharts-menu-icon:hover svg {
  fill: rgba(255, 255, 255, 0.8);
}
body div.dark-only .ng-select .ng-select-container,
body div.dark-only .ng-select .ng-dropdown-panel {
  border: 1px solid #374558;
  background-color: #333a62;
}
body div.dark-only .ng-select.ng-select-opened > .ng-select-container,
body div.dark-only .ng-select.ng-select-opened .ng-dropdown-panel {
  border-color: #374558;
}
body div.dark-only .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #333a62;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #2c3054;
}
body div.dark-only .ng-select .ng-select-container .ng-value-container .ng-input > input {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .ng-select .ng-option-label {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .ng-select-bg[class*=form-control-] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, body div.dark-only .ng-select-bg[class*=form-control-] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #333a62 !important;
}
body div.dark-only .note textarea.title, body div.dark-only .note textarea.cnt {
  color: #fff;
}
body div.dark-only .timeline-content {
  background: #333a62;
}
body div.dark-only .timeline-content::after {
  border-color: transparent transparent transparent #333a62;
}
body div.dark-only .timeline-item:nth-child(even) .timeline-content::after {
  border-color: transparent #333a62 transparent transparent;
}
body div.dark-only .product-wrapper .product-sidebar .filter-section .card .left-filter {
  background-color: #2c3054;
  box-shadow: 0 16px 15px 2px #2c3054;
}
body div.dark-only .product-size .btn-outline-light {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
}
body div.dark-only .btnLess1,
body div.dark-only .btnLess,
body div.dark-only .btnGtr1,
body div.dark-only .btnGtr {
  background: #333a62;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .touchspin1 {
  background: #333a62;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .search-form input {
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .search-form .form-group:before {
  background: #374558;
}
body div.dark-only .job-search .job-description .theme-form .row div[class^=col-] .job-select2 {
  background-color: #333a62;
  border-color: #374558 !important;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .social-app-tab .hovercard {
  background-color: #333a62 !important;
}
body div.dark-only .social-app-tab .border-tab.tabs-scoial ul.nav-tabs {
  background: #2c3054;
}
body div.dark-only .social-app-tab input {
  border-color: #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .contact-profile .icon-wrapper {
  background-color: #333a62;
}
body div.dark-only .table tbody + tbody {
  border-top: 2px solid #374558;
}
body div.dark-only .social-status form .form-group .form-control-social {
  border: 1px solid #374558;
  background-color: #333a62;
}
body div.dark-only .social-app-profile .hovercard {
  background: #333a62;
}
body div.dark-only .social-app-profile .timeline-content {
  background: transparent;
}
body div.dark-only .market-tabs .nav-tabs .nav-item {
  background: #2c3054;
}
body div.dark-only .cal-week-view {
  background-color: #2c3054;
  border-top: solid 1px #374558;
}
body div.dark-only .cal-week-view .cal-day-headers .cal-header:hover, body div.dark-only .cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #333a62;
}
body div.dark-only .cal-week-view .cal-hour-odd {
  background-color: #333a62;
}
body div.dark-only .cal-week-view .cal-day-column {
  border-left-color: #374558;
}
body div.dark-only .cal-week-view .cal-time-events {
  border-color: #374558;
}
body div.dark-only .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #333a62;
}
body div.dark-only .cal-week-view .cal-all-day-events {
  border-color: #374558;
}
body div.dark-only .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment, body div.dark-only .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #374558;
}
body div.dark-only .cal-week-view .cal-day-headers {
  border-color: #374558;
}
body div.dark-only .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #374558;
}
body div.dark-only .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #374558;
}
body div.dark-only .cal-month-view {
  background-color: #2c3054;
}
body div.dark-only .cal-month-view .cal-cell-row:hover {
  background-color: #333a62;
}
body div.dark-only .cal-month-view .cal-cell-row .cal-cell:hover, body div.dark-only .cal-month-view .cal-cell-row .cal-cell.cal-has-events.cal-open {
  background-color: #333a62;
}
body div.dark-only .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #374558;
}
body div.dark-only .cal-month-view .cal-days {
  border-color: #374558;
}
body div.dark-only .cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #374558;
}
body div.dark-only .cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #fd517d;
}
body div.dark-only .ngx-toolbar {
  background-color: #333a62;
  border: 1px solid #374558;
}
body div.dark-only .ngx-toolbar .ngx-toolbar-set {
  background-color: #2c3054 !important;
}
body div.dark-only .ngx-toolbar .ngx-toolbar-set .ngx-editor-button {
  border: 1px solid #374558 !important;
  border-right: transparent !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .ngx-toolbar .ngx-toolbar-set .ngx-editor-button:hover {
  background-color: #333a62 !important;
}
body div.dark-only .ngx-editor .ngx-wrapper .ngx-editor-textarea {
  border: 1px solid #374558 !important;
}
body div.dark-only .ngx-editor-grippie {
  background-color: #333a62;
  border: 1px solid #374558;
  border-top: transparent;
}
body div.dark-only .ck-editor__editable {
  color: #242934;
}
body div.dark-only .ngx-charts .gridline-path {
  stroke: #374558;
}
body div.dark-only .photoswipe-pb-responsive .custom-mesonry > div img {
  border: 1px solid #374558;
}
body div.dark-only .gogglepie svg rect,
body div.dark-only .gogglearea svg rect {
  fill: transparent;
}
body div.dark-only .gogglepie svg g text[x="128"],
body div.dark-only .gogglepie svg g text[x="454"],
body div.dark-only .gogglepie svg g text[x="636"],
body div.dark-only .gogglepie svg g text[x="115"],
body div.dark-only .gogglepie svg g text[y="343.05"],
body div.dark-only .gogglepie svg g text[x="360"],
body div.dark-only .gogglearea svg g text[x="128"],
body div.dark-only .gogglearea svg g text[x="454"],
body div.dark-only .gogglearea svg g text[x="636"],
body div.dark-only .gogglearea svg g text[x="115"],
body div.dark-only .gogglearea svg g text[y="343.05"],
body div.dark-only .gogglearea svg g text[x="360"] {
  fill: rgba(255, 255, 255, 0.7);
}
body div.dark-only .gogglecolumn svg g text[x="636"],
body div.dark-only .gogglecolumn svg g text[x="115"],
body div.dark-only .gogglecolumn svg g text[y="343.05"],
body div.dark-only .gogglecolumn svg g text[x="128"] {
  fill: rgba(255, 255, 255, 0.7);
}
body div.dark-only .gogglecolumn svg g rect[width="464"],
body div.dark-only .gogglecolumn svg g rect[y="77"] {
  fill: #374558;
}
body div.dark-only .goggleline svg g rect[y="96"],
body div.dark-only .goggleline svg g rect[x="201"],
body div.dark-only .gogglecombo svg g rect[y="96"],
body div.dark-only .gogglecombo svg g rect[x="201"] {
  fill: #374558;
}
body div.dark-only .goggleline svg g text[x="185"],
body div.dark-only .goggleline svg g text[y="428.6"],
body div.dark-only .goggleline svg g text[x="1384"],
body div.dark-only .gogglecombo svg g text[x="185"],
body div.dark-only .gogglecombo svg g text[y="428.6"],
body div.dark-only .gogglecombo svg g text[x="1384"] {
  fill: rgba(255, 255, 255, 0.7);
}
body div.dark-only .gogglecombo svg g rect[y="96"],
body div.dark-only .gogglecombo svg g rect[x="201"] {
  fill: #374558;
}
body div.dark-only .gogglecombo svg g text[x="76.6"],
body div.dark-only .gogglecombo svg g text[x="765.5"],
body div.dark-only .gogglecombo svg g text[x="201"] {
  fill: rgba(255, 255, 255, 0.7);
}
body div.dark-only #column-chart1 svg g rect[x="123"],
body div.dark-only #column-chart1 svg g rect[y="77"],
body div.dark-only #column-chart2 svg g rect[x="123"],
body div.dark-only #column-chart2 svg g rect[y="77"] {
  fill: #374558;
}
body div.dark-only .custom-datatable input {
  border: 1px solid #374558;
  color: #999;
}
body div.dark-only .custom-datatable input::-moz-placeholder {
  color: #999;
}
body div.dark-only .custom-datatable input::placeholder {
  color: #999;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-header {
  border: 1px solid #374558;
  border-bottom: none;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-header .datatable-header-cell {
  border-bottom: none;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-body {
  border: 1px solid #374558;
  border-top: none;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-selection .datatable-scroll .datatable-row-wrapper:last-child {
  border-bottom: none;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row {
  border-top: 1px solid #374558;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
  background-color: #3949ab;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even {
  background-color: #333a62;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even:hover {
  background-color: #262a4a;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even.active {
  background-color: #3949ab;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-odd:hover {
  background-color: #262a4a;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row input {
  background-color: #2c3054;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-footer {
  background: #2c3054;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled).active a {
  background-color: #3949ab;
}
body div.dark-only .custom-datatable .ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
  border: 1px solid #3949ab;
}
body div.dark-only .custom-datatable .ngx-datatable .datatable-footer .datatable-pager .pager {
  border: 1px solid #374558;
}
body div.dark-only aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li:not(:last-child):after, body div.dark-only aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:last-child):after {
  background-color: rgba(255, 255, 255, 0.2);
}
body div.dark-only aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-3 li p {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only aw-wizard-navigation-bar.vertical.small ul.steps-indicator li:not(:last-child):after {
  background-color: rgba(255, 255, 255, 0.2);
}
body div.dark-only .accordion > .card {
  border: 1px solid #374558;
}
body div.dark-only .accordion > .card .card-header .btn-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .custom-datepicker .ngb-dp-navigation-select .custom-select,
body div.dark-only .mutliple-datepicker .ngb-dp-navigation-select .custom-select {
  background-color: #fff !important;
}
body div.dark-only .custom-datepicker .custom-select,
body div.dark-only .custom-datepicker .custom-file-label,
body div.dark-only .mutliple-datepicker .custom-select,
body div.dark-only .mutliple-datepicker .custom-file-label {
  color: #1b3155 !important;
}
body div.dark-only .custom-datepicker .custom-select:disabled,
body div.dark-only .mutliple-datepicker .custom-select:disabled {
  color: #6c757d !important;
  background-color: #e9ecef !important;
}
body div.dark-only .mutliple-datepicker ngb-datepicker,
body div.dark-only .custom-datepicker-dropdown ngb-datepicker {
  color: #1b3155;
}
body div.dark-only .mutliple-datepicker .custom-day,
body div.dark-only .custom-datepicker-dropdown .custom-day {
  color: #1b3155;
}
body div.dark-only .mutliple-datepicker .custom-day.range, body div.dark-only .mutliple-datepicker .custom-day:hover,
body div.dark-only .custom-datepicker-dropdown .custom-day.range,
body div.dark-only .custom-datepicker-dropdown .custom-day:hover {
  color: #fff;
}
body div.dark-only .mutliple-datepicker ngb-datepicker,
body div.dark-only .mutliple-datepicker .dropdown-menu,
body div.dark-only .custom-datepicker-dropdown ngb-datepicker,
body div.dark-only .custom-datepicker-dropdown .dropdown-menu {
  background-color: #fff !important;
  border: none !important;
}
body div.dark-only .mutliple-datepicker .align-content-between .custom-select,
body div.dark-only .custom-datepicker-dropdown .align-content-between .custom-select {
  color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid #374558 !important;
}
body div.dark-only .mutliple-datepicker hr,
body div.dark-only .custom-datepicker-dropdown hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
body div.dark-only .custom-datepicker-dropdown .form-group label {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .btn-outline-dark {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-day .btn-light, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-week-number .btn-light, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-weekday .btn-light, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-arrow .btn-light {
  background-color: #2c3054 !important;
  border-color: #2c3054 !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-day .btn-light:hover, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-day .btn-light:focus, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-day .btn-light:active, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-day .btn-light.active, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-week-number .btn-light:hover, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-week-number .btn-light:focus, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-week-number .btn-light:active, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-week-number .btn-light.active, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-weekday .btn-light:hover, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-weekday .btn-light:focus, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-weekday .btn-light:active, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-weekday .btn-light.active, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-arrow .btn-light:hover, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-arrow .btn-light:focus, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-arrow .btn-light:active, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-arrow .btn-light.active {
  background-color: #3949ab !important;
  border-color: #3949ab !important;
  color: #fff !important;
}
body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-day .btn-link, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-week-number .btn-link, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-weekday .btn-link, body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-arrow .btn-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-weekday {
  color: rgba(255, 255, 255, 0.9);
}
body div.dark-only .cal-datepicker.custom-datepicker .ngb-dp-navigation-select .custom-select {
  background-color: #2c3054 !important;
  border-color: #374558 !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .activity-table .activity-details h6 {
  color: #f8f5fd;
}
body div.dark-only .activity-table .light-text {
  color: rgba(255, 255, 255, 0.3);
}
body div.dark-only .default-datepicker .custom-select:not([size]):not([multiple]) {
  background: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-color: #374558;
}
body div.dark-only .apexcharts-tooltip.light {
  border: 1px solid #374558;
  background: #333a62;
}
body div.dark-only .apexcharts-tooltip .apexcharts-tooltip-title {
  background: #2c3054;
  border-bottom: 1px solid #374558;
}
body div.dark-only .default-chart .apex-widgets #area-widget-chart .apexcharts-tooltip.light,
body div.dark-only .default-chart .apex-widgets #area-widget-chart-2 .apexcharts-tooltip.light,
body div.dark-only .default-chart .apex-widgets #area-widget-chart-3 .apexcharts-tooltip.light,
body div.dark-only .default-chart .apex-widgets #area-widget-chart-4 .apexcharts-tooltip.light {
  border: 1px solid #e3e3e3;
}
body div.dark-only .area-range-apex .apexcharts-tooltip.light {
  border: 1px solid #e3e3e3;
}
body div.dark-only .card.card-bg {
  background-color: #181a2d !important;
}
body div.dark-only .card.card-bg .card-header {
  background-color: transparent;
}
body div.dark-only .card .card-header {
  border-bottom: 1px solid #374558;
  background-color: #2c3054;
}
body div.dark-only .card .card-header.no-border {
  border-bottom: none;
}
body div.dark-only .setting-dot .setting-bg {
  background-color: #333a62;
}
body div.dark-only .bookmark.pull-right {
  border: 1px solid #374558;
}
body div.dark-only .card .card-header h5 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  -webkit-text-fill-color: #fff;
}
body div.dark-only .timeline-circle .media .timeline-background .timeline-dot-success {
  background: #333a62;
}
body div.dark-only .timeline-circle .media .timeline-background .timeline-dot-primary {
  background: #333a62;
}
body div.dark-only .timeline-circle .media .timeline-background .timeline-dot-warning {
  background: #333a62;
}
body div.dark-only .timeline-circle .media .timeline-background .timeline-dot-secondary {
  background: #333a62;
}
body div.dark-only .timeline-circle .media .timeline-background .timeline-dot-info {
  background: #333a62;
}
body div.dark-only .timeline-circle .media p,
body div.dark-only .timeline-circle .media span {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .add-post form textarea {
  background-color: #333a62;
  border-color: #374558;
}
body div.dark-only .peity-charts svg {
  filter: drop-shadow(12px 12px 7px rgba(51, 58, 98, 0.3));
}
body div.dark-only .peity-charts .donut ~ svg path:nth-child(even),
body div.dark-only .peity-charts .pie ~ svg path:nth-child(even) {
  fill: #333a62;
}
body div.dark-only .data-attributes span ~ svg path:last-child {
  fill: #333a62;
}
body div.dark-only #area-chart1 svg g g g rect[height="1"],
body div.dark-only #area-chart2 svg g g g rect[height="1"],
body div.dark-only #combo-chart svg g g g rect[height="1"] {
  fill: #374558;
}
body div.dark-only #basic-apex svg .apexcharts-grid line,
body div.dark-only #basic-bar svg .apexcharts-grid line,
body div.dark-only #column-chart svg .apexcharts-grid line,
body div.dark-only #chart-bubble svg .apexcharts-grid line,
body div.dark-only #candlestick svg .apexcharts-grid line,
body div.dark-only #stepline svg .apexcharts-grid line,
body div.dark-only #annotationchart svg .apexcharts-grid line,
body div.dark-only #mixedchart svg .apexcharts-grid line {
  stroke: #374558;
}
body div.dark-only #radarchart .apexcharts-radar-series polygon {
  stroke: #374558;
}
body div.dark-only #radarchart .apexcharts-radar-series polygon:nth-child(even) {
  fill: #2c3054;
}
body div.dark-only #radarchart .apexcharts-radar-series polygon:nth-child(odd) {
  fill: #333a62;
}
body div.dark-only #radarchart .apexcharts-radar-series line {
  stroke: #374558;
}
body div.dark-only .mega-inline .card,
body div.dark-only .mega-horizontal .card,
body div.dark-only .mega-vertical .card {
  border-color: #374558;
}
body div.dark-only .img-cropper .docs-options .dropdown-menu .form-check-label {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .img-cropper .docs-options .dropdown-menu > li:hover {
  background-color: #2c3054;
}
body div.dark-only .general-widget .table tr td {
  border-bottom: 1px solid #374558;
}
body div.dark-only .btc-buy-sell .btc-amount span {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .crypto-graph-card .media .bitcoin-graph-content span {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .crypto-table-market table thead tr th {
  background-color: #2a3849;
}
body div.dark-only .apex-chart-container .apexcharts-legend .apexcharts-legend-series span {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .apexcharts-canvas svg .apexcharts-title-text {
  fill: #fff;
}
body div.dark-only .apexcharts-canvas svg .apexcharts-subtitle-text {
  fill: #fff;
}
body div.dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label {
  fill: #fff;
}
body div.dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label {
  fill: #fff;
}
body div.dark-only .apexcharts-canvas svg .apexcharts-legend-series span {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-label {
  fill: #fff;
}
body div.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-value {
  fill: #fff;
}
body div.dark-only .Typeahead-menu {
  background-color: #333a62;
}
body div.dark-only .Typeahead-menu .ProfileCard:hover {
  background-color: #2c3054;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .ecommerce-widget {
  border: 1px solid #374558;
}
body div.dark-only #area-spaline svg .apexcharts-grid line {
  stroke: #374558 !important;
}
body div.dark-only #area-spaline svg .apexcharts-inner defs linearGradient stop[stop-opacity="1"] {
  stop-color: #2c3054 !important;
}
body div.dark-only .cart .qty-box .input-group .btn {
  background-color: #374558 !important;
  border-color: #374558 !important;
}
body div.dark-only .checkout .checkout-details {
  background-color: #333a62;
  border: 1px solid #374558;
  padding: 40px;
}
body div.dark-only .order-box .title-box {
  color: #bfc2c6;
  border-bottom: 1px solid #374558;
}
body div.dark-only .order-box .qty {
  border-bottom: 1px solid #374558;
}
body div.dark-only .order-box .qty li {
  color: #bfc2c6;
}
body div.dark-only .order-box .qty li span {
  color: #bfc2c6;
}
body div.dark-only .order-box .sub-total li {
  color: #bfc2c6;
}
body div.dark-only .order-box .total li {
  color: #bfc2c6;
}
body div.dark-only .shopping-checkout-option .checkbox_animated:after {
  border: 2px solid #374558;
}
body div.dark-only .animate-chk .radio_animated:after {
  border: 2px solid #374558;
}
body div.dark-only .custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(41, 50, 64, 0.52);
}
body div.dark-only .card .card-header .card-header-right {
  background-color: #2c3054;
}
body div.dark-only .product-box .product-img .product-hover ul li .btn {
  color: #98a6ad;
}
body div.dark-only .product-box .product-img .product-hover ul li:hover .btn {
  color: #fff;
}
body div.dark-only .radio_animated:after,
body div.dark-only .checkbox_animated:after {
  background: #333a62;
  border: 2px solid #333a62;
}
body div.dark-only .slider-product {
  border-top: 1px solid #374558;
  border-bottom: 1px solid #374558;
}
body div.dark-only .square-product-setting .icon-grid {
  background-color: #2c3054;
}
body div.dark-only .square-product-setting .icon-grid svg {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .bitcoin-form .bitcoin-form-dropdown .onhover-dropdown .btn {
  background-color: #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .bitcoin-form .bitcoin-form-dropdown .onhover-dropdown .onhover-show-div {
  background-color: #333a62;
  box-shadow: 0 0 2px 2px #333a62;
}
body div.dark-only .bitcoin-form .form-row .input-group .input-group-prepend .input-group-text {
  border: 1px solid #374558;
}
body div.dark-only .active-order-table table thead tr th,
body div.dark-only .market-table table thead tr th {
  border-top: none !important;
}
body div.dark-only .active-order-table table tbody tr td,
body div.dark-only .market-table table tbody tr td {
  border-bottom: 1px solid #374558;
}
body div.dark-only .active-order-table table tbody tr:last-child td,
body div.dark-only .market-table table tbody tr:last-child td {
  border-bottom: none;
}
body div.dark-only .pricing-card-design-2 .pricing-block .pricing-inner ul li {
  border-bottom: 1px solid #374558;
}
body div.dark-only .flot-chart-container .legend .table tbody {
  background-color: #2c3054;
  color: #fff;
}
body div.dark-only .flot-chart-container .legend .table tbody .legendLabel {
  padding-left: 5px;
}
body div.dark-only .google-visualization-tooltip text {
  fill: rgba(0, 0, 0, 0.7) !important;
}
body div.dark-only .nav-dark .nav-link,
body div.dark-only .nav-pills.nav-dark .nav-link {
  color: #fff;
}
body div.dark-only .loader-wrapper {
  background-color: #333a62;
}
body div.dark-only .loader-wrapper .loader {
  background-color: #333a62 !important;
}
body div.dark-only .page-wrapper {
  /* Main Header start */
  /* Main Header ends */
}
body div.dark-only .page-wrapper .page-body-wrapper {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .main-header-left {
  box-shadow: 0 0 18px 3px rgb(42, 50, 61);
}
body div.dark-only .page-wrapper .page-main-header {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right {
  background-color: #2c3054;
  box-shadow: 0 0 18px 3px rgb(42, 50, 61);
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .mobile-sidebar .switch {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .mobile-sidebar .switch svg {
  color: #fff !important;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right li i {
  color: #f8f5fd;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .front,
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .front .flip-back-content input,
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back .flip-back-content input {
  background-color: #2c3054;
  border-color: #374558;
  color: #fff;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .front .flip-back-content input::-moz-placeholder, body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back .flip-back-content input::-moz-placeholder {
  color: #fff;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .front .flip-back-content input::placeholder,
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back .flip-back-content input::placeholder {
  color: #fff;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .flip-card .flip-card-inner .back li:last-child {
  border-top: 1px solid #374558;
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .bookmark-dropdown li:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .bookmark-dropdown .flip-btn {
  color: #fff;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .bookmark-dropdown .ProfileCard-avatar i {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus .droplet-dropdown li .row .droplet-main {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus .droplet-dropdown li .row .droplet-main:nth-child(3n) {
  border-right: none;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right > ul > li:before {
  background-color: rgba(255, 255, 255, 0.2);
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right > ul > li svg {
  stroke: #fff;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .media .media-body .txt-dark {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .onhover-show-div {
  background-color: #333a62;
  box-shadow: 0 0 2px 2px #2c3054;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .onhover-show-div:before {
  border-bottom: 7px solid #333a62;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .onhover-show-div:after {
  border-bottom: 7px solid #333a62;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .notification-dropdown.onhover-show-div li span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .notification-dropdown.onhover-show-div .bg-light {
  background-color: #282e38 !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .language-dropdown li a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a svg path,
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a svg line,
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a svg circle {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover {
  color: #3949ab;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover svg line,
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover svg path,
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover svg circle {
  color: #3949ab !important;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .search-form input {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .search-form input::-moz-placeholder {
  color: rgba(57, 73, 171, 0.5);
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .search-form input::placeholder {
  color: rgba(57, 73, 171, 0.5);
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right > ul > li .media .media-body .txt-dark {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right > ul > li .onhover-show-div {
  background-color: #333a62;
  box-shadow: 0 0 2px 2px #2c3054;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right > ul > li .onhover-show-div:before {
  border-bottom: 7px solid #333a62;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right > ul > li .onhover-show-div:after {
  border-bottom: 7px solid #333a62;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right > ul > li .notification-dropdown.onhover-show-div li span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right > ul > li .language-dropdown li a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-main-header .main-header-left {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .page-main-header .main-header-left .logo-wrapper a .image-dark {
  display: none;
}
body div.dark-only .page-wrapper .page-main-header .main-header-left .logo-wrapper a .image-light {
  display: block;
}
@media only screen and (max-width: 991px) {
  body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    background-color: #2c3054;
    box-shadow: 0 2px 2px 2px #374558;
    border-top: 1px solid #374558;
  }
}
@media only screen and (max-width: 575px) {
  body div.dark-only .page-wrapper .page-main-header .nav-right > ul .search-form .form-control-plaintext {
    background-color: #333a62;
    border: 1px solid #374558;
    color: rgba(255, 255, 255, 0.7);
  }
}
body div.dark-only .page-wrapper .right-sidebar {
  background-color: #333a62;
  box-shadow: 0 0 11px rgba(69, 110, 243, 0.13);
}
body div.dark-only .page-wrapper .right-sidebar .modal-header {
  border-bottom: 1px solid #374558;
}
body div.dark-only .page-wrapper .right-sidebar .friend-list-search {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .right-sidebar .friend-list-search input {
  background-color: #333a62;
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper {
  /* sidebar start */
  /* sidebar end */
  /* body start*/
}
body div.dark-only .page-wrapper .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar {
  background-color: #2c3054;
  box-shadow: inset -2px 0px 2px 0px #4c5564;
}
body div.dark-only .page-wrapper .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar .bar-icons {
  border: none;
}
body div.dark-only .page-wrapper .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar .iconbar-mainmenu {
  background-color: #2c3054;
  box-shadow: none;
}
body div.dark-only .page-wrapper .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar .iconbar-mainmenu .iconbar-header {
  background-color: #2c3054;
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar .iconbar-mainmenu li a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar li a i {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar li a span {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar .sidebar-menu .sidebar-header > i {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar .sidebar-menu li {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar .sidebar-menu li:hover .single-header,
body div.dark-only .page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar .sidebar-menu li a:hover + ul {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar .sidebar-user {
  box-shadow: 3px 2px 7px -1px rgb(41, 50, 64);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar {
  background: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar.native-image-bg {
  background-blend-mode: overlay;
  background-color: #17191d;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar.navigation-bordered .sidebar-header {
  border-bottom: 1px solid rgba(241, 241, 241, 0.15);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-user {
  background-color: #2c3054;
  box-shadow: 3px 2px 8px -1px rgba(255, 255, 255, 0.13);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-user h6 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-user p {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-title {
  color: #3949ab;
  border-bottom: 1px solid rgba(241, 241, 241, 0.35);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a.active {
  color: #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a:hover {
  color: #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li .label {
  margin-top: 3px;
  margin-right: 5px;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li:hover > a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li.sidebar-header {
  color: #ffc717;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu a {
  color: #f8f5fd;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-widget {
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-widget .sidebar-widget-top i {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-sidebar .sidebar-widget .sidebar-widget-bottom {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .header-small {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .statistics p {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .ecommerce-icons div span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .progress-media .media .media-body span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .progress-media .progress-change span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .notifiaction-media .media .media-body .circle-left {
  border: 5px solid #334154;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner {
  border-bottom: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner:last-child {
  border-bottom: none;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .number-widgets .media .media-body h6 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.gradient-line-1:after, body div.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.small-line:after, body div.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.medium-line:after {
  background-color: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .media-body h6 span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card.custom-card .card-header {
  border-bottom: none !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .custom-card .card-header img {
  background-color: #000;
  opacity: 0.8;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-header .row h2 {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-header .row h2 span {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-header .row h6 {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-header .row .breadcrumb .breadcrumb-item {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-header .row .breadcrumb .breadcrumb-item a {
  color: #fff;
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb .breadcrumb-item:before {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body {
  background-color: #333a62;
  /* body end*/
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card-g-primary .card-header {
  background-color: #3949ab !important;
  border-bottom: #fff !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card-g-secondary .card-header {
  background-color: #fe80b2 !important;
  border-bottom: #fff !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card-g-success .card-header {
  background-color: #80cf00 !important;
  border-bottom: #fff !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card-g-info .card-header {
  background-color: #06b5dd !important;
  border-bottom: #fff !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card-g-warning .card-header {
  background-color: #ffc717 !important;
  border-bottom: #fff !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card-g-danger .card-header {
  background-color: #fd517d !important;
  border-bottom: #fff !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card {
  background-color: #2c3054;
  box-shadow: 1px 1px 2px 1px rgba(29, 28, 28, 0.08);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-block #bar-chart2 svg > rect {
  fill: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-block #bar-chart2 svg > g text[y="343.05"],
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-block #bar-chart2 svg > g text[x="110"],
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-block #bar-chart2 svg > g text[x="123"] {
  fill: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-block #bar-chart2 svg g g g rect[width="1"] {
  fill: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-block .word-tree svg > g > rect {
  fill: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-block .word-tree svg > g > text {
  fill: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header .buttons-right .right-header-dropdown.onhover-show-div {
  background-color: #333a62;
  box-shadow: 0 0 2px 2px #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header .buttons-right .right-header-dropdown.onhover-show-div a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header.card-header-border .right-header span:first-child {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header.card-header-border .right-header .right-header-dropdown.onhover-show-div {
  background-color: #333a62;
  box-shadow: 0 0 2px 2px #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header.card-header-border .right-header .right-header-dropdown.onhover-show-div a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header > span {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header h1,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header h2,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header h3,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header h4,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header h5,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header h6 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-header .card-header-right i {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .alert-dark {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .alert-dark a {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .alert-light.outline,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .alert-light.outline-2x,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .alert-light.inverse {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card #animation-box .animate-widget p {
  color: #98a6ad !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .grid-item img {
  background-color: #2c3054;
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .line {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table td {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table thead th {
  border-bottom: 2px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table thead .border-bottom-primary th {
  border-bottom: 1px solid #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-primary th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-primary td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-secondary th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-secondary td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-success th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-success td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-info th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-info td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-warning th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-warning td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-light th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-light td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-danger th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .table-danger td {
  color: #1b3155;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .bg-primary,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .bg-secondary,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .bg-success,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .bg-info,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .bg-warning,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .bg-danger {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .bg-light {
  color: #000;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .thead-light th {
  color: #000;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .double th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .double td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .dotted th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .dotted td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .dashed th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table .dashed td {
  border-color: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table thead .double th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table thead .dotted th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table thead .dashed th {
  border-color: #374558 !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table tbody .border-bottom-primary th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table tbody .border-bottom-primary td {
  border-bottom: 1px solid #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-responsive .table th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-responsive .table td {
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table[class*=bg-] th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table[class*=bg-] td {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-striped tbody tr:nth-of-type(odd):hover th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-striped tbody tr:nth-of-type(odd):hover td {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-bordered td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-bordered th {
  border-color: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-inverse tbody tr:nth-of-type(odd):hover td {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-border-vertical tr,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-border-vertical th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-border-vertical td {
  border-right: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-styling thead th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-styling thead td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-styling tbody th,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .table-styling tbody td {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .card-footer {
  background-color: #2c3054;
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .switch .switch-state {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .switch input:checked + .switch-state {
  background-color: #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .bg-white {
  background-color: #2c3054 !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .b-l-light {
  border-left: 1px solid #374558 !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .ct-grid {
  stroke: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .ct-label {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card hr {
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .contact-form .theme-form {
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .contact-form .theme-form .form-icon {
  background-color: #2c3054;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .btn-outline-light,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .btn-outline-dark {
  color: #fff !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .btn-outline-light:hover {
  color: #000 !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .border-right {
  border-right: 1px solid #374558 !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .flot-chart-placeholder .flot-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .flot-chart-placeholder svg text {
  fill: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-overflow#gantt_chart svg g rect:first-child {
  fill: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-overflow#gantt_chart svg g g rect ~ text {
  fill: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-overflow#gantt_chart rect:nth-child(6) {
  fill: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-overflow#line-chart rect {
  fill: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-overflow#line-chart svg g line[x1="37.5"],
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-overflow#line-chart svg g line[y1="75.5"] {
  stroke: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-overflow svg > rect {
  fill: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-overflow svg > g > g > g text {
  fill: rgb(177, 177, 178);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-overflow svg > g > text {
  fill: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-overflow svg g line[x1="22.5"] {
  stroke: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .radial-bar:after {
  background-color: #2c3054;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .bar-chart-widget .bottom-content .num {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .bar-chart-widget .bottom-content .num .color-bottom {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .b-r-light {
  border-right: 1px solid #374558 !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-container .live-products .ct-labels .ct-label,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-container .turnover .ct-labels .ct-label,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-container .monthly .ct-labels .ct-label,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-container .uses .ct-labels .ct-label {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-container .live-products .ct-grid,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-container .turnover .ct-grid,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-container .monthly .ct-grid,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-container .uses .ct-grid {
  stroke: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-container #browser-uses-chart svg text,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .chart-container #website-visiter-chart svg text {
  fill: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .status-details h4 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .status-details h4 span {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .status-details span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .clipboaard-container .form-control {
  background-color: #333a62;
  color: #98a6ad;
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .img-thumbnail {
  background-color: #333a62;
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .page-item.disabled .page-link {
  background-color: #2c3054;
  border-color: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .page-link {
  color: rgba(255, 255, 255, 0.7);
  background-color: #2c3054;
  border-color: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .page-item:hover .page-link {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .page-item.active .page-link {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-theme .page-item .page-link {
  color: #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-theme .page-item.active .page-link {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-primary .page-item .page-link {
  color: #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-primary .page-item.active .page-link {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-secondary .page-item .page-link {
  color: #fe80b2;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-secondary .page-item.active .page-link {
  color: #fff;
  background-color: #fe80b2;
  border-color: #fe80b2;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-success .page-item .page-link {
  color: #80cf00;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-success .page-item.active .page-link {
  color: #fff;
  background-color: #80cf00;
  border-color: #80cf00;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-danger .page-item .page-link {
  color: #fd517d;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-danger .page-item.active .page-link {
  color: #fff;
  background-color: #fd517d;
  border-color: #fd517d;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-info .page-item .page-link {
  color: #06b5dd;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-info .page-item.active .page-link {
  color: #fff;
  background-color: #06b5dd;
  border-color: #06b5dd;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-dark .page-item .page-link {
  color: #2c323f;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-dark .page-item.active .page-link {
  color: #fff;
  background-color: #2c323f;
  border-color: #2c323f;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-warning .page-item .page-link {
  color: #ffc717;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .pagination-warning .page-item.active .page-link {
  color: #fff;
  background-color: #ffc717;
  border-color: #ffc717;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .ecommerce-widget .icon {
  color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .ecommerce-widget .total-num {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .ecommerce-widget .total-num span {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .ecommerce-widget span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .flot-chart-container-small {
  background-color: #2c3054;
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .product-table #API-2_wrapper #API-2 tbody td span,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .product-table #API-2_wrapper #API-2 tbody td p {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .product-table h6 {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .nav-material.nav-tabs {
  border-bottom: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .nav-material.nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .nav-material.nav-tabs .nav-link.active, body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .nav-material.nav-tabs .nav-link:focus, body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .nav-material.nav-tabs .nav-link:hover {
  color: #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .scroll-demo {
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .search-form input {
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .search-form .form-group:before {
  background: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .cd-timeline-content {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .cd-timeline-content::before {
  border-left: 7px solid #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  border-right-color: #333a62;
  border-left: transparent;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .breadcrumb {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .user-status table td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card .user-status table th {
  border-top: none !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card #donut-color-chart-morris-daily svg,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card #donut-color-chart-morris svg,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card #browser-uses-chart svg,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card #website-visiter-chart svg {
  opacity: 0.5;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description h4 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description a > div {
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description p {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .sub-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon li a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon li a:hover {
  color: #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon .separator {
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .default-according li .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon.default-according.style-1 li button:hover {
  color: #3949ab !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover {
  color: #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover a {
  color: #3949ab;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div {
  background-color: #333a62;
  box-shadow: 0 0 2px 2px #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg path,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg line,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polyline,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polygon,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg rect {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg path,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg line,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polyline,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polygon,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg rect {
  color: #3949ab !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .onhover-dropdown:hover .onhover-show-div:before {
  border-bottom: 7px solid #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card {
  box-shadow: 0px 0px 1px 1px rgb(55, 66, 82);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .btn-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .card-body {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .border {
  border: 1px solid #374558 !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-date {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li {
  color: #98a6ad;
  border-right: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li:first-child,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li:first-child {
  border-right: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li:last-child,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li:last-child {
  border-right: none;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details p,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main p {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .single-blog-content-top,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .single-blog-content-top {
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .single-blog-content-top p,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .single-blog-content-top p {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .media h6 span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .media img {
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box p {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .comment-social li {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .comment-social li:first-child {
  border-right: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box hr {
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .table-hover tbody tr:hover {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .table-hover tbody tr:hover td,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .table-hover tbody tr:hover th {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body ul.the-icons li {
  border: 1px dotted #374558;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 10px;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body ul.the-icons li:hover {
  background: #000;
  box-shadow: 0 0 3px #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body ul.the-icons li em {
  display: none;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .crm-activity > li + li {
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .crm-activity > li h6 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .crm-activity ul.dates li {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .crm-activity ul.dates li + li {
  border-left: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body #donut-color-chart-morris svg text,
body div.dark-only .page-wrapper .page-body-wrapper .page-body #donut-color-chart-morris-daily svg text {
  fill: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-profile img {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .profile-details h6 {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-social li a {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-footer > div h6 {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-footer > div + div {
  border-left: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .form-control {
  background-color: #333a62;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid #374558 !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .checkbox label::before,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .radio label::before {
  background-color: #333a62;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content a:hover {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content .dropdown-divider {
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a:hover, body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a.active {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropzone.dz-clickable .dz-message h6 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropzone.dz-clickable .dz-message span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropzone .dz-preview {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body {
  -moz-column-rule: 1px solid #374558;
       column-rule: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body h4 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body h4 span {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .media img {
  border: 2px solid #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .main-menu > li a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .main-menu > li a:hover {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-right-aside .email-body .inbox .media.active {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 small {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 small span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body p {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-top {
  border-bottom: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap p {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-content .email-top .user-emailid:after {
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-menu {
  background-color: #333a62;
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-menu a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-menu a:hover {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .icon-lists div i {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .icon-lists div:hover {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins .media .media-body > span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins .media .details {
  border-left: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins:before, body div.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins:after {
  background-color: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .redial-social-widget i {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .social-widget-card h5,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .social-widget-card h4 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .social-widget-card span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-light {
  border-bottom: 1px solid #374558 !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-dark {
  border-right: 1px solid #fff !important;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial i {
  color: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial p {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial h5 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .grid-showcase span {
  background-color: #2c3054;
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .border-style .card {
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .offer-style .card {
  border: 1px dashed #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .search-page .info-block + .info-block {
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .search-page ul.search-info li + li {
  border-left: 1px solid #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card-absolute .bg-primary h5,
body div.dark-only .page-wrapper .page-body-wrapper .page-body .card-absolute .bg-secondary h5 {
  color: #fff;
}
body div.dark-only .page-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.timeline-line-1:after, body div.dark-only .page-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.small-line:after, body div.dark-only .page-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.medium-line:after {
  background-color: #374558;
}
body div.dark-only .page-wrapper .page-body-wrapper footer {
  border-top: 1px solid #333a62;
  background-color: #2c3054;
  background-image: none;
}
body div.dark-only .page-wrapper .page-body-wrapper footer p {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .custom-select,
body div.dark-only .page-wrapper .page-body-wrapper .custom-file-label {
  background: #333a62;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .page-body-wrapper .footer-fix {
  background-color: #2c3054;
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons span, body div.dark-only .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons i {
  color: #fff;
}
body div.dark-only .page-wrapper .dt-button-info {
  background-color: #2c3054;
  border: 1px solid #98a6ad;
}
body div.dark-only .page-wrapper .dt-button-info h2 {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .chat-box .about .name {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .chat-box .chat-menu {
  border-left: 1px solid #374558;
}
body div.dark-only .page-wrapper .chat-box .chat-menu .nav-tabs {
  border-bottom: 1px solid #374558;
}
body div.dark-only .page-wrapper .chat-box .chat-menu .nav-tabs .nav-item .nav-link.active {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .page-wrapper .chat-box .chat-menu .user-profile .image .icon-wrapper {
  background-color: #2c3054;
  box-shadow: 1px 1px 3px 1px #333a62;
}
body div.dark-only .page-wrapper .chat-box .chat-menu .user-profile .image .avatar img {
  border: 5px solid #374558;
}
body div.dark-only .page-wrapper .chat-box .chat-menu .user-profile .social-media a {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .chat-box .chat-menu .user-profile .follow span {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .chat-box .chat-menu .user-profile .follow .follow-num {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .chat-box .status {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .chat-box .status p {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-header {
  border-bottom: 1px solid #374558;
}
body div.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-header img {
  box-shadow: 1px 1px 4px 1px #333a62;
}
body div.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .my-message {
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .message {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .other-message {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-message {
  background-color: #2c3054;
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-message .input-group .form-control {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .chat-box .chat-history .call-icons ul li {
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .chat-box .chat-history .call-icons ul li a {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .chat-box .bitcoin-chat .chat .chat-msg-box .message.my-message {
  background-color: #1c222b;
}
body div.dark-only .page-wrapper .chat-box .bitcoin-chat .chat .chat-msg-box .message.my-message .chat-user-img {
  border: 2px solid #333a62;
}
body div.dark-only .page-wrapper .chat-box .bitcoin-chat .chat .chat-msg-box .message.other-message .chat-user-img {
  border: 2px solid #333a62;
}
body div.dark-only .page-wrapper pre {
  background-color: #333a62;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .scorlled {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .input-group-air {
  box-shadow: 0 3px 20px 0 #374558;
}
body div.dark-only .page-wrapper .input-group-solid .input-group-text,
body div.dark-only .page-wrapper .input-group-solid .form-control {
  background: #333a62;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .semilight-bg-color,
body div.dark-only .page-wrapper .header-bg-color {
  background-color: #fff;
}
body div.dark-only .page-wrapper .list-group-item {
  background-color: #2c3054;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .list-group-item.active {
  background-color: #3949ab;
  border-color: #3949ab;
  color: #fff;
}
body div.dark-only .page-wrapper .list-group-item:hover, body div.dark-only .page-wrapper .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
body div.dark-only .page-wrapper .list-group-item + .list-group-item {
  border-top-width: 0;
}
body div.dark-only .page-wrapper .list-group-item-action:hover:not(.active), body div.dark-only .page-wrapper .list-group-item-action:focus {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
body div.dark-only .page-wrapper .vertical-tab .nav-tabs .nav-item {
  border-color: #374558;
}
body div.dark-only .page-wrapper .vertical-tab .nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  border-color: #374558;
}
body div.dark-only .page-wrapper .vertical-tab .nav-tabs .nav-item .nav-link.active {
  background-color: #3949ab;
}
body div.dark-only .page-wrapper .vertical-tab .nav-tabs .nav-item:hover {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
body div.dark-only .page-wrapper .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
body div.dark-only .page-wrapper .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
body div.dark-only .page-wrapper .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
body div.dark-only .page-wrapper .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
body div.dark-only .page-wrapper .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
body div.dark-only .page-wrapper .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
body div.dark-only .page-wrapper .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
body div.dark-only .page-wrapper .auth-bg {
  background-blend-mode: overlay;
  background-color: rgba(54, 64, 74, 0.9);
}
body div.dark-only .page-wrapper .auth-bg .authentication-box .card {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .form-group input {
  color: rgba(255, 255, 255, 0.7);
  background-color: #333a62;
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .form-group label {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label::before {
  background-color: #333a62;
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .auth-bg .authentication-box h3,
body div.dark-only .page-wrapper .auth-bg .authentication-box h4,
body div.dark-only .page-wrapper .auth-bg .authentication-box h6 {
  color: #fff;
}
body div.dark-only .page-wrapper .auth-bg-video {
  background-blend-mode: overlay;
  background-color: rgba(54, 64, 74, 0.7);
}
body div.dark-only .page-wrapper .auth-bg-video .authentication-box h4,
body div.dark-only .page-wrapper .auth-bg-video .authentication-box h3 {
  color: #fff;
}
body div.dark-only .page-wrapper .auth-bg-video .authentication-box h6 {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .auth-bg-video .authentication-box .card {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=text],
body div.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=password] {
  background-color: #333a62;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .checkbox label::before {
  background-color: #333a62;
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .error-wrapper .maintenance-icons li i {
  color: #374558;
}
body div.dark-only .page-wrapper .error-wrapper .maintenance-icons li:nth-child(3) i {
  color: #374558;
}
body div.dark-only .page-wrapper .modal-content {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .modal-content .modal-header {
  border-bottom: 1px solid #374558;
}
body div.dark-only .page-wrapper .modal-content .modal-header .close {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .modal-content .modal-footer {
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .comingsoon {
  background-blend-mode: overlay;
  background-color: rgba(44, 48, 84, 0.9);
}
body div.dark-only .page-wrapper .comingsoon .comingsoon-inner h5 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .comingsoon .comingsoon-inner .countdown {
  border-top: 1px solid #374558;
  border-bottom: 1px solid #374558;
}
body div.dark-only .page-wrapper .comingsoon .comingsoon-inner .countdown .title {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .comingsoon .comingsoon-inner .coming-soon-bottom-link a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .theme-form .login-divider {
  border-top: 1px solid #374558;
}
body div.dark-only .page-wrapper .theme-form .login-divider:before {
  background: #2c3054;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .authentication-main {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .card {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .reset-password-link {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group label {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group .form-control {
  background-color: #2c3054;
  color: rgba(255, 255, 255, 0.7);
  border-color: #374558;
}
body div.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .opt-box {
  background-color: #333a62;
}
body div.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h4 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h6 {
  color: #98a6ad;
}
body div.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h3 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=text],
body div.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=password] {
  background-color: #333a62;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .checkbox label::before {
  background-color: #333a62;
  border: 1px solid #374558;
}
body div.dark-only .page-wrapper .default-according .card {
  background-color: #2c3054;
}
body div.dark-only .page-wrapper .default-according .card .btn-link {
  background-color: #2c3054;
  border: 1px solid #2c3054;
  color: #fff;
}
body div.dark-only .page-wrapper .default-according .card .text-muted {
  color: #98a6ad !important;
}
body div.dark-only .page-wrapper .default-according .bg-primary .btn-link {
  background-color: #3949ab;
  border: 1px solid #3949ab;
}
body div.dark-only .page-wrapper .default-according .bg-secondary .btn-link {
  background-color: #fe80b2;
  border: 1px solid #fe80b2;
}
body div.dark-only .page-wrapper .collapse .card-body {
  background-color: #2c3054;
}
@media screen and (max-width: 1660px) {
  body div.dark-only .page-wrapper .chat-box .chat-history .call-icons ul li {
    border: 1px solid #374558;
  }
  body div.dark-only .page-wrapper .chat-box .chat-history .total-time h2 {
    color: rgba(255, 255, 255, 0.7);
  }
  body div.dark-only .page-wrapper .caller-img img {
    opacity: 0.7;
  }
  body div.dark-only .page-wrapper .chat-box .chat-history .call-content > div {
    background-color: rgba(0, 0, 0, 0.75);
    background-blend-mode: overlay;
  }
}
@media only screen and (max-width: 1199px) {
  body div.dark-only .page-wrapper .chat-menu {
    border-top: 1px solid #374558;
    background-color: #2c3054;
  }
  body div.dark-only .page-wrapper .error-wrapper .maintenance-icons li i {
    color: #2c323f;
  }
  body div.dark-only .page-wrapper .feature-products .filter-toggle {
    background-color: #2c3054;
  }
}
@media only screen and (max-width: 575px) {
  body div.dark-only .page-wrapper .user-profile .hovercard .info .user-designation {
    border-top: 1px solid #374558;
    border-bottom: 1px solid #374558;
  }
  body div.dark-only .page-wrapper .widget-joins .border-after-xs:after {
    background-color: #374558;
  }
  body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown li .row .droplet-main:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown li .row .droplet-main:nth-child(2n) {
    border-right: none !important;
  }
  body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown:before, body div.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown:after {
    right: 185px;
  }
}
body div.dark-only .lg-backdrop {
  background-color: #333a62;
}
body div.dark-only .lg-outer .lg-thumb-outer {
  background-color: #2c3054;
}
body div.dark-only .drag {
  background-color: #2c3054;
}
body div.dark-only .drag form {
  background: #2c3054;
  box-shadow: 0 0 30px #374558;
  border: 1px dotted #374558;
}
body div.dark-only .drag form input {
  background-color: #333a62;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .drag form .help-block {
  text-transform: capitalize;
  color: #98a6ad;
}
body div.dark-only .draggable input {
  background-color: #333a62;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid #374558;
}
body div.dark-only .draggable p {
  color: #98a6ad;
}
body div.dark-only .draggable select {
  background-color: #333a62;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid #374558;
}
body div.dark-only .draggable .radio label::before,
body div.dark-only .draggable .checkbox label::before {
  background-color: #333a62;
  border: 1px solid #374558;
}
body div.dark-only .select2-dropdown {
  background-color: #333a62;
  border: 1px solid #374558;
}
body div.dark-only .select2-drpdwn .form-control-primary {
  border-color: #3949ab !important;
  color: #3949ab !important;
}
body div.dark-only .select2-drpdwn .form-control-secondary {
  border-color: #fe80b2 !important;
  color: #fe80b2 !important;
}
body div.dark-only .select2-drpdwn .form-control-success {
  border-color: #80cf00 !important;
  color: #80cf00 !important;
}
body div.dark-only .select2-drpdwn .form-control-info {
  border-color: #06b5dd !important;
  color: #06b5dd !important;
}
body div.dark-only .select2-drpdwn .form-control-warning {
  border-color: #ffc717 !important;
  color: #ffc717 !important;
}
body div.dark-only .select2-drpdwn .form-control-danger {
  border-color: #fd517d !important;
  color: #fd517d !important;
}
body div.dark-only .select2-drpdwn .form-control-inverse {
  border-color: #fff !important;
  color: #fff !important;
}
body div.dark-only .select2-drpdwn .form-control-primary-fill {
  background-color: #3949ab !important;
  color: #fff !important;
}
body div.dark-only .select2-drpdwn .form-control-secondary-fill {
  background-color: #fe80b2 !important;
  color: #fff !important;
}
body div.dark-only .select2-drpdwn .form-control-success-fill {
  background-color: #80cf00 !important;
  color: #fff !important;
}
body div.dark-only .select2-drpdwn .form-control-info-fill {
  background-color: #06b5dd !important;
  color: #fff !important;
}
body div.dark-only .select2-drpdwn .form-control-warning-fill {
  background-color: #ffc717 !important;
  color: #fff !important;
}
body div.dark-only .select2-drpdwn .form-control-danger-fill {
  background-color: #fd517d !important;
  color: #fff !important;
}
body div.dark-only .select2-drpdwn .form-control-inverse-fill {
  background-color: #fff !important;
  color: #000 !important;
}
body div.dark-only .theme-form .form-group select.form-control:not([size]):not([multiple]) {
  background-color: #333a62;
  color: rgba(255, 255, 255, 0.7);
  border-color: #374558;
}
body div.dark-only .theme-form .form-group input[type=text],
body div.dark-only .theme-form .form-group input[type=email],
body div.dark-only .theme-form .form-group input[type=search],
body div.dark-only .theme-form .form-group input[type=password],
body div.dark-only .theme-form .form-group input[type=number],
body div.dark-only .theme-form .form-group input[type=tel],
body div.dark-only .theme-form .form-group input[type=date],
body div.dark-only .theme-form .form-group input[type=datetime-local],
body div.dark-only .theme-form .form-group input[type=time],
body div.dark-only .theme-form .form-group input[type=datetime-local],
body div.dark-only .theme-form .form-group input[type=month],
body div.dark-only .theme-form .form-group input[type=week],
body div.dark-only .theme-form .form-group input[type=url],
body div.dark-only .theme-form .form-group input[type=file],
body div.dark-only .theme-form .form-group select {
  border-color: #374558;
  background-color: #333a62;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .theme-form .form-group input[type=text]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=email]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=search]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=password]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=number]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=tel]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=date]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=time]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=month]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=week]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=url]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group input[type=file]::-webkit-input-placeholder,
body div.dark-only .theme-form .form-group select::-webkit-input-placeholder {
  color: #98a6ad;
}
body div.dark-only .theme-form .form-group .form-control {
  background-color: #333a62;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .theme-form .form-group textarea {
  border-color: #374558;
  background-color: #333a62;
}
body div.dark-only .theme-form .form-divider {
  border-top: 1px solid #374558;
}
body div.dark-only .theme-form .form-divider::before {
  background: #2c3054;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .CodeMirror {
  background: #2c3054;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .CodeMirror .CodeMirror-code pre {
  background: #2c3054;
}
body div.dark-only .editor-toolbar {
  border-top: 1px solid #374558;
  border-left: 1px solid #374558;
  border-right: 1px solid #374558;
}
body div.dark-only .editor-toolbar a {
  color: rgba(255, 255, 255, 0.7) !important;
}
body div.dark-only .editor-toolbar a:hover, body div.dark-only .editor-toolbar a.active {
  background: #374558;
}
body div.dark-only .editor-toolbar i.separator {
  border-left: 1px solid #98a6ad;
  border-right: 1px solid #98a6ad;
}
body div.dark-only .editor-toolbar.disabled-for-preview a:not(.no-disable) {
  background: #374558;
}
body div.dark-only .editor-preview {
  background-color: #2c3054;
}
body div.dark-only .editor-toolbar.fullscreen,
body div.dark-only .editor-preview-side {
  background: #2c3054;
  border: 1px solid #98a6ad;
}
body div.dark-only .editor-toolbar.fullscreen:before, body div.dark-only .editor-toolbar.fullscreen:after {
  background: linear-gradient(to right, #2c3054 0, #2c3054 100%);
}
body div.dark-only .u-step {
  background: rgba(57, 73, 171, 0.2);
}
body div.dark-only .u-step.active, body div.dark-only .u-step.current {
  background: #3949ab;
  color: #fff;
}
body div.dark-only .u-step-title,
body div.dark-only .u-pearl-title {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .u-step-number {
  background-color: #2c3054;
}
body div.dark-only .u-pearl:before {
  background-color: #374558;
}
body div.dark-only .u-pearl-number,
body div.dark-only .u-pearl-icon {
  background: #333a62;
  border: 2px solid #333a62;
}
body div.dark-only .u-pearl.disabled .u-pearl-icon,
body div.dark-only .u-pearl.disabled .u-pearl-number {
  background: #374558;
  border: 2px solid #374558;
}
body div.dark-only .u-pearl.disabled:after {
  background-color: #334053;
}
body div.dark-only .u-pearl.error:after {
  background-color: #333a62;
}
body div.dark-only .note-editor.note-frame {
  border-color: #374558;
}
body div.dark-only .note-editor.note-frame .note-editing-area .note-editable {
  background-color: #2c3054;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .swal-modal {
  background-color: #2c3054;
}
body div.dark-only .swal-modal .swal-title {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .swal-modal .swal-text {
  color: #98a6ad;
}
body div.dark-only .swal-modal .swal-content__input {
  background-color: #333a62;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .swal-modal .swal-icon--success:before, body div.dark-only .swal-modal .swal-icon--success:after {
  background: #2c3054;
}
body div.dark-only .swal-modal .swal-icon--success__hide-corners {
  background-color: #2c3054;
}
body div.dark-only .nav-tabs {
  border-bottom: 1px solid #374558;
}
body div.dark-only .nav-tabs .nav-link.active {
  background-color: #2c3054;
  color: rgba(255, 255, 255, 0.7);
  border-color: #374558 #374558 #2c3054;
}
body div.dark-only .nav-tabs .nav-link:hover, body div.dark-only .nav-tabs .nav-link:focus {
  border-color: #374558 #374558 #374558;
}
body div.dark-only .nav-tabs .nav-item.show .nav-link {
  background-color: #2c3054;
  color: rgba(255, 255, 255, 0.7);
  border-color: #374558 #374558 #2c3054;
}
body div.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.active, body div.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.focus, body div.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.hover {
  border-color: #2c3054 #374558 #374558;
}
body div.dark-only .border-tab-primary.nav-tabs {
  border-bottom: 1px solid #374558;
}
body div.dark-only .border-tab-primary.nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .border-tab-primary.nav-tabs .nav-link.active, body div.dark-only .border-tab-primary.nav-tabs .nav-link:focus, body div.dark-only .border-tab-primary.nav-tabs .nav-link:hover {
  color: #3949ab;
}
body div.dark-only .borderb-tab-primary {
  border-bottom: none;
  top: 1px !important;
}
body div.dark-only .borderb-tab-primary.nav-tabs .nav-item .nav-link, body div.dark-only .borderb-tab-primary .nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .borderb-tab-primary.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-primary.nav-tabs .nav-item.show, body div.dark-only .borderb-tab-primary.nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-primary.nav-tabs .nav-link:hover, body div.dark-only .borderb-tab-primary .nav-tabs .nav-link.active, body div.dark-only .borderb-tab-primary .nav-tabs .nav-item.show, body div.dark-only .borderb-tab-primary .nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-primary .nav-tabs .nav-link:hover {
  color: #3949ab;
}
body div.dark-only .borderb-tab-primary.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-primary .nav-tabs .nav-link.active {
  border-bottom: 2px solid #3949ab !important;
}
body div.dark-only .borderb-tab-secondary {
  border-bottom: none;
  top: 1px !important;
}
body div.dark-only .borderb-tab-secondary.nav-tabs .nav-item .nav-link, body div.dark-only .borderb-tab-secondary .nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .borderb-tab-secondary.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-secondary.nav-tabs .nav-item.show, body div.dark-only .borderb-tab-secondary.nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-secondary.nav-tabs .nav-link:hover, body div.dark-only .borderb-tab-secondary .nav-tabs .nav-link.active, body div.dark-only .borderb-tab-secondary .nav-tabs .nav-item.show, body div.dark-only .borderb-tab-secondary .nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-secondary .nav-tabs .nav-link:hover {
  color: #fe80b2;
}
body div.dark-only .borderb-tab-secondary.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-secondary .nav-tabs .nav-link.active {
  border-bottom: 2px solid #fe80b2 !important;
}
body div.dark-only .borderb-tab-success {
  border-bottom: none;
  top: 1px !important;
}
body div.dark-only .borderb-tab-success.nav-tabs .nav-item .nav-link, body div.dark-only .borderb-tab-success .nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .borderb-tab-success.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-success.nav-tabs .nav-item.show, body div.dark-only .borderb-tab-success.nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-success.nav-tabs .nav-link:hover, body div.dark-only .borderb-tab-success .nav-tabs .nav-link.active, body div.dark-only .borderb-tab-success .nav-tabs .nav-item.show, body div.dark-only .borderb-tab-success .nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-success .nav-tabs .nav-link:hover {
  color: #80cf00;
}
body div.dark-only .borderb-tab-success.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-success .nav-tabs .nav-link.active {
  border-bottom: 2px solid #80cf00 !important;
}
body div.dark-only .borderb-tab-danger {
  border-bottom: none;
  top: 1px !important;
}
body div.dark-only .borderb-tab-danger.nav-tabs .nav-item .nav-link, body div.dark-only .borderb-tab-danger .nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .borderb-tab-danger.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-danger.nav-tabs .nav-item.show, body div.dark-only .borderb-tab-danger.nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-danger.nav-tabs .nav-link:hover, body div.dark-only .borderb-tab-danger .nav-tabs .nav-link.active, body div.dark-only .borderb-tab-danger .nav-tabs .nav-item.show, body div.dark-only .borderb-tab-danger .nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-danger .nav-tabs .nav-link:hover {
  color: #fd517d;
}
body div.dark-only .borderb-tab-danger.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-danger .nav-tabs .nav-link.active {
  border-bottom: 2px solid #fd517d !important;
}
body div.dark-only .borderb-tab-info {
  border-bottom: none;
  top: 1px !important;
}
body div.dark-only .borderb-tab-info.nav-tabs .nav-item .nav-link, body div.dark-only .borderb-tab-info .nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .borderb-tab-info.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-info.nav-tabs .nav-item.show, body div.dark-only .borderb-tab-info.nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-info.nav-tabs .nav-link:hover, body div.dark-only .borderb-tab-info .nav-tabs .nav-link.active, body div.dark-only .borderb-tab-info .nav-tabs .nav-item.show, body div.dark-only .borderb-tab-info .nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-info .nav-tabs .nav-link:hover {
  color: #06b5dd;
}
body div.dark-only .borderb-tab-info.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-info .nav-tabs .nav-link.active {
  border-bottom: 2px solid #06b5dd !important;
}
body div.dark-only .borderb-tab-light {
  border-bottom: none;
  top: 1px !important;
}
body div.dark-only .borderb-tab-light.nav-tabs .nav-item .nav-link, body div.dark-only .borderb-tab-light .nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .borderb-tab-light.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-light.nav-tabs .nav-item.show, body div.dark-only .borderb-tab-light.nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-light.nav-tabs .nav-link:hover, body div.dark-only .borderb-tab-light .nav-tabs .nav-link.active, body div.dark-only .borderb-tab-light .nav-tabs .nav-item.show, body div.dark-only .borderb-tab-light .nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-light .nav-tabs .nav-link:hover {
  color: #f8f5fd;
}
body div.dark-only .borderb-tab-light.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-light .nav-tabs .nav-link.active {
  border-bottom: 2px solid #f8f5fd !important;
}
body div.dark-only .borderb-tab-dark {
  border-bottom: none;
  top: 1px !important;
}
body div.dark-only .borderb-tab-dark.nav-tabs .nav-item .nav-link, body div.dark-only .borderb-tab-dark .nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .borderb-tab-dark.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-dark.nav-tabs .nav-item.show, body div.dark-only .borderb-tab-dark.nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-dark.nav-tabs .nav-link:hover, body div.dark-only .borderb-tab-dark .nav-tabs .nav-link.active, body div.dark-only .borderb-tab-dark .nav-tabs .nav-item.show, body div.dark-only .borderb-tab-dark .nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-dark .nav-tabs .nav-link:hover {
  color: #2c323f;
}
body div.dark-only .borderb-tab-dark.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-dark .nav-tabs .nav-link.active {
  border-bottom: 2px solid #2c323f !important;
}
body div.dark-only .borderb-tab-warning {
  border-bottom: none;
  top: 1px !important;
}
body div.dark-only .borderb-tab-warning.nav-tabs .nav-item .nav-link, body div.dark-only .borderb-tab-warning .nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .borderb-tab-warning.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-warning.nav-tabs .nav-item.show, body div.dark-only .borderb-tab-warning.nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-warning.nav-tabs .nav-link:hover, body div.dark-only .borderb-tab-warning .nav-tabs .nav-link.active, body div.dark-only .borderb-tab-warning .nav-tabs .nav-item.show, body div.dark-only .borderb-tab-warning .nav-tabs .nav-link:focus, body div.dark-only .borderb-tab-warning .nav-tabs .nav-link:hover {
  color: #ffc717;
}
body div.dark-only .borderb-tab-warning.nav-tabs .nav-link.active, body div.dark-only .borderb-tab-warning .nav-tabs .nav-link.active {
  border-bottom: 2px solid #ffc717 !important;
}
body div.dark-only .dropdown-divider {
  border-top: 1px solid #374558;
}
body div.dark-only .icon-hover-bottom {
  background-color: #2c3054;
  box-shadow: 0px 0px 1px 1px #374558;
}
body div.dark-only .icon-hover-bottom .icon-title {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .icon-hover-bottom span {
  color: #98a6ad;
}
body div.dark-only .icon-hover-bottom .form-group input {
  background-color: #333a62;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid #374558;
}
body div.dark-only .icon-hover-bottom .icon-first i {
  color: #98a6ad;
}
body div.dark-only code {
  background-color: #d8ecff;
  border-radius: 2px;
}
body div.dark-only #cd-timeline::before {
  background: #374558;
}
body div.dark-only .timeliny {
  border-top: 1px solid #374558;
  border-bottom: 1px solid #374558;
}
body div.dark-only .timeliny::before {
  background-color: #fff;
}
body div.dark-only .timeliny .timeliny-dot {
  background-color: #2c3054;
  border: 1px solid #fff;
}
body div.dark-only .timeliny .timeliny-dot::before {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover {
  background-color: #fff;
}
body div.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after {
  background-color: #2c3054;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .todo .todo-list-wrapper #todo-list li .task-container {
  background: #2c3054;
  border-bottom: 1px solid #374558;
}
body div.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-label {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .todo .todo-list-wrapper #todo-list li .task-container:hover h4 {
  color: #fff;
}
body div.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box:hover:not(.active) {
  background: #2c3054;
  border: 1px solid #374558;
}
body div.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .task-label {
  color: #3949ab;
}
body div.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn:hover {
  border: 1px solid #80cf00 !important;
}
body div.dark-only .todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea {
  background-color: #2c3054;
  border: 1px solid #374558;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .todo .action-box.large .icon .icon-trash, body div.dark-only .todo .action-box.large .icon .icon-check {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .user-profile .ttl-info h6 {
  color: #98a6ad;
}
body div.dark-only .user-profile .ttl-info span {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .user-profile .hovercard .info .title a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .user-profile .hovercard .user-image .avatar img {
  border: 10px solid #2c3054;
}
body div.dark-only .user-profile .hovercard .user-image .icon-wrapper {
  background-color: #2c3054;
}
body div.dark-only .user-profile .hovercard .tabs-scoial {
  border-bottom: none !important;
}
body div.dark-only .user-profile .follow .follow-num {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .user-profile .profile-img-style .user-name {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .user-profile .profile-img-style p {
  color: #98a6ad;
}
body div.dark-only span.twitter-typeahead .tt-menu {
  background-color: #333a62;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only span.twitter-typeahead .tt-suggestion {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only span.twitter-typeahead .tt-suggestion:hover, body div.dark-only span.twitter-typeahead .tt-suggestion:focus {
  background-color: #2c3054;
}
body div.dark-only .typography small {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .blockquote-footer {
  color: #98a6ad;
}
body div.dark-only .code-box-copy pre {
  background-color: #333a62;
}
body div.dark-only .code-box-copy pre code {
  background-color: #333a62;
}
body div.dark-only .code-box-copy pre[class*=language-] {
  border: 1px solid #374558;
}
body div.dark-only .code-box-copy .code-box-copy__btn {
  background-color: #333a62;
  border: 1px solid #374558;
  color: #fff;
}
body div.dark-only .code-box-copy code[class*=language-],
body div.dark-only .code-box-copy pre[class*=language-] {
  text-shadow: 0px 1px #000;
}
body div.dark-only .code-box-copy code[class*=language-] ::-moz-selection, body div.dark-only .code-box-copy pre[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #2c3054;
}
body div.dark-only .code-box-copy code[class*=language-] ::selection,
body div.dark-only .code-box-copy pre[class*=language-] ::selection {
  text-shadow: none;
  background: #2c3054;
}
body div.dark-only table.fixedHeader-floating {
  background-color: #333a62;
}
body div.dark-only .dt-button-info {
  background-color: #2c3054;
  border: 1px solid #374558;
}
body div.dark-only .dt-button-info h2 {
  background-color: #2c3054;
  border-bottom: 1px solid #374558;
}
body div.dark-only #keytable_wrapper .dataTables_paginate,
body div.dark-only #column-selector_wrapper .dataTables_paginate,
body div.dark-only #auto-fill_wrapper .dataTables_paginate,
body div.dark-only #custom-button_wrapper .dataTables_paginate,
body div.dark-only #class-button_wrapper .dataTables_paginate,
body div.dark-only #keyboard-btn_wrapper .dataTables_paginate,
body div.dark-only #multilevel-btn_wrapper .dataTables_paginate,
body div.dark-only #pagelength-btn_wrapper .dataTables_paginate,
body div.dark-only #basic-colreorder_wrapper .dataTables_paginate,
body div.dark-only #state-saving_wrapper .dataTables_paginate,
body div.dark-only #real-time_wrapper .dataTables_paginate,
body div.dark-only #basic-fixed-header_wrapper .dataTables_paginate,
body div.dark-only #fixed-header-footer_wrapper .dataTables_paginate,
body div.dark-only #export-button_wrapper .dataTables_paginate,
body div.dark-only #excel-cust-bolder_wrapper .dataTables_paginate,
body div.dark-only #cust-json_wrapper .dataTables_paginate,
body div.dark-only #basic-key-table_wrapper .dataTables_paginate,
body div.dark-only #focus-cell_wrapper .dataTables_paginate,
body div.dark-only #responsive_wrapper .dataTables_paginate,
body div.dark-only #new-cons_wrapper .dataTables_paginate,
body div.dark-only #show-hidden-row_wrapper .dataTables_paginate,
body div.dark-only #basic-row-reorder_wrapper .dataTables_paginate,
body div.dark-only #full-row_wrapper .dataTables_paginate,
body div.dark-only #rest-column_wrapper .dataTables_paginate {
  border: none;
}
body div.dark-only #example-style-8_wrapper table.dataTable.stripe tbody tr.odd,
body div.dark-only #example-style-8_wrapper table.dataTable.display tbody tr.odd {
  background-color: #333a62;
}
body div.dark-only .error-wrapper {
  background-color: rgba(51, 58, 98, 0.8);
}
body div.dark-only .error-wrapper .sub-content {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .error-wrapper.maintenance-bg {
  background-color: rgba(0, 0, 0, 0.85);
}
body div.dark-only .b-light {
  border: 1px solid #374558 !important;
}
body div.dark-only .modal-content {
  background-color: #2c3054;
}
body div.dark-only .modal-content .modal-header {
  border-bottom: 1px solid #374558;
}
body div.dark-only .modal-content .ui-front .form-control {
  background-color: #2c3054;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid #374558;
}
body div.dark-only .modal .theme-close {
  background-color: #2c3054 !important;
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .token.atrule,
body div.dark-only .token.attr-value,
body div.dark-only .token.keyword {
  color: #06b5dd;
}
body div.dark-only .token.boolean, body div.dark-only .token.constant, body div.dark-only .token.deleted, body div.dark-only .token.number, body div.dark-only .token.property, body div.dark-only .token.symbol, body div.dark-only .token.tag {
  color: #fd517d;
}
body div.dark-only .loader-box.card-loader {
  background-color: #2c3054;
}
body div.dark-only .my-gallery.gallery-with-description img {
  border: 1px solid #374558 !important;
  border-bottom: none !important;
}
body div.dark-only .alert-primary.inverse {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .alert-secondary.inverse {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .alert-success.inverse {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .alert-danger.inverse {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .alert-warning.inverse {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .alert-info.inverse {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .alert-light.inverse {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .alert-dark.inverse {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .alert-theme span + span + span {
  border: 1px solid #3949ab;
  background-color: #333a62;
  border-radius: 4px;
}
body div.dark-only .alert-theme i {
  background-color: #3949ab;
  color: #fff;
  padding: 20px;
  margin-right: 20px !important;
}
body div.dark-only .user-card .user-deatils h6 {
  color: #98a6ad;
}
body div.dark-only .user-card .card-footer > div:first-child {
  border-right: 1px solid #374558;
}
body div.dark-only .user-card .card-footer .user-footer h6 {
  color: #98a6ad;
}
body div.dark-only .user-card .card-footer .user-footer svg path,
body div.dark-only .user-card .card-footer .user-footer svg rect {
  color: #98a6ad;
}
body div.dark-only .order-history table tr td,
body div.dark-only .order-history table tr th {
  border-top: none !important;
}
body div.dark-only .order-history .title-orders {
  background-color: #333a62;
}
body div.dark-only .navigation-option ul li a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .navigation-option ul li:hover {
  background-color: #333a62;
}
body div.dark-only .product-box .product-details h6 {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .product-box .product-details span {
  color: #98a6ad;
}
body div.dark-only .product-box .product-img .product-hover ul li {
  background-color: #2c3054;
}
body div.dark-only .product-box .product-img .product-hover ul li:hover {
  background-color: #000;
  color: #fff;
}
body div.dark-only .browse .browse-articles ul li a {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .browse .browse-articles ul li:hover {
  background-color: #333a62;
}
body div.dark-only .radio-primary input[type=radio] + label::before {
  border-color: #3949ab !important;
}
body div.dark-only .radio-primary input[type=radio] + label::after {
  background-color: #3949ab;
}
body div.dark-only .radio-primary input[type=radio]:checked + label::before {
  border-color: #3949ab !important;
}
body div.dark-only .radio-primary input[type=radio]:checked + label::after {
  background-color: #3949ab;
}
body div.dark-only .radio-secondary input[type=radio] + label::before {
  border-color: #fe80b2 !important;
}
body div.dark-only .radio-secondary input[type=radio] + label::after {
  background-color: #fe80b2;
}
body div.dark-only .radio-secondary input[type=radio]:checked + label::before {
  border-color: #fe80b2 !important;
}
body div.dark-only .radio-secondary input[type=radio]:checked + label::after {
  background-color: #fe80b2;
}
body div.dark-only .radio-success input[type=radio] + label::before {
  border-color: #80cf00 !important;
}
body div.dark-only .radio-success input[type=radio] + label::after {
  background-color: #80cf00;
}
body div.dark-only .radio-success input[type=radio]:checked + label::before {
  border-color: #80cf00 !important;
}
body div.dark-only .radio-success input[type=radio]:checked + label::after {
  background-color: #80cf00;
}
body div.dark-only .radio-danger input[type=radio] + label::before {
  border-color: #fd517d !important;
}
body div.dark-only .radio-danger input[type=radio] + label::after {
  background-color: #fd517d;
}
body div.dark-only .radio-danger input[type=radio]:checked + label::before {
  border-color: #fd517d !important;
}
body div.dark-only .radio-danger input[type=radio]:checked + label::after {
  background-color: #fd517d;
}
body div.dark-only .radio-info input[type=radio] + label::before {
  border-color: #06b5dd !important;
}
body div.dark-only .radio-info input[type=radio] + label::after {
  background-color: #06b5dd;
}
body div.dark-only .radio-info input[type=radio]:checked + label::before {
  border-color: #06b5dd !important;
}
body div.dark-only .radio-info input[type=radio]:checked + label::after {
  background-color: #06b5dd;
}
body div.dark-only .radio-light input[type=radio] + label::before {
  border-color: #f8f5fd !important;
}
body div.dark-only .radio-light input[type=radio] + label::after {
  background-color: #f8f5fd;
}
body div.dark-only .radio-light input[type=radio]:checked + label::before {
  border-color: #f8f5fd !important;
}
body div.dark-only .radio-light input[type=radio]:checked + label::after {
  background-color: #f8f5fd;
}
body div.dark-only .radio-dark input[type=radio] + label::before {
  border-color: #2c323f !important;
}
body div.dark-only .radio-dark input[type=radio] + label::after {
  background-color: #2c323f;
}
body div.dark-only .radio-dark input[type=radio]:checked + label::before {
  border-color: #2c323f !important;
}
body div.dark-only .radio-dark input[type=radio]:checked + label::after {
  background-color: #2c323f;
}
body div.dark-only .radio-warning input[type=radio] + label::before {
  border-color: #ffc717 !important;
}
body div.dark-only .radio-warning input[type=radio] + label::after {
  background-color: #ffc717;
}
body div.dark-only .radio-warning input[type=radio]:checked + label::before {
  border-color: #ffc717 !important;
}
body div.dark-only .radio-warning input[type=radio]:checked + label::after {
  background-color: #ffc717;
}
body div.dark-only .checkbox-primary label::before {
  border-color: #3949ab !important;
}
body div.dark-only .checkbox-secondary label::before {
  border-color: #fe80b2 !important;
}
body div.dark-only .checkbox-success label::before {
  border-color: #80cf00 !important;
}
body div.dark-only .checkbox-danger label::before {
  border-color: #fd517d !important;
}
body div.dark-only .checkbox-info label::before {
  border-color: #06b5dd !important;
}
body div.dark-only .checkbox-light label::before {
  border-color: #f8f5fd !important;
}
body div.dark-only .checkbox-dark label::before {
  border-color: #2c323f !important;
}
body div.dark-only .checkbox-warning label::before {
  border-color: #ffc717 !important;
}
body div.dark-only .checkbox-solid-primary label:before {
  background-color: #3949ab !important;
  border-color: #3949ab !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-primary input[type=checkbox]:checked + label::before {
  background-color: #3949ab !important;
  border-color: #3949ab !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-primary input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body div.dark-only .checkbox-solid-secondary label:before {
  background-color: #fe80b2 !important;
  border-color: #fe80b2 !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-secondary input[type=checkbox]:checked + label::before {
  background-color: #fe80b2 !important;
  border-color: #fe80b2 !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-secondary input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body div.dark-only .checkbox-solid-success label:before {
  background-color: #80cf00 !important;
  border-color: #80cf00 !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-success input[type=checkbox]:checked + label::before {
  background-color: #80cf00 !important;
  border-color: #80cf00 !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-success input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body div.dark-only .checkbox-solid-danger label:before {
  background-color: #fd517d !important;
  border-color: #fd517d !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-danger input[type=checkbox]:checked + label::before {
  background-color: #fd517d !important;
  border-color: #fd517d !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-danger input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body div.dark-only .checkbox-solid-info label:before {
  background-color: #06b5dd !important;
  border-color: #06b5dd !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-info input[type=checkbox]:checked + label::before {
  background-color: #06b5dd !important;
  border-color: #06b5dd !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-info input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body div.dark-only .checkbox-solid-light label:before {
  background-color: #f8f5fd !important;
  border-color: #f8f5fd !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-light input[type=checkbox]:checked + label::before {
  background-color: #f8f5fd !important;
  border-color: #f8f5fd !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-light input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body div.dark-only .checkbox-solid-dark label:before {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-dark input[type=checkbox]:checked + label::before {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-dark input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body div.dark-only .checkbox-solid-warning label:before {
  background-color: #ffc717 !important;
  border-color: #ffc717 !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-warning input[type=checkbox]:checked + label::before {
  background-color: #ffc717 !important;
  border-color: #ffc717 !important;
  color: #fff !important;
}
body div.dark-only .checkbox-solid-warning input[type=checkbox]:checked + label::after {
  color: #fff !important;
}
body div.dark-only .bootstrap-datetimepicker-widget ul li {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #374558;
}
body div.dark-only .bootstrap-datetimepicker-widget tr th:hover,
body div.dark-only .bootstrap-datetimepicker-widget tr td:hover {
  background-color: #2c3054;
}
body div.dark-only .bootstrap-datetimepicker-widget tr th span:hover,
body div.dark-only .bootstrap-datetimepicker-widget tr td span:hover {
  background-color: #2c3054;
}
body div.dark-only .bootstrap-datetimepicker-widget tr th.prev:hover, body div.dark-only .bootstrap-datetimepicker-widget tr th.next:hover,
body div.dark-only .bootstrap-datetimepicker-widget tr td.prev:hover,
body div.dark-only .bootstrap-datetimepicker-widget tr td.next:hover {
  background-color: #2c3054;
}
body div.dark-only .bootstrap-datetimepicker-widget tr:first-child th:hover {
  background-color: #2c3054;
}
body div.dark-only .btn-transparent {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only #cal-basic .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after,
body div.dark-only #cal-basic .fc-toolbar .fc-right .fc-next-button .fc-icon-right-single-arrow:after {
  color: #98a6ad;
}
body div.dark-only #cal-basic .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after,
body div.dark-only #cal-basic .fc-toolbar .fc-right .fc-prev-button .fc-icon-left-single-arrow:after {
  color: #98a6ad;
}
body div.dark-only #cal-basic .fc-toolbar .fc-left .fc-button-group .fc-month-button {
  color: #fff !important;
}
body div.dark-only .fc-button-group .fc-basicWeek-button,
body div.dark-only .fc-button-group .fc-basicDay-button,
body div.dark-only .fc-button-group .fc-agendaWeek-button,
body div.dark-only .fc-button-group .fc-agendaDay-button {
  color: #000 !important;
}
body div.dark-only .fc-button-group .fc-month-button {
  color: #fff !important;
}
body div.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-month-button,
body div.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .btn-light {
  color: #000 !important;
}
body div.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button {
  color: #fff !important;
}
body div.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button:hover {
  color: #000 !important;
}
body div.dark-only .categories ul li a {
  color: #98a6ad;
}
body div.dark-only .categories ul li:hover {
  background-color: #333a62;
}
body div.dark-only .socialprofile .likes-profile h5 span {
  color: rgba(255, 255, 255, 0.7);
}
body div.dark-only .socialprofile span {
  color: #98a6ad;
}
body div.dark-only .social-status .media .media-body span + span {
  color: #98a6ad;
}
body div.dark-only .social-status .media .media-body p,
body div.dark-only .social-status .media .media-body .light-span {
  color: #98a6ad;
}
body div.dark-only .social-status form .form-group .form-control-plaintext {
  border: 1px solid #374558;
}
body div.dark-only .filter-cards-view p,
body div.dark-only .timeline-content p {
  color: #98a6ad;
}
body div.dark-only .filter-cards-view .comment-number i,
body div.dark-only .timeline-content .comment-number i {
  color: #98a6ad;
}
body div.dark-only .filter-cards-view .comments-box .input-group .form-control,
body div.dark-only .timeline-content .comments-box .input-group .form-control {
  border: none !important;
}
body div.dark-only .filter-cards-view .comments-box .input-group .input-group-append,
body div.dark-only .timeline-content .comments-box .input-group .input-group-append {
  background-color: #333a62;
}
body div.dark-only .social-chat .media-body {
  border: 1px solid #374558;
}
body div.dark-only .social-chat .media-body:after {
  border-right: 7px solid #2c3054;
}
body div.dark-only .social-chat span span {
  color: #98a6ad;
}
body div.dark-only .details-about .your-details p {
  color: #98a6ad;
}
body div.dark-only .activity-log .my-activity p {
  color: #98a6ad;
}
body div.sidebar-dark .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu li.active a.active {
  color: #fff;
  font-weight: 700;
}
body div.sidebar-dark .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons span, body div.sidebar-dark .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons i {
  color: #fff;
}
body div.sidebar-dark .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar {
  background-color: #2c3054;
  box-shadow: inset -2px 0px 2px 0px #4c5564;
}
body div.sidebar-dark .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar .bar-icons {
  border: none;
}
body div.sidebar-dark .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar .iconbar-mainmenu {
  background-color: #2c3054;
  box-shadow: none;
}
body div.sidebar-dark .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar .iconbar-mainmenu .iconbar-header {
  background-color: #2c3054;
  color: #fff;
}
body div.sidebar-dark .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar .iconbar-mainmenu li a {
  color: rgba(255, 255, 255, 0.7);
}
body div.sidebar-dark .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar li a i {
  color: rgba(255, 255, 255, 0.7);
}
body div.sidebar-dark .page-body-wrapper .iconsidebar-menu .sidebar .iconMenu-bar li a span {
  color: #fff;
}
/**=====================
   59. theme layout CSS ends
==========================**/
/**=====================
    56.  Ribbon CSS Start
==========================**/
.ribbon-wrapper, .ribbon-wrapper-right, .ribbon-wrapper-bottom, .ribbon-wrapper-right-bottom {
  position: relative;
  padding-top: 40px;
}
.ribbon-vertical-left-wrapper {
  padding-left: 40px;
  position: relative;
}
.ribbon-overflow {
  overflow: hidden;
}
.ribbon-vertical-right-wrapper {
  padding-right: 40px;
}
.ribbon-wrapper-bottom {
  padding-bottom: 40px;
  padding-top: 0;
}
.ribbon-wrapper-right-bottom {
  padding-right: 40px;
}
.ribbon-content {
  margin-bottom: 0;
}
.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: 0px;
  color: #fff;
  z-index: 1;
}
.ribbon-space-bottom {
  top: 0px;
}
.ribbon-clip {
  left: -14px;
}
.ribbon-clip:before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #2c323f;
  border-right-color: #2c323f;
}
.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 15px solid #2c323f;
  border-right: 10px solid transparent;
}
.ribbon-right {
  left: auto;
  right: -2px;
}
.ribbon-clip-right {
  right: -14px;
}
.ribbon-clip-right:before {
  position: absolute;
  top: 30px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #2c323f;
  border-right-color: #2c323f;
}
.ribbon-clip-bottom {
  left: -14px;
  bottom: 12px;
  top: auto;
}
.ribbon-clip-bottom:before {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #2c323f;
  border-right-color: #2c323f;
}
.ribbon-clip-bottom-right {
  right: -14px;
  left: auto;
  bottom: 12px;
  top: auto;
}
.ribbon-clip-bottom-right:before {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #2c323f;
  border-right-color: #2c323f;
}
.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #2c323f;
  border-left: 10px solid transparent;
}
.ribbon-vertical-left {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
}
.ribbon-vertical-right {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  top: -2px;
  left: auto;
  right: 12px;
}
.ribbon-bookmark.ribbon-vertical-left:before, .ribbon-bookmark.ribbon-vertical-right:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #2c323f;
  border-bottom: 10px solid transparent;
}
.ribbon-primary {
  background: #3949ab;
}
.ribbon-primary {
  background: #3949ab;
}
.ribbon-bookmark.ribbon-primary:before {
  border-color: #3949ab;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #3949ab;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
  border-right-color: #3949ab;
  border-bottom-color: transparent;
}
.ribbon-primary.ribbon-corner:before {
  border-top-color: #3949ab;
  border-left-color: #3949ab;
}
.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #3949ab;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #3949ab;
}
.ribbon-primary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #2c3985;
  border-right-color: #2c3985;
}
.ribbon-primary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #2c3985;
  border-left-color: #2c3985;
}
.ribbon-primary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #2c3985;
  border-right-color: #2c3985;
}
.ribbon-primary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #2c3985;
  border-right-color: transparent;
  border-left-color: #2c3985;
}
.ribbon-secondary {
  background: #fe80b2;
}
.ribbon-secondary {
  background: #fe80b2;
}
.ribbon-bookmark.ribbon-secondary:before {
  border-color: #fe80b2;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
  border-right-color: #fe80b2;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {
  border-right-color: #fe80b2;
  border-bottom-color: transparent;
}
.ribbon-secondary.ribbon-corner:before {
  border-top-color: #fe80b2;
  border-left-color: #fe80b2;
}
.ribbon-secondary.ribbon-corner.ribbon-right:before {
  border-right-color: #fe80b2;
  border-left-color: transparent;
}
.ribbon-secondary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fe80b2;
}
.ribbon-secondary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #fe4d93;
  border-right-color: #fe4d93;
}
.ribbon-secondary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #fe4d93;
  border-left-color: #fe4d93;
}
.ribbon-secondary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fe4d93;
  border-right-color: #fe4d93;
}
.ribbon-secondary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #fe4d93;
  border-right-color: transparent;
  border-left-color: #fe4d93;
}
.ribbon-success {
  background: #80cf00;
}
.ribbon-success {
  background: #80cf00;
}
.ribbon-bookmark.ribbon-success:before {
  border-color: #80cf00;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #80cf00;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {
  border-right-color: #80cf00;
  border-bottom-color: transparent;
}
.ribbon-success.ribbon-corner:before {
  border-top-color: #80cf00;
  border-left-color: #80cf00;
}
.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #80cf00;
  border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #80cf00;
}
.ribbon-success.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #609c00;
  border-right-color: #609c00;
}
.ribbon-success.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #609c00;
  border-left-color: #609c00;
}
.ribbon-success.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #609c00;
  border-right-color: #609c00;
}
.ribbon-success.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #609c00;
  border-right-color: transparent;
  border-left-color: #609c00;
}
.ribbon-danger {
  background: #fd517d;
}
.ribbon-danger {
  background: #fd517d;
}
.ribbon-bookmark.ribbon-danger:before {
  border-color: #fd517d;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #fd517d;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {
  border-right-color: #fd517d;
  border-bottom-color: transparent;
}
.ribbon-danger.ribbon-corner:before {
  border-top-color: #fd517d;
  border-left-color: #fd517d;
}
.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #fd517d;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fd517d;
}
.ribbon-danger.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #fc1f57;
  border-right-color: #fc1f57;
}
.ribbon-danger.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #fc1f57;
  border-left-color: #fc1f57;
}
.ribbon-danger.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fc1f57;
  border-right-color: #fc1f57;
}
.ribbon-danger.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #fc1f57;
  border-right-color: transparent;
  border-left-color: #fc1f57;
}
.ribbon-info {
  background: #06b5dd;
}
.ribbon-info {
  background: #06b5dd;
}
.ribbon-bookmark.ribbon-info:before {
  border-color: #06b5dd;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #06b5dd;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-right-color: #06b5dd;
  border-bottom-color: transparent;
}
.ribbon-info.ribbon-corner:before {
  border-top-color: #06b5dd;
  border-left-color: #06b5dd;
}
.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #06b5dd;
  border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #06b5dd;
}
.ribbon-info.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #058cab;
  border-right-color: #058cab;
}
.ribbon-info.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #058cab;
  border-left-color: #058cab;
}
.ribbon-info.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #058cab;
  border-right-color: #058cab;
}
.ribbon-info.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #058cab;
  border-right-color: transparent;
  border-left-color: #058cab;
}
.ribbon-light {
  background: #f8f5fd;
}
.ribbon-light {
  background: #f8f5fd;
}
.ribbon-bookmark.ribbon-light:before {
  border-color: #f8f5fd;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-light:before {
  border-right-color: #f8f5fd;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {
  border-right-color: #f8f5fd;
  border-bottom-color: transparent;
}
.ribbon-light.ribbon-corner:before {
  border-top-color: #f8f5fd;
  border-left-color: #f8f5fd;
}
.ribbon-light.ribbon-corner.ribbon-right:before {
  border-right-color: #f8f5fd;
  border-left-color: transparent;
}
.ribbon-light.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f8f5fd;
}
.ribbon-light.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #dacbf5;
  border-right-color: #dacbf5;
}
.ribbon-light.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #dacbf5;
  border-left-color: #dacbf5;
}
.ribbon-light.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #dacbf5;
  border-right-color: #dacbf5;
}
.ribbon-light.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #dacbf5;
  border-right-color: transparent;
  border-left-color: #dacbf5;
}
.ribbon-dark {
  background: #2c323f;
}
.ribbon-dark {
  background: #2c323f;
}
.ribbon-bookmark.ribbon-dark:before {
  border-color: #2c323f;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-dark:before {
  border-right-color: #2c323f;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {
  border-right-color: #2c323f;
  border-bottom-color: transparent;
}
.ribbon-dark.ribbon-corner:before {
  border-top-color: #2c323f;
  border-left-color: #2c323f;
}
.ribbon-dark.ribbon-corner.ribbon-right:before {
  border-right-color: #2c323f;
  border-left-color: transparent;
}
.ribbon-dark.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #2c323f;
}
.ribbon-dark.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #171a21;
  border-right-color: #171a21;
}
.ribbon-dark.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #171a21;
  border-left-color: #171a21;
}
.ribbon-dark.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #171a21;
  border-right-color: #171a21;
}
.ribbon-dark.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #171a21;
  border-right-color: transparent;
  border-left-color: #171a21;
}
.ribbon-warning {
  background: #ffc717;
}
.ribbon-warning {
  background: #ffc717;
}
.ribbon-bookmark.ribbon-warning:before {
  border-color: #ffc717;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #ffc717;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {
  border-right-color: #ffc717;
  border-bottom-color: transparent;
}
.ribbon-warning.ribbon-corner:before {
  border-top-color: #ffc717;
  border-left-color: #ffc717;
}
.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #ffc717;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ffc717;
}
.ribbon-warning.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #e3ac00;
  border-right-color: #e3ac00;
}
.ribbon-warning.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #e3ac00;
  border-left-color: #e3ac00;
}
.ribbon-warning.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #e3ac00;
  border-right-color: #e3ac00;
}
.ribbon-warning.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #e3ac00;
  border-right-color: transparent;
  border-left-color: #e3ac00;
}
/**=====================
     56. Ribbon CSS Ends
==========================**/
/**=====================
    57. breadcrumb CSS Start
==========================**/
.page-wrapper .page-body-wrapper .page-header {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-wrapper .page-body-wrapper .page-header .row {
  align-items: center;
}
.page-wrapper .page-body-wrapper .page-header .row .main-header h2 {
  color: #3949ab;
  font-weight: 800;
}
.page-wrapper .page-body-wrapper .page-header .row .main-header h2 span {
  color: #000;
  padding-left: 5px;
}
.page-wrapper .page-body-wrapper .page-header .row .main-header h6 {
  display: block;
  text-transform: uppercase;
  color: #3949ab;
  letter-spacing: 4px;
  font-weight: 700;
}
.page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
  float: right;
}
.page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb li {
  color: #3949ab;
  letter-spacing: 0.5px;
}
.page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb li i {
  font-weight: 700;
}
.page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb > li:nth-child(2) {
  font-weight: 700;
}
.page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb > li:nth-child(3) {
  font-weight: 400;
}
.page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb .breadcrumb-item {
  align-items: center;
}
.page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb .breadcrumb-item a {
  background-color: rgba(57, 73, 171, 0.12);
  padding: 4px 5px 2px 6px;
  border-radius: 100%;
  color: #3949ab;
  font-size: 15px;
}
.page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #3949ab;
  content: "/";
}
.breadcrumb-colored li a {
  color: #fff;
}
.breadcrumb-colored li.active {
  color: #fff;
  opacity: 0.7;
}
.breadcrumb-colored .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb-colored.bg-light .breadcrumb-item + .breadcrumb-item::before {
  color: inherit;
}
/**=====================
    57. breadcrumb CSS ends
==========================**/
/**=====================
    58. Steps  CSS Start
==========================**/
.u-steps {
  margin: 0;
}
.u-step {
  position: relative;
  padding: 12px 20px;
  margin: 0;
  font-size: inherit;
  color: #a3afb7;
  vertical-align: top;
  background-color: #f8f5fd;
  border-radius: 0;
}
.u-step-icon {
  float: left;
  margin-right: 0.5em;
  font-size: 20px;
  line-height: 1.4;
}
.u-step-number {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #ced7da;
  border-radius: 50%;
  transform: translateY(-50%);
  font-family: work-Sans, sans-serif;
}
.u-step-number ~ .u-step-desc {
  min-height: 40px;
  margin-left: 50px;
}
.u-step-title {
  margin-bottom: 0;
  font-size: 20px;
  color: #526069;
}
.u-step-desc {
  text-align: left;
}
.u-step-desc p {
  margin-bottom: 0;
}
.u-steps-vertical {
  flex-direction: column;
}
.u-step.active, .u-step.current {
  color: #fff;
  background-color: #3949ab;
}
.u-step.active .u-step-title, .u-step.current .u-step-title {
  color: #fff;
}
.u-step.active .u-step-number, .u-step.current .u-step-number {
  color: #3949ab;
  background-color: #fff;
}
.u-step.disabled {
  color: #e8ebf2;
  pointer-events: none;
  cursor: auto;
}
.u-step.disabled .u-step-title {
  color: #e8ebf2;
}
.u-step.disabled .u-step-number {
  background-color: #e8ebf2;
}
.u-step.error {
  color: #fff;
  background-color: #fd517d;
}
.u-step.error .u-step-title {
  color: #fff;
}
.u-step.error .u-step-number {
  color: #fd517d;
  background-color: #fff;
}
.u-step.done {
  color: #fff;
  background-color: #80cf00;
}
.u-step.done .u-step-title {
  color: #fff;
}
.u-step.done .u-step-number {
  color: #80cf00;
  background-color: #fff;
}
.u-steps-lg .u-step {
  font-size: 16px;
}
.u-steps-lg .u-step-icon, .u-steps-lg .u-step-title {
  font-size: 22px;
}
.u-steps-lg .u-step-number {
  width: 46px;
  height: 46px;
  font-size: 28px;
  line-height: 46px;
}
.u-steps-lg .u-step-number ~ .u-step-desc {
  min-height: 46px;
  margin-left: 56px;
}
.u-steps-sm .u-step {
  font-size: 12px;
}
.u-steps-sm .u-step-icon, .u-steps-sm .u-step-title {
  font-size: 18px;
}
.u-steps-sm .u-step-number {
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
}
.u-steps-sm .u-step-number ~ .u-step-desc {
  min-height: 30px;
  margin-left: 40px;
}
.u-steps-xs .u-step {
  font-size: 10px;
}
.u-steps-xs .u-step-icon, .u-steps-xs .u-step-title {
  font-size: 16px;
}
.u-steps-xs .u-step-number {
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
}
.u-steps-xs .u-step-number ~ .u-step-desc {
  min-height: 24px;
  margin-left: 34px;
}
.u-pearl {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}
.u-pearl:after {
  position: absolute;
  top: 18px;
  z-index: 0;
  width: 50%;
  height: 4px;
  content: "";
  background-color: #f8f5fd;
}
.u-pearl:before {
  position: absolute;
  top: 18px;
  z-index: 0;
  width: 50%;
  height: 4px;
  content: "";
  background-color: #f8f5fd;
  left: 0;
}
.u-pearl:after {
  right: 0;
}
.u-pearl:first-child:before, .u-pearl:last-child:after {
  display: none !important;
}
.u-pearl-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #e8ebf2;
  border: 2px solid #e8ebf2;
  border-radius: 50%;
}
.u-pearl-icon i {
  position: absolute;
  top: 7px;
  left: 8px;
}
.u-pearl-icon .icon-check {
  left: 7px;
}
.u-pearl-number {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #e8ebf2;
  border: 2px solid #e8ebf2;
  border-radius: 50%;
  font-size: 18px;
}
.u-pearl-icon {
  font-size: 18px;
}
.u-pearl-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 16px;
  color: #526069;
}
.u-pearl.active:after, .u-pearl.active:before {
  background-color: #3949ab;
}
.u-pearl.current:after, .u-pearl.current:before {
  background-color: #3949ab !important;
}
.u-pearl.active .u-pearl-icon, .u-pearl.active .u-pearl-number {
  color: #3949ab;
  background-color: #fff;
  border-color: #3949ab;
  transform: scale(1.3);
}
.u-pearl.current .u-pearl-icon, .u-pearl.current .u-pearl-number {
  color: #3949ab;
  background-color: #fff;
  border-color: #3949ab;
  transform: scale(1.3);
}
.u-pearl.disabled {
  pointer-events: none;
  cursor: auto;
}
.u-pearl.disabled:after, .u-pearl.disabled:before {
  background-color: #f8f5fd;
}
.u-pearl.disabled .u-pearl-icon, .u-pearl.disabled .u-pearl-number {
  color: #fff;
  background-color: #e8ebf2;
  border-color: #e8ebf2;
}
.u-pearl.error:before {
  background-color: #3949ab;
}
.u-pearl.error:after {
  background-color: #f8f5fd;
}
.u-pearl.error .u-pearl-icon, .u-pearl.error .u-pearl-number {
  color: #fd517d;
  background-color: #fff;
  border-color: #fd517d;
}
.u-pearl.done:after, .u-pearl.done:before {
  background-color: #3949ab !important;
}
.u-pearl.done .u-pearl-icon, .u-pearl.done .u-pearl-number {
  color: #fff;
  background-color: #3949ab;
  border-color: #3949ab;
}
.u-pearls-lg .u-pearl:after, .u-pearls-lg .u-pearl:before {
  top: 20px;
}
.u-pearls-lg .u-pearl-title {
  font-size: 18px;
}
.u-pearls-lg .u-pearl-icon, .u-pearls-lg .u-pearl-number {
  width: 40px;
  height: 40px;
  line-height: 36px;
}
.u-pearls-lg .u-pearl-icon, .u-pearls-lg .u-pearl-number {
  font-size: 20px;
}
.u-pearls-sm .u-pearl:after, .u-pearls-sm .u-pearl:before {
  top: 16px;
}
.u-pearls-sm .u-pearl-title {
  font-size: 14px;
}
.u-pearls-sm .u-pearl-icon {
  width: 32px;
  height: 32px;
  line-height: 28px;
}
.u-pearls-sm .u-pearl-number {
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 16px;
}
.u-pearls-sm .u-pearl-icon {
  font-size: 14px;
}
.u-pearls-xs .u-pearl:after, .u-pearls-xs .u-pearl:before {
  top: 12px;
  height: 2px;
}
.u-pearls-xs .u-pearl-title {
  font-size: 12px;
}
.u-pearls-xs .u-pearl-icon {
  width: 24px;
  height: 24px;
  line-height: 20px;
}
.u-pearls-xs .u-pearl-number {
  width: 24px;
  height: 24px;
  line-height: 20px;
  font-size: 12px;
}
.u-pearls-xs .u-pearl-icon {
  font-size: 12px;
}
.u-pearl.current .u-pearl-icon i {
  left: 6px;
}
/**=====================
    58. Steps  CSS ends
==========================**/
/**=====================
   51. Customizer  CSS Start
==========================**/
.customizer-links {
  position: fixed;
  right: 0px;
  top: 50%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 15px 3px rgba(176, 185, 189, 0.3);
  transition: all 0.3s ease;
}
.customizer-links.open {
  right: 330px;
  border-radius: 8px 0 0 8px;
  transition: all 0.3s ease;
}
.customizer-links .nav-link {
  padding: 0;
  border-radius: 0;
}
.customizer-links .nav-link .settings img {
  padding: 15px 17px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
}
.customizer-links .nav-link.active .settings img {
  background-color: rgba(57, 73, 171, 0.2);
}
.customizer-links .nav-link + .nav-link {
  border-top: 1px solid rgba(57, 73, 171, 0.1);
}
.customizer-contain {
  direction: ltr;
  position: fixed;
  top: 200px;
  margin-top: -20px;
  width: 333px;
  right: -334px;
  background-color: #fff;
  z-index: 99;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease;
  border-radius: 25px;
  overflow: hidden;
}
.customizer-contain.open {
  right: 0px;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 25px 0px rgba(126, 55, 216, 0.1);
}
.customizer-contain li {
  position: relative;
}
.customizer-contain li.active:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c323f;
  box-shadow: 0 0 11px 5px rgb(226, 226, 226);
}
.customizer-contain h6 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #212529;
}
.customizer-contain .customizer-header {
  padding: 15px 25px;
  border-bottom: 1px solid #f8f5fd;
}
.customizer-contain .customizer-header .icon-close {
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  font-weight: 900;
  right: 30px;
  color: #3949ab;
}
.customizer-contain .customizer-header h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #313131;
}
.customizer-contain .customizer-header p {
  color: #313131;
}
.customizer-contain .customizer-body {
  padding: 30px;
  max-height: calc(100vh - 170px);
  overflow-y: scroll;
}
.customizer-contain .customizer-body .horizontal_sidebar .body ul li.horizontal-menu {
  width: 100% !important;
  height: 12px !important;
  display: block !important;
}
.customizer-contain .customizer-body .horizontal_sidebar .body ul .body {
  width: calc(100% - 0px) !important;
  height: 72% !important;
}
.customizer-contain .customizer-body .layout-grid.customizer-mix .color-layout {
  height: 70px;
  width: 86px;
  border: 1px solid #f6f7fb;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 3px;
}
.customizer-contain .customizer-body .tab-pane > h6 {
  position: relative;
  margin-top: 25px;
  padding-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #f3f3f3;
  font-size: 18px;
}
.customizer-contain .customizer-body .tab-pane > h6:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 14px;
  border-bottom: 2px dotted #2c323f;
  bottom: -4px;
}
.customizer-contain .customizer-body .tab-pane > h6:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.customizer-contain .customizer-body .nac-pills {
  border: 1px solid #f1f1f1;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customizer-contain .customizer-body .nac-pills .nav-item {
  width: 33.33%;
  text-align: center;
}
.customizer-contain .customizer-body .nac-pills .nav-item .nav-link {
  border-radius: 5px;
}
.customizer-contain .customizer-body .nac-pills .nav-item .nav-link.active {
  background-color: #3949ab;
  color: #fff;
}
.customizer-contain .customizer-body .nac-pills .nav-link {
  padding: 0.2rem 1rem;
}
.customizer-contain .customizer-body li {
  cursor: pointer;
  opacity: 0.9;
}
.customizer-contain .customizer-body li.active {
  opacity: 1;
}
.customizer-contain .customizer-body .fade:not(.show) {
  display: none;
}
.customizer-contain .customizer-body .color-layout {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 3px;
  border: 1px solid #b8b8b8;
  padding: 3px;
}
.customizer-contain .customizer-body .color-layout > div {
  background-color: #3949ab;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
.customizer-contain .customizer-body .color-layout .body .contain {
  position: absolute;
  height: auto;
  width: 100%;
}
.customizer-contain .customizer-body .color-layout .body .contain li {
  height: 1px;
  width: 65%;
  background-color: #3949ab;
  border-radius: 5px;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 4px;
}
.customizer-contain .customizer-body .color-layout .body .contain li:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 3px;
  background-color: #3949ab;
  left: -6px;
  border-radius: 5px;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-2] div {
  background-color: #0288d1;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-3] div {
  background-color: #8e24aa;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-4] div {
  background-color: #4c2fbf;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-5] div {
  background-color: #7c4dff;
}
.customizer-contain .customizer-body .color-layout[data-attr=color-6] div {
  background-color: #3949ab;
}
.customizer-contain .customizer-body [data-attr*=light-] .body .body ul {
  background-color: #f6f7fb;
}
.customizer-contain .customizer-body .dark [data-attr*=dark-] {
  background-color: #2f3c4e;
}
.customizer-contain .customizer-body .dark [data-attr*=dark-] .body ul {
  background-color: #2f3c4e;
}
.customizer-contain .customizer-body .main-layout > li {
  height: 70px;
  width: 84px;
  border: 1px solid #f8f5fd;
  border-radius: 5px;
  display: inline-block;
}
.customizer-contain .customizer-body .main-layout > li > .body ul .body .badge {
  left: 2px;
}
.customizer-contain .customizer-body .main-layout > li:nth-child(2) > .body ul .body .badge {
  left: 10px;
}
.customizer-contain .customizer-body .main-layout > li + li {
  margin-left: 5px;
}
.customizer-contain .customizer-body .main-layout .box-layout > .body, .customizer-contain .customizer-body .main-layout .box-layout > .header {
  width: 59px;
  margin-left: auto;
  margin-right: auto;
}
.customizer-contain .customizer-body .sidebar-type > li,
.customizer-contain .customizer-body .sidebar-setting > li {
  height: 70px;
  width: 87px;
  border: 1px solid #f8f5fd;
  border-radius: 5px;
  display: inline-block;
}
.customizer-contain .customizer-body .sidebar-type > li + li,
.customizer-contain .customizer-body .sidebar-setting > li + li {
  margin-left: 7px;
}
.customizer-contain .customizer-body .sidebar-bg-settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customizer-contain .customizer-body .sidebar-bg-settings li {
  height: 100px;
  width: 100%;
  border: 1px solid #f8f5fd;
  border-radius: 5px;
  display: inline-block;
  margin-right: 9px;
  box-shadow: 0 0 11px -2px rgba(128, 128, 128, 0.4);
}
.customizer-contain .customizer-footer {
  position: absolute;
  bottom: 0;
  padding: 25px;
  width: 100%;
  border-top: 1px solid #f8f5fd;
  background-color: #fff;
}
.layout-grid:not(.customizer-color) li {
  padding: 5px;
}
.layout-grid:not(.customizer-color) li > .header {
  height: 9px;
  border-radius: 3px;
  position: relative;
}
.layout-grid:not(.customizer-color) li > .header ul {
  position: absolute;
  top: -8px;
  left: 5px;
}
.layout-grid:not(.customizer-color) li > .header ul > li {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  top: calc(50% - 3px);
  background-color: #fd517d;
  margin-right: 1px;
  padding: 0;
}
.layout-grid:not(.customizer-color) li > .header ul > li:nth-child(2) {
  background-color: #ffc717;
}
.layout-grid:not(.customizer-color) li > .header ul > li:nth-child(3) {
  background-color: #80cf00;
}
.layout-grid:not(.customizer-color) li > .body {
  background-color: #f8f5fd;
  height: calc(100% - 16px);
  border-radius: 3px;
  position: relative;
  margin-top: 5px;
  text-align: center;
  line-height: 3.1;
}
.layout-grid:not(.customizer-color) li > .body ul {
  height: 100%;
  background-color: #fff;
}
.layout-grid:not(.customizer-color) li > .body ul .sidebar {
  width: 18px;
  height: 100%;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  padding: 0;
}
.layout-grid:not(.customizer-color) li > .body ul .body {
  width: calc(100% - 25px);
  padding: 0;
  margin: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.layout-grid:not(.customizer-color) li > .body ul .body .badge {
  position: absolute;
  font-size: 10px;
}
.config-popup {
  display: block;
  border-bottom: none !important;
}
/**=====================
     51.Customizer CSS Ends
==========================**/
/**=====================
     81. social app css start
==========================**/
.social-app-profile .hovercard {
  background: transparent;
  box-shadow: none;
}
.user-profile .hovercard .socialheader {
  background: url('social-image.png');
}
.user-profile .hovercard .user-image {
  text-align: center;
}
.user-profile .hovercard .user-image .share-icons {
  position: absolute;
  right: 100px;
  top: -27px;
}
.user-profile .hovercard .user-image .share-icons li {
  display: inline-block;
  margin-right: 10px;
}
.user-profile .hovercard .user-image .share-icons li .social-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  border-radius: 100%;
}
.user-profile .hovercard .user-image .share-icons li .social-icon i {
  color: #fff;
  font-size: 25px;
}
.user-profile .hovercard .user-image .share-icons li:last-child {
  margin-right: 0;
}
.market-tabs .nav-tabs {
  border-bottom: none;
  border-radius: 0 0 40px 40px;
  margin-top: 0;
  background-color: transparent;
  box-shadow: 0px 0px 25px 0px rgba(126, 55, 216, 0.05);
}
.market-tabs .nav-tabs .nav-link.active, .market-tabs .nav-tabs .nav-item.show .nav-link {
  background: transparent;
}
.market-tabs .nav-tabs .nav-item {
  background: #fff;
  padding: 20px 0;
}
.market-tabs .nav {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.market-tabs .nav .nav-item {
  width: 100%;
}
.market-tabs .nav .nav-item .nav-link {
  font-size: 16px;
  height: 81px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 30px;
  text-align: center;
  border: none;
  color: #1b3155;
}
.market-tabs .nav .nav-item .nav-link.active {
  color: #3949ab;
}
.tabs-scoial {
  border-bottom: none;
  margin-bottom: 20px !important;
  margin-top: 20px;
}
.tabs-scoial li a {
  font-weight: 600;
}
.tabs-scoial li a svg circle {
  color: #999;
}
.social-network span {
  margin-bottom: 30px;
  display: block;
}
.social-list .media {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-list .media:last-child {
  margin-bottom: 0;
}
.social-list .media .media-body a {
  color: #999;
}
.social-list .media .media-body span {
  font-weight: 600;
}
.social-list .media .media-body:hover a {
  color: #3949ab;
}
.photos {
  margin-bottom: -10px;
}
.photos ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.photos ul li:nth-child(3n) {
  margin-right: 0;
}
.new-users-social {
  margin-bottom: 30px;
}
.new-users-social .media img {
  width: 58px;
}
.new-users-social .media .media-body {
  margin-top: 10px;
}
.new-users-social svg circle {
  color: #999;
}
.like-content span i {
  font-size: 14px;
}
.timeline-content p {
  margin-top: 30px;
  color: #999;
}
.timeline-content .comment-number i {
  color: #999;
  margin-right: 20px;
}
.timeline-content .comments-box {
  margin-top: 30px;
}
.timeline-content .comments-box .input-group {
  margin-top: 6px;
}
.timeline-content .comments-box .input-group .input-txt-bx {
  background-color: #f8f5fd;
  border: none;
}
.timeline-content .comments-box .input-group .input-txt-bx::-moz-placeholder {
  color: #999;
}
.timeline-content .comments-box .input-group .input-txt-bx::placeholder {
  color: #999;
}
.timeline-content .comments-box .input-group .input-group-append {
  background-color: #f8f5fd;
}
.timeline-content .comments-box .input-group .input-group-append .btn i {
  font-size: 20px;
  display: flex;
  color: #999;
}
.social-chat {
  margin-top: 30px;
}
.social-chat span span {
  font-weight: normal;
  color: #999;
  font-size: 12px;
}
.social-chat .media-body {
  padding: 30px;
  border: 1px solid #f8f5fd;
  position: relative;
}
.social-chat .media-body p {
  margin-top: 5px;
}
.social-chat .media-body:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 100%;
  border: 7px solid transparent;
  border-right: 7px solid #aaaaaa;
}
.social-chat .media-body:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 100%;
  border: 7px solid transparent;
  border-right: 7px solid #fff;
}
.social-chat .your-msg, .social-chat .other-msg {
  margin-bottom: 30px;
}
.social-chat .other-msg {
  margin-left: 40px;
}
.socialprofile span {
  color: #999;
}
.socialprofile .social-btngroup {
  margin: 30px 0;
}
.socialprofile .likes-profile h5 span {
  color: #1b3155;
}
.socialprofile .social-group {
  margin-top: 30px;
}
.socialprofile .social-group ul li:nth-child(4) {
  margin-left: -22px;
}
.social-status form .form-group .form-control-social {
  border: 1px solid #f8f5fd;
  padding: 10px 15px;
  margin-bottom: 30px;
  width: 100%;
}
.social-status .media {
  position: relative;
  margin-bottom: 30px;
}
.social-status .media:last-child {
  margin-bottom: 0;
}
.social-status .media .social-status {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  bottom: 0;
  left: 35px;
  border-radius: 100%;
}
.social-status .media .social-online {
  border: 3px solid #80cf00;
}
.social-status .media .social-busy {
  border: 3px solid #ffc717;
}
.social-status .media .social-offline {
  border: 3px solid #aaaaaa;
}
.social-status .media .media-body p {
  color: #999;
  margin-bottom: 5px;
}
.social-status .media .media-body span + span {
  color: #999;
}
.social-status .media .media-body .light-span {
  color: #999;
}
.social-header h5 span:first-child {
  line-height: 1.48;
}
.social-header h5 span svg circle {
  color: #999;
}
.details-about + .details-about {
  margin-top: 30px;
}
.details-about .your-details p {
  color: #999;
}
.avatar-showcase .friend-pic {
  margin-right: 8px;
  margin-bottom: 10px;
}
.avatar-showcase .pepole-knows ul li {
  display: inline-block;
  margin-right: 21px;
  margin-bottom: 10px;
}
.avatar-showcase .pepole-knows ul li:last-child {
  margin-right: 0;
}
.avatar-showcase .pepole-knows ul li .add-friend h6 {
  margin-top: 3px;
}
.activity-log .my-activity + .my-activity {
  margin-top: 30px;
}
.activity-log .my-activity p {
  margin-bottom: 5px;
}
.activity-log .my-activity p span svg {
  width: 15px;
  height: 15px;
}
/**=====================
     81. social app CSS end
==========================**/
/**=====================
     61. Faq CSS start
==========================**/
.faq-widgets {
  align-items: center;
}
.faq-widgets .media-body h5 {
  font-weight: 600;
}
.faq-widgets .media-body p {
  padding-right: 20px;
}
.faq-widgets svg {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.header-faq {
  margin-bottom: 30px;
}
.header-faq h5 {
  font-weight: 600;
}
.features-faq .faq-image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}
.features-faq .card-body {
  padding: 30px;
}
.features-faq .card-body h6 {
  font-weight: 600;
}
.features-faq .card-footer {
  padding: 30px;
}
.features-faq .product-img .product-hover ul li i {
  vertical-align: baseline;
  vertical-align: initial;
}
.faq-accordion {
  margin-bottom: 30px;
}
.faq-accordion .card .btn-link {
  display: flex;
  padding: 0.375rem 1.75rem 0.375rem 0 !important;
}
.faq-accordion .card .btn-link svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.faq-accordion .faq-header {
  position: relative;
  padding: 30px !important;
}
.faq-accordion .faq-header svg {
  position: absolute;
  right: 30px;
  top: 30px;
}
.faq-accordion .faq-header span {
  margin-top: 3px;
}
.faq-accordion .faq-body {
  padding: 20px !important;
}
.faq-accordion .card-mb-faq {
  margin-bottom: 30px;
}
.faq-title {
  margin: 30px 0;
}
.faq-title h6 {
  color: #999;
  font-weight: 600;
}
.faq-form {
  position: relative;
}
.faq-form .search-icon {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 20px;
  height: 20px;
}
.faq-form .search-icon svg {
  width: 20px;
  height: 20px;
  stroke: #cccccc;
}
.faq-form input {
  border-radius: 20px;
}
.navigation-btn {
  margin-bottom: 30px;
}
.navigation-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
.navigation-btn a svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.navigation-option ul li {
  position: relative;
  padding: 15px 15px 15px 0;
}
.navigation-option ul li:hover {
  background-color: #fdfeff;
}
.navigation-option ul li a {
  padding-left: 40px;
  color: #1b3155;
  position: relative;
}
.navigation-option ul li a svg {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.updates-faq {
  width: 40px;
  height: 40px;
  border: 2px solid #3949ab;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.updates-faq svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.updates-bottom-time p {
  margin-bottom: 2px;
}
.updates-bottom-time p + p {
  color: #999;
}
.updates-faq-main {
  margin-bottom: 30px;
}
.updates-faq-main:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .faq-accordion {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-accordion .faq-header {
    padding: 20px !important;
  }
  .faq-accordion .faq-header svg {
    right: 20px;
    top: 20px;
    width: 18px;
  }
  .navigation-option ul li {
    padding: 10px 10px 10px 0;
  }
  .navigation-btn,
.updates-faq-main {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .xs-mt-search {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .xs-mt-search {
    margin-top: 0px;
  }
  .faq-widgets svg {
    width: 30px;
    height: 30px;
  }
  .faq-title {
    margin: 15px 0;
  }
  .header-faq {
    margin-bottom: 15px;
  }
  .faq-accordion {
    margin-bottom: 0px;
  }
  .faq-accordion .faq-header {
    padding: 15px !important;
  }
  .faq-accordion .faq-header .pull-right {
    float: right;
  }
  .faq-accordion .faq-header svg {
    top: 12px;
  }
  .navigation-btn,
.updates-faq-main {
    margin-bottom: 15px;
  }
}
/**=====================
     61. Faq CSS end
==========================**/
/**=====================
     62. knowledgebase CSS start
==========================**/
.browse {
  margin-bottom: -30px;
}
.browse .browse-articles {
  margin-bottom: 30px;
}
.browse .browse-articles span {
  vertical-align: middle;
}
.browse .browse-articles span svg {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: text-top;
}
.browse .browse-articles h6 {
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(137, 137, 137, 0.3);
}
.browse .browse-articles h6 span svg {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
.browse .browse-articles ul li {
  padding: 10px;
  border-radius: 8px;
}
.browse .browse-articles ul li a {
  color: #1b3155;
}
.browse .browse-articles ul li:hover {
  background-color: #fdfeff;
}
.latest .card .card-body {
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .browse {
    margin-bottom: -20px;
  }
  .browse .browse-articles {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .browse {
    margin-bottom: -15px;
  }
  .browse .browse-articles {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .browse .browse-articles ul li a span:nth-child(2) {
    width: 154px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
}
/**=====================
     62. knowledgebase CSS end
==========================**/
/**=====================
     64. Job CSS start
==========================**/
.filter-cards-view .job-filter:first-child {
  margin-bottom: 30px;
}
.filter-cards-view .checkbox-animated {
  margin-top: 30px;
  margin-bottom: 30px;
}
.filter-cards-view p {
  color: #999;
}
.location-checkbox span {
  color: #999;
  padding-left: 33px;
}
.user-col2 img {
  border-radius: 30px;
}
.job-accordion .card-body {
  padding: 30px;
}
.job-accordion .card {
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}
.job-accordion .btn-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.job-search p {
  margin-top: 30px;
}
.job-search .card-body {
  padding: 30px;
}
.job-search .media .media-body h6 {
  margin-bottom: 3px;
}
.job-search .media .media-body h6 span {
  font-size: 13px;
  color: #999;
  font-weight: normal;
}
.job-search .media .media-body h6 span.badge {
  color: #fff;
}
.job-search .media .media-body p {
  margin-top: 0;
  color: #999;
}
.job-search .job-description {
  margin-top: 30px;
}
.job-search .job-description h6 {
  font-weight: 600;
}
.job-search .job-description p {
  margin-top: 0;
  margin-bottom: 6px;
}
.job-search .job-description ul {
  list-style-type: disc;
  list-style-position: inside;
}
.job-search .job-description ul li {
  margin-bottom: 10px;
}
.job-search .job-description ul li:last-child {
  margin-bottom: 0;
}
.job-search .job-description .theme-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.job-search .job-description .theme-form .row div[class^=col-] + div[class^=col-] .select2-container {
  margin-top: 14px;
  max-width: 100%;
}
.job-search .job-description .theme-form .row div[class^=col-] .job-select2 {
  border-radius: 15px !important;
  border-color: #efefef !important;
  height: 35px !important;
  padding: 5px;
  color: #1b3155;
}
.job-search .job-description .theme-form .row div[class^=col-] .job-select2 ~ .select2-container {
  margin-top: 0 !important;
}
.job-search .job-description .theme-form .row div[class^=col-] .input-group .datepicker-here {
  font-size: 14px;
  border: 1px solid #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}
.job-search .job-description .theme-form input[type=file] {
  height: calc(2.25rem + 5px);
}
.job-input-datepicker.input-group > .form-control:not(:last-child), .job-input-datepicker.input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.job-input-datepicker .input-group-append > .btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.select2-container .select2-selection--single {
  border-radius: 15px !important;
  border-color: #efefef !important;
  height: 40px !important;
  padding: 5px;
}
.job-pagination {
  margin-bottom: 30px;
}
.job-pagination nav ul {
  justify-content: center;
}
@media only screen and (max-width: 1366px) {
  .xl-mt-job {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .filter-cards-view {
    padding: 20px !important;
  }
  .filter-cards-view .job-filter:first-child {
    margin-bottom: 20px;
  }
  .filter-cards-view .checkbox-animated {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .job-accordion .animate-chk {
    padding: 20px !important;
  }
  .job-search p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .filter-cards-view {
    padding: 15px !important;
  }
  .filter-cards-view .job-filter:first-child {
    margin-bottom: 15px;
  }
  .filter-cards-view .checkbox-animated {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .job-accordion .animate-chk {
    padding: 15px !important;
  }
  .job-search p {
    margin-top: 15px;
  }
  .job-search .media {
    display: block;
    text-align: center;
  }
  .job-search .media .media-body h6 .pull-right {
    float: none;
    margin-top: 3px;
  }
  .job-search .media .media-body h6 a {
    display: block;
  }
  .job-search .media .media-body p span + span {
    display: block;
  }
  .job-search .media img {
    margin-bottom: 15px;
  }
  .job-search .media .m-r-20 {
    margin-right: 0;
  }
  .job-search .job-description {
    margin-top: 15px;
  }
  .job-search .job-description .theme-form {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .job-search .job-description .theme-form .row div[class^=col-] + div[class^=col-] .select2-container {
    margin-top: 2px;
  }
  .job-search .job-description .theme-form .xs-mt-period {
    margin-top: 15px;
  }
  .job-pagination {
    margin-bottom: 15px;
  }
  .xl-mt-job {
    margin-top: 15px;
  }
}
/**=====================
     64. Job CSS end
==========================**/
/**=====================
     65. Learning CSS start
==========================**/
.learning-header {
  margin-bottom: 10px;
}
.categories {
  padding: 30px 0;
}
.categories .learning-header {
  padding-left: 30px;
}
.categories ul li {
  padding: 10px 30px;
}
.categories ul li a {
  color: #1b3155;
}
.categories ul li:hover {
  background-color: #f8f5fd;
}
.upcoming-course .media + .media {
  margin-top: 30px;
}
.job-accordion {
  margin-bottom: 0;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1366px) {
  .learning-comment {
    margin-left: -14px !important;
    float: left !important;
  }
  .blog-box .blog-details .blog-social li:first-child {
    padding-right: 30px;
  }
  .blog-box .blog-details .blog-social li + li {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .categories {
    padding: 20px 0;
  }
  .categories .learning-header {
    padding-left: 20px;
  }
  .categories ul li {
    padding: 10px 20px;
  }
  .upcoming-course .media + .media {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .categories {
    padding: 15px 0;
  }
  .categories .learning-header {
    padding-left: 15px;
  }
  .categories ul li {
    padding: 10px 15px;
  }
  .upcoming-course .media + .media {
    margin-top: 15px;
  }
}
/**=====================
     65. Learning CSS end
==========================**/
/**=====================
    71. Rating CSS start
==========================**/
ngb-rating:focus {
  outline: none;
}
.rating-size span {
  font-size: 25px;
}
.rating-size:focus {
  outline: none;
}
.star {
  color: #b0c4de;
  position: relative;
  display: inline-block;
  font-size: 2rem;
}
.filled {
  color: #3949ab;
}
.bad {
  color: #deb0b0;
}
.filled.bad {
  color: #fe80b2;
}
.full {
  color: #fe80b2;
}
.half {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  color: #fe80b2;
}
.editable-rating {
  position: relative;
}
.editable-rating .btn-position {
  position: absolute;
  top: 50px;
  right: 50px;
}
/**=====================
    71. Rating CSS Ends
==========================**/
/**=====================
     66. Calendar CSS Start
==========================**/
.fc-corner-left.active {
  color: #fff !important;
}
app-calender table input[type=color] {
  border-radius: 0;
}
.fc-button.btn-light {
  background-color: #3949ab !important;
  border-color: #3949ab !important;
  color: #fff;
}
.fc-button.btn-light:hover, .fc-button.btn-light:focus, .fc-button.btn-light:active, .fc-button.btn-light.active {
  background-color: #34429c !important;
  border-color: #34429c !important;
}
.fc-button-group > .fc-button {
  border-radius: 0.25rem 0 0 0.25rem;
}
.fc-button-group > .fc-button:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.fc-button-group > .fc-button:not(:last-child):not(.dropdown-toggle), .fc-button-group > .fc-button > .fc-button-group:not(:last-child) > .fc-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-button-group > .fc-button:not(:first-child), .fc-button-group > .fc-button > .fc-button-group:not(:first-child) > .fc-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/**=====================
    66. Calendar CSS End
==========================**/
/**=====================
    86. Checkout CSS start
==========================**/
.checkout .checkout-details {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 40px;
}
.order-box .title-box {
  padding-bottom: 20px;
  color: #444444;
  font-size: 22px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.order-box .title-box span {
  width: 35%;
  float: right;
  font-weight: 600;
}
.order-box .title-box h4 {
  font-weight: 600;
}
.order-box .title-box .checkbox-title {
  display: flex;
  justify-content: space-between;
}
.order-box .sub-total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.order-box .sub-total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #3949ab;
  font-weight: 400;
  width: 35%;
  float: right;
}
.order-box .sub-total .shipping-class {
  margin-bottom: 12px;
}
.order-box .sub-total .shipping-class .shopping-checkout-option {
  margin-top: -4px;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #3949ab;
  font-weight: 400;
  width: 35%;
  float: right;
}
.order-box .total {
  position: relative;
  margin-bottom: 30px;
}
.order-box .total li {
  position: relative;
  display: block;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  font-size: 18px;
}
.order-box .total li .count {
  width: 35%;
  float: right;
}
.order-box .qty {
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}
.order-box .qty li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 20px;
}
.order-box .qty li span {
  float: right;
  font-size: 18px;
  line-height: 20px;
  color: #232323;
  font-weight: 400;
  width: 35%;
}
.radio-option {
  position: relative;
}
.img-paypal {
  width: 50%;
  margin-left: 15px;
}
/**=====================
    86. Checkout CSS Ends
==========================**/
/**=====================
    Responsive CSS Start
==========================**/
@media screen and (max-width: 1199px) {
  .checkout .checkout-details {
    padding: 25px;
  }
  .order-box .title-box span {
    width: 30%;
  }
  .order-box .sub-total li .count,
.order-box .total li .count {
    width: 30%;
  }
  .order-box .sub-total .shipping-class .shopping-checkout-option,
.order-box .total .shipping-class .shopping-checkout-option {
    width: 32%;
  }
  .order-box .qty li span {
    width: 30%;
  }
  .order-box .total li .count {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .order-box .sub-total .shipping-class .shopping-checkout-option,
.order-box .total .shipping-class .shopping-checkout-option {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .order-box .sub-total .shipping-class .shopping-checkout-option,
.order-box .total .shipping-class .shopping-checkout-option {
    width: 50%;
  }
  .order-box .sub-total li .count,
.order-box .total li .count {
    width: 50%;
  }
  .order-box .qty li span {
    font-size: 16px;
  }
  .checkout .checkout-details {
    padding: 15px;
  }
}
/**=====================
    Responsive CSS Ends
==========================**/
/**=====================
    30. Data-table CSS Start
==========================**/
code.option {
  color: #fd517d !important;
}
code.api {
  color: #80cf00 !important;
}
.product-table th:last-child {
  min-width: 120px;
}
.product-table h6 {
  font-weight: 600;
  color: #2c323f;
}
table.dataTable.display tbody tr.odd > .sorting_1 {
  background-color: #fdfeff;
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row[ng-reflect-is-selected=true]:hover {
  background-color: #334198 !important;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-prev {
  vertical-align: middle;
}
.noscroll .datatable-footer .datatable-footer-inner {
  height: auto !important;
}
.selection-datatable .table-responsive ng2-smart-table-pager {
  margin-top: 0 !important;
}
.custom-datatable input {
  padding: 8px;
  margin-bottom: 30px;
  border: 1px solid #efefef;
  width: 30%;
  color: #999;
}
.custom-datatable input::-moz-placeholder {
  color: #999;
}
.custom-datatable input::placeholder {
  color: #999;
}
.custom-datatable .datatable-icon-right:before {
  content: "\f054";
  font-family: FontAwesome !important;
  font-size: 10px;
}
.custom-datatable .datatable-icon-left:before {
  content: "\f053";
  font-family: FontAwesome !important;
  font-size: 10px;
}
.custom-datatable .datatable-icon-prev:before {
  content: "\f100";
  font-family: FontAwesome !important;
  font-size: 14px;
}
.custom-datatable .datatable-icon-skip:before {
  content: "\f101";
  font-family: FontAwesome !important;
  font-size: 14px;
}
.custom-datatable .ngx-datatable .datatable-checkbox {
  margin-bottom: 0;
}
.custom-datatable .ngx-datatable .datatable-checkbox input {
  width: auto;
  margin-bottom: 0;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-header {
  border: 1px solid #efefef;
  border-bottom: none;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-header .datatable-header-cell {
  border-bottom: none;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-body {
  border: 1px solid #efefef;
  border-top: none;
  margin-bottom: 6px;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-selection .datatable-scroll .datatable-row-wrapper:last-child {
  border-bottom: none;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row input {
  margin-bottom: 0;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
  background-color: #3949ab;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even {
  background-color: #f9f9f9;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even:hover {
  background-color: #fdfeff;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even.active {
  background-color: #3949ab;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-odd:hover {
  background-color: #fdfeff;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-footer {
  background: #fff;
  color: inherit;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-footer .datatable-pager {
  margin-right: 0;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li {
  margin: 0;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled).active a {
  background-color: #3949ab;
  color: #fff;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
  border: 1px solid #3949ab;
  background-color: transparent;
  color: inherit;
}
.custom-datatable .ngx-datatable.bootstrap .datatable-footer .datatable-pager a {
  color: inherit;
  height: 38px;
  min-width: 38px;
  line-height: 38px;
}
.custom-datatable .ngx-datatable .datatable-body-row,
.custom-datatable .ngx-datatable .datatable-row-center,
.custom-datatable .ngx-datatable .datatable-header-inner {
  display: -webkit-box !important;
}
.custom-datatable .ngx-datatable .datatable-footer .datatable-pager .pager {
  border: 1px solid #efefef;
  border-radius: 4px;
}
.product-list-custom .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell {
  vertical-align: middle;
}
/**=====================
       30. Data-table CSS Ends
  ==========================**/
/**=====================
     74. Print CSS Start
==========================**/
@media print {
  .page-sidebar {
    display: none;
  }
  .page-wrapper .page-main-header {
    visibility: hidden;
  }
  .page-wrapper .page-body-wrapper .page-header {
    display: none;
  }
  .page-wrapper .page-body-wrapper .page-sidebar ~ .page-body {
    margin-left: 0;
    padding: 0;
  }
  table.fixedHeader-floating {
    display: none;
  }
}
.invoice-table {
  margin-top: 16px;
  margin-bottom: 16px;
}
.invoice .text-right input {
  margin-top: 6px;
}
/**=====================
    74. Print CSS Ends
==========================**/
/**=====================
     66. Order History CSS start
==========================**/
.order-history .title-orders {
  font-weight: 600;
  background-color: #fafdff;
}
.order-history .qty-box .input-group {
  justify-content: center;
}
.order-history table th, .order-history table td {
  text-align: center;
}
.order-history table th:first-child, .order-history table td:first-child {
  text-align: left;
}
.order-history table thead tr th {
  vertical-align: middle;
  border-top: none;
  padding-top: 0;
}
.order-history table tbody tr td {
  vertical-align: middle;
}
.order-history table tbody tr td .product-name a {
  font-weight: 600;
}
.order-history table tbody tr td .product-name .order-process {
  font-size: 13px;
  padding-left: 15px;
}
.order-history table tbody tr td .product-name .order-process .order-process-circle {
  position: relative;
}
.order-history table tbody tr td .product-name .order-process .order-process-circle:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #898989;
  left: -15px;
  top: 4px;
}
.order-history table tbody tr td .product-name .order-process .order-process-circle.shipped-order:before {
  background-color: #80cf00;
}
.order-history table tbody tr td .product-name .order-process .order-process-circle.cancel-order:before {
  background-color: #fd517d;
}
.order-history table tbody tr:last-child td {
  padding-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .order-history table {
    width: 900px;
    overflow: auto;
  }
}
/**=====================
     66. Order History CSS end
==========================**/
/**=====================
      All angular plugin css start
==========================**/
.ck.ck-toolbar {
  border: 1px solid #f8f5fd !important;
  background: #fefefe !important;
}
.ck.ck-toolbar .ck.ck-toolbar__separator {
  background: #f8f5fd !important;
}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: #f8f5fd !important;
}
.ck-editor__editable {
  height: 245px;
}
.swal2-popup .swal2-styled {
  font-size: 14px !important;
  background-color: #3949ab !important;
}
.swal2-popup .swal2-title {
  font-size: 26px !important;
}
.swal2-popup .swal2-actions button + button {
  margin-left: 5px;
}
.swal2-close:focus {
  outline-color: transparent;
}
.swal2-content #swal2-content .btn {
  margin-bottom: 5px;
}
.swal2-content #swal2-content .btn:last-child {
  margin-bottom: 0;
}
.swal2-progress-steps {
  margin-bottom: 15px;
}
.swal2-progress-steps .swal2-progress-step,
.swal2-progress-steps .swal2-progress-step-line {
  background: #3949ab !important;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3949ab !important;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step,
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: rgba(57, 73, 171, 0.2) !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px !important;
  margin-top: 25px !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: #7885d2 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #3949ab !important;
}
.carousel-caption {
  z-index: 1;
}
.ng5-slider .ng5-slider-pointer {
  background-color: #3949ab !important;
}
.ng5-slider .ng5-slider-pointer:focus {
  outline: transparent;
}
.ng5-slider .ng5-slider-pointer.ng5-slider-active:after {
  background-color: #1b3155 !important;
}
.ng5-slider .ng5-slider-selection {
  background: #3949ab !important;
}
.ng5-slider .ng5-slider-tick.ng5-slider-selected {
  background: #3949ab !important;
}
.custom-slider .ng5-slider .ng5-slider-bar,
.custom-slider .ng5-slider .ng5-slider-tick {
  background: #d8e0f3 !important;
}
.custom-slider .ng5-slider .ng5-slider-selection,
.custom-slider .ng5-slider .ng5-slider-tick.ng5-slider-selected {
  background: #3949ab !important;
}
.toast-success {
  background-color: #80cf00 !important;
}
.toast-error {
  background-color: #fd517d !important;
}
.toast-info {
  background-color: #3949ab !important;
}
.toast-warning {
  background-color: #ffc717 !important;
}
.ngx-toastr {
  background-color: #3949ab !important;
  box-shadow: none !important;
}
.ngx-toastr:hover {
  box-shadow: none !important;
}
.ngx-toastr .toast-close-button {
  top: -1px;
}
.modal-header .close:focus {
  outline: medium none invert;
  outline: initial;
}
agm-map {
  height: 500px;
}
.my-custom-class .tooltip-inner {
  background-color: darkgreen;
  font-size: 125%;
}
.my-custom-class .arrow::before {
  border-top-color: darkgreen;
}
.contact-profile-form {
  padding-bottom: 30px;
  width: 460px;
  margin: 0 auto;
}
.contact-search {
  padding-top: 9px;
}
.contact-search .form-group {
  width: 100%;
}
.contact-search .form-group input {
  height: auto;
}
.contact-search .form-group:before {
  left: 57px;
  top: 18px;
}
.contact-search .form-group:after {
  left: 27px;
  top: 21px;
}
.contact-filter {
  display: flex;
  align-items: center;
}
.contact-filter h5 {
  width: 200px;
}
.contact-table table th,
.contact-table table td {
  border-top: none;
  padding: 30px;
  vertical-align: middle;
}
.contact-table table tr td {
  border-bottom: 1px solid #efefef;
}
.contact-table table tr:last-child td {
  border-bottom: none;
}
.change-img-button {
  margin: 0 auto;
}
.contact-profile img {
  position: relative;
}
.contact-profile .icon-wrapper {
  position: absolute;
  top: 18%;
  left: 52%;
  padding: 10px;
  background-color: #fff;
  border-radius: 25px;
}
/**=====================
      All angular plugin css end
==========================**/
/**=====================
    68. Dashboard CSS Start
==========================**/
.rain {
  background: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 50px;
  position: absolute;
  width: 1px;
}
.general-widget .clock-card {
  border: 10px double rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  position: absolute;
  top: -50px;
  right: 50px;
}
.general-widget .mobile-clock-widget {
  border-radius: 40px;
}
.general-widget .user-status tbody tr:hover {
  background-color: rgba(57, 73, 171, 0.05);
  border-radius: 15px;
  transition: all 0.3s ease;
}
.general-widget .card-header {
  padding: 35px 50px;
}
.general-widget .card-header .card-header-right {
  top: 27px;
}
.general-widget .table th {
  border-top: none;
  font-size: 16px;
  padding: 18px 0.75rem;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}
.general-widget .table tr:last-child td {
  border-bottom: none;
}
.general-widget .table tr td {
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
  padding: 0.85rem;
}
.general-widget .table tr th:first-child, .general-widget .table tr td:first-child {
  padding-left: 50px;
}
.general-widget .table tr th:last-child, .general-widget .table tr td:last-child {
  padding-right: 50px;
}
.cart-table .table tr td {
  padding: 1rem;
}
.welcome-popup .modal-content {
  background-image: url('popup.png');
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 30px;
  box-shadow: 2px 12px 26px 3px rgba(47, 46, 46, 0.3);
}
.welcome-popup .close {
  z-index: 9;
  position: absolute;
  background-color: #fff;
  color: #3949ab;
  opacity: 1;
  border-radius: 15px;
  padding: 10px 15px;
  left: -20px;
  top: -10px;
  box-shadow: -2px 6px 11px 3px rgba(57, 73, 171, 0.3);
}
.welcome-popup .modal-header {
  height: 190px;
  border: none;
}
.welcome-popup .contain {
  padding-top: 80px;
}
.weather-widget .card {
  overflow: hidden;
}
.weather-widget .weather-widget-top {
  height: 330px;
  background-image: url('whather_bg.jpg');
  background-size: cover;
  border-radius: 40px 40px 0 0;
}
.weather-widget .weather-widget-top .location {
  color: #fff;
  position: absolute;
  top: 80px;
  right: 80px;
}
.weather-widget .weather-widget-top .location i {
  font-size: 20px;
  position: absolute;
  right: 0;
}
.weather-widget .weather-widget-top .location h6 {
  margin-bottom: 0;
  padding-right: 25px;
}
.weather-widget .weather-widget-top .media {
  height: 100%;
}
.weather-widget .weather-widget-top .media .media-body {
  height: 100%;
  display: flex;
  align-items: center;
}
.weather-widget .weather-widget-top .media .media-body h2 {
  font-size: calc(50px + 74 * (100vw - 320px) / 1600);
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}
.weather-widget .weather-widget-top svg {
  width: calc(150px + 130 * (100vw - 320px) / 1600);
  height: calc(150px + 130 * (100vw - 320px) / 1600);
}
.weather-widget .weather-widget-top svg .climacon_component-stroke {
  fill: #fff;
  stroke-width: 0;
}
.weather-widget .weather-widget-bottom {
  padding: 0 30px;
  background-color: rgba(57, 73, 171, 0.05);
}
.weather-widget .weather-widget-bottom .col {
  padding: 0;
}
.weather-widget .weather-widget-bottom .col .box {
  text-align: center;
  padding: 15px;
  position: relative;
}
.weather-widget .weather-widget-bottom .col .box:before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: rgba(57, 73, 171, 0.05);
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  border-radius: 100%;
}
.weather-widget .weather-widget-bottom .col .box.active:before, .weather-widget .weather-widget-bottom .col .box:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}
.weather-widget .weather-widget-bottom .col .box h5, .weather-widget .weather-widget-bottom .col .box h6 {
  margin-bottom: 0;
}
.weather-widget .weather-widget-bottom .col .box h6 {
  opacity: 0.5;
}
.weather-widget .weather-widget-bottom .col .box svg {
  width: 70px;
  height: 70px;
}
.weather-widget .weather-widget-bottom .col .box svg .climacon_component-stroke {
  fill: rgba(57, 73, 171, 0.3);
  stroke: #3949ab;
}
.btn-shadow-primary {
  background-color: #3949ab;
  border-radius: 25px;
  color: #fff;
  box-shadow: 2px 12px 26px 3px rgba(57, 73, 171, 0.2) !important;
}
.btn-shadow-primary:hover, .btn-shadow-primary:active, .btn-shadow-primary:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #2c3985;
  border-color: #2c3985;
}
.btn-shadow-secondary {
  background-color: #fe80b2;
  border-radius: 25px;
  color: #fff;
  box-shadow: 2px 12px 26px 3px rgba(254, 128, 178, 0.2) !important;
}
.btn-shadow-secondary:hover, .btn-shadow-secondary:active, .btn-shadow-secondary:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #fe4d93;
  border-color: #fe4d93;
}
.btn-shadow-success {
  background-color: #80cf00;
  border-radius: 25px;
  color: #fff;
  box-shadow: 2px 12px 26px 3px rgba(128, 207, 0, 0.2) !important;
}
.btn-shadow-success:hover, .btn-shadow-success:active, .btn-shadow-success:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #609c00;
  border-color: #609c00;
}
.btn-shadow-danger {
  background-color: #fd517d;
  border-radius: 25px;
  color: #fff;
  box-shadow: 2px 12px 26px 3px rgba(253, 81, 125, 0.2) !important;
}
.btn-shadow-danger:hover, .btn-shadow-danger:active, .btn-shadow-danger:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #fc1f57;
  border-color: #fc1f57;
}
.btn-shadow-info {
  background-color: #06b5dd;
  border-radius: 25px;
  color: #fff;
  box-shadow: 2px 12px 26px 3px rgba(6, 181, 221, 0.2) !important;
}
.btn-shadow-info:hover, .btn-shadow-info:active, .btn-shadow-info:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #058cab;
  border-color: #058cab;
}
.btn-shadow-light {
  background-color: #f8f5fd;
  border-radius: 25px;
  color: #fff;
  box-shadow: 2px 12px 26px 3px rgba(248, 245, 253, 0.2) !important;
}
.btn-shadow-light:hover, .btn-shadow-light:active, .btn-shadow-light:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #dacbf5;
  border-color: #dacbf5;
}
.btn-shadow-dark {
  background-color: #2c323f;
  border-radius: 25px;
  color: #fff;
  box-shadow: 2px 12px 26px 3px rgba(44, 50, 63, 0.2) !important;
}
.btn-shadow-dark:hover, .btn-shadow-dark:active, .btn-shadow-dark:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #171a21;
  border-color: #171a21;
}
.btn-shadow-warning {
  background-color: #ffc717;
  border-radius: 25px;
  color: #fff;
  box-shadow: 2px 12px 26px 3px rgba(255, 199, 23, 0.2) !important;
}
.btn-shadow-warning:hover, .btn-shadow-warning:active, .btn-shadow-warning:not([disabled]):not(.disabled):active {
  color: #fff;
  background-color: #e3ac00;
  border-color: #e3ac00;
}
.recent-images-primary img {
  filter: drop-shadow(2px 3px 9px rgba(57, 73, 171, 0.4));
}
.recent-images-secondary img {
  filter: drop-shadow(2px 3px 9px rgba(254, 128, 178, 0.4));
}
.recent-images-success img {
  filter: drop-shadow(2px 3px 9px rgba(128, 207, 0, 0.4));
}
.recent-images-danger img {
  filter: drop-shadow(2px 3px 9px rgba(253, 81, 125, 0.4));
}
.recent-images-info img {
  filter: drop-shadow(2px 3px 9px rgba(6, 181, 221, 0.4));
}
.recent-images-light img {
  filter: drop-shadow(2px 3px 9px rgba(248, 245, 253, 0.4));
}
.recent-images-dark img {
  filter: drop-shadow(2px 3px 9px rgba(44, 50, 63, 0.4));
}
.recent-images-warning img {
  filter: drop-shadow(2px 3px 9px rgba(255, 199, 23, 0.4));
}
.setting-dot .setting-bg {
  width: 30px;
  height: 30px;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.setting-dot .setting-bg i {
  font-size: 16px;
}
.position-set {
  position: absolute;
  right: 50px;
  top: 45px;
}
.setting-bg-primary {
  width: 30px;
  height: 30px;
  background-color: rgba(57, 73, 171, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.setting-bg-primary i {
  font-size: 16px;
  color: #3949ab;
}
.setting-bg-secondary {
  width: 30px;
  height: 30px;
  background-color: rgba(254, 128, 178, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.setting-bg-secondary i {
  font-size: 16px;
  color: #fe80b2;
}
.setting-bg-success {
  width: 30px;
  height: 30px;
  background-color: rgba(128, 207, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.setting-bg-success i {
  font-size: 16px;
  color: #80cf00;
}
.setting-bg-danger {
  width: 30px;
  height: 30px;
  background-color: rgba(253, 81, 125, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.setting-bg-danger i {
  font-size: 16px;
  color: #fd517d;
}
.setting-bg-info {
  width: 30px;
  height: 30px;
  background-color: rgba(6, 181, 221, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.setting-bg-info i {
  font-size: 16px;
  color: #06b5dd;
}
.setting-bg-light {
  width: 30px;
  height: 30px;
  background-color: rgba(248, 245, 253, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.setting-bg-light i {
  font-size: 16px;
  color: #f8f5fd;
}
.setting-bg-dark {
  width: 30px;
  height: 30px;
  background-color: rgba(44, 50, 63, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.setting-bg-dark i {
  font-size: 16px;
  color: #2c323f;
}
.setting-bg-warning {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 199, 23, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.setting-bg-warning i {
  font-size: 16px;
  color: #ffc717;
}
.year-overview .card-header {
  justify-content: space-between;
}
.default-chartist-container.ct-10 {
  height: 250px;
}
.default-chartist-container.ct-10 svg {
  filter: drop-shadow(2px -3px 9px rgba(57, 73, 171, 0.45));
}
.default-chartist-container.ct-10 svg .ct-series-a .ct-bar {
  stroke: url(#gradient) !important;
}
.default-chartist-container.ct-10 svg .ct-labels foreignObject .ct-label {
  line-height: 4;
  color: rgba(57, 73, 171, 0.5);
}
.default-chartist-container.ct-10 svg .ct-labels foreignObject:last-child .ct-label {
  color: #334198;
  font-weight: 700;
}
.default-chartist-container.ct-11 {
  height: 250px;
}
.default-chartist-container.ct-11 svg {
  filter: drop-shadow(2px -3px 9px rgba(254, 128, 178, 0.3));
}
.default-chartist-container.ct-11 svg .ct-series-a .ct-point, .default-chartist-container.ct-11 svg .ct-series-a .ct-line, .default-chartist-container.ct-11 svg .ct-series-a .ct-bar, .default-chartist-container.ct-11 svg .ct-series-a .ct-slice-donut {
  stroke: #fe80b2 !important;
}
.default-chartist-container.ct-11 svg .ct-label {
  line-height: 4;
  color: rgba(254, 128, 178, 0.5);
}
.radial-default .apexcharts-radialbar .apexcharts-radial-series .apexcharts-radialbar-slice-0 {
  stroke-width: 12px;
}
.radial-default .apexcharts-radialbar .apexcharts-radial-series .apexcharts-radialbar-slice-1 {
  stroke-width: 10px;
}
.radial-default .apexcharts-radialbar .apexcharts-radial-series .apexcharts-radialbar-slice-2 {
  stroke-width: 8px;
}
.radial-default .apexcharts-pie-label, .radial-default .apexcharts-datalabel, .radial-default .apexcharts-datalabel-label, .radial-default .apexcharts-datalabel-value {
  font-weight: 600;
}
.monthly-overview .card-header h5, .yearly .card-header h5 {
  margin-bottom: 10px;
}
.monthly-overview .card-header h6, .yearly .card-header h6 {
  color: rgba(255, 255, 255, 0.6);
}
.monthly-overview .card-header .right-badge, .yearly .card-header .right-badge {
  margin-top: 0;
  position: absolute;
  right: 50px;
  top: 50px;
}
.monthly-overview .card-header .right-badge .badge, .yearly .card-header .right-badge .badge {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  padding: 8px 16px 7px 16px;
}
.monthly-overview .area-range-apex, .yearly .area-range-apex {
  margin-bottom: -13px;
}
.monthly-overview .area-range-apex .apexcharts-tooltip, .yearly .area-range-apex .apexcharts-tooltip {
  background: #fe80b2;
}
.monthly-overview .area-range-apex .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title, .yearly .area-range-apex .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  display: none;
}
.monthly-overview .area-range-apex .apexcharts-xaxistooltip, .yearly .area-range-apex .apexcharts-xaxistooltip {
  display: none;
}
.monthly-overview .text-bg, .yearly .text-bg {
  position: absolute;
  top: 45%;
  right: 16%;
}
.monthly-overview .text-bg span, .yearly .text-bg span {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
}
.yearly .area-range-apex .apexcharts-tooltip.apexcharts-theme-light {
  background: #3949ab;
}
.yearly .text-bg {
  position: absolute;
  top: 45%;
  left: 16%;
  right: auto;
  right: initial;
}
.music-layer {
  background-image: url('music.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 259px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.music-layer .btn {
  margin-left: -10px;
  padding: 10px 18px;
  background-color: #158df7;
  color: #fff;
  box-shadow: 0px 4px 22px 3px rgba(21, 141, 247, 0.4);
}
.tag-card .tag-hover-effect {
  opacity: 0;
  transition: 1.5s;
}
.tag-card:hover .tag-hover-effect {
  opacity: 1;
}
.dots-group .dots1 {
  width: 8px;
  height: 8px;
  bottom: 0;
  right: 6%;
}
.dots-group .dots2 {
  right: 15%;
  bottom: -1%;
}
.dots-group .dots3 {
  right: 1%;
  bottom: 9%;
}
.dots-group .dots4 {
  right: 5%;
  bottom: 20%;
}
.dots-group .dots5 {
  right: 7%;
  bottom: 10%;
}
.dots-group .dots6 {
  right: 9%;
  bottom: 29%;
}
.dots-group .dots7 {
  right: -1%;
  bottom: 22%;
}
.dots-group .dots8 {
  right: 14%;
  bottom: 12%;
}
.dots-group .dots9 {
  right: 20%;
  bottom: 34%;
}
.dots-group .dot-small {
  width: 4px;
  height: 4px;
}
.dots-group .dot-small-semi {
  width: 5px;
  height: 5px;
}
.dots-group .dot-medium {
  width: 6px;
  height: 6px;
}
.dots-group .dots {
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
}
.overview-dots .dots-group .dots1 {
  right: 4%;
}
.overview-dots .dots-group .dots2 {
  right: 10%;
  bottom: 0%;
}
.overview-dots .dots-group .dots3 {
  bottom: 6%;
}
.overview-dots .dots-group .dots4 {
  right: 4%;
  bottom: 11%;
}
.overview-dots .dots-group .dots5 {
  bottom: 6%;
}
.overview-dots .dots-group .dots6 {
  right: 5%;
  bottom: 17%;
}
.overview-dots .dots-group .dots7 {
  right: -0.5%;
  bottom: 12%;
}
.overview-dots .dots-group .dots8 {
  right: 13%;
  bottom: 7%;
}
.overview-dots .dots-group .dots9 {
  right: 12%;
  bottom: 21%;
}
.default-dots-stay .dots-group .dots9 {
  bottom: 20%;
}
.default-chart .apex-widgets {
  height: 120px;
}
.default-chart .apex-widgets #area-widget-chart .apexcharts-tooltip.apexcharts-theme-light {
  background: #3949ab;
}
.default-chart .apex-widgets #area-widget-chart-2 .apexcharts-tooltip.apexcharts-theme-light {
  background: #fe80b2;
}
.default-chart .apex-widgets #area-widget-chart-2 .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-text {
  color: #fff;
}
.default-chart .apex-widgets #area-widget-chart-3 .apexcharts-tooltip.apexcharts-theme-light {
  background: #ffc717;
}
.default-chart .apex-widgets #area-widget-chart-3 .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-text {
  color: #fff;
}
.default-chart .apex-widgets #area-widget-chart-4 .apexcharts-tooltip.apexcharts-theme-light {
  background: #06b5dd;
}
.default-chart .apex-widgets #area-widget-chart-4 .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-text {
  color: #fff;
}
.default-chart .apex-widgets .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  display: none;
}
.default-chart .apex-widgets .apexcharts-xaxistooltip {
  display: none;
}
.default-chart .widgets-bottom h5 {
  color: #fff;
}
.default-chart .widgets-bottom h5 span {
  padding-top: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.weather-bg {
  overflow: hidden;
  background-image: linear-gradient(to bottom right, #863ee2, #7d18a9);
  color: #fff;
  box-shadow: 2px 12px 26px 3px rgba(126, 55, 216, 0.3);
}
.weather-bg .cloud img {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 220px;
  height: auto;
}
.weather-bg .weather-details {
  padding-left: 50px;
}
.weather-bg .weather-details .weather-title {
  font-weight: 700;
  font-size: 60px;
  padding-right: 40px;
  line-height: 1;
}
.weather-bg .weather-details .weather-title span {
  margin-right: 10px;
}
.weather-bg .weather-details i {
  font-size: 10px;
}
.weather-bg .weather-details .media-body {
  position: relative;
}
.weather-bg .weather-details .media-body h5 {
  margin-bottom: 4px;
}
.weather-bg .weather-details .media-body h6 {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.2);
}
.weather-bg .weather-details .media-body:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 14px;
  left: -22px;
  border-radius: 100%;
}
.weather-bg img {
  width: 100%;
  margin-bottom: -6px;
  height: 242px;
}
.activity-table .activity-image {
  display: flex;
  width: 90px;
  height: 109px;
  background-color: rgba(57, 73, 171, 0.05);
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
.activity-table .activity-secondary {
  background-color: rgba(254, 128, 178, 0.05);
}
.activity-table .activity-details h4 {
  font-weight: 200;
}
.activity-table .activity-details h6 {
  color: #000;
}
.activity-table table tbody tr td {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
  padding-bottom: 50px;
}
.activity-table table tbody tr td:first-child {
  padding-top: 0;
}
.activity-table table tbody tr:last-child td {
  padding-bottom: 0;
}
.activity-table .light-text {
  color: rgba(0, 0, 0, 0.3);
  margin-top: 3px;
}
.recent-table table tbody tr td {
  padding-bottom: 8px;
}
.recent-table table tbody tr td .recent-images img {
  filter: drop-shadow(2px 3px 9px rgba(21, 141, 247, 0.4));
}
.recent-table table tbody tr td:last-child {
  text-align: right;
}
.recent-table table tbody tr td:last-child .recent-badge {
  background-color: rgba(21, 141, 247, 0.05);
  padding: 0 12px;
}
.recent-table table tbody tr td:nth-child(3) .recent-badge {
  width: 83px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.recent-table table tbody tr td:nth-child(5) {
  color: rgba(21, 141, 247, 0.5);
}
.recent-badge {
  background-color: rgba(21, 141, 247, 0.1);
  color: #158df7;
}
.recent-badge svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.date-picker-setting {
  background-color: rgba(255, 255, 255, 0.1);
}
.date-picker-setting i {
  color: #fff;
}
.default-datepicker {
  border-radius: 40px;
}
.default-datepicker ngb-datepicker {
  width: 100% !important;
}
.default-datepicker .ngb-dp-header {
  padding: 0 0 20px 0;
}
.default-datepicker .ngb-dp-header, .default-datepicker .ngb-dp-months {
  background-color: transparent;
}
.default-datepicker .ngb-dp-day .btn-light, .default-datepicker .ngb-dp-week-number .btn-light, .default-datepicker .ngb-dp-weekday .btn-light, .default-datepicker .ngb-dp-arrow .btn-light {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
  font-weight: 700;
  position: relative;
}
.default-datepicker .ngb-dp-day .btn-light:active, .default-datepicker .ngb-dp-day .btn-light.active, .default-datepicker .ngb-dp-week-number .btn-light:active, .default-datepicker .ngb-dp-week-number .btn-light.active, .default-datepicker .ngb-dp-weekday .btn-light:active, .default-datepicker .ngb-dp-weekday .btn-light.active, .default-datepicker .ngb-dp-arrow .btn-light:active, .default-datepicker .ngb-dp-arrow .btn-light.active {
  color: #3949ab !important;
  background-color: #fff !important;
}
.default-datepicker .ngb-dp-day .btn-light:active:before, .default-datepicker .ngb-dp-day .btn-light.active:before, .default-datepicker .ngb-dp-week-number .btn-light:active:before, .default-datepicker .ngb-dp-week-number .btn-light.active:before, .default-datepicker .ngb-dp-weekday .btn-light:active:before, .default-datepicker .ngb-dp-weekday .btn-light.active:before, .default-datepicker .ngb-dp-arrow .btn-light:active:before, .default-datepicker .ngb-dp-arrow .btn-light.active:before {
  position: absolute;
  content: "";
  width: 452px;
  height: 42px;
  top: 0;
  left: -202px;
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.05), transparent);
}
.default-datepicker .ngb-dp-day .btn-link, .default-datepicker .ngb-dp-week-number .btn-link, .default-datepicker .ngb-dp-weekday .btn-link, .default-datepicker .ngb-dp-arrow .btn-link {
  color: #fff;
}
.default-datepicker .custom-select {
  background: transparent;
  border: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.default-datepicker .custom-select:not([size]):not([multiple]) {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-color: #374558;
}
.default-datepicker .custom-select:focus {
  box-shadow: none;
}
.default-datepicker .ngb-dp-weekdays {
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.05), transparent);
  background-color: transparent;
  background-color: initial;
  margin-bottom: 20px;
}
.default-datepicker .ngb-dp-weekday {
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.default-datepicker .ngb-dp-week-number, .default-datepicker .ngb-dp-weekday {
  height: 50px;
  line-height: 50px;
}
.default-datepicker .ngb-dp-day {
  height: 42px;
  line-height: 42px;
}
.default-datepicker .ngb-dp-day [ngbDatepickerDayView] {
  height: 42px;
  line-height: 42px;
  border-radius: 38%;
}
.crm-activity > li + li {
  border-top: 1px solid #efefef;
  margin-top: 25px;
  padding-top: 25px;
}
.crm-activity > li h6 {
  font-size: 14px;
  line-height: 1.4;
}
.crm-activity span {
  font-size: 24px;
  border: 2px solid;
  padding: 0 10px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 2;
}
.crm-activity ul.dates h6 {
  color: #1b3155;
}
.crm-activity ul.dates li {
  color: #6e7e96;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}
.crm-activity ul.dates li + li {
  border-left: 1px solid #efefef;
  padding-left: 10px;
  margin-left: 10px;
}
.ecommerce-widget {
  box-shadow: none;
  border: 1px solid #f1f3ff;
}
.ecommerce-widget .total-num {
  font-family: work-Sans, sans-serif;
  font-weight: 600;
  color: #1b3155;
  margin: 0;
  letter-spacing: 1px;
}
.ecommerce-widget .total-num span {
  color: #000;
}
.ecommerce-widget .row {
  align-items: center;
}
.ecommerce-widget .progress-showcase {
  margin-top: 30px;
}
.ecommerce-widget span {
  color: #6e7e96;
  margin: 0;
}
.ecommerce-widget .icon {
  color: #efefef;
  font-size: 40px;
}
.ecommerce-widget .product-stts {
  font-family: work-Sans, sans-serif;
}
.ecommerce-widget .flot-chart-container {
  height: 100px;
  padding: 0;
  margin: 0;
  border: transparent;
}
.ecommerce-widget .morris-default-style {
  display: none !important;
}
.ecommerce-widget svg {
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
}
.static-top-widget {
  margin: -50px;
  padding: 40px;
}
.static-top-widget:hover .icon-bg {
  transform: rotate(-5deg) scale(1.1);
  transition: all 0.3s ease;
}
.static-top-widget div.align-self-center svg {
  width: 40px;
  height: 40px;
  margin-top: 4px;
}
.static-top-widget .media-body {
  align-self: center !important;
  padding-left: 30px;
}
.static-top-widget .media-body h4 {
  font-family: work-Sans, sans-serif;
}
.static-top-widget .media-body .icon-bg {
  position: absolute;
  right: -14px;
  top: 14px;
  opacity: 0.2;
  transition: all 0.3s ease;
  width: 100px;
  height: 100px;
  stroke: #fff;
}
.bg-info .media.static-top-widget .align-self-center {
  background-color: #06b5dd;
}
.bg-primary .media.static-top-widget .align-self-center {
  background-color: #3949ab;
}
.bg-secondary .media.static-top-widget .align-self-center {
  background-color: #fe80b2;
}
.bg-danger .media.static-top-widget .align-self-center {
  background-color: #fd517d;
}
.widget-joins:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #efefef;
  left: calc(50% - 1px);
}
.widget-joins:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #efefef;
  left: 0;
  top: 50%;
}
.widget-joins .media {
  padding: 40px;
  text-align: center;
  align-items: center;
}
.widget-joins .media .details {
  border-left: 1px solid #efefef;
  padding: 1px 0;
}
.widget-joins .media .media-body {
  text-align: left;
}
.widget-joins .media .media-body span {
  font-family: work-Sans, sans-serif;
}
.widget-joins .media .media-body > span {
  color: #6e7e96;
}
.widget-joins .media .media-body i {
  font-size: 28px;
  margin-top: 20px;
}
.widget-joins .media .media-body h6 {
  font-family: work-Sans, sans-serif;
  font-weight: 600;
}
.widget-joins .media .media-body h6 span {
  color: #000;
}
#chart-widget1 .apexcharts-xaxistooltip {
  border-radius: 15px;
  background-color: #c5caec;
  color: #3949ab;
}
#chart-widget1 .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  background-color: #3949ab !important;
}
#chart-widget1 .apexcharts-tooltip.apexcharts-theme-light {
  background-color: #c5caec;
  color: #3949ab;
}
#chart-widget1 .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background-color: #c5caec;
  color: #3949ab;
  border-bottom: #7885d2;
}
#chart-widget2 .apexcharts-xaxistooltip {
  border-radius: 15px;
  background-color: white;
  color: #fe80b2;
}
#chart-widget2 .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  background-color: #fe80b2 !important;
}
#chart-widget2 .apexcharts-tooltip.apexcharts-theme-light {
  background-color: white;
  color: #fe80b2;
}
#chart-widget2 .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background-color: white;
  color: #fe80b2;
  border-bottom: #ffcce0;
}
#chart-widget3 .apexcharts-xaxistooltip {
  border-radius: 15px;
  background-color: #e4f9fe;
  color: #06b5dd;
}
#chart-widget3 .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  background-color: #06b5dd !important;
}
#chart-widget3 .apexcharts-tooltip.apexcharts-theme-light {
  background-color: #e4f9fe;
  color: #06b5dd;
}
#chart-widget3 .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background-color: #e4f9fe;
  color: #06b5dd;
  border-bottom: #68dffb;
}
.browser-widget {
  margin-bottom: 0;
}
.browser-widget:hover img, .browser-widget.hover img {
  transition: all 0.3s ease;
  transform: scale(1.1) rotate(5deg);
  filter: drop-shadow(2px 10px 26px rgba(57, 73, 171, 0.3));
}
.browser-widget:hover h4, .browser-widget.hover h4 {
  font-weight: 600;
}
.browser-widget img {
  height: 80px;
  transform: scale(1) rotate(0deg);
  transition: all 0.3s ease;
}
.browser-widget .media-body {
  text-align: center;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-rule: 1px solid #f8f5fd;
       column-rule: 1px solid #f8f5fd;
}
.browser-widget .media-body span {
  margin-bottom: 0;
  color: #6e7e96;
}
.browser-widget .media-body p {
  margin-bottom: 0.5rem;
}
.browser-widget .media-body h4 {
  font-family: work-Sans, sans-serif;
  color: #1b3155;
  margin-bottom: 0;
}
.browser-widget .media-body h4 span {
  color: #333333;
}
.testimonial #owl-carousel-testimonial .owl-stage-outer .owl-stage .owl-item .item img, .testimonial #owl-carousel-testimonial-rtl .owl-stage-outer .owl-stage .owl-item .item img {
  border-radius: 100%;
}
.testimonial i {
  font-size: 60px;
  color: #f8f5fd;
}
.testimonial p {
  color: #6e7e96;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 30px;
}
.testimonial h5 {
  color: #1b3155;
  padding-top: 10px;
}
.testimonial span {
  color: #6e7e96;
}
.testimonial img {
  margin: 0 auto;
}
.hour, .min, .mobile-clock-widget .sec {
  position: absolute;
  width: 24px;
  height: 234px;
  top: 0;
  left: 102px;
  margin-top: -30px;
  margin-left: -25px;
}
.task-list {
  text-align: left;
  margin: 30px;
}
.task-list li {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.task-list li + li {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}
.task-list li:last-child {
  padding-bottom: 0;
}
.task-list li span {
  opacity: 0.5;
  padding-right: 5px;
}
.cal-date-widget .cal-info {
  padding-left: 15px;
  margin-top: 50px;
}
.cal-date-widget .cal-info h2 {
  font-size: calc(50px + 50 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  line-height: 1;
}
.mobile-clock-widget {
  background: url('mobile-clock-wallpaper.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-blend-mode: overlay;
  background-color: #4e2188;
  position: relative;
}
.mobile-clock-widget .clock-details {
  position: absolute;
  left: 50px;
  text-align: left;
}
.mobile-clock-widget .bg-svg {
  position: absolute;
  top: -4px;
  left: -25px;
}
.mobile-clock-widget .bg-svg svg {
  width: 150px;
  height: 150px;
  opacity: 0.1;
}
.mobile-clock-widget .bg-svg svg .climacon_component-stroke {
  fill: #fe80b2;
  stroke-width: 1px;
  stroke: #fe80b2;
}
.mobile-clock-widget .clock {
  padding: 0;
  position: relative;
  list-style: none;
  margin: 0 auto;
  height: 175px;
  width: 175px;
  display: block;
  background: url('clock-face.png') 5% center no-repeat;
}
.mobile-clock-widget .date {
  font-family: work-Sans, sans-serif;
}
.mobile-clock-widget .sec {
  background: url('sec.svg');
  z-index: 3;
}
.mobile-clock-widget .min {
  background: url('min.svg');
  z-index: 2;
}
.mobile-clock-widget .hour {
  background: url('hour.svg');
  z-index: 1;
}
.mobile-clock-widget #date {
  margin-top: 30px;
}
.flot-chart-container {
  height: 350px;
}
.cal-datepicker.custom-datepicker ngb-datepicker {
  box-shadow: none;
  width: 100%;
  margin: -28px 0;
}
.cal-datepicker.custom-datepicker .ngb-dp-header, .cal-datepicker.custom-datepicker .ngb-dp-months, .cal-datepicker.custom-datepicker .ngb-dp-weekdays {
  background-color: transparent;
}
.cal-datepicker.custom-datepicker .ngb-dp-day, .cal-datepicker.custom-datepicker .ngb-dp-week-number, .cal-datepicker.custom-datepicker .ngb-dp-weekday, .cal-datepicker.custom-datepicker .ngb-dp-arrow {
  height: 40px;
  line-height: 40px;
}
.cal-datepicker.custom-datepicker .ngb-dp-day [ngbDatepickerDayView], .cal-datepicker.custom-datepicker .ngb-dp-week-number [ngbDatepickerDayView], .cal-datepicker.custom-datepicker .ngb-dp-weekday [ngbDatepickerDayView], .cal-datepicker.custom-datepicker .ngb-dp-arrow [ngbDatepickerDayView] {
  height: 40px;
  line-height: 40px;
}
.cal-datepicker.custom-datepicker .ngb-dp-weekday {
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif, sans-serif;
}
.contact-form .theme-form {
  border: 1px solid #f8f5fd;
  padding: 30px;
  border-radius: 4px;
}
.contact-form .theme-form .form-icon {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 100%;
  font-size: 21px;
  background-color: #fff;
  color: #898989;
  margin-top: -55px;
  margin-bottom: 15px;
}
.contact-form .theme-form .form-group {
  margin-bottom: 10px;
}
.contact-form .theme-form .form-group label {
  font-weight: 600;
}
.contact-form .btn {
  padding: 10px 30px;
}
.r-radial {
  display: flex;
  justify-content: center;
  align-items: center;
}
.r-radial .apexcharts-legend {
  flex-direction: column;
  align-items: flex-end;
}
.chart-widget .card-header .row {
  align-items: center;
}
.small-chart .card-body {
  padding-bottom: 25px;
}
.small-chart svg {
  padding-top: 25px;
}
.r-dount {
  display: flex;
  justify-content: center;
  align-items: center;
}
.r-radial {
  display: flex;
  justify-content: center;
  align-items: center;
}
@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -30px;
  }
}
@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -30px;
  }
}
@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}
@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#draggableMultiple .ui-sortable-handle .card {
  cursor: move;
}
.tilt-showcase ul li .line {
  padding-top: 10px;
}
.tilt-showcase .pre-mt {
  margin-top: 5px;
}
.wow-title h5 {
  display: flex;
  align-items: center;
}
.alert-center {
  display: flex !important;
  align-items: center;
}
.box-shadow-title .sub-title {
  margin: 30px 0;
}
.hovercard .info .social-media ul li {
  padding-top: 3px;
}
.hovercard .cardheader {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sticky-header-main .card .card-header h5 {
  line-height: 35px;
}
.sticky-header-main .card .card-header h5 a {
  color: #fff;
}
.custom-radio-ml {
  margin-left: 3px;
}
#scrollable-dropdown-menu .twitter-typeahead .tt-menu .tt-dataset {
  max-height: 100px;
  overflow-y: auto;
}
.btn-showcase a {
  color: #fff;
}
.card-block .table-responsive .table caption {
  padding-left: 10px;
}
.card-block .table-responsive .table-bordered td {
  vertical-align: middle;
}
.card-block .table-border-radius {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.card-block .default-checkbox-align #checkbox1 {
  margin-right: 10px;
}
.card-block .default-checkbox-align #radio {
  margin-right: 5px;
}
#example-style-3_wrapper #example-style-3 tfoot {
  border-top: 2px solid #efefef;
}
.cke_focus {
  padding: 15px;
  margin-top: 13px;
}
#editor .ace_scroller .ace_content .ace_layer .ace_print-margin {
  visibility: hidden !important;
}
.helper-classes {
  padding: 30px;
  margin-bottom: 0;
  white-space: pre-line;
}
footer.blockquote-footer {
  bottom: auto;
  bottom: initial;
  z-index: auto !important;
  z-index: initial !important;
}
@media screen and (max-width: 1460px) and (min-width: 1367px) {
  .cal-datepicker .ngb-dp-navigation-select .custom-select {
    width: 74px;
  }
}
@media only screen and (max-width: 1440px) {
  .tag-card .dots-group .dots1 {
    right: 4%;
  }
  .tag-card .dots-group .dots2 {
    right: 10%;
  }
  .tag-card .dots-group .dots4 {
    right: 4%;
    bottom: 20%;
  }
  .tag-card .dots-group .dots6 {
    right: 7%;
    bottom: 31%;
  }
  .tag-card .dots-group .dots7 {
    right: -0.5%;
  }
  .tag-card .dots-group .dots9 {
    right: 14%;
    bottom: 34%;
  }
  .full-width-dots .dots-group .dots1 {
    right: 2%;
  }
  .full-width-dots .dots-group .dots2 {
    right: 5%;
  }
  .full-width-dots .dots-group .dots3 {
    right: 0.5%;
  }
  .full-width-dots .dots-group .dots4 {
    right: 2%;
    bottom: 11%;
  }
  .full-width-dots .dots-group .dots5 {
    right: 3%;
  }
  .full-width-dots .dots-group .dots6 {
    bottom: 16%;
    right: 3%;
  }
  .full-width-dots .dots-group .dots7 {
    right: -0.2%;
  }
  .full-width-dots .dots-group .dots8 {
    right: 6%;
  }
  .full-width-dots .dots-group .dots9 {
    right: 6%;
    bottom: 19%;
  }
}
@media only screen and (max-width: 1199px) {
  .cal-datepicker .ngb-dp-navigation-select .custom-select {
    width: 73px;
  }
  .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu {
    box-shadow: 0 16px 15px 15px rgba(21, 141, 247, 0.05);
  }
  .full-lg-dots .dots-group .dots1 {
    right: 2%;
  }
  .full-lg-dots .dots-group .dots2 {
    right: 5%;
  }
  .full-lg-dots .dots-group .dots3 {
    right: 0.5%;
  }
  .full-lg-dots .dots-group .dots4 {
    right: 2%;
    bottom: 11%;
  }
  .full-lg-dots .dots-group .dots5 {
    right: 3%;
  }
  .full-lg-dots .dots-group .dots6 {
    bottom: 16%;
    right: 3%;
  }
  .full-lg-dots .dots-group .dots7 {
    right: -0.2%;
  }
  .full-lg-dots .dots-group .dots8 {
    right: 6%;
  }
  .full-lg-dots .dots-group .dots9 {
    right: 6%;
    bottom: 19%;
  }
  .music-layer {
    background-size: contain;
  }
  .music-layer .btn {
    padding: 6px 12px;
  }
  .recent-table table tr td {
    min-width: 100px;
  }
  .recent-table table tr td:nth-child(4) {
    min-width: 180px;
  }
  .recent-table table tr td:nth-child(3) {
    min-width: 120px;
  }
  .activity-table table tr td {
    min-width: 112px;
  }
  .activity-table table tr td:nth-child(2), .activity-table table tr td:nth-child(3) {
    min-width: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .tag-card .dots-group .dots8 {
    display: none;
  }
  .card .card-header ul.creative-dots li.big-dot {
    left: -25px;
    width: 40px;
    height: 40px;
  }
  .card .card-header ul.creative-dots li.semi-big-dot {
    width: 25px;
    height: 25px;
    top: 33px;
  }
  .card .card-header ul.creative-dots li.medium-dot {
    width: 15px;
    height: 15px;
  }
  .card .card-header ul.creative-dots li.semi-medium-dot {
    width: 8px;
    height: 8px;
    left: 14px;
    top: 32px;
  }
  .card .card-header ul.creative-dots li.semi-small-dot {
    width: 6px;
    height: 6px;
    left: 26px;
    top: 18px;
  }
  .card .card-header ul.creative-dots li.small-dot {
    display: none;
  }
  .position-set {
    right: 30px;
    top: 24px;
  }
  .monthly-overview .card-header .right-badge, .yearly .card-header .right-badge {
    right: 30px;
    top: 30px;
  }
  .yearly .text-bg {
    top: 38%;
  }
  .monthly-overview .text-bg {
    top: 40%;
  }
  .activity-table table tbody tr td {
    padding-bottom: 30px;
  }
  .recent-table table tbody tr td {
    padding-bottom: 8px;
    min-width: 100px;
  }
  .recent-table table tbody tr td:nth-child(3), .recent-table table tbody tr td:nth-child(4), .recent-table table tbody tr td:nth-child(2) {
    min-width: 150px;
  }
  .recent-table table tbody tr td:last-child {
    min-width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tag-card .dots-group .dots1, .tag-card .dots-group .dots6 {
    right: 3%;
  }
  .tag-card .dots-group .dots2 {
    right: 7%;
  }
  .tag-card .dots-group .dots4 {
    right: 2%;
  }
  .tag-card .dots-group .dots5 {
    right: 4%;
  }
  .tag-card .dots-group .dots9 {
    right: 9%;
    bottom: 35%;
  }
  .full-width-dots .dots-group .dots1, .full-lg-dots .dots-group .dots1 {
    bottom: 0.5%;
  }
  .full-width-dots .dots-group .dots7, .full-lg-dots .dots-group .dots7 {
    right: -0.4%;
  }
  .activity-table table tbody tr td {
    min-width: 120px;
  }
  .activity-table table tbody tr td:nth-child(3) {
    min-width: 200px;
  }
  .activity-table table tbody tr td:nth-child(2) {
    min-width: 150px;
  }
  .footer-fix .pull-right {
    float: none !important;
    text-align: center !important;
  }
  .default-chartist-container svg .ct-series-a .ct-bar {
    stroke-width: 12px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mobile-clock-widget .clock {
    width: 155px;
    height: 155px;
    background-size: cover;
  }
  .dots-group .dots1 {
    bottom: 1%;
  }
  .full-width-dots .dots-group .dots1, .full-lg-dots .dots-group .dots1 {
    bottom: 1.5%;
  }
  .position-set {
    right: 18px;
    top: 18px;
  }
  .card .card-header ul.creative-dots li.big-dot {
    left: -16px;
    width: 30px;
    height: 30px;
  }
  .card .card-header ul.creative-dots li.semi-big-dot {
    width: 20px;
    height: 20px;
    top: 22px;
    left: -12px;
  }
  .card .card-header ul.creative-dots li.medium-dot {
    width: 12px;
    height: 12px;
  }
  .card .card-header ul.creative-dots li.semi-medium-dot {
    width: 6px;
    height: 6px;
    left: 12px;
    top: 27px;
  }
  .card .card-header ul.creative-dots li.semi-small-dot {
    width: 4px;
    height: 4px;
    left: 22px;
    top: 14px;
  }
  .monthly-overview .card-header .right-badge, .yearly .card-header .right-badge {
    right: 25px;
    top: 25px;
  }
  .weather-bg img {
    height: 190px;
  }
  .weather-bg .weather-details .weather-title {
    font-size: 50px;
    padding-right: 25px;
  }
  .weather-bg .weather-details i {
    font-size: 8px;
  }
  .weather-bg .weather-details .media-body:before {
    left: -17px;
  }
  .monthly-overview .text-bg {
    top: 42%;
  }
  .monthly-overview .text-bg span {
    font-size: 80px;
  }
  .full-lg-dots .dots-group .dots2, .full-width-dots .dots-group .dots2 {
    right: 7%;
    bottom: -0.2%;
  }
  .activity-table table tbody tr td {
    padding-bottom: 25px;
  }
  .recent-table table tbody tr td {
    padding-bottom: 2px;
  }
  .recent-table table tbody tr:last-child td {
    padding-bottom: 0;
  }
  .default-chartist-container svg .ct-series-a .ct-bar {
    stroke-width: 3px !important;
  }
  .default-chartist-container.ct-10, .default-chartist-container.ct-11 {
    height: 180px;
  }
  .year-overview .card-header {
    display: block !important;
  }
  .year-overview .card-header .text-right {
    text-align: left !important;
    float: none;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .default-datepicker {
    margin: 0 -15px 0 -15px;
  }
  .default-datepicker .ngb-dp-navigation-select .custom-select {
    width: 70px;
  }
  .monthly-overview .card-header .right-badge, .yearly .card-header .right-badge {
    display: none;
  }
  .music-layer {
    height: 195px;
  }
  .music-layer .btn {
    padding: 4px 6px;
    font-size: 13px;
  }
  .footer {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .footer p {
    font-size: 12px;
  }
  .page-header h2 {
    font-size: 24px;
  }
  .default-chartist-container.ct-11 svg {
    margin-left: -16px;
  }
  .default-chartist-container.ct-10 svg {
    margin-left: 10px;
  }
  .dots-group .dot-medium {
    width: 4px;
    height: 4px;
  }
  .dots-group .dot-small {
    width: 2px;
    height: 2px;
  }
  .dots-group .dot-small-semi {
    width: 3px;
    height: 3px;
  }
}
@media only screen and (max-height: 800px) {
  .right-sidebar .chat-box .friend-list {
    max-height: calc(100vh - 150px);
    overflow: scroll;
  }
}
/**=====================
 68. Dashboard CSS Ends
==========================**/
/**=====================
    70 Dashboard Crypto CSS Start
    ==========================**/
.card-bg {
  background-image: url('bg.jpg');
  background-blend-mode: overlay;
  background-color: #f6f3fa;
}
.card-bg.card .card-header {
  background-color: transparent;
  z-index: 1;
}
.card-bg .media {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 30px;
  width: calc(100% - 35px);
  align-items: center;
}
.card-bg .media h5 {
  color: #fff;
  font-weight: 700;
  padding-top: 12px;
  margin-left: 10px;
}
.crypto-slider {
  margin: 0 -15px;
}
.crypto-slider .owl-carousel .owl-stage .owl-item .item {
  margin: 0 15px;
}
#bitcoinchart-1 .apexcharts-tooltip.apexcharts-theme-light {
  border: none;
  background: #feb3d1;
  color: #fff;
}
#bitcoinchart-1 .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #fe9ec4;
  border-bottom: none;
  color: #fff;
}
#bitcoinchart-2 .apexcharts-tooltip.apexcharts-theme-light {
  border: none;
  background: #6573cc;
  color: #fff;
}
#bitcoinchart-2 .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #5262c5;
  border-bottom: none;
  color: #fff;
}
#bitcoinchart-3 .apexcharts-tooltip.apexcharts-theme-light {
  border: none;
  background: #ffd85d;
  color: #fff;
}
#bitcoinchart-3 .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #ffc200;
  border-bottom: none;
  color: #fff;
}
#candlestick-chart .apexcharts-yaxistooltip,
#candlestick-chart .apexcharts-xaxistooltip {
  background: #fe67a3;
  border: none;
  border-radius: 8px;
  color: #fff;
}
#candlestick-chart [class*=apexcharts-yaxistooltip-]:after {
  border-left-color: #fc1f57;
}
#candlestick-chart [class*=apexcharts-yaxistooltip-]:before {
  border-left-color: transparent;
}
#candlestick-chart .apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #fe67a3;
}
#candlestick-chart .apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: transparent;
}
.sales-product-table {
  padding: 0 20px;
}
.btn-gradient-custom {
  position: relative;
  letter-spacing: 0.8px;
  background-image: linear-gradient(to right, #3fa5ff, #1c91f8);
  box-shadow: 2.5px 4.33px 18px 0 rgba(21, 141, 247, 0.25);
  color: #fff;
}
.btn-gradient-custom:hover {
  background-size: 100%;
}
.btn-gradient-custom .round-shape {
  width: 33px;
  height: 33px;
  background-color: #0580ee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-gradient-custom .round-shape i {
  color: #fff;
  font-size: 17px;
}
.bck-gradient-primary {
  background-image: linear-gradient(to right, #4a5bc3, #334198);
  box-shadow: 2.5px 4.33px 18px 0 rgba(57, 73, 171, 0.25);
  color: #fff;
}
.bck-gradient-secondary {
  background-image: linear-gradient(to right, #ff9bc3, #fe68a3);
  box-shadow: -0.5px 4.33px 16px 0px rgba(254, 128, 178, 0.25);
  color: #fff;
}
.bck-gradient-warning {
  background-image: linear-gradient(to right, #ffd85d, #ffc200);
  box-shadow: -0.5px 4.33px 16px 0px rgba(255, 83, 19, 0.25);
  color: #fff;
}
.crypto-graph-card .media .bitcoin-graph-content span {
  color: rgba(27, 49, 85, 0.6);
}
.crypto-graph-card .media .badge {
  background-color: #f3f9ff;
}
.crypto-graph-card .media .right-setting .setting-dot .setting-bg {
  background-color: #fff;
  box-shadow: 2.5px 4.33px 18px 0 rgba(251, 46, 99, 0.1);
}
.crypto-graph-card .media .right-setting h6 {
  margin-top: 8px;
}
.crypto-graph-card .media .rounded-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 15px;
  border-radius: 100%;
}
.crypto-graph-card .media .rounded-icon i {
  font-size: 25px;
}
.crypto-graph-card .media .rounded-icon:hover {
  background-size: 100%;
}
.crypto-graph-card.secondary-crypto .media .badge {
  background-color: #fff6f8;
}
.crypto-graph-card.warning-crypto .media .badge {
  background-color: #fff8f3;
}
.crypto-table-market table thead tr th {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: none;
  background-color: #fafdff;
}
.crypto-table-market table tbody tr td {
  padding: 20px;
}
.crypto-table-market table tbody tr td:nth-child(3) {
  color: rgba(27, 49, 85, 0.6);
}
.crypto-table-market table tbody tr td:last-child {
  text-align: right;
}
.crypto-table-market table tbody tr td .badge {
  font-weight: normal;
}
.crypto-table-market table tbody tr:nth-child(4) td:nth-child(4) span {
  background-color: rgba(128, 207, 0, 0.1);
}
.crypto-table-market table tbody tr:first-child td:nth-child(4) span {
  background-color: rgba(57, 73, 171, 0.1);
}
.crypto-table-market table tbody tr:nth-child(2) td:nth-child(4) span {
  background-color: rgba(57, 73, 171, 0.1);
}
.crypto-table-market table tbody tr:nth-child(3) td:nth-child(4) span {
  background-color: rgba(254, 128, 178, 0.1);
}
.crypto-table-market table tbody tr:nth-child(5) td:nth-child(4) span {
  background-color: rgba(57, 73, 171, 0.1);
}
.crypto-table-market table tbody .btn-gradient-custom td {
  color: #fff;
}
.crypto-table-market table tbody .btn-gradient-custom td span {
  color: #fff;
}
.coin-card.card-body {
  padding: 20px !important;
}
.btc-earning .ct-series.ct-series-b .ct-line {
  stroke: #dbdfe9 !important;
  stroke-width: 2px;
  stroke-dasharray: 5px 2px;
  stroke-width: 2px;
  stroke-dasharray: 16px 12px;
  -webkit-animation: btc-dashoffset 300ms infinite linear;
          animation: btc-dashoffset 300ms infinite linear;
  opacity: 0.5;
}
@-webkit-keyframes btc-dashoffset {
  0% {
    stroke-dashoffset: 22px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes btc-dashoffset {
  0% {
    stroke-dashoffset: 22px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.btc-earning {
  height: 400px;
  width: 105%;
  padding-top: 100px;
  margin-bottom: -15px;
}
.btc-earning svg .ct-series-a .ct-point,
.btc-earning svg .ct-series-a .ct-line,
.btc-earning svg .ct-series-a .ct-bar,
.btc-earning svg .ct-series-a .ct-slice-donut {
  stroke: #ffffff !important;
}
.btc-overview .text-bg {
  position: absolute;
  top: 26%;
  right: 21%;
}
.btc-overview .text-bg span {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
}
.btc-overview .rounded-icon {
  background-color: rgba(21, 141, 247, 0.7);
}
#bitcoinchart-1,
#bitcoinchart-2,
#bitcoinchart-3 {
  margin-bottom: -15px;
  margin-top: -57px;
}
.bitcoin-1 {
  background-color: #fe80b2;
}
.btc-buy-sell .btc-amount {
  padding: 12px 10px;
  border-radius: 8px;
  background-color: rgba(21, 141, 247, 0.1);
}
.btc-buy-sell .btc-amount span {
  color: #000000;
}
.btc-buy-sell li {
  padding-bottom: 38px;
}
.btc-buy-sell li:nth-child(2) .btc-amount {
  background-color: rgba(57, 73, 171, 0.1);
}
.btc-buy-sell li:nth-child(3) .btc-amount {
  background-color: rgba(255, 199, 23, 0.1);
}
.btc-buy {
  padding-top: 15px;
  padding-bottom: 7px;
}
.btc-buy .btn {
  box-shadow: -0.5px 4.33px 16px 0px rgba(254, 128, 178, 0.25);
  position: relative;
  margin-left: 15px;
  padding: 12px 50px;
}
.btc-buy .btn i {
  padding: 17px 15px;
  background: #fff;
  color: #fe80b2;
  vertical-align: middle;
  position: absolute;
  left: -14px;
  top: -2px;
  border-radius: 25px;
}
.btc-sell .btn:nth-child(2) {
  z-index: 1;
}
.btc-sell .btn {
  padding: 12px 50px;
  margin-right: -40px;
  position: relative;
  z-index: 9;
  background-color: rgba(254, 128, 178, 0.1);
  box-shadow: -0.5px 4.33px 16px 0px rgba(254, 128, 178, 0.25);
}
.more-btn .btn-block {
  position: relative;
  font-size: 22px;
}
.more-btn .btn-light {
  position: absolute;
  right: 0;
  top: 0;
}
.more-btn .btn:nth-child(2) {
  padding: 28px 21px;
  margin-right: 13px;
  z-index: 1;
  background-color: #fff !important;
  color: black;
  border-radius: 50% 0 0 50%;
}
.more-btn .btn:nth-child(2):focus, .more-btn .btn:nth-child(2):hover, .more-btn .btn:nth-child(2):active {
  border-color: transparent !important;
}
.more-btn .btn {
  padding: 24px 50px;
  margin-right: -50px;
  padding-left: 27px;
  border-radius: 25px;
}
.Add-card .card {
  border-radius: 20px;
}
.card-arrow {
  box-shadow: 0px 0px 25px 0px rgba(126, 55, 216, 0.05);
}
.add-arrow {
  box-shadow: 0px 0px 25px 0px rgba(126, 55, 216, 0.05);
}
.right-angle {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.right-angle i {
  padding-left: 16px;
}
.btc-table .card-header {
  padding: 45px 50px !important;
}
.btc-table .card-body {
  padding: 40px 50px;
}
@media screen and (max-width: 1660px) {
  .card-bg .media {
    padding: 0;
  }
  .crypto-table-market table tr td:nth-child(2), .crypto-table-market table tr td:nth-child(3) {
    min-width: 107px;
  }
}
@media screen and (min-device-width: 1366px) and (max-device-width: 1440px) {
  .xl-50 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .xl-100 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 991px) {
  .btc-overview .text-bg {
    position: absolute;
    top: 24%;
    right: 23%;
  }
}
@media screen and (max-width: 767px) {
  .btc-overview span {
    font-size: 145px !important;
  }
  .btc-overview .text-bg {
    position: absolute;
    top: 30%;
    right: 25%;
  }
}
@media screen and (max-width: 575px) {
  .crypto-table-market table thead tr th {
    padding: 15px;
  }
  .crypto-table-market table tbody tr td {
    padding: 15px;
  }
  .crypto-table-market table tbody tr td:first-child {
    min-width: 100px;
  }
  .crypto-table-market table tbody tr td:nth-child(2), .crypto-table-market table tbody tr td:nth-child(3) {
    min-width: 97px !important;
  }
  .btc-table .card-header {
    padding-bottom: 36px !important;
  }
  .btc-table .btc-buy {
    padding-top: 0 !important;
  }
  .btc-table .btc-sell .btn {
    padding: 12px 40px;
    z-index: 1;
    margin-right: -30px;
  }
  .btc-overview .card-header .text-right {
    text-align: left !important;
    float: none;
    margin-top: 20px;
  }
  .btc-overview .text-bg {
    position: absolute;
    top: 38%;
    right: 22%;
  }
  .btc-overview .media {
    display: inline;
    display: initial;
  }
  .btc-table-xs {
    margin-bottom: 15px;
  }
  .btc-table-xs-l {
    padding-left: 15px;
  }
}
@media screen and (max-width: 360px) {
  .btc-table .card-header {
    padding: 45px 35px !important;
  }
  .btc-overview .text-bg {
    position: absolute;
    top: 42%;
    right: 18%;
  }
}
/**=====================
   70. Dashboard Crypto  CSS End
    ==========================**/
/**=====================
    69. Dashboard ecommerce css starts
==========================**/
.ecommerce-chart-card .card-body {
  padding: 30px 55px;
}
.ecommerce-small-chart {
  align-items: center;
  display: flex;
}
.ecommerce-small-chart .small-bar {
  position: relative;
}
.ecommerce-small-chart .small-bar .flot-chart-container {
  height: 80px;
  width: 80px;
}
.ecommerce-small-chart .small-bar .flot-chart-container .chartist-tooltip {
  position: absolute;
}
.ecommerce-small-chart .small-bar .flot-chart-container .chartist-tooltip .chartist-tooltip-value {
  font-size: 10px;
  padding: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.ecommerce-small-chart .small-bar .flot-chart-container svg {
  position: absolute;
  bottom: 14px;
  width: 100%;
  height: 95%;
  left: -6px;
}
.ecommerce-small-chart .small-bar svg .ct-series-a .ct-point, .ecommerce-small-chart .small-bar svg .ct-series-a .ct-line, .ecommerce-small-chart .small-bar svg .ct-series-a .ct-bar, .ecommerce-small-chart .small-bar svg .ct-series-a .ct-slice-donut {
  stroke: #fff !important;
}
.ecommerce-small-chart .small-bar svg .ct-series-b .ct-point, .ecommerce-small-chart .small-bar svg .ct-series-b .ct-line, .ecommerce-small-chart .small-bar svg .ct-series-b .ct-bar, .ecommerce-small-chart .small-bar svg .ct-series-b .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.1) !important;
}
.ecommerce-small-chart .media-body h6 {
  color: #fff;
}
.ecommerce-small-chart .media-body h4 {
  color: #fff;
  font-weight: 600;
}
.monthly-overview .card-body {
  position: relative;
}
.monthly-overview g text:nth-child(1) {
  opacity: 0.5;
}
.monthly-overview .rounds-decore {
  left: 50%;
  margin-right: 80%;
  transform: translate(50%, 0);
}
.monthly-overview .rounds-decore li {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  top: 23px;
  left: 0;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.5s 1s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation: ball-scale-ripple-multiple 1.5s 1s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.monthly-overview .rounds-decore li:nth-child(1) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.monthly-overview .rounds-decore li:nth-child(2) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.monthly-overview .rounds-decore li:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.monthly-overview .rounds-decore li:nth-child(4) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
.crypto-revenue .card-body {
  padding-bottom: 10px;
}
.crypto-revenue .apexcharts-tooltip.apexcharts-theme-light {
  border: none !important;
  box-shadow: none;
  background-color: transparent !important;
}
.crypto-revenue .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  display: none;
}
.crypto-revenue .apexcharts-tooltip-series-group .apexcharts-tooltip-marker {
  display: none;
}
.crypto-revenue .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-y-group {
  font-size: 110px;
  color: #fe80b2;
  opacity: 0.1;
}
.crypto-revenue .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-y-group .apexcharts-tooltip-text-label {
  display: none;
}
.crypto-revenue .apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #fe80b2;
}
.crypto-revenue .apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #fff4f9;
}
.crypto-revenue .apexcharts-xaxistooltip {
  color: #fe80b2;
  background: #fff4f9;
  border-color: #fe80b2;
}
.crypto-revenue .card-header {
  justify-content: space-between;
  border-bottom: none !important;
}
.crypto-revenue .card-header h5 .badge {
  margin-left: 35px;
  background-color: rgba(254, 128, 178, 0.1);
  color: #fe80b2;
  padding: 7px 20px;
}
.crypto-revenue .card-header .header-right h6 {
  color: #fe80b2;
}
.selling-product-table table tbody tr td {
  vertical-align: middle;
  border-bottom: 1px solid #f2f4ff;
}
.selling-product-table table tbody tr td:nth-child(5) {
  color: rgba(27, 49, 85, 0.6);
}
.selling-product-table table tbody tr td img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.18));
}
.selling-product-table table tbody tr td .badge-secondary {
  box-shadow: -0.5px 4.33px 16px 0px rgba(254, 128, 178, 0.25);
}
.selling-product-table table tbody tr td:last-child {
  color: rgba(27, 49, 85, 0.6);
  font-weight: bold;
}
.selling-product-table table tbody tr td .align-middle img {
  filter: none;
}
.selling-product-table table tbody tr td .align-middle h6 {
  padding-top: 6px;
  margin-bottom: 0;
}
.selling-product-table table tbody tr:last-child td {
  border-bottom: none !important;
}
.watch h5 {
  color: #fff;
  font-weight: 700;
}
.watch p {
  font-weight: 600;
}
.p-watch {
  text-align: center;
  position: relative;
}
.p-watch img {
  width: 170px;
  margin: 20px 0;
}
.customers h5 {
  color: #fff;
  font-weight: 700;
}
.apexcharts-radialbar #apexcharts-radialbarTrack-0 {
  stroke: #3949ab;
}
.default-chartist-container {
  margin-bottom: 35px;
}
.month-overview h2 {
  font-weight: 800;
  color: #fe80b2;
  position: absolute;
}
.month-overview .card-header {
  border-bottom: none !important;
}
.month-overview .ct-10, .month-overview .ct-11 {
  margin-bottom: 0;
  height: auto;
}
.month-overview span.badge {
  margin-top: 27px !important;
  margin-left: 100px;
  display: inline-block !important;
  background-color: rgba(254, 128, 178, 0.1);
  color: #fe80b2;
}
@media screen and (max-width: 1366px) {
  .sale-chart {
    position: absolute;
    right: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .ecommerce-chart-card .card-body {
    padding: 30px 20px;
  }
  .selling-product table tr td:nth-child(2) {
    min-width: 300px !important;
  }
}
@media screen and (max-width: 991px) {
  .sale-chart {
    position: absolute;
    right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .activity-table table td h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .sale-chart {
    position: absolute;
    right: 32px;
  }
  .card .card-header h5 {
    font-size: 17px;
  }
  .crypto-revenue .card-header {
    display: block !important;
  }
  .crypto-revenue .card-header .text-right {
    text-align: left !important;
    float: none;
    margin-top: 20px;
  }
  .crypto-revenue .card-header h5 .badge {
    margin-left: 5px;
  }
  .month-overview .card-header {
    display: block !important;
  }
  .month-overview .card-header .text-right {
    text-align: left !important;
    float: none;
    margin-top: 20px;
  }
}
/**=====================
     69. Dashboard ecommerce  CSS Ends
==========================**/
/**=====================
    74. Responsive CSS Start
==========================**/
/* ========= min and max scss for 1200 to 1366 screen ========= */
@media screen and (max-width: 1660px) and (min-width: 1367px) {
  .task-list {
    margin: 10px;
  }
  .task-list li {
    font-size: 15px;
  }
  .weather-widget .weather-widget-top {
    height: 230px;
  }
  .weather-widget .weather-widget-top .location {
    top: 50px;
    right: 30px;
  }
  .weather-widget .weather-widget-bottom .col .box:before {
    left: 30px;
  }
  .weather-widget .weather-widget-bottom .col .box svg {
    width: 80px;
    height: 50px;
  }
}
@media screen and (max-width: 1660px) {
  .add-arrow .more-btn .btn-secondary {
    display: none;
  }
  .add-arrow .more-btn .btn-light {
    width: 100%;
    border: 1px solid #f4eefd !important;
    border-radius: 15px;
    padding: 27px 21px;
    margin-right: 0;
  }
  .weather-widget .weather-widget-bottom .col .box:before {
    left: 20px;
  }
  .browser-widget img {
    height: 60px;
  }
  .new-products .product-box .product-details {
    padding: 10px;
  }
  .photos ul li {
    width: 26%;
  }
  .user-status table thead tr th:nth-child(3) {
    min-width: 124px;
  }
  .user-status table tbody tr td:first-child {
    min-width: 320px;
  }
  .bar-chart canvas {
    width: 100% !important;
  }
  .chat-box .chat-history .call-icons ul li {
    border: 1px solid #898989;
  }
  .chat-box .chat-history .total-time h2 {
    color: #898989;
  }
  .chat-box .chat-history .call-content .btn {
    width: auto;
    margin: 0 auto;
  }
  .chat-left-aside .people-list {
    height: 520px;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 440px;
  }
  .chat-box .people-list ul {
    max-height: 450px;
    overflow: auto;
  }
  .call-chat-body .chat-box {
    overflow: hidden;
    height: 625px;
  }
  .call-chat-body .chat-box .people-list ul {
    max-height: 550px;
    overflow: auto;
  }
  .caller-img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 15px;
  }
  .caller-img img {
    opacity: 0.7;
  }
  .chat-box .chat-history .receiver-img {
    margin-top: 25px;
  }
  .chat-box .chat-history .call-content > div {
    height: 545px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.75);
    background-blend-mode: overlay;
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 1280px) {
  .box-layout.page-wrapper .page-main-header {
    padding-left: 0;
    padding-left: initial;
    max-width: none;
    max-width: initial;
    left: auto;
    left: initial;
  }
  .box-layout.page-wrapper .page-body-wrapper {
    width: auto;
    width: initial;
  }
  .box-layout.page-wrapper .page-body-wrapper .page-sidebar.open ~ footer {
    width: auto;
    width: initial;
  }
  .box-layout.page-wrapper .page-body-wrapper .footer {
    margin-left: 0;
    margin-left: initial;
    width: auto;
    width: initial;
  }
}
@media screen and (max-width: 1580px) and (min-width: 1200px) {
  .docs-buttons,
.docs-toggles {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
  .iconsidebar-menu.iconbar-mainmenu-close ~ .page-body .timeline-small .media .timeline-round.timeline-line-1:after, .iconsidebar-menu.iconbar-second-close ~ .page-body .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -67px;
  }
  .product-filter.new-products .product-box > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-filter.new-products .product-box .product-img img {
    width: 100px;
    margin: 0 auto;
  }
  .product-filter.new-products .product-box .product-details {
    padding: 15px;
    text-align: center !important;
  }
  .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
    min-height: 1280px;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1366px) {
  .flot-chart-container-small {
    height: 227px;
  }
  .call-chat-sidebar {
    max-width: 260px;
  }
  .product-box .product-details {
    padding: 15px;
  }
  .product-box .product-details p {
    margin-bottom: 10px;
  }
  .flot-chart-container {
    height: 282px;
  }
  .custom-card .card-profile img {
    height: 115px;
  }
  .custom-card .profile-details h4 {
    font-size: 18px;
  }
  .custom-card .profile-details h6 {
    margin-bottom: 24px;
  }
  .custom-card .card-footer > div h3 {
    font-size: 18px;
  }
  .xl-none {
    display: none;
  }
  .xl-60 {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .xl-50 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .xl-100 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .xl-23 {
    max-width: 23%;
    flex: 0 0 23%;
  }
  .xl-25 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .xl-40 {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .xl-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .crm-activity .media .media-body .dates {
    display: flex;
  }
  .chat-body {
    padding: 10px;
  }
  .chat-box .chat-history .call-content .btn {
    font-size: 15px;
  }
  .chat-box .chat-history .total-time h2 {
    font-size: 30px;
  }
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .chat-box .chat-history .call-icons ul li {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
  .chat-box .user-image {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-right: 3px;
  }
  .chat-box .about {
    margin-top: 0;
  }
  .chat-box .nav-material.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #aaaaaa !important;
    letter-spacing: 0;
    font-size: 12px !important;
    line-height: 6;
  }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 376px;
    overflow-y: auto;
  }
  .chat-box .chat-menu .user-profile .image .avatar img {
    width: 100px;
    height: 100px;
  }
  .chat-box .chat-menu .user-profile .image .icon-wrapper {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .chat-left-aside .people-list {
    height: 420px;
  }
  .chat-left-aside .people-list ul {
    max-height: 376px;
    overflow-y: auto;
  }
  .chat-left-aside .status-circle {
    top: 4px;
    left: 36px;
  }
  .blog-box .blog-details-main .blog-bottom-details {
    margin: 20px 10px;
  }
  .blog-box .blog-details-main .blog-social li {
    padding: 0px 10px;
  }
  .blog-bottom-content {
    display: none;
  }
  .blog-box.blog-shadow .blog-details {
    padding: 10px;
  }
  .browser-widget img {
    height: 50px;
  }
  .email-wrap .email-left-aside .email-app-sidebar .media {
    display: block;
  }
  .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email {
    width: 100%;
    text-align: center;
  }
  .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email .mr-3 {
    margin-right: 0 !important;
  }
  .email-wrap .email-left-aside .email-app-sidebar .media .media-body {
    text-align: center;
  }
  .email-wrap .email-right-aside .email-body .attachment ul li img {
    width: 73px;
    height: 73px;
  }
  .email-wrap .email-right-aside .email-body .email-top {
    line-height: 50px;
  }
  .email-wrap .email-right-aside .email-body .email-top .float-right {
    display: none !important;
  }
  .email-wrap .email-right-aside .email-body .email-top h5 {
    padding: 13px 0;
  }
  .email-wrap .email-right-aside .email-body .inbox {
    max-height: 668px;
    overflow: auto;
  }
  .email-wrap .email-right-aside .email-body .inbox .media {
    display: block;
  }
  .email-wrap .email-right-aside .email-body .inbox .media .media-size-email {
    width: 100%;
    text-align: center;
  }
  .email-wrap .email-right-aside .email-body .inbox .media .media-size-email .mr-3 {
    margin-right: 0 !important;
  }
  .email-wrap .email-right-aside .email-body .inbox .media-body {
    text-align: center;
  }
  .email-wrap .email-right-aside .email-body .inbox .media-body h6 {
    font-size: 14px;
  }
  .email-wrap .email-right-aside .email-body .email-compose .cke_contents.cke_reset {
    max-height: 144px;
    width: 99%;
  }
  .email-wrap .email-right-aside .email-body .email-compose .compose-border {
    margin: 0;
  }
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 181px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important;
  }
}
/* ========= min and max scss for 992 to 768 screen ========= */
@media only screen and (max-width: 1440px) {
  .xl-mt-job {
    margin-bottom: 20px;
  }
  .lg-mt {
    margin-top: 30px;
  }
  .timeline-content .date {
    padding: 8px;
  }
  .timeline-item:nth-child(odd) .timeline-content .inner-content {
    margin-right: 0 !important;
  }
}
/* ========= responsive scss for 1366 screen ========= */
@media only screen and (max-width: 1366px) {
  app-calender .card-body > .row {
    display: block;
  }
  app-calender .card-body > .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  app-calender .card-body > .row > div h3 {
    margin-top: 10px;
  }
  .contact-table table tr td:last-child {
    min-width: 270px;
  }
  .support-ticket-font h3 {
    font-size: 22px;
  }
  .email-wrap .email-right-aside .email-body .inbox .media label {
    text-align: center;
    margin-bottom: 15px;
  }
  .page-main-header .main-header-right .nav-right > ul > li .badge {
    display: none;
  }
  aw-wizard-navigation-bar.vertical {
    width: 30% !important;
  }
  .timeline-small .media .media-body p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
  .timeline-small .media .small-line ~ .media-body p {
    -webkit-line-clamp: 1;
  }
  .map-js-height {
    height: 350px;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 364px;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img {
    margin-top: -30px;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box .message {
    width: 100%;
    padding: 15px;
  }
  .chat-right-aside {
    flex: 0 0 60%;
    max-width: 60%;
    overflow: hidden;
  }
  .chat-right-aside .chat .chat-message .smiley-box {
    width: 45px;
  }
  .chat-box .chat-history .receiver-img img {
    height: 150px;
  }
  .call-chat-body .chat-box {
    overflow: hidden;
    height: 565px;
  }
  .equal-height-xl {
    height: 517px;
  }
  .authentication-main .auth-innerright {
    background-size: cover;
  }
  .grp-btns {
    display: inline-block;
  }
  .ecommerce-widget .total-num {
    font-size: 23px;
    letter-spacing: 0px;
  }
  .support-ticket-font .total-num {
    font-size: 22px;
  }
  .custom-card .card-social li a {
    padding: 12px;
  }
  .map-chart .chart-container {
    height: 300px;
  }
  .speed-chart .chart-container {
    height: 250px;
    margin-top: -40px;
    margin-bottom: 100px;
  }
  .candidcahrt {
    height: 360px;
  }
  .status-details h3 {
    font-size: 18px;
  }
  .chart-widget-top .total-value {
    font-size: 20px;
  }
  .status-widget .card-body {
    padding: 10px;
  }
  .user-status table thead tr th:nth-child(3) {
    min-width: 0;
    min-width: initial;
  }
  .user-status table tbody tr td:first-child {
    min-width: 0;
    min-width: initial;
  }
  .browser-widget .media {
    flex-wrap: wrap;
  }
  .browser-widget .media .media-body h3 {
    font-size: 20px;
  }
  .browser-widget .media .media-body p {
    margin-bottom: 2px;
  }
  .browser-widget .media .media-body h4 {
    font-size: 20px;
  }
  .testimonial i {
    font-size: 46px;
  }
  .testimonial p {
    margin-top: 20px;
  }
  .cal-date-widget .datepicker {
    margin: 0 auto;
    padding: 0;
    width: auto;
    width: initial;
  }
  .static-top-widget .media-body h3 {
    font-size: 30px;
  }
  .static-top-widget .media-body .icon-bg {
    right: -21px;
  }
  .widget-joins .media {
    padding: 20px;
  }
  .widget-joins .media .media-body h3 {
    font-size: 20px;
  }
  .redial-social-widget {
    width: 125px;
    height: 125px;
  }
  .redial-social-widget i {
    width: 100px;
    height: 100px;
    font-size: 35px;
  }
  .chat-body {
    padding: 10px;
  }
  .chat-box .chat-history .call-content .btn {
    font-size: 15px;
  }
  .chat-box .chat-history .total-time h2 {
    font-size: 30px;
  }
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .chat-box .chat-history .call-icons ul li {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
  .chat-box .user-image {
    width: 45px;
    height: 45px;
  }
  .chat-box .about {
    margin-top: 0;
  }
  .chat-box .nav-material.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #aaaaaa !important;
    letter-spacing: 0;
    font-size: 12px !important;
    line-height: 6;
  }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 376px;
    overflow-y: auto;
  }
  .chat-box .chat-menu .user-profile {
    margin-top: 0;
  }
  .chat-box .chat-menu .user-profile .image .avatar img {
    width: 100px;
    height: 100px;
  }
  .chat-box .chat-menu .user-profile .image .icon-wrapper {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .chat-box .chat-menu .user-profile .user-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .chat-box .chat-menu .user-profile .user-content h5 {
    margin: 20px 0;
  }
  .chat-box .chat-menu .user-profile .user-content hr {
    margin: 20px 0;
  }
  .chat-box .chat-menu .user-profile .follow .follow-num {
    font-size: 20px;
  }
  .chat-left-aside .people-list {
    height: 490px;
  }
  .chat-left-aside .people-list ul {
    max-height: 434px;
    overflow-y: auto;
  }
  .status-circle {
    top: 4px;
    left: 37px;
  }
  .img-cropper .docs-toggles {
    margin-top: 8px;
  }
  .bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
    left: -21px;
  }
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 8px;
  }
  .product-table #basic-1_wrapper .dataTable tbody tr td:last-child {
    min-width: 160px;
  }
  .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:first-child {
    width: 50px !important;
  }
  .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3), .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4) {
    width: 80px !important;
  }
  .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child {
    width: 50px !important;
  }
  .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3), .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
    width: 80px !important;
  }
  .reset-password-box .theme-form .form-group .btn {
    padding: 6px 22px;
  }
  agm-map {
    height: 350px !important;
  }
  .leaflet-custom .map-height {
    height: 350px;
  }
}
/* ========= responsive scss for 1200 screen ========= */
@media only screen and (max-width: 1199px) {
  .contact-filter {
    margin-top: 15px;
  }
  .monthly-overview .rounds-decore {
    display: none;
  }
  .pricing-simple .card-body h1 {
    font-size: 70px;
  }
  #cd-timeline::before {
    display: none;
  }
  .alert-theme {
    max-width: 400px;
  }
  .ecommerce-widget .support-ticket-font {
    padding: 20px;
  }
  .product-sidebar.open {
    top: -45px;
  }
  .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
    min-height: 920px;
    margin-left: 0;
  }
  .product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter {
    top: 0;
  }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 42%;
  }
  .product-filter .product-box {
    flex-wrap: nowrap;
  }
  .product-filter .product-box .product-img {
    width: 100px;
  }
  .product-filter .product-box .product-details {
    padding: 0 !important;
  }
  .feature-products .filter-toggle {
    padding: 8px 15px;
    background-color: #fff;
    margin-left: 10px;
    border-radius: 5px;
  }
  .feature-products span.f-w-600 {
    padding-top: 8px;
    display: inline-block;
  }
  .d-none-productlist {
    display: block;
    margin-right: 10px;
  }
  .product-sidebar {
    transform: translateX(-300px) scaleX(0);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    height: 0;
    position: absolute;
    z-index: 7;
    width: 300px;
  }
  .product-sidebar.open {
    transform: translateX(0px) scaleX(1);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    visibility: visible;
    opacity: 1;
    height: auto;
    top: 0;
  }
  .product-sidebar.open:before, .product-sidebar.open:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    right: 120px;
    top: -7px;
  }
  .product-sidebar .filter-section .card-header {
    display: none;
  }
  body.dark-only .product-sidebar.open:before body.dark-only .product-sidebar.open:after {
    border-bottom: 7px solid #2c3054;
  }
  .page-wrapper .page-main-header .vertical-mobile-sidebar {
    display: none;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right {
    position: static;
    position: initial;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > .mobile-toggle-left {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > .mobile-toggle-left svg circle {
    color: #3949ab;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li:first-child {
    padding-left: 0 !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li:first-child:before {
    display: none;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li .submenu li:first-child {
    padding-left: 15px !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .category-dropdown,
.page-wrapper .page-main-header .main-header-right .nav-right .status-dropdown {
    top: 38px;
  }
  .page-wrapper .page-main-header .main-header-right .mobile-sidebar .switch-sm .switch {
    margin-top: 6px;
  }
  .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu .iconbar-header {
    padding: 21px 0 21px 20px;
  }
  .page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close ~ .page-body,
.page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close ~ footer {
    margin-left: 0 !important;
  }
  .custom-datatable input {
    width: 50%;
  }
  .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2), .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5), .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:nth-child(6) {
    width: 150px !important;
  }
  .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2), .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5), .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6) {
    width: 150px !important;
  }
  aw-wizard-navigation-bar.vertical {
    width: 40% !important;
  }
  .pagination-lg .page-link {
    padding: 10px 18px;
  }
  .photos ul li {
    width: auto;
  }
  .photos ul li:nth-child(3n) {
    margin-right: 15px;
  }
  .user-profile .hovercard .user-image .share-icons {
    position: absolute;
    right: 45px;
    top: -22px;
  }
  .user-profile .hovercard .user-image .share-icons li {
    color: #fff;
    font-size: 25px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon {
    width: 40px;
    height: 40px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon i {
    font-size: 18px;
  }
  .timeline-small .media .timeline-round.timeline-line-1:after {
    height: 50px;
    bottom: -60px;
  }
  .timeline-small .media .timeline-round.small-line:after {
    height: 28px;
    bottom: -38px;
  }
  .timeline-small .media .timeline-round.medium-line:after {
    height: 48px;
    bottom: -60px;
  }
  .timeline-small .media .media-body h6 {
    font-weight: 600;
    margin-bottom: 30px;
  }
  .timeline-small .media .media-body h6 span {
    font-weight: normal;
    color: #999;
  }
  .timeline-small .media .media-body p {
    width: 80%;
  }
  .iconsidebar-menu.iconbar-second-close ~ .page-body .timeline-small .media .timeline-round.timeline-line-1:after {
    height: 30px;
    bottom: -40px;
  }
  .lg-mt-col {
    margin-top: 30px;
  }
  .xl-none {
    display: none;
  }
  .user-status table tbody tr td .d-inline-block {
    margin-top: 10px;
  }
  .lg-mt {
    margin-top: 30px;
  }
  .product-page-details {
    margin-top: 30px;
  }
  .debit-card {
    order: 1;
  }
  .typography .row div + div {
    margin-top: 30px;
  }
  .listing .card-body .row > div + div {
    margin-top: 30px;
  }
  .flot-chart-container {
    height: 250px;
  }
  .img-cropper #putData {
    margin-bottom: 10px;
  }
  .img-cropper .docs-toggles > .dropdown {
    margin-bottom: 0;
  }
  .error-wrapper .maintenance-icons li i {
    color: #f8f5fd;
    font-size: 40px;
  }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 80px;
    margin-left: 90px;
  }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 120px;
    margin-top: -75px;
    margin-right: 110px;
  }
  .jvector-map-height {
    height: 280px;
  }
  .blog-list .blog-details p {
    margin-bottom: 5px;
  }
  .custom-card .card-header img {
    margin-top: -25px;
    border-radius: 0;
  }
  .custom-card .card-profile img {
    height: 115px;
  }
  .custom-card .card-profile .card-footer > div h3 {
    font-size: 18px;
  }
  .equal-height-lg {
    min-height: 0 !important;
    min-height: initial !important;
  }
  .blog-single .comment-box ul .comment-social {
    margin-left: 0;
  }
  .error-wrapper .maintenance-heading {
    margin-top: 30px;
  }
  .error-wrapper .maintenance-heading .headline {
    font-size: 50px;
    margin-top: -15%;
    margin-bottom: 0px;
  }
  .error-wrapper .maintenance-heading .cloud-second {
    margin-top: -25px;
  }
  .user-status table tbody tr td:first-child {
    min-width: 305px;
  }
  .user-status table tbody tr td:first-child img {
    width: 30px;
  }
  .testimonial p {
    margin-top: 17px;
  }
  .contact-form {
    padding: 10px;
  }
  .contact-form .theme-form .form-icon {
    margin-top: -57px;
  }
  .browser-widget {
    padding: 0px;
  }
  .browser-widget .media .media-body h4 {
    font-size: 17px;
  }
  .browser-widget .media .media-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .crm-overall .overall-chart {
    height: 200px;
  }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 384px;
    overflow-y: auto;
  }
  .chat-box .btn-lg, .chat-box .btn-group-lg > .btn {
    font-size: 12px;
  }
  .chat-box .people-list ul {
    height: auto;
  }
  .chat-box .chat-right-aside .chat .chat-header {
    height: auto;
  }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 19px;
  }
  .chat-box .chat-right-aside .chat .chat-message {
    margin: 0;
  }
  .chat-box .chat-history .total-time h2 {
    font-size: 25px;
  }
  .chat-box .chat-history .row .col-sm-7 {
    padding-right: 0;
  }
  .chat-box .nav-material.nav-tabs {
    width: 100%;
  }
  .chat-box .nav-material.nav-tabs .nav-item {
    margin-right: 5px;
  }
  .chat-box .chat-left-aside .people-list {
    height: 493px;
  }
  .chat-menu-icons {
    display: block;
    clear: both;
    width: 100%;
    text-align: right;
  }
  .chat-menu {
    right: 0;
    border-top: 1px solid #efefef;
    opacity: 0;
    transform: translateY(-30px);
    visibility: hidden;
    top: 120px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    transition: all linear 0.3s;
  }
  .chat-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all linear 0.3s;
    padding-bottom: 25px;
  }
  .chat-history {
    height: 447px;
  }
  .chat-box .chat-history .call-content > div {
    padding-top: 70px;
  }
  .chat-box .toogle-bar {
    display: inline-block;
    margin-right: 0 !important;
  }
  .chat-right-aside {
    flex: 0 0 100%;
    max-width: calc(100% - 15px);
    overflow: hidden;
  }
  .call-chat-body .chat-box {
    overflow: auto;
    height: auto;
  }
  .email-wrap .email-right-aside .email-body {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .email-wrap .email-right-aside .email-body .b-r-light {
    border-right: none !important;
  }
  .email-wrap .email-right-aside .radius-left {
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .email-wrap .row .col-xl-3 + .col-xl-3 {
    padding-right: 15px;
  }
  .email-wrap .row .col-xl-6 {
    padding-left: 15px;
  }
  .icon-lists div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 209px;
  }
  .like-comment-lg-mb {
    margin-bottom: 12px;
  }
  .ribbon-space-bottom {
    top: 9px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 98.5% !important;
  }
  .profile-img-style #aniimated-thumbnials-3 {
    text-align: center;
  }
}
/* ========= responsive scss for 992 screen ========= */
@media only screen and (max-width: 991px) {
  #document-toggle {
    margin-top: 20px;
  }
  .bottom-color-space {
    margin-bottom: -20px;
  }
  .tabbed-card .borderb-tab-primary.nav-tabs, .tabbed-card .borderb-tab-primary .nav-tabs {
    top: -13px;
  }
  .tabbed-card .borderb-tab-primary.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-primary .nav-tabs .nav-item .nav-link {
    padding: 24px 15px;
  }
  .tabbed-card .borderb-tab-secondary.nav-tabs, .tabbed-card .borderb-tab-secondary .nav-tabs {
    top: -13px;
  }
  .tabbed-card .borderb-tab-secondary.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-secondary .nav-tabs .nav-item .nav-link {
    padding: 24px 15px;
  }
  .tabbed-card .borderb-tab-success.nav-tabs, .tabbed-card .borderb-tab-success .nav-tabs {
    top: -13px;
  }
  .tabbed-card .borderb-tab-success.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-success .nav-tabs .nav-item .nav-link {
    padding: 24px 15px;
  }
  .tabbed-card .borderb-tab-danger.nav-tabs, .tabbed-card .borderb-tab-danger .nav-tabs {
    top: -13px;
  }
  .tabbed-card .borderb-tab-danger.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-danger .nav-tabs .nav-item .nav-link {
    padding: 24px 15px;
  }
  .tabbed-card .borderb-tab-info.nav-tabs, .tabbed-card .borderb-tab-info .nav-tabs {
    top: -13px;
  }
  .tabbed-card .borderb-tab-info.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-info .nav-tabs .nav-item .nav-link {
    padding: 24px 15px;
  }
  .tabbed-card .borderb-tab-light.nav-tabs, .tabbed-card .borderb-tab-light .nav-tabs {
    top: -13px;
  }
  .tabbed-card .borderb-tab-light.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-light .nav-tabs .nav-item .nav-link {
    padding: 24px 15px;
  }
  .tabbed-card .borderb-tab-dark.nav-tabs, .tabbed-card .borderb-tab-dark .nav-tabs {
    top: -13px;
  }
  .tabbed-card .borderb-tab-dark.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-dark .nav-tabs .nav-item .nav-link {
    padding: 24px 15px;
  }
  .tabbed-card .borderb-tab-warning.nav-tabs, .tabbed-card .borderb-tab-warning .nav-tabs {
    top: -13px;
  }
  .tabbed-card .borderb-tab-warning.nav-tabs .nav-item .nav-link, .tabbed-card .borderb-tab-warning .nav-tabs .nav-item .nav-link {
    padding: 24px 15px;
  }
  .page-main-header .main-header-right .nav-right.right-menu ul li .user-header img {
    width: 90px !important;
  }
  .page-main-header .main-header-right .nav-right .bookmark-flip {
    top: 205px !important;
  }
  .page-main-header .main-header-right .nav-right > ul > li:first-child {
    width: 50%;
  }
  .page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div {
    top: 50px;
  }
  .static-top-widget .media-body .icon-bg {
    top: 0;
  }
  .browser-widget .media .media-img {
    width: auto;
    width: initial;
  }
  .weather-widget .weather-widget-top {
    height: 240px;
  }
  .weather-widget .weather-widget-bottom .col .box:before {
    left: 0;
  }
  .weather-widget .weather-widget-bottom .col .box svg {
    width: 40px;
    height: 50px;
  }
  .mobile-clock-widget #date {
    margin-top: 20px;
  }
  .m-r-30 {
    margin-right: 20px;
  }
  .page-wrapper .page-body-wrapper .page-body,
.page-wrapper .page-body-wrapper footer {
    margin-left: 0 !important;
  }
  .page-wrapper .page-body-wrapper footer {
    margin-left: 0;
  }
  .page-wrapper .page-body-wrapper .page-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb {
    float: none;
    margin-top: 15px;
  }
  .vertical-mobile-sidebar {
    right: 75px;
    top: 18px;
  }
  .vertical-mobile-sidebar .sidebar-bar {
    vertical-align: middle;
  }
  .gallery {
    margin-bottom: -20px;
  }
  .my-gallery figure {
    margin-bottom: 20px;
  }
  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 20px;
  }
  .photoswipe-pb-responsive {
    margin-bottom: -20px;
  }
  .photoswipe-pb-responsive .custom-mesonry > div img {
    margin-bottom: 20px !important;
  }
  .timeline::before {
    display: none;
  }
  #cd-timeline::before {
    display: block;
  }
  .editable-rating .btn-position {
    top: 30px;
    right: 30px;
  }
  .page-wrapper .page-main-header {
    margin-left: 0;
    width: 100%;
  }
  .page-wrapper .page-main-header .main-header-left {
    padding: 20px 0 20px 20px;
    margin-left: 0;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right {
    position: static;
    position: initial;
    padding: 0 20px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .notification {
    top: 10px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > .mobile-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > .mobile-toggle svg {
    vertical-align: middle;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > .mobile-toggle svg circle {
    color: #3949ab;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    top: 65px;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    transition: all linear 0.3s;
    box-shadow: 0px 5px 15px -15px #3949ab;
    border-top: 1px solid #f5f1fe;
    width: 100%;
    left: 0;
    padding: 0 20px;
    transform: translateY(-35px) scaleY(0);
    opacity: 0;
    visibility: hidden;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul.open {
    z-index: 1;
    opacity: 1;
    transform: translateY(0px) scaleY(1);
    visibility: visible;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul > li {
    padding: 10px 20px 11px 20px;
  }
  .page-wrapper .page-main-header .main-header-right .mobile-sidebar .switch-sm .switch {
    width: 38px;
    height: 38px;
  }
  .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    width: 80px;
    margin-top: 0;
    margin-right: 15px;
  }
  .page-wrapper .page-body-wrapper .iconsidebar-menu {
    top: 65px;
  }
  .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar {
    height: calc(100vh - 65px);
  }
  .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu {
    top: 65px;
    height: calc(100vh - 65px);
  }
  .page-main-header .main-header-right .nav-right .profile-dropdown {
    top: 65px !important;
  }
  .page-wrapper .page-body-wrapper .sidebar {
    height: calc(100vh - 60px);
  }
  .page-wrapper .page-body-wrapper .page-sidebar {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .page-wrapper .page-body-wrapper .page-sidebar ~ .page-body {
    margin-left: 0px;
  }
  .page-wrapper .page-body-wrapper .page-sidebar-open {
    width: 250px;
  }
  .page-wrapper .page-body-wrapper.sidebar-icon .page-sidebar ~ .page-body {
    margin-left: 0;
  }
  .page-wrapper .page-body-wrapper.sidebar-icon.sidebar-close .page-sidebar {
    left: -150px;
  }
  .page-body-wrapper.sidebar-hover .page-sidebar.open {
    margin-left: 6px !important;
  }
  .page-body-wrapper.sidebar-hover .page-body {
    margin-left: 0 !important;
  }
  .page-body-wrapper.sidebar-hover .page-body #customer-review .owl-stage-outer {
    width: 100% !important;
  }
  .page-wrapper .page-body-wrapper .page-header .row h3 {
    font-size: 22px;
  }
  .page-wrapper .page-body-wrapper .page-header .pull-right {
    float: none;
    margin-top: 15px;
  }
  .page-wrapper .page-body-wrapper .page-body {
    margin-top: 60px;
    padding: 0 15px;
  }
  .page-wrapper .page-body-wrapper .default-according .card .card-header,
.page-wrapper .page-body-wrapper .default-according .card .card-body {
    padding: 0.75rem 1.25rem;
  }
  .page-wrapper .page-body-wrapper .card .card-header,
.page-wrapper .page-body-wrapper .card .card-body,
.page-wrapper .page-body-wrapper .card .card-footer {
    padding: 30px;
  }
  .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-t-30,
.page-wrapper .page-body-wrapper .card .card-body .tab-content .m-t-30,
.page-wrapper .page-body-wrapper .card .card-footer .tab-content .m-t-30 {
    margin-top: 20px !important;
  }
  .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-b-30,
.page-wrapper .page-body-wrapper .card .card-body .tab-content .m-b-30,
.page-wrapper .page-body-wrapper .card .card-footer .tab-content .m-b-30 {
    margin-bottom: 20px !important;
  }
  .page-wrapper .page-body-wrapper .user-profile .profile-img-style {
    padding: 20px;
  }
  .page-wrapper .page-body-wrapper .user-profile .profile-img-style .img-container {
    margin-top: 20px;
  }
  .page-wrapper .page-body-wrapper .user-profile hr {
    margin: 20px 0;
  }
  .page-wrapper .page-body-wrapper .user-profile .like-comment {
    margin-top: 20px;
  }
  .page-wrapper .page-body-wrapper .right-sidebar {
    top: 133px;
  }
  .crm-activity > li + li {
    margin-top: 10px;
    padding-top: 10px;
  }
  .add-post form .form-group {
    margin-bottom: 20px;
  }
  .add-post .dropzone {
    margin-bottom: 20px;
  }
  .customers.avatar-group {
    margin-right: 20px;
  }
  .socialprofile .social-btngroup {
    margin: 20px 0;
  }
  .socialprofile .social-group {
    margin-top: 20px;
  }
  .social-status form .form-group .form-control-plaintext {
    margin-bottom: 20px;
  }
  .social-status .media {
    margin-bottom: 20px;
  }
  .timeline-content p,
.timeline-content .comments-box {
    margin-top: 20px;
  }
  .social-chat {
    margin-top: 20px;
  }
  .social-chat .media-body {
    padding: 20px;
  }
  .social-chat .your-msg,
.social-chat .other-msg {
    margin-bottom: 20px;
  }
  .social-network span {
    margin-bottom: 20px;
  }
  .details-about + .details-about {
    margin-top: 20px;
  }
  .activity-log .my-activity + .my-activity {
    margin-top: 20px;
  }
  .new-users-social {
    margin-bottom: 20px;
  }
  .timeline-small .media {
    margin-bottom: 20px;
  }
  .timeline-small .media .media-body h6 {
    margin-bottom: 20px;
  }
  .timeline-small .media .timeline-round {
    width: 45px;
    height: 45px;
    top: -14px;
  }
  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -46px;
    height: 35px;
  }
  .timeline-small .media .timeline-round.small-line:after {
    bottom: -26px;
    height: 14px;
  }
  .timeline-small .media .timeline-round.medium-line:after {
    bottom: -41px;
    height: 28px;
  }
  .timeline-small .media .timeline-round svg {
    top: 14px;
  }
  .helper-classes {
    padding: 20px;
  }
  .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 54px;
  }
  .social-widget-card .b-b-light {
    padding: 20px;
    margin-bottom: 20px;
  }
  .ecommerce-widget .progress-showcase {
    margin-top: 20px;
  }
  .crm-overall {
    margin: 0 -20px -20px;
  }
  .product-page-main {
    padding: 20px;
  }
  .tabbed-card ul {
    padding: 18px 15px;
  }
  .tabbed-card ul {
    top: 3px;
    padding: 18px 15px;
  }
  .tabbed-card ul.border-tab-primary.nav-tabs {
    padding: 0;
  }
  .tabbed-card ul.border-tab-primary.nav-tabs .nav-item .nav-link {
    padding: 24px 15px;
  }
  .tilt-showcase .tilt-image {
    text-align: center;
  }
  .tilt-showcase .mt-4 {
    margin-top: 20px !important;
  }
  .todo .todo-list-wrapper .mark-all-tasks {
    top: 30px !important;
    right: 30px !important;
  }
  .custom-card {
    padding-bottom: 0;
  }
  .custom-card .card-footer {
    padding: 0 15px 15px 15px !important;
  }
  .custom-card .card-header {
    border: none;
  }
  .custom-card .dashboard-card {
    padding: 0;
  }
  .custom-card .card-profile img {
    height: 155px;
  }
  .display-1 {
    font-size: 4rem;
  }
  .display-2 {
    font-size: 3.5rem;
  }
  .display-3 {
    font-size: 2.5rem;
  }
  .display-4 {
    font-size: 1.5rem;
  }
  .typography .h1 {
    font-size: 34px;
  }
  .typography .h2 {
    font-size: 30px;
  }
  .typography .h3 {
    font-size: 26px;
  }
  .typography .h4 {
    font-size: 22px;
  }
  .typography .h5 {
    font-size: 18px;
  }
  .typography .h6 {
    font-size: 15px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 15px;
  }
  .flot-chart-container {
    height: 300px;
  }
  .card-absolute .card-header {
    padding: 10px 15px !important;
  }
  .comingsoon .comingsoon-inner .countdown .time {
    width: 80px;
    height: 80px;
    font-size: 26px;
  }
  footer {
    bottom: -20px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: -10px;
    margin-top: 15px;
  }
  .card .card-header .card-header-right {
    top: 21px;
    right: 23px;
  }
  .user-profile .hovercard .info .user-designation {
    margin-bottom: 20px;
  }
  .blog-single .comment-box .comment-social li {
    padding-left: 15px;
  }
  .error-wrapper {
    padding: 35px 0;
  }
  .error-wrapper .sub-content {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px;
  }
  .error-wrapper .error-heading {
    margin-top: 30px;
  }
  .error-wrapper .error-heading .headline {
    font-size: 180px;
    margin-top: -30px;
  }
  .error-wrapper .maintenance-heading {
    margin-top: 30px;
  }
  .search-page .info-block {
    flex-wrap: wrap;
  }
  .search-page .tab-content .pb-4 {
    padding-bottom: 20px !important;
  }
  .contact-form {
    padding-top: 10px !important;
  }
  .contact-form .theme-form {
    padding: 20px;
    margin-top: 27px;
  }
  .contact-form .theme-form .form-icon {
    margin-top: -47px;
  }
  .user-status.product-chart {
    max-height: 518px;
    overflow: auto;
  }
  .widget-joins .media .media-body i {
    float: none !important;
  }
  .xl-none {
    display: block;
  }
  .top-radius-blog {
    width: 100%;
  }
  .sm-100-w {
    width: 100%;
    height: 100%;
  }
  .page-wrapper .page-body-wrapper .footer-fix {
    margin-left: 0px;
    padding-right: 15px;
    width: calc(100% - 0px);
  }
  .nav-material.nav-tabs {
    margin-bottom: 20px;
  }
  .tab-content ~ .nav-tabs.nav-material {
    margin-top: 20px;
  }
  .search-page .info-block + .info-block {
    padding-top: 20px;
    margin-top: 20px;
  }
  .search-page #video-links .embed-responsive + .embed-responsive {
    margin-top: 20px;
  }
  .lg-mt {
    margin-top: 20px;
  }
  .gallery-with-description {
    margin-bottom: -20px;
  }
  .gallery-with-description a > div {
    margin-bottom: 20px;
  }
  .clipboaard-container p {
    margin-bottom: 8px;
  }
  .m-b-30 {
    margin-bottom: 20px !important;
  }
  .email-wrap .email-left-aside .email-app-sidebar ul li hr {
    margin: 13px 0;
  }
  .nav-md-mt {
    margin-top: 20px;
  }
  .navs-icon {
    padding: 20px;
  }
  .navs-icon .main-section {
    padding-top: 20px;
  }
  .navs-icon .separator {
    margin: 20px 0;
  }
  .nav-list {
    padding: 20px;
  }
  .navs-dropdown button {
    margin-top: 20px;
  }
  .navs-dropdown .onhover-show-div {
    top: 68px;
  }
  .animated-modal .form-group {
    width: 100%;
    display: block;
  }
  .animated-modal .mr-4 {
    margin-right: 0 !important;
  }
  .animated-modal .animated-modal-md-mb {
    margin-bottom: 20px !important;
  }
  .steps-md-mt {
    margin-top: 20px;
  }
  .btn-group-wrapper .m-b-30:last-child {
    margin-bottom: 0 !important;
  }
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 20px;
  }
  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 20px;
  }
  .chat-box .chat-left-aside .people-list {
    height: 483px;
  }
}
/* ========= responsive scss for 768 screen ========= */
@media only screen and (max-width: 767px) {
  .ngx-datatable .datatable-body .datatable-scroll {
    overflow: scroll;
    width: 100% !important;
  }
  .custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even, .custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-odd {
    width: 100% !important;
  }
  .custom-datatable .ngx-datatable.fixed-header .datatable-header {
    overflow: scroll;
  }
  .custom-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
    width: 100px !important;
  }
  .custom-datatable .ngx-datatable .datatable-body .datatable-body-row > div {
    white-space: nowrap;
  }
  .tabbed-card ngb-tabset[class*=borderb-tab-] ul {
    position: relative;
    top: auto !important;
    top: initial !important;
    right: auto;
    right: initial;
    padding: 0;
  }
  .tabbed-card ngb-tabset[class*=borderb-tab-] .nav-tabs .nav-item .nav-link {
    padding: 15px;
  }
  .external-events {
    margin-bottom: 20px;
  }
  .navbar-toggler {
    position: absolute;
    right: 0;
  }
  .copyright {
    text-align: center;
  }
  .copyright .copy-right-text {
    text-align: center !important;
  }
  .default-chartist-container {
    margin-bottom: 6px;
  }
  .default-chartist-container.ct-10, .default-chartist-container.ct-11 {
    padding: 0;
    height: 200px;
  }
  .default-chartist-container.ct-10 svg, .default-chartist-container.ct-11 svg {
    height: 200px !important;
  }
  .default-chartist-container.ct-10 svg .ct-labels foreignObject .ct-label, .default-chartist-container.ct-11 svg .ct-labels foreignObject .ct-label {
    left: 0;
  }
  .weather-widget .weather-widget-bottom .col .box {
    padding: 10px;
  }
  .weather-widget .weather-widget-bottom .col .box h5 {
    font-size: 14px;
  }
  .weather-widget .weather-widget-bottom .col .box svg {
    width: 30px;
    height: 40px;
  }
  .weather-widget .weather-widget-bottom .col .box h6 {
    font-size: 13px;
  }
  .weather-widget .weather-widget-bottom .col .box:before {
    left: 10px;
    height: 50px;
    width: 50px;
  }
  .weather-widget .weather-widget-top {
    height: 170px;
  }
  .weather-widget .weather-widget-top .location {
    top: 40px;
    right: 40px;
  }
  .task-list {
    margin: 20px;
  }
  .task-list li {
    font-size: 14px;
  }
  .clock-details .date {
    font-size: 30px;
  }
  .card {
    margin-bottom: 30px;
  }
  .blog-box .blog-details-main .blog-social li {
    padding: 0 12px;
  }
  .blog-box .blog-details .blog-social li:first-child {
    padding-right: 25px;
  }
  .blog-box .blog-details .blog-social li + li {
    padding-left: 25px;
  }
  .footer-copyright ~ div {
    text-align: center;
  }
  .footer-copyright ~ div p {
    float: none;
    margin-top: 5px;
  }
  .page-wrapper .page-main-header .main-header-left {
    width: 18%;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul > li {
    padding: 8px 10px 10px 10px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul > li:first-child {
    width: 35%;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div {
    top: 50px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .bookmark-flip {
    top: 195px !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown {
    top: 60px !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown:before, .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown:after {
    right: 40px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown {
    left: -259px !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown:before, .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown:after {
    right: 95px;
  }
  .grid-pie-chart.flot-chart-container {
    height: 400px;
  }
  .wizard-4 aw-wizard.vertical {
    flex-direction: initial;
    display: block;
  }
  .wizard-4 aw-wizard.vertical .wizard-steps {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .wizard-4 aw-wizard-navigation-bar.vertical {
    width: 100% !important;
  }
  .custom-datepicker ngb-datepicker {
    width: 270px;
  }
  .custom-datepicker .ngb-dp-navigation-select .custom-select {
    width: 87px;
  }
  .mutliple-datepicker ngb-datepicker,
.mutliple-datepicker .dropdown-menu {
    width: 430px;
  }
  .mutliple-datepicker .ngb-dp-day .btn-light {
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
    font-size: 11.5px;
  }
  .mutliple-datepicker .ngb-dp-day .btn-link .ngb-dp-navigation-chevron, .mutliple-datepicker .ngb-dp-week-number .btn-link .ngb-dp-navigation-chevron, .mutliple-datepicker .ngb-dp-weekday .btn-link .ngb-dp-navigation-chevron, .mutliple-datepicker .ngb-dp-arrow .btn-link .ngb-dp-navigation-chevron {
    width: 6px;
    height: 6px;
  }
  .mutliple-datepicker .custom-day {
    font-size: 11.5px;
    padding: 0;
    width: 1rem;
  }
  .user-profile .hovercard .user-image .share-icons {
    right: 25px;
    top: -19px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon {
    width: 35px;
    height: 35px;
  }
  .tabs-scoial.nav-material.nav-tabs {
    display: flex;
  }
  .timeline-small .media .media-body p {
    width: 100%;
  }
  .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
    margin-bottom: 20px;
  }
  .chat-box .chat-right-aside .chat .chat-message .text-box .btn {
    font-size: 0;
  }
  .chat-box .chat-right-aside .chat .chat-message .text-box .btn:before {
    position: absolute;
    content: "\e661";
    font-family: themify;
    font-size: 18px;
    top: 11px;
    left: 20px;
  }
  .chat-box .nav-material.nav-tabs {
    display: flex;
  }
  .chat-box .chat-menu .nav-tabs .nav-item a {
    height: 50px;
  }
  .clockpicker-align-top {
    left: 55px !important;
    top: 470px !important;
  }
  .clockpicker-align-top .arrow {
    display: none;
  }
  .reader {
    margin-top: 15px;
    height: auto !important;
  }
  .range-slider.theme-form .form-group {
    margin-bottom: 0;
  }
  .note-editor .btn-group .btn {
    font-size: 11px;
  }
  .user-status tbody tr td {
    min-width: 284px;
  }
  .user-status tbody tr td + td {
    min-width: 0;
    min-width: initial;
  }
  .user-status tbody tr td + td + td {
    min-width: 100px;
  }
  .text-md-right {
    text-align: right;
  }
  .star-ratings .stars {
    padding: 0;
  }
  .form-inline.d-inline-block {
    display: block !important;
    width: 100%;
  }
  .form-inline.d-inline-block .form-control {
    margin-bottom: 10px;
  }
  .reset-password-box {
    width: 500px;
    margin: 0 auto;
  }
  .reset-password-box .card {
    padding: 20px;
  }
  .custom-card .card-profile img {
    height: 136px;
    bottom: 0;
  }
  .error-wrapper .maintenance-icons li i {
    color: #f8f5fd;
    font-size: 30px;
  }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 60px;
    margin-top: -10px;
    margin-left: 70px;
  }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 90px;
    margin-right: 80px;
  }
  .authentication-main .auth-innerright {
    min-height: 0;
    min-height: initial;
    padding: 0;
  }
  .authentication-main .auth-innerright .social-media li {
    font-size: 14px;
  }
  .loader-box {
    justify-content: center;
  }
  .btn-group-wrapper {
    text-align: center;
  }
  .btn-group-wrapper .m-b-30 {
    margin-bottom: 15px !important;
  }
  .btn-group-showcase {
    text-align: center;
  }
  .btn-group-showcase .btn-group {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .btn-group .btn {
    font-size: 14px;
    padding: 0.375rem 1.2rem;
  }
  .animate-widget .text-center {
    display: none;
  }
  .user-status.product-chart {
    max-height: 100%;
  }
  .user-status table thead tr th:nth-child(3) {
    min-width: 124px;
  }
  /* font-awesom icon page */
  .icon-hover-bottom .form-group input {
    min-width: 270px;
  }
  .user-profile .hovercard .cardheader {
    height: 350px;
  }
  .user-profile .hovercard .info {
    padding: 35px;
  }
  .user-profile .hovercard .info .ttl-info {
    margin-bottom: 20px;
  }
  .user-profile .hovercard .info .ttl-sm-mb-0 {
    margin-bottom: 0;
  }
  .blog-single .comment-box .media h6 {
    margin-bottom: 10px;
  }
  .blog-single .comment-box .media img {
    margin-right: 30px;
  }
  .blog-single .comment-box .comment-social {
    margin-bottom: 5px;
  }
  .blog-single .comment-box .comment-social li:first-child {
    padding-left: 0;
    padding-right: 15px;
  }
  .nav-material.nav-tabs {
    display: inline-block;
    width: 100%;
  }
  .nav-material.nav-tabs .nav-item {
    float: left;
  }
  .search-page #image-links .info-block.m-t-30 {
    margin-top: 0 !important;
  }
  .authentication-main .authentication-box {
    width: 100%;
  }
  .authentication-main .auth-innerright {
    display: inherit;
  }
  .map-chart .chart-container {
    height: 300px;
  }
  .candidcahrt {
    height: 250px;
  }
  .bar-chart-widget .earning-details i {
    right: 0;
  }
  .serial-chart .chart-container {
    height: 300px;
  }
  .bottom-content {
    padding: 10px;
  }
  .bottom-content p {
    font-size: 12px;
  }
  .icon-hover-bottom .icon-popup div .flag-icon {
    width: 30px;
    height: auto;
  }
  .icon-hover-bottom .icon-popup .form-group input {
    min-width: 40%;
  }
  .footer-links {
    text-align: center;
  }
  .footer-copyright {
    text-align: center !important;
  }
  .jvector-map-height {
    height: 150px;
  }
  .sm-left-text {
    text-align: left !important;
  }
  .email-wrap .email-right-aside .email-content .email-top .d-flex {
    padding-bottom: 0;
  }
  .email-wrap .email-right-aside .email-content .email-top .float-right {
    float: left !important;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment {
    text-align: center;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li:last-child {
    padding-right: 0;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 140px;
    height: 140px;
  }
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 294px;
  }
  .button-group-mb-sm {
    margin-bottom: 5px;
  }
  .card-block .table-responsive .table tbody tr td span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
  }
  .card-block .table-responsive .progress-content tbody tr td span {
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 50px;
  }
  .card-block .table-responsive .checkbox-td-width tbody tr td,
.card-block .table-responsive .radio-first-col-width tbody tr td {
    min-width: 200px !important;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: auto;
  }
  .chat-box .chat-menu .nav-tabs .nav-item {
    width: 32.33%;
  }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 433px;
    margin-bottom: 15px;
  }
  .chat-box .chat-menu #info-profile,
.chat-box .chat-menu #info-contact {
    margin-bottom: 15px;
  }
  .hovercard .info .follow .text-md-right {
    text-align: center;
  }
  .profile-img-style .like-comment-sm-mb {
    margin-bottom: 20px;
  }
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 15px !important;
  }
  .lg-outer .lg-actions .lg-next,
.lg-outer .lg-actions .lg-prev {
    top: 48%;
  }
  .product-sidebar.open {
    top: -35px;
  }
  .feature-products .grid-options {
    display: none !important;
  }
  .feature-products .select2-drpdwn-product {
    float: left;
    margin-right: 10px;
  }
  .feature-products .text-right {
    text-align: left !important;
  }
}
/* ========= responsive scss for 575 screen ========= */
@media only screen and (min-width: 576px) {
  .search-knowledge .form-group {
    display: block;
    flex: auto;
  }
}
@media only screen and (max-width: 575px) {
  .search-page .blog-box img {
    height: 200px;
  }
  .cal-month-view .cal-day-number {
    font-size: 14px !important;
  }
  .cal-month-view .cal-cell-row {
    overflow: hidden;
  }
  .contact-profile-form {
    width: 100%;
  }
  .contact-filter {
    display: block;
  }
  .contact-filter .btn {
    margin-top: 15px;
  }
  .dropup .dropdown-menu {
    min-width: 130px;
  }
  .btn {
    padding: 6px 15px;
  }
  #modal-gallery-container figcaption p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .order-history.custom-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell {
    width: 100px !important;
  }
  .border-tab-primary.nav-tabs, .border-tab-primary .nav-tabs {
    display: block;
  }
  .btn-group-toggle .btn {
    font-size: 13px;
    padding: 6px 10px;
  }
  .cal-date-widget .p-50 {
    padding: 30px;
  }
  .todo .action-box.large .icon {
    vertical-align: -3px !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    top: 61px;
  }
  .btc-earning {
    height: 250px;
    padding-top: 0px;
  }
  .btc-overview span {
    font-size: 120px !important;
  }
  .btc-buy-sell li {
    padding-bottom: 25px;
  }
  .btc-buy .font-secondary {
    margin-bottom: 20px;
  }
  .add-arrow .more-btn .btn-light {
    display: none;
  }
  .mobile-clock-widget .clock-details {
    margin-top: 50px;
  }
  .alert-dismissible p {
    max-width: 209px;
  }
  .m-r-30 {
    margin-right: 15px;
  }
  .welcome-popup .modal-dialog {
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
  }
  .search-knowledge.pull-right {
    float: left;
  }
  .search-page .nav-tabs .tab-content {
    text-align: left;
  }
  .page-wrapper .page-main-header .main-header-left {
    padding: 20px 0 20px 15px;
    width: 20%;
  }
  .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    width: 60px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right {
    padding: 0 15px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right ul li svg {
    width: 16px;
    height: 16px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div {
    left: 96px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right.right-menu ul {
    justify-content: center;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right.right-menu ul li .user-header .media-body {
    display: none;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right.right-menu ul li .user-header img {
    width: 37px;
    margin-right: 0 !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown {
    left: -80px !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    padding: 10px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul > li {
    padding: 0 8px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul > li:first-child {
    width: auto !important;
    margin: 0 !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul .search-form input {
    font-size: 14px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul .search-form .form-control-plaintext {
    top: 50px;
    position: absolute;
    transition: all linear 0.3s;
    left: -10px;
    background-color: #fff;
    transform: translateY(-35px) scaleY(0);
    opacity: 0;
    visibility: hidden;
    width: 180px;
    padding: 10px 10px 10px 15px;
    border: 1px solid #3949ab;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul .search-form .form-control-plaintext.open {
    transform: translateY(0px) scaleY(1);
    opacity: 1;
    visibility: visible;
    transition: all linear 0.3s;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul .search-form .form-group:before, .page-wrapper .page-main-header .main-header-right .nav-right > ul .search-form .form-group:after {
    display: none;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .bookmark-dropdown {
    width: auto !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown {
    left: -91px !important;
    width: 300px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown li .row .droplet-main {
    padding: 15px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown li .row .droplet-main:nth-child(3n) {
    border-right: 1px solid #efefef;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown li .row .droplet-main:nth-child(2n) {
    border-right: none !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown:before, .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown:after {
    right: 185px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown {
    left: -85px !important;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown.onhover-show-div {
    width: 260px;
  }
  .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown.onhover-show-div:before, .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown.onhover-show-div:after {
    right: 152px !important;
  }
  .page-wrapper .page-main-header .main-header-right .mobile-sidebar .switch-sm .switch {
    margin-top: 3px;
    width: 34px;
    height: 34px;
  }
  .page-wrapper .page-main-header .main-header-right .mobile-sidebar .switch-sm .switch svg {
    width: 18px;
  }
  .page-wrapper .page-body-wrapper .iconsidebar-menu {
    top: 61px;
  }
  .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar {
    height: calc(100vh - 61px);
  }
  .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu {
    top: 61px;
    height: calc(100vh - 61px);
  }
  .page-wrapper .page-body-wrapper .page-header .btn-group .btn {
    padding: 8px 30px;
  }
  .page-wrapper .page-body-wrapper .right-sidebar {
    top: 120px;
  }
  .Typeahead {
    width: 15px;
    margin-top: 0;
  }
  .Typeahead-menu {
    width: 250px;
    top: 93px;
  }
  .flip-card .Typeahead-menu {
    top: 35px;
    width: 220px;
  }
  .Typeahead-spinner {
    top: 54px;
    right: -144px;
  }
  .twitter-typeahead {
    position: absolute !important;
    bottom: 0;
    z-index: -1;
  }
  .mobile-search {
    z-index: 1;
  }
  .xs-mt-timer-steps {
    margin-top: 15px;
  }
  .note {
    min-width: 235px !important;
    min-height: 235px !important;
  }
  vertical-timeline .timeline::before {
    display: none;
  }
  vertical-timeline .timeline .cd-container .timeline-content {
    padding: 15px 15px;
  }
  vertical-timeline .timeline .cd-container .timeline-item:nth-child(even) .timeline-content {
    padding: 40px 15px 15px 15px;
  }
  vertical-timeline .timeline .cd-container .timeline-item:nth-child(even) .timeline-content .inner-content {
    margin-top: 15px;
  }
  .timeline .timeline-img {
    left: 17px !important;
  }
  .timeline #cd-timeline::before {
    left: 16px;
  }
  .timeline .timeline-content {
    margin-left: 55px !important;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content .inner-content {
    margin-top: 40px !important;
  }
  .timeline .timeline-item .inner-content h4 {
    font-size: 18px;
  }
  .timeline .date {
    padding: 6px;
  }
  .product-modal .product-box .product-details {
    padding: 15px;
  }
  .product-list-custom .ngx-datatable.fixed-header .datatable-header {
    overflow: auto;
  }
  .product-list-custom .ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
    white-space: inherit;
  }
  .product-list-custom .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
    white-space: inherit;
    overflow: auto;
    text-overflow: initial;
    width: 100px !important;
  }
  .product-list-custom .ngx-datatable .datatable-body-row,
.product-list-custom .ngx-datatable .datatable-row-center,
.product-list-custom .ngx-datatable .datatable-header-inner {
    display: flex !important;
    width: 536px !important;
    overflow: auto;
  }
  .product-list-custom .ngx-datatable .datatable-body-cell,
.product-list-custom .ngx-datatable .datatable-header-cell {
    min-width: 150px;
    overflow-x: auto;
  }
  #piechart svg .apexcharts-legend,
#donutchart svg .apexcharts-legend {
    display: none;
  }
  .ngx-datatable .datatable-footer .datatable-footer-inner {
    display: block !important;
    height: auto !important;
    text-align: center;
  }
  .ngx-datatable .datatable-footer .page-count,
.ngx-datatable .datatable-footer .datatable-pager {
    flex: 1 1 100% !important;
  }
  .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-left, .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-skip, .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-right, .ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-prev {
    vertical-align: baseline;
    vertical-align: initial;
    line-height: 24px;
  }
  .custom-datatable .ngx-datatable.bootstrap .datatable-footer .datatable-pager a {
    height: 27px;
    min-width: 27px;
    line-height: 28px;
  }
  .custom-datatable input {
    width: 100%;
  }
  .image-cropper-btn input {
    width: 100%;
  }
  .ng5-slider-tick-legend {
    transform: rotate(45deg) !important;
  }
  .tabset-group-btn-xs .btn-position {
    padding: 6px 5px;
    font-size: 13px;
  }
  .vertical-tab .nav-tabs {
    width: 100%;
    margin-right: 0;
  }
  .vertical-tab .nav-tabs .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .vertical-tab .tab-content {
    width: 100%;
    margin-top: 15px;
  }
  .star {
    font-size: 25px;
  }
  .editable-rating .rating-size {
    margin-bottom: 40px;
  }
  .editable-rating .btn-position {
    top: 60px;
    left: 25px;
    right: auto;
    right: initial;
  }
  .mutliple-datepicker ngb-datepicker,
.mutliple-datepicker .dropdown-menu {
    width: 223px;
  }
  .mutliple-datepicker ngb-datepicker .ngb-dp-months,
.mutliple-datepicker .dropdown-menu .ngb-dp-months {
    display: block;
  }
  .mutliple-datepicker ngb-datepicker .ngb-dp-months .ngb-dp-month,
.mutliple-datepicker .dropdown-menu .ngb-dp-months .ngb-dp-month {
    width: 100%;
  }
  .mutliple-datepicker ngb-datepicker ngb-datepicker-month-view,
.mutliple-datepicker .dropdown-menu ngb-datepicker-month-view {
    padding-left: 49px;
  }
  .mutliple-datepicker ngb-datepicker .ngb-dp-navigation-select .custom-select,
.mutliple-datepicker .dropdown-menu .ngb-dp-navigation-select .custom-select {
    width: 60px;
  }
  .mutliple-datepicker .ngb-dp-header {
    padding: 15px 0 5px 0;
  }
  .mobile-clock-widget #date {
    margin-top: 15px;
  }
  .social-widget-card .b-b-light {
    padding: 15px;
    margin-bottom: 15px;
  }
  .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 68px;
  }
  .cal-date-widget .cal-datepicker {
    margin-top: 15px;
  }
  .add-post form .m-checkbox-inline label {
    margin-right: 15px;
  }
  .add-post form .form-group {
    margin-bottom: 15px;
  }
  .add-post .dropzone {
    margin-bottom: 15px;
  }
  .customers.avatar-group {
    margin-right: 15px;
  }
  .vertical-mobile-sidebar {
    top: 19px;
  }
  .alert-theme i {
    margin-right: 10px !important;
  }
  .alert-theme button {
    top: 2px !important;
  }
  .chart-widgets-small .chart-container {
    height: 282px !important;
  }
  .bar-chart-widget .earning-details i {
    right: -30px;
  }
  .widget-joins:before {
    display: none;
  }
  .widget-joins .pl-0 {
    padding-left: 15px !important;
  }
  .widget-joins .border-after-xs:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 94%;
    background-color: #efefef;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }
  .clockpicker-align-top {
    left: 45px !important;
    top: 406px !important;
  }
  .gallery {
    margin-bottom: -15px;
  }
  .my-gallery figure {
    margin-bottom: 15px;
  }
  .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
    margin-bottom: 15px;
  }
  .my-gallery.gallery-with-description figure:last-child {
    margin-bottom: 20px;
  }
  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 15px;
  }
  .photoswipe-pb-responsive {
    margin-bottom: -15px;
  }
  .photoswipe-pb-responsive .custom-mesonry > div img {
    margin-bottom: 15px !important;
    width: 100% !important;
  }
  .avatar-showcase .pepole-knows {
    text-align: center;
  }
  .avatar-showcase .pepole-knows ul li {
    margin-right: 14px;
  }
  .social-app-profile .hovercard .user-image .avatar {
    margin-top: -56px;
  }
  .social-app-profile .hovercard .user-image .avatar img {
    width: 100px;
    height: 100px;
  }
  .social-app-profile .hovercard .user-image .icon-wrapper {
    left: 52%;
    top: 10px;
    height: 30px;
    width: 30px;
    font-size: 15px;
  }
  .social-app-profile .hovercard .user-image .icon-wrapper:hover {
    font-size: 12px;
  }
  .social-app-profile .hovercard .user-image .share-icons {
    right: 15px;
  }
  .social-app-profile .hovercard .user-image .share-icons li {
    margin-right: 0px;
  }
  .social-app-profile .hovercard .info .tabs-scoial .user-designation {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0px 0px;
  }
  .social-app-profile .tabs-scoial {
    margin-bottom: 0 !important;
  }
  .socialprofile .social-btngroup {
    margin: 15px 0;
  }
  .socialprofile .social-group {
    margin-top: 15px;
  }
  .social-status form .form-group .form-control-plaintext {
    margin-bottom: 15px;
  }
  .social-status .media {
    margin-bottom: 15px;
  }
  .new-users-social {
    margin-bottom: 15px;
  }
  .social-app-tab .media-body,
.social-app-tab .nav {
    text-align: left;
  }
  .social-app-tab .tabs-scoial ul.nav-tabs {
    display: flex;
  }
  .social-app-tab .tabs-scoial ul.nav-tabs li.nav-item {
    padding: 0;
  }
  .social-app-tab .custom-card ul li,
.social-app-tab .pepole-knows ul li,
.social-app-tab .photos ul li,
.social-app-tab .social-group ul li {
    position: relative;
    top: 0;
  }
  .social-app-tab .social-group ul li:nth-child(3) {
    margin-left: -22px;
  }
  .market-tabs .nav .nav-item .nav-link {
    height: 54px;
  }
  .tabs-scoial {
    position: relative;
    padding-top: 93px;
  }
  .tabs-scoial ngb-tabset > ul > li:nth-child(3) {
    position: absolute;
    top: 40px;
    height: auto;
    height: initial;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .tabs-scoial.nav-material.nav-tabs .nav-item .nav-link {
    padding: 10px 18px;
  }
  .timeline-content p,
.timeline-content .comments-box {
    margin-top: 15px;
  }
  .timeline-content .comment-number i {
    margin-right: 15px;
  }
  .social-chat {
    margin-top: 15px;
  }
  .social-chat .media-body {
    padding: 15px;
  }
  .social-chat .your-msg,
.social-chat .other-msg {
    margin-bottom: 15px;
  }
  .social-network span {
    margin-bottom: 15px;
  }
  .social-list .media {
    margin-bottom: 15px;
  }
  .details-about + .details-about {
    margin-top: 15px;
  }
  .your-details-xs {
    margin-top: 15px;
  }
  .social-header h5 span.pull-right {
    float: right !important;
    margin-top: 0 !important;
  }
  .social-header h5 span.pull-right svg {
    width: 18px;
    height: 18px;
  }
  .activity-log .my-activity + .my-activity {
    margin-top: 15px;
  }
  .photos ul li {
    width: 26%;
  }
  .photos ul li:nth-child(3n) {
    margin-right: 0;
  }
  .timeline-small .media {
    margin-bottom: 15px;
  }
  .timeline-small .media .media-body h6 {
    margin-bottom: 15px;
  }
  .timeline-small .media .media-body p {
    -webkit-line-clamp: 2;
  }
  .timeline-small .media .small-line ~ .media-body p {
    -webkit-line-clamp: 1;
  }
  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -39px;
    height: 30px;
  }
  .timeline-small .media .timeline-round.small-line:after {
    bottom: -17px;
    height: 8px;
  }
  .timeline-small .media .timeline-round.medium-line:after {
    bottom: -40px;
    height: 34px;
  }
  .iconsidebar-menu.iconbar-second-close ~ .page-body .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -39px;
    height: 30px;
  }
  .helper-classes {
    padding: 15px;
  }
  .nav-tabs .nav-item.show .nav-link {
    border-top: 0;
    border-bottom: 0;
  }
  .nav-tabs .nav-link {
    border-top: 0;
    border-bottom: 0;
  }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
    border-top: 0;
    border-bottom: 0;
  }
  .nav-material.nav-tabs .nav-item {
    width: 100% !important;
  }
  .nav-material .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 35px;
  }
  .nav-material .social-widget-card .b-b-light {
    padding: 15px;
    margin-bottom: 15px;
  }
  .nav-material .ecommerce-widget .progress-showcase {
    margin-top: 15px;
  }
  .nav {
    display: inherit;
    text-align: center;
    border-bottom: none;
  }
  .market-tabs .nav-tabs {
    display: flex;
  }
  .nav-material.nav-left .nav-link {
    text-align: center;
    border-left: none;
  }
  .nav-material.nav-right .nav-link {
    text-align: center;
    border-right: none;
  }
  .nav-material.nav-tabs {
    margin-bottom: 10px;
  }
  .tab-content ~ .nav-tabs.nav-material {
    margin-top: 10px;
  }
  .nav-pills {
    text-align: center;
  }
  .crm-overall {
    margin: 0 -15px -15px;
  }
  .product-page-main {
    padding: 15px;
  }
  .product-page-main .m-t-15 {
    margin-top: 0 !important;
  }
  .product-page-main .m-t-15 .btn {
    margin-top: 10px;
  }
  .tabbed-card ul {
    margin-bottom: 15px;
    display: block;
    padding: 10px 0 5px 0;
    position: relative;
    width: 100%;
    left: 0;
  }
  .tabbed-card ul.border-tab-primary.nav-tabs .nav-item .nav-link {
    padding: 5px 15px 10px;
  }
  .tabbed-card ngb-tabset[class*=borderb-tab-] .nav-tabs {
    margin-bottom: 10px;
    display: block;
  }
  .tabbed-card ngb-tabset[class*=borderb-tab-] .nav-tabs .nav-item .nav-link {
    padding: 10px;
  }
  .todo .action-box.large {
    height: 25px !important;
    width: 25px !important;
  }
  .todo .action-box.large .icon {
    font-size: 14px !important;
  }
  .todo .todo-list-wrapper #todo-list li .task-container .task-label {
    font-size: 14px !important;
  }
  .todo .todo-list-wrapper .mark-all-tasks {
    top: 23px !important;
    right: 25px !important;
  }
  .redial-chart-block {
    text-align: center;
  }
  #nav-tabContent {
    margin-top: 15px;
  }
  .reset-password-box {
    width: 430px;
  }
  .auth-bg {
    padding: 25px 15px;
  }
  .auth-bg-effect {
    display: none;
  }
  .date-picker .text-right {
    text-align: left !important;
  }
  ul.pagination li:before {
    line-height: 3;
  }
  .page-wrapper .page-body-wrapper .user-profile .profile-img-style {
    padding: 15px;
  }
  .page-wrapper .page-body-wrapper .user-profile .profile-img-style .img-container {
    margin-top: 15px;
  }
  .page-wrapper .page-body-wrapper .user-profile hr {
    margin: 15px 0;
  }
  .page-wrapper .page-body-wrapper .user-profile .like-comment {
    margin-top: 15px;
  }
  .jvector-map-height {
    height: 250px;
  }
  .user-profile .order-sm-0 {
    order: -1;
  }
  .user-profile .hovercard .info .ttl-info {
    text-align: center !important;
  }
  .user-profile .hovercard .info .ttl-xs-mt {
    margin-top: 20px;
  }
  .icon-hover-bottom .form-group {
    display: block;
  }
  .icon-hover-bottom .icon-popup {
    padding: 15px;
    display: block;
  }
  .icon-hover-bottom .btn {
    margin-top: 15px;
  }
  .icon-hover-bottom svg.climacon {
    height: 50px;
    width: 50px;
  }
  .blog-box.blog-shadow:before {
    box-shadow: inset 0px -100px 100px -13px rgba(0, 0, 0, 0.6);
  }
  .blog-box .blog-details p,
.blog-box .blog-details .single-blog-content-top {
    margin-top: 15px;
  }
  .blog-box .blog-details h4 {
    margin-top: 15px;
  }
  .blog-box .blog-details .blog-social {
    margin-top: 15px;
  }
  .blog-box .blog-details .blog-social li + li {
    padding-left: 20px;
  }
  .blog-box .blog-details .blog-social li + li > span {
    display: none;
  }
  .blog-box .blog-details .blog-social li:first-child {
    margin-bottom: 10px;
    padding-right: 20px;
  }
  .comment-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .comment-box ul ul {
    margin-left: 30px;
  }
  .comment-box li .media {
    display: block;
  }
  .comment-box li .media img {
    height: 50px;
    width: 50px;
    padding: 3px;
    margin-bottom: 10px;
  }
  .card .card-header .card-header-right {
    top: 15px;
    right: 20px;
  }
  .ace-editor {
    height: 320px;
  }
  .gallery > a {
    margin-bottom: 15px;
    text-align: center;
  }
  .card .card-header h5 {
    font-size: 17px;
  }
  .theme-form .form-group {
    margin-bottom: 15px;
  }
  .page-wrapper .page-body-wrapper .default-according .card .card-header,
.page-wrapper .page-body-wrapper .default-according .card .card-body,
.page-wrapper .page-body-wrapper .default-according .card .card-footer {
    padding: 0.75rem 1.25rem;
  }
  .page-wrapper .page-body-wrapper .card {
    margin-bottom: 25px;
  }
  .page-wrapper .page-body-wrapper .card .card-header,
.page-wrapper .page-body-wrapper .card .card-body,
.page-wrapper .page-body-wrapper .card .card-footer {
    padding: 25px;
  }
  .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-t-30,
.page-wrapper .page-body-wrapper .card .card-body .tab-content .m-t-30,
.page-wrapper .page-body-wrapper .card .card-footer .tab-content .m-t-30 {
    margin-top: 15px !important;
  }
  .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-b-30,
.page-wrapper .page-body-wrapper .card .card-body .tab-content .m-b-30,
.page-wrapper .page-body-wrapper .card .card-footer .tab-content .m-b-30 {
    margin-bottom: 15px !important;
  }
  .page-wrapper .page-body-wrapper .accordion > .card {
    margin-bottom: 10px;
  }
  .page-wrapper .page-body-wrapper .page-body {
    padding: 0 !important;
  }
  .page-wrapper .page-body-wrapper .page-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-wrapper .page-body-wrapper .page-header .row h3 {
    font-size: 20px;
  }
  .page-wrapper .search-form .form-group {
    margin-right: 0;
  }
  /* alert responsive css start here */
  .alert-primary.inverse {
    background-color: transparent;
  }
  .alert-secondary.inverse {
    background-color: transparent;
  }
  .alert-success.inverse {
    background-color: transparent;
  }
  .alert-danger.inverse {
    background-color: transparent;
  }
  .alert-warning.inverse {
    background-color: transparent;
  }
  .alert-info.inverse {
    background-color: transparent;
  }
  .alert-light.inverse {
    background-color: transparent;
  }
  .alert-dark.inverse {
    background-color: transparent;
  }
  .alert .close {
    height: 100%;
  }
  .user-profile hr {
    margin: 15px 0;
  }
  .user-profile .hovercard .cardheader {
    height: 300px;
  }
  .user-profile .hovercard .info {
    padding: 20px;
  }
  .user-profile .hovercard .info .user-designation {
    border-top: 1px solid #f8f5fd;
    border-bottom: 1px solid #f8f5fd;
    margin-bottom: 15px;
    padding: 15px 0px;
  }
  .user-profile .hovercard .social-media a {
    margin-right: 0px;
    font-size: 16px;
  }
  .user-profile .hovercard .follow .follow-num {
    font-size: 20px;
  }
  .user-profile .profile-img-style .pictures img {
    margin-bottom: 10px;
  }
  .custom-card .card-footer > div h6 {
    font-size: 14px;
    font-weight: 600;
  }
  .custom-card .card-footer > div h3 {
    font-size: 24px;
  }
  .mega-inline {
    display: block;
  }
  .megaoptions-border-space-sm {
    padding-bottom: 30px !important;
  }
  .blog-box.blog-shadow .blog-details {
    padding: 15px;
  }
  .blog-box.blog-shadow .blog-details p {
    margin-bottom: 0;
  }
  .blog-box.blog-shadow .blog-details h4 {
    margin-bottom: 10px;
  }
  .blog-box.blog-list .blog-details {
    padding-top: 0;
  }
  .blog-box .blog-details {
    padding: 20px;
  }
  .blog-box .blog-date span {
    font-size: 25px;
  }
  .blog-single .blog-box .blog-details {
    padding: 0;
  }
  .error-wrapper {
    padding: 20px 0;
  }
  .error-wrapper .btn {
    margin-top: 15px;
  }
  .error-wrapper .img-100 {
    width: 50px !important;
  }
  .error-wrapper .error-heading {
    margin-top: 20px;
  }
  .error-wrapper .error-heading .cloud-second {
    margin-top: -60px;
  }
  .error-wrapper .error-heading .headline {
    font-size: 125px;
  }
  .error-wrapper .maintenance-heading .cloud-second {
    display: none;
  }
  .error-wrapper .maintenance-heading .headline {
    font-size: 25px;
    margin-top: -10%;
    letter-spacing: 2px;
  }
  .comingsoon .comingsoon-inner .coming-soon-bottom-link {
    margin-top: 20px;
    line-height: 1;
  }
  .comingsoon .comingsoon-inner h5 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .comingsoon .comingsoon-inner .countdown {
    padding: 20px 0px;
  }
  .comingsoon .comingsoon-inner .countdown ul li {
    margin: 0 7px;
  }
  .comingsoon .comingsoon-inner .countdown .title {
    font-size: 12px;
  }
  .comingsoon .comingsoon-inner .countdown .time {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    margin: 0 auto;
  }
  .flot-chart-container {
    height: 300px;
  }
  .small-chart-widget .chart-container {
    height: 134px;
  }
  .status-widget .text-sm-right {
    text-align: right;
  }
  .nav-md-mt {
    margin-top: 15px;
  }
  .navs-icon {
    padding: 15px;
  }
  .navs-icon .main-section {
    padding-top: 15px;
  }
  .navs-icon .separator {
    margin: 15px 0;
  }
  .nav-list {
    padding: 15px;
  }
  .navs-dropdown button {
    margin-top: 15px;
  }
  .navs-dropdown .onhover-show-div {
    top: 64px;
  }
  .lg-mt {
    margin-top: 15px;
  }
  #aniimated-thumbnials a:last-child img {
    margin-bottom: 15px;
  }
  .tilt-showcase .mt-4 {
    margin-top: 15px !important;
  }
  .tilt-showcase ol .m-b-20 {
    margin-bottom: 15px !important;
  }
  span:last-child.tag-pills-sm-mb {
    margin-top: 3px;
  }
  .animated-modal .form-group .form-control {
    width: 50%;
    margin: 0 auto;
  }
  .animated-modal .animated-modal-md-mb {
    margin-bottom: 15px !important;
  }
  .steps-md-mt {
    margin-top: 15px;
  }
  .steps-sizing-sm-mb {
    margin-bottom: 15px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important;
  }
  #API-chield-row_wrapper #API-chield-row tbody tr td:first-child {
    min-width: 20px;
  }
  .chart-block .flot-chart-container p#choices {
    width: 100%;
  }
  .chart-block .flot-chart-container #toggling-series-flot {
    width: 100% !important;
  }
  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 15px;
  }
  .chat-box .chat-history .call-content > div {
    padding-top: 60px;
  }
  .chat-box .chat-left-aside .people-list {
    height: auto;
  }
  .call-chat-sidebar {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
  .call-chat-sidebar .people-list {
    height: auto;
  }
  .chat-left-aside .people-list ul {
    max-height: 100px;
  }
  .ecommerce-widget .progress-showcase {
    margin-top: 15px;
  }
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 13px !important;
  }
  .gallery-with-description a > div {
    margin-bottom: 15px;
  }
  .gallery-img-mb-sm {
    margin-bottom: 15px;
  }
  .xm-mb-peity {
    margin-bottom: 8px;
  }
  .authentication-main {
    padding: 30px 15px;
  }
}
/* ========= responsive scss for 480 screen ========= */
@media only screen and (max-width: 480px) {
  .main-image-container #current-figure > #current-image {
    height: 270px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .loader-wrapper .typewriter h1 {
    font-size: 17px;
  }
  .knob-chart {
    min-height: 204px;
  }
  .knob-chart .chart-clock-main .clock-large {
    left: -25px;
    top: -42px;
  }
  .knob-chart .chart-clock-main .clock-large canvas,
.knob-chart .chart-clock-main .clock-large input {
    width: 245px !important;
    height: 245px !important;
  }
  .knob-chart .chart-clock-main .clock-small {
    left: 37px;
    top: 23px;
  }
  .knob-chart .chart-clock-main .clock-small canvas,
.knob-chart .chart-clock-main .clock-small input {
    width: 120px !important;
    height: 120px !important;
  }
  .knob-chart .chart-clock-main .clock-medium {
    left: 12px;
    top: -3px;
  }
  .knob-chart .chart-clock-main .clock-medium canvas,
.knob-chart .chart-clock-main .clock-medium input {
    width: 170px !important;
    height: 170px !important;
  }
  .tron-knob canvas,
.tron-knob input {
    width: 220px !important;
    height: 220px !important;
  }
  .tron-knob input {
    margin-left: 15px !important;
  }
  .modal-footer .btn {
    padding: 6px;
  }
  .crm-activity span {
    height: 40px;
    width: 40px;
    line-height: 1.6;
  }
  .contact-form {
    padding: 0 !important;
  }
  .mobile-clock-widget {
    height: 260px;
  }
  .mobile-clock-widget .clock-details {
    margin-top: 60px;
    text-align: center;
  }
  .weather-widget .weather-widget-bottom {
    padding: 0 25px !important;
  }
  .weather-widget .col .box {
    padding: 10px 3px !important;
  }
  .weather-widget .col .box svg {
    width: 25px;
  }
  .weather-widget .col .box h6 {
    font-size: 11px;
  }
  .weather-widget .col .box h5 {
    font-size: 14px !important;
  }
  .box-layout.page-wrapper .set-col-6,
.box-layout.page-wrapper .set-col-3,
.box-layout.page-wrapper .set-col-7,
.box-layout.page-wrapper .set-col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inline-block-sm {
    display: inline-block;
  }
  .pagination-lg .page-link {
    padding: 0.3rem 0.65rem;
    font-size: 16px;
  }
  .nav-pills li {
    width: 100%;
  }
  .reset-password-box {
    width: auto;
  }
  .icon-hover-bottom .icon-first {
    margin-right: 10px;
  }
  .icon-hover-bottom .icon-popup .icon-class {
    display: none;
  }
  .error-wrapper .maintenance-heading {
    margin-top: 0;
  }
  .card .card-header > span + span {
    display: none;
  }
  .custom-card {
    padding: 0;
  }
  .custom-card .card-footer > div h3 {
    font-size: 20px;
  }
  .custom-card .card-social li {
    padding: 5px 0;
  }
  .custom-card .profile-details h6 {
    margin-bottom: 15px;
  }
  .custom-card .profile-details h4 {
    font-size: 20px;
  }
  .custom-card .card-profile img {
    height: 93px;
  }
  .card .card-header .card-header-right i {
    margin: 0 3px;
    font-size: 14px;
  }
  .blog-box.blog-shadow .blog-details {
    padding: 10px;
  }
  .blog-box.blog-shadow .blog-details h4 {
    font-size: 14px;
  }
  .cal-date-widget {
    padding: 30px;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 83px;
    height: 83px;
  }
  .badge {
    padding: 0.42em 0.7em;
  }
  .alert-dismissible .close {
    top: -1px;
  }
  .alert-dismissible .close span {
    font-size: 19px;
  }
  .notify-alert {
    width: 90%;
  }
  .invoice .text-md-right {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .wizard-steps .btn {
    padding: 6px 15px;
  }
  .product-sidebar.open {
    top: -60px;
  }
  .product-wrapper-grid.list-view .product-box {
    display: block;
  }
  .product-wrapper-grid.list-view .product-box .product-img {
    margin: 0 auto;
    width: auto;
    width: initial;
  }
  .product-wrapper-grid.list-view .product-box .product-details {
    text-align: center;
  }
  .customizer-contain {
    width: 235px;
  }
  .customizer-contain .customizer-header .icon-close {
    right: 20px;
  }
  .customizer-contain .customizer-body {
    padding: 20px;
  }
  .customizer-contain .customizer-body .layout-grid.customizer-mix .color-layout {
    width: 60px;
    height: 56px;
  }
  .customizer-contain .customizer-body .main-layout > li,
.customizer-contain .customizer-body .sidebar-type > li,
.customizer-contain .customizer-body .sidebar-setting > li {
    width: 60px;
    height: 56px;
  }
  .customizer-contain .customizer-body .main-layout > li > .body ul .body .badge,
.customizer-contain .customizer-body .sidebar-type > li > .body ul .body .badge,
.customizer-contain .customizer-body .sidebar-setting > li > .body ul .body .badge {
    left: -13px;
  }
  .customizer-contain .customizer-body .color-layout {
    width: 27px;
    height: 27px;
    padding: 2px;
  }
  .customizer-contain .customizer-body .tab-pane > h6 {
    font-size: 16px;
  }
  .customizer-color {
    margin-bottom: -13px;
  }
  .customizer-links .nav-link .settings img {
    width: 56px;
  }
  .customizer-links.open {
    right: 235px;
  }
}
@media only screen and (max-width: 397px) {
  .clockpicker-align-top {
    top: 426px !important;
  }
}
/* ========= responsive scss for 360 screen ========= */
@media only screen and (max-width: 360px) {
  .welcome-popup .modal-dialog {
    max-width: 269px;
  }
  .welcome-popup .modal-dialog .modal-body .p-30 {
    padding: 80px 10px 10px;
  }
  .custom-card .card-profile {
    margin-top: -26px;
  }
  .note {
    min-width: 240px;
    min-height: 240px;
  }
  .add-post form .m-checkbox-inline label {
    margin-bottom: 8px;
  }
  .add-post form .m-checkbox-inline label:last-child {
    margin-bottom: 0;
  }
  .datepicker-inline .datepicker {
    max-width: 220px;
  }
  .map-js-height {
    height: 250px;
  }
  .alert-theme {
    font-size: 12px;
  }
  .alert-theme button {
    right: 30px !important;
  }
  .alert-theme i {
    display: none;
  }
  .alert-theme span + span + span {
    padding: 15px;
  }
  .bar-chart-widget .earning-details i {
    right: -73px;
  }
  .widget-joins .border-after-xs:after {
    width: 92%;
  }
  .page-wrapper .page-main-header .main-header-left {
    width: 25%;
  }
  .grid-pie-chart.flot-chart-container {
    height: 750px;
  }
  agm-map {
    height: 250px !important;
  }
  .leaflet-custom .map-height {
    height: 250px;
  }
  .pagination-sm .page-link {
    padding: 2px 6px;
    font-size: 10px;
  }
  .pagination-lg .page-link {
    padding: 2px 7px;
  }
  .status-widget svg {
    width: 18px;
    height: 18px;
  }
  .custom-card .card-footer > div h6 {
    font-size: 12px;
  }
  .tabs-scoial.nav-material.nav-tabs .nav-item .nav-link {
    padding: 10px 10px;
    font-size: 14px;
  }
  .user-profile .hovercard .user-image .share-icons {
    right: 6px;
    top: -15px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon {
    width: 25px;
    height: 25px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon i {
    font-size: 14px;
  }
  .social-chat .other-msg {
    margin-left: 15px;
  }
  .social-header h5 span.pull-right {
    display: none;
  }
  .custom-datepicker .ngb-dp-navigation-select .custom-select {
    width: 65px;
  }
  .custom-datepicker .ngb-dp-navigation-select .custom-select:first-child {
    margin-right: 6px;
  }
  .custom-datepicker ngb-datepicker,
.custom-datepicker .dropdown-menu {
    width: 223px;
  }
  .custom-card .dashboard-card {
    padding-top: 0;
  }
  .custom-card .card-profile img {
    bottom: 25px;
  }
  .flot-chart-container {
    height: 230px;
  }
  .map-block {
    height: 250px;
  }
  .img-cropper .docs-tooltip {
    font-size: 11px;
  }
  .img-cropper .docs-toggles .btn-group .btn {
    padding: 0.375rem 0.2rem;
  }
  .blog-box .blog-details p {
    line-height: 1.5;
  }
  .blog-box .blog-details-main .blog-social li {
    padding: 0 10px;
  }
  /* responsive material tabs*/
  .nav-material.nav-tabs .nav-item .nav-link {
    padding: 10px 0px;
  }
  .tabs-responsive-side {
    max-width: 100%;
  }
  .cal-date-widget .datepicker {
    padding: 0;
    width: auto;
    width: initial;
  }
  .browser-widget .media i {
    font-size: 52px;
  }
  .browser-widget .media .media-body h4 {
    font-size: 20px;
  }
  .bar-chart-widget .bottom-content .num {
    font-size: 20px;
  }
  .xs-width-100 {
    min-width: 100%;
  }
  .email-wrap .action-wrapper .actions li {
    margin-right: 13px;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 65px;
    height: 65px;
  }
  .email-wrap .email-right-aside .email-top .dropdown-menu {
    left: -58px;
  }
  .default-according .card .card-header i {
    font-size: 14px;
    top: 24px;
  }
  .default-according .card .btn-link {
    display: block;
    width: 100%;
    padding-left: 17px;
  }
  .star-ratings .stars .title {
    line-height: 1;
  }
  .user-profile .hovercard .social-media a {
    padding: 0 12px;
  }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 93% !important;
  }
  .step-container {
    height: 280px !important;
  }
  .chat-box .chat-right-aside {
    flex: 0 0 96%;
    max-width: 96%;
  }
  .chat-box .chat-right-aside .chat .chat-message {
    width: calc(100% - 20px);
  }
  .error-wrapper .error-heading .headline {
    font-size: 100px;
  }
  .lg-toolbar .lg-icon {
    width: 40px;
  }
}
/**=====================
    74. Responsive CSS Ends
==========================**/
/**=====================
   72. Box-layout CSS start
==========================**/
@media (min-width: 1280px) {
  .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:first-child {
    width: 50px !important;
  }
  .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2), .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5), .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:nth-child(6) {
    width: 150px !important;
  }
  .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3), .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4) {
    width: 80px !important;
  }
  .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child {
    width: 50px !important;
  }
  .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2), .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5), .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6) {
    width: 150px !important;
  }
  .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3), .box-layout .custom-datatable.full-screen-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
    width: 80px !important;
  }
  .box-layout .new-products .product-box .product-details {
    padding: 0;
  }
  .box-layout .timeline-item:nth-child(odd) .timeline-content .inner-content {
    margin-right: 15px;
  }
  .box-layout .email-wrap .email-right-aside .email-body {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .box-layout .email-wrap .email-right-aside .radius-left {
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .box-layout .page-wrapper .more-btn .btn-secondary {
    display: none;
  }
  .box-layout .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li {
    position: static;
    position: initial;
  }
  .box-layout .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .iconbar-mainmenu {
    -webkit-animation: none !important;
            animation: none !important;
  }
  .box-layout .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li.open .bar-icons:before {
    display: none;
  }
  .box-layout .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu {
    position: absolute;
    top: 0;
    -webkit-animation: none !important;
            animation: none !important;
  }
  .box-layout .page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-mainmenu-close .iconMenu-bar li.open .iconbar-mainmenu, .box-layout .page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close .iconMenu-bar li.open .iconbar-mainmenu {
    display: none;
    transition: 0.5s;
    visibility: hidden;
  }
  .box-layout .page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close .iconMenu-bar {
    display: none;
    transition: 0.5s;
    visibility: hidden;
  }
  .box-layout .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar {
    width: 1280px;
    margin: 0 auto;
  }
  .box-layout .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar li {
    position: relative;
  }
  .box-layout .page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type=radio] {
    display: none;
  }
  .box-layout .page-wrapper .alert.inverse p {
    max-width: 238px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-layout .page-wrapper .page-main-header .main-header-right {
    margin: 0;
  }
  .box-layout .page-wrapper .page-body-wrapper {
    width: 1280px;
    box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.07);
    margin: 0 auto;
  }
  .box-layout .page-wrapper .page-body-wrapper .learning-comment {
    margin-left: -14px !important;
    float: left !important;
  }
  .box-layout .page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive {
    min-width: 1087px;
    overflow: auto;
  }
  .box-layout .page-wrapper .page-body-wrapper .active-order-table {
    max-width: 443px;
    overflow: auto;
  }
  .box-layout .page-wrapper .page-body-wrapper .active-order-table table tbody tr td p {
    width: 100px;
  }
  .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.gradient-line-1:after {
    height: 57px;
    bottom: -64px;
  }
  .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.small-line:after {
    height: 36px;
    bottom: -43px;
  }
  .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.medium-line:after {
    height: 40px;
    bottom: -48px;
  }
  .box-layout .page-wrapper .page-body-wrapper footer {
    margin: 0 auto;
    right: 0;
    padding-right: 15px;
    margin-left: 300px;
    z-index: 99;
  }
  .box-layout .page-wrapper .page-body-wrapper .footer-fix {
    margin-left: 567px;
  }
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
  }
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content > div {
    z-index: 8;
    background-color: rgba(255, 255, 255, 0.75);
    background-blend-mode: overlay;
    width: 100%;
    padding: 30px;
    left: 15px;
  }
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button {
    width: 40%;
    font-size: 14px;
    margin: 0 auto;
  }
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li {
    border: 1px solid #717171;
    width: 50px;
    height: 50px;
    padding: 8px;
  }
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img {
    width: 38%;
  }
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2 {
    font-size: 28px;
    color: #717171;
  }
  .box-layout .page-wrapper .page-body-wrapper canvas#myLineCharts {
    width: 100%;
  }
  .box-layout .page-wrapper .page-body-wrapper .chat-right-aside {
    flex: 0 0 60%;
    max-width: 60%;
    overflow: hidden;
  }
  .box-layout .page-wrapper .page-body-wrapper .caller-img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 15px;
  }
  .box-layout .page-wrapper .page-body-wrapper .caller-img img {
    opacity: 0.7;
  }
  .box-layout .page-wrapper .page-body-wrapper .browser-widget img {
    height: 65px;
  }
  .box-layout .page-wrapper .page-body-wrapper .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 39px;
  }
  .box-layout .page-wrapper .page-body-wrapper .custom-card .card-header img {
    margin-top: -73px;
  }
  .box-layout .page-wrapper .page-body-wrapper .custom-card .card-profile img {
    height: 130px;
    top: -17px;
  }
  .box-layout .page-wrapper .page-body-wrapper .select2 {
    width: 901.781px;
  }
  .box-layout .page-wrapper .page-main-header {
    max-width: 1280px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    transition: 0.3s;
  }
  .box-layout .page-wrapper .page-main-header.open {
    padding-left: 0;
    transition: 0.3s;
  }
  .box-layout .page-wrapper .pricing-wrapper-card {
    padding: 50px 20px;
  }
  .box-layout .page-wrapper .card .blog-box.blog-grid.set-min-height {
    min-height: 400px;
  }
  .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris-daily {
    min-height: 430px;
  }
  .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris {
    min-height: 430px;
  }
  .box-layout .page-wrapper .box-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box-layout .page-wrapper .box-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .box-layout .page-wrapper .box-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .box-layout .page-wrapper .box-col-7 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .box-layout .page-wrapper .box-col-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .box-layout .page-wrapper .box-col-8 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .box-layout .page-wrapper .box-col-4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .box-layout .page-wrapper .box-col-4a {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .box-layout .page-wrapper .box-col-6a {
    flex: 0 0 66.67%;
    max-width: 66.67%;
  }
  .box-layout .page-wrapper .chat-box .chat-right-aside {
    flex: 0 0 100%;
    max-width: calc(100% - 15px);
    overflow: hidden;
  }
  .box-layout .page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 19px;
  }
  .box-layout .page-wrapper .chat-box .chat-right-aside.bitcoin-chat {
    max-width: 100%;
  }
  .box-layout .page-wrapper .chat-box .toogle-bar {
    display: inline-block;
    margin-right: 0 !important;
  }
  .box-layout .page-wrapper .chat-menu {
    right: 0;
    border-top: 1px solid #ddd;
    opacity: 0;
    transform: translateY(-30px);
    visibility: hidden;
    top: 81px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    transition: all linear 0.3s;
  }
  .box-layout .page-wrapper .chat-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all linear 0.3s;
    padding-bottom: 25px;
  }
  .box-layout .page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar {
    stroke-width: 23px !important;
  }
  .box-layout .page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset {
    max-height: 165px;
  }
  .box-layout .page-wrapper .email-wrap .email-right-aside .email-body .inbox {
    height: 644px;
  }
  .box-layout .page-wrapper .email-wrap .email-content .email-top .user-emailid:after {
    right: -10px;
  }
  .box-layout .page-wrapper .todo .notification-popup {
    right: 320px;
  }
  .box-layout .page-wrapper .touchspin {
    padding: 0 10px;
  }
  .box-layout .page-wrapper .comingsoon video {
    min-width: 67%;
    width: 67%;
  }
  .box-layout .page-wrapper .auth-bg-effect .second-effect {
    left: 55%;
  }
  .box-layout .page-wrapper .auth-bg-video video {
    min-width: 67%;
    width: 67%;
  }
  .box-layout.dark-only .chat-menu {
    background-color: #333a62;
    border-top: 1px solid #374558;
  }
}
@media (min-width: 1280px) {
  .rtl.box-layout .page-wrapper .page-main-header {
    max-width: 1280px;
    padding-right: 250px;
    padding-left: 0;
    padding-left: initial;
  }
  .rtl.box-layout .page-wrapper .page-main-header.open {
    max-width: 1280px;
  }
  .rtl.box-layout .page-wrapper .page-main-header .main-header-right .nav-right > ul > li:first-child .search-form .form-group:after {
    right: 22px;
    left: auto;
    left: initial;
  }
  .rtl.box-layout .page-wrapper .page-body-wrapper footer {
    margin-right: 566px;
    margin-left: 0;
    margin-left: initial;
    padding-left: 15px;
  }
  .rtl.box-layout .page-wrapper .page-body-wrapper footer p i {
    margin-right: 5px;
    margin-left: 0;
    margin-left: initial;
  }
  .rtl.box-layout .page-wrapper .page-body-wrapper .page-sidebar.open ~ footer {
    margin-right: 0;
    padding-left: 15px;
  }
}
/**=====================
   72. Box-layout CSS ends
==========================**/
/**=====================
    73. RTL CSS Start
==========================**/
app-content .rtl {
  direction: rtl;
}
app-content .rtl .was-validated .form-control:invalid, app-content .rtl .form-control.is-invalid, app-content .rtl .was-validated .form-control:valid, app-content .rtl .form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  padding-right: 12px;
  background-position: left calc(0.375em + 0.1875rem) center;
}
app-content .rtl .swal2-popup .swal2-actions button + button {
  margin-left: 0;
  margin-left: initial;
  margin-right: 5px;
}
app-content .rtl .dropdown-item, app-content .rtl .dropdown-header {
  text-align: right;
}
app-content .rtl .cont {
  direction: ltr;
}
app-content .rtl .vertical-tab .nav-tabs {
  margin-right: 0;
  margin-right: initial;
  margin-left: 2%;
}
app-content .rtl .color-box .btn + .btn {
  margin-left: 0;
  margin-left: initial;
  margin-right: 10px;
}
app-content .rtl .Typeahead-spinner {
  left: 18px;
  right: auto;
  right: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu {
  left: auto;
  left: initial;
  width: 220px;
  -webkit-animation: fadeInRight 1000ms ease-in-out !important;
          animation: fadeInRight 1000ms ease-in-out !important;
}
app-content .rtl .apexcharts-canvas {
  direction: ltr;
}
app-content .rtl .custom-select {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
}
app-content .rtl .faq-wrap .faq-accordion .accordion > .card .card-header .btn {
  padding: 0.375rem 0 0.375rem 1.75rem;
}
app-content .rtl .cal-month-view .cal-day-number {
  float: left;
  margin-right: 0;
  margin-right: initial;
  margin-left: 15px;
}
app-content .rtl .cal-month-view .cal-day-badge {
  margin-left: 0;
  margin-left: initial;
  margin-right: 10px;
}
app-content .rtl .fc-button-group {
  direction: ltr;
}
app-content .rtl .ngx-toolbar {
  direction: ltr;
  justify-content: flex-end;
}
app-content .rtl .ngx-chart-direction {
  direction: ltr;
}
app-content .rtl .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: right;
}
app-content .rtl .ngx-datatable .datatable-footer .datatable-pager {
  text-align: left;
}
app-content .rtl .treeview-item .treeview-item {
  margin-left: 0;
  margin-left: initial;
  margin-right: 2rem;
}
app-content .rtl .treeview-item .form-check-input {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
app-content .rtl .badge-transparent i {
  padding-right: 0;
  padding-right: initial;
  padding-left: 5px;
}
app-content .rtl .card-bg .media h5 {
  margin-left: 0;
  margin-left: initial;
  margin-right: 10px;
}
app-content .rtl .position-set {
  right: auto;
  right: initial;
  left: 50px;
}
app-content .rtl .crypto-slider .owl-nav {
  right: auto;
  right: initial;
  left: -110px;
}
app-content .rtl #bitcoinchart-1,
app-content .rtl #bitcoinchart-2,
app-content .rtl #bitcoinchart-3 {
  direction: ltr;
}
app-content .rtl .page-wrapper .page-main-header .main-header-left {
  margin-left: 0px;
  margin-right: 30px;
}
app-content .rtl .page-main-header .main-header-right .nav-right .notification-dropdown {
  left: auto !important;
  left: initial !important;
  right: -230px !important;
}
app-content .rtl .add-arrow {
  position: relative;
}
app-content .rtl .navs-dropdown .onhover-show-div {
  right: 0;
}
app-content .rtl .right-setting .setting-dot {
  float: left;
  margin-left: 0 !important;
  margin-left: initial !important;
}
app-content .rtl .monthly-overview .card-header span {
  right: auto;
  right: initial;
  left: 50px;
}
app-content .rtl .month-overview .card-header .badge {
  margin-left: 0;
  margin-right: 100px;
}
app-content .rtl .weather-details .media-body:before {
  left: auto;
  left: initial;
  right: -22px !important;
}
app-content .rtl .weather-details .weather-title span {
  margin-left: 10px;
  padding-left: 40px;
}
app-content .rtl .creative-dots .big-dot {
  left: auto;
  left: initial;
  right: -32px;
}
app-content .rtl .creative-dots .semi-big-dot {
  left: auto;
  left: initial;
  right: -14px;
}
app-content .rtl .creative-dots .medium-dot {
  left: auto;
  left: initial;
  right: 18px;
}
app-content .rtl .creative-dots .semi-medium-dot {
  left: auto;
  left: initial;
  right: 20px;
}
app-content .rtl .creative-dots .semi-small-dot {
  left: auto;
  left: initial;
  right: 32px;
}
app-content .rtl .creative-dots .small-dot {
  left: auto;
  left: initial;
  right: 42px;
}
app-content .rtl .vertical .page-body-wrapper .page-body {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
app-content .rtl .default-according.style-1 button {
  text-align: right;
}
app-content .rtl .default-according.style-1 button:before {
  left: 20px;
  right: auto;
  right: initial;
}
app-content .rtl .default-according.style-1 button i {
  right: 18px;
  left: auto;
  left: initial;
}
app-content .rtl .default-according .card .card-header i {
  right: 18px;
  left: auto;
  left: initial;
}
app-content .rtl .ProfileCard-details {
  padding-right: 30px;
  padding-left: 0;
  padding-left: initial;
  text-align: right;
}
app-content .rtl .theme-tab .tab-title li a svg {
  margin-left: 5px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .support-table table tbody tr td:first-child {
  padding-right: 0;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .widget-joins .row .pr-0 {
  padding-right: 15px !important;
}
app-content .rtl .widget-joins .row .pl-0 {
  padding-left: 15px !important;
}
app-content .rtl .order-box .sub-total .shipping-class .shopping-checkout-option,
app-content .rtl .order-box .sub-total .shipping-class span,
app-content .rtl .order-box .sub-total li .shopping-checkout-option,
app-content .rtl .order-box .sub-total li span,
app-content .rtl .order-box .total .shipping-class .shopping-checkout-option,
app-content .rtl .order-box .total .shipping-class span,
app-content .rtl .order-box .total li .shopping-checkout-option,
app-content .rtl .order-box .total li span,
app-content .rtl .order-box .qty .shipping-class .shopping-checkout-option,
app-content .rtl .order-box .qty .shipping-class span,
app-content .rtl .order-box .qty li .shopping-checkout-option,
app-content .rtl .order-box .qty li span {
  float: left;
}
app-content .rtl .order-box .sub-total li .count,
app-content .rtl .order-box .total li .count,
app-content .rtl .order-box .qty li .count {
  float: left;
}
app-content .rtl .img-paypal {
  margin-right: 15px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .cart .qty-box .input-group .btn {
  border-radius: 0 !important;
}
app-content .rtl .product-qnty fieldset .input-group .input-group-prepend .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .grid-options {
  margin-right: 10px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-1 {
  right: 12px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-2 {
  right: 18px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-3 {
  right: 36px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-4 {
  right: 42px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-5 {
  right: 48px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-6 {
  right: 66px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-7 {
  right: 72px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-8 {
  right: 78px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-9 {
  right: 84px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-10 {
  right: 103px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-11 {
  right: 109px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-12 {
  right: 115px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-13 {
  right: 121px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-14 {
  right: 127px;
  left: auto;
  left: initial;
}
app-content .rtl .grid-options ul li a .line-grid-15 {
  right: 133px;
  left: auto;
  left: initial;
}
app-content .rtl .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
  margin-right: calc(25% + 9px);
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .product-filter.new-products .owl-theme .owl-nav {
  left: 0;
  right: auto;
  right: initial;
}
app-content .rtl .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details.text-left {
  text-align: left !important;
}
app-content .rtl .product-filter .color-selector ul li + li {
  margin-left: 0;
  margin-left: initial;
  margin-right: 3px;
}
app-content .rtl .new-products .product-box .text-left {
  text-align: left !important;
}
app-content .rtl .product-sidebar .filter-section .card .card-header h6 .pull-right i {
  left: auto;
  right: auto;
  right: initial;
}
app-content .rtl .feature-products form .form-group i {
  left: 30px;
  right: auto;
  right: initial;
}
app-content .rtl .product-wrapper-grid.list-view .product-box .product-details {
  text-align: right;
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar li .badge {
  left: 10px;
  right: auto;
  right: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu {
  right: 90px;
  left: auto;
  left: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-body {
  margin-left: 0;
  margin-right: 310px;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb {
  float: left;
}
app-content .rtl .mr-0,
app-content .rtl .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-right: initial !important;
}
app-content .rtl .footer .pull-right {
  float: none;
}
app-content .rtl .page-wrapper .page-body-wrapper footer {
  margin-right: 255px;
  margin-left: 0px;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar.open ~ footer {
  margin-right: 0px;
}
app-content .rtl .button.remove {
  left: -10px;
  right: auto;
  right: initial;
}
app-content .rtl .box-layout .page-main-header.open {
  margin-right: auto;
  padding-right: 0;
}
app-content .rtl .code-box-copy__btn {
  left: 11px;
  right: auto;
  right: initial;
}
app-content .rtl ul.nav-menus {
  border-bottom: none;
}
app-content .rtl ul.notification-dropdown.onhover-show-div li {
  text-align: right;
}
app-content .rtl .badge + .badge {
  margin-right: 5px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .offset-xl-3 {
  margin-right: 25%;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .m-l-10 {
  margin-right: 10px !important;
  margin-left: 0 !important;
  margin-left: initial !important;
}
app-content .rtl .m-l-40 {
  margin-right: 40px !important;
  margin-left: 0 !important;
  margin-left: initial !important;
}
app-content .rtl .m-r-20 {
  margin-left: 20px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .m-r-30 {
  margin-left: 30px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .m-r-5 {
  margin-left: 5px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .text-left {
  text-align: right !important;
}
app-content .rtl .m-r-10 {
  margin-left: 10px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .pr-3,
app-content .rtl .px-3 {
  padding-left: 1rem !important;
  padding-right: 0 !important;
  padding-right: initial !important;
}
app-content .rtl .p-r-0 {
  padding-left: 0;
  padding-right: 15px;
}
app-content .rtl .m-l-20 {
  margin-right: 20px !important;
  margin-left: 0 !important;
  margin-left: initial !important;
}
app-content .rtl .p-l-25 {
  padding-left: 0;
  padding-left: initial;
  padding-right: 25px;
}
app-content .rtl .pl-3,
app-content .rtl .px-3 {
  padding-right: 1rem !important;
}
app-content .rtl .b-r-light {
  border-left: 1px solid #f8f5fd !important;
  border-right: 0 !important;
  border-right: initial !important;
}
app-content .rtl .float-right {
  float: left !important;
}
app-content .rtl .float-left {
  float: right !important;
}
app-content .rtl .text-right {
  text-align: left !important;
}
app-content .rtl .border-right {
  border-left: 1px solid #dee2e6 !important;
  border-right: 0 !important;
  border-right: initial !important;
}
app-content .rtl .pr-0,
app-content .rtl .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-right: initial !important;
}
app-content .rtl .pl-0,
app-content .rtl .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-left: initial !important;
}
app-content .rtl .ml-1 {
  margin-left: 0 !important;
  margin-left: initial !important;
  margin-right: 0.25rem !important;
}
app-content .rtl .owl-carousel {
  direction: ltr;
}
app-content .rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
app-content .rtl .btn-group > :not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
app-content .rtl .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .btn-group > .btn:nth-child(2) {
  border-radius: 0 !important;
}
app-content .rtl .btn-group .btn-group > :not(:first-child) > .btn {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .btn-group .btn + .btn,
app-content .rtl .btn-group .btn + .btn-group {
  margin-right: -1px;
}
app-content .rtl .btn-group .btn-group + .btn,
app-content .rtl .btn-group .btn-group + .btn-group {
  margin-right: -1px;
}
app-content .rtl .btn-group .btn-group-vertical .btn + .btn,
app-content .rtl .btn-group .btn-group-vertical .btn + .btn-group {
  margin-right: -1px;
}
app-content .rtl .btn-group .btn-group-vertical .btn-group + .btn,
app-content .rtl .btn-group .btn-group-vertical .btn-group + .btn-group {
  margin-right: -1px;
}
app-content .rtl .mr-3,
app-content .rtl .mx-3 {
  margin-right: 0 !important;
  margin-right: initial !important;
  margin-left: 1rem !important;
}
app-content .rtl .mr-5,
app-content .rtl .mx-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
  margin-right: initial !important;
}
app-content .rtl .ml-3,
app-content .rtl .mx-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
  margin-left: initial !important;
}
app-content .rtl .mr-1 {
  margin-right: 0 !important;
  margin-right: initial !important;
  margin-left: 0.25rem !important;
}
app-content .rtl .m-r-15 {
  margin-left: 15px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .b-l-light {
  border-right: 1px solid #f8f5fd !important;
  border-left: 0 !important;
  border-left: initial !important;
}
app-content .rtl .p-l-0 {
  padding-left: 0;
  padding-left: initial;
  padding-right: 0px;
}
app-content .rtl .pl-4 {
  padding-right: 1.5rem !important;
  padding-left: 0 !important;
  padding-left: initial !important;
}
app-content .rtl .mr-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
  margin-right: initial !important;
}
app-content .rtl .ml-2 {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
  margin-left: initial !important;
}
app-content .rtl .pr-2 {
  padding-right: 0 !important;
  padding-right: initial !important;
  padding-left: 0.5rem !important;
}
app-content .rtl .alert {
  text-align: right;
}
app-content .rtl .card-body .alert svg ~ p {
  padding-left: 0;
  padding-left: initial;
  padding-right: 20px;
}
app-content .rtl .pull-right {
  float: left;
}
app-content .rtl .form-inline .form-group {
  margin-left: 15px;
  margin-right: 0;
}
app-content .rtl .card {
  text-align: right;
}
app-content .rtl .card .card-header .card-header-right {
  left: 40px;
  right: auto;
  right: initial;
}
app-content .rtl .card .card-header .card-header-right .card-option {
  text-align: left;
}
app-content .rtl .card .card-header .card-header-right .card-option.list-unstyled {
  padding-right: 0;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .card .card-header .pull-left {
  float: right;
}
app-content .rtl .card .card-header.card-header-border .right-header span:first-child {
  padding-right: 0;
  padding-right: initial;
  padding-left: 20px;
}
app-content .rtl .card.full-card {
  left: 0;
  right: auto;
  right: initial;
}
app-content .rtl .card .card-body .alert svg {
  margin-left: 4px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .card .card-body .value-left {
  margin-left: 30px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .card .card-body .square {
  margin-left: 5px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .sidebar-toggle-btn {
  margin-right: 10px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .modal-header .close {
  margin-left: 0;
}
app-content .rtl .modal-footer > :not(:first-child) {
  margin-right: 0.5rem;
  margin-left: 0;
}
app-content .rtl .form-inline .form-group .col-form-label {
  margin-left: 5px;
  margin-right: 0;
}
app-content .rtl .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  padding-right: 0;
  padding-right: initial;
}
app-content .rtl code[class*=language-],
app-content .rtl pre[class*=language-] {
  text-align: right;
}
app-content .rtl .input-group-prepend {
  margin-left: -1px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .input-group > .form-control:not(:last-child),
app-content .rtl .rtl .input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .input-group > .input-group-prepend > .btn,
app-content .rtl .input-group > .input-group-prepend > .input-group-text,
app-content .rtl .input-group > .input-group-append:not(:last-child) > .btn,
app-content .rtl .input-group > .input-group-append:not(:last-child) > .input-group-text,
app-content .rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
app-content .rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
app-content .rtl .input-group > .input-group-append > .btn,
app-content .rtl .input-group > .input-group-append > .input-group-text,
app-content .rtl .input-group > .input-group-prepend:not(:first-child) > .btn,
app-content .rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
app-content .rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
app-content .rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .nav-material.nav-left .nav-link {
  text-align: left;
}
app-content .rtl .job-input-datepicker.input-group > .form-control:not(:last-child), app-content .rtl .job-input-datepicker.input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
app-content .rtl .job-input-datepicker .input-group-append > .btn {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .socialprofile .social-group ul li:nth-child(4) {
  margin-right: -22px;
}
app-content .rtl .social-status form .form-group .form-control-plaintext {
  padding-right: 15px;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .social-status .media .social-status {
  right: 35px;
  left: auto;
  left: initial;
}
app-content .rtl .social-chat .other-msg {
  margin-right: 40px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .social-chat .media-body:before {
  left: 100%;
  right: auto;
  right: initial;
  border-left: 7px solid #aaaaaa;
  border-right: 0;
  border-right: initial;
}
app-content .rtl .social-chat .media-body:after {
  left: 100%;
  right: auto;
  right: initial;
  border-left: 7px solid #fff;
  border-right: 0;
  border-right: initial;
}
app-content .rtl .timeline-content .comment-number i {
  margin-left: 20px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .photos ul li {
  margin-right: 0;
  margin-right: initial;
  margin-left: 15px;
}
app-content .rtl .photos ul li:nth-child(3n) {
  margin-left: 0;
}
app-content .rtl .avatar-showcase .friend-pic {
  margin-left: 8px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .avatar-showcase .pepole-knows ul li {
  margin-left: 21px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .avatar-showcase .pepole-knows ul li:last-child {
  margin-left: 0;
}
app-content .rtl .user-profile .hovercard .user-image .share-icons {
  left: 100px;
  right: auto;
  right: initial;
}
app-content .rtl .user-profile .hovercard .user-image .share-icons li {
  margin-left: 10px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .user-profile .hovercard .user-image .share-icons li:last-child {
  margin-left: 0;
}
app-content .rtl .faq-form .search-icon {
  left: 12px;
  right: auto;
  right: initial;
}
app-content .rtl .faq-widgets .media-body p {
  padding-left: 20px;
  padding-right: 0;
  padding-right: initial;
}
app-content .rtl .header-faq,
app-content .rtl .faq-title {
  text-align: right;
}
app-content .rtl .faq-accordion .faq-header svg {
  left: 30px;
  right: auto;
  right: initial;
}
app-content .rtl .faq-accordion .card .btn-link svg {
  margin-left: 10px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .navigation-option ul li {
  padding: 15px 0 15px 15px;
}
app-content .rtl .navigation-option ul li a {
  padding-right: 40px;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .navigation-option ul li a svg {
  right: 15px;
  left: auto;
  left: initial;
}
app-content .rtl .updates-faq {
  margin-right: 0;
  margin-right: initial;
  margin-left: 30px;
}
app-content .rtl .browse .browse-articles span svg {
  margin-left: 10px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .categories .learning-header {
  padding-right: 30px;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .pricing-block svg {
  direction: ltr;
}
app-content .rtl p.data-attributes svg {
  margin-left: 10px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .avatars .avatar {
  margin-left: 10px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .avatars .avatar:last-child {
  margin-left: 0;
}
app-content .rtl .avatars .avatar .status {
  left: 4px;
  right: auto;
  right: initial;
}
app-content .rtl .customers.avatar-group {
  margin-left: 30px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .user-card .online-user:before {
  left: auto;
  left: initial;
  right: -30px;
}
app-content .rtl .user-card .user-badge .badge {
  margin-right: 0;
  margin-right: initial;
  margin-left: 10px;
}
app-content .rtl .user-card .user-badge .badge:last-child {
  margin-left: 0;
}
app-content .rtl .user-card .card-footer > div:first-child {
  border-left: 1px solid #e8ebf2;
  border-right: 0;
  border-right: initial;
}
app-content .rtl .alert-theme i,
app-content .rtl .alert-copy i {
  margin-right: 0 !important;
}
app-content .rtl .alert-theme button,
app-content .rtl .alert-copy button {
  left: 30px !important;
  right: auto !important;
  right: initial !important;
}
app-content .rtl .status-circle {
  right: 40px;
  left: auto;
  left: initial;
}
app-content .rtl .ecommerce-knob input {
  margin-right: -231px !important;
  margin-left: 0 !important;
  margin-left: initial !important;
}
app-content .rtl .todo .todo-list-wrapper .todo-list-footer .card-header-add {
  right: auto;
  right: initial;
  left: 0;
}
app-content .rtl .recent-table table tbody tr td:last-child,
app-content .rtl .crypto-table-market table tbody tr td:last-child {
  text-align: left;
}
app-content .rtl .crypto-revenue .card-header h5 .badge {
  margin-left: 0;
  margin-left: initial;
  margin-right: 35px;
}
app-content .rtl .btc-buy-sell .btc-amount {
  text-align: left;
}
app-content .rtl .more-btn .btn {
  margin-right: 0;
  padding: 24px 18px;
}
app-content .rtl .more-btn .btn:nth-child(2) {
  border-radius: 0 50% 50% 0;
  padding: 28px 21px;
}
app-content .rtl .more-btn .btn-light {
  left: 0;
  right: auto;
  right: initial;
}
app-content .rtl .right-angle i {
  padding-right: 16px;
  padding-left: 0;
}
app-content .rtl .customers ul li + li {
  margin-right: -20px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .customers ul li:nth-child(4) {
  margin-right: -1px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .show-value-top .value-third {
  margin-right: 30px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .chat-box .chat-right-aside .chat .chat-msg-box .my-message {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}
app-content .rtl .chat-box .chat-right-aside .chat .chat-msg-box .other-message {
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
}
app-content .rtl .chat-box .bitcoin-chat .chat .bitcoin-message .smiley-box {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
app-content .rtl .chat-box .bitcoin-chat .chat .bitcoin-message .text-box .input-group-append .btn {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
app-content .rtl .knob-chart .chart-clock-main .clock-small {
  right: 10px;
  left: auto;
  left: initial;
}
app-content .rtl .weather-widget-two .top-bg-whether {
  left: -28px;
  right: auto;
  right: initial;
}
app-content .rtl .weather-widget-two .bottom-whetherinfo svg {
  left: auto;
  left: initial;
  right: -35px;
}
app-content .rtl .mobile-clock-widget .bg-svg {
  left: auto;
  left: initial;
  right: -25px;
}
app-content .rtl .cal-date-widget .cal-info .b-r-light {
  border-right: 1px solid #f8f5fd !important;
  border-left: 0 !important;
  border-left: initial !important;
}
app-content .rtl .cal-date-widget .cal-info .pr-3 {
  padding-right: 1rem !important;
  padding-left: 0 !important;
  padding-left: initial !important;
}
app-content .rtl .task-list {
  text-align: right;
}
app-content .rtl .task-list li span {
  padding-right: 0;
  padding-right: initial;
  padding-left: 5px;
}
app-content .rtl .todo .todo-list-wrapper .mark-all-tasks {
  left: 30px;
  right: auto;
  right: initial;
}
app-content .rtl .todo .todo-list-wrapper .mark-all-tasks .btn-label {
  margin-left: 5px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn {
  text-align: left;
}
app-content .rtl .todo .notification-popup {
  left: 10px;
  right: auto;
  right: initial;
}
app-content .rtl .todo-options .badges-todo h6 {
  margin-left: 10px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .todo-options .badges-todo h6:last-child {
  margin-left: 0;
}
app-content .rtl .todo-list-btns .dropdown-basic .btn-group .form-group .checkbox {
  padding-right: 14px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: 0;
  padding-left: initial;
  border-top-left-radius: 0;
  border-top-left-radius: initial;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}
app-content .rtl .todo-list-btns .dropdown-basic .separated-btn {
  margin-right: -6px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .todo-list-btns .dropdown-basic .separated-btn .btn {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
app-content .rtl .search-todo .dropdown-basic .btn-group {
  margin-left: 18px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .sticky-note .note {
  float: right;
}
app-content .rtl #testimonial .owl-stage-outer .owl-stage .owl-item .slide--item .media .mr-3,
app-content .rtl #testimonial .owl-stage-outer .owl-stage .owl-item .slide--item .media .mx-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
  margin-left: initial !important;
}
app-content .rtl .needs-validation .input-group > .form-control:not(:last-child),
app-content .rtl .needs-validation .input-group > .custom-select:not(:last-child),
app-content .rtl .form-row .input-group > .form-control:not(:last-child),
app-content .rtl .form-row .input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .email-wrap .row .col-xl-6 {
  padding-right: 0;
  padding-left: 15px;
}
app-content .rtl .email-wrap .row .col-xl-3 + .col-xl-3 {
  padding-left: 0;
  padding-right: 15px;
}
app-content .rtl .email-wrap .email-app-sidebar .main-menu > li {
  text-align: right;
}
app-content .rtl .email-wrap .email-app-sidebar .main-menu > li a i {
  margin-right: 0;
  margin-right: initial;
  margin-left: 10px;
}
app-content .rtl .email-wrap .email-app-sidebar ul {
  padding-right: 0;
}
app-content .rtl .email-wrap .email-content .email-top .user-emailid:after {
  float: left;
}
app-content .rtl .email-wrap .email-right-aside .email-body {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
app-content .rtl .email-wrap .email-right-aside .email-body .pr-0 {
  padding-right: 0 !important;
  padding-right: initial !important;
}
app-content .rtl .email-wrap .email-right-aside .radius-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 4px;
}
app-content .rtl .calendar-wrap .fc {
  direction: rtl;
  text-align: right;
}
app-content .rtl .calendar-wrap .fc .fc-toolbar .fc-left {
  float: right;
}
app-content .rtl .calendar-wrap .fc .fc-toolbar .fc-right {
  float: left;
}
app-content .rtl .calendar-wrap .fc .fc-toolbar > * > * {
  margin-left: 0;
}
app-content .rtl .calendar-wrap .fc-events-container {
  text-align: right;
}
app-content .rtl .calendar-wrap .fc-scroller {
  margin-right: 0;
  margin-right: initial;
  margin-left: -17px;
}
app-content .rtl .fc-agenda-view .fc-day-grid .fc-row {
  margin-right: 0 !important;
}
app-content .rtl .fc-unthemed .fc-row {
  margin-right: 0 !important;
}
app-content .rtl .btn-group-showcase .btn-group {
  margin-left: 20px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .btn-showcase .btn {
  margin-right: 0;
  margin-right: initial;
  margin-left: 18px;
}
app-content .rtl .btn-square.dropdown-toggle {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
app-content .rtl #customer-review .owl-item img {
  order: 2;
}
app-content .rtl .options > div {
  margin: 0 0 8px 8px;
}
app-content .rtl .modal-dialog .modal-content .modal-body {
  text-align: right;
}
app-content .rtl .modal-dialog .modal-content .modal-body p a {
  margin-left: 0;
}
app-content .rtl .drag-box fieldset .component .form-group .text-lg-left {
  text-align: right !important;
}
app-content .rtl .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn,
app-content .rtl .drag-box fieldset .component .form-group .input-group .input-group-prepend .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
app-content .rtl .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn-right,
app-content .rtl .drag-box fieldset .component .form-group .input-group .input-group-prepend .checkbox-radius {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .drag-box fieldset .component .form-group .input-group #prependedcheckbox {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
app-content .rtl .drag-box fieldset .component .form-group .input-group #appendedcheckbox {
  border-right-color: #efefef;
}
app-content .rtl .drag-box fieldset .component .form-group .input-group #buttondropdown {
  margin-right: 0;
  margin-right: initial;
  margin-left: -1px;
}
app-content .rtl .drag form {
  text-align: right;
}
app-content .rtl .drag form input {
  text-align: right;
}
app-content .rtl .drag form label {
  text-align: right !important;
}
app-content .rtl .drag form .form-group .input-group .input-group-prepend .btn,
app-content .rtl .drag form .form-group .input-group .input-group-prepend .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
app-content .rtl .drag form .form-group .input-group .input-group-prepend .btn-right,
app-content .rtl .drag form .form-group .input-group .input-group-prepend .checkbox-radius {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .drag form .form-group .input-group #buttondropdown {
  margin-right: 0;
  margin-right: initial;
  margin-left: -1px;
}
app-content .rtl .draggable label {
  text-align: right;
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-mainmenu-close ~ .page-body,
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-mainmenu-close ~ footer {
  margin-left: 0;
  margin-left: initial;
  margin-right: 90px;
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-mainmenu-close .iconMenu-bar .iconbar-mainmenu {
  -webkit-animation: fadeInRight 1000ms ease-in-out !important;
          animation: fadeInRight 1000ms ease-in-out !important;
  margin-left: 0;
  margin-left: initial;
  margin-right: -225px;
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close .iconMenu-bar {
  margin-left: 0;
  margin-left: initial;
  margin-right: -320px;
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close .iconMenu-bar .iconbar-mainmenu {
  margin-left: 0;
  margin-left: initial;
  margin-right: -320px;
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close ~ .page-body,
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu.iconbar-second-close ~ footer {
  margin-left: 0;
  margin-left: initial;
  margin-right: 0;
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar {
  height: calc(100vh - 80px);
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu {
  -webkit-animation: bounceInRight 1000ms ease-in-out;
          animation: bounceInRight 1000ms ease-in-out;
  text-align: right;
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu .iconbar-header {
  padding: 20px 20px 20px 0;
}
app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar .iconbar-mainmenu > li > p > li {
  padding-left: 0;
  padding-left: initial;
  padding-right: 20px;
}
app-content .rtl .page-wrapper.horizontal_sidebar .page-body-wrapper .iconsidebar-menu .iconMenu-bar {
  height: auto;
}
app-content .rtl .page-wrapper.horizontal_sidebar .page-body-wrapper .page-body,
app-content .rtl .page-wrapper.horizontal_sidebar .page-body-wrapper footer {
  margin-right: 0;
}
app-content .rtl .search-page .nav i {
  margin-left: 10px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .product-stts {
  display: inline-block;
}
app-content .rtl .product-stts .ml-1 {
  margin-right: 0.25rem !important;
  margin-left: 0 !important;
  margin-left: initial !important;
}
app-content .rtl .search-form input {
  text-align: right;
  padding: 10px 70px 10px 10px;
}
app-content .rtl .icon-hover-bottom .icon-title {
  text-align: right;
}
app-content .rtl .icon-hover-bottom .icon-popup .icon-last .form-inline .form-group .btn {
  margin-right: 15px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .icon-hover-bottom .icon-popup .close-icon {
  right: auto;
  right: initial;
  left: 10px;
}
app-content .rtl .icon-lists div i {
  margin: 0 10px 0 15px;
}
app-content .rtl .icon-lists ul {
  padding-right: 0;
}
app-content .rtl ul.icon-lists {
  padding-right: 30px;
}
app-content .rtl .floated-customizer-btn.third-floated-btn {
  left: 35px;
  right: auto;
  right: initial;
}
app-content .rtl .floated-customizer-btn > span {
  margin-right: 10px;
}
app-content .rtl .floated-customizer-panel {
  text-align: right;
  left: -85px;
  right: auto;
  right: initial;
}
app-content .rtl .floated-customizer-panel.active {
  left: 35px;
  right: auto;
  right: initial;
}
app-content .rtl .floated-customizer-panel .close-customizer-btn {
  left: 30px;
  right: auto;
  right: initial;
}
app-content .rtl .floated-customizer-panel ul {
  padding-right: 0;
}
app-content .rtl .radio label {
  padding-left: 0;
  padding-right: 15px;
}
app-content .rtl .radio label::before {
  right: 0;
  margin-right: -20px;
  left: auto;
  left: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu {
  text-align: right;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li.active > a > .fa-angle-right {
  vertical-align: 7px;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li.active .sidebar-submenu {
  margin-left: 0;
  margin-left: initial;
  margin-right: 25px;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a i {
  margin-left: 7px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a i.pull-right {
  left: 20px;
  right: auto;
  right: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a:hover {
  padding-right: 3px;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li .badge {
  margin-right: 42px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu {
  padding: 0;
  text-align: right;
  margin-right: 5px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li > a {
  text-align: right;
  padding-right: 10px;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li > a > .fa-circle {
  right: 0;
  left: auto;
  left: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-header svg {
  margin-left: 14px;
  margin-right: 0 !important;
  margin-right: initial !important;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar .main-header-left {
  box-shadow: 2px 1px 3px 1px rgba(68, 102, 242, 0.1);
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar ~ .page-body {
  margin-right: 255px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar.open {
  margin-right: -260px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar.open ~ .page-body {
  margin-right: 0;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar.open ~ footer {
  margin-right: 0;
}
app-content .rtl .page-wrapper .page-body-wrapper .page-header .row h2,
app-content .rtl .page-wrapper .page-body-wrapper .page-header .row h6 {
  text-align: right;
}
app-content .rtl .page-wrapper .page-body-wrapper .footer-fix {
  margin-right: 250px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .right-sidebar {
  left: -285px;
  right: auto;
  right: initial;
}
app-content .rtl .right-sidebar .modal-header .modal-title {
  text-align: right;
}
app-content .rtl .right-sidebar .friend-list-search .fa {
  left: 35px;
  right: auto;
  right: initial;
}
app-content .rtl .right-sidebar.show {
  left: 0;
}
app-content .rtl .page-main-header {
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .page-main-header .main-header-right .nav-right {
  text-align: left;
}
app-content .rtl .page-main-header .main-header-right .nav-right .droplet-dropdown {
  left: -167px !important;
}
app-content .rtl .page-main-header .main-header-right .nav-right .droplet-dropdown:after, app-content .rtl .page-main-header .main-header-right .nav-right .droplet-dropdown:before {
  right: auto;
  right: initial;
  left: 50%;
}
app-content .rtl .page-main-header .main-header-right .nav-right .droplet-dropdown li .row .droplet-main {
  border-right: 1px solid #efefef;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul .search-form input {
  padding: 10px 70px 10px 10px;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li {
  text-align: right;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li .dot {
  left: 17px;
  right: auto;
  right: initial;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li .media .dotted-animation {
  left: -3px;
  right: auto;
  right: initial;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li .media .dotted-animation .main-circle {
  left: 6px;
  right: auto;
  right: initial;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li .media .dotted-animation .animate-circle {
  left: -4px;
  right: auto;
  right: initial;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown .profile-dropdown {
  left: -20px !important;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown .profile-dropdown:before {
  right: auto;
  right: initial;
  left: 70px;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown .profile-dropdown:after {
  right: auto;
  right: initial;
  left: 70px;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown:last-child {
  padding-left: 0;
  padding-right: 20px;
  border-right: none;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li:first-child {
  border-right: none;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li:first-child .search-form .form-group:after {
  right: 22px;
  left: auto;
  left: initial;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li:first-child .search-form .form-group:before {
  right: 53px;
  left: auto;
  left: initial;
}
app-content .rtl .page-main-header .main-header-right .nav-right > ul > li i.ml-2 {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
  margin-left: initial !important;
}
app-content .rtl .page-main-header .main-header-right .nav-right .language-dropdown {
  text-align: right;
}
app-content .rtl .page-main-header .main-header-right .nav-right .language-dropdown li a i {
  margin-left: 10px;
}
app-content .rtl .page-main-header .main-header-right .nav-right .profile-dropdown li svg {
  margin-left: 10px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .page-main-header .main-header-right .nav-right .profile-dropdown li a svg {
  margin-right: 0;
  margin-right: initial;
  margin-left: 10px;
}
app-content .rtl .page-main-header.open {
  margin-right: 0;
}
app-content .rtl ul.notification-dropdown.onhover-show-div {
  right: auto;
  right: initial;
  left: -30px;
  padding: 0;
}
app-content .rtl ul.notification-dropdown.onhover-show-div:before {
  right: 34px !important;
  left: auto;
  left: initial;
}
app-content .rtl ul.notification-dropdown.onhover-show-div:after {
  right: 34px !important;
  left: auto;
  left: initial;
}
app-content .rtl ul.notification-dropdown.onhover-show-div li {
  margin-right: 0 !important;
}
app-content .rtl ul.notification-dropdown.onhover-show-div li span.badge {
  margin-left: 0 !important;
  margin-left: initial !important;
}
app-content .rtl ul.notification-dropdown.onhover-show-div li span svg {
  margin-right: 0;
  margin-right: initial;
  margin-left: 10px;
}
app-content .rtl ul.notification-dropdown.onhover-show-div li .notification-icon {
  margin-left: 20px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .alert i {
  margin-left: 5px;
  margin-right: 0;
}
app-content .rtl .inverse {
  padding: 13px 65px 13px 20px;
  overflow: hidden;
}
app-content .rtl .inverse i {
  left: auto;
  left: initial;
  right: 0;
}
app-content .rtl .alert-primary.inverse:before {
  border-right: 7px solid #3949ab;
  right: 54px;
  left: auto;
  left: initial;
  border-left: 0;
  border-left: initial;
}
app-content .rtl .alert-primary.inverse i {
  border-radius: 0 15px 15px 0;
}
app-content .rtl .alert-secondary.inverse:before {
  border-right: 7px solid #fe80b2;
  right: 54px;
  left: auto;
  left: initial;
  border-left: 0;
  border-left: initial;
}
app-content .rtl .alert-secondary.inverse i {
  border-radius: 0 15px 15px 0;
}
app-content .rtl .alert-success.inverse:before {
  border-right: 7px solid #80cf00;
  right: 54px;
  left: auto;
  left: initial;
  border-left: 0;
  border-left: initial;
}
app-content .rtl .alert-success.inverse i {
  border-radius: 0 15px 15px 0;
}
app-content .rtl .alert-danger.inverse:before {
  border-right: 7px solid #fd517d;
  right: 54px;
  left: auto;
  left: initial;
  border-left: 0;
  border-left: initial;
}
app-content .rtl .alert-danger.inverse i {
  border-radius: 0 15px 15px 0;
}
app-content .rtl .alert-warning.inverse:before {
  border-right: 7px solid #ffc717;
  right: 54px;
  left: auto;
  left: initial;
  border-left: 0;
  border-left: initial;
}
app-content .rtl .alert-warning.inverse i {
  border-radius: 0 15px 15px 0;
}
app-content .rtl .alert-info.inverse:before {
  border-right: 7px solid #06b5dd;
  right: 54px;
  left: auto;
  left: initial;
  border-left: 0;
  border-left: initial;
}
app-content .rtl .alert-info.inverse i {
  border-radius: 0 15px 15px 0;
}
app-content .rtl .alert-light.inverse:before {
  border-right: 7px solid #f8f5fd;
  right: 54px;
  left: auto;
  left: initial;
  border-left: 0;
  border-left: initial;
}
app-content .rtl .alert-light.inverse i {
  border-radius: 0 15px 15px 0;
}
app-content .rtl .alert-dark.inverse:before {
  border-right: 7px solid #2c323f;
  right: 54px;
  left: auto;
  left: initial;
  border-left: 0;
  border-left: initial;
}
app-content .rtl .alert-dark.inverse i {
  border-radius: 0 15px 15px 0;
}
app-content .rtl .alert-dismissible .close {
  left: 0;
  right: auto;
  right: initial;
}
app-content .rtl .alert-dismissible .close span {
  padding-left: 0;
  padding-right: 0;
  padding-right: initial;
}
app-content .rtl .icofont.icofont-truck {
  display: inline-block;
}
app-content .rtl .blog-box .blog-details {
  padding-left: 20px;
  text-align: right;
}
app-content .rtl .blog-box .blog-details .blog-social {
  padding-right: 0;
}
app-content .rtl .blog-box .blog-details .blog-social li {
  padding-left: 40px;
  padding-right: 0;
  padding-right: initial;
}
app-content .rtl .blog-box .blog-details .blog-social li:first-child {
  border-left: 1px solid #777777;
  border-right: 0;
  border-right: initial;
  padding-left: 40px;
  padding-right: 0;
  padding-right: initial;
}
app-content .rtl .blog-box .blog-details .blog-social li + li {
  margin-right: 30px;
  margin-left: 0;
  margin-left: initial;
  padding-left: 0;
}
app-content .rtl .blog-box .blog-details-main .blog-social li {
  border-left: 1px solid;
  border-right: 0;
  border-right: initial;
}
app-content .rtl .blog-box .blog-details-main .blog-social li:last-child {
  border-left: none;
}
app-content .rtl .blog-box .blog-date span {
  font-size: 36px;
  font-weight: 500;
  padding-left: 5px;
}
app-content .rtl .blog-single .comment-box h4 {
  text-align: right;
}
app-content .rtl .comment-box .media img {
  margin-left: 45px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .comment-box .media h6 {
  text-align: right;
}
app-content .rtl .comment-box ul ul {
  margin-right: 135px;
  margin-left: 0;
  margin-left: initial;
  padding-right: 0;
}
app-content .rtl .comment-box .comment-social {
  text-align: left;
}
app-content .rtl .comment-box .comment-social li {
  padding-left: 0;
  padding-right: 20px;
}
app-content .rtl .comment-box .comment-social li:first-child {
  border-left: 1px solid #efefef;
  border-right: 0;
  border-right: initial;
  padding-right: 0;
  padding-left: 20px;
}
app-content .rtl .call-chat-body .chat-box .chat-right-aside .chat .chat-history .caller-img.pl-0 {
  padding-left: 15px !important;
}
app-content .rtl .chat-box .user-image {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
app-content .rtl .chat-box .people-list .search i {
  left: 10px;
  right: auto;
  right: initial;
}
app-content .rtl .chat-box .about {
  float: right;
  padding-right: 10px;
  padding-left: 0;
  padding-left: initial;
  text-align: right;
}
app-content .rtl .chat-box .chat-menu {
  border-right: 1px solid #f8f5fd;
  border-left: 0;
  border-left: initial;
}
app-content .rtl .chat-box .chat-menu .nav {
  padding-right: 0;
}
app-content .rtl .chat-box .chat-menu.pl-0 {
  padding-left: 15px !important;
}
app-content .rtl .chat-box .chat-right-aside .chat .chat-message .smiley-box {
  margin-left: 0.5rem;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .chat-box .chat-right-aside.pr-0 {
  padding-right: 15px !important;
}
app-content .rtl .chat-box .chat .chat-message .text-box .input-group-append {
  margin-right: -2px;
}
app-content .rtl .chat-msg-box ul {
  padding-right: 0;
}
app-content .rtl .chat-left-aside .status-circle {
  left: auto;
  left: initial;
  right: 40px;
}
app-content .rtl .chat-right-aside .chat .chat-header .chat-menu-icons {
  padding-left: 0;
  padding-right: 0;
  padding-right: initial;
}
app-content .rtl .chat-right-aside .chat .chat-header .chat-menu-icons.float-sm-right {
  float: left !important;
}
app-content .rtl .chat-right-aside .chat .chat-header img {
  float: right;
}
app-content .rtl .cke_toolbar,
app-content .rtl .cke_toolgroup,
app-content .rtl a.cke_button,
app-content .rtl .cke_combo_text {
  float: right;
}
app-content .rtl .cke_reset_all,
app-content .rtl .cke_reset_all *,
app-content .rtl .cke_reset_all a,
app-content .rtl .cke_reset_all textarea {
  text-align: right;
}
app-content .rtl .cke_combo_text {
  padding-left: 0;
  padding-left: initial;
  padding-right: 10px;
}
app-content .rtl #editor1 #cke_editor1 #cke_1_contents iframe html {
  direction: rtl !important;
}
app-content .rtl #clockdiv ul {
  padding-right: 0;
}
app-content .rtl .custom-card .card-footer > div + div {
  border-right: 1px solid #efefef;
  border-left: 0;
  border-left: initial;
}
app-content .rtl .card-social {
  padding-right: 0;
}
app-content .rtl .card-absolute .card-header {
  right: 15px;
  left: auto;
  left: initial;
}
app-content .rtl .dt-plugin-buttons button.m-r-10 {
  margin-left: 10px;
  margin-right: 0;
}
app-content .rtl .datetime-picker .theme-form .form-group label {
  text-align: left !important;
}
app-content .rtl .datetime-picker .theme-form .form-group .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .datetime-picker .theme-form .form-group .input-group .form-control {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
app-content .rtl .datetime-picker .input-group .form-control {
  border-radius: 0 15px 15px 0 !important;
}
app-content .rtl .datetime-picker .input-group .input-group-append .input-group-text {
  border-radius: 15px 0 0 15px !important;
}
app-content .rtl .dropdown-basic .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
app-content .rtl .dropdown-basic .separated-btn .btn {
  border-radius: 0.25rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
app-content .rtl .error-wrapper .col-md-8.offset-md-2 {
  margin: 0 auto !important;
}
app-content .rtl .radio_animated:after {
  top: 0;
}
app-content .rtl .radio_animated:before {
  top: 4px;
}
app-content .rtl .form-check-input {
  margin-left: 0;
  margin-left: initial;
  margin-right: -1.25rem;
}
app-content .rtl .checkbox_animated,
app-content .rtl .radio_animated {
  margin: 0 8px 0 16px;
}
app-content .rtl .product-box .ribbon-bookmark.ribbon-vertical-left.ribbon-info:before,
app-content .rtl .product-box .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-left-color: #007bff;
}
app-content .rtl .product-box .ribbon-bookmark.ribbon-vertical-left:before,
app-content .rtl .product-box .ribbon-bookmark.ribbon-vertical-right:before {
  right: 0;
  left: auto;
  left: initial;
  border-left: 15px solid #2a3142;
}
app-content .rtl .product-box .ribbon-bookmark.ribbon-info:before {
  border-left-color: transparent;
}
app-content .rtl .product-box .ribbon-warning.ribbon-clip:before {
  border-left-color: #ff850d;
  border-right-color: currentColor;
  border-right-color: initial;
}
app-content .rtl .product-box .ribbon-clip {
  right: -14px;
  left: auto;
  left: initial;
}
app-content .rtl .product-box .ribbon-clip:before {
  right: 0;
  left: auto;
  left: initial;
}
app-content .rtl .product-page-main .product-price del {
  padding-left: 20px;
  padding-right: 0;
  padding-right: initial;
}
app-content .rtl .product-hover ul {
  padding-right: 0;
}
app-content .rtl .customer-review .media img {
  margin-left: 25px;
  margin-right: 0;
}
app-content .rtl .nav {
  padding-right: 0;
}
app-content .rtl .custom-file-label::after {
  left: 0;
  right: auto;
  right: initial;
}
app-content .rtl .wizard-4 ul.anchor {
  float: right;
  padding-right: 0;
  padding-left: 30px;
}
app-content .rtl .wizard-4 .step-container {
  clear: none;
  clear: initial;
}
app-content .rtl .wizard-4 .form-group {
  text-align: right;
}
app-content .rtl .wizard-4 .action-bar .btn {
  float: left;
}
app-content .rtl .f1 .f1-buttons {
  text-align: left;
}
app-content .rtl .f1 .f1-steps .f1-step {
  float: right;
}
app-content .rtl .static-top-widget .media-body {
  padding-right: 30px;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .static-top-widget .media-body .icon-bg {
  left: -20px;
  right: auto;
  right: initial;
}
app-content .rtl .widget-joins .media .details {
  border-right: 1px solid #efefef;
  border-left: 0;
  border-left: initial;
}
app-content .rtl .widget-joins .media .media-body {
  text-align: right;
}
app-content .rtl .weather-widget-two .bottom-whetherinfo .whether-content {
  text-align: left;
}
app-content .rtl .jstree-default .jstree-node {
  margin-left: 0;
  margin-left: initial;
  margin-right: 24px;
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
app-content .rtl .img-cropper .btn-group {
  margin-right: 0;
  margin-left: 10px;
}
app-content .rtl .img-cropper .btn-group button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
app-content .rtl .img-cropper .btn-group button:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
app-content .rtl .docs-toggles .btn-group .btn {
  border-radius: 0;
}
app-content .rtl .docs-toggles .btn-group .btn:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
app-content .rtl .docs-toggles .btn-group .btn:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
app-content .rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .jsgrid-button + .jsgrid-button {
  margin-right: 5px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .list-group {
  padding-right: 0;
}
app-content .rtl .list-group i,
app-content .rtl .list-group img {
  margin-left: 10px;
  margin-right: 0;
}
app-content .rtl .authentication-box {
  text-align: right;
}
app-content .rtl .mega-horizontal .offset-sm-3 {
  margin-right: 25%;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .navs-icon svg {
  margin-left: 10px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .navs-icon .fa {
  margin-left: 10px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .nav-list .nav-list-disc {
  text-align: right;
  padding-right: 0;
}
app-content .rtl .pl-navs-inline {
  padding-right: 30px !important;
  padding-left: 0 !important;
}
app-content .rtl .onhover-dropdown.navs-dropdown:hover .onhover-show-div:before {
  left: 77px;
  right: auto;
  right: initial;
}
app-content .rtl .onhover-dropdown.navs-dropdown:hover .onhover-show-div:after {
  left: 77px;
  right: auto;
  right: initial;
}
app-content .rtl .navs-dropdown .onhover-show-div .navs-icon li {
  text-align: right;
}
app-content .rtl .navs-icon.default-according.style-1 li button[aria-expanded=true]:before {
  left: 2px;
  right: auto;
  right: initial;
}
app-content .rtl .navs-icon.default-according.style-1 li button[aria-expanded=false]:before {
  left: 2px;
  right: auto;
  right: initial;
}
app-content .rtl .search-form .form-group:after {
  right: 25px;
  left: auto;
  left: initial;
}
app-content .rtl .search-form .form-group:before {
  right: 52px;
  left: auto;
  left: initial;
}
app-content .rtl .order-history table tbody tr td .product-name .order-process .order-process-circle:before {
  right: -15px;
  left: auto;
  left: initial;
}
app-content .rtl .order-history table th:first-child,
app-content .rtl .order-history table td:first-child {
  text-align: right;
}
app-content .rtl .m-checkbox-inline label {
  margin-left: 20px;
  margin-right: 0;
}
app-content .rtl .form-label-align-right label {
  text-align: left;
}
app-content .rtl .br-theme-bars-reversed .br-widget .br-current-rating,
app-content .rtl .br-theme-bars-movie .br-widget .br-current-rating,
app-content .rtl .br-theme-bars-1to10 .br-widget .br-current-rating,
app-content .rtl .br-theme-bars-square .br-widget .br-current-rating {
  float: right;
}
app-content .rtl .br-theme-bars-reversed .br-widget a,
app-content .rtl .br-theme-bars-movie .br-widget a,
app-content .rtl .br-theme-bars-1to10 .br-widget a,
app-content .rtl .br-theme-bars-square .br-widget a {
  float: right;
}
app-content .rtl .ribbon-left {
  right: auto;
  left: -2px;
}
app-content .rtl .ribbon-vertical-left {
  right: auto;
  left: 12px;
}
app-content .rtl .ribbon-vertical-right {
  right: auto;
  left: 12px;
}
app-content .rtl .star-ratings ul.search-info {
  padding-right: 0;
}
app-content .rtl .star-ratings ul.search-info li + li {
  border-right: 1px solid #a5afc6;
  border-left: 0;
  border-left: initial;
  padding-right: 8px;
  padding-left: 0;
  margin-right: 8px;
  margin-left: 0;
}
app-content .rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 10px !important;
  right: auto !important;
  right: initial !important;
}
app-content .rtl .editor-statusbar {
  text-align: left;
}
app-content .rtl .editor-statusbar span {
  margin-right: 1em;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .CodeMirror-scroll {
  margin-left: -30px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .primary-color ul,
app-content .rtl .yellow-color ul {
  padding-right: 0;
}
app-content .rtl .u-step-desc {
  text-align: right;
}
app-content .rtl .u-step-number {
  right: 20px;
  left: auto;
  left: initial;
}
app-content .rtl .u-step-number ~ .u-step-desc {
  margin-right: 50px;
}
app-content .rtl .u-pearl:after {
  left: 0;
  right: auto;
  right: initial;
}
app-content .rtl .u-pearl:before {
  right: 0;
  left: auto;
  left: initial;
}
app-content .rtl .u-step-icon {
  float: right;
  margin-left: 0.5em;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .list-icons {
  padding-right: 0;
}
app-content .rtl .card-header.note-toolbar .note-color .dropdown-toggle {
  padding-right: 5px;
}
app-content .rtl .card-header.note-toolbar .form-group.draggable {
  text-align: right;
}
app-content .rtl .card-header.note-toolbar .form-check {
  padding-right: 24px;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .card-header.note-toolbar form .custom-control {
  padding-right: 24px;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .card-header.note-toolbar form .custom-control .custom-control-label::after {
  right: 0;
  left: auto;
  left: initial;
}
app-content .rtl .card-header.note-toolbar form .custom-control .custom-control-label::before {
  right: 0;
  left: auto;
  left: initial;
}
app-content .rtl .dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .tabbed-card ul {
  left: 15px;
  right: auto;
  right: initial;
}
app-content .rtl .checkbox label {
  padding-right: 16px;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .checkbox label::before {
  right: 0;
  left: auto;
  left: initial;
  margin-right: -16px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .radio label::after {
  right: 5px;
  left: auto;
  left: initial;
  margin-right: -20px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl vertical-timeline {
  direction: ltr;
}
app-content .rtl .cd-timeline-content::before {
  border-right: 7px solid #f8f5fd;
  border-left-color: transparent;
}
app-content .rtl .cd-timeline-img i {
  right: 40%;
  left: auto;
  left: initial;
  margin-right: -12px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: left;
  border-left: 7px solid #eeeeee;
  border-right: 0;
  border-right: initial;
}
app-content .rtl .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  right: auto;
  left: 122%;
  text-align: left;
}
app-content .rtl .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  right: auto;
  left: 100%;
  border-left-color: #eeeeee;
  border-right-color: transparent;
}
app-content .rtl .cd-timeline-content .cd-date {
  right: 122%;
  left: auto;
  left: initial;
}
app-content .rtl .introjs-tooltip {
  right: 0;
  left: auto;
  left: initial;
}
app-content .rtl .introjs-helperNumberLayer {
  right: -16px;
  left: auto;
  left: initial;
}
app-content .rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltiptext {
  text-align: right;
}
app-content .rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons {
  text-align: left;
}
app-content .rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-skipbutton {
  margin-left: 5px;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-nextbutton {
  border-radius: 0.2em 0 0 0.2em;
}
app-content .rtl .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
  margin-right: 0;
  margin-right: initial;
}
app-content .rtl .like-comment ul.list-inline {
  padding-right: 0;
}
app-content .rtl .typeahead {
  text-align: right;
}
app-content .rtl .listing ul {
  padding-right: 0;
}
app-content .rtl .listing ul .icofont {
  float: right;
}
app-content .rtl .gallery .hover-5 img {
  margin-right: 30px;
}
app-content .rtl .gallery .hover-5:hover img {
  margin-right: 0;
}
app-content .rtl .lg-outer {
  text-align: right;
}
app-content .rtl .lg-toolbar .lg-icon {
  float: left;
}
app-content .rtl #lg-counter {
  padding-right: 20px;
  padding-left: 0;
  padding-left: initial;
  float: right;
}
app-content .rtl .chart-widget-top .text-right {
  text-align: left !important;
}
app-content .rtl .chart-widget-top .num .ml-1 {
  margin-right: 0.25rem !important;
}
app-content .rtl .bar-chart-widget .earning-details i {
  left: -240px;
}
app-content .rtl .bar-chart-widget .bottom-content .b-r-light {
  border-left: 1px solid #eeeeee !important;
  border-right: 0 !important;
  border-right: initial !important;
}
app-content .rtl .bar-chart-widget .bottom-content .num .ml-1 {
  margin-right: 0.25rem !important;
}
app-content .rtl .crm-activity ul.dates li + li {
  border-right: 1px solid #ddd;
  padding-right: 10px;
  margin-right: 10px;
  border-left: 0;
  border-left: initial;
  padding-left: 0;
  padding-left: initial;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl div.dt-buttons {
  float: right;
}
app-content .rtl .dt-button-collection {
  left: -39px !important;
}
app-content .rtl .dropzone .dz-preview .dz-error-mark,
app-content .rtl .dropzone .dz-preview .dz-success-mark {
  right: 50%;
  margin-right: -27px;
  margin-left: 0;
  margin-left: initial;
  left: auto;
  left: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper footer {
  margin-right: 310px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .page-wrapper .page-body-wrapper footer p i {
  margin-right: 5px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .footer-copyright {
  text-align: right;
}
app-content .rtl .footer-links {
  text-align: left;
}
app-content .rtl .page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
app-content .rtl .page-item:last-child .page-link {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .pagination-lg .page-item:first-child .page-link {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
app-content .rtl .pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
app-content .rtl .editable-rating .btn-position {
  right: auto;
  right: initial;
  left: 50px;
}
app-content .rtl .popover.top > .arrow:after,
app-content .rtl .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: 0;
  margin-left: initial;
}
app-content .rtl .bootstrap-touchspin > .input-group-append > .btn,
app-content .rtl .bootstrap-touchspin > .input-group-append > .input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
app-content .rtl .bootstrap-touchspin > .form-control:not(:last-child),
app-content .rtl .bootstrap-touchspin > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
app-content .rtl .typeahead span.twitter-typeahead .tt-suggestion {
  text-align: right;
}
app-content .rtl .typeahead .league-name {
  text-align: right;
  margin-right: 5px;
}
app-content .rtl .follow .text-md-right {
  text-align: left !important;
}
app-content .rtl .jvectormap-zoomin,
app-content .rtl .jvectormap-zoomout,
app-content .rtl .jvectormap-goback {
  right: 10px;
  left: auto;
  left: initial;
}
app-content .rtl .customizer-links {
  right: auto;
  right: initial;
  left: 0;
}
app-content .rtl .customizer-links.open {
  right: auto;
  right: initial;
  left: 330px;
  border-radius: 0 8px 8px 0;
}
app-content .rtl .customizer-contain {
  right: auto;
  right: initial;
  left: -334px;
}
app-content .rtl .customizer-contain.open {
  right: auto;
  right: initial;
  left: 0px;
}
app-content .rtl .customizer-contain .customizer-header .icon-close {
  left: auto;
  left: initial;
  right: 30px;
}
app-content .rtl.dark-only .star-ratings ul.search-info li + li {
  border-right: 1px solid #374558;
  border-left: 0;
  border-left: initial;
}
app-content .rtl.dark-only .chat-box .chat-menu {
  border-left: 0;
  border-left: initial;
  border-right: 1px solid #374558;
}
app-content .rtl.dark-only .border-right {
  border-right: 0 !important;
  border-right: initial !important;
  border-left: 1px solid #374558 !important;
}
app-content .rtl.dark-only .custom-card .card-footer > div + div {
  border-right: 1px solid #374558;
  border-left: 0;
  border-left: initial;
}
app-content .rtl.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus .droplet-dropdown li .row .droplet-main:first-child, app-content .rtl.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus .droplet-dropdown li .row .droplet-main:nth-child(4) {
  border-right: none;
}
app-content .rtl.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus .droplet-dropdown li .row .droplet-main:nth-child(3n) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
app-content .rtl.dark-only .page-wrapper .page-body-wrapper .page-body .card .b-r-light {
  border-right: none !important;
  border-left: 1px solid #374558 !important;
}
app-content .rtl.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li,
app-content .rtl.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li {
  border-right: 0;
  border-right: initial;
  border-left: 1px solid #374558;
}
app-content .rtl.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li:first-child,
app-content .rtl.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li:first-child {
  border-right: 0;
  border-right: initial;
  border-left: 1px solid #374558;
}
app-content .rtl.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .comment-social li:first-child {
  border-left: 1px solid #374558;
  border-right: 0;
  border-right: initial;
}
app-content .rtl.dark-only .page-wrapper .page-body-wrapper .page-body .crm-activity ul.dates li + li {
  border-right: 1px solid #374558;
  border-left: 0;
  border-left: initial;
}
app-content .rtl.dark-only .page-wrapper .page-body-wrapper .page-body .cal-date-widget .cal-info .b-r-light {
  border-right: 1px solid #f8f5fd !important;
  border-left: 0 !important;
  border-left: initial !important;
}
app-content .rtl.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li:first-child,
app-content .rtl.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li:first-child {
  border-right: 0 !important;
  border-right: initial !important;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
app-content .rtl.dark-only .blog-box .blog-details-main .blog-social li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
app-content .rtl.dark-only .blog-box .blog-details-main .blog-social li:last-child {
  border-left: none !important;
}
app-content .rtl.dark-only .comment-box .comment-social li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 0 !important;
  border-right: initial !important;
}
app-content .rtl.dark-only .bar-chart-widget .bottom-content .b-r-light {
  border-left: 1px solid #333a62 !important;
}
app-content .rtl.dark-only .b-r-light {
  border-left: 1px solid #333a62 !important;
  border-right: 0 !important;
  border-right: initial !important;
}
app-content .rtl.dark-only .widget-joins .media .details {
  border-right: 1px solid #333a62;
}
app-content .rtl.dark-only .crm-activity ul.dates li + li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 575px) {
  app-content .rtl.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus .droplet-dropdown li .row .droplet-main:nth-child(odd) {
    border-right: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  app-content .rtl.dark-only .page-wrapper .page-main-header .main-header-right .nav-right .nav-menus .droplet-dropdown li .row .droplet-main:nth-child(3n) {
    border-right: none;
  }
}
app-content .rtl .box-layout.page-wrapper .page-main-header {
  padding-right: 250px;
  padding-left: 0;
  padding-left: initial;
}
app-content .rtl .box-layout.page-wrapper .page-main-header.open {
  padding-right: 0;
}
@media screen and (max-width: 1660px) {
  app-content .rtl .caller-img {
    left: auto;
    left: initial;
    right: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  app-content .rtl .product-wrapper .product-grid .feature-products {
    margin-right: 0;
  }
  app-content .rtl .product-grid {
    margin-right: 0;
  }
  app-content .rtl .d-none-productlist {
    margin-left: 10px;
    margin-right: 0;
    margin-right: initial;
  }
  app-content .rtl .product-sidebar {
    transform: translateX(300px) scaleX(0);
  }
  app-content .rtl .photos ul li:nth-child(3n) {
    margin-left: 15px;
    margin-right: 0;
    margin-right: initial;
  }
  app-content .rtl .sale-chart {
    right: auto;
    right: initial;
    left: 60px;
  }
  app-content .rtl .chat-left-aside .status-circle {
    left: auto;
    left: initial;
    right: 22px;
  }
}
@media (min-width: 1200px) {
  app-content .rtl .chat-box .pr-xl-0,
app-content .rtl .chat-box .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  app-content .rtl .chat-box .pl-xl-0,
app-content .rtl .chat-box .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 1199px) {
  app-content .rtl .blog-single .comment-box ul .comment-social {
    margin-right: 0;
  }
  app-content .rtl .user-profile .hovercard .user-image .share-icons {
    left: 45px;
  }
  app-content .rtl .email-wrap .row .col-xl-6 {
    padding-right: 15px;
  }
  app-content .rtl .email-wrap .row .col-xl-3 + .col-xl-3 {
    padding-left: 15px;
  }
  app-content .rtl .email-wrap .email-app-sidebar .main-menu > li {
    text-align: right;
  }
  app-content .rtl .email-wrap .email-app-sidebar .main-menu > li a i {
    margin-right: 0;
    margin-right: initial;
    margin-left: 10px;
  }
  app-content .rtl .email-wrap .email-app-sidebar ul {
    padding-right: 0;
  }
  app-content .rtl .email-wrap .email-content .email-top .user-emailid:after {
    float: left;
  }
  app-content .rtl .email-wrap .email-right-aside .email-body .pr-0 {
    padding-right: 0 !important;
    padding-right: initial !important;
  }
  app-content .rtl .email-wrap .email-right-aside .radius-left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 4px;
  }
  app-content .rtl .chat-menu-icons {
    text-align: left;
  }
  app-content .rtl .chat-box .chat-history .row .col-sm-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-right: initial !important;
  }
  app-content .rtl .chat-menu {
    left: 0;
    right: auto;
    right: initial;
  }
}
@media only screen and (max-width: 991px) {
  app-content .rtl .todo .todo-list-wrapper .mark-all-tasks {
    left: 30px !important;
    right: auto !important;
    right: initial !important;
  }
  app-content .rtl .position-set {
    left: 30px;
  }
  app-content .rtl .faq-accordion .faq-header svg {
    left: 20px;
  }
  app-content .rtl .categories .learning-header {
    padding-right: 20px;
  }
  app-content .rtl .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    margin-left: 15px;
    margin-right: 0;
    margin-right: initial;
  }
  app-content .rtl .cd-timeline-img i {
    right: 50% !important;
  }
  app-content .rtl .page-wrapper .page-body-wrapper .page-header .breadcrumb {
    float: right;
    margin-right: 0;
  }
  app-content .rtl .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 60px);
  }
  app-content .rtl .page-wrapper .page-body-wrapper .page-sidebar ~ .page-body {
    margin-right: 0px !important;
  }
  app-content .rtl .page-wrapper .page-main-header {
    margin-right: 0;
  }
  app-content .rtl .card-body .value-left {
    margin-left: 20px;
  }
  app-content .rtl .card .card-header .card-header-right {
    left: 20px;
  }
  app-content .rtl .card .card-header ul.creative-dots li.big-dot {
    left: auto;
    left: initial;
    right: -25px;
  }
  app-content .rtl .card .card-header ul.creative-dots li.semi-medium-dot {
    left: auto;
    left: initial;
    right: 14px;
  }
  app-content .rtl .card .card-header ul.creative-dots li.semi-small-dot {
    left: auto;
    left: initial;
    right: 26px;
  }
  app-content .rtl .page-wrapper .page-body-wrapper .page-body,
app-content .rtl .page-wrapper .page-body-wrapper footer {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0 !important;
  }
  app-content .rtl .page-wrapper .page-body-wrapper .page-header .row .breadcrumb-right .breadcrumb {
    float: right;
  }
  app-content .rtl .page-wrapper .page-body-wrapper .iconsidebar-menu .iconMenu-bar {
    height: calc(100vh - 65px);
  }
  app-content .rtl .page-main-header .main-header-right .nav-right .notification-dropdown {
    left: -125px !important;
  }
  app-content .rtl .editable-rating .btn-position {
    left: 30px;
  }
  app-content .rtl .sale-chart {
    left: 40px;
  }
}
@media (min-width: 768px) {
  app-content .rtl .float-md-right {
    float: left !important;
  }
  app-content .rtl .text-md-right {
    text-align: left !important;
  }
  app-content .rtl .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
    margin-left: initial;
  }
  app-content .rtl .text-md-left {
    text-align: right !important;
  }
  app-content .rtl .ecommerce-widget .text-md-right {
    text-align: left !important;
  }
  app-content .rtl .ecommerce-widget .text-md-right ul {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  app-content .rtl .blog-single .comment-box .media img {
    margin-left: 30px;
  }
  app-content .rtl .tabbed-card ngb-tabset[class*=borderb-tab-] ul {
    left: auto;
    left: initial;
  }
  app-content .rtl .user-profile .hovercard .user-image .share-icons {
    left: 25px !important;
  }
  app-content .rtl .ecommerce-widget .text-md-right {
    text-align: left !important;
  }
  app-content .rtl .bar-chart-widget .earning-details i {
    left: -147px !important;
  }
  app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown {
    right: -259px !important;
    left: auto !important;
    left: initial !important;
  }
  app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown:before, app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown:after {
    left: 95px;
    right: auto;
    right: initial;
  }
}
@media (min-width: 576px) {
  app-content .rtl .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0;
    margin-left: initial;
  }
  app-content .rtl .text-sm-right {
    text-align: left !important;
  }
  app-content .rtl .float-sm-right {
    float: left !important;
  }
  app-content .rtl .mr-sm-2,
app-content .rtl .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
    margin-right: initial !important;
  }
}
@media only screen and (max-width: 575px) {
  app-content .rtl .search-knowledge.pull-right {
    float: right;
  }
  app-content .rtl .todo .todo-list-wrapper .mark-all-tasks {
    left: 25px !important;
  }
  app-content .rtl .comment-box ul ul {
    margin-left: 0;
    margin-left: initial;
    margin-right: 30px;
  }
  app-content .rtl .blog-single .comment-box .media img {
    float: right;
  }
  app-content .rtl .blog-single .comment-box .media .media-body {
    clear: both;
  }
  app-content .rtl .tabbed-card ul {
    left: 0;
  }
  app-content .rtl .position-set {
    left: 18px;
  }
  app-content .rtl .Typeahead-spinner {
    left: -162px;
  }
  app-content .rtl .faq-accordion .faq-header svg {
    left: 15px;
  }
  app-content .rtl .categories .learning-header {
    padding-right: 15px;
  }
  app-content .rtl .user-profile .hovercard .user-image .share-icons {
    left: 15px !important;
  }
  app-content .rtl .user-profile .hovercard .user-image .share-icons li {
    margin-left: 0px;
  }
  app-content .rtl .page-wrapper .search-form .form-group {
    margin-left: 0;
  }
  app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right .onhover-dropdown .onhover-show-div {
    right: 96px;
    left: auto;
    left: initial;
  }
  app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown {
    right: -91px !important;
  }
  app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown:before, app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown:after {
    left: 185px;
  }
  app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right .droplet-dropdown li .row .droplet-main:nth-child(odd) {
    border-right: none;
    border-left: 1px solid #efefef;
  }
  app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown .profile-dropdown {
    right: -72px;
  }
  app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown .profile-dropdown:before, app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown .profile-dropdown:after {
    left: 40px;
  }
  app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right > ul .search-form .form-control-plaintext {
    right: -10px;
    left: auto;
    left: initial;
  }
  app-content .rtl .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown {
    right: -85px !important;
    left: auto !important;
    left: initial !important;
  }
  app-content .rtl .card-body .value-left {
    margin-left: 15px;
  }
  app-content .rtl .card .card-header ul.creative-dots li.big-dot {
    left: auto;
    left: initial;
    right: -16px;
  }
  app-content .rtl .card .card-header ul.creative-dots li.semi-big-dot {
    left: auto;
    left: initial;
    right: -12px;
  }
  app-content .rtl .card .card-header ul.creative-dots li.semi-medium-dot {
    left: auto;
    left: initial;
    right: 12px;
  }
  app-content .rtl .card .card-header ul.creative-dots li.semi-small-dot {
    left: auto;
    left: initial;
    right: 22px;
  }
  app-content .rtl .editable-rating .btn-position {
    left: auto;
    left: initial;
    right: 25px;
  }
  app-content .rtl .crypto-revenue .card-header .text-right {
    text-align: right !important;
  }
  app-content .rtl .crypto-revenue .card-header h5 .badge {
    margin-right: 5px;
  }
  app-content .rtl .year-overview .card-header .text-right,
app-content .rtl .btc-overview .card-header .text-right {
    text-align: right !important;
  }
  app-content .rtl .btc-table-xs-l {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  app-content .rtl .icon-hover-bottom .icon-first {
    margin-right: 0;
    margin-right: initial;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 420px) {
  app-content .rtl .customizer-links.open {
    left: 235px;
  }
}
@media only screen and (max-width: 360px) {
  app-content .rtl .social-app-profile .hovercard .user-image .avatar {
    margin-top: -47px;
  }
  app-content .rtl .social-app-profile .hovercard .user-image .avatar img {
    width: 85px;
    height: 85px;
  }
  app-content .rtl .social-chat .other-msg {
    margin-right: 15px;
  }
  app-content .rtl .default-chartist-container.ct-11 svg {
    margin-right: -23px;
    margin-left: 0;
    margin-left: initial;
  }
  app-content .rtl .default-chartist-container.ct-10 svg {
    margin-right: -16px;
    margin-left: 0;
    margin-left: initial;
  }
}
/**=====================
    73. RTL CSS Ends
==========================**/
/* * Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* * Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* * Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}
.noflick, .button, .note {
  perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.sticky-note {
  margin: -15px;
}
.note {
  float: left;
  display: block;
  position: relative;
  padding: 1em;
  width: calc(25% - 30px);
  min-height: 300px;
  margin: 15px;
  border-radius: 5px;
  transition: transform 0.15s;
  z-index: 1;
}
.note:hover {
  cursor: move;
}
.note.ui-draggable-dragging:nth-child(n) {
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.125) !important;
  z-index: 100;
  cursor: move;
  transition: transform 0.15s;
}
.note textarea {
  background-color: transparent;
  border: none;
  resize: vertical;
  font-style: italic;
  width: 100%;
  padding: 5px;
}
.note textarea:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.2) inset;
}
.note textarea.title {
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  height: 64px;
  margin-top: 20px;
}
.note textarea.cnt {
  min-height: 200px;
}
/* Button style  */
.button {
  color: #FFFFFF;
  padding: 1em 2em;
  text-decoration: none;
  transition: transform 0.15s, background 0.01s;
}
.button.remove {
  position: absolute;
  top: 0;
  right: -10px;
  color: #999;
}
@media only screen and (max-width: 1199px) {
  .note {
    min-width: 260px;
    min-height: 260px;
  }
}
/*=============Scrollable css start=============*/
.ps-container.ps-active-y > .ps-scrollbar-y-rail, .ps-container.ps-active-x > .ps-scrollbar-x-rail {
  background-color: transparent;
  display: block;
}
.scroll-demo {
  padding: 10px;
  position: relative;
  border: 1px solid #f8f5fd;
  overflow: auto;
  height: 300px;
}
.scroll-demo .horz-scroll-content {
  width: 1600px;
}
.ps-container {
  touch-action: none;
  overflow: hidden !important;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #f8f5fd;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #aaaaaa;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #f8f5fd;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #aaaaaa;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaaaaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  right: 3px;
  width: 8px;
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 10px;
  position: absolute;
  background-color: #aaaaaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #aaaaaa;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  width: 128px;
  background-color: #999999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #aaaaaa;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-x-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #f8f5fd;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #f8f5fd;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #aaaaaa;
}
.always-visible.ps-container > .ps-scrollbar-x-rail {
  opacity: 0.6;
}
.always-visible.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.large-margin.ps-container > .ps-scrollbar-x-rail {
  margin: 0 25%;
}
.large-margin.ps-container > .ps-scrollbar-y-rail {
  margin: 100px 0;
}
/*=============Scrollable css end=============*/
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone {
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 15px;
  -o-border-image: none;
  border-image: none;
  box-sizing: border-box;
  min-height: 150px;
  position: relative;
}
.dropzone * {
  box-sizing: border-box;
}
.dropzone i {
  font-size: 50px;
}
.dropzone .dz-message {
  text-align: center;
  margin: 25px 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  margin: 0.5em;
  padding: 0;
  border: none;
  background-color: #eeeeee;
  width: 120px;
  height: 120px;
  box-shadow: 0px 0px 3px #ab8ce4;
}
.dropzone .dz-preview .dz-progress {
  display: block;
  height: 10px;
  border: 1px solid #80cf00;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: #80cf00;
}
.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
  top: 131px;
  left: -12px;
  pointer-events: none;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}
.dropzone .dz-preview .dz-image, .dropzone .dz-preview .dz-details, .dropzone .dz-preview .dz-error-message, .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  z-index: 1;
}
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex;
}
.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}
.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.ct-grid-background {
  fill: none;
}
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}
.ct-line {
  fill: none;
  stroke-width: 4px;
}
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}
.ct-bar {
  fill: none;
  stroke-width: 10px;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206;
}
.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f;
}
.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d;
}
.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}
.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}
.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}
.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}
.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}
.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}
.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}
.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}
.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}
.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}
.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}
.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #3949ab, #3949ab, #fe80b2, #80cf00, #fd517d, #06b5dd, #f8f5fd, #2c323f, #ffc717;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
          animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
          animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
          animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
          animation: swal2-toast-hide 0.1s forwards;
}
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}
.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
}
.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}
.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}
.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}
.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}
.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}
.swal2-file {
  background: inherit;
  font-size: 1.125em;
}
.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}
.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}
.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards;
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #3949ab, #3949ab, #fe80b2, #80cf00, #fd517d, #06b5dd, #f8f5fd, #2c323f, #ffc717;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
aw-wizard {
  display: flex;
  justify-content: flex-start;
}
aw-wizard .wizard-steps {
  top: 0;
  display: flex;
}
aw-wizard.horizontal {
  flex-direction: column;
}
aw-wizard.horizontal .wizard-steps {
  width: 100%;
  flex-direction: row;
}
aw-wizard.vertical {
  flex-direction: row;
}
aw-wizard.vertical .wizard-steps {
  min-width: calc(100% - 280px);
  width: 80%;
  height: 100%;
  flex-direction: column;
}
aw-wizard-step,
aw-wizard-completion-step {
  height: auto;
  width: 100%;
}
aw-wizard-navigation-bar ul.steps-indicator * {
  box-sizing: border-box;
}
aw-wizard-navigation-bar ul.steps-indicator li {
  position: relative;
  pointer-events: none;
}
aw-wizard-navigation-bar ul.steps-indicator li a .label {
  color: #808080;
  line-height: 14px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.25s;
}
aw-wizard-navigation-bar ul.steps-indicator li.navigable {
  pointer-events: auto;
}
aw-wizard-navigation-bar ul.steps-indicator li.navigable a {
  cursor: pointer;
}
aw-wizard-navigation-bar ul.steps-indicator li.navigable a:hover .label {
  color: #4d4d4d;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  width: 100%;
  list-style: none;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-2:after {
  left: 25%;
  right: 25%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-2 li {
  width: 50%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-3:after {
  left: 16.6666666667%;
  right: 16.6666666667%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-3 li {
  width: 33.3333333333%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-4:after {
  left: 12.5%;
  right: 12.5%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-4 li {
  width: 25%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-5:after {
  left: 10%;
  right: 10%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-5 li {
  width: 20%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-6:after {
  left: 8.3333333333%;
  right: 8.3333333333%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-6 li {
  width: 16.6666666667%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-7:after {
  left: 7.1428571429%;
  right: 7.1428571429%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-7 li {
  width: 14.2857142857%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-8:after {
  left: 6.25%;
  right: 6.25%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-8 li {
  width: 12.5%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-9:after {
  left: 5.5555555556%;
  right: 5.5555555556%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-9 li {
  width: 11.1111111111%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-10:after {
  left: 5%;
  right: 5%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-10 li {
  width: 10%;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator li {
  margin: 0;
  padding: 0;
  text-align: center;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator li a .label {
  display: inline-block;
  padding-top: 10px;
  text-align: center;
}
aw-wizard-navigation-bar.vertical {
  max-width: 280px;
  width: 20%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin: auto;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 10px;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li a .label {
  margin-left: 15px;
  text-align: left;
}
[dir=rtl] aw-wizard-navigation-bar.vertical ul.steps-indicator li a .label {
  margin-left: 0;
  margin-right: 15px;
  text-align: right;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator {
  padding: 24px 0 10px 0;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 14px);
  top: -7px;
  left: calc(50% + 7px);
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: calc(50% + 7px);
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li .step-indicator {
  top: -14px;
  left: calc(50% - 7px);
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li .step-indicator {
  left: auto;
  right: calc(50% - 7px);
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator {
  padding: 60px 0 10px 0;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 50px);
  top: -25px;
  left: calc(50% + 25px);
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: calc(50% + 25px);
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li .step-indicator {
  top: -50px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li .step-indicator {
  left: auto;
  right: calc(50% - 25px);
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
}
aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator {
  padding: 60px 0 10px 0;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 50px);
  top: -25px;
  left: calc(50% + 25px);
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: calc(50% + 25px);
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li .step-indicator {
  top: -50px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li .step-indicator {
  left: auto;
  right: calc(50% - 25px);
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.optional .step-indicator {
  border: 2px solid #38ef38;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.done .step-indicator {
  border: 2px solid #339933;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.current .step-indicator {
  border: 2px solid #808080;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.editing .step-indicator {
  border: 2px solid #FF0000;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.completed .step-indicator {
  border: 2px solid #339933;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #cdcdcd;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  border: 2px solid #12e212;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.done a:hover .step-indicator {
  border: 2px solid #267326;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.current a:hover .step-indicator {
  border: 2px solid #676767;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  border: 2px solid #cc0000;
}
aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  border: 2px solid #267326;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator {
  padding: 60px 0 10px 0;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 50px);
  top: -25px;
  left: calc(50% + 25px);
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: calc(50% + 25px);
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li .step-indicator {
  top: -50px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
  color: black;
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li .step-indicator {
  left: auto;
  right: calc(50% - 25px);
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
  color: black;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator {
  padding: 60px 0 10px 0;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 50px);
  top: -25px;
  left: calc(50% + 25px);
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: calc(50% + 25px);
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li .step-indicator {
  top: -50px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #E6E6E6;
  color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li .step-indicator {
  left: auto;
  right: calc(50% - 25px);
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.optional .step-indicator {
  border: 2px solid #38ef38;
  color: #38ef38;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.done .step-indicator {
  border: 2px solid #339933;
  color: #339933;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.current .step-indicator {
  border: 2px solid #808080;
  color: #808080;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.editing .step-indicator {
  border: 2px solid #FF0000;
  color: #FF0000;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.completed .step-indicator {
  border: 2px solid #339933;
  color: #339933;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #cdcdcd;
  color: #cdcdcd;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  border: 2px solid #12e212;
  color: #12e212;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
  border: 2px solid #267326;
  color: #267326;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
  border: 2px solid #676767;
  color: #676767;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  border: 2px solid #cc0000;
  color: #cc0000;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  border: 2px solid #267326;
  color: #267326;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator {
  padding: 5px 5px 5px 19px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.small ul.steps-indicator {
  padding: 5px 19px 5px 5px;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  left: -7px;
  top: 14px;
  height: calc(100% - 14px);
  width: 1px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.small ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: -7px;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li a {
  min-height: 14px;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li .step-indicator {
  top: 0;
  left: -14px;
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.small ul.steps-indicator li .step-indicator {
  left: auto;
  right: -14px;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator {
  padding: 5px 5px 5px 55px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator {
  padding: 5px 55px 5px 5px;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  left: -25px;
  top: 50px;
  height: calc(100% - 50px);
  width: 1px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: -25px;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li a {
  min-height: 50px;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li .step-indicator {
  top: 0;
  left: -50px;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li .step-indicator {
  left: auto;
  right: -50px;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
}
aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator {
  padding: 5px 5px 5px 55px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator {
  padding: 5px 55px 5px 5px;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  left: -25px;
  top: 50px;
  height: calc(100% - 50px);
  width: 1px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: -25px;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li a {
  min-height: 50px;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li .step-indicator {
  top: 0;
  left: -50px;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li .step-indicator {
  left: auto;
  right: -50px;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.optional .step-indicator {
  border: 2px solid #38ef38;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.done .step-indicator {
  border: 2px solid #339933;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.current .step-indicator {
  border: 2px solid #808080;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.editing .step-indicator {
  border: 2px solid #FF0000;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.completed .step-indicator {
  border: 2px solid #339933;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #cdcdcd;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  border: 2px solid #12e212;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.done a:hover .step-indicator {
  border: 2px solid #267326;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.current a:hover .step-indicator {
  border: 2px solid #676767;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  border: 2px solid #cc0000;
}
aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  border: 2px solid #267326;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator {
  padding: 5px 5px 5px 55px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator {
  padding: 5px 55px 5px 5px;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  left: -25px;
  top: 50px;
  height: calc(100% - 50px);
  width: 1px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: -25px;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li a {
  min-height: 50px;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li .step-indicator {
  top: 0;
  left: -50px;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #E6E6E6;
  color: black;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li .step-indicator {
  left: auto;
  right: -50px;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.optional .step-indicator {
  background-color: #38ef38;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.done .step-indicator {
  background-color: #339933;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.current .step-indicator {
  background-color: #808080;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.editing .step-indicator {
  background-color: #FF0000;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.completed .step-indicator {
  background-color: #339933;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  transition: 0.25s;
  border-radius: 100%;
  background-color: #d9d9d9;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  background-color: #20ed20;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
  background-color: #2d862d;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
  background-color: #737373;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  background-color: #e60000;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  background-color: #2d862d;
  color: black;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator {
  padding: 5px 5px 5px 55px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator {
  padding: 5px 55px 5px 5px;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li:not(:last-child):after {
  background-color: #E6E6E6;
  content: "";
  position: absolute;
  left: -25px;
  top: 50px;
  height: calc(100% - 50px);
  width: 1px;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li:not(:last-child):after {
  left: auto;
  right: -25px;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li a {
  min-height: 50px;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li .step-indicator {
  top: 0;
  left: -50px;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #E6E6E6;
  color: #E6E6E6;
}
[dir=rtl] aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li .step-indicator {
  left: auto;
  right: -50px;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.optional .step-indicator {
  border: 2px solid #38ef38;
  color: #38ef38;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.done .step-indicator {
  border: 2px solid #339933;
  color: #339933;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.current .step-indicator {
  border: 2px solid #808080;
  color: #808080;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.editing .step-indicator {
  border: 2px solid #FF0000;
  color: #FF0000;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.completed .step-indicator {
  border: 2px solid #339933;
  color: #339933;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 46px;
  transition: 0.25s;
  border-radius: 100%;
  border: 2px solid #cdcdcd;
  color: #cdcdcd;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
  border: 2px solid #12e212;
  color: #12e212;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
  border: 2px solid #267326;
  color: #267326;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
  border: 2px solid #676767;
  color: #676767;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
  border: 2px solid #cc0000;
  color: #cc0000;
}
aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
  border: 2px solid #267326;
  color: #267326;
}
/*====todo css start====*/
.todo .action-box {
  background: transparent;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease;
}
.todo .action-box .icon-check {
  vertical-align: text-top;
}
.todo .action-box .icon {
  vertical-align: 0;
}
.todo .action-box.completed {
  background: #fd517d;
  border: 1px solid #fd517d;
  border-radius: 4px;
}
.todo .action-box.completed .icon {
  color: #fff;
  font-size: 14px;
}
.todo .action-box.large {
  height: 30px;
  width: 30px;
}
.todo .action-box.large .icon {
  font-size: 20px;
  vertical-align: -7px;
}
.todo .action-box.large .icon .icon-trash {
  color: #1b3155;
}
.todo .action-box.large .icon .icon-check {
  color: #1b3155;
}
.todo .todo-list-wrapper {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.todo .todo-list-wrapper .mark-all-tasks {
  position: absolute;
  top: 40px;
  right: 30px;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-tasks-container {
  overflow: hidden;
  position: relative;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 200ms ease;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn#mark-all-finished {
  color: #fd517d;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete {
  color: #80cf00;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-box {
  border: 2px solid #80cf00;
  border-radius: 4px;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-box .icon {
  color: #80cf00;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn.move-up {
  transform: translateY(-30px);
  position: absolute;
  right: 0;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn.move-down {
  transform: translateY(30px);
  position: absolute;
  right: 0;
}
.todo .todo-list-wrapper .mark-all-tasks .btn-label {
  margin-right: 5px;
  font-weight: 600;
  vertical-align: top;
}
.todo .todo-list-wrapper .todo-list-footer {
  position: relative;
}
.todo .todo-list-wrapper .todo-list-footer h5 {
  text-align: center;
  color: #efefef;
}
.todo .todo-list-wrapper .todo-list-footer .add-task-btn-wrapper {
  padding-top: 30px;
}
.todo .todo-list-wrapper .todo-list-footer .add-task-btn.hide {
  opacity: 0;
  display: none;
}
.todo .todo-list-wrapper .todo-list-footer .add-task-btn:hover {
  background: #80cf00;
}
.todo .todo-list-wrapper .todo-list-footer .add-task-btn:hover .icon {
  color: #f8f5fd;
}
.todo .todo-list-wrapper .todo-list-footer .add-task-btn .icon {
  color: #1b3155;
  font-size: 20px;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper {
  transition: all 300ms ease;
  max-height: 0;
  overflow: hidden;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #f8f5fd;
  height: 90px;
  padding: 10px 15px;
  margin-bottom: 24px;
  border-radius: 4px;
  transition: all 300ms ease;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea:focus {
  border: 1px solid #efefef;
  outline: none;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea.error {
  border: 1px solid #fd517d;
  outline: none;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper .error-message {
  color: #fd517d;
  font-style: italic;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper.visible {
  max-height: 300px;
  overflow: auto;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.todo .todo-list-wrapper .todo-list-body {
  max-height: 500px;
  overflow: auto;
}
.todo .todo-list-wrapper #todo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.todo .todo-list-wrapper #todo-list .task:first-child .task-container {
  padding-top: 0;
}
.todo .todo-list-wrapper #todo-list .task:first-child .task-container h4 {
  padding-top: 0;
}
.todo .todo-list-wrapper #todo-list li {
  margin: 0;
  padding: 0;
}
.todo .todo-list-wrapper #todo-list li .task-container {
  display: table;
  background: #fff;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #f8f5fd;
  box-sizing: border-box;
  position: relative;
  transition: background 200ms ease;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-label {
  display: block;
  font-size: 17px;
  vertical-align: middle;
  color: #898989;
  word-break: break-all;
  padding-top: 5px;
  font-weight: 300;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-action-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  min-width: 65px;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box {
  margin-left: 5px;
  margin-top: 2px;
  border: 1px solid transparent;
  margin-bottom: 2px;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box .icon {
  font-size: 16px;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box:hover {
  border: 1px solid #aaaaaa;
  background: #fff;
  border-radius: 4px;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box:hover .icon {
  color: #aaaaaa;
}
.todo .todo-list-wrapper #todo-list li .task-container:hover h4 {
  color: #2c323f;
  transition: all 0.3s ease;
}
.todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn {
  border: 1px solid #80cf00;
  border-radius: 4px;
}
.todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn .icon {
  font-weight: bold;
}
.todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn:hover {
  background: #fff;
  border: 1px solid #80cf00;
}
.todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn:hover .icon {
  color: #fff;
}
.todo .todo-list-wrapper #todo-list li.completed .task-container .task-label {
  text-decoration: line-through;
  color: #80cf00;
}
.todo .todo-list-wrapper #todo-list li.new .task-container {
  -webkit-animation: taskHighlighter 2000ms linear 1;
          animation: taskHighlighter 2000ms linear 1;
}
.todo .todo-list-wrapper .todo-list-header h5 {
  text-align: center;
  color: #efefef;
}
.todo .notification-popup {
  position: fixed;
  top: 85px;
  right: 10px;
  width: 300px;
  display: inline-block;
  background: #80cf00;
  border: 1px solid #80cf00;
  color: #fff;
  padding: 20px;
  opacity: 0.9;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 300ms ease;
}
.todo .notification-popup.success {
  background: #80cf00;
  border: 1px solid #80cf00;
}
.todo .notification-popup p {
  margin-top: 0;
  margin-bottom: 0;
}
.todo .notification-popup .task {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
.todo .notification-popup .notification-text {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
}
.todo .notification-popup.hide {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes taskHighlighter {
  0% {
    background: rgba(68, 102, 242, 0.5);
  }
  100% {
    background: #fff;
  }
}
@keyframes taskHighlighter {
  0% {
    background: rgba(68, 102, 242, 0.5);
  }
  100% {
    background: #fff;
  }
}
/*====todo css end====*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('default-skin.png') 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url('default-skin.svg');
  }
  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: 0;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #DDD;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(/assets/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
.my-gallery {
  padding-right: 0;
}
.my-gallery img {
  width: 100%;
}
.my-gallery figure {
  margin-bottom: 30px;
}
.my-gallery figcaption {
  display: none;
}
.my-gallery.gallery-with-description img {
  padding: 10px !important;
  border: 1px solid #ddd !important;
  border-bottom: none !important;
  border-radius: 15px 15px 0 0 !important;
}
.my-gallery.gallery-with-description a > .caption {
  border-top: none !important;
  margin-bottom: 0;
  padding: 5px 10px 10px 10px;
}
.my-gallery.gallery-with-description h4 {
  margin-top: 0px;
}
.my-gallery.gallery figure.img-hover a > div {
  overflow: hidden;
  border-radius: 15px;
}
.my-gallery.gallery figure.img-hover.hover-12 a > div {
  background: #3949ab;
}
.my-gallery.gallery figure.img-hover.hover-12 a > div:hover img {
  opacity: 0.7;
}
#aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
  margin-bottom: 30px;
}
.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}
.emoji-mart {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}
.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}
.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}
.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #858585;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color 0.1s ease-out;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none;
}
.emoji-mart-anchor:focus {
  outline: 0;
}
.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
  color: #464646;
}
.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}
.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #464646;
}
.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}
.emoji-mart-anchors svg,
.emoji-mart-anchors img {
  fill: currentColor;
  height: 18px;
  width: 18px;
}
.emoji-mart-scroll {
  overflow-y: scroll;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
}
.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}
.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}
.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  /* remove webkit/blink styles for <input type="search">
   * via https://stackoverflow.com/a/9422689 */
  -webkit-appearance: none;
}
.emoji-mart-search-icon {
  position: absolute;
  top: 3px;
  right: 11px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: none;
  background: none;
}
.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}
.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}
.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}
.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}
.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.emoji-mart-emoji-native {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji";
}
.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: 0.2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}
.emoji-mart-preview {
  position: relative;
  height: 70px;
}
.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.emoji-mart-preview-emoji {
  left: 12px;
}
.emoji-mart-preview-data {
  left: 68px;
  right: 12px;
  word-break: break-all;
}
.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}
.emoji-mart-preview-skins.custom {
  right: 10px;
  text-align: right;
}
.emoji-mart-preview-name {
  font-size: 14px;
}
.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: 0.5em;
}
.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb;
}
.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}
.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}
.emoji-mart-title-label {
  color: #999A9C;
  font-size: 26px;
  font-weight: 300;
}
.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}
.emoji-mart-skin-swatches.custom {
  font-size: 0;
  border: none;
  background-color: #fff;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: 0.75;
}
.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: 0.125s;
  transition-timing-function: ease-out;
}
.emoji-mart-skin-swatch:nth-child(1) {
  transition-delay: 0s;
}
.emoji-mart-skin-swatch:nth-child(2) {
  transition-delay: 0.03s;
}
.emoji-mart-skin-swatch:nth-child(3) {
  transition-delay: 0.06s;
}
.emoji-mart-skin-swatch:nth-child(4) {
  transition-delay: 0.09s;
}
.emoji-mart-skin-swatch:nth-child(5) {
  transition-delay: 0.12s;
}
.emoji-mart-skin-swatch:nth-child(6) {
  transition-delay: 0.15s;
}
.emoji-mart-skin-swatch.selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatch.selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.emoji-mart-skin-swatch.custom {
  display: inline-block;
  width: 0;
  height: 38px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: width, height;
  transition-duration: 0.125s;
  transition-timing-function: ease-out;
  cursor: default;
}
.emoji-mart-skin-swatch.custom.selected {
  position: relative;
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatch.custom.selected:after {
  content: "";
  width: 0;
  height: 0;
}
.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
  opacity: 0.75;
}
.emoji-mart-skin-text.opened {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 5px 2px;
  width: 95px;
  height: 40px;
  border-radius: 10%;
  background-color: #fff;
}
.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}
.emoji-mart-skin-tone-1 {
  background-color: #ffc93a;
}
.emoji-mart-skin-tone-2 {
  background-color: #fadcbc;
}
.emoji-mart-skin-tone-3 {
  background-color: #e0bb95;
}
.emoji-mart-skin-tone-4 {
  background-color: #bf8f68;
}
.emoji-mart-skin-tone-5 {
  background-color: #9b643d;
}
.emoji-mart-skin-tone-6 {
  background-color: #594539;
}
/* For screenreaders only, via https://stackoverflow.com/a/19758620 */
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*
 * Dark mode styles
 */
.emoji-mart-dark {
  color: #fff;
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453;
}
.emoji-mart-dark .emoji-mart-search input {
  color: #fff;
  border-color: #555453;
  background-color: #2f2f2f;
}
.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #fff;
}
.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444;
}
.emoji-mart-dark .emoji-mart-category-label span {
  background-color: #222;
  color: #fff;
}
.emoji-mart-dark .emoji-mart-skin-swatches {
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/ng-snotify/styles/material.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.snotifyToast {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.snotify-leftTop .fadeIn,
.snotify-leftCenter .fadeIn,
.snotify-leftBottom .fadeIn {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.snotify-leftTop .fadeOut,
.snotify-leftCenter .fadeOut,
.snotify-leftBottom .fadeOut {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

.snotify-rightTop .fadeIn,
.snotify-rightCenter .fadeIn,
.snotify-rightBottom .fadeIn {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.snotify-rightTop .fadeOut,
.snotify-rightCenter .fadeOut,
.snotify-rightBottom .fadeOut {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

.snotify-centerTop .fadeIn {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.snotify-centerTop .fadeOut {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

.snotify-centerCenter .fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.snotify-centerCenter .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.snotify-centerBottom .fadeIn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.snotify-centerBottom .fadeOut {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) scaleX(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) scaleX(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) scaleX(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) scaleX(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0) scaleY(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0) scaleY(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0) scaleY(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0) scaleY(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes appear {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 50vh;
  }
}

@keyframes appear {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 50vh;
  }
}

@-webkit-keyframes disappear {
  0% {
    max-height: 50vh;
  }
  100% {
    max-height: 0;
  }
}

@keyframes disappear {
  0% {
    max-height: 50vh;
  }
  100% {
    max-height: 0;
  }
}

.snotify {
  display: block;
  position: fixed;
  width: 300px;
  z-index: 9999;
  box-sizing: border-box;
  pointer-events: none;
}

.snotify * {
  box-sizing: border-box;
}

.snotify-leftTop,
.snotify-leftCenter,
.snotify-leftBottom {
  left: 10px;
}

.snotify-rightTop,
.snotify-rightCenter,
.snotify-rightBottom {
  right: 10px;
}

.snotify-centerTop,
.snotify-centerCenter,
.snotify-centerBottom {
  left: calc(50% - 300px / 2);
}

.snotify-leftTop,
.snotify-centerTop,
.snotify-rightTop {
  top: 10px;
}

.snotify-leftCenter,
.snotify-rightCenter,
.snotify-centerCenter {
  top: 50%;
  transform: translateY(-50%);
}

.snotify-leftBottom,
.snotify-rightBottom,
.snotify-centerBottom {
  bottom: 10px;
}

.snotify-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  z-index: 9998;
  transition: opacity 0.3s;
}

.snotifyToast {
  display: block;
  cursor: pointer;
  background-color: #fff;
  height: 100%;
  margin: 5px;
  opacity: 0;
  border-radius: 5px;
  overflow: hidden;
  pointer-events: auto;
}

.snotifyToast--in {
  -webkit-animation-name: appear;
          animation-name: appear;
}

.snotifyToast--out {
  -webkit-animation-name: disappear;
          animation-name: disappear;
}

.snotifyToast__inner {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 5px 65px 5px 15px;
  min-height: 78px;
  font-size: 16px;
  color: #000;
}

.snotifyToast__progressBar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #c7c7c7;
}

.snotifyToast__progressBar__percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  background-color: #4c4c4c;
  max-width: 100%;
}

.snotifyToast__title {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: #fff;
}

.snotifyToast__body {
  font-size: 1em;
}

.snotifyToast-show {
  transform: translate(0, 0);
  opacity: 1;
}

.snotifyToast-remove {
  max-height: 0;
  overflow: hidden;
  transform: translate(0, 50%);
  opacity: 0;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

/***************
 ** Modifiers **
 **************/

.snotify-simple .snotifyToast__title,
.snotify-simple .snotifyToast__body {
  color: #000;
}

.snotify-success {
  background-color: #4caf50;
}

.snotify-success .snotifyToast__progressBar {
  background-color: #388e3c;
}

.snotify-success .snotifyToast__progressBar__percentage {
  background-color: #81c784;
}

.snotify-success .snotifyToast__body {
  color: #c8e6c9;
}

.snotify-info {
  background-color: #1e88e5;
}

.snotify-info .snotifyToast__progressBar {
  background-color: #1565c0;
}

.snotify-info .snotifyToast__progressBar__percentage {
  background-color: #64b5f6;
}

.snotify-info .snotifyToast__body {
  color: #e3f2fd;
}

.snotify-warning {
  background-color: #ff9800;
}

.snotify-warning .snotifyToast__progressBar {
  background-color: #ef6c00;
}

.snotify-warning .snotifyToast__progressBar__percentage {
  background-color: #ffcc80;
}

.snotify-warning .snotifyToast__body {
  color: #fff3e0;
}

.snotify-error {
  background-color: #f44336;
}

.snotify-error .snotifyToast__progressBar {
  background-color: #c62828;
}

.snotify-error .snotifyToast__progressBar__percentage {
  background-color: #ef9a9a;
}

.snotify-error .snotifyToast__body {
  color: #ffebee;
}

.snotify-async {
  background-color: #1e88e5;
}

.snotify-async .snotifyToast__progressBar {
  background-color: #1565c0;
}

.snotify-async .snotifyToast__progressBar__percentage {
  background-color: #64b5f6;
}

.snotify-async .snotifyToast__body {
  color: #e3f2fd;
}

.snotify-confirm {
  background-color: #009688;
}

.snotify-confirm .snotifyToast__progressBar {
  background-color: #4db6ac;
}

.snotify-confirm .snotifyToast__progressBar__percentage {
  background-color: #80cbc4;
}

.snotify-confirm .snotifyToast__body {
  color: #e0f2f1;
}

.snotify-prompt {
  background-color: #009688;
}

.snotify-prompt ng-snotify-prompt {
  width: 100%;
}

.snotify-prompt .snotifyToast__title {
  margin-bottom: 0;
}

.snotify-prompt .snotifyToast__body {
  color: #e0f2f1;
}

.snotify-confirm .snotifyToast__inner,
.snotify-prompt .snotifyToast__inner {
  padding: 10px 15px;
}

.snotifyToast__input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  transition: all 0.5s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.snotifyToast__input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.85em 0.5em;
  width: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #333;
  font-weight: bold;
  -webkit-appearance: none; /* for box shadows to show on iOS */
  opacity: 0;
  transition: opacity 0.3s;
}

.snotifyToast__input__field:focus {
  outline: none;
}

.snotifyToast__input__label {
  display: inline-block;
  float: right;
  padding: 0 0.85em;
  width: 100%;
  color: #e0f2f1;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  height: 100%;
  text-align: left;
  pointer-events: none;
}

.snotifyToast__input__label::before, .snotifyToast__input__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.snotifyToast__input__label::before {
  border-top: 2px solid #fff;
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transition-delay: 0.3s;
}

.snotifyToast__input__label::after {
  z-index: -1;
  background: #b2dfdb;
  transform: scale3d(1, 0, 1);
  transform-origin: 50% 0;
}

.snotifyToast__input__labelContent {
  position: relative;
  display: block;
  padding: 1em 0;
  width: 100%;
  transition: transform 0.3s 0.3s;
}

.snotifyToast__input--filled {
  margin-top: 2.5em;
}

.snotifyToast__input--filled:focus,
.snotifyToast__input--filled .snotifyToast__input__field {
  opacity: 1;
  transition-delay: 0.3s;
}

.snotifyToast__input__field:focus + .snotifyToast__input__label .snotifyToast__input__labelContent,
.snotifyToast__input--filled .snotifyToast__input__labelContent {
  transform: translate(0, -80%);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.snotifyToast__input__field:focus + .snotifyToast__input__label::before,
.snotifyToast__input--filled .snotifyToast__input__label::before {
  transition-delay: 0s;
}

.snotifyToast__input__field:focus + .snotifyToast__input__label::before,
.snotifyToast__input--filled .snotifyToast__input__label::before {
  transform: translate(0, 0);
}

.snotifyToast__input__field:focus + .snotifyToast__input__label::after,
.snotifyToast__input--filled .snotifyToast__input__label::after {
  transform: scale(1, 1);
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.snotifyToast--invalid .snotifyToast__input__label::before {
  border-color: #f44336;
}

.snotifyToast--valid .snotifyToast__input__label::before {
  border-color: #4caf50;
}

.snotifyToast__buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.snotifyToast__buttons button {
  position: relative;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-bottom: none;
  background: transparent;
  padding: 8px;
  text-transform: capitalize;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.snotifyToast__buttons button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.snotifyToast__buttons button:focus:not(:active)::after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}

.snotifyToast__buttons button:hover, .snotifyToast__buttons button:focus {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
}

.snotifyToast__buttons button:active {
  background: rgba(0, 0, 0, 0.15);
}

.snotifyToast__buttons button:last-child {
  border-right: none;
}

.snotifyToast__buttons button:first-child {
  border-left: none;
}

.snotifyToast__buttons--bold {
  font-weight: 700;
}

@-webkit-keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.snotify-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 0;
  transform: translate(0, -50%);
  max-height: 48px;
  max-width: 48px;
}

.snotify-icon--error {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffcdd2%22%3E%3Cg%3E%3Cpath%20d=%22M437,75A256,256,0,1,0,75,437,256,256,0,1,0,437,75ZM416.43,416.43a226.82,226.82,0,0,1-320.86,0C7.11,328,7.11,184,95.57,95.57a226.82,226.82,0,0,1,320.86,0C504.89,184,504.89,328,416.43,416.43Z%22/%3E%3Cpath%20d=%22M368.81,143.19a14.5,14.5,0,0,0-20.58,0L256,235.42l-92.23-92.23a14.55,14.55,0,0,0-20.58,20.58L235.42,256l-92.23,92.23a14.6,14.6,0,0,0,10.24,24.89,14.19,14.19,0,0,0,10.24-4.31l92.23-92.23,92.23,92.23a14.64,14.64,0,0,0,10.24,4.31,14,14,0,0,0,10.24-4.31,14.5,14.5,0,0,0,0-20.58l-92-92.23,92.23-92.23A14.5,14.5,0,0,0,368.81,143.19Z%22/%3E%3C/g%3E%3C/svg%3E");
}

.snotify-icon--warning {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffccbc%22%3E%3Cg%3E%3Cpath%20d=%22M256,512c141.15,0,256-114.84,256-256S397.15,0,256,0,0,114.84,0,256,114.85,512,256,512Zm0-480.49c123.79,0,224.49,100.71,224.49,224.49S379.79,480.49,256,480.49,31.51,379.79,31.51,256,132.21,31.51,256,31.51Z%22/%3E%3Ccircle%20cx=%22260.08%22%20cy=%22343.87%22%20r=%2226.35%22/%3E%3Cpath%20d=%22M254.68,278.39a15.76,15.76,0,0,0,15.75-15.75V128.72a15.75,15.75,0,1,0-31.51,0V262.63A15.76,15.76,0,0,0,254.68,278.39Z%22/%3E%3C/g%3E%3C/svg%3E");
}

.snotify-icon--info {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23bbdefb%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.84,0,0,114.84,0,256S114.84,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,478.43C133.35,478.43,33.57,378.64,33.57,256S133.35,33.58,256,33.58,478.42,133.36,478.42,256,378.64,478.43,256,478.43Z%22/%3E%3Cpath%20d=%22M251.26,161.24a22.39,22.39,0,1,0-22.38-22.39A22.39,22.39,0,0,0,251.26,161.24Z%22/%3E%3Cpath%20d=%22M286.84,357.87h-14v-160A16.79,16.79,0,0,0,256,181.05H225.17a16.79,16.79,0,0,0,0,33.58h14.05V357.87H225.17a16.79,16.79,0,0,0,0,33.57h61.67a16.79,16.79,0,1,0,0-33.57Z%22/%3E%3C/g%3E%3C/svg%3E");
}

.snotify-icon--success {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23c8e6c9%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.85,0,0,114.84,0,256S114.85,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,492.31c-130.29,0-236.31-106-236.31-236.31S125.71,19.69,256,19.69,492.31,125.71,492.31,256,386.29,492.31,256,492.31Z%22/%3E%3Cpath%20class=%22cls-1%22%20d=%22M376.64,151,225.31,321.24l-91.17-72.93a9.85,9.85,0,0,0-12.3,15.38l98.46,78.77a9.86,9.86,0,0,0,13.52-1.15L391.36,164.08A9.85,9.85,0,0,0,376.64,151Z%22/%3E%3C/g%3E%3C/svg%3E");
}

.snotify-icon--async {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23bbdefb%22%3E%3Cg%3E%3Cpath%20d=%22M256,0a32,32,0,0,0-32,32V96a32,32,0,0,0,64,0V32A32,32,0,0,0,256,0Zm0,384a32,32,0,0,0-32,32v64a32,32,0,0,0,64,0V416A32,32,0,0,0,256,384ZM391.74,165.5,437,120.22A32,32,0,0,0,391.74,75L346.5,120.22a32,32,0,0,0,45.25,45.28Zm-271.52,181L75,391.74A32,32,0,0,0,120.22,437l45.25-45.25a32,32,0,0,0-45.25-45.25Zm0-271.52A32,32,0,1,0,75,120.22l45.25,45.28a32,32,0,1,0,45.25-45.28ZM391.74,346.5a32,32,0,0,0-45.25,45.25L391.74,437A32,32,0,0,0,437,391.74ZM480,224H416a32,32,0,0,0,0,64h64a32,32,0,0,0,0-64ZM128,256a32,32,0,0,0-32-32H32a32,32,0,0,0,0,64H96A32,32,0,0,0,128,256Z%22/%3E%3C/g%3E%3C/svg%3E");
  -webkit-animation: async 3s infinite linear;
          animation: async 3s infinite linear;
  transform-origin: 50% 50%;
}

@-webkit-keyframes async {
  0% {
    transform: translate(0, -50%) rotate(0deg);
  }
  100% {
    transform: translate(0, -50%) rotate(360deg);
  }
}

@keyframes async {
  0% {
    transform: translate(0, -50%) rotate(0deg);
  }
  100% {
    transform: translate(0, -50%) rotate(360deg);
  }
}

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