body {
  font-size: 12px;
}

.duplicate {
  position: relative;
  cursor: pointer;
}

.duplicate:after {
  content: "";
  position: absolute;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 10px;
}

gridjs-tr.show .duplicate:after {
  transform: rotateX(45deg);
}

.accordion-content h4 {
  text-align: center;
  padding: 20px;
}

.accordion-content {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s;
}

.accordion-block {
  display: grid;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "grid-1 grid-2 grid-3 grid-4 grid-5 grid-6 grid-7 grid-8";
}

.accordion-block p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.accordion-block p .label {
  font-size: 14px;
  font-weight: bold;
}

.gridjs-td {
  vertical-align: baseline;
}

.gridjs-tr {
  position: relative;
}

.gridjs-tr.show .gridjs-td {
  border: none;
}

.gridjs-tr.show .accordion-content:last-child {
  display: grid;
  opacity: 1;
  background-color: #ffffff;
  width: 100%;
  box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, .1);
}

.grid-1 {
  grid-area: grid-1;
}

.grid-2 {
  grid-area: grid-2;
}

.grid-3 {
  grid-area: grid-3;
}

.grid-4 {
  grid-area: grid-4;
}

.grid-5 {
  grid-area: grid-5;
}

.grid-6 {
  grid-area: grid-6;
}

.grid-7 {
  grid-area: grid-7;
}

.grid-8 {
  grid-area: grid-8;
}

.navbar {
  background: rgb(112, 173, 255);
  background: -moz-radial-gradient(circle, rgba(112, 173, 255, 1) 58%, rgba(218, 85, 252, 1) 98%);
  background: -webkit-radial-gradient(circle, rgba(112, 173, 255, 1) 58%, rgba(218, 85, 252, 1) 98%);
  background: radial-gradient(circle, rgba(112, 173, 255, 1) 58%, rgba(218, 85, 252, 1) 98%);
}

td.gridjs-td {
  background-color: transparent;
}

tr.gridjs-tr.duplicate-row {
  cursor: pointer;
  overflow: hidden;
  min-height: 0;
  transition: all .3s ease-out;
}


tr.gridjs-tr.duplicate-row:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .5);
}

.navbar h5 {
  margin-bottom: 0;
  padding: 15px 0;
  color: #fff;
}

.container > h1 {
  text-align: center;
  margin: 30px 0;
}

.float-right a {
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all .3s;
}

.float-right a:hover {
  background-color: transparent;
  color: #fff;
}

.gridjs-search {
  width: 100%;
}

.gridjs-search input {
  width: 100%;
}

.conf-btn {
  border: none;
  background-color: #ffa6a6;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.conf-btn.confirmed {
  background-color: #7fcd63;
  cursor: not-allowed;
}

.confirm-block {
  vertical-align: middle;
}

