a,
a:hover {
  color: #108235;
}

sup {
  font-size: 100%;
  color: #108235;
}

.alert {
  text-align: center;
}

.btn.disabled {
  pointer-events: auto !important;
  cursor: progress;
  opacity: 0.3;
}

.btn.disabled:hover {
  transform: none;
}

a .fa {
  margin-right: 5px;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 14px;
  background: #fafafa;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.login-left {
  width: 100%;
  height: 100%;
  align-self: stretch;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: url('../img/login-left-bg.jpg') center center/cover no-repeat;
}

.login-left video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.login-left #logo-mint {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  z-index: 3;
}

.login-left #logo-mint img {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 3;
}

.login-right {
  align-self: stretch;
  padding: 20px;
  margin: auto;
  max-width: 800px;
  width: 100%;
}

.login-right-title {
  text-align: center;
  padding-bottom: 30px;
}

.login-right-title h1 {
  font-weight: 600;
  margin-bottom: 10px;
}

.login-right form {
  max-width: 500px;
  margin: 0 auto;
}

.login-right .form-group {
  position: relative;
}

.login-right .form-group i {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 19px;
}

.login-right .form-group input.form-control {
  padding-left: 44px;
}

.login-right button.btn {
  margin: 30px auto 0;
  display: block;
}

.login-right button.btn i {
  margin-right: 4px;
}

.wellcome__megs {
  display: block;
  margin: 30px 0 10px;
}

#wrapper {
  background: #fafafa;
}

#wrapper #content-wrapper {
  min-height: 100vh;
  padding-left: calc(190px + 1.5rem);
}
#wrapper #content-wrapper.show-pu,
#wrapper #content-wrapper.show-pu *{
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .login-container {
    height: auto;
  }

  .login-left {
    height: 80px;
    text-align: center;
  }

  .login-left #logo-mint img {
    left: auto;
    top: auto;
    width: 150px;
  }
}


/* #content-wrapper.show-pu:before {
    content: "";
    background: #5e4f4fb3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
} */

.btn {
  -webkit-transition: all ease .3s;
  -webkit-transform: translate(0);
  display: inline-block;
  width: auto;
  padding: 10px 30px !important;
  margin: 0 10px 0 0;
  font-size: 15px !important;
  border-radius: 100px;
  white-space: nowrap;
}

.btn:hover {
  -webkit-transform: translate(0, 2px);
}

.breadcrumb {
  margin-bottom: 2rem;
  text-transform: capitalize;
  background-color: #ececec29;
}

.breadcrumb-item.active {
  color: #fff;
}

.header-menu {
  display: flex;
  list-style: none;
  padding: 16px;
  font-size: 16px;
  align-items: center;
}

.header-menu .btn-burger-menu button {
  padding: 0;
}

.header-title {
  padding-top: 5px;
}

.header-title h1 {
  font-weight: 500;
}

@media only screen and (max-width:768px) {
  .header-title h1 {
    font-size: 1.1rem;
  }
}

.nav-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.brand-logo {
  margin-right: 40px;
}

.brand-logo .sidebar-brand-icon img {
  max-width: 200px;
  width: 100%;
  mix-blend-mode: darken;
}

.nav-menu .nav-item .nav-link {
  display: flex;
  align-items: center;
}

.nav-item .nav-link .nav-text {
  font-size: 14px;
  color: #000;
}

.nav-menu .nav-item .nav-link .nav-text {
  margin: 0 8px;
}

.nav-menu .nav-item a.nav-link i {
  -webkit-transition: all ease .3s;
  margin-top: 2px;
}

.nav-menu .nav-item a.nav-link[aria-expanded="false"] i {
  -webkit-transform: rotate(90deg);
  color: #fff;
}

.nav-menu .nav-item a.nav-link[aria-expanded="true"] i {
  -webkit-transform: rotate(-90deg);
  color: #fff;
}

.nav-menu .nav-item {
  position: relative;
}

.nav-menu .nav-item img,
.static-top.topbar-custom .nav-item img {
  max-width: 24px;
  width: 100%;
  filter: invert(1);
}

.header-menu .navbar-expand .navbar-nav .nav-link {
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-item .dropdown-item i {
  color: #000;
}

.nav-menu .nav-item .dropdown-mnu {
  position: absolute;
  z-index: 2;
  min-width: 100px;
  width: 100%;
  background-color: #fff;
}

.nav-menu .nav-item .dropdown-mnu .collapse-inner {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
}

.nav-menu .nav-item .dropdown-mnu .collapse-inner .collapse-item {
  padding: 0.25rem 1rem;
  color: #000;
}

.nav-menu .nav-item .dropdown-mnu .collapse-inner .collapse-item+.collapse-item {
  border-top: 1px solid #eaecf4;
}

.nav-menu .nav-item .dropdown-mnu .collapse-inner .collapse-item:hover {
  background-color: #eaecf4;
  text-decoration: none;
}

#userDropdown {
  display: flex;
  align-items: center;
}

#userDropdown .avatar span {
  width: 40px;
  height: 40px;
  position: relative;
}

.static-top.topbar-custom {
  padding: 0px;
  margin-left: auto;
}

.btn-copy {
  padding: 5px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn-copy.copied {}

.btn-primary,
.btn-success {
  color: #fff;
  background-color: #108235;
  border-color: #108235;
}

.btn-primary:hover,
.btn-success:focus,
.btn-primary:active,
.btn-success:hover,
.btn-primary:focus,
.btn-success:active {
  background-color: #0F7630 !important;
  border-color: #0F7630 !important;
}

.badge-success {
  background-color: #0c59bd;
}

.copyright {
  color: #aaa;
  font-size: 12px;
}

.table,
.form-control,
.form-control:focus {
  color: #000 !important;
}

.text-secondary {
  color: #fff !important;
}

.card {
  background: transparent;
  border: none;
  box-shadow: unset !important;
  position: relative;
  z-index: 1;
}

.card .card-body {
  padding: 0;
}

.card .table thead tr,
.card .table tfoot tr {
  border: none !important;
  font-weight: 500;
  position: relative;
}

.card .table thead tr:after,
.card .table tfoot tr:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: calc(100% - 10px);
  height: calc(100% - 12px);
  z-index: -1;
  border-radius: 5px;
  pointer-events: none;
  background: #e9e9e9;
}

