#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: 0.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: 0.9em;
  height: 0.9em;
  padding-left: 0.15em;
  margin-top: 0.7em;
  margin-right: 0.3em;
  line-height: 0.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: 0.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: 0.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, .icon-detail-minus:before, .icon-detail-plus:before, .icon-external-link:before, .icon-accommodation:before, .icon-trash:before, .icon-reset:before, .icon-address:before, .icon-save:before, .icon-pin:before, .icon-clear:before, .icon-minus-open:before, .icon-plus-open:before, .icon-country:before, .icon-order:before, .icon-hotel:before, .icon-copy:before, .icon-filter:before, .icon-close:before, .icon-add:before, .context-menu-icon:before, .icon-contact:before, .icon-contact-fs-22:before, .icon-bed:before, .icon-bed-fs-22:before, .icon-info:before, .icon-info-fs-22:before, .icon-arrow-right:before, .icon-arrow-left:before, .icon-arrow-down:before, .icon-arrow-up:before, .icon-false:before, .icon-true:before, .icon-cross:before, .icon-accept-dis:before, .icon-accept:before, .loading-div:before, .fa.fa-sync::before, .la.la-angle-down::before, .la.la-eraser::before, .la.la-search::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: #EE9E06;
  border-color: #EE9E06;
}

.custom-switch.custom-switch-lg {
  padding-bottom: 1rem;
  padding-left: 2.25rem;
}
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 0.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: 0.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);
}

/* for md */
.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 1.2rem;
  padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label > span {
  line-height: 28px;
}

.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: 2.75rem;
  border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: 1.25rem;
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.25rem);
}

/* for lg */
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: 3.75rem;
  border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.75rem);
}

/* for xl */
.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 4rem;
  padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
  height: 2.5rem;
  width: 4.75rem;
  border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
  width: calc(2.5rem - 4px);
  height: calc(2.5rem - 4px);
  border-radius: 2.75rem;
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(2.25rem);
}

input.custom-control-input:disabled {
  opacity: 0;
}
.map {
  position: relative;
  border: 1px solid #000;
}

.map .search-group {
  position: absolute;
  top: 0;
  left: 25%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 5px 5px;
  z-index: 1;
}

.map .search-group-coordinates {
  position: absolute;
  top: 0;
  left: 25%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 5px 5px;
  z-index: 1;
  display: none;
}

.map .search-group-coordinates input {
  width: 37%;
  display: inline;
}

.map .search-group-coordinates input {
  margin-right: 10px;
}

.map .search-group-coordinates .icon-address:before,
.map .search-group-coordinates .icon-clear:before,
.map .search-group-coordinates .icon-trash:before,
.map .search-group-coordinates .icon-save:before {
  color: #000 !important;
  font-size: 20px;
}

.map .search-group-coordinates .icon-address,
.map .search-group-coordinates .icon-clear,
.map .search-group-coordinates .icon-trash,
.map .search-group-coordinates .icon-save {
  position: relative;
  top: 3px;
}

.map .search-group-coordinates .address,
.map .search-group-coordinates .clear,
.map .search-group-coordinates .trash,
.map .search-group-coordinates .save {
  cursor: pointer;
  margin-right: 15px;
}

.map .search-group .clear {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}

.map .search-group .pin {
  position: absolute;
  top: 21px;
  right: 25px;
  cursor: pointer;
}

.map .form-group {
  position: absolute;
  bottom: -13px;
  left: 25%;
  padding: 5px 10px 10px 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 0px 0px;
  width: 50%;
}

.map .form-group > div {
  padding: 0 5px;
  float: left;
}

.map .form-group > div:last-child {
  padding-top: 20px;
}

.map .form-group > div > label {
  padding: 0;
}

.map .form-group > div > button {
  width: 100%;
}

.map .detail-group {
  width: 300px;
  height: 450px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5%;
  left: 0px;
  border-radius: 0px 5px 5px 0px;
}

.map .detail-group .open,
.map .detail-group .close {
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  color: #575962;
  opacity: 1;
}

.map .detail-group .include {
  margin: 35px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  height: 400px;
  border-radius: 5px;
  position: relative;
}

.map .detail-group label {
  display: block;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: 500;
  height: 19px !important;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.map .detail-group a {
  color: #fff;
}

.map .detail-group a:hover {
  color: #fff;
  text-decoration: underline;
}

.map .detail-group .image-container {
  margin: auto;
  text-align: center;
  position: relative;
  margin-bottom: 5px !important;
  width: 100%;
}

.map .detail-group .image-container .images {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 5px;
  margin-top: 5px;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
  scrollbar-width: thin;
}

.map .detail-group .image-container .image-div {
  position: relative;
}

.map .detail-group .image-container .images img {
  height: 100px;
  border: 2px solid #fff;
  margin: 2px;
  cursor: pointer;
}

.map .detail-group .image-container .images i {
  font-size: 18px;
  position: absolute;
  bottom: -40px;
  right: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 3px 0px 4px;
  cursor: pointer;
}

.map-util .lg-thumb-item img {
  width: 140px !important;
  height: 80px !important;
  object-fit: cover !important;
}

.map .detail-group .image-container .images::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
}

.map .detail-group .image-container .images::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}

.map .detail-group .image-container .images::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

.map .detail-group .icon-container {
  position: relative;
  height: 25px;
}

.map .detail-group .icon-rating {
  /*position: absolute;
  top: 8px;
  left: 0px;
  */
  margin-right: 5px;
  float: left;
  margin-top: 6px;
}

/*
@-moz-document url-prefix() {
  .map .detail-group .icon-rating {
    position: absolute;
    top: 0px;
    left: -15px;
  }
}
*/
.map .detail-group .star-rating-text {
  /*position: absolute;
  left: 80px;
  top: 5px;
  */
  margin-right: 5px;
  float: left;
  margin-top: 4px;
}

.map .detail-group .icon-map {
  /*position: absolute;
  top: 0;
  right: 0;
  */
  float: right;
  margin-left: 5px;
  cursor: pointer;
}

.map .detail-group .icon-link {
  /*position: absolute;
  top: 1px;
  right: 35px;
  */
  float: right;
  margin-left: 5px;
  text-decoration: none;
  margin-top: 2px;
}

.map .detail-group .icon-external-link:before {
  font-size: 26px;
}

.map .detail-group .icon-container a:hover {
  text-decoration: none;
}

.map .detail-group .content-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 200px;
  padding-right: 5px;
  margin-top: 5px;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
  scrollbar-width: thin;
}

.map .detail-group .content-container::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
}

.map .detail-group .content-container::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}

.map .detail-group .content-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

.map .detail-group .save-button {
  position: absolute;
  bottom: 8px;
  width: 93%;
}

