* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "SF Pro", Arial, Helvetica, sans-serif;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:active {
  text-decoration: none;
  color: #f0f0f0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
}

iframe {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
}

video {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
}

.box {
  max-width: 150px;
  margin: 10px;
  float: left;
}
.box img {
  --aspect-ratio: 150/195;
}

.full-height {
  height: 100vh;
  min-height: 100%;
}
.top-mp-30 {
  margin-top: 30%;
}

.bg-login {
  /* The image used */
  background-image: url("../images/bg-login.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Slideshow container */
.myslides-margin {
  margin: 50px;
}
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}
.mySlides h1 {
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  font-size: 36px;
}
.mySlides p {
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  font-size: 15px;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;

  margin: auto;
}

.mySlides img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
/* The dots/bullets/indicators */
.dot {
  height: 2px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3.5s;
}

@keyframes fade {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

.search-input {
  padding-top: 10px;
  margin: 10px auto;
  max-width: 600px;
  top: 50px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.search-input label {
  font-weight: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 0px 10px 0px;
  display: block;
}
.search-input input[type="text"],
.search-input input[type="password"],
.search-input input[type="number"],
.search-input input[type="email"],
.search-input select {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 15px 20px;
  display: block;
  width: 100%;
  font-size: 36px;
  line-height: 43px;
  color: #8c94a0;
}

.search-btn {
  position: absolute;
  right: 30px;
  bottom: 25px;
  color: #000000;
  font-size: 21px;
  cursor: pointer;
  background: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

.filter-input input[type="text"],
.filter-input input[type="password"],
.filter-input input[type="date"],
.filter-input input[type="number"],
.filter-input input[type="email"],
.filter-input select {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: normal;
  display: block;
}
.filter-input button {
  background: none;
  outline: none;
  border: none;
  font-weight: bold;
  font-size: 19px;
}
.login {
  max-width: 500px;
  margin: 40px auto;
  padding-top: 5%;
  padding: 20px;
}
.login-title h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  padding: 20px 0px 0px 0px;
}
.login-title h6 {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 0px 0px 0px;
}

.login-input {
  padding-top: 10px;
  margin: 10px;
}

.login-input label {
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 0px 10px 0px;
  display: block;
}
.login-input input[type="text"],
.login-input input[type="password"],
.login-input input[type="number"],
.login-input input[type="email"],
.login-input select {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 15px 20px;
  display: block;
  font-size: 14px;
  width: 100%;
  line-height: normal;
}

.login-input button {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  background: #000000;
  border-radius: 5px;
  width: 100%;
  padding: 15px 20px;
  cursor: pointer;
  margin-top: 10px;
}

.header {
  background-color: #09090a;
}
.table-menu {
  float: right;
  padding-top: 20px;
}

.table-menu i {
  cursor: pointer;
}
.filter-btn {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff !important;
  background: #000000;
  border-radius: 5px;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #000000;
  cursor: pointer;
  margin-top: 10px;
  display: block;
}

.filter-cancel-btn {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #8c94a0 !important;
  background: #ffffff;
  border: 1px solid #8c94a0;
  border-radius: 5px;
  width: 100%;
  padding: 12px 20px;
  cursor: pointer;
  margin-top: 10px;
  display: block;
}

.table-menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 20px;
}

.mobile-menu {
  display: none;
}
.menu {
  float: right;
}

.menu ul li i {
  padding: 0px 20px;
}
.menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}
.menu ul li a {
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}
.menu hr {
  position: absolute;
  top: -45px;
  width: 48px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
}
.border-right {
  border-right: 1px solid #ffffff;
  padding-right: 30px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.border-left {
  border-left: 1px solid #ffffff;
  padding-left: 30px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.border-left-black {
  border-left: 1px solid #000000;
  padding-left: 30px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.border-right-black {
  border-right: 1px solid #000000;
  padding-right: 30px;
}
.header-title {
  background-image: url(../images/bg-header.jpg);
  max-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
  padding: 20px 0px 20px 0px;
  position: relative;
}

.header-title h1 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  padding: 15px 5px 5px 5px;
}
.header-title h6 {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}



.logo img {
  max-width: 100px;
}

.total-users-box {
  background: #ffffff;
  border: 1px solid #f0f2f2;
  border-radius: 5px;
  overflow: auto;
  padding: 20px 22px;
  margin: 30px auto;
  width: 100%;
}
.total-users-box h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}
.total-users-box h6 {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.total-box {
  background: #ffffff;
  border: 1px solid #f0f2f2;
  border-radius: 5px;
  overflow: auto;
  padding: 20px 22px;
  margin: 10px;
}
.total-box img {
  float: right;
  max-width: 66px;
  padding: 10px 0px 0px 0px;
}
.total-box h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}
.total-box h6 {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}
.text-left {
  text-align: left;
}
.app-container {
  width: 90%;
  max-width: 600px;
  overflow: auto;
  margin: 10px auto;
}
.app-container h1 {
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  padding: 10px;
}
.app-container h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding: 10px;
}
.app-container h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  padding: 17px 10px 10px 10px;
}
.app-container h4 {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  padding: 10px;
}