.card .table thead tr th,
.card .table tfoot tr th {
  font-weight: 500;
  border: none !important;
}
.card .table tfoot tr th {
  padding: 18px 10px !important;
}
.card .table thead tr th{
  padding: 12px 10px 16px 10px !important;
  position: sticky;
  top: 0;
  z-index: 1;
}
.card .table thead tr:after{
  display: none;
}
.card .table thead tr th:after{
  content: "";
  top: 7px;
  left: 6px;
  width: 100%;
  height: calc(100% - 4px);
  z-index: -1;
  /* border-radius: 5px; */
  pointer-events: none;
  background: #e9e9e9;
  position: absolute;
  top: 0;
}
.card .table thead tr th:first-child:after{
  border-radius: 5px 0 0 5px;
}
.card .table thead tr th:last-child:after{
  border-radius: 0 5px 5px 0;
  width: calc(100% - 10px);
}


.card .table-responsive,
#wrapper #content-wrapper{
  overflow-x: unset;
}

.card .table tbody tr {
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.card .table thead tr th:first-child,
.card .table tfoot tr th:first-child {
  width: 60px;
  padding-left: 20px !important;
}
.card .table tbody td:first-child{
  padding-left: 20px !important;
}

.card .table tbody tr:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  z-index: 0;
  border-radius: 5px;
  pointer-events: none;
  transition: .3s;
}

.card .table tbody tr:hover:after {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  /* border-left: 5px solid #108235; */
}

.card .table tbody td {
  padding: 18px 15px;
  vertical-align: middle;
  border: none;
}
.card .table tbody td.proj-name{
  position: relative;
}
.card .table tbody td.proj-name a{
  display: block;
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  top: 6px;
  padding: 14px 0 0 10px;
  color: #000;
}
.card .table tbody td.proj-name .description{
  padding-top: 20px;
}
.card .table tbody td.proj-name .badge{
  margin-left: 5px;
}
.card .table tbody td a:not(.btn):hover{
  text-decoration: none;
  color: #108235;
}

.table-bordered th,
.table-bordered td {
  border-left: 0;
  border-right: 0;
}

.form-group label {
  margin: 0 0 5px;
  display: block;
}

.form-control {
  border: 1px solid #E9E9E9;
  border-radius: 5px !important;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .1) !important;
  padding: 1rem;
  height: calc(1.5em + 0.75rem + 8px);
}

.form-control:disabled,
.form-control[readonly] {
  opacity: .5;
  cursor: not-allowed;
}

select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}

.form-control[type="file"] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.form-control[type="select"] {
  width: 100%;
}

.form-control::placeholder {
  color: #B6B6B6;
}

.search-project {
  min-width: 330px;
}

.search-project .search-project-input {
  height: 44px;
  border-color: #E9E9E9;
  font-size: 13px;
  padding-left: 44px;
}

.search-project .input-group-append {
  z-index: 99;
}

.search-project .btn {
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 34px;
  left: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #999;
  outline: none;
  padding: 0 !important;
}

.form-group div[class^="col-"] {
  margin-bottom: 1rem;
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}


/*Detail-page*/

.detail-page {}

.detail-page .headline-text {
  color: #fff;
  text-transform: capitalize;
}

.detail-page table .btn {
  padding: 3px 10px !important;
  font-size: 14px !important;
  margin-bottom: 5px;
}

.detail-page .btn.btn-download {
  min-width: 120px;
}

.prjlist-page-header {
  justify-content: space-between;
}

.detail-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-page-header .btn-secondary {
  color: #000;
  background-color: transparent;
  border-color: #858796;
}

.detail-page-header-btn {
  align-items: center;
}

.detail-page-header-btn label {
  margin: 0;
}

.detail-page-header-btn .btn-link {
  color: #000;
  text-decoration: none;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/*Custom width col table project detail*/

.tbl-project-detail td.id-replace {
  width: 2%;
}

.tbl-project-detail td.output,
.tbl-project-detail td.origin {
  width: 15%;
}

.tbl-project-detail td.data {
  width: 58%;
  line-height: 30px;
  position: relative;
}

.tbl-project-detail td.data .name {
  white-space: normal;
  word-break: break-all;
}

.tbl-project-detail td.data .list-file-size{
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tbl-project-detail td.data .list-file-size li{
  display: inline-block;
  padding-right: 12px;
}
.tbl-project-detail td.data .list-file-size li .output-type span{
  margin: 0;
}

.tbl-project-detail td.status-badge,
.tbl-project-detail td.col-action {
  width: 5%;
}

@media only screen and (max-width:768px) {

  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .prjlist-page-header {
    flex-direction: column-reverse;
    margin-bottom: 0 !important;
  }

  .prjlist-page-header .justify-content-end {
    flex-direction: column;
  }

  .prjlist-page-header .pagination-wrapper {
    margin-top: 20px;
  }

  .search-project {
    min-width: unset;
    width: 100%;
  }

  .search-project .search-project-input {
    margin-bottom: 10px;
  }

  #dataTable_info {
    margin-left: 0;
  }

  .card .proj-table-responsive thead,
  .card .proj-table-responsive tfoot,
  .card .tbl-project-detail thead,
  .card .tbl-project-detail tfoot {
    display: none;
  }

  .card .proj-table-responsive .table tbody tr,
  .card .tbl-project-detail.table tbody tr {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .card .proj-table-responsive .table tbody td,
  .card .tbl-project-detail.table tbody td {
    display: block;
    padding: 2px 20px;
  }

  .card .tbl-project-detail.table tbody td {
    max-width: 360px;
  }

  .card .proj-table-responsive .table tbody td.stt-id:before {
    content: 'ID: ';
    font-weight: 700;
  }

  .card .proj-table-responsive .table tbody td.proj-name:before {
    content: 'Project name: ';
    font-weight: 700;
  }

  .card .proj-table-responsive .table tbody td.campaign-name:before {
    content: 'Campaign: ';
    font-weight: 700;
  }

  .card .proj-table-responsive .table tbody td.output-type:before {
    content: 'Output type: ';
    font-weight: 700;
  }

  .card .proj-table-responsive .table tbody td.avatar:before {
    content: 'Creator: ';
    font-weight: 700;
  }

  .detail-page-header {
    display: block;
  }

  .detail-page-header-btn {
    display: block !important;
    text-align: right;
  }

  .detail-page-header-btn label {
    display: inline-block;
  }

  .detail-page-header-btn .form-check-toggle {
    display: inline-block;
  }

  .detail-page-header-btn .btn {
    margin-top: 10px;
  }
}

.toggle-project-info {
  background-color: #f0c674;
  color: #000;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  position: fixed;
  right: 40px;
  z-index: 9;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.8);
  animation: pulse 1.5s infinite;
}

.toggle-project-info .box-text {
  position: relative;
}

.toggle-project-info .tooltip-text {
  display: none;
  position: absolute;
  top: -30px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  width: fit-content;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  font-size: 14px;
  padding: 2px 5px;
  white-space: nowrap;
}

.toggle-project-info .tooltip-text span {
  position: relative;
  display: inline-block;
}

.toggle-project-info .tooltip-text span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
}

