.bread-crumbs[data-v-bf235f5a] {
  background-color: #fff;
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 2px;
  border-radius: 25px;
  margin-left: 30px;
}
.bread-crumbs a[data-v-bf235f5a] {
    color: #fff;
    border-radius: 0 25px 25px 0;
    -webkit-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.3);
    padding: 5px 15px;
    position: relative;
    margin-right: -10px;
    color: #000;
    cursor: default;
}
.bread-crumbs a[data-v-bf235f5a]:nth-child(1) {
      z-index: 5;
      background-color: #5380f7;
      cursor: pointer;
      border-radius: 25px;
      color: #fff;
}
.bread-crumbs a[data-v-bf235f5a]:last-child {
      margin-right: 0;
}
.bread-crumbs a[data-v-bf235f5a]:nth-child(2) {
      z-index: 4;
      background-color: #dae7ff;
}
.bread-crumbs a[data-v-bf235f5a]:nth-child(3) {
      z-index: 3;
      background-color: #eaf0fc;
}
.bread-crumbs a[data-v-bf235f5a]:nth-child(4) {
      z-index: 2;
}
.bread-crumbs a[data-v-bf235f5a]:nth-child(5) {
      z-index: 1;
}

.logout[data-v-754272dd] {
  position: absolute;
  right: 0;
}
.navbar[data-v-754272dd] {
  background: #fff;
  border-bottom: 1px solid #d8dbe0;
  padding: 0 10px;
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 99;
}
.navbar .toggle-sidebar[data-v-754272dd] {
    width: 25px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
.navbar .toggle-sidebar[data-v-754272dd] {
        display: none !important;
}
}
.navbar .toggle-sidebar span[data-v-754272dd] {
      position: absolute;
      background-color: #ccc;
      left: 0;
      width: 100%;
      height: 2px;
      border-radius: 5px;
}
.navbar .toggle-sidebar span[data-v-754272dd]:nth-child(1) {
        top: 0;
}
.navbar .toggle-sidebar span[data-v-754272dd]:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
}
.navbar .toggle-sidebar span[data-v-754272dd]:nth-child(3) {
        bottom: 0;
}
.navbar .toggle-sm-sidebar[data-v-754272dd] {
    width: 25px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: none;
}
@media screen and (max-width: 767px) {
.navbar .toggle-sm-sidebar[data-v-754272dd] {
        display: block !important;
}
}
.navbar .toggle-sm-sidebar span[data-v-754272dd] {
      position: absolute;
      background-color: #ccc;
      left: 0;
      width: 100%;
      height: 2px;
      border-radius: 5px;
}
.navbar .toggle-sm-sidebar span[data-v-754272dd]:nth-child(1) {
        top: 0;
}
.navbar .toggle-sm-sidebar span[data-v-754272dd]:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
}
.navbar .toggle-sm-sidebar span[data-v-754272dd]:nth-child(3) {
        bottom: 0;
}
.showBreadCrumbs[data-v-754272dd] {
  display: block;
}
@media screen and (max-width: 767px) {
.showBreadCrumbs[data-v-754272dd] {
      display: none;
}
}
.account-btn[data-v-754272dd] {
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #5380f7;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 5px;
  color: #fff;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  z-index: 9;
}
.account-btn:focus ul[data-v-754272dd], .account-btn:active ul[data-v-754272dd] {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 1;
    visibility: visible;
}
.account-btn:focus i[data-v-754272dd], .account-btn:active i[data-v-754272dd] {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.account-btn img[data-v-754272dd] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff;
}
.account-btn .text-wrap[data-v-754272dd] {
    text-align: left;
    font-family: "Roboto", sans-serif !important;
    line-height: 75%;
}
.account-btn .text-wrap .name[data-v-754272dd] {
      font-size: 0.8em;
}
.account-btn .text-wrap span[data-v-754272dd] {
      font-size: 0.7em;
      opacity: 0.5;
}
.account-btn i[data-v-754272dd] {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 0.8em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.account-btn ul[data-v-754272dd] {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding-left: 10px;
}
.account-btn ul[data-v-754272dd]:before {
      content: "";
      position: absolute;
      top: -6px;
      left: 20px;
      width: 0;
      height: 0;
      -webkit-box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
              box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
      border-top: 6px solid #fff;
      border-right: 6px solid #fff;
      border-bottom: 6px solid transparent;
      border-left: 6px solid transparent;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      mix-blend-mode: multiple;
}
.account-btn ul li[data-v-754272dd] {
      z-index: 1;
      position: relative;
      background: #fff;
      padding: 0 10px;
      color: #666;
      list-style: none;
}
.account-btn ul li.active[data-v-754272dd] {
        color: #5380f7;
}
.account-btn ul li[data-v-754272dd]:first-child {
        border-radius: 4px 4px 0 0;
}
.account-btn ul li[data-v-754272dd]:last-child {
        border-radius: 0 0 4px 4px;
}
.account-btn ul li:last-child a[data-v-754272dd] {
          border-bottom: 0;
}
.account-btn ul a[data-v-754272dd] {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding: 16px 0;
      color: inherit;
      font-size: 10px;
      text-decoration: none;
}
.function-list[data-v-754272dd] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  margin-right: 10px;
}
.function-list button[data-v-754272dd],
  .function-list a[data-v-754272dd] {
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    vertical-align: middle;
    color: #000;
}
.function-list button[data-v-754272dd]:focus,
    .function-list a[data-v-754272dd]:focus {
      outline: transparent;
}
.function-list button[data-v-754272dd]:hover, .function-list button.router-link-exact-active[data-v-754272dd],
    .function-list a[data-v-754272dd]:hover,
    .function-list a.router-link-exact-active[data-v-754272dd] {
      background-color: #5380f7;
      color: #fff;
}
.function-content[data-v-754272dd] {
  position: fixed;
  right: 0;
  top: 60px;
  background-color: #6a84c6;
  bottom: 0;
  padding: 10px;
  padding-top: 20px;
  width: 300px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: auto;
}
.function-content.open[data-v-754272dd] {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.function-content .function-content-close-btn[data-v-754272dd] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    cursor: pointer;
}
.function-content .function-content-close-btn[data-v-754272dd]:hover {
      background-color: rgba(0, 0, 0, 0.2);
}
.function-content .function-content-inner .function-title[data-v-754272dd] {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    color: #fff;
}
.function-content .function-content-inner textarea[data-v-754272dd] {
    width: 100%;
    padding: 5px;
    font-size: 0.9em;
    border: 1px solid #ccc;
}
.function-content .function-content-inner textarea + button[data-v-754272dd] {
      background-color: #5380f7;
      color: #fff;
      border: none;
      display: block;
      width: 100%;
      border-radius: 5px;
}
.function-content .function-info .info[data-v-754272dd] {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
            box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
}
.function-content .function-info .info .info-desc[data-v-754272dd] {
      font-size: 0.9em;
      line-height: 175%;
}
@-webkit-keyframes ripple-data-v-754272dd {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
}
100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
}
}
@keyframes ripple-data-v-754272dd {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
}
100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
}
}

