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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dataTables_wrapper {
  position: relative !important; }

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

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

.color-picker {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** LA ICONS ***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-logo-ontheroad img {
  max-width: 150px; }

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

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

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

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

.hidden {
  display: none; }

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

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

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

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

.input-all, .select2-selection--single, .select2-selection--multiple, .input-div {
  font-weight: 400;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px !important;
  border: 1px solid #ebedf2 !important;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .input-all:focus, .select2-selection--single:focus, .select2-selection--multiple:focus, .input-div: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: 38px !important; }

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

.input-div {
  height: 38px !important;
  padding: 8px;
  width: 100%; }

.select2-selection__arrow:before {
  font-family: Flaticon2 !important;
  content: "\f1b1" !important;
  position: absolute;
  right: 10px;
  top: 10px;
  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: 2px; }

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

label.m-radio {
  margin-right: 10px; }

.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-delete {
  position: absolute;
  top: 20px;
  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; }

.bg-color {
  width: 100%;
  height: 90px;
  padding: 5px;
  position: relative; }

.bg-color > span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.bg-NEW a,
.bg-NCP a,
.bg-CRP a,
.bg-RCV a,
.bg-DLV a,
.bg-CLX a {
  color: #000 !important; }

.bg-CRA a,
.bg-red a {
  color: #FFF !important; }

.bg-red {
  background-color: #dc3545;
  color: #fff !important; }

.bg-NEW {
  background-color: #ffffff;
  color: #000 !important; }

.bg-NCP {
  background-color: #d9d9d9;
  color: #000 !important; }

.bg-CRP {
  background-color: #d9d9d9;
  color: #000 !important; }

.bg-CRA {
  background-color: #3CB027;
  color: #FFF !important; }

.bg-RCV {
  background-color: #9fe7e1;
  color: #000 !important; }

.bg-DLV {
  background-color: #ffffff;
  color: #000 !important; }

.bg-CLX {
  background-color: #dddddd;
  color: #000 !important; }