.toggle-project-info:hover .tooltip-text {
  display: block;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.8);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.8);
  }

  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);
  }
}

.mask-scroll-detail-project-info {
  overflow: scroll;
  /* border-radius: 5px;
margin: 20px 0; */
  display: none;
}

.mask-scroll-detail-project-info.active {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  margin: 0;
  align-items: center;
  justify-content: center;
  background-color: #1e1d1dd1;
}

.mask-scroll-detail-project-info .box-mask {
  display: inline-block;
  position: relative;
}

.close-project-info {
  position: absolute;
  top: -50px;
  right: 0;
}

.close-project-info:hover .group-line-close-btn {
  -webkit-transform: translate(0, 2px)
}

.detail-project-info {
  color: #fff;
  margin: 0 auto;
  /* background-color: #4d48486b; */
  background-color: #3e3e3e;
  overflow: hidden;
  max-width: 640px;
  width: 100%;
  border-radius: 5px;
}

table.detail-project-info tr th {
  background-color: #ececec29;
  padding: 10px;
}

table.detail-project-info tr td {
  padding: 5px 10px;
  border-left: 0;
  border-right: 0;
}

table.detail-project-info>tbody>tr>td {
  padding: 5px 0;
  border: none;
}

table.detail-project-info>tbody>tr>td:first-child,
table.detail-project-info>thead>tr>th:first-child {
  border-right: 1px solid #ffffff30;
}

.card {}

.breadcrumb .breadcrumb-item a {
  color: #000;
  font-size: 14px;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #108235;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item a strong {
  font-weight: 500;
}

