input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

section#adm-frame #adm-sidebar > ul::-webkit-scrollbar,
section#adm-frame #adm-main::-webkit-scrollbar,
section#adm-frame #adm-header > ul::-webkit-scrollbar,
section#adm-frame #adm-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* .mitake-loading {
  background-color: #13bf98;
  background-image: url("../img/ico_coline_logo_118.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
} */

button.adm-ui-btn {
  display: inline-block;
  border: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
  padding: 0 10px;
  min-width: 50px;
}

button.adm-ui-btn.adm-ui-blue {
  background: rgb(86, 145, 220);
  color: white;
}
button.adm-ui-btn.adm-ui-red {
  background: #f96464 !important;
  color: white;
}

.adm-ui-text-delete {
  color: #f96464 !important;
}
.adm-ui-text-cancel {
  color: #d0d0d0 !important;
}
.adm-ui-text-blue {
  color: #58b2f9 !important;
}
.adm-ui-text-green {
  color: #44cc9a !important;
}
.adm-ui-text-red {
  color: #f65c5c !important;
}

.text-mitake {
  color: #13bf98 !important;
}
.bg-mitake {
  color: #fff !important;
  background: #13bf98 !important;
}
.border-mitake {
  border: 1px solid #13bf98 !important;
  border-radius: 15px !important;
}

.btn-mitake {
  color: #fff !important;
  background: #13bf98 !important;
  cursor: pointer !important;
  border-radius: 5px !important;
}

.btn-mitake-outline {
  color: #13bf98 !important;
  background: #fff !important;
  cursor: pointer !important;
  border: 1px solid #13bf98 !important;
  border-radius: 5px !important;
}

.btn-mitake-outline:hover {
  color: #fff !important;
  background: #13bf98 !important;
}

/* Scroll START */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* Scroll END */

/* 撌血��詨鱓 */
#adm-side-menu #nav-accordion {
  text-align: left;
}

section.adm-ui-dialog {
  background: rgba(50, 50, 50, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  z-index: 1051;
  overflow: auto;
  padding-bottom: 50px;
}

sectionsection.adm-ui-dialog .desc {
  display: none;
  text-align: center;
  margin-bottom: 20px;
  min-width: 250px;
}

sectionsection.adm-ui-dialog.nobg {
  background: transparent;
}

section.adm-ui-dialog > section.body {
  background: white;
  display: inline-block;
  min-width: 300px;
  min-height: 250px;
  border-radius: 5px;
  text-align: left;
  margin-top: 15vh;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

section.adm-ui-dialog header {
  text-align: center;
  height: 40px;
  line-height: 35px;
  color: #5b6e84;
  /*border-bottom: 1px solid #ddd;*/
  font-size: 15px;
  margin-bottom: 10px;
}

section.adm-ui-dialog header > span:last-child {
  font-weight: bold;
  position: absolute;
  right: 5px;
  cursor: pointer;
  color: #999;
  height: 25px;
  width: 25px;
  line-height: 25px;
  top: 13px;
}

section.adm-ui-dialog section.body .content {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

section.adm-ui-dialog footer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 10px 7%;
  height: 50px;
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}

section.adm-ui-dialog footer > span {
  flex: 1;
}

section.adm-ui-dialog footer > span button {
  border: 0;
  background: #ccc;
  color: white;
  border-radius: 3px;
  min-width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

section.adm-ui-dialog footer > span button.submit {
  background: #13bf98;
}

section.adm-ui-dialog footer.loading:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  left: 0;
  z-index: 10;
  top: 0;
}

section.adm-ui-dialog footer.loading:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/loading.gif) no-repeat;
  left: 45%;
  top: 15px;
  z-index: 15;
  background-size: contain;
}

section.adm-ui-dialog section.body .content .row {
  margin: 0;
  /*border-bottom: 1px solid #ddd;*/
  padding: 5px;
  min-height: 45px;
  line-height: 22px;
  text-align: center;
}

/*section.adm-ui-dialog section.body .content .row:nth-child(odd) {background: #f2f2f2;}*/
section.adm-ui-dialog section.body .content .row > span.in-line:first-child {
  width: 20%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px 0 0;
}

