#notfound {
  position: relative;
  height: 100vh; }

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.notfound {
  max-width: 710px;
  width: 100%;
  padding-left: 190px;
  line-height: 1.4; }

.notfound .notfound-404 {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100px; }

.notfound .notfound-404 h1 {
  font-family: 'Passion One', cursive;
  color: #00b5c3;
  font-size: 90px;
  letter-spacing: 15.5px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.notfound h2 {
  font-family: 'Raleway', sans-serif;
  color: #292929;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-top: 0; }

.notfound p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333; }

.notfound a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #292929;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }

.notfound a:hover {
  color: #fff;
  background-color: #00b5c3; }

@media only screen and (max-width: 480px) {
  .notfound {
    text-align: center; }
  .notfound .notfound-404 {
    position: relative;
    width: 100%;
    margin-bottom: 15px; }
  .notfound {
    padding-left: 15px;
    padding-right: 15px; } }

.kt-login.kt-login--v3 {
  background-size: cover;
  background-repeat: no-repeat; }

.kt-login.kt-login--v3 .kt-login__wrapper {
  padding: 6% 2rem 1rem 2rem;
  margin: 0 auto 2rem auto;
  overflow: hidden; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
  width: 430px;
  margin: 0 auto; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__logo {
  text-align: center;
  margin: 0 auto 4rem auto; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head {
  margin-top: 1rem;
  margin-bottom: 3rem; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #6c7293; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__desc {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #a7abc3; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form {
  margin: 0 auto; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .input-group {
  padding: 0;
  margin: 0 auto; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control {
  height: 46px;
  border: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1.5rem;
  background: rgba(235, 237, 242, 0.4); }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control::-moz-placeholder {
  color: #a7abc3;
  opacity: 1; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control:-ms-input-placeholder {
  color: #a7abc3; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control::-webkit-input-placeholder {
  color: #a7abc3; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control.is-valid + .valid-feedback,
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control.is-invalid + .invalid-feedback {
  font-weight: 500;
  font-size: 0.9rem;
  padding-left: 1.6rem; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #a7abc3;
  font-size: 1rem; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra .kt-checkbox {
  font-size: 1rem; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra .kt-login__link {
  font-size: 1rem;
  color: #a7abc3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__extra .kt-login__link:hover {
  color: #5d78ff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__actions {
  text-align: center;
  margin-top: 7%; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__actions .kt-login__btn-secondary,
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .kt-login__actions .kt-login__btn-primary {
  height: 50px;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account {
  text-align: center;
  margin-top: 2rem; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account .kt-login__account-msg {
  font-size: 1rem;
  font-weight: 400;
  color: #a7abc3; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account .kt-login__account-link {
  font-size: 1rem;
  font-weight: 500;
  color: #6c7293;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account .kt-login__account-link:hover {
  color: #5d78ff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.kt-login.kt-login--v3.kt-login--signin .kt-login__signup {
  display: none; }

.kt-login.kt-login--v3.kt-login--signin .kt-login__signin {
  display: block; }

.kt-login.kt-login--v3.kt-login--signin .kt-login__forgot {
  display: none; }

.kt-login.kt-login--v3.kt-login--signup .kt-login__signup {
  display: block; }

.kt-login.kt-login--v3.kt-login--signup .kt-login__signin {
  display: none; }

.kt-login.kt-login--v3.kt-login--signup .kt-login__forgot {
  display: none; }

.kt-login.kt-login--v3.kt-login--signup .kt-login__account {
  display: none; }

.kt-login.kt-login--v3.kt-login--forgot .kt-login__signup {
  display: none; }

.kt-login.kt-login--v3.kt-login--forgot .kt-login__signin {
  display: none; }

.kt-login.kt-login--v3.kt-login--forgot .kt-login__forgot {
  display: block; }

@media (max-width: 1024px) {
  .kt-login.kt-login--v3 .kt-login__wrapper {
    padding-top: 5rem;
    width: 100%; }
  .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
    margin: 0 auto; }
  .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account {
    margin-top: 1rem; } }

@media (max-width: 768px) {
  .kt-login.kt-login--v3 .kt-login__wrapper {
    width: 100%; }
  .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
    width: 100%;
    margin: 0 auto; }
  .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form {
    width: 100%;
    margin: 0 auto; }
  .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account {
    margin-top: 1rem; } }

@media screen and (max-width: 576px) {
  .responsive-table {
    border: 0; }
  .responsive-table caption {
    font-size: 1.3em; }
  .responsive-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .responsive-table tfoot {
    display: none; }
  .responsive-table tbody > tr {
    border-bottom: 3px solid #f4f5f8;
    display: block;
    margin-bottom: .625em; }
  .responsive-table tbody > tr > td {
    border-bottom: 1px solid #f4f5f8;
    display: block;
    font-size: 14px !important;
    text-align: right;
    min-height: 25px; }
  .responsive-table tbody > tr > td::before {
    content: attr(data-rt-label);
    float: left; }
  .responsive-table tbody > tr > td:last-child {
    border-bottom: 0; }
  .responsive-table-div-height {
    min-height: 40px; }
  .responsive-table .m-opened {
    float: left; }
  .responsive-table .m-opened:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f055";
    font-size: 19px;
    cursor: pointer; }
  .responsive-table .m-opened:hover {
    color: #2739c1; }
  .responsive-table .m-hide {
    display: none; }
  .responsive-table .m-td-group {
    padding: 10px; }
  .responsive-table .m-div {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    text-align: right; }
  .responsive-table .m-div > span {
    float: left;
    text-align: left; }
  .responsive-table th, .responsive-table td {
    padding: 7px; } }

@charset "UTF-8";
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer; }

table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131; }

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333; }

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px; }

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em; }

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲"; }

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼"; }

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6; }

table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none; }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none; }

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px; }

div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto; }

div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: 2 117 216;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite; }