.breadcrumb .breadcrumb-item a i {
  margin-right: 3px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.breadcrumb-item+.breadcrumb-item::before .btn-export-rejact {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  background-color: #f0c674;
  color: #000;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all ease .3s;
}

.btn-export-rejact i {
  margin-right: 5px;
  margin-top: -2px;
}

.btn-export-rejact:hover {
  background-color: #FFC75B;
  -webkit-transform: translate(0px, 2px);
  text-decoration: none;
  color: #000;
}

.detail-page .top-box {
  display: flex;
  margin-bottom: 10px;
  color: #fff;
}

.detail-page .group-col {}

.detail-page .group-color-picker {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.detail-page .group-color-picker input {
  border-radius: 5px;
  cursor: pointer;
}

.detail-page .group-color-picker .reset-bgk {
  margin-left: 10px;
  text-transform: capitalize;
  color: #000;
  transition: all ease .3s;
  background-color: #f0c674;
  padding: 2px 5px;
  font-size: 14px;
  border-radius: 5px;
  min-width: 75px;
  text-align: center;
}

.detail-page .group-color-picker .reset-bgk:hover {
  cursor: pointer;
  transform: translate(0, 2px);
  background-color: #FFC75B;
}

.detail-page .list-item {
  display: flex;
  margin: 0 -16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.detail-page .scroll-wrapper-tbl {
  max-width: 100%;
}

.detail-page .tbl-project-detail .stt-id {
  width: 5%;
}

.detail-page .tbl-project-detail .th-origin,
.detail-page .tbl-project-detail .th-output {}

.detail-page .tbl-project-detail td.output,
.detail-page .tbl-project-detail td.origin {
  text-align: center;
  position: relative;
  width: 15%;
}

.detail-page .img-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 300px;
  max-height: 150px;
}

.detail-page .tbl-project-detail td.has-pu-img img,
.detail-page .data-trim-tbl td.has-pu-img img {
  max-width: 300px;
  max-height: 150px;
  height: auto;
  width: auto;
  object-fit: contain;
}

.detail-page .tbl-project-detail td.has-pu-img .slider .img-item img,
.detail-page .data-trim-tbl td.has-pu-img .slider .img-item img {
  max-width: 100%;
  max-height: 100%;
}

.detail-page .tbl-project-detail td.origin .text-minimized,
.detail-page .tbl-project-detail td.output .text-minimized,
.detail-page .data-trim-tbl td.origin .text-minimized {
  display: none;
}

.detail-page .tbl-project-detail td.origin.origin-size .text-origin,
.detail-page .tbl-project-detail td.output.origin-size .text-origin,
.detail-page .data-trim-tbl td.origin.origin-size .text-origin {
  display: none;
}

.detail-page .tbl-project-detail td.origin .text-origin,
.detail-page .tbl-project-detail td.output .text-origin,
.detail-page .data-trim-tbl td.origin .text-origin {
  display: block;
}

.detail-page .tbl-project-detail td.origin.origin-size .text-minimized,
.detail-page .tbl-project-detail td.output.origin-size .text-minimized,
.detail-page .data-trim-tbl td.origin.origin-size .text-minimized {
  display: block;
}

.sliders-change-img {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}

.sliders-change-img .slick-prev.slick-arrow {
  left: -15px;
  width: 25px;
  height: 25px;
  z-index: 2;
  opacity: .5;
}

.sliders-change-img .slick-next.slick-arrow {
  right: -15px;
  width: 25px;
  height: 25px;
  z-index: 2;
  opacity: .3;
}

.sliders-change-img .slick-prev.slick-arrow:hover,
.sliders-change-img .slick-next.slick-arrow:hover {
  opacity: 1;
}

.sliders-change-img .slick-prev:before,
.sliders-change-img .slick-next:before {
  opacity: 1;
  font-size: 25px;
  color: #000;
}

.sliders-change-img .img-item img {
  margin: 0 auto;
}

.detail-page .btn-origin-size,
.detail-page .show-pu-origin-imgsize {
  cursor: pointer;
  margin: 10px auto;
  text-decoration: underline;
}

.detail-page .show-pu-origin-imgsize {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(248, 249, 252, 0.4);
  font-size: 30px;
  color: black;
  font-weight: 400;
  opacity: 0;
  transition: .5s;
}

.detail-page .show-pu-origin-imgsize .fa-expand-alt {
  position: absolute;
  left: 50%;
  top: calc(50% - 15px);
  transform: translate(-50%, -50%) scale(0.2);
  transition: .3s;
}

.detail-page .output:hover .show-pu-origin-imgsize,
.detail-page .origin:hover .show-pu-origin-imgsize {
  opacity: 1;
}

.detail-page .output:hover .show-pu-origin-imgsize .fa-expand-alt,
.detail-page .origin:hover .show-pu-origin-imgsize .fa-expand-alt {
  transform: translate(-50%, -50%) scale(1.2);
}

.detail-page .btn-origin-size:hover,
.detail-page .show-pu-origin-imgsize:hover {
  text-align: none;
}

.detail-page .pu-origin-img {
  display: none;
}

.detail-page .pu-origin-img.active {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222222b3;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
}

.detail-page .tbl-project-detail td.has-pu-img .pu-origin-img.active img,
.detail-page .data-trim-tbl td.has-pu-img .pu-origin-img.active img {
  width: auto;
  max-width: unset;
  height: auto;
  margin: 0 auto;
}

.detail-page .tbl-project-detail td.has-pu-img .img-safe-zone {
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: .7;
  z-index: 2;
  display: none;
  max-width: 300px;
  width: auto;
  height: auto;
}

.detail-page .tbl-project-detail td.has-pu-img .img-safe-zone.active {
  display: block;
}

.detail-page .pu-origin-img .wrapper {
  /* max-width: 92vw;
  max-height: 90vh; */
  max-width: 100vw;
  max-height: 100vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #fff; */
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.detail-page .pu-origin-img .wrapper .box-img {
  width: 100%;
  max-height: 100%;
  overflow: auto;
}

.detail-page .pu-origin-img .wrapper .box-img img {
  object-fit: contain;
  max-width: unset !important;
  max-height: unset !important;
  width: auto;
  height: auto;
  /* max-width: 92vw !important;
  max-height: 90vh !important; */
}

.detail-page .pu-origin-img .wrapper .close-pu {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all ease .3s;
}

.detail-page .pu-origin-img .wrapper .close-pu:hover {
  transform: translate(0px, 2px);
}

.detail-page .pu-origin-img .wrapper .close-pu:hover .group-line-close-btn {
  box-shadow: 1px 1px 4px 2px #000;
}

.detail-page .item-image {
  padding: 0 16px;
  margin-bottom: 24px;
}

.detail-page .detail-img,
body > .detail-img {
  display: none;
}

.detail-page .detail-img.active,
body > .detail-img.active  {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 60px 20px 30px;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  pointer-events: auto !important;
}
.detail-page .detail-img.active *{
  pointer-events: none !important;
}


/* .detail-page .detail-img.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
} */


/* .detail-page .detail-img.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
} */

.detail-page .detail-img .mask-tbl,
body > .detail-img .mask-tbl {
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  max-width: 700px;
  margin: auto;
}

.detail-page .detail-img table, 
body > .detail-img table{
  width: 100%;
}

.detail-page .detail-img table td,
body > .detail-img table td {
  /* border: 1px solid; */
  padding: 5px 10px;
  word-break: break-word;
  color: #000;
}

.detail-page .detail-img table tr:nth-child(odd) td,
body > .detail-img table tr:nth-child(odd) td {
  background-color: #E9E9E9;
}

.detail-page .detail-img table tr::after,
body > .detail-img table tr::after {
  display: none;
}

.detail-page .detail-img table td:first-child,
body > .detail-img table td:first-child {
  width: 20%;
}

.detail-page .close-detail-img,
body > .detail-img .close-detail-img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(325px);
}

.group-line-close-btn {
  transition: all ease .3s;
}

.close-detail-img .group-line-close-btn {
  transition: all ease .3s;
}

.close-detail-img:hover .group-line-close-btn {
  box-shadow: 1px 1px 4px 2px #000;
  transform: translate(0px, 2px);
}

.list-btn {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
  flex-direction: column;
  padding: 0 5px;
}

.list-btn .btn-item {
  padding: 2px 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 5px;
  background-color: #f0c674;
  -webkit-transition: all ease .3s;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  margin: 3px 0;
  justify-content: center;
  width: fit-content;
  min-width: 100px;
}

.list-btn .btn-item a {
  text-decoration: none;
}

.list-btn .btn-item.disabled {
  background-color: #e2d9c8;
  pointer-events: none;
  opacity: .6;
}

.list-btn .btn-item.btn-reject {
  background-color: #f00;
}

.list-btn .btn-item.btn-reject:hover {
  background-color: #f00;
}

.list-btn .btn-item button {
  padding: 0;
  border: none;
  background-color: transparent;
}

.list-btn .btn-item a {
  color: #000;
}

.list-btn .btn-item:hover {
  background-color: #FFC75B;
  transform: translate(0px, 2px);
  /* animation: sway 1s linear; */
}

.list-btn .btn-item img {
  width: 16px;
  margin-right: 5px;
}

.list-btn .btn-item.btn-reject img {
  width: 18px;
}

.tbl-project-detail {
  width: 100%;
}

.status-badge  .badge{
  padding: 8px 15px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 100px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.status-badge .completed {
  background-color: #E5F0FF;
  color: #4567AE;
}

.status-badge .request-failed {
  background-color: #de3c2e;
}

.status-badge .queued {
  background-color: #a23bff;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.status-badge .running {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-badge .running::before {
  display: block;
  content: "";
  background-color: transparent;
  background-image: url(../img/loading-icon.png);
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  animation: spin 1s linear infinite;
}

.status-badge .running span {
  position: absolute;
  color: #000;
  font-size: 10px;
}

.status-badge .failed {
  background-color: #cb1100;
}

.status-badge .rejected {
  background-color: #8d0d01;
}

.tbl-project-detail td,
.tbl-project-detail th {}

.tbl-project-detail th {
  background-color: #ececec29;
}

.tbl-project-detail .col-action {
  width: 10%;
}

.tbl-project-detail h2 {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tbl-project-detail td.data span.color-secondary {
  color: #c4bfbf;
}

.tbl-project-detail .btn-detail {
  border: none;
  font-size: 20px;
  display: block;
  background: transparent;    
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.tbl-project-detail .btn-detail span {
  display: none;
}
.tbl-project-detail .btn-detail:hover{
  opacity: 1;
}

.close-burger-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.group-line-close-btn {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  cursor: pointer;
  display: block;
  border-radius: 100px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
}

.group-line-close-btn span {
  width: 70%;
  height: 3px;
  border-radius: 5px;
  display: inline-block;
  background-color: #000;
  margin: 10px 0 0 0;
  position: absolute;
  left: 6px;
  top: 8px;
}

.group-line-close-btn span:first-child {
  -webkit-transform: rotate(-45deg) translate(0, 0);
}

.group-line-close-btn span:last-child {
  -webkit-transform: rotate(45deg) translate(0, 0);
}

.pagination {
  margin-bottom: 0;
}

.pagination-wrapper nav {
  display: inline-block;
}

#dataTable_info {
  color: #000;
  vertical-align: middle;
  justify-content: center;
  align-self: center;
  margin-left: 8px;
  margin-top: -8px;
  display: inline-block !important;
  font-size: 12px;
  color: #999;
}

#dataTable .slug,
#dataTable .uuid,
#dataTable .description,
#dataTable .template_slug {
  color: #c4bfbf;
  font-size: 12px;
}

.search-project-input::placeholder {
  color: #747171;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #B6B6B6 !important;
  font-weight: 300;
}

.proj-table-responsive .template-name a,
.proj-table-responsive .campaign-name a,
.proj-table-responsive .txt-role a {
  color: #000;
}

.proj-table-responsive table td {
  vertical-align: middle;
}

.output-type span {
  margin: 0 3px;
  display: inline-block;
  min-width: 72px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 33px;
  border-radius: 30px;
  text-indent: 0;
  text-transform: uppercase;
  position: relative;
}

.output-type span i::before {
  position: absolute;
  left: 8px;
  top: 5px;
  height: 20px;
  font-size: 20px;
}

.output-type span i em {
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.output-type span.jpg {
  /* background: url("../img/jpg-file.png");
    background-size: 100%; */
  background: #FAECC8;
  color: #8C6C1B;
}

.output-type span.png {
  /* background: url("../img/png-file.png"); */
  /* background-size: 100%; */
  background: #CADBFC;
  color: #254787;
}

.output-type span.psd {
  /* background: url("../img/photoshop-file.png");
    background-size: 100%; */
  background: #ECD2FF;
  color: #6E3895;
}

.output-type span.jpg .fa-file,
.output-type span.png .fa-file,
.output-type span.psd .fa-image {
  display: none;
}


/* .proj-table-responsive .output-type span.jpg_psd {
    background: url("../img/jpg-psd.png");
    background-size: 100%;
    width: 64px;
}

.proj-table-responsive .output-type span.png_psd {
    background: url("../img/png-psd.png");
    background-size: 100%;
    width: 64px;
} */

#downloadTemplate {
  display: none;
  margin-top: 5px;
  -webkit-transition: all ease .3s;
}

#downloadTemplate:hover {
  text-decoration: none;
  color: #FFC75B;
  -webkit-transform: translate(0, 2px)
}

#downloadTemplate img {
  width: 15px;
  margin-right: 5px;
}

#downloadTemplate.active {
  display: inline-flex;
  align-items: center;
}

