body {
  background: #fff;
}

.formBg {
  font: 14px sans-serif;
  background: #eee;
  background-image: url("../img/bg.png");
}

.icolorConnect {
  text-align: center;
}

.icolorConnect img {
  width: 100%;
}

.supportContainer {
  position: absolute;
  z-index: 9998;
  right: 36px;
  top: 68px;
  /* bottom: 30px; */
  /* right: 10px; */
  width: 150px;
  /* border-radius: 50%; */
  /* height: 150px; */
  background: none;
  vertical-align: middle;
  /* display: none; */
  opacity: 1;
}

.supportBTN {
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #fff;
  /* background: #fff; */
  /* width: 150px; */
  /* height: 150px; */
  /* border-radius: 50%; */
  vertical-align: middle;
  font-weight: 100;
}

.register-btn {
  position: absolute;
  right: 99px;
  top: 16px;
}

.supportBTN img {
  width: 114px;
  /* border-radius: 50%; */
  /* height: 150px; */
  /* height: 100%; */
  position: relative;
  top: 0px;
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
  /* right: 50%;*/
}

.pageContainerWelcome {
  /* height: calc(100vh - 100px); */
  margin-bottom: 75px;
  margin-top: 0px;
  max-width: 100vw;
  overflow-x: hidden;
}

.colThumbnail {
  display: flex;
  flex-direction: column;
  transform: scale(1);
  transition: all 0.6s;
  height: calc(100vh - 160px);
}

.colThumbnail:hover {
  transform: scale(1.2);
  transition: all 0.6s;
}

.thumbnail {
  width: 100%;
  max-height: 600px;
  height: auto;
  object-fit: contain;
  padding: 50px;
  text-align: center;
  transition: all 0.6s;
}

.horizontal {
  padding: 0;
}

.welcomeRow {
  height: 90%;
  overflow: hidden;
}

/* .row {
  overflow: hidden;
} */

.preventOverlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  pointer-events: all;
  position: fixed;
  top: 75px;
}

.preventOverlay a {
  color: #fff;
  font-weight: bold;
}

.preventOverlay.complete {
  background: rgba(64, 154, 102, 0.8);
  color: #fff;
}

.preventOverlay.error {
  background: rgba(221, 6, 77, 0.8);
  color: #fff;
}

.preventOverlay .inner {
  padding: 100px;
  text-align: center;
  position: absolute;
  width: 80%;
  left: calc((100vw - 80%) / 2);
  top: 25vh;
}

.pageContainer {
  padding: 0 30px;
}

.fixedHeader {
  position: sticky;
  height: 60px;
  top: 75px;
  width: 100%;
  background: #dfe4ea;
  z-index: 9997;
}

.buttons-html5 {
  border: 1px solid #000;
}

.preloader-modal .modal-content {
  width: 220px;
  height: 310px;
  left: calc((100vw - 220px) / 2);
  text-align: center;

  top: calc((100vh - 310px) / 2);
  outline: 9999px solid rgba(0, 0, 0, 0.5);
}

.preloader-modal .modal-content i {
  font-size: 72px;
  padding: 30px;
}

.preloader-modal .modal-content img {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.show {
  display: block;
}

.modal-backdrop {
  z-index: 9998;
}

.innerHeader {
  padding: 15px 30px;
}

.innerHeader strong,
.innerHeader .fa-user {
  font-size: 20px;
}

#sortTable th {
  background: rgba(0, 128, 192, 1);
}

.page-item.active .page-link {
  background: rgba(0, 128, 192, 1);
  border-color: rgba(0, 128, 192, 1);
}

.formCard {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 100% !important;
}

.card {
  border: 0 none;
}

.welcome.card {
  padding: 20px;
  margin-top: 60px;
}

.welcome.card .card-body {
  padding: 100px 50px;
  max-height: 300px;

  text-align: center;
  font-size: 48px;
}

.portalRow {
  position: fixed;
  /* position: fixed; */
  bottom: 0;
  width: 1;
  width: 100%;
  text-align: center;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
}