div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite; }

div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite; }

div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite; }

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0; }

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent; }

table.dataTable > tbody > tr {
  background-color: transparent; }

table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px #0275d8;
  color: white; }

table.dataTable > tbody > tr.selected a {
  color: #090a0b; }

table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05); }

table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95); }

table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075); }

table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975); }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important; } }

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px; }

table.table-bordered.dataTable {
  border-right-width: 0; }

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

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px; }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0; }

.select2-container {
  display: block; }

.select2-container *:focus {
  outline: 0; }

.input-group .select2-container--bootstrap4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--bootstrap4 .select2-selection {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap4 .select2-selection {
    -webkit-transition: none;
    transition: none; } }

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent; }

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545; }

select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #28a745; }

.select2-container--bootstrap4 .select2-search {
  width: 100%; }

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-radius: 0; }

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #ced4da;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
  color: #212529;
  background-color: #f2f2f2; }

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #007bff; }

.select2-container--bootstrap4 .select2-results__option[role="group"] {
  padding: 0; }

.select2-container--bootstrap4 .select2-results__option[role="group"] .select2-results__options--nested .select2-results__option {
  padding-left: 1em; }

.select2-container--bootstrap4 .select2-results__option {
  padding: 0.375rem 0.75rem; }

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto; }

.select2-container--bootstrap4 .select2-results__group {
  display: list-item;
  padding: 6px;
  color: #6c757d; }

.select2-container--bootstrap4 .select2-selection__clear {
  float: right;
  width: .9em;
  height: .9em;
  padding-left: .15em;
  margin-top: .7em;
  margin-right: .3em;
  line-height: .75em;
  border-radius: 100%; }

.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: #afafaf; }

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px); }

/*
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  line-height: calc(1.5em + 0.75rem);
  color: #6c757d; }
 */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px; }

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  display: none;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #343a40 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0; }

/*
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  padding-left: 0.75rem;
  line-height: calc(1.5em + 0.75rem);
  color: #495057; }
 */
.select2-search--dropdown .select2-search__field {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.select2-results__message {
  color: #6c757d; }

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px); }

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.375rem;
  margin: 0;
  list-style: none; }

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  float: left;
  padding: 0;
  padding-right: 0.75rem;
  margin-top: calc(0.375rem - 2px);
  margin-right: 0.375rem;
  color: #495057;
  cursor: pointer;
  border: 1px solid #bdc6d0;
  border-radius: 0.2rem; }