.create-project,
.create-template {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.create-project .group-btn,
.create-template .group-btn {
  width: 100%;
}

.create-template small {
  color: #fff;
}

.create-project #preview_mode {
  display: flex;
  margin: 0 -10px;
}

.create-project #preview_mode .form-check {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.create-project #preview_mode .form-check-png {
  order: 1;
}

.create-project #preview_mode .form-check-png_psd {
  order: 2;
}

.create-project #preview_mode .form-check-jpg {
  order: 3;
}

.create-project #preview_mode .form-check-jpg_psd {
  order: 4;
}

.create-project .form-check-label {
  width: 32px;
  height: 32px;
}

.create-project .form-check-label.jpg {
  background: url('../img/jpg-file.png') no-repeat;
  background-size: contain;
}

.create-project .form-check-label.png {
  background: url('../img/png-file.png') no-repeat;
  background-size: contain;
}

.create-project .form-check-label.jpg_psd {
  background: url('../img/jpg-psd.png') no-repeat;
  background-size: contain;
  width: 64px;
}

.create-project .form-check-label.png_psd {
  background: url('../img/png-psd.png') no-repeat;
  background-size: contain;
  width: 64px;
}

.data-trim-tbl {
  color: #fff;
  width: calc(100% - 40px);
  margin: 70px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #3b3a3abd;
  padding: 50px;
  border-radius: 10px;
}

.data-trim-tbl table th {
  background-color: #ececec29;
}

.data-trim-tbl table tr td,
.data-trim-tbl table tr th {
  border: 1px solid #ffffff30;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}

.text-processing {
  color: #FFC75B;
  padding: 5% 0;
}

.loader {
  color: #FFC75B;
  text-align: center;
  width: 40px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #FFC75B 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: loading 1s infinite linear;
}

@keyframes loading {
  33% {
    background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%
  }

  50% {
    background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%
  }

  66% {
    background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%
  }
}


/*Select option*/

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

:root {
  --d: 10500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: rgb(255, 199, 91, 1);
  --c2: rgba(168, 239, 255, 0.1);
}

@keyframes sway {

  0%,
  100% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(3deg);
  }
}

@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}

@keyframes borderRadial {
  20% {
    --gradX: 100%;
    --gradY: 50%;
  }

  40% {
    --gradX: 100%;
    --gradY: 100%;
  }

  60% {
    --gradX: 50%;
    --gradY: 100%;
  }

  80% {
    --gradX: 0%;
    --gradY: 50%;
  }

  100% {
    --gradX: 50%;
    --gradY: 0%;
  }
}


/*End-Detail-page*/

.avatar span {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.avatar .box {
  display: flex;
  align-items: center;
}

.txt-role {
  margin: 0 0 0 5px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/*Pagination*/

.page-link {
  border: none;
  color: #000;
  background-color: #E9E9E9 !important;
  margin-right: 6px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  border-radius: 100px !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  font-size: 28px;
}

.page-link:hover {
  color: #fff;
  background-color: #979797 !important;
  border-color: #979797 !important;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #108235 !important;
  border-color: #108235 !important;
}

.page-item.disabled .page-link {
  color: #aaa;
}

.create-template .group-color-picker {
  display: flex;
  align-items: center;
}

.create-template .group-color-picker label {
  margin: 0;
}

.create-template .group-color-picker .right-group {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.create-template .group-color-picker .right-group label {
  margin-right: 10px;
}

#color_wrapper {
  background-color: black;
  display: inline-block;
  visibility: hidden;
  margin-left: 20px;
}

#color_wrapper::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  outline: black solid 2px;
  border: white solid 3px;
  height: 2rem;
  width: 2rem;
  pointer-events: none;
  background-color: inherit;
  visibility: visible;
  box-sizing: border-box;
}

#color_picker_input {
  opacity: 0;
  height: 2rem;
  width: 2rem;
  box-sizing: border-box;
  pointer-events: initial;
  visibility: visible;
  margin-right: 5px;
}