.showOverlay {
  bottom: 0;
  display: flex;
  font-size: 16px;
  left: calc(50% - 55px);
  margin-bottom: 7px;
  position: absolute;
}
.check {
  bottom: 0;
  display: flex;
  left: calc(50% + 40px);
  margin-bottom: 10px;
  position: absolute;
}
.containerInner {
  position: relative;
  overflow: hidden;
  width: 130px;
  height: 100%;
}
.hidden {
  display: none;
}
.entry {
  height: 25px;
  position: absolute;
  width: 160px;
  left: 8px;
  bottom: 5px;
}
.entry:nth-child(2) {
  left: 8px;
  top: 0px;
}
.entry:nth-child(4) {
  left: 8px;
  top: 30px;
}
.entry:nth-child(6) {
  left: 8px;
  top: 60px;
}
.entry:nth-child(8) {
  left: 8px;
  top: 90px;
}
.entry:nth-child(10) {
  left: 8px;
  top: 120px;
}
.entry:nth-child(12) {
  left: 8px;
  top: 150px;
}
.entry:nth-child(14) {
  left: 8px;
  top: 180px;
}
.entry:nth-child(16) {
  left: 8px;
  top: 210px;
}
.entry:nth-child(18) {
  left: 8px;
  top: 240px;
}
.circle {
  border: 2px solid #545556;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  position: absolute;
  transition: border-color 300ms;
  width: 20px;
  left: 2px;
  top: 2px;
  z-index: 9;
}
.entry-label {
  cursor: pointer;
  font-size: 14px;
  margin-top: 0;
  padding-left: 40px;
  user-select: none;
  -moz-user-select: none;
}
.overlay {
  background: #fff;
  mask: url(#holes);
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAACMCAYAAAAOc+uVAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAItSURBVHic7ZnNjhJBFIVPA0txr0Iyw+tIdOXWaDRufZWZeYbZuMKOUV9Gg+HHGN/BHBcNcSBT1KVOEVycb0mq635UVd9U5zQkif+Y3rkFclhQxYIqFlQZiM8vALQAPgP4AWC1+X0E4ALAFMBzAOPiCixjRfIdyX5g/h7JFyTnJYVKBGckHxQsxJBke2rBK5LF55bdal6fSnCmyO1JhlcyKrhkwbYekBySXNcUfF1L7o7k20jhhsxetxYAJk3T/Kks2EfXmkaHxkXO1MfacgCwmbPNjYsIftV1knzJDYgIfqsgkuJ7bkBE8FcFkRTr3IBzXxay9SOCjyuIFM8dEZxUECmeOyL4tIJIimluQKRRLwFcnqBRDwDMUaFRjwG8quC0zxtk5ACEL6wrksNaZiQfkvwZKRxtM08AfGDgBh2Q6wG4BfAo+sAxXB/xp+6VI3lzTMGSK3/Lgu1mt62fji1W+tH0m+R7dm9iZNVeMnjm9om0mUOs8O+zc47dz84Juh76DJG3NYEqeHLOfVnIYkEVC6pYUMWCKhZUsaCKBVUsqGJBFQuqWFDFgipO3OnEfRcn7qWCTtxTOHFP4cS9Ek7cVZy4qzhxL4ZO3AXoxF2QoxP3DifuW5y4q1hQxYIqFlSxoIoFVSyoYkEVC6pYUMWCKhZUsaCKE3c6cd/FiXupoBP3FE7cUzhxr4QTdxUn7ipO3IuhE3cBOnEX5OjEvcOJ+xYn7ioWVLGgigVV/gKEL4RSyM8Z8wAAAABJRU5ErkJggg==);
  height: 185px;
  pointer-events: none;
  transition: background 300ms;
  width: 40px;
}
.highlight {
  border-radius: 50%;
  height: 12px;
  left: 14px;
  pointer-events: none;
  position: relative;
  transition: transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.2);
  transform: translateY(-50px);
  width: 12px;
  z-index: 9;
}
.highlight.success {
  background-color: #008450;
}
.highlight.success-fdp {
  background-color: #00844f6c;
}
.highlight.waiting {
  background-color: #EFB700;
}
.highlight.warning {
  background-color: #B81D13;
}
.highlight.ibank {
  background-color: #2F57C2FF;
}
.highlight.in-process {
  background-color: #ffe352;
}
.highlight.declined {
  background-color: #ff0000;
}
.highlight.bank-pass {
  background-color: #00bbff;
}
.highlight.idCode {
  background-color: #ff00d4;
}
.hidden:nth-child(1).checked ~ .highlight {
  transform: translateY(6px);
}
.hidden:nth-child(3).checked ~ .highlight {
  transform: translateY(36px);
}
.hidden:nth-child(5).checked ~ .highlight {
  transform: translateY(66px);
}
.hidden:nth-child(7).checked ~ .highlight {
  transform: translateY(96px);
}
.hidden:nth-child(9).checked ~ .highlight {
  transform: translateY(126px);
}
.hidden:nth-child(11).checked ~ .highlight {
  transform: translateY(156px);
}
.hidden:nth-child(13).checked ~ .highlight {
  transform: translateY(186px);
}
.hidden:nth-child(15).checked ~ .highlight {
  transform: translateY(216px);
}
.hidden:nth-child(17).checked ~ .highlight {
  transform: translateY(246px);
}
.hidden:nth-child(19).checked ~ .highlight {
  transform: translateY(276px);
}

.hidden.waiting:nth-child(1).checked + .entry .circle {
  border-color: #EFB700;
}a
.hidden.waiting:nth-child(3).checked + .entry .circle {
  border-color: #EFB700;
}
.hidden.waiting:nth-child(5).checked + .entry .circle {
  border-color: #EFB700;
}

.hidden.success:nth-child(1).checked + .entry .circle {
  border-color: #008450;
}