.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  color: #495057; }

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice + .select2-search {
  width: 0; }

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  float: left;
  padding-right: 3px;
  padding-left: 3px;
  margin-right: 1px;
  margin-left: 3px;
  font-weight: 700;
  color: #bdc6d0; }

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40; }

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  position: absolute !important;
  top: 0;
  right: .7em;
  float: none;
  margin-right: 0; }

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px;
  cursor: not-allowed; }

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none; }

.dataTables-div .dataTables_length > label {
  line-height: 40px; }

.dataTables-div .dataTable {
  font-size: 13px; }

.dataTables-div .dataTable th {
  font-weight: 600; }

.dataTables-div table.dataTable thead .sorting::after, table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc_disabled::after, table.dataTable thead .sorting_desc_disabled::before {
  top: 8px; }

.dataTables-div .dataTable thead tr th {
  padding: 10px;
  border-bottom: 1px solid #f0f3ff;
  white-space: nowrap; }

.dataTables-div .dataTable tbody tr {
  border-bottom: 1px solid #f0f3ff; }

.dataTables-div .dataTable tbody tr td {
  font-size: 13px;
  padding: 10px;
  border-bottom: 1px solid #f0f3ff; }

.dataTables-div .dataTable tbody tr td a > i {
  padding: 5px;
  border-radius: 0.2px; }

.dataTables-div .dataTable tbody tr td a > i.fa {
  font-size: 18px;
  font-weight: 500;
  color: #93a2dd; }

.dataTables-div .dataTable tbody tr td a > i:hover {
  background: #f0f3ff;
  color: #5d78ff;
  border-radius: 2px; }

.dataTables_wrapper {
  position: relative !important; }

.dataTables_processing {
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  background: #fff !important;
  z-index: 1000 !important;
  text-align: center !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  border: 0 !important; }

.dataTables-div .dataTable th {
  font-weight: 500 !important; }

.color-picker {
  position: relative; }

.color-picker span {
  position: absolute;
  right: 0;
  top: 26px; }

.color-picker .input-group-text {
  padding: 6px 6px 5px 6px;
  border: 1px solid #9aabff; }

.colorpicker-input-addon i {
  height: 25px;
  width: 65px; }

.colorpicker-bs-popover {
  min-width: 170px !important;
  max-width: 210px !important;
  width: 200px !important; }

@charset "UTF-8";
.image-crop-util .modal-footer {
  justify-content: center !important; }

.image-crop-util div.buttons {
  justify-content: center !important;
  text-align: center; }

.image-crop-util div.buttons div.btn-group {
  margin-right: .45rem; }

.image-crop-util div.details {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1400;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9); }

.image-crop-util div.details-container {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10%;
  left: 25%; }

.image-crop-util div.modal-body {
  /*padding: 0 25px 25px 25px !important;*/
  min-height: 350px; }

.image-gallery .sortable-highlight {
  width: 187px;
  height: 126px;
  border: 2px dashed #34bfa3; }

.image-gallery {
  width: 100%;
  position: relative;
  padding: 15px; }

.image-gallery .kt-spinner:before {
  left: 47%; }

.image-gallery > div {
  width: 187px;
  height: 126px;
  opacity: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #34bfa3;
  margin: 3px;
  background-color: #000; }

.image-gallery a > img {
  /*position: absolute;*/
  margin: 0 auto 0 auto;
  padding: 0;
  border: 0;
  display: block;
  vertical-align: middle;
  height: 100%; }

/*
.image-gallery a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
*/
.image-gallery a > div {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 85px;
  cursor: default;
  /*
   background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  */ }

.image-gallery a:hover > div {
  background-color: rgba(0, 0, 0, 0.4); }

.image-gallery a > div > i {
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.image-gallery .image-default {
  border: 3px solid blue; }

.image-gallery a > div.color {
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 22px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 11px;
  font-weight: 400; }

.image-gallery a > div > i.icon-default {
  bottom: 6px;
  left: 20px; }

.image-gallery a > div > i.icon-default:before {
  font-size: 22px;
  font-weight: 900; }

.image-gallery a > div > i.icon-zoom {
  bottom: 6px;
  right: 115px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  display: none; }

.image-gallery a > div > i.icon-zoom:before {
  font-size: 21px; }

.image-gallery a > div > i.icon-edit {
  bottom: 5px;
  right: 75px; }

.image-gallery a > div > i.icon-edit:before {
  font-size: 25px; }

.image-gallery a > div > i.icon-delete {
  bottom: 5px;
  right: 43px; }

.image-gallery a > div > i.icon-delete:before {
  font-size: 25px; }

.image-gallery a > div > i.icon-move {
  bottom: 7px;
  right: 10px; }

.image-gallery a > div > i.icon-move:before {
  font-size: 23px; }

.image-gallery a > div > i:before {
  color: #fff !important; }

.image-gallery a:hover > div > i {
  opacity: 1; }

.image-url .repeat-remove {
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px !important; }

.image-url .repeat-remove i {
  line-height: 40px; }

.lg-actions .lg-prev:after {
  content: '〈';
  font-size: 100px; }

.lg-actions .lg-next:before {
  content: '〉';
  font-size: 100px; }

.lg-actions button:hover {
  box-shadow: unset !important; }

.lg-toolbar {
  background-color: unset !important; }

.lg-img-wrap {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.lg-img-wrap-bottom {
  padding-bottom: 100px !important; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  top: 40% !important; }

.lg-thumb-item {
  width: 140px !important;
  height: 85px !important; }

.lg-sub-html {
  padding: 0; }

.lg-sub-html p {
  padding: 10px;
  margin: 0px !important; }

.lg-actions .lg-prev {
  position: absolute;
  left: -70px;
  top: 40%;
  text-shadow: 2px 2px 5px #000;
  opacity: 0.5; }

.lg-actions .lg-prev:hover {
  opacity: 1; }

.lg-actions .lg-next {
  position: absolute;
  right: -60px;
  top: 40%;
  text-shadow: 2px 2px 5px #000;
  opacity: 0.5; }

.lg-actions .lg-next:hover {
  opacity: 1; }

.image-tab-min-height {
  min-height: 220px; }

@media (max-width: 576px) {
  .image-tab-min-height {
    min-height: 260px; }
  .lg-actions .lg-prev {
    top: 0 !important;
    left: -65px !important;
    height: 100%;
    opacity: 0.2; }
  .lg-actions .lg-next {
    right: -60px;
    top: 0 !important;
    height: 100%;
    opacity: 0.2; }
  .lg-img-wrap-bottom {
    padding-bottom: unset !important; } }

@media (min-width: 577px) and (max-width: 767px) {
  .image-tab-min-height {
    min-height: 260px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .image-tab-min-height {
    min-height: 260px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .image-tab-min-height {
    min-height: 260px; } }

.icon-lock {
  background-image: url("/assets/image/lock.png");
  background-size: 10px;
  background-position: center;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat; }

.icon-unlock {
  background-image: url("/assets/image/unlock.png");
  background-size: 15px;
  background-position: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat; }

.icon-raw-material-add {
  background-image: url("/assets/image/icon-raw-material-add.png");
  background-size: 16px;
  background-position: center;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat; }

.icon-ft-17px:before {
  font-size: 17px; }

.icon-ft-20px:before {
  font-size: 20px; }

/*** LA ICONS ***/
.la-icon-all, .la.la-search::before, .la.la-eraser::before, .la.la-angle-down::before, .fa.fa-sync::before, .loading-div:before, .icon-accept:before, .icon-accept-dis:before, .icon-cross:before, .icon-true:before, .icon-false:before, .icon-arrow-up:before, .icon-arrow-down:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-info:before, .icon-info-fs-22:before, .icon-bed:before, .icon-bed-fs-22:before, .icon-contact:before, .icon-contact-fs-22:before, .context-menu-icon:before, .icon-add:before, .icon-close:before, .icon-filter:before, .icon-copy:before, .icon-hotel:before, .icon-order:before, .icon-country:before, .icon-plus-open:before, .icon-minus-open:before, .icon-clear:before, .icon-pin:before, .icon-save:before, .icon-address:before, .icon-reset:before, .icon-trash:before, .icon-accommodation:before, .icon-external-link:before, .icon-detail-plus:before, .icon-detail-minus:before {
  font: normal normal normal 14px/1 'Font Awesome 5 Free'; }

.la.la-search::before {
  content: "\f002"; }

.la.la-eraser::before {
  content: "\f12d"; }

.la.la-angle-down::before {
  content: "\f078"; }

.fa.fa-sync::before {
  content: "\f021"; }

.loading-div:before {
  content: "\f110"; }

.icon-accept:before {
  content: "\f058";
  font-size: 18px;
  color: green; }

.icon-accept-dis:before {
  content: "\f058";
  font-size: 18px;
  color: gray; }

.icon-cross:before {
  content: "\f057";
  font-size: 18px;
  color: red; }

.icon-true:before {
  content: "\f058";
  font-size: 18px;
  color: green; }

.icon-false:before {
  content: "\f057";
  font-size: 18px;
  color: red; }

.icon-arrow-up:before {
  content: "\f077";
  font-size: 16px; }

.icon-arrow-down:before {
  content: "\f078";
  font-size: 16px; }

.icon-arrow-left:before {
  content: "\f053";
  font-size: 18px; }

.icon-arrow-right:before {
  content: "\f054";
  font-size: 18px; }

.icon-info:before, .icon-info-fs-22:before {
  content: "\f05a";
  font-size: 18px; }

.icon-info-fs-22:before {
  font-size: 22px;
  color: #3073AD;
  padding-right: 10px; }

.icon-bed:before, .icon-bed-fs-22:before {
  content: "\f236";
  font-size: 18px; }

.icon-bed-fs-22:before {
  font-size: 22px;
  color: #3073AD;
  padding-right: 10px; }

.icon-contact:before, .icon-contact-fs-22:before {
  content: "\f2b9";
  font-size: 18px; }

.icon-contact-fs-22:before {
  font-size: 22px;
  color: #3073AD;
  padding-right: 10px; }

.context-menu-icon-copy:before {
  content: "\f0c5"; }

.context-menu-icon-delete:before {
  content: "\f1f8"; }

.context-menu-icon-edit:before {
  content: "\f044"; }

.icon-add:before {
  content: "\f067";
  font-size: 18px; }

.icon-close:before {
  content: "\f00d";
  font-size: 18px; }

.icon-filter:before {
  content: "\f0b0";
  font-size: 18px; }

.icon-copy:before {
  content: "\f0c5";
  font-size: 18px; }

.icon-hotel:before {
  content: "\f0f7";
  font-size: 18px; }

.icon-order:before {
  content: "\f161";
  font-size: 18px; }

.icon-country:before {
  content: "\f0ac";
  font-size: 18px; }

.icon-plus-open:before {
  content: "\f055";
  font-size: 18px; }

.icon-minus-open:before {
  content: "\f056";
  font-size: 18px; }

.icon-clear:before {
  content: "\f00d";
  font-size: 18px; }

.icon-pin:before {
  content: "\f08d";
  font-size: 18px; }

.icon-save:before {
  content: "\f0c7";
  font-size: 18px; }

.icon-address:before {
  content: "\f041";
  font-size: 18px; }

.icon-reset:before {
  content: "\f0e2";
  font-size: 18px; }

.icon-trash:before {
  content: "\f1f8";
  font-size: 18px; }

.icon-accommodation:before {
  content: "\f19c";
  font-size: 18px; }

.icon-external-link:before {
  content: "\f08e";
  font-size: 18px; }

.icon-google-map {
  background-image: url("/assets/image/google-map.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px; }

.icon-gallery {
  background-image: url("/assets/image/gallery.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px 24px; }

.icon-detail-plus:before {
  content: "\f055";
  font-size: 18px; }

.icon-detail-minus:before {
  content: "\f056";
  font-size: 18px; }

@media (max-width: 576px) {
  .icon-arrow-left:before {
    font-size: 22px; }
  .icon-arrow-right:before {
    font-size: 22px; } }

/** LA ICONS ***/

.kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container {
  padding: 0; }

.kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container.kt-invoice__container--centered {
  width: 100%; }

.kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__body {
  padding: 2rem 0 0 0; }

.kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__body.kt-invoice__body--centered {
  width: 100%; }

.kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table {
  padding: 0; }

.kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table.kt-invoice__table--centered {
  width: 100%; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container {
  padding: 0 5rem 0 5rem; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container.kt-invoice__container--centered {
  width: 70%;
  margin: 0 auto;
  padding: 0; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10rem; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__logo > a {
  text-decoration: none; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__logo > a > h1 {
  font-weight: 700;
  font-size: 2.7rem;
  color: #6c7293; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__logo > a:last-child {
  text-align: right; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__desc {
  text-align: right;
  display: block;
  padding: 1rem 0 4rem 0;
  font-weight: 400;
  color: #6c7293;
  font-size: 1.1rem; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__desc > span {
  display: block; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0 3rem 0;
  border-top: 1px solid #ebedf2; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__items .kt-invoice__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__items .kt-invoice__item .kt-invoice__subtitle {
  font-weight: 600;
  padding-bottom: 0.5rem;
  color: #6c7293; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__items .kt-invoice__item .kt-invoice__text {
  color: #a7abc3;
  font-weight: 400; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__items .kt-invoice__item > span {
  display: block; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body {
  padding: 2rem 5rem 0 5rem; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body.kt-invoice__body--centered {
  width: 70%;
  margin: 0 auto;
  padding: 2rem 0 0 0; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body table thead tr th {
  padding: 1rem 0 0.5rem 0;
  border-top: none;
  color: #a7abc3;
  font-weight: 500; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body table thead tr th:not(:first-child) {
  text-align: right; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body table tbody tr td {
  padding: 1rem 0 1rem 0;
  vertical-align: middle;
  border-top: none;
  font-weight: 600;
  font-size: 1.1rem;
  color: #6c7293; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body table tbody tr td:not(:first-child) {
  text-align: right; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body table tbody tr:first-child td {
  padding-top: 1.8rem; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__footer {
  margin-top: 9rem;
  padding: 5rem 0 7rem 0;
  background-color: #f7f8fa; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table {
  padding: 0 5rem 0 5rem; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table.kt-invoice__table--centered {
  width: 70%;
  margin: 0 auto;
  padding: 0; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table table thead tr th {
  padding: 1rem 0 0.5rem 0;
  border-top: none;
  color: #a7abc3;
  border-bottom: 1px solid #ebedf2;
  font-weight: 600; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table table thead tr th:last-child {
  text-align: right; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table table tbody tr td {
  padding: 1.8rem 0 0 0;
  vertical-align: middle;
  border-top: none;
  font-weight: 600;
  font-size: 1.1rem;
  color: #6c7293; }

.kt-invoice-2 .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table table tbody tr td:last-child {
  text-align: right;
  font-size: 1.8rem;
  padding-top: 1rem; }

@media (max-width: 768px) {
  .kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container {
    padding: 0; }
  .kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container.kt-invoice__container--centered {
    width: 100%;
    padding: 0; }
  .kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__body {
    padding: 2rem 0 0 0; }
  .kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__body.kt-invoice__body--centered {
    width: 100%;
    padding: 0; }
  .kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__footer {
    padding: 3rem 0 4rem 0; }
  .kt-invoice-2.kt-invoice-2--fit .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table.kt-invoice__table--centered {
    width: 100%; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container {
    width: 100% !important;
    padding: 0 2rem 0 2rem; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container.kt-invoice__container--centered {
    padding: 0 2rem 0 2rem; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__logo {
    padding-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__logo > a {
    width: 100%;
    display: block; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__logo > a:last-child {
    padding-top: 1rem;
    text-align: left; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__desc {
    text-align: left;
    padding-bottom: 2rem; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__items {
    padding: 2rem 0 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__items .kt-invoice__item {
    width: 100%;
    display: block;
    padding-bottom: 2rem; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__head .kt-invoice__container .kt-invoice__items .kt-invoice__item:not(:first-child) {
    padding-left: 0; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body {
    width: 100% !important;
    padding: 0 2rem 0 2rem; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body.kt-invoice__body--centered {
    padding: 0 2rem 0 2rem; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body table thead tr th:not(:first-child) {
    padding-right: 1.5rem; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body table thead tr th:last-child {
    padding-right: 0; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body table tbody tr td:not(:first-child) {
    padding-right: 1.5rem; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__body table tbody tr td:last-child {
    padding-right: 0; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__footer {
    margin-top: 4rem;
    padding: 3rem 2rem 4rem 2rem; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table.kt-invoice__table--centered {
    width: 100%; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table table thead tr th:not(:first-child) {
    padding-left: 2rem; }
  .kt-invoice-2 .kt-invoice__wrapper .kt-invoice__footer .kt-invoice__table table tbody tr td:not(:first-child) {
    padding-left: 2rem; } }

@charset "UTF-8";
.ui-widget {
  font-family: Poppins; }

.ui-autocomplete {
  border: 1px solid #ebedf2;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
  -moz-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2); }

.autocomplete-custom {
  padding: 5px 15px;
  font-size: 13px;
  color: #212529;
  cursor: pointer; }

.autocomplete-custom:first-child {
  padding-top: 10px; }

.autocomplete-custom:hover {
  background-color: #f4f5f8; }

.ui-autocomplete li.sub-item:before {
  content: "↳";
  font-size: 16px; }

.ui-autocomplete .sub-item {
  padding-left: 45px; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #5867dd;
  border-color: #2e40d4; }

.custom-switch.custom-switch-lg {
  padding-bottom: 1rem;
  padding-left: 2.25rem; }
  .custom-switch.custom-switch-lg .custom-control-label {
    padding-left: .75rem;
    padding-top: 0.15rem; }
    .custom-switch.custom-switch-lg .custom-control-label::before {
      border-radius: 1rem;
      height: 1.5rem;
      width: 2.5rem; }
    .custom-switch.custom-switch-lg .custom-control-label::after {
      border-radius: .65rem;
      height: calc(1.5rem - 4px);
      width: calc(1.5rem - 4px); }
  .custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1rem); }

.custom-switch.custom-switch-xl {
  padding-bottom: 1rem;
  padding-left: 2.25rem; }
  .custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 2rem;
    padding-top: 0.5rem; }
    .custom-switch.custom-switch-xl .custom-control-label::before {
      border-radius: 1rem;
      height: 2rem;
      width: 3.5rem; }
    .custom-switch.custom-switch-xl .custom-control-label::after {
      border-radius: 2rem;
      height: calc(2rem - 4px);
      width: calc(2rem - 4px); }
  .custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.5rem); }

.h-34px {
  height: 34px; }

.lh-16px {
  line-height: 16px; }

.lh-90 {
  line-height: 90px; }

.mt-26px {
  margin-top: 26px; }

.mr-10px {
  margin-right: 10px; }

.pt-5px {
  padding-top: 5px; }

.pl-20px {
  padding-left: 20px; }

.plr-10px {
  padding-left: 10px;
  padding-right: 10px; }

.plr-15px {
  padding-left: 15px;
  padding-right: 15px; }

.ptb-5px {
  padding-top: 5px;
  padding-bottom: 5px; }

.ptb-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.ptb-20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.fs-14px {
  font-size: 14px; }

.fs-16px {
  font-size: 16px; }

.fs-18px {
  font-size: 18px; }

.fs-20px {
  font-size: 20px; }

.fs-22px {
  font-size: 22px; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.bb-line {
  border-bottom: 1px solid #ebedf2; }

.icon-fs {
  font-size: 20px; }

.icon-move {
  color: #5867dd; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.kt-aside__brand.kt-grid__item {
  background-color: #fff; }

.company-logo {
  max-width: 100%; }

.btn-min {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center; }

.btn-min i {
  padding: 0 !important; }

.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control {
  height: 46px;
  border: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1.5rem;
  background: rgba(235, 237, 242, 0.4); }

.kt-user-card.kt-user-card--skin-dark .kt-user-card__name {
  color: #6c7293; }

.kt-notification .kt-notification__item::after {
  content: ''; }

.tooltip-inner {
  max-width: 500px;
  white-space: nowrap; }

.hidden {
  display: none; }

.close:before {
  content: '' !important; }

.close > span {
  display: unset !important; }

.alert .alert-text {
  font-size: 14px; }

.color-box {
  width: 65px;
  height: 25px;
  border: 1px solid #000; }

.input-all, .select2-selection--single, .select2-selection--multiple {
  font-weight: 400;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px !important;
  border: 1px solid #ebedf2 !important;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .input-all:focus, .select2-selection--single:focus, .select2-selection--multiple:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9aabff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25); }

.select2 {
  width: 100% !important; }

.select2-selection--single {
  height: 38.4px !important; }

.select2-selection__rendered {
  line-height: 35.2px; }

.select2-selection__arrow:before {
  font-family: Flaticon2 !important;
  content: "\f1b1" !important;
  position: absolute;
  right: 10px;
  top: -7px;
  font-size: 11px; }

.select2-dropdown {
  border: 1px solid #ebedf2 !important;
  max-height: 300px !important;
  overflow: auto !important; }

.select2-selection__clear {
  font-size: 20px;
  position: absolute !important;
  right: 35px;
  top: 0px; }

.select2-selection__arrow:before,
.select2-selection__rendered,
.select2-container--open .select2-dropdown--below {
  color: #495057; }

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

.select2-selection--multiple .select2-selection__choice__remove {
  font-size: 15px;
  top: 2px;
  position: relative;
  left: -3px; }

.select2-selection--multiple .select2-selection__choice {
  line-height: 25px; }

.select2-selection--multiple ul {
  list-style-type: none; }

.checkbox-pt {
  margin-top: -5px; }

.divBox {
  color: #495057;
  font-size: 1rem;
  height: 39px;
  padding: 0.65rem 1rem;
  display: block;
  width: 100%; }

.nowrap {
  white-space: nowrap; }

.number-format:not(select) {
  text-align: right !important;
  padding-right: 10px; }

.number-format-decimal {
  text-align: right !important; }

.number-format-currency {
  position: absolute;
  top: 9px;
  right: 0px;
  font-size: 16px; }

input:disabled,
input[disabled],
.disabled,
*:disabled,
*[disabled],
*[disabled=disabled],
.m-radio:disabled,
.m-radio > input:disabled ~ span,
.m-checkbox:disabled,
.m-checkbox > input:disabled ~ span,
.disabled > * {
  cursor: not-allowed !important;
  pointer-events: all !important;
  opacity: 0.6 !important; }

.border-red {
  border: 1px solid red; }
  .border-red:hover {
    background-color: #fff; }

.border-green {
  border: 1px solid green; }
  .border-green:hover {
    background-color: #fff; }

.fc-red {
  color: #dc3545; }

.modal {
  background-color: rgba(0, 0, 0, 0.4); }

.pointer {
  cursor: pointer; }

.form-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  color: #5f6281; }

.password-progress {
  height: 3px;
  border-radius: 0;
  background-color: #fff; }

i.password-display:before {
  font-size: 18px; }

i.password-display {
  position: absolute;
  right: 20px;
  top: 10px; }

i.password-display-label-top {
  position: absolute;
  right: 10px;
  top: 38px; }

.alert.error .alert-icon {
  align-items: unset; }

.alert.error .alert-text {
  overflow-wrap: anywhere; }

.sale-channel-token {
  display: inline !important; }

.hidden-overflow {
  overflow: hidden !important; }

.product-variant-index {
  position: absolute;
  font-size: 20px;
  top: 35px;
  left: 10px;
  font-weight: bold; }

.product-variant-delete {
  position: absolute;
  top: 40px;
  right: 10px; }

.product-variant-delete.first {
  top: 45px; }

.product-variant-delete i {
  font-size: 30px !important; }

textarea {
  resize: none; }

.menu-logo-kristalkutu img {
  width: 180px;
  background-color: #fff; }

.menu-mobile-logo-kristalkutu img {
  width: 180px;
  background-color: #fff; }

.login-logo-kristalkutu img {
  width: 350px; }

.menu-logo-penti img {
  width: 120px; }

.menu-mobile-logo-penti img {
  width: 120px; }

.login-logo-penti img {
  width: 200px; }

.oddVariant {
  background-color: #DDDDDD; }

.product-edit hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 2px solid #ebedf2; }