#alpha_picker {
  filter: grayscale(100%);
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .close-burger-menu {
    display: block;
  }

  .header-menu {
    margin-bottom: 20px;
    box-shadow: 1px 1px 4px 0px #ddd7d7d4;
    flex-direction: column;
    position: relative;
    padding: 5px 10px;
  }

  #burgerMenu.btn-link,
  #burgerMenu.btn-link:hover {
    color: #fff;
  }

  #burgerMenu.btn-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(243 243 243 / 74%);
  }

  .nav-menu {
    z-index: -2;
    position: absolute;
    display: flex;
    flex-direction: column;
    background: #2e2d2dfc;
    left: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    align-items: flex-start;
    padding: 50px 16px 20px;
    -webkit-transition: all ease .3s;
    -webkit-transform: translate(-100%, 0);
  }

  .burgermenu-toggled .nav-menu {
    z-index: 9;
    -webkit-transform: translate(0, 0);
  }

  .nav-menu .nav-item {
    width: 100%;
  }

  .burgermenu-toggled .nav-menu .nav-item a.nav-link i {
    margin-left: auto;
    font-size: 20px;
  }

  .burgermenu-toggled .nav-menu .nav-item a.nav-link[aria-expanded="false"] i {
    -webkit-transform: rotate(0deg);
  }

  .burgermenu-toggled .nav-menu .nav-item a.nav-link[aria-expanded="true"] i {
    -webkit-transform: rotate(90deg);
  }

  .nav-menu .nav-item .nav-link {
    padding: 1rem;
  }

  .nav-menu .nav-item .dropdown-mnu {
    position: relative;
    background-color: transparent;
  }

  .nav-menu .nav-item .dropdown-mnu .collapse-inner {
    padding: 0 0 0.5rem 2rem;
  }

  .nav-menu .nav-item .dropdown-mnu .collapse-inner .collapse-item {
    color: #fff;
    position: relative;
  }

  .nav-menu .nav-item .dropdown-mnu .collapse-inner .collapse-item:before {
    content: "-";
    position: absolute;
    left: 0;
  }

  .nav-menu .nav-item .dropdown-mnu .collapse-inner .collapse-item:hover {
    background-color: transparent;
  }

  .nav-menu .nav-item .dropdown-mnu .collapse-inner .collapse-item+.collapse-item {
    border: none;
  }

  .static-top.topbar-custom {
    margin: 0;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .brand-logo {
    margin: 0;
    /* position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0); */
  }

  .navbar-expand .navbar-nav {
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
  }

  .nav-link.dropdown-toggle i {
    color: #fff;
  }

  /*Detail page*/
  .detail-page {
    overflow-x: scroll;
    overflow-y: clip;
  }

  .detail-project-info {
    width: 640px;
  }

  .tbl-project-detail {
    max-width: 800px;
    width: 100%;
  }

  .detail-page .item-image .detail-img table td:first-child {
    width: 30%;
  }

  .list-btn {
    flex-direction: column;
  }

  .list-btn .btn-item {
    margin: 5px;
    justify-content: center;
  }

  /*End Detail page*/
  .data-trim-tbl .scroll-wrapper {
    max-width: 100%;
    overflow: scroll;
  }

  .data-trim-tbl .scroll-wrapper table {
    max-width: 640px;
    width: 100%;
  }
}

.hidden {
  display: none;
}

.table th,
.table td {
  padding: 0.35rem;
  font-size: 13px;
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#page-loading .loading-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  font-size: 35px;
  color: #108236;
}

#page-loading .loading-wrapper .fa {}

textarea.small-height {
  height: 37px;
}

.proj-name {}

.proj-name .uuid {
  display: none;
}

.secion__homepage {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.secion__homepage h1 {
  text-align: center;
  font-weight: 500;
  margin: 3% 0;
  font-size: 2rem;
}

.secion__homepage-footer {
  align-items: stretch;
  justify-content: space-between;
}

.secion__homepage-footer .footer-item {
  align-self: stretch;
  max-width: 32%;
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
}

.secion__homepage-footer .footer-item:nth-child(1) {
  background-image: url('../img/icon-quickstart-01.jpg');
}

.secion__homepage-footer .footer-item:nth-child(2) {
  background-image: url('../img/icon-quickstart-02.jpg');
}

.secion__homepage-footer .footer-item:nth-child(3) {
  background-image: url('../img/icon-quickstart-03.jpg');
}

.secion__homepage-footer .footer-item .step {
  font-size: 14px;
  font-weight: 500;
}

.secion__homepage-footer .footer-item .title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 15px 0 10px;
  color: #108235;
}

@media only screen and (max-width: 768px) {
  .secion__homepage-header .button-group {
    flex-direction: column;
  }

  .secion__homepage-header .button-group a {
    margin: 5px 0;
  }

  .secion__homepage-footer .footer-item {
    width: 100%;
    max-width: 100%;
  }
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
}

.modal-header {
  border: none;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 5px;
}

.modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal-content {
  background-color: #FAFAFA;
  border-radius: 0.5rem;
  border: none;
}

.modal-body {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 3rem;
}

.modal-footer {
  padding-left: 4rem;
  padding-right: 4rem;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .modal-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection {
  border: none;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .1) !important;
  padding: 0;
  margin: 0;
  height: 40px;
}

.select2-container--open .select2-dropdown {
  border: none;
}

#preview_mode {
  display: flex;
}

#preview_mode .form-check {
  padding: 0 20px;
  margin-right: 0;
}

#preview_mode .form-check-label {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

#preview_mode .form-check-label span {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #preview_mode {
    width: 100%;
    flex-wrap: wrap;
  }

  #preview_mode .form-check {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 20px 20px 00px;
    width: 38%;
  }

  #preview_mode .form-check:last-child {
    border: inherit;
  }

  .mask-box-input {
    padding-top: 0 !important;
  }
}

.form-check {
  position: relative;
  display: block;
  margin: 0 20px;
}

.form-check-toggle {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  padding-left: 0;
  line-height: 30px;
}

.form-check-toggle input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.form-check-toggle input+label span {
  cursor: pointer;
  user-select: none;
  height: 30px;
  margin-left: 60px;
  display: block;
}

.form-check-toggle input+label span:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 29px;
  width: 50px;
  background: #E9E9E9;
  border: solid 1px #E9E9E9;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  border-radius: 15px;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .2);
}

.form-check-toggle input:checked+label span:before {
  background-color: #108235;
  border-color: #108235;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.form-check-toggle input+label span:after {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: 1px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #FFF;
  transition: margin-left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  text-align: center;
  font-weight: bold;
  content: "";
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05);
}

.form-check-toggle input:checked+label span:after {
  content: "";
  margin-left: 23px;
  box-shadow: none;
}


#create-project-modal {}