.portal {
  text-align: center;
  padding: 20px 40px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.portal h2 {
  color: #fff;
  font-size: 20px;
}

.welcomeRow a {
  display: inline-block;
}

.welcomeRow .col-sm-6 {
  text-align: center;
}

figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 350px;
  height: 350px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 128, 192, 0.8);
  border: 4px solid rgba(0, 0, 0, 0.3);
  transition: background 0.3s, border 0.3s, transform 0.3s;
  border-radius: 50%;
  transform: scale(1);
}

figure:hover {
  background: rgba(0, 192, 68, 0.9);
  border: 4px solid rgba(255, 255, 255, 0.8);
  transition: background 0.3s, border 0.3s, transform 0.3s;
  transform: scale(1.1);
}

figure figcaption {
  padding: 100px 10px;
}

figure .bg {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure:hover span {
  opacity: 0.4;
}

/* figure figcaption::before {
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
} */

figure figcaption::before,
figure figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/* figure figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
} */

figure:hover figcaption::before,
figure:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

figure i {
  font-size: 48px;
  color: #fff;
  transition: transform 0.35s, font-size 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure:hover i {
  font-size: 36px;
  transition: transform 0.35s, font-size 0.35s;
  -webkit-transform: translate3d(0, -23px, 0);
  transform: translate3d(0, -23px, 0);
}

figure {
  color: #fff;
}

figure:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure:hover h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

figure h2 {
  color: #fff;
  font-size: 48px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
}

figure p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dropdown-divider {
  border-top: 1px solid #eee;
  height: 0;
  margin: 7px 0 0 0;
  overflow: hidden;
}

.admin .dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 9999;
  min-width: 150px;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 12px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 1);
  background-clip: padding-box;
  border: 0px none;
  border-radius: 0;
  /* border-top: 4px solid rgba(0, 128, 192, 1);
    border-style: solid;
    border-width: 15px 75px 0 75px;
    border-color: rgba(0, 128, 192, 1) transparent transparent transparent;

    border-radius: 0; */
  /* border-radius: .25rem; */
}

.blog-header {
  padding: 0 !important;
}

.sticky-top {
  z-index: 9999;
}

.navbar {
  padding: 0 20px !important;
}

/*
.blog-header {
    height: 75px;
}

.navbar {
    height: 75px;
}

.navbar-collapse {
    height: 75px;
} */

.navbar-nav {
  height: 75px;
  margin-right: 65px;
}

.nav-item.admin.show .dropdown-toggle::after {
  color: #fff;
}

.nav-item.admin {
  position: absolute;
  right: 0;
  height: 75px;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}

.nav-item.admin.show {
  background: rgba(0, 128, 192, 1);
}

.nav-item.admin.show i {
  color: #fff;
  font-size: 20px;
}

.nav-item.admin.show {
  border-bottom: 0px none;
}

.nav-item.admin.show:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 9999;
  padding: 0;
  margin: 0;
  position: absolute;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: rgba(0, 128, 192, 1) transparent transparent transparent;
  bottom: -13px;
  left: 28px;
}

.nav-item:nth-child(odd) {
  background: #fff;
}

.nav-item.active {
  border-bottom: 4px solid rgba(0, 128, 192, 1);
  font-weight: bold;
}

.nav-item:hover {
  border-bottom: 4px solid rgba(0, 128, 192, 1);
}

.nav-item {
  box-sizing: content-box;
  border-bottom: 4px solid transparent;
  text-align: right;
  background: #fff;
  padding: 0 20px;
  height: 100%;
  font-size: 14px;
  display: table;
  vertical-align: middle;
  margin: 0;
}

.nav-link {
  display: table-cell;
  vertical-align: middle;
}

.navbar-toggler {
  background: #f9f9f9;
}

.border-bottom {
  border: 0px none !important;
}

.logo {
  width: 200px;
}
.icolor-logo {
  width: 150px;
}

.hidden {
  display: none;
}

.mainContainer {
  position: relative;
  background: #f7f7f7;
}

.fixedContainer {
  background: #eee;
  color: #222;
  padding: 20px 5%;
}

#selectPkg {
  position: absolute;
  width: 100%;
  line-height: 400px;
  text-align: center;
  z-index: 9999;
}

#previewBTN {
  margin: 0 auto;
  text-align: center;
}

.previewImage img {
  width: 100%;
  height: auto;
  text-align: center;
}