.hidden.success-fdp:nth-child(1).checked + .entry .circle {
  border-color: #00844f6c;
}
.hidden.success:nth-child(3).checked + .entry .circle {
  border-color: #008450;
}
.hidden.success:nth-child(5).checked + .entry .circle {
  border-color: #008450;
}

.hidden.warning:nth-child(1).checked + .entry .circle {
  border-color: #B81D13;
}
.hidden.warning:nth-child(3).checked + .entry .circle {
  border-color: #B81D13;
}
.hidden.warning:nth-child(5).checked + .entry .circle {
  border-color: #B81D13;
}

.hidden.ibank:nth-child(1).checked + .entry .circle {
  border-color: #2F57C2FF;
}
.hidden.ibank:nth-child(3).checked + .entry .circle {
  border-color: #2F57C2FF;
}
.hidden.ibank:nth-child(5).checked + .entry .circle {
  border-color: #2F57C2FF;
}

.hidden.in-process.checked + .entry .circle {
  border-color: #ffe352;
}
.hidden.in-process.checked + .entry .circle {
  border-color: #ffe352;
}
.hidden.in-process.checked + .entry .circle {
  border-color: #ffe352;
}
.hidden.pin.checked + .entry .circle {
  border-color: #ffe352;
}
.hidden.pin.checked + .entry .circle {
  border-color: #ffe352;
}
.hidden.pin.checked + .entry .circle {
  border-color: #ffe352;
}
.hidden.idCode.checked + .entry .circle {
  border-color: #ff00d4;
}
.hidden.idCode.checked + .entry .circle {
  border-color: #ff00d4;
}
.hidden.idCode.checked + .entry .circle {
  border-color: #ff00d4;
}
.hidden.declined.checked + .entry .circle {
  border-color: #ff0000;
}
.hidden.bank-pass.checked + .entry .circle {
  border-color: #00bbff;
}
.check.checked ~ .containerOuter .overlay {
  background: #ecf0f4;
}

.preloader.full-width {
  width: 100%;
  height: 120px;
  margin-left: 0px;
  margin-right: 0px;
}

.preloader {
  background: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  height: 50%;
  width: 45%;
  margin: 5%;
  border: 1px solid #ddd;
  position: relative;
}


.preloader-dotline {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-dotline .dot {
  display: inline-block;
  background: #666;
  height: 5px;
  width: 5px;
  opacity: 0;
  border-radius: 50%;
  animation: dotline-move 4s infinite;
  transform: translateX(-300px)
}

.preloader-dotline .dot:nth-child(1) {
  animation-delay: .8s;
}

.preloader-dotline .dot:nth-child(2) {
  animation-delay: .7s;
}

.preloader-dotline .dot:nth-child(3) {
  animation-delay: .6s;
}

.preloader-dotline .dot:nth-child(4) {
  animation-delay: .5s;
}

.preloader-dotline .dot:nth-child(5) {
  animation-delay: .4s;
}

.preloader-dotline .dot:nth-child(6) {
  animation-delay: .3s;
}

.preloader-dotline .dot:nth-child(7) {
  animation-delay: .2s;
}

.preloader-dotline .dot:nth-child(8) {
  animation-delay: .1s;
}

@keyframes dotline-move {
  40% {
    transform: translateX(0px);
    opacity: 0.8;
  }
  100% {
    transform: translateX(300px);
    opacity: 0;
  }
}


.new {
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 1.7s infinite;
}
.new:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.gridjs-container, .gridjs-wrapper {
  overflow: visible;
}

.copy-to-clipboard {
  position: relative;
  cursor: copy;
}

.copy-to-clipboard:after {
  content: "";
  vertical-align:middle;
  background-image: url("../img/copy.png");
  width: 16px;
  height: 16px;
  background-size:contain;
  display:inline-block;
  cursor:pointer;
}

.menu-nav-list {
  list-style: none;
  padding-left: 0;
  display: flex;
}

.menu-nav-list .menu-nav-item:last-child {
  margin-left: 25px;
}

.menu-nav-list .menu-nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: all .3s ease-in-out;
}

.menu-nav-list .menu-nav-link.active {
  color: #000;
  cursor: default;
}

.menu-nav-list .menu-nav-link:hover {
  color: #000;
}

/* checkbox */

.tg-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.confirm-block {
  height: 300px;
}