section.adm-ui-dialog section.body .content > .row > span {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

section.adm-ui-dialog section.body .content div.row > span.break-row {
  width: 100%;
  text-align: left;
}

section.adm-ui-dialog section.body .content .row > span.in-line:last-child {
  display: inline-block;
  width: 70%;
  padding: 3px 0;
  text-align: center;
}
section.adm-ui-dialog section.body .content .row > span:last-child input,
section.adm-ui-dialog section.body .content .row > span:last-child select {
  width: 95%;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 30px;
  padding: 0 10px;
  background: #f9f9f9;
}

section.adm-ui-dialog section.body .content .custom-content {
  padding: 10px;
  margin-top: 10px;
  position: relative;
}

section.adm-ui-dialog span.in-line > input[disabled] {
  cursor: not-allowed;
}

#adm-frame {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(90deg, #425752 50%, #fff 50%);
}

#adm-side-menu {
  width: 200px;
  background: #2f3d4a;
  height: 100vh;
  text-align: center;
  padding: 0 5px 0 15px;
  color: white;
  position: absolute;
  z-index: 10;
}

aside#adm-side-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 160px; */
  background: #2f3e4a;
  z-index: 1;
}

#adm-side-menu > img:first-child {
  margin: 15px 0;
  z-index: 1;
  position: relative;
}

#adm-side-menu .adm-menu-dropdown {
  width: 180px;
  margin-left: -5px;
  height: 50px;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding: 10px;
  margin-right: 0;
  z-index: 15;
}

#adm-side-menu .adm-menu-dropdown.expanded {
  background: white;
  border-bottom: 1px solid #ccc;
  color: #555;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

#adm-side-menu .adm-menu-dropdown.expanded:after {
  border: 5px solid transparent;
  border-bottom: 7px solid black;
  top: 15px;
}

#adm-side-menu .adm-menu-dropdown:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 22px;
  border: 5px solid transparent;
  border-top: 7px solid white;
  transition: 0.3s;
}

#adm-main {
  min-width: 1140px;
  height: calc(100vh - 36px);
}

#adm-main > header {
  background: white;
  height: 50px;
  border-bottom: 2px solid #ddd;
  font-size: 14px;
  position: relative;
  min-width: 800px;
}

#adm-main header .user-info {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  line-height: 50px;
  padding: 0 5px;
  cursor: pointer;
  background: white;
}
#adm-main header .user-info:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 22px;
  border: 4px solid transparent;
  border-top: 6px solid #666;
}

header#adm-header .subscription-btn {
  position: absolute;
  top: 7px;
  right: 230px;
  display: none;
}

header#adm-header .user-info ul {
  position: absolute;
  background: white;
  top: 50px;
  left: -2px;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px #aaa;
  border-radius: 2px;
  display: none;
}

header#adm-header .user-info ul li:hover {
  background: #f8f8f8;
}
header#adm-header .user-info ul li {
  padding: 0 15px;
  overflow: hidden;
  height: 45px;
}

#adm-main header .user-info .info {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 25px;
  padding-left: 5px;
}
#adm-main header .user-info img {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 7px;
}

#adm-main header > ul {
  height: 50px;
  margin-left: 20px;
  line-height: 50px;
  overflow-y: hidden;
  max-width: 70%;
  overflow-x: auto;
  white-space: nowrap;
}

#adm-main header > ul > li {
  display: inline-block;
}
#adm-main header > ul > li:not(.custom):hover {
  color: #2f3d4a;
}
#adm-main header > ul > li:not(.custom).active {
  border-bottom: 3px solid #2f3d4a;
  color: #2f3d4a;
}
#adm-main header > ul > li:not(.custom) {
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  max-width: 150px;
}

#adm-content {
  background-color: #fff;
  width: calc(100vw - 140px - 96px);
  height: calc(100vh - 36px);
  overflow: auto;
}

#adm-side-menu li.sub-menu i {
  margin-right: 10px;
}
#adm-side-menu li.sub-menu {
  margin-left: 5px;
}

#adm-side-menu > hr {
  border-bottom: 2px solid #35404d;
  margin: 5px 0 5px -15px;
  width: 200px;
  border-top: 0;
}