#create-project-modal #project_type {
  border-bottom: 1px solid #B6B6B6;
  display: flex;
  margin-bottom: 30px;
}

#create-project-modal #project_type label {
  display: inline-block;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  border-radius: 0;
  min-width: 100px;
  text-align: center;
  align-items: center;
  position: relative;
  padding: 10px 0 0;
  cursor: pointer;
  color: #B6B6B6;
}

#create-project-modal #project_type label em {
  font-style: normal;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  display: block;
  padding: 0 35px 10px;
  margin-bottom: -3px;
  min-width: 115px;
}

#create-project-modal .radio-tick {
  content: "";
  display: block;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(100%);
  opacity: 0.5;
}

#create-project-modal #project_type label.project_type_dotcom .radio-tick {
  background-image: url('../img/icon_newprj_dotcom.png');
}

#create-project-modal #project_type label.project_type_thumb .radio-tick {
  background-image: url('../img/icon_newprj_3pd.png');
}

#create-project-modal .by_google_sheet_url .icon-file-alt,
#create-project-modal .csv_file .icon-download-csv {
  background-image: url('../img/Icon-file-alt.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}

#create-project-modal .csv_file .icon-download-csv {
  background-image: url('../img/Icon-download-csv.svg');
  width: 16px;
}

#create-project-modal .by_google_sheet_url .link-view,
#create-project-modal .csv_file .link-download {
  display: flex;
}

#create-project-modal .mask-box {
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 18px;
}

#create-project-modal .mask-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#create-project-modal .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #8F8F8F;
  border-radius: 50%;
}

#create-project-modal .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#create-project-modal .mask-box .checkmark:after {
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 2px white;
  transform: translate(-50%, -50%) rotate(45deg);
}

#create-project-modal .mask-box input:checked~.checkmark {
  background: #108235;
}

#create-project-modal .mask-box input:checked~.checkmark:after {
  display: block;
}

#create-project-modal #project_type label input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#create-project-modal #project_type label input[type="radio"]:checked~em {
  color: #108235;
  border-color: #108235;
}

#create-project-modal #project_type label input[type="radio"]:checked+.radio-tick::before {
  background-color: #108235;
}


#create-project-modal #project_type label input[type="radio"]:checked~.radio-tick {
  filter: none;
  opacity: 1;
}

#gg_sheet_url {
  background-image: url('../img/link-angled.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 48px 24px;
  padding-left: 40px;
}

/*custom checkbox*/
.mask-box-input {
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 30px !important;
}

.mask-box-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark-input {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #ccc;
}

/* .mask-box-input:hover .checkmark-input{
  background:#ccc;
} */
.checkmark-input:after {
  content: "";
  position: absolute;
  display: none;
}

.mask-box-input .checkmark-input:after {
  top: 50%;
  left: 50%;
  width: 5px;
  height: 10px;
  border: solid #108235;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mask-box-input input:checked~.checkmark-input {
  background: #fff;
  border: 1px solid #ccc;
}

.mask-box-input input:checked~.checkmark-input:after {
  display: block;
}

/*end custom checkbox*/

#create-project-modal .project_source {
  display: flex;
  justify-content: space-between;
}

#create-project-modal .project_source .google_sheet_url,
#create-project-modal .project_source .csv_file {
  width: 47%;
}

#create-project-modal .project_source .or {
  line-height: 40px;
}

#create-project-modal .project_source a {
  font-size: 11px;
  margin-top: 7px;
  display: inline-block;
  color: #108235;
  text-decoration: underline;
}

#create-project-modal .project_source a:hover {
  text-decoration: none;
}

#create-project-modal .project_source .google_sheet_url {
  position: relative;
}

#create-project-modal .project_source .google_sheet_url input {
  padding-left: 40px;
}

#create-project-modal .project_source .google_sheet_url .fa-link {
  position: absolute;
  left: 5%;
  top: 16px;
  color: #aaa;
}


.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
  margin: 0;
  width: 16px;
  height: 16px;
}

.slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.preset-selector #open-preset {
  position: absolute;
  right: 5px;
  top: 42%;
  padding: 5px !important;
  background-color: white;
}

.preset-selector #open-preset i {
  color: #000;
}

#create-project-modal-preset .modal-header {
  align-items: center;
}

#create-project-modal-preset .modal-header .open-create-project-modal,
.modal-header .back-modal-btn {
  width: 44px;
  height: 44px;
  background-color: #E9E9E9;
  border-radius: 50%;
  border: none;
  margin-left: -30px;
}

.preset-item label {
  cursor: pointer;
}

.preset-item .preset-images .preset-image {
  z-index: 1;
}

.preset-item .preset-images .preset-image-hover {
  opacity: 0;
  position: absolute;
  transform: translateX(-100%);
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.preset-item:hover .preset-images .preset-image-hover,
.preset-item input:checked+label .preset-images .preset-image-hover {
  opacity: 1;
}

.preset-item:hover .preset-images .preset-image {
  opacity: 0;
}

.preset-item:hover .preset-name,
.preset-item input:checked+label .preset-name {
  font-weight: 600;
  color: #108235
}

.other-options .other-option-toggle {
  font-size: 14px;
  color: #B6B6B6;
  display: inline-block;
  margin-bottom: 1rem;
}

.other-options .other-option-toggle[aria-expanded="false"]>i {
  -webkit-transform: rotate(180deg);
  -webkit-transition: all ease .3s;
}

.other-options .other-option-toggle[aria-expanded="true"]>i {
  -webkit-transform: rotate(0);
  -webkit-transition: all ease .3s;
}


.inner-loading {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99
}

.inner-loading.active {
  display: flex;
}

.inner-loading-content {
  width: 80%;
}

/* xuka new code */

.modal-output {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #222222b3;
  backdrop-filter: blur(3px);
  display: none;
}

.modal-output__main {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  cursor: grab;
}

.modal-output__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100% - 32px);
  margin: 16px 0;
}

.modal-output__head {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
}

.modal-output__name {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.modal-output__number {
  margin-bottom: 0;
  margin-left: 16px;
}

.modal-output__picture {
  margin: 0 auto;
}

.modal-output__image {
  display: flex;
  margin: 0 auto;
  user-select: none;
}

.modal-output__arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 0;
  outline: 0;
  font-size: 0;
  transition: all 0.3s ease-out;
  z-index: 2;
}

.modal-output__arrow:hover {
  /* background-color: #dfdede; */
}
.modal-output__arrow--next:hover::before{
  margin-left: 5px;
}
.modal-output__arrow--prev:hover::before{
  margin-left: 6px;
}

.modal-output__arrow::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: .5s;
}