.app-select input[type="checkbox"][id^="id_"] {
  display: none;
}

.app-select label {
  border: 1px solid #000000;
  padding: 20px 0px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
  border-radius: 11px;
}

.app-select label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.app-select label img {
  width: 36px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  display: block;
  margin: 0 auto;
}
:checked + label,
.app-select i {
  border-color: #8c94a0;
  background-color: #0b0811;
  border-radius: 11px;
}
:checked + label img {
  filter: brightness(0) saturate(100%) invert(89%) sepia(93%) saturate(141%)
    hue-rotate(292deg) brightness(103%) contrast(104%);
  -webkit-filter: brightness(0) saturate(100%) invert(89%) sepia(93%)
    saturate(141%) hue-rotate(292deg) brightness(103%) contrast(104%);
}

:checked + label:before {
  content: "✓";
  background-color: #8c94a0;
  transform: scale(1);
}

:checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

.app-select h3 {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #8c94a0;
  padding: 10px;
}

.submit-btns {
  background: none;
  border: none;
  display: block;
  text-align: center;
  margin: 10px auto;
  max-width: 100px;
  cursor: pointer;
}

.disabled-btn {
  opacity: 0.5;
}
.errors h1 {
  font-size: 12px;
  text-align: center;
  color: red;
}

.errors h2 {
  text-align: center;
  font-size: 24px;
  color: #8C94A0;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .tab-none {
    display: none !important;
  }

  .menu ul li {
    padding: 0px 10px;
  }
  .menu ul li i {
    padding: 0px 5px;
  }

  .mobile-menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #09090a;
    left: 0;
    z-index: 1000;
    padding: 20px;
    display: block;
  }

  .mobile-menu ul {
    display: table;
    width: 100%;
  }

  .mobile-menu ul li i {
    padding: 0px 10px;
  }
  .mobile-menu ul li {
    list-style: none;
    display: table-cell;
    max-width: 0px;
    padding: 0px 10px;
  }
  .mobile-menu ul li a {
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
  }

  .search-input input[type="text"],
  .search-input input[type="password"],
  .search-input input[type="number"],
  .search-input input[type="email"],
  .search-input select {
    font-size: 24px;
  }
}

.bottom-space {
  width: 100%;
  height: 100px;
}
.canvas_div_pdf {
  page-break-after: always;
}

.opacity {
  opacity: 0.5;
}

.barcode {
  font-family: "Free 3 of 9";
  /* font-size: 63px; */
  font-size: 100px;
  font-weight: normal;
  text-align: center;
}
/* .border {
  border: 1px dotted #2b2a2a;
} */

.idcard:nth-child(10n) {
  clear: right;
  margin-bottom: 17%;
  page-break-after: always;
}

.idcard {
  /* width: 7.8cm;
  height: 204px; */
  width: 50%;
  margin: 10px auto;
  padding-top: 28px;
  padding: 6px;
  float: left;
}

.print-container {
  overflow: auto;
  margin: 0px auto;
}

.idcardmw {
  padding: 10px 10px 10px 10px;
  /* max-width: 240px; */
}

.idcard h1 {
  text-align: center;
  font-size: 20px;
}
.idcard h2 {
  text-align: center;
  font-size: 20px;
}
.idcard h3 {
  text-align: center;
}
.idcard h4 {
  text-align: left;
  font-size: 14px;

  overflow-x: hidden;
  white-space: nowrap;
}
.idcard h5 {
  text-align: right;
  font-size: 14px;
}

.print-container {
  width: 210mm;
  min-height: 297mm;
  padding: 5mm;
  margin: 5mm auto;
  /* border: 1px #d3d3d3 solid; */
  border-radius: 5px;
  background: white;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  .print-container {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
  
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@media print {
  * {
    display: none;
  }
  #print-view {
    display: block;
  }

  /* .print-container {
    width: 90mm;
        height: 55mm;
        margin: 2cm 5cm; 
        page-break-after: always;
  } */
  .idcard {
    page-break-after: always;
  }
}
.login-again {
  width: 100%;
  height: 100%;
  background-color: #09090a;
  padding: 10%;
}
.login-again h1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.login-again a {
  font-size: 24px;
  color: #ffdf01;
}
.login-again img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.home-login img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.home-login-btn {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  background: #ef1b24;
  border-radius: 5px;
  max-width: 300px;
  padding: 15px 20px;
  cursor: pointer;
  margin: 20px auto;
  text-align: center;
  display: block;
  color: #ffffff !important;
}