.map .detail-group .star-ratings-sprite {
  background: url("/dist/default/assets/images/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  /*margin: 0 auto;*/
  transform: scale(0.7);
  -moz-transform: scale(0.7);
}
.map .detail-group .star-ratings-sprite-rating {
  background: url("/dist/default/assets/images/star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}

.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 42%;
  left: 39%;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.map .detail-group .left-side {
  width: 50%;
  float: left;
  padding-right: 5px;
}

.map .detail-group .left-side .images {
  padding-bottom: 10px !important;
}

.map .detail-group .left-side .images img {
  height: 140px !important;
}

.map .detail-group .right-side {
  width: 50%;
  float: right;
  padding-left: 5px;
}

.map .loader-background {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.map .marker-container {
  color: #000;
}

.map .marker-container .name {
  font-weight: bold;
}

.map .marker-container .status.online {
  font-weight: bold;
  color: green;
}

.map .marker-container .status.offline {
  font-weight: bold;
  color: red;
}

.map .order .title {
  font-weight: bold;
  padding-right: 5px;
}

.map .order {
  margin: 5px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 7px;
}

.map .order .btn {
  width: 100%;
  padding: 3px;
}

.map .order .col-12 {
  padding: 0;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .map .search-group,
  .map .search-group-coordinates {
    position: unset;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    width: 100%;
    border-radius: 0;
  }
  .map .search-group .clear {
    right: 35px;
  }
  .map .search-group .pin {
    right: 15px;
  }
  .map .search-group-coordinates input {
    width: 30%;
  }
  .map .detail-group {
    width: 100%;
    height: 500px;
    top: 55px;
    left: 0px;
    border-radius: 0;
  }
  .map .detail-group .include {
    height: 465px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .map .search-group,
  .map .search-group-coordinates {
    position: unset;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    width: 100%;
    border-radius: 0;
  }
  .map .search-group .clear {
    right: 35px;
  }
  .map .search-group .pin {
    right: 15px;
  }
  .map .search-group-coordinates input {
    width: 35%;
  }
  .map .detail-group {
    height: 500px;
    top: 55px;
    left: 0px;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .map .search-group,
  .map .search-group-coordinates {
    position: unset;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border-radius: 0;
  }
  .map .search-group .clear {
    right: 35px;
  }
  .map .search-group .pin {
    right: 15px;
  }
  .map .search-group-coordinates input {
    width: 37%;
  }
  .map .detail-group {
    height: 500px;
    top: 55px;
    left: 0px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .map .search-group-coordinates input {
    width: 37%;
  }
}
@media (min-width: 1200px) {
  .map .search-group-coordinates input {
    width: 37%;
  }
}
.transactionOrder {
  border-radius: 10px;
  border: 1px dashed #377a7d;
  line-height: 20px;
  background: #fff;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0 0 0 0 rgba(69, 65, 78, 0.08);
}

.transactionOrder-header {
  padding: 5px 0 5px 20px;
  letter-spacing: 2px;
  background: #edecec;
  border-bottom: 1px solid #ebedf2;
}

.transactionOrder-info {
  border: 1px dashed;
  border-width: 0px 1px 0px 0px;
  padding: 8px;
}
.customer-util-icons {
  position: absolute;
  right: 20px;
  bottom: 9px;
}

.customer-util-icons .add-customer-button {
  margin-right: 7px;
}

.customer-util-icons .list-customer-button {
  margin-right: 7px;
}

.customer-util-icons a > i {
  font-size: 15px;
}
/*
$kt-media-breakpoints: (
    // Small screen / phone
    sm: 576px,

    // Medium screen / tablet
    md: 768px,

    // Large screen / desktop
    lg: 1024px,

    // Extra large screen / wide desktop
    xl: 1200px,

    // Extra large screen / wide desktop
    xxl: 1600px
)!default;
*/
.kt-wizard-v1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kt-wizard-v1 .kt-wizard-v1__nav {
  border-bottom: 1px solid #eeeef4;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.5%;
  flex: 0 0 16.5%;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #b2b7c6;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item:last-child:after {
  content: none;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #50566a;
  padding: 2rem 2.5rem;
  text-align: center;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon {
  font-size: 3.7rem;
  color: #b2b7c6;
  margin-bottom: 0.5rem;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-label {
  font-size: 1.1rem;
  font-weight: 600;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state=current]:after {
  color: #5d78ff;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state=current] .kt-wizard-v1__nav-body {
  color: #5d78ff;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state=current] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon {
  color: #5d78ff;
}

@media (max-width: 768px) {
  .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem 0;
  }
  .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    width: 100%;
  }
  .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item:after {
    position: absolute;
    right: 2rem;
  }
  .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item:last-child:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #b2b7c6;
  }
  .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0.5rem 2rem;
  }
  .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.kt-wizard-v1 .kt-wizard-v1__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9fafc;
}

.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form {
  width: 80%;
  padding: 4rem 0 5rem;
}

.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eeeef4;
}

.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content .kt-wizard-v1__form {
  margin-top: 3rem;
}

.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content .kt-wizard-v1__review .kt-wizard-v1__review-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eeeef4;
}

.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content .kt-wizard-v1__review .kt-wizard-v1__review-item .kt-wizard-v1__review-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}

.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content .kt-wizard-v1__review .kt-wizard-v1__review-item .kt-wizard-v1__review-content {
  line-height: 1.8rem;
}

.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content .kt-wizard-v1__review .kt-wizard-v1__review-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions .btn {
    margin: 0 0.5rem 1rem;
  }
}
.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions [data-ktwizard-type=action-prev] {
  margin-right: auto;
}

@media (max-width: 576px) {
  .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions [data-ktwizard-type=action-prev] {
    margin-right: 0.5rem;
  }
}
.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions [data-ktwizard-type=action-next] {
  margin: auto 0 auto auto;
}

@media (max-width: 576px) {
  .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions [data-ktwizard-type=action-next] {
    margin: 0 0 1rem;
  }
}
@media (max-width: 768px) {
  .kt-wizard-v1 .kt-wizard-v1__wrapper {
    padding: 2rem;
  }
  .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form {
    width: 100%;
    padding: 2rem 1rem 4rem;
  }
}
.kt-wizard-v1.kt-wizard-v1--white .kt-wizard-v1__wrapper {
  background-color: #ffffff;
}

.kt-wizard-v1 [data-ktwizard-type=step-info] {
  display: none;
}

.kt-wizard-v1 [data-ktwizard-type=step-info][data-ktwizard-state=current] {
  display: block;
}

.kt-wizard-v1 [data-ktwizard-type=step-content] {
  display: none;
}

.kt-wizard-v1 [data-ktwizard-type=step-content][data-ktwizard-state=current] {
  display: block;
}

.kt-wizard-v1 [data-ktwizard-type=action-prev] {
  display: none;
}

.kt-wizard-v1 [data-ktwizard-type=action-next] {
  display: inline-block;
}

.kt-wizard-v1 [data-ktwizard-type=action-submit] {
  display: none;
}

.kt-wizard-v1[data-ktwizard-state=first] [data-ktwizard-type=action-prev] {
  display: none;
}

.kt-wizard-v1[data-ktwizard-state=first] [data-ktwizard-type=action-next] {
  display: inline-block;
}

.kt-wizard-v1[data-ktwizard-state=first] [data-ktwizard-type=action-submit] {
  display: none;
}

.kt-wizard-v1[data-ktwizard-state=between] [data-ktwizard-type=action-prev] {
  display: inline-block;
}

.kt-wizard-v1[data-ktwizard-state=between] [data-ktwizard-type=action-next] {
  display: inline-block;
}

.kt-wizard-v1[data-ktwizard-state=between] [data-ktwizard-type=action-submit] {
  display: none;
}

.kt-wizard-v1[data-ktwizard-state=last] [data-ktwizard-type=action-prev] {
  display: inline-block;
}

.kt-wizard-v1[data-ktwizard-state=last] [data-ktwizard-type=action-next] {
  display: none;
}

.kt-wizard-v1[data-ktwizard-state=last] [data-ktwizard-type=action-submit] {
  display: inline-block;
}

.shipment-new-address {
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 10px;
}

.kt-wizard-v1 .shipment-row {
  min-height: 160px;
}

/* // Responsive mode(ref $kt-media-breakpoints in framework\_config.scss)
// Above 1200px
@include kt-media-above(xl) {
	.kt-wizard-v1 {

	}
}

// Above 1024px and below 1200px
@include kt-media-range(lg, xl) {
	.kt-wizard-v1 {

	}
}

// Below 1024px
@include kt-media-below(lg) {
	.kt-wizard-v1 {

	}
} */
.bill-create .department {
  border: 3px solid #ebedf2;
  height: 90px;
  width: 130px;
  text-align: center;
  border-radius: 0.625rem;
  position: relative;
  cursor: pointer;
  margin-right: 7px;
  margin-left: 9px;
}

.bill-create .department.disabled {
  opacity: 0.6;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bill-create .department .department-name {
  font-size: 16px;
  font-weight: 500;
  color: #3F4254;
}

.bill-create .department.selected {
  border-color: #377a7d;
}

.bill-create .product-group {
  border: 3px solid #ebedf2;
  height: 150px;
  width: 130px;
  text-align: center;
  border-radius: 0.625rem;
  position: relative;
  cursor: pointer;
  margin-right: 7px;
  margin-left: 9px;
  background-color: #FFF;
}

.bill-create .product-group .product-group-name {
  font-size: 16px;
  font-weight: 500;
  color: #3F4254;
}

.bill-create .product-group .product-count {
  font-size: 14px;
  font-weight: 400;
  color: #B5B5C3;
}

.bill-create .product-group.selected {
  border-color: #377a7d;
}

.bill-create .product-group.selected .product-group-name {
  font-weight: bold;
}

.bill-create .products {
  padding: 15px;
}

.bill-create .products .product-container {
  margin: 10px;
  padding: 15px;
  border: 3px solid #ebedf2;
  border-radius: 10px;
  background-color: #FFF;
}

.bill-create .products .product-container.selected {
  border-color: #377a7d;
}

.bill-create .products .product-container .product-image {
  border-radius: 10px;
  min-height: 275px;
  max-height: 275px;
}

.bill-create .products .product-container .product-image > img {
  width: 100%;
  border-radius: 10px;
}

.bill-create .products .product-container .product-name {
  font-size: 18px;
  font-weight: 500;
  color: #3F4254;
  text-align: center;
  margin-top: 10px;
  min-height: 70px;
}

.bill-create .products .product-container .product-name > span {
  font-size: 12px;
  font-weight: 400;
  color: #B5B5C3;
  display: block;
}

.bill-create .products .product-container .product-description {
  height: 60px;
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
}

.bill-create .products .product-container .product-price {
  text-align: center;
  font-size: 22px;
  color: #3F4254;
  margin-top: 10px;
  font-weight: bold;
}

.bill-create .products .product-container .product-buttons {
  margin-top: 10px;
}

.bill-create .products .product-container .product-buttons .btn-add,
.bill-create .products .product-container .product-buttons .btn-add:hover,
.bill-create .products .product-container .product-buttons .btn-add:active {
  width: 100%;
  background-color: #377a7d !important;
  border: 0 !important;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
}

.bill-create .products .product-container .product-buttons .btn-remove,
.bill-create .products .product-container .product-buttons .btn-remove:hover,
.bill-create .products .product-container .product-buttons .btn-remove:active {
  width: 100%;
  border: 0 !important;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
}

.bill-create .summary-container {
  margin: 0 0 0 10px;
  padding: 15px;
  border: 3px solid #ebedf2;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  background-color: #FFF;
}

.bill-create .summary-container .summary-header {
  font-size: 20px;
  color: #3F4254;
  font-weight: 500;
  border-bottom: 3px solid #ebedf2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.bill-create .summary-container .summary-products {
  min-height: 130px;
  position: relative;
}

.bill-create .summary-container .summary-products .no-selected {
  font-size: 30px;
  color: #ebedf2;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bill-create .summary-container .summary-total {
  border-top: 3px solid #ebedf2;
  margin-top: 10px;
  padding-top: 20px;
}

.bill-create .summary-container .summary-total .total-title,
.bill-create .summary-container .summary-total .total-price {
  font-size: 20px;
  color: #3F4254;
  font-weight: 500;
}

.bill-create .summary-container .summary-total .total-price {
  text-align: right;
}

.bill-create .summary-container .summary-products .product .total {
  text-align: center;
}

.bill-create .summary-container .summary-products .product .remove {
  text-align: right;
}

.bill-create .summary-container .summary-products .product .total input.product-count {
  font-size: 16px;
  font-weight: 600;
  text-align: center !important;
}

.bill-create .summary-container .summary-products .product .total .btn-minus,
.bill-create .summary-container .summary-products .product .total .btn-plus,
.bill-create .summary-container .summary-products .product .remove .btn-remove {
  border: 0;
  box-shadow: none !important;
}

.bill-create .summary-container .summary-products .product .remove .btn-remove {
  padding-left: 0;
  padding-right: 0;
}

.bill-create .summary-container .summary-products .product .total .btn-minus > i,
.bill-create .summary-container .summary-products .product .total .btn-plus > i {
  font-size: 22px;
}

.bill-create .summary-container .summary-products .product .remove .btn-remove {
  height: 38px;
  line-height: 38px;
  padding-top: 10px;
}

.bill-create .summary-container .summary-products .product .remove .btn-remove > i {
  font-size: 24px;
  color: var(--danger);
}

.bill-create .summary-container .summary-products input.product-count {
  display: inline;
  width: 70px;
}

.bill-create .products .m-loader-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
}

.bill-create .products .m-loader:before {
  width: 50px;
  height: 50px;
  border-top-color: #377a7d;
  border-top-width: 4px;
}

.bill-create .products .m-loader {
  left: 49%;
  top: 30px;
}

.bill-create .summary-container .summary-products .product {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
}

.bill-create .summary-container .summary-products .product .name {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

.bill-create .summary-container .summary-products .product .price {
  line-height: 30px;
  font-size: 16px;
  text-align: right;
  padding: 10px 0 0 0;
  font-weight: 500;
}

.bill-create .summary-container .summary-products .product:first-child-child {
  margin-top: 10px;
}

.bill-create .summary-container .summary-products .product:not(:last-child) {
  border-bottom: 2px solid #ebedf2;
}

.bill-create .summary-container .summary-products .product .image {
  border-radius: 8px;
}

.bill-create .summary-container .summary-products .product .image > img {
  width: 100%;
  border-radius: 8px;
}

.bill-create .summary-container .summary-icons {
  margin-top: 5px;
}

.bill-create .summary-container .summary-icons .select-type {
  padding: 0;
  margin: 3px;
  border: 2px solid #ebedf2;
  border-radius: 8px;
  text-align: center;
  height: 60px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.bill-create .summary-container .summary-tables .select-table-container {
  border: 2px solid #ebedf2;
  border-radius: 8px;
  display: inline-table;
}

.bill-create .summary-container .summary-tables .select-table {
  padding: 30px 0 0 0;
  margin: 3px;
  text-align: left;
  min-height: 60px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: inline-table;
  border: 0;
}

.bill-create .summary-container .summary-tables .select-table .table-number {
  padding: 10px 15px;
  margin: 3px;
  border: 2px solid #377a7d;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}

.bill-create .summary-container .summary-icons .summary-input {
  height: 45px;
  font-size: 16px;
  border: 2px solid #ebedf2;
}

.bill-create .summary-container .summary-icons .room-list-util-icons {
  bottom: 10px;
}

.bill-create .summary-container .summary-icons .clear-room-list-button {
  margin-left: 10px;
}

.bill-create .summary-container .summary-icons .add-componay-button {
  margin-right: 15px;
}

.bill-create .summary-container .summary-icons .add-guest-button,
.bill-create .summary-container .summary-icons .list-guest-button {
  margin-right: 10px;
}

.bill-create .summary-container .summary-icons .select-type.selected {
  border-color: #377a7d;
  font-weight: 500;
}

/*******************************/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.product-slider .swiper-slide {
  text-align: center;
}

.product-thumbs .swiper-slide {
  padding: 2px;
  padding-top: 4px;
}

.product-thumbs .swiper-slide img {
  object-fit: cover;
  cursor: pointer;
}

.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
  font-size: 40px;
  color: #000;
  font-weight: bold;
}

.product-detail .name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.product-detail .name > span {
  font-size: 12px;
  font-weight: 400;
  color: #B5B5C3;
  margin-left: 15px;
}

.product-detail .group {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-top: 15px;
}

.product-detail .description {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-top: 15px;
}

.product-detail .price {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  margin-top: 15px;
}

.product-detail .buttons {
  margin-top: 15px;
}

.bill-detail .table-title {
  font-size: 20px;
  color: #3F4254;
  font-weight: 500;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-prev-next-button:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 6px rgb(55, 122, 125) !important;
}

.flickity-button {
  position: absolute;
  border: none;
  color: #333;
  background-color: unset;
}

.flickity-button:hover {
  background-color: unset;
  cursor: pointer;
  background-color: #fff;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
  color: #377a7d;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.bill-detail .bill-detail-header {
  font-size: 20px;
  color: #3F4254;
  font-weight: 500;
  border-bottom: 3px solid #ebedf2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.bill-detail .bill-detail-total {
  border-top: 3px solid #ebedf2;
  margin-top: 10px;
  padding-top: 10px;
}

.bill-detail .bill-detail-total .total-title,
.bill-detail .bill-detail-total .total-price {
  font-size: 20px;
  color: #3F4254;
  font-weight: 500;
}

.bill-detail .bill-detail-total .total-price {
  text-align: right;
}

.bill-detail .bill-detail-products .product {
  margin: 0 0 10px;
  padding-bottom: 10px;
}

.bill-detail .bill-detail-products .product .name {
  padding: 0 0 10px;
  font-weight: 500;
  font-size: 18px;
}

.bill-detail .bill-detail-products .product .price,
.bill-detail .bill-detail-products .product .total {
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
}

.bill-detail .bill-detail-products .product .total {
  text-align: right;
}

.bill-detail .bill-detail-products .product:first-child-child {
  margin-top: 10px;
}

.bill-detail .bill-detail-products .product:not(:last-child) {
  border-bottom: 2px solid #ebedf2;
}

.bill-detail .bill-detail-products .product .image {
  border-radius: 8px;
}

.bill-detail .bill-detail-products .product .image > img {
  width: 100%;
  border-radius: 8px;
}

.bill-detail .bill-detail-tables {
  border-bottom: 3px solid #ebedf2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.bill-detail .bill-detail-tables .bill-table {
  display: inline-block;
  border: 2px solid #ebedf2;
  border-radius: 8px;
  padding: 10px;
  min-width: 80px;
  text-align: center;
  margin-right: 5px;
  font-size: 16px;
  color: #212529;
}

.bill-detail .bill-detail-type {
  border-top: 3px solid #ebedf2;
  margin-top: 10px;
  padding-top: 10px;
}

.bill-detail .bill-detail-type .title,
.bill-detail .bill-detail-type .value {
  font-size: 16px;
  margin-bottom: 10px;
}

.bill-detail .bill-detail-by .title,
.bill-detail .bill-detail-by .value {
  font-size: 16px;
  margin-bottom: 10px;
}
.room-list-util-icons {
  position: absolute;
  right: 20px;
  bottom: 7px;
}

.room-list-util-icons .add-room-list-button {
  margin-right: 7px;
}

.room-list-util-icons .list-room-list-button {
  margin-right: 7px;
}

.room-list-util-icons a > i {
  font-size: 15px;
}

.pos-table-list-util-icons {
  position: absolute;
  right: 10px;
  top: 15px;
}

.pos-table-list-util-icons .pos-table-list-button-list {
  margin-right: 7px;
}

.pos-table-list-util-icons .pos-table-list-button-clear {
  margin-right: 7px;
}

.pos-table-list-util-icons a > i {
  font-size: 15px;
}
.table-reservation {
  -webkit-user-select: none;
  user-select: none;
}

.table-reservation .department {
  border: 3px solid #ebedf2;
  height: 90px;
  width: 130px;
  text-align: center;
  border-radius: 0.625rem;
  position: relative;
  cursor: pointer;
  margin-right: 7px;
  margin-left: 9px;
}

.table-reservation .tables .m-loader-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
}

.table-reservation .tables .m-loader:before {
  width: 50px;
  height: 50px;
  border-top-color: #377a7d;
  border-top-width: 4px;
}

.table-reservation .tables .m-loader {
  left: 49%;
  top: 30px;
}

.table-reservation .department.disabled {
  opacity: 0.6;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table-reservation .department .department-name {
  font-size: 16px;
  font-weight: 500;
  color: #3F4254;
}

.table-reservation .department.selected {
  border-color: #377a7d;
}

.table-reservation .department.selected .department-name {
  font-weight: bold;
}

.table-reservation .table-location {
  border: 3px solid #ebedf2;
  height: 150px;
  width: 130px;
  text-align: center;
  border-radius: 0.625rem;
  position: relative;
  cursor: pointer;
  margin-right: 7px;
  margin-left: 9px;
}

.table-reservation .table-location .table-location-name {
  font-size: 16px;
  font-weight: 500;
  color: #3F4254;
}

.table-reservation .table-location.selected {
  border-color: #377a7d;
}

.table-reservation .table-location.selected .table-location-name {
  font-weight: bold;
}

.table-reservation .tables .table-container {
  padding: 15px;
  border: 3px solid #ebedf2;
  border-radius: 10px;
  position: relative;
  min-height: 200px;
  height: 100%;
  cursor: pointer;
}

.table-reservation .tables .table-container.disabled .reserved {
  font-size: 20px;
  color: var(--danger);
  font-weight: 600;
  width: 85%;
  z-index: 10;
  opacity: 1;
  top: 23px;
}

.table-reservation .tables .table-container.selected {
  border-color: #377a7d;
}

.table-reservation .tables .table-container.selected .table-buttons .btn,
.table-reservation .tables .table-container.selected .table-buttons .btn:hover {
  border-color: #377a7d;
  font-weight: 600;
}

.table-reservation .tables .table-container .table-number {
  font-size: 24px;
  font-weight: 500;
  color: #3F4254;
  text-align: left;
  position: absolute;
  top: 5px;
  left: 15px;
  display: inline;
}

.table-reservation .tables .table-container .product-buttons {
  margin-top: 10px;
}

.table-reservation .tables .table-container .table-buttons .btn-reservation,
.table-reservation .tables .table-container .table-buttons .btn-reservation:hover,
.table-reservation .tables .table-container .table-buttons .btn-reservation:active {
  width: 100%;
  background-color: #377a7d !important;
  border: 0 !important;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
}

.table-reservation .tables .table-container .table-buttons .btn-select,
.table-reservation .tables .table-container .table-buttons .btn-select:hover,
.table-reservation .tables .table-container .table-buttons .btn-select:active {
  width: 100%;
  color: #3F4254;
  background-color: #FFF;
  border: 2px solid #ebedf2;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  box-shadow: none !important;
}

.table-reservation .tables .table-container .table-reservations {
  margin-top: 30px;
  overflow: hidden;
  height: 110px;
}

.table-reservation .calendar-container {
  border: 3px solid #ebedf2;
  border-radius: 10px;
  padding: 10px;
}

.table-reservation .tables {
  margin-top: -10px !important;
  padding-left: 15px;
}

.table-reservation .table-reservation-list {
  border: 1px solid #377a7d;
  margin-bottom: 5px;
  position: relative;
}

.table-container .table-reservation-list.merged:after {
  content: "\f1e0";
  font-family: FontAwesome;
  position: absolute;
  transform: rotate(360deg) scaleX(-1);
  right: 5px;
  color: #377a7d;
}

.table-reservation .table-reservation-list .time-detail {
  width: 90px;
  display: inline-block;
  text-align: center;
}

.table-reservation .calendar-container table {
  width: 100%;
}

.table-reservation .calendar-container table th.day-title,
.table-reservation .calendar-container table td {
  width: 14%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ebedf2;
  color: #3F4254;
}

.table-reservation .calendar-container table th.day-title {
  font-size: 16px;
}

.table-reservation .calendar-container table td.day {
  font-size: 16px;
  cursor: pointer;
}

.table-reservation .calendar-container table td.day.selected {
  background-color: #377a7d;
  color: #fff;
}

.table-reservation .calendar-container table td.day.disabled {
  text-decoration: line-through;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table-reservation .calendar-container .month-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #3F4254;
  line-height: 50px;
  position: relative;
}

.table-reservation .calendar-container .month-title .prev {
  position: absolute;
  left: 5px;
  top: 50%;
  font-size: 25px;
  transform: translateY(-50%);
  cursor: pointer;
}

.table-reservation .calendar-container .month-title .next {
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 25px;
  transform: translateY(-50%);
  cursor: pointer;
}

.table-reservation .btn-time:hover,
.table-reservation .btn-time {
  font-size: 16px;
  border: 3px solid #ebedf2;
  text-shadow: unset !important;
  box-shadow: unset !important;
  color: #3F4254;
  border-radius: 6px;
}

.table-reservation .btn-time.selected {
  border-color: #377a7d;
  font-weight: 500;
}

.table-reservation .time {
  width: 72px;
  text-align: center;
  position: relative;
  margin-left: 7px;
  margin-right: 0px;
  height: 40px;
}

.table-reservation .summary-container {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.table-reservation .summary-icons {
  margin-top: 15px;
}

.table-reservation .summary-icons .select-type {
  padding: 0;
  margin: 3px;
  border: 2px solid #ebedf2;
  border-radius: 8px;
  text-align: center;
  height: 60px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.summary-input {
  height: 45px;
  font-size: 16px;
  border: 2px solid #ebedf2;
}

.table-reservation .summary-icons .room-list-util-icons {
  bottom: 10px;
}

.table-reservation .summary-icons .clear-room-list-button {
  margin-left: 10px;
}

.table-reservation .summary-icons .add-company-button {
  margin-right: 15px;
}

.table-reservation .summary-icons .add-guest-button,
.table-reservation .summary-icons .list-guest-button {
  margin-right: 10px;
}

.table-reservation .summary-icons .select-type.selected {
  border-color: #377a7d;
  font-weight: 500;
}

.table-reservation .summary-pax .m-switch input:checked ~ span:after {
  background-color: #377a7d;
}

.table-reservation-detail .bill-detail-header {
  font-size: 20px;
  color: #3F4254;
  font-weight: 500;
  border-bottom: 3px solid #ebedf2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.table-reservation-detail .name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.table-reservation-detail .name > span {
  font-size: 12px;
  font-weight: 400;
  color: #B5B5C3;
  margin-left: 15px;
}

.table-reservation-detail .group {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-top: 15px;
}

.table-reservation-detail .description {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-top: 15px;
}

.table-reservation-detail .buttons {
  margin-top: 15px;
}

.table-reservation-detail .title {
  font-size: 16px;
  margin-bottom: 10px;
}

.table-reservation-detail .value {
  font-size: 16px;
  margin-bottom: 10px;
}

.table-reservation-detail .table-reservation-order,
.table-reservation-detail .table-reservation-detail-other,
.table-reservation-detail .table-reservation-detail-type {
  border-top: 3px solid #ebedf2;
  margin-top: 10px;
  padding-top: 15px;
}

.table-reservation-detail .table-reservation-order .title,
.table-reservation-detail .table-reservation-order .value > a,
.table-reservation-detail .table-reservation-detail-other .title,
.table-reservation-detail .table-reservation-detail-other .value,
.table-reservation-detail .table-reservation-list .title,
.table-reservation-detail .table-reservation-list .value {
  font-weight: 500;
}

.table-reservation .table-reservation-buttons {
  position: absolute;
  bottom: 8px;
  right: 13px;
  display: inline;
  color: #3F4254;
}

.table-reservation .table-reservation-buttons .table-list-icon {
  font-size: 24px;
  position: relative;
  top: -6px;
  padding: 5px;
  color: #377a7d;
}
.guest-util-icons {
  position: absolute;
  right: 20px;
  bottom: 9px;
}

.guest-util-icons .add-guest-button {
  margin-right: 7px;
}

.guest-util-icons .list-guest-button {
  margin-right: 7px;
}

.guest-util-icons a > i {
  font-size: 15px;
}
html,
body {
  height: 100%;
  margin: 0;
}

#m_aside_left,
#left-menu-all {
  display: none;
}

html.swal2-shown,
body.swal2-shown {
  overflow-y: hidden !important;
  height: auto !important;
}

table th,
table td {
  vertical-align: middle !important;
}

#printContainer table th,
#printContainer table td {
  vertical-align: top !important;
}

.gray {
  color: gray;
}

.green {
  color: green;
}

.hidden {
  display: none;
}

.bg-white {
  background-color: #fff;
}

.reservation-check-true {
  color: limegreen;
}

.reservation-check-false {
  color: black;
}

.dynamic-action-muted {
  font-size: 12px !important;
  height: 40px;
  color: #6c757d !important;
  margin-bottom: 15px;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #ffffff;
}

.loader-wrapper .row {
  height: 100%;
}

textarea {
  resize: none;
}

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

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

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

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

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

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

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

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

.h-30px {
  height: 30px !important;
}

.h-33px {
  height: 33px !important;
}

.h-35px {
  height: 35px !important;
}

.h-40px {
  height: 40px !important;
}

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

.mt--10px {
  margin-top: -10px !important;
}

.mt--5px {
  margin-top: -5px !important;
}

.mt-2px {
  margin-top: 2px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-11px {
  margin-top: 11px !important;
}

.mt-14px {
  margin-top: 14px !important;
}

.mt-15px {
  margin-top: 15px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mt-28px {
  margin-top: 28px !important;
}

.mt-30px {
  margin-top: 30px !important;
}

.mt-35px {
  margin-top: 35px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

.m-0px {
  margin: 0 !important;
}

.m-2px {
  margin: 2px !important;
}

.m-5px {
  margin: 5px !important;
}

.m-10px {
  margin: 10px !important;
}

.m-15px {
  margin: 15px !important;
}

.m-20px {
  margin: 20px !important;
}

.ml-5px {
  margin-left: 5px !important;
}

.ml--15px {
  margin-left: -15px !important;
}

.ml-15px {
  margin-left: 15px !important;
}

.ml-30px {
  margin-left: 30px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-5px {
  margin-right: 5px !important;
}

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

.mr-15px {
  margin-right: 15px !important;
}

.mr-17px {
  margin-right: 17px !important;
}

.mr-18px {
  margin-right: 18px !important;
}

.mtb-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mlr-0px {
  margin-left: 0px;
  margin-right: 0px;
}

.mlr-5px {
  margin: 0 5px !important;
}

.mlr-20px {
  margin-left: 20px;
  margin-right: 20px;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0px {
  margin-bottom: 0px !important;
}

.mb-2px {
  margin-bottom: 2px !important;
}

.mb-3px {
  margin-bottom: 3px !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-39px {
  margin-bottom: 39px !important;
}

.pr-0px {
  padding-right: 0px !important;
}

.p-0px {
  padding: 0px !important;
}

.p-5px {
  padding: 5px !important;
}

.p-8px {
  padding: 8px !important;
}

.p-10px {
  padding: 10px !important;
}

.p-20px {
  padding: 20px !important;
}

.pt-2px {
  padding-top: 2px !important;
}

.pt-3px {
  padding-top: 3px !important;
}

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

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

.pt-14px {
  padding-top: 14px !important;
}

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

.pt-25px {
  padding-top: 25px !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.pt-32px {
  padding-top: 32px !important;
}

.pt-54px {
  padding-top: 54px !important;
}

.pt-94px {
  padding-top: 94px !important;
}

.pl-0px {
  padding-left: 0px !important;
}

.pl-5px {
  padding-left: 5px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.pl-15px {
  padding-left: 15px !important;
}

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

.pl-25px {
  padding-left: 25px !important;
}

.pl-50px {
  padding-left: 50px !important;
}

.pr-0px {
  padding-right: 0px !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.pr-20px {
  padding-right: 20px !important;
}

.pr-25px {
  padding-right: 25px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-3px {
  padding-bottom: 3px !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

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

.pb-15px {
  padding-bottom: 15px !important;
}

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

.lh-17px {
  line-height: 17px !important;
}

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

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

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

.plr-0px {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

.plr-20px {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pl-30px {
  padding-left: 30px !important;
}

.pl-35px {
  padding-left: 35px !important;
}

.pl-45px {
  padding-left: 45px !important;
}

.pl-55px {
  padding-left: 55px !important;
}

.p-button-line {
  padding: 7px 12px !important;
}

.w-10px {
  width: 10px;
}

.w-100px {
  width: 100px;
}

.w-110px {
  width: 110px;
}

.w-250px {
  width: 250px;
}

.w-20p {
  width: 20% !important;
}

.w-40p {
  width: 40% !important;
}

.w-90p {
  width: 90% !important;
}

.w-95p {
  width: 95% !important;
}

.mw-100p {
  max-width: 100% !important;
}

.wh-28px {
  width: 28px !important;
  height: 28px !important;
}

.wh-70px {
  width: 70px !important;
  height: 70px !important;
}

.mh-500px {
  min-height: 500px;
}

.mh-70px {
  min-height: 70px;
}

.dataTables-div {
  position: relative;
}

.dataTables_wrapper .top:first-child {
  margin-top: 15px;
}

.DTFC_LeftWrapper,
.DTFC_RightWrapper {
  top: -12px !important;
}

.DTFC_LeftBodyWrapper,
.DTFC_RightBodyWrapper {
  top: -26px !important;
  height: unset !important;
}

.DTFC_LeftBodyWrapper {
  box-shadow: 5px -13px 7px -4px rgba(0, 0, 0, 0.65);
}

.DTFC_RightBodyWrapper {
  box-shadow: -5px -13px 7px -4px rgba(0, 0, 0, 0.65);
}

.DTFC_LeftBodyLiner,
.DTFC_RightBodyLiner {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  height: unset !important;
  max-height: unset !important;
  width: 100% !important;
}

.DTFC_LeftHeadWrapper,
.DTFC_RightHeadWrapper {
  z-index: 1;
}

.DTFC_LeftHeadWrapper > table,
.DTFC_RightHeadWrapper > table {
  border-top: 0 !important;
}

.DTFC_LeftHeadWrapper > table thead th,
.DTFC_RightHeadWrapper > table thead th {
  padding-top: 5px;
}

.DTFC_LeftBodyLiner table tbody tr,
.DTFC_RightBodyLiner table tbody tr {
  height: 40px !important;
}

.DTFC_ScrollWrapper {
  height: unset !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 5px !important;
}

.dataTables_scroll {
  overflow: auto;
}

.dataTables_scrollBody,
.dataTables_scrollBody span.dropdown {
  position: static !important;
}

.icon_active {
  color: #74b513;
}

.icon_passive {
  color: #74b513;
}

.red {
  color: var(--red);
}

.green {
  color: var(--green);
}

.orange {
  color: darkorange;
}

.reservation-note {
  height: 100px !important;
}

.bg-body-color {
  background-color: #f2f3f8;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

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

.fs-15 {
  font-size: 15px !important;
}

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

.fs-17 {
  font-size: 17px !important;
}

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

.fs-19 {
  font-size: 19px !important;
}

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

.fs-21 {
  font-size: 21px !important;
}

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

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

.w-50px {
  width: 50px;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.none {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.dataTables_processing {
  position: absolute !important;
  top: -15px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  text-align: center !important;
  padding: 1em 0 !important;
  bottom: -10px !important;
  background-color: white;
  opacity: 0.4 !important;
  border: 0;
}

.alert {
  background-color: #fbfbfc;
}

.alert.m-alert--default {
  margin-bottom: 30px !important;
}

.select2 {
  width: 100% !important;
}

.modal-open .select2-dropdown {
  z-index: 10060;
}

.modal-open .select2-close-mask {
  z-index: 10055;
}

.scroll-modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.tooltip {
  position: relative;
}

.tooltip:before,
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.tooltip:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.75);
  border-left: 6px solid transparent;
  content: "";
  height: 0;
  top: 20px;
  left: 20px;
  width: 0;
}

.tooltip:before {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
  top: 26px;
  white-space: nowrap;
}

.m-stack__item--fluid > div > a > img {
  max-height: 35px !important;
  height: 35px !important;
}

.m-menu__link-text {
  white-space: nowrap !important;
}

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

.phone-util-phone-input.number-format:not(select),
[id^=phone].number-format:not(select) {
  text-align: left !important;
  padding-right: 10px;
}

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

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

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

.pointer {
  cursor: pointer !important;
}

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

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;
  /*pointer-events: all;*/
  pointer-events: none;
  opacity: 0.6;
}

div.disabled {
  opacity: 1;
}

div.disabled input {
  background-color: unset;
}

.readonly {
  cursor: auto !important;
  pointer-events: all !important;
  background-color: #f9f9f9 !important;
  opacity: 1 !important;
}

.loading-div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  min-height: 200px;
  text-align: center;
}

.panels-container {
  height: 82px;
}

.m-loader-chk:before {
  width: 2rem;
  height: 2rem;
  margin-top: -1.1rem;
  margin-left: -1.1rem;
  border-top-width: 2px;
  border-right-width: 2px;
  padding-left: 15px;
}

.m-loader-lg:before {
  width: 2.1rem;
  height: 2.1rem;
}

.m-loader-input-left:before {
  right: 5px !important;
  left: unset;
}

.m-loader-input-left {
  position: initial !important;
}

.m-loader-input-right:before {
  left: 30px;
}

.m-loader-input-right-label {
  left: 15px;
  top: 55px;
  position: absolute;
}

.m-loader-input-right-label:before {
  left: 20px;
  top: -5px;
}

.m-loader-input-right {
  position: initial !important;
}

.price-blank {
  background-color: #ffffa4 !important;
}

.price-not-blank {
  background-color: #cef0b3 !important;
}

.over-line {
  text-decoration: line-through;
}

.m-checkbox-inline .m-checkbox,
.m-checkbox-inline .m-radio,
.m-radio-inline .m-checkbox,
.m-radio-inline .m-radio {
  margin-right: 0 !important;
  margin-top: 8px;
}

.display-inline {
  display: inline;
}

.display-none {
  display: none;
}

.rm-nowrap {
  white-space: normal !important;
}

.container-div {
  position: relative;
}

.vertical-center-div {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.vertical-left-div {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
}

.vertical-bottom-div {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
}

.text-right {
  text-align: right;
}

.title {
  color: #212529;
  font-size: 1.25rem;
}

.cropper_wrapper > img {
  width: 100%;
}

#context-menu-layer {
  display: none !important;
}

.context-menu-item {
  padding: 0.4em 2em;
}

.add-new-select2-icon {
  position: absolute;
  bottom: 7px;
  right: -1px;
}

.add-new-icon {
  cursor: pointer;
}

.add-new-icon:before {
  font-size: 14px !important;
  color: #c5d2e8;
}

.form-group[class*=col] > .add-new-select2-icon {
  bottom: 7px !important;
}

.form-group > .add-new-select2-icon {
  bottom: 19px !important;
}

.spinner-icon:before {
  -webkit-animation: icon-spin 0.7s infinite linear;
}

.modal {
  overflow: auto !important;
}

.t--2px {
  top: -2px !important;
}

.t--1px {
  top: -1px !important;
}

.t-2px {
  top: 2px !important;
}

.t-7px {
  top: 7px !important;
}

.t-8px {
  top: 8px !important;
}

.t-37px {
  top: 37px !important;
}

.t-42px {
  top: 42px !important;
}

.r-25px {
  right: 25px !important;
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.circular--square {
  border-radius: 50%;
}

.circular--landscape {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.circular--landscape img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}

.circular--portrait {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.circular--portrait img {
  width: 100%;
  height: auto;
  max-width: 70px;
}

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

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

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

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

i.toggle-password-eye {
  position: absolute;
  right: 25px;
  bottom: 10px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  top: 15px;
  right: 5px;
  font-size: 20px;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:visited,
.dropdown-menu > li > a:hover {
  color: #575962 !important;
  font-weight: 400 !important;
}

#error-detail code {
  display: block;
}

xmp {
  white-space: break-spaces;
  font-family: unset;
}

.menu-filter {
  display: none;
}

footer {
  background-color: #f4f5f8;
}

.forecast {
  display: inline;
}

a {
  text-decoration: none !important;
}

a > .fa.fa-info-circle {
  font-size: 18px;
}

a > .fa.fa-trash {
  font-size: 16px;
}

.shadow {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15) !important;
}

.paragraph-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bt-2px {
  border-top: 2px solid #ccc !important;
}

.input-checkbox {
  border-radius: 3px;
  background: none;
  position: absolute;
  top: 9px !important;
  left: 15px;
  height: 18px;
  border: 1px solid #bdc3d4;
  width: 18px;
}

.checkbox-container-input {
  border: 1px solid #ddd !important;
  border-radius: 3px;
  text-shadow: none;
  padding: 8px 12px;
  line-height: 0.75 !important;
}

.file-borders {
  padding: 10px 30px;
}

.rm_details {
  overflow: auto;
  margin-bottom: 1.5em;
  padding: 0;
  border-bottom: solid 3px #3CACDD;
  background-color: #3CACDD;
}

.rm_per_day {
  float: left;
  background: #fff;
  padding: 1em 2em 1em 1em;
  min-height: 170px;
}

.cost_pax {
  float: left;
  padding-top: 5px;
  background-color: #3CACDD;
}

.cost_pax table.input_tbl th, .cost_pax table.input_tbl td {
  color: #fff !important;
  font-size: 13px;
}

@media (max-width: 576px) {
  .forecast {
    display: block !important;
  }
  .rate-availability {
    margin-top: 60px;
  }
  .pcilogo {
    margin-left: auto;
  }
  input:not([type=radio], [type=checkbox]) {
    font-size: 1rem !important;
  }
  .btn-xs-w48 {
    width: 46%;
  }
  .btn-xs-w100 {
    width: 100%;
  }
  .fl-xs {
    float: right;
  }
  .mt-xs-10px {
    margin-top: 10px !important;
  }
  .mb-xs-10px {
    margin-bottom: 10px !important;
  }
  .mb-xs-5px {
    margin-bottom: 5px !important;
  }
  .ml-xs-5px {
    margin-left: 5px;
  }
  .ml-xs-0px {
    margin-left: 0px;
  }
  .mr-xs-5px {
    margin-right: 5px;
  }
  .m-xs-0px {
    margin: 0;
  }
  .p-xs-5px {
    padding: 5px !important;
  }
  .pl-xs-10px {
    padding-left: 10px !important;
  }
  .pr-xs-10px {
    padding-right: 10px !important;
  }
  .h-xs-40px {
    height: 40px;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .h-xs-30px {
    height: 30px;
  }
  .h-xs-35px {
    height: 35px;
  }
  .h-xs-50px {
    height: 50px;
  }
  .w-xs-50 {
    width: 50%;
  }
  .w-xs-100 {
    width: 100%;
  }
  .mtb-xs-15px {
    margin: 15px 0;
  }
  .mt-xs-15px {
    margin: 15px 0;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  input:not([type=radio], [type=checkbox]) {
    font-size: 16px !important;
  }
  .pcilogo {
    margin-left: auto;
  }
  .btn-xs-w48 {
    width: 46%;
  }
  .btn-xs-w100 {
    width: 100%;
  }
  .fl-xs {
    float: right;
  }
  .mt-xs-10px {
    margin-top: 10px !important;
  }
  .mb-xs-5px {
    margin-bottom: 5px !important;
  }
  .mb-xs-10px {
    margin-bottom: 10px !important;
  }
  .ml-xs-5px {
    margin-left: 5px;
  }
  .mr-xs-5px {
    margin-right: 5px;
  }
  .p-xs-5px {
    padding: 5px !important;
  }
  .pl-xs-10px {
    padding-left: 10px !important;
  }
  .pr-xs-10px {
    padding-right: 10px !important;
  }
  .h-xs-40px {
    height: 40px;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .h-xs-30px {
    height: 30px;
  }
  .h-xs-35px {
    height: 35px;
  }
  .h-xs-50px {
    height: 50px;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  input:not([type=radio], [type=checkbox]) {
    font-size: 16px !important;
  }
  .pcilogo {
    margin-left: auto;
  }
  .m-sm-5px {
    margin: 5px !important;
  }
  .mb-sm-5px {
    margin-bottom: 5px !important;
  }
  .mb-sm-10px {
    margin-bottom: 10px !important;
  }
  .pt-md-10px {
    padding-top: 10px !important;
  }
  .h-sm-30px {
    height: 30px;
  }
  .h-sm-35px {
    height: 35px;
  }
  .h-sm-50px {
    height: 50px;
  }
  .mtbr-sm-5px {
    margin: 5px 5px 5px 0px;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-md-100 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-center-md {
    text-align: center;
  }
  .pcilogo {
    margin-left: auto;
  }
  .m-md-5px {
    margin: 5px !important;
  }
  .mtbr-sm-5px {
    margin: 5px 5px 5px 0px !important;
  }
  .pr-lg-60px {
    padding-right: 60px !important;
  }
  .pl-lg-110px {
    padding-left: 110px !important;
  }
  .w-lg-20 {
    width: 20%;
  }
  .lh-lg-35px {
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .m-lg-5px {
    margin: 5px !important;
  }
  .pcilogo {
    margin-left: 980px;
  }
  .m-lg-30px {
    margin: 30px;
  }
  .mb-lg-15px {
    margin-bottom: 15px;
  }
  .mr-lg-10px {
    margin-right: 10px !important;
  }
  .mr-lg-15px {
    margin-right: 15px !important;
  }
  .mt-lg-25px {
    margin-top: 25px !important;
  }
  .mt-lg-35px {
    margin-top: 35px !important;
  }
  .text-center-lg {
    text-align: center;
  }
  .h-lg-50px {
    height: 50px;
  }
  .plr-lg-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .pr-xl-60px {
    padding-right: 60px !important;
  }
  .pl-xl-110px {
    padding-left: 110px !important;
  }
  .pb-lg-10px {
    padding-bottom: 10px !important;
  }
  .w-xl-20 {
    width: 20%;
  }
  .lh-xl-35px {
    line-height: 35px;
  }
}
.word-wrap {
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

pre {
  display: block;
  font-size: 13px;
  color: #212529;
  margin-bottom: 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ebedf2;
}

.line-separator {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-bottom: 2px solid #f2f3f8;
}

.tooltip-error .tooltip-inner {
  background-color: var(--red);
}

.tooltip-error .arrow:before {
  border-top-color: var(--red);
}

div.alert-custom:before {
  top: 12% !important;
}

.hide-company-menu {
  display: none !important;
}

.hoteliers-RES {
  display: block !important;
}

.b2b-accommodations-TAG,
.b2b-accommodations-COR {
  display: block !important;
}

.modal[aria-label="Insert Image"] .modal-header,
.modal[aria-label="Insert Link"] .modal-header,
.modal[aria-label="Insert Video"] .modal-header {
  display: unset;
}

.modal[aria-label="Insert Image"] .modal-header .close,
.modal[aria-label="Insert Link"] .modal-header .close,
.modal[aria-label="Insert Video"] .modal-header .close {
  margin: 0;
  float: right;
}

.modal[aria-label="Insert Image"] .modal-header h4,
.modal[aria-label="Insert Link"] .modal-header h4,
.modal[aria-label="Insert Video"] .modal-header h4 {
  float: left;
}

td .transaction_R {
  color: red;
}

td .transaction_V {
  color: red;
}

td .scheduled_payment_status_E {
  color: red;
}

td .scheduled_payment_status_S {
  color: limegreen;
}

td .scheduled_payment_edit_E {
  display: none !important;
}

td .scheduled_payment_edit_S {
  display: none !important;
}

.admin_1_false {
  display: none !important;
}

#qrCode {
  position: relative;
}

#qrCode img {
  width: 100%;
}

table.sort-table {
  border-spacing: collapse;
  border-spacing: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

code {
  background: transparent !important;
  font-size: 100% !important;
  color: #000000 !important;
  word-break: break-word;
  padding: 0 !important;
}

.dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner {
  width: unset !important;
}

.table-translation td {
  border-top: none !important;
  padding: 13px;
  border-bottom: 1px solid #f4f5f8 !important;
}

.m-list-timeline__item > a:hover {
  text-decoration: underline !important;
  /*color: #0065ff !important;*/
}

div.custom-flexbox,
div.custom-flexbox-split,
div.custom-flexbox-split-3 {
  display: flex !important;
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  flex-wrap: wrap !important;
}

div.custom-inline-flexbox-split {
  display: inline-flex !important;
  row-gap: 1rem !important;
  column-gap: 1rem !important;
  flex-wrap: wrap !important;
}

div.m-portlet__head-tools.custom-flexbox {
  column-gap: 0px !important;
}

.flexbox-item[data-modal-href="/accommodations/migration-wizard/modals/create"] {
  margin-left: auto;
}

.m-portlet--tabs > .row {
  row-gap: 1rem;
}

label {
  font-size: 13px !important;
  margin-bottom: 0.2rem;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.justify-content-space-between {
  justify-content: space-between;
}

.align-self-flex-end {
  align-self: flex-end;
}

.align-items-center {
  align-items: center;
}

.m-portlet__head-tools.custom-flexbox {
  align-self: center;
}

button.btn[data-type=reset] > span,
button.btn[data-button-type=reset] > span,
button.btn[data-button-type=search] > span,
button.btn#searchBtn > span,
button.btn#m_search > span,
button.btn#m_search_bottom > span {
  margin: auto;
}

div#reservationSearchForm > div.row > div.custom-flexbox-split {
  position: relative;
  top: 2.5px;
}

.dataTables-div .top.row > div:nth-child(2),
.dataTables-div .bottom.row > div:nth-child(2) {
  text-align: center;
}

button.no-click {
  pointer-events: none;
}

.modal-footer > * {
  margin: 0.25rem !important;
}

.modal-header .close {
  padding: unset;
  margin: unset;
  margin-top: 11px;
}

#modal-form > .modal-body .form-group.m-form__group:nth-last-of-type(1) {
  margin-bottom: 0;
}

.DTFC_ScrollWrapper {
  height: unset !important;
}

.modal-content #modal-form input.number-format:not(select) {
  text-align: left !important;
  padding-right: 1.15rem !important;
}

.form-group.m-form__group.row {
  align-items: center;
}

.form-group.m-form__group.row > label {
  margin-bottom: unset;
}

#page-form .form-group:last-child {
  margin-bottom: unset;
}

#page-form .m-portlet__foot {
  padding: 2rem 2.2rem;
}

table i.fa-trash {
  color: var(--red);
}

.text-decoration-none {
  text-decoration: none;
}

.row-gap-1 {
  row-gap: 1rem;
}

.row-gap-2 {
  row-gap: 2rem;
}

#dataTableGuests_wrapper div.top.row,
#dataTableGuests_wrapper div.bottom.row {
  display: none;
}

@media (max-width: 576px) {
  .text-left {
    display: block !important;
    text-align: center !important;
  }
  .text-right {
    display: block !important;
    text-align: center !important;
  }
  .color_modal-content {
    width: 77%;
  }
  table.dataTable-responsive.table-bordered td {
    border: 0px;
  }
  table.dataTable-responsive > tbody td {
    width: auto !important;
    border-top: 1px solid #a9a9a9 !important;
  }
  table.dataTable-responsive > tbody > tr {
    border: 1px solid #a9a9a9 !important;
    border-radius: 5px;
    margin-bottom: 1rem;
  }
  table.dataTable-responsive > tbody > tr > td:not(td[class~=d-none]):first-child {
    border-top: 0px !important;
  }
  table.dataTable-responsive > tbody > tr > td.text-center {
    text-align: right !important;
  }
  table.dataTable-responsive > tbody > tr > td.m-td-group > div.m-div {
    border-bottom: 0.5px dashed #a9a9a9 !important;
  }
  #dashboardTabs table.dataTable-responsive > tbody > tr > td.m-td-group > div.m-div:last-child {
    border-bottom: 0px !important;
  }
  /*    #dashboardTabs table.dataTable-responsive > tbody > tr > td:not(td[class~="m-hide"]):first-child {
      border-top: 0px !important;
  }*/
  #dashboardTabs table.dataTable-responsive > tbody > tr > td:nth-child(2) {
    border-top: 0px !important;
  }
  div.custom-flexbox-split,
  div.custom-flexbox-split-3 {
    column-gap: 0px !important;
  }
  div.custom-flexbox-split,
  div.custom-inline-flexbox-split {
    column-gap: 0px !important;
  }
  .custom-flexbox > .flexbox-item {
    width: 100%;
  }
  .custom-flexbox-split > .flexbox-item,
  .custom-inline-flexbox-split > .flexbox-item {
    width: 50%;
  }
  .custom-flexbox-split-3 > .flexbox-item {
    width: 30%;
  }
  .justify-content-space-between-xs {
    justify-content: space-between;
  }
  .custom-flexbox-split > .flexbox-item,
  .custom-flexbox-split-3 > .flexbox-item,
  .custom-flexbox > .flexbox-item {
    padding: 0px;
  }
  .custom-flexbox-split > .flexbox-item,
  .custom-inline-flexbox-split > .flexbox-item,
  .custom-flexbox > .flexbox-item {
    padding: 0px;
  }
  .custom-flexbox-split > .flexbox-item:nth-child(even),
  .custom-inline-flexbox-split > .flexbox-item:nth-child(even) {
    padding-left: 15px;
  }
  .custom-flexbox-split > .flexbox-item:nth-child(odd),
  .custom-inline-flexbox-split > .flexbox-item:nth-child(odd) {
    padding-right: 15px;
  }
  #stats {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mb-xs-3 {
    margin-bottom: 1rem;
  }
  label {
    font-size: 14px !important;
  }
  .bottom.row {
    flex-direction: column-reverse;
  }
  #page-form .m-portlet__foot {
    padding: 2rem 5px;
  }
  #page-form .form-group:last-child {
    margin-bottom: 1rem;
  }
  .property-working-date {
    position: absolute !important;
    left: 5px;
  }
}
@media (max-width: 1024px) {
  .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    font-size: 1.3rem !important;
  }
}
.custom-tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 9999;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}

.custom-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(51, 51, 51, 0.9) transparent transparent transparent;
}

.nav.nav-pills, .nav.nav-tabs {
  margin-bottom: 2px;
}

.border-dashed {
  border: 1px dashed #377a7d;
  border-radius: 8px;
}

.border-0 {
  border: 0 !important;
}

.hotel-logo {
  max-width: 200px;
  max-height: 200px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  left: 3px;
  top: 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice div {
  margin-left: 15px;
}

.d-grid {
  display: grid;
}

.cell-warning,
.folio-cell-warning {
  color: var(--red);
}

.folio-cell-success {
  color: var(--green);
}

.row-error {
  background-color: var(--red) !important;
  color: #fff !important;
}

.row-error a {
  color: #fff !important;
}

.text-new-reservation {
  color: #28a745;
}

.text-checkin {
  color: #008000;
}

.text-block-room {
  color: #00c5dc;
}

.text-checkout {
  color: #808080;
}

.text-cancel {
  color: #dc3545;
}

.text-modified {
  color: #ffb347;
}

.city-select-button {
  position: absolute;
  bottom: 8px;
  right: 22px;
}

.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%;
  max-height: 65px;
}

.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 {
  position: relative;
}

.tooltip:before,
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.tooltip:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.75);
  border-left: 6px solid transparent;
  content: "";
  height: 0;
  top: 20px;
  left: 20px;
  width: 0;
}

.tooltip:before {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
  top: 26px;
  white-space: nowrap;
}

.tooltip-inner {
  max-width: 500px;
  white-space: nowrap;
  color: #FFF;
  background-color: #000;
  box-shadow: unset;
  padding: 3px 7px;
}

.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--multiple, .select2-selection--single {
  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--multiple:focus, .select2-selection--single: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;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:target,
.swal2-styled.swal2-confirm {
  background-color: #EE9E06 !important;
  color: #383737 !important;
  border-color: #EE9E06 !important;
  font-weight: 500;
}

body,
.dataTables_wrapper .dataTable th,
.dataTables_wrapper .dataTable td {
  color: #383737;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__ver-arrow {
  color: #EE9E06;
  font-weight: 500;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
  color: #EE9E06;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #EE9E06;
}

.country-flag {
  width: 25px;
  height: 20px;
  margin-top: -3px;
}

.facilities-group {
  position: relative;
  height: 300px;
  width: 100%;
  overflow-y: scroll;
}

.checkbox-search-group {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  white-space: normal;
  margin-bottom: 10px;
  padding-left: 15px;
}

.vertical-center-div {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.vertical-left-div {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
}

.vertical-bottom-div {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
}