.previewText {
  position: absolute;
}

#exportHeader {
  width: 30px;
}

#sortTable {
  overflow-x: visible;
  width: 100% !important;
  font-size: 12px;
}

#sortTable th {
  padding-right: 10px;
}

.addBTN {
  padding-right: 20px;
  margin-left: 20px;
}

.importBTN {
  padding-right: 20px;
  text-align: right;
  margin-left: 20px;
}

.importBTN i {
  padding-right: 20px;
}

.btnContainer {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

#previewContainer {
  width: 662px;
  height: 447px;
  text-align: left;
  background: #eee;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.scaleable-wrapper {
  resize: both;
  position: relative;
  background: #f7f7f7;
  height: 447px;
}

.previewImage {
  background: #eee;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  height: 447px;
  width: 662px;
  top: 0;
  left: 0;
}

.toggleContainer {
  position: absolute;
  z-index: 999;
  right: 50px;
}

.form-control {
  font-size: 12px;
}

.form-group {
  font-size: 12px;
}

.otherContainer {
  display: none;
  position: absolute;
  right: 160px;
}

.modal {
  z-index: 9999;
}

.modalContainer {
  z-index: 9999;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1024px;
  max-width: 100%;
  height: 576px;
  max-height: 100%;
}

.modalContainer.closed {
  display: none;
}

.modalContent {
  background: #fff;
  /* cover the modal */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* let it scroll */
  overflow-y: scroll;
  overflow-x: hidden;
}

.modalImg {
  width: 100%;
  height: auto;
}

.modalImg img {
  width: 100%;
}

.modal-overlay {
  display: flex;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-overlay.closed {
  display: none;
}

td.customer_item {
  text-transform: uppercase;
}

.dataTables_wrapper {
  font-size: 12px;
}

table .form-group {
  margin: 0px;
}

.table td {
  vertical-align: middle !important;
  padding: 0.4rem;
}

.table th {
  background: rgba(0, 128, 192, 1);
  vertical-align: middle !important;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  line-height: 16px;
  content: "\f0fe";
  border: none !important;
  box-shadow: none !important;
  background: none;
  border-radius: none;
  color: #222;
  vertical-align: middle;
  position: absolute;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  content: "\f146";
  font-family: "Font Awesome 5 Free";
  color: #d33333;
  background: none;
  vertical-align: middle;
  position: absolute;
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  font-size: 12px;
  padding-right: 0.6rem;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  font-size: 12px;
}

.table td,
.table th {
  padding: 0.6rem;
}

.parsley-errors-list {
  list-style-type: none;
  padding: 5px 0;
  color: #ff0000;
}

.has-error input,
.has-error select {
  border-color: #ff0000;
}

td.ellipsis,
th.ellipsis {
  text-overflow: ellipsis;
  max-width: 115px;
  overflow: hidden;
  transition: max-width 0.3s;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 1;
  color: #fff;
}

td.ellipsis:hover {
  text-overflow: none !important;
  max-width: 250px;
  transition: max-width 0.3s;
}

@media (max-width: 768px) {
  .supportContainer {
    right: 3px;
  }

  .nav-item.active {
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: bold;
  }

  .nav-item:hover {
    border: 2px solid rgba(0, 0, 0, 0.2);
  }

  .nav-item {
    box-sizing: border-box;
    border: 1px solid transparent;
    text-align: right;
    background: transparent !important;
    padding: 10px 20px;
    font-size: 16px;
    height: 50px;
    margin: 0;
  }

  .blog-header {
    height: auto;
  }

  .nav-item .fas i {
    color: darkgray;
    font-size: 15px;
    padding-right: 15px;
  }

  .navbar {
    height: 75px;
  }

  .navbar-nav {
    height: fit-content;
    background-color: #fff;
    background-image: linear-gradient(transparent 50%, #f7f7f7 50%);
    background-size: 100% 125px;
  }

  .navbar-collapse {
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 75px;
  }

  .navbar-nav {
    margin-right: 0px;
  }

  .navbar-toggler {
    background: #f9f9f9;
  }

  .admin {
    display: none;
  }
}

.success {
  color: #4fdb7c;
}

.error {
  color: #d33333;
}

.ml-auto {
  z-index: 9999 !important;
}