#adm-side-menu .adm-menu-dropdown img:first-child {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 30px;
  margin-right: 5px;
  background: white;
}

#adm-side-menu .adm-menu-dropdown ul {
  position: relative;
  background: white;
  color: #555;
}

#adm-side-menu .adm-menu-dropdown ul.cloud {
  height: 0px;
  transition: height 0.5s ease-out;
  overflow: hidden;
  max-height: 65vh;
  z-index: 10;
  width: 180px;
  right: 10px;
  top: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px;
}

#adm-side-menu .adm-menu-dropdown ul:before {
  content: attr(name);
  position: absolute;
  top: 5px;
  left: 5px;
  color: #777;
}
#adm-side-menu .adm-menu-dropdown ul.group {
  padding-top: 40px;
}

#adm-side-menu .adm-menu-dropdown li {
  position: relative;
  line-height: 40px;
}
#adm-side-menu .adm-menu-dropdown li img:first-child {
  margin-left: 10px;
}
/* #adm-side-menu .adm-menu-dropdown li[name] {padding-top: 40px;} */
/* #adm-side-menu .adm-menu-dropdown li:before {
    content: attr(name);
    position: absolute;
    top: 5px;
    left: 5px;
    color: #777;
    font-size: 12px;
} */

#adm-side-menu .adm-menu-dropdown ul.cloud > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

/* #adm-side-menu .adm-menu-dropdown ul.company > li {border-top: 1px solid #ddd; margin-top: 15px;} */
#adm-side-menu .adm-menu-dropdown li > div:not(.disable):hover {
  background: aliceblue;
}

section.main-page.adm-wrapper,
form.main-page.adm-wrapper {
  padding: 20px;
  min-width: 1140px;
  height: calc(100vh - 50px);
  overflow: auto;
}

#adm-side-menu section.adm-menu-dropdown > div > span {
  width: 120px;
  padding-left: 5px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#adm-side-menu section.adm-menu-dropdown ul li span {
  width: 120px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#adm-side-menu > ul .sub-menu > .sub li {
  padding-left: 32px;
}

#adm-side-menu > ul .sub-menu > .sub li:last-child {
  padding-bottom: 10px;
}

#adm-side-menu section.adm-menu-dropdown > ul div.disable {
  cursor: not-allowed;
  position: relative;
}

#adm-side-menu section.adm-menu-dropdown > ul div.disable:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #bbb;
  content: "";
  opacity: 0.5;
  top: 0;
  left: 0;
}

input.adm-switch {
  position: relative;
  cursor: pointer;
  left: 3px;
}

input.adm-switch:before {
  background: #58b2f9;
  content: "";
  position: absolute;
  width: 35px;
  height: 15px;
  border-radius: 20px;
  top: -1px;
  left: -3px;
}
input.adm-switch:checked:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ffffff;
  box-shadow: 1px 1px 5px #aaa;
  border-radius: 22px;
  top: -5px;
  left: 12px;
  transition: left 0.1s linear;
}
input.adm-switch:not(:checked):before {
  background: #dbdbdb;
}
input.adm-switch:not(:checked):after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ffffff;
  box-shadow: 1px 1px 5px #aaa;
  border-radius: 22px;
  top: -5px;
  left: -6px;
  transition: left 0.1s linear;
}

#adm-toast {
  position: fixed;
  top: 105vh;
  font-size: 15px;
  color: white;
  z-index: 2000;
  width: 100vw;
  transition: top 0.2s linear;
}
#adm-toast.rise {
  bottom: 40px;
}
div#adm-toast > div {
  /*max-width: 500px;*/
  margin: auto;
  text-align: center;
}

div#adm-toast > div > span {
  background: rgba(85, 85, 85, 0.96);
  padding: 10px 15px 9px;
  border-radius: 20px;
  line-height: 19px;
  box-shadow: 0px 0px 2px white;
  max-width: 400px;
}

#adm-side-menu li.adm-sm-highlight * {
  color: white;
  font-weight: 600;
}

#adm-side-menu li.adm-sm-highlight a:hover {
  background-color: #35404d;
  color: #ff6c60;
}