.no-children-menu[data-v-03823e1f] {
  margin-top: 8px;
}
.no-children-menu .icon-wrap[data-v-03823e1f] {
    padding: 20px 20px;
}
.no-children-menu .icon-wrap img[data-v-03823e1f] {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%;
      width: 100%;
}
.no-children-menu span[data-v-03823e1f] {
    padding-left: 6px;
}
.side-menu[data-v-03823e1f] {
  background-color: #373737;
  position: relative;
  width: 220px;
  border-right: 1px solid #ddd;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  height: 100vh;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
}
.side-menu .side-menu-inner[data-v-03823e1f] {
    overflow-y: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media screen and (max-width: 767px) {
.side-menu[data-v-03823e1f] {
      position: fixed;
      left: 0;
      right: 0;
      top: 50px;
      bottom: 0;
      z-index: 100;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
}
}
.side-menu .site-name[data-v-03823e1f] {
    text-align: center;
    display: block;
    padding: 40px 0;
    color: #fff;
    text-decoration: none;
}
.side-menu .site-name .img-wrap img[data-v-03823e1f] {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%;
      width: 100%;
}
.side-menu .site-name .company-name[data-v-03823e1f] {
      margin-top: 15px;
}
.side-menu .site-name span[data-v-03823e1f] {
      display: block;
      text-align: center;
}
.side-menu .has-sub-menu[data-v-03823e1f] {
    display: block;
    position: relative;
    cursor: pointer;
    color: #fff;
}
.side-menu .has-sub-menu[data-v-03823e1f]:after {
      content: ">";
      position: absolute;
      right: 15px;
      top: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 0.8em;
      opacity: 0.7;
      transition: -webkit-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
}
.side-menu .has-sub-menu.active[data-v-03823e1f]:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
}
.side-menu .has-sub-menu.active ul[data-v-03823e1f] {
      max-height: 1500px;
}
.side-menu .has-sub-menu.sub-menu-open ul[data-v-03823e1f] {
      max-height: 1500px;
}
.side-menu .has-sub-menu.sub-menu-open[data-v-03823e1f]:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
}
.side-menu .has-sub-menu .icon-wrap[data-v-03823e1f] {
      width: 55px;
      height: 40px;
      line-height: 40px;
      margin-right: 10px;
      font-size: 0.9em;
      text-align: center;
      vertical-align: middle;
      display: inline-block;
}
.side-menu .has-sub-menu span[data-v-03823e1f] {
      line-height: 40px;
      border-radius: 15px;
}
.side-menu .has-sub-menu ul[data-v-03823e1f] {
      max-height: 0;
      list-style: none;
      -webkit-transition: max-height 0.3s ease-in-out;
      transition: max-height 0.3s ease-in-out;
      overflow-y: hidden;
      margin-bottom: 0;
      padding-left: 20px;
}
.side-menu .has-sub-menu ul li a[data-v-03823e1f] {
        padding: 0.5rem 0.5rem;
        text-decoration: none;
        white-space: nowrap;
        padding-left: 50px;
        color: #fff;
        display: block;
        z-index: 10000;
}
.side-menu .has-sub-menu ul li a.router-link-active[data-v-03823e1f] {
          background-color: rgba(255, 255, 255, 0.1);
          border-radius: 25px;
}
.side-menu .sidebar-minimizer-btn[data-v-03823e1f] {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: right;
}
.side-menu .sidebar-minimizer-btn i[data-v-03823e1f] {
      width: 55px;
      height: 55px;
      line-height: 55px;
      text-align: center;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
}