.modal-output__arrow--next {
  right: 24px;
}

.modal-output__arrow--next::before {
  transform: rotate(225deg);
  margin-left: 2px;
}

.modal-output__arrow--prev {
  left: 24px;
}

.modal-output__arrow--prev::before {
  transform: rotate(45deg);
  margin-left: 9px;
}

.modal-output__arrow--disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  background: #aaa;
}
.modal-output__arrow--disabled::before {
  border-color: #666;
}

.modal-output__close{
  z-index: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.modal-output__close button {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 0;
  outline: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-output__close button:hover {
  background-color: #dfdede;
}


.modal-output__close button::before,
.modal-output__close button::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #000;
}

.modal-output__close button::before {
  transform: rotate(45deg);
}

.modal-output__close button::after {
  transform: rotate(-45deg);
}

/* sidebar */

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 190px;
  background-color: #fff;
  box-shadow: -5px 0px 10px #000;
  z-index: 1;
}

.sidebar__logo {
  display: block;
  margin: 10px 0 32px;
  text-align: center;
}

.sidebar__logo img {
  max-width: 180px;
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav__item {
  position: relative;
  padding: 12px 8px 12px 16px;
}

.sidebar-nav__item:hover {
  text-decoration: none;
}

.sidebar-nav__link:hover {
  color: #B6B6B6;
}

.sidebar-nav__item:hover .sidebar-nav__link::before {
  opacity: 1;
  background-color: #B6B6B6;
  width: 7px;
}

.sidebar-nav__item:hover .sidebar-nav__icon {
  opacity: 1;
  margin-right: 0;
}

.sidebar-nav__link {
  display: flex;
  justify-content: space-between;
  color: #B6B6B6;
  transition: all 0.3s ease-out;
}

.sidebar-nav__link::before {
  content: '';
  width: 0px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.sidebar-nav__link--active {
  color: #108235 !important;
}

.sidebar-nav__link--active::before {
  opacity: 1;
  background-color: #108235 !important;
  width: 7px;
}

.sidebar-nav__link--active .sidebar-nav__icon {
  opacity: 1;
  margin: 0;
}

.sidebar-nav__link:hover {
  text-decoration: none;
}

.sidebar-nav__icon {
  opacity: 0;
  transition: all 0.3s ease-out;
  margin-right: 8px;
  opacity: 0;
}

.animation-spin {
  animation: spin 1s linear infinite;
}


@keyframes shakeBell {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(10deg); } /* Swing right */
    30% { transform: rotate(-10deg); } /* Swing left */
    45% { transform: rotate(8deg); }  /* Swing right, less */
    60% { transform: rotate(-8deg); } /* Swing left, less */
    75% { transform: rotate(4deg); }  /* Swing right, even less */
    90% { transform: rotate(-4deg); } /* Swing left, even less */
    100% { transform: rotate(0deg); } /* Return to original position */
}

#userMenu .open-megs {
  /* width: 20px;
  height: 20px; */
  position: absolute;
  top: 1px;
  left: 50px;
  z-index: 1;
  /* text-align: center; */
  cursor: pointer;
}
#userMenu .open-megs > * {
  color: #fff;
  background: gray;
  opacity: 1;
  padding: 2px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #fafafa;
}
#userMenu.unread .open-megs > *{
  animation: shakeBell 1.5s ease-in-out infinite; 
  background: #D92425;
}


#user_messages {
  z-index: 100;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 350px;
  background: white;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #d5d5d5;

}

#user_messages .close_megs {
  position: absolute;
  right: 10px;
  top: 9px;
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  background: gray;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
}
#user_messages .close_megs:hover{
  opacity: 1;
}
#user_messages .heading {
  border-bottom: 1px solid  #d5d5d5;
  padding-bottom: 5px;
  font-size: 0.9rem;
}
#user_messages .messages__items {
  max-height: 50vh;
  overflow-y: auto; 
  font-size: 0.8rem;
}

#user_messages .messages__items .date,
#user_messages .messages__items .type {
  font-size: 0.5rem;
  line-height: 0.5rem;
}

#user_messages .messages__items .type  {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}


.jsoneditor-values.disabled .jsoneditor-field {
  color: red;
}
.jsoneditor-values.disabled .jsoneditor-value {
  color: gray;
}

.com-json-editor__editor{
  min-height: 300px;
}

/*Module Image Popup*/
.module__image-popup-single{
  position: relative;
  display: inline-block;
}
.module__image-popup-single .img-item {
    border: 1px solid lightgray;
    display: inline-block;
 }
.module__image-popup-single .img-item img{
  max-width: 100%;
  object-fit:contain;
}
.module__image-popup-single .show-pu-origin-imgsize {
  cursor: pointer;
  margin: 10px auto;
  text-decoration: underline;
}

.module__image-popup-single .show-pu-origin-imgsize {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(248, 249, 252, 0.4);
  font-size: 1rem;
  color: black;
  font-weight: 400;
  opacity: 0;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.module__image-popup-single .show-pu-origin-imgsize .fa-expand-alt {
  /* top: calc(50% - 15px); */
  /*transform: translate(-50%, -50%) scale(0.2);*/
  transition: .3s;
}


.module__image-popup-single:hover .show-pu-origin-imgsize {
  opacity: 1;
}


.module__image-popup-single .show-pu-origin-imgsize:hover {
  text-align: none;
}

.module__image-popup-single .pu-origin-img {
  display: none;
}
.module__image-popup-single .pu-origin-img.active {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222222b3;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
}

.module__image-popup-single .pu-origin-img.active img {
  width: auto;
  max-width: unset;
  height: auto;
  margin: 0 auto;
}



.module__image-popup-single .pu-origin-img .wrapper {
  /* max-width: 92vw;
  max-height: 90vh; */
  max-width: 100vw;
  max-height: 100vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #fff; */
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.module__image-popup-single .pu-origin-img .wrapper .box-img {
  width: 100%;
  max-height: 100%;
  overflow: auto;
}

.module__image-popup-single .pu-origin-img .wrapper .box-img img {
  object-fit: contain;
  max-width: unset !important;
  max-height: unset !important;
  width: auto;
  height: auto;
  /* max-width: 92vw !important;
  max-height: 90vh !important; */
}

.module__image-popup-single .pu-origin-img .wrapper .close-pu {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all ease .3s;
}

.module__image-popup-single .pu-origin-img .wrapper .close-pu:hover {
  transform: translate(0px, 2px);
}

.module__image-popup-single .pu-origin-img .wrapper .close-pu:hover .group-line-close-btn {
  box-shadow: 1px 1px 4px 2px #000;
}