#adm-side-menu li.adm-sm-highlight {
  position: relative;
}
#adm-side-menu li.adm-sm-highlight:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 45px;
  background: #fffbfb;
  opacity: 0.2;
  left: -30px;
}

/* #adm-side-menu li.adm-sm-highlight a:hover {background: #60b9ff !important;} */

section.adm-ui-pagination {
  position: relative;
  white-space: nowrap;
  height: 35px;
}
section.adm-ui-pagination > section.body {
  position: absolute;
  display: inline-block;
}
section.adm-ui-pagination > section.body > * {
  text-align: center;
  height: 30px;
  margin: 0px 2px;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  padding: 0 8px;
  cursor: pointer;
  min-width: 30px;
  letter-spacing: -1px;
  color: #5b6e84;
  font-size: 12px;
  -webkit-user-select: none;
  user-select: none;
}

section.adm-ui-pagination > section.body > *:not(.more) {
  background: white;
  border: 1px solid #e3e2e2;
  border-radius: 2px;
}

section.adm-ui-pagination > section.body > span.more {
  margin: 0;
  padding: 0;
  min-width: 20px;
  cursor: default;
}

section.adm-ui-pagination > section.body > span.page.pg-active {
  background: #5b6e84;
  color: white;
  font-weight: 600;
  border: 0;
  font-size: 13px;
  line-height: 32px;
  min-width: 29px;
  height: 29px;
  margin-right: 3px;
}

body > div.group-hint {
  position: absolute;
  background: white;
  z-index: 1000;
  min-width: 100px;
  height: 30px;
  padding: 0px 10px;
  border-radius: 2px;
  font-size: 14px;
  box-shadow: 1px 1px 5px #aaa;
  font-weight: 600;
  line-height: 33px;
  white-space: nowrap;
}

#adm-side-menu section.adm-menu-dropdown ul li span[gi] {
  height: 48px;
  position: relative;
}

#adm-side-menu section.adm-menu-dropdown ul li span[gi]:before {
  position: absolute;
  content: attr(gi);
  width: 100px;
  top: 18px;
  font-size: 12px;
  color: #777;
}

#adm-side-menu section.adm-menu-dropdown > div > span[gi]:before {
  position: absolute;
  content: attr(gi);
  top: 17px;
  font-size: 12px;
  transform: scale(0.9);
  left: -4px;
  color: #ddd;
  font-weight: bold;
}

#adm-side-menu section.adm-menu-dropdown > div > span[gi] {
  position: absolute;
  top: 10px;
  height: 30px;
}

#adm-side-menu section.adm-menu-dropdown.expanded > div > span[gi]:before {
  color: #777;
  font-weight: 100;
}

section.adm-ui-dialog > section.body > section.desc {
  max-width: 560px;
  padding: 0 15px;
  word-break: break-all;
}

div.ui.loading-spin {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}

div.ui.loading-spin > span.circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 82, 236, 0.25);
  border-top-color: #0052ec;
  border-radius: 50%;
  left: 0;
  top: 0;
  line-height: 30px;
  z-index: 10;

  -webkit-animation-name: spin;
  -webkit-animation-duration: 800ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: spin;
  -moz-animation-duration: 800ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: spin;
  -ms-animation-duration: 800ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#adm-sidebar {
  width: 200px;
  background: #2f3d4a;
  height: 100vh;
  color: white;
  /* z-index: 10; */
}
#adm-sidebar > img {
  margin: 0 auto;
  padding: 5px 0;
  display: block;
}
#adm-sidebar > ul {
  width: 180px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow-y: auto;
  height: calc(100vh - 88px);
}
#adm-sidebar > ul > li {
  color: #fff;
  height: 50px;
  /* line-height: 40px; */
  list-style-type: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#adm-sidebar > ul > li span,
#adm-sidebar > ul > li span:last-child {
  /* font-size: 1.01em; */
  white-space: nowrap;
}
#adm-sidebar > ul > li > img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
#adm-sidebar > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.group-select-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.group-select-list img {
  border-radius: 50%;
}
.group-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.group-navigation > li {
  position: relative;
}
.group-navigation .fa {
  margin: 0 5px;
}
.group-navigation .fa.fa-plus,
.group-navigation .fa.fa-minus {
  position: absolute;
  right: 0;
}
.group-navigation .sub {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 0 25px;
  background-color: #eee;
  line-height: 40px;
  transition: height 0.1s ease-out;
  z-index: -1;
}
.group-navigation .sub.show {
  transition: height 0.1s ease-out;
  z-index: 2;
}
.group-navigation .sub a {
  width: inherit;
}