.manager-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.manager-page .manager-page-content-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100vh;
    overflow-y: hidden;
    padding-bottom: 80px;
}
.manager-page .manager-page-content-wrap .manager-page-content {
      height: 100%;
}
@media screen and (min-width: 768px) {
.manager-page.close-side-menu .side-menu {
      width: 0 !important;
      overflow-x: hidden;
}
.manager-page.mini-side-menu .side-menu {
      width: unset;
}
.manager-page.mini-side-menu .side-menu .site-name {
        padding: 20px 0;
}
.manager-page.mini-side-menu .side-menu .site-name img {
          width: 55px;
          padding: 0 10px;
          margin-right: 0;
}
.manager-page.mini-side-menu .side-menu .site-name span {
          display: none;
}
.manager-page.mini-side-menu .side-menu .side-menu-inner {
        overflow-y: unset;
}
.manager-page.mini-side-menu .side-menu .side-menu-inner .has-sub-menu {
          position: relative;
}
.manager-page.mini-side-menu .side-menu .side-menu-inner .has-sub-menu::after {
            display: none;
}
.manager-page.mini-side-menu .side-menu .side-menu-inner .has-sub-menu:hover ul {
            display: block;
            z-index: 70;
}
.manager-page.mini-side-menu .side-menu .side-menu-inner .has-sub-menu:hover ul li a {
              padding: 10px 30px;
}
.manager-page.mini-side-menu .side-menu .side-menu-inner .has-sub-menu .has-sub-menu-inner .icon-wrap {
            margin-right: 0;
}
.manager-page.mini-side-menu .side-menu .side-menu-inner .has-sub-menu .has-sub-menu-inner span {
            display: none;
}
.manager-page.mini-side-menu .side-menu .side-menu-inner .has-sub-menu ul {
            position: absolute;
            max-height: unset;
            right: 0;
            -webkit-transform: translateX(100%);
                    transform: translateX(100%);
            top: 0;
            background-color: #373737;
            display: none;
}
.manager-page.mini-side-menu .sidebar-minimizer-btn i {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
}
}
@media screen and (max-width: 767px) {
.manager-page.sm-side-menu-open .side-menu {
      width: 100%;
      -webkit-transform: translateX(0);
              transform: translateX(0);
}
}