.default-btn {
  color: white !important;
  background: #5b6e84 !important;
}
.custom-submit-btn {
  background-color: #13bf98 !important;
  color: #fff !important;
}
.custom-submit-btn:hover {
  background-color: rgb(14, 144, 115);
}

/* Group Button UI START */
.group-btn {
  padding: 5px 8px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  color: #797979;
  font-size: 14px;
}
.group-btn > .options {
  width: 100px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  top: 30px;
  left: 0;
  padding: 5px 10px;
  z-index: 2;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.group-btn > .options > .option {
  padding: 3px 0;
  font-size: 0.9em;
}
.group-btn > .options > .option:hover {
  background: #eee;
}
/* Group Button UI END */

/* Selector START */
.selector {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  border-radius: 5px;
}
.selector > header {
  background: rgb(88, 188, 158);
  color: #fff;
  padding: 8px 0;
  text-align: center;
}
.selector > header > .close-selector {
  right: 5px;
}
.selector > main {
  background: #fff;
  padding: 8px 16px;
  width: 200px;
}
/* Selector END */

/* New UI general classes START */
.pointer {
  cursor: pointer;
}
tr.pointer:hover {
  background-color: #ddd;
}
/* New UI general classes END */

/* new UI header navigation START */
.custom-nav {
  /* min-width: 1140px; */
  height: 36px;
  background-color: #404040;
  z-index: 2;
}

.custom-nav .dialog-modal .body * {
  color: #333;
  font-weight: normal !important;
}
.custom-nav .dialog-modal svg > path {
  color: #eee !important;
}

.custom-nav .groupname,
.custom-nav .planname {
  height: 36px;
  align-items: center;
}
.custom-nav .planname {
  right: 200px;
}
.custom-nav .contact {
  height: 36px;
  right: 160px;
}
.custom-nav .setting {
  right: 0;
  max-width: 150px;
  overflow: hidden;
}
.custom-nav .setting > * {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.custom-nav .fullname {
  height: 36px;
  white-space: nowrap;
  flex-direction: row-reverse;
}
.header-drop-item {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #404040;
  z-index: 2;
  transition: height 0.1s ease-out;
  cursor: pointer;
}
.header-drop-item.show {
  height: 36px;
}
.binding-account {
  position: relative;
  display: flex;
  align-items: center;
  border: solid 1px #555;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
}
.binding-account:hover {
  background: #eee;
}
.binding-account > svg > path {
  cursor: pointer;
}
.binding-account svg:first-child > path {
  color: #333 !important;
  font-size: 1.5em;
}
.binding-account > svg:last-child {
  position: absolute;
  right: 10px;
}
.binding-account > svg:last-child > path {
  color: #dc3545 !important;
  font-size: 1.3em;
}
.custom-nav .contact-btn,
.custom-nav .contact-btn:hover,
.custom-nav .switch-group-btn,
.custom-nav .switch-group-btn:hover {
  height: 25px;
  color: #fff !important;
  align-items: center;
}
@media only screen and (max-width: 450px) {
  .custom-nav .switch-group-btn {
    display: none !important;
  }
}
.custom-nav .switch-group-btn:focus {
  outline: none;
  box-shadow: none;
}
.select-group-btn {
  width: 95%;
  height: 50px !important;
  box-sizing: border-box;
  align-items: center;
  border: 1px solid #f8f9fa;
}
.select-group-btn div:nth-child(2) {
  color: #555 !important;
}
.delete-btn {
  width: 50px;
}
/* new UI header navigation END   */

/* new UI side menu START */
.side-menu {
  width: 140px;
  background-color: #425752;
  white-space: nowrap;
  overflow-x: hidden;
}
.side-menu *,
.side-menu *:hover {
  color: #fff;
  /* font-size: 1.01em; */
  font-weight: bold;
}
.side-menu ul {
  width: 100%;
  list-style: none;
  padding-left: 0px;
}
.side-menu > ul {
  height: calc(100% = 36px);
  margin-top: 20px;
}
.side-menu > ul > li {
  margin: 10px 0;
}
.side-menu > ul li > ul {
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-out;
}
.side-menu ul li > ul.show {
  height: 100px;
}
.side-menu ul li > ul li {
  padding: 2px 0 2px 20px;
}
.side-menu ul li > ul li:hover,
.side-menu ul li > ul li.on-page {
  background-color: #13bf98;
}
.side-menu ul li a {
  text-decoration: none;
  padding: 0;
}
.side-menu > ul > li > a.on-page > span,
.side-menu > ul > li > a.on-page path {
  color: #13bf98 !important;
}
/* new UI side menu END */

/* Custom Modal START */
.dark-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.dialog-modal {
  display: none;
  background-color: #fff;
  min-height: 420px;
  max-height: 95vh;
}
.dialog-modal.xl {
  width: 1040px;
}
.dialog-modal.lg {
  width: 576px;
}
.dialog-modal.sm {
  width: 380px;
}
.dark-bg.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-modal.show {
  display: block;
  /* position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.dialog-modal .header {
  height: 40px;
  background: #13bf98;
}
.dialog-modal .header div {
  width: 300px;
  height: 20px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 3px auto;
  font-size: 1.1em;
  color: #ffffff;
}

.dialog-modal .header .left-header {
  left: 10px;
  color: #eee;
  font-size: 1.5em;
}
.dialog-modal .header .close {
  right: 10px;
}
.dialog-modal .body {
  width: 100%;
  height: calc(100% - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.dialog-modal .body.has-buttons {
  padding-bottom: 50px;
}
.dialog-modal .body .profile {
  height: 135px;
  margin: 15px;
}
.dialog-modal .body .profile .edit-btn {
  top: 0;
  right: 0;
}
.dialog-modal .body .profile .type-switch {
  top: 6px;
  right: 60px;
}
.dialog-modal .body .profile .del-btn {
  top: 0;
  right: 60px;
}
.dialog-modal .body .profile .profile-image {
  border-radius: 50%;
}
.dialog-modal .body .profile .name {
  left: 60px;
  top: 3px;
  font-size: 16px;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-modal .body .profile .status {
  left: 60px;
  top: 30px;
  font-size: 14px;
  color: #64cda8;
}
.dialog-modal .body .profile-form.form {
  top: 65px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.border-bottom-mitake {
  border-bottom: 1px solid #13bf98 !important;
}

.modal-footer {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(235, 235, 235);
}
.modal-footer > .btn-mitake,
.modal-footer > .btn-mitake:hover {
  color: #fff !important;
  background: #13bf98;
  margin-left: 40px;
}
/* Custom Modal END */

/* Set Button START */
.set-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  color: #777;
  background: transparent;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-right: 5px;
}

.set-button:last-child {
  margin: 0;
}

.set-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.set-button.disabled {
  color: #777;
  border: 1px solid #d8d8d8;
}

.set-button.disabled:hover {
  color: #777;
  background: transparent;
  cursor: not-allowed;
}

.set-wrapper:hover,
.option:hover {
  color: #555;
  background: #d8d8d8;
  cursor: pointer;
}

.set-button .title {
  flex: 1;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.set-button .img {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

.set-button .img > * {
  width: 80%;
}

.set-button .num-input {
  width: 75px;
  height: 30px;
  border: none;
  border-radius: 0 6px 6px 0;
  border-left: 1px solid #d8d8d8;
  box-sizing: border-box;
  outline: 0;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.set-button > .drop-area {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 10;
  border-radius: 0 0 5px 5px;
  transition: height 0.3s ease;
  overflow: hidden;
  background: #fff;
}

.set-button > .drop-area > .options {
  overflow: hidden;
}

.set-button > .drop-area > .options > .option {
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
}

.set-btn {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  color: #797979;
  font-size: 14px;
  float: left;
}
.set-btn.disabled {
  color: #ddd !important;
  cursor: default !important;
}
.set-btn.danger {
  border: 0.5px solid red;
  color: red;
}
.set-btn.danger:hover {
  background-color: rgba(255, 0, 0, 0.3);
  color: red;
}
.set-btn img {
  width: 14px;
  height: 14px;
}
.set-btn span {
  margin-left: 5px;
}
/* Set Button END */

/* Custom Search bar START */
.custom-search {
  right: 5px;
}
.custom-search input {
  width: 200px !important;
}
/* Custom Search bar END */

/* Custom Table START */
.custom-table {
  width: 100%;
  color: #797979;
  border-bottom: 0.5px solid #eee;
  border-right: 0.5px solid #eee;
}
.custom-table.in-modal {
  position: absolute;
  width: 90.5%;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
}
.custom-table.alone-table {
  border-left: 0.5px solid #eee;
}
.custom-table thead {
  background: #8d8d8d;
  color: #ffffff;
}
.custom-table thead td:hover {
  background: #767676;
}
.custom-table thead td span {
  margin-right: 5px;
}
.custom-table tbody tr {
  width: 100%;
  color: #5e5e5e;
  /* height: 30px;
    max-height: 30px; */
}
.custom-table th,
.custom-table td {
  height: 30px;
  max-height: 30px;
  border-spacing: 0;
}
.custom-table tbody tr:nth-child(even) {
  background-color: #ddd;
}
.custom-table tbody tr:hover {
  background-color: #eee;
}
.custom-table tbody td {
  color: #797979;
  overflow: hidden;
  white-space: nowrap;
}
.custom-table tbody span,
.custom-table tbody .display-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .custom-table th > *:nth-child(1),
.custom-table td > *:nth-child(1) {
  margin-left: 10px;
} */
.custom-table .import-body th > *:nth-child(1),
.custom-table .import-body td > *:nth-child(1) {
  margin-left: 0 !important;
}
.custom-table th:nth-child(1) img,
.custom-table td:nth-child(1) img {
  position: static;
  margin: 0;
  padding: 0;
}
.custom-table th.has-input,
.custom-table td.has-input {
  padding-left: 10px;
  width: 50px;
}
.custom-table.branch,
.custom-table.file-type {
  border: none;
  border-bottom: 0.5px solid #d4e5e2;
  overflow-x: hidden;
  overflow-y: auto;
}
/* Custom Table END */

/* New Table START */
.table-header-container {
  width: 100%;
  height: 30px;
  background: #8d8d8d;
  color: #ffffff;
}
.table-check {
  width: 50px;
}
.field-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-list::-webkit-scrollbar {
  width: 5px;
}
.table-list > *:nth-child(even) {
  background: #ddd;
}
.table-list > *:hover {
  background: #eee;
}
/* New Table END */

/* React-Paginate START */
.paginate {
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
}
.paginate.in-modal {
  bottom: -5px;
}

.pagination > li {
  padding: 5px 10px;
  border: 0.5px solid #eee;
}
.pagination > li > a::selection {
  background-color: #fff;
  color: #797979;
}
.pagination > li.active {
  background-color: #13bf98;
  color: #fff;
  font-weight: bold;
}
/* React-Paginate END */

/* Header START */
.group-profile {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border: 0.5px solid #ccc;
  border-radius: 50%;
  background-size: cover !important;
}
.group-profile > .photo {
  background: #aaa;
  right: 10px;
  bottom: 15px;
  border-radius: 50%;
}
/* Header END */

/* Switch START */
.switch-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 50px;
  height: 25px;
}
.switch-container > .checkbox {
  visibility: hidden;
}
.switch-container > .slider {
  position: absolute;
  left: 5px;
  width: 40px;
  height: 100%;
  border-radius: 15px;
  background: #ccc;
}
.switch-container > .checkbox.show + .slider {
  background: #13bf98;
}
.switch-container.disabled > .checkbox.show + .slider {
  background: #a0d1c6;
}
.switch-container > .button {
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 0.5px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: left 0.3s ease;
}
.switch-container.disabled > .button {
  cursor: initial;
}
.switch-container > .checkbox.show ~ .button {
  left: 25px;
}
/* Switch END */

/* Multi Options START */
.multi-option {
  width: 300px;
  padding: 8px 16px;
  background: #fff;
  color: #13bf98;
  border: 0.5px solid #13bf98;
  border-radius: 15px;
}
.multi-option.active,
.multi-option:hover {
  color: #fff;
  background: #13bf98;
}
.multi-option.disabled {
  background: #fff;
  color: #aaa;
  border: 0.5px solid #aaa;
  cursor: not-allowed;
}
/* Multi Options END */

/* Search Group Item Input START */
.search-group-item-input .selected-list {
  width: 420px;
  max-height: 100px;
  background: #f0f0f0;
  overflow-x: hidden;
  overflow-y: auto;
}
.search-group-item-input .search-list {
  width: 420px;
  top: 40px;
  background: #fff;
  transition: height 0.1s ease-in;
  z-index: 5;
}
.search-group-item-input .search-list .search-item {
  height: 30px;
}
/* Search Group Item Input END */

/* Tab START */
.tab-header {
  border-bottom: 3px solid #13bf98;
}
.tab-header > .tab-item {
  color: #13bf98;
  background: #fff;
  cursor: pointer;
}
.tab-header > .tab-item.active {
  color: #fff;
  background: #13bf98;
  cursor: default;
}
/* Tab END */

/* Branch Table START */
.branch-table-body {
  display: block;
  height: 450px;
  overflow-y: auto;
}
.branch-header,
.branch-table-body td {
  white-space: nowrap !important;
  margin: 0 !important;
}
.branch-table-body,
.branch-table-body tr {
  background-color: #d4e5e2 !important;
}
.branch-table-body .active,
.branch-table-body tr:hover {
  background-color: #13bf98 !important;
}
.branch-table-body .active td,
.branch-table-body tr:hover td {
  color: #fff !important;
}
.branch-table-body tr {
  display: block !important;
  width: 100% !important;
  height: 30px !important;
}
.branch-header,
.branch-table-body td {
  padding: 0 10px;
}
.branch-table-body td.branch-name {
  display: inline-block;
  white-space: nowrap;
  width: 141px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px;
}
/* Branch Table END */

/* Group Table START */
.group-table {
  width: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.group-table > .group-table-header,
.group-table > .group-table-list > .item {
  height: 30px;
}
.group-table > .group-table-header {
  background: #8d8d8d;
}
.group-table > .group-table-list {
  box-sizing: border-box;
  background: #d4e5e2;
  overflow-x: hidden;
  overflow-y: auto;
}
.group-table > .group-table-list > .item.active,
.group-table > .group-table-list > .item:hover {
  color: #fff;
  background: #13bf98;
}
/* Group Table END */

/* Processing START */
.process-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7000;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

.process-bg > img {
  width: 15px;
  height: 15px;
  /* border-radius: 15px; */
  /* background-color: #eee; */
}
/* Processing END */

/* Search Tag Input START */
.intput-set-wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 15px 10px;
  margin: 10px;
}

.intput-set-wrapper > .title {
  font-size: 14px;
  margin: 0 0 10px 10px;
}

.input-set {
  display: flex;
  align-items: center;
  width: 100%;
}

.input-set > .react-tagsinput {
  flex: 1;
  padding: 0;
  border: none;
  margin: 0 10px;
}

.input-set > label {
  font-size: 14px;
  margin: 0 10px 0 0;
}

.input-set > input {
  height: 30px;
  border: 1px solid #777;
  border-radius: 5px;
  outline: none;
  padding: 0 10px;
  margin: 0 10px;
  box-sizing: border-box;
}

.input-set > .img {
  width: 20px;
  height: 20px;
}
/* Search Tag Input END */

/* Search Tag Input START */
.input-set-box {
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
}

.input-set-box > .title {
  font-size: 14px;
  margin: 0 0 10px 10px;
}

.input-set-box .react-tagsinput {
  border: none;
}
/* Search Tag Input END */

/* Text START */
.txt-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  white-space: initial;
  word-break: initial;
  overflow: hidden;
}

.txt-start {
  position: relative;
  bottom: 1px;
  height: 100%;
  word-break: break-all;
}

.txt-middle {
  position: relative;
  right: 2px;
}

.txt-end {
  word-break: break-all;
  height: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.txt-original {
  display: inline-block;
}
/* Text END */
