html {
  height: 100%;
}

.placeholder {
  background: #eee;
  border: 2px dashed #bbb;
  display: block;
  opacity: 0.6;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}

.preview-image {
  position: relative;
}

.preview-image img {
  width: 100%;
  height: auto;
}

.preview-image .delete-image {
  color: #ffffff;
  background: #dc3545;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  background: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
  font-weight: 400;
  padding-left: 200px;
}

.country-data-list {
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.country-data-list > .treejs > ul {
  margin: 0;
  padding: 10px;
}

/*.country-data-list li {*/
/*  list-style: none;*/
/*  border-top: 1px solid #ced4da;*/
/*}*/

/*.country-data-list .country {*/
/*  padding: 10px;*/
/*}*/

/*.country-data-list .states li {*/
/*  padding: 10px 10px 10px 30px;*/
/*}*/

/*.country-data-list > ul > li > ul {*/
/*  display: none;*/
/*}*/
/*.country-data-list > ul > li > ul.active {*/
/*  display: block;*/
/*}*/

/*.country-data-list > ul > li:first-child {*/
/*  border-top: 0;*/
/*}*/

.dd3-item {
  position: relative;
}

.dd-content {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px 10px 10px 30px;
  margin-bottom: 10px;
  border-radius: 0.25rem;
}

.dd3-item > button {
  margin-left: 20px;
  height: 32px;
}

.dd3-handle {
  position: absolute;
  top: 10px;
  left: 1px;
  border-radius: 0.25rem;
  border: none;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23cccccc' class='bi bi-grip-vertical' viewBox='0 0 16 16'%3E%3Cpath d='M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E");
  background-size: 22px;
  cursor: pointer;
}

.dd3-handle:hover {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aaa' class='bi bi-grip-vertical' viewBox='0 0 16 16'%3E%3Cpath d='M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E");
  background-size: 22px;
}

.card-nav-body li {
  list-style: none;
  margin-bottom: 20px;
}

.zones .zone {
  border-bottom: 1px dashed #ced4da;
}

.zones .zone:last-child {
  border-bottom: 0;
  margin-bottom: 0 !important;
}

.thumbnail {
  width: 100%;
  padding-bottom: 100%;
  background-position: center center !important;
  background-size: cover !important;
}

.sortable .ui-sortable-helper {
  border-color: #3498db;
}

.sortable .placeholder {
  height: 50px;
  min-width: 100px;
  background: #eee;
  border: 2px dashed #bbb;
  display: block;
  opacity: 0.6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#sortable .placeholder {
  height: 100px;
  min-width: 100%;
  background: #eee;
  border: 2px dashed #bbb;
  display: block;
  opacity: 0.6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 40px;
}

.chart-wrap {
  position: relative;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.chart-sizing {
  position: relative;
  left: -5%;
  right: -5%;
  width: 110%;
}

.module_title {
  border: 1px solid #ced4da;
}

.module_title:disabled {
  border-color: #ffffff;
}

.module_edit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer;
  margin-top: 2px;
}

.module_description {
  border: 1px solid #ced4da;
  min-width: 200px;
}

.module_description:disabled {
  border-color: #ffffff;
}

.module_description_edit {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer;
  margin-top: 2px;
}

.custom-container {
  padding: 0 20px;
  margin: auto;
}

.selectize-custom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.selectize-custom .selectize-name {
  display: block;
  font-weight: bold;
  font-size: 17px;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 4px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input .remove {
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview {
  position: relative;
}

.preview .btn-round-delete {
  top: 32px;
  left: 7px !important;
}

.btn-round-delete {
  background: url("../images/delete.svg") no-repeat;
  background-size: 20px 20px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  right: 15px;
  display: block;
  cursor: pointer;
}

.btn-round-delete:hover {
  background: url("../images/delete.hover.svg") no-repeat;
  background-size: 20px 20px;
}

.btn-round-edit {
  background-size: 20px 20px;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 12px;
  right: 15px;
  display: block;
  cursor: pointer;
  color: #fff;
}
.btn-round-edit:hover {
  background-size: 20px 20px;
}

.cp {
  cursor: pointer;
}

.pagination {
  display: block !important;
  padding: 20px 0;
  text-align: right;
}

.tooltip {
  font-size: 11px !important;
  pointer-events: none;
  position: fixed !important;
}

.menu {
  position: fixed;
  background: #000;
  left: 0;
  bottom: 0;
  top: 0;
  width: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  z-index: 1000;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
}

.menu li {
  list-style: none;
  display: block;
  color: #888;
}

.menu li.active {
  color: #fff;
}

.menu li:hover {
  color: #fff;
}

.menu li a span {
  display: block;
  margin-top: 3px;
}

.menu li a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 12px;
}

.menu li a:hover {
  text-decoration: none;
}

.menu li a i {
  font-size: 16px;
  color: inherit;
  text-decoration: none;
}

.menu::-webkit-scrollbar {
  width: 2px;
  background: #fff;
}

.menu::-webkit-scrollbar-button {
  width: 2px;
  height: 2px;
}

.menu::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  box-shadow: none;
}

.menu::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 15px;
  width: 2px;
}

.menu::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.menu.active {
  left: 0;
}

@media (max-width: 769px) {
  .menu {
    left: -200px;
    transition: all 200ms;
  }

  body {
    padding: 96px 0 0 0 !important;
  }

  .header .menu-toggle {
    display: block !important;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 20px !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  }

  header h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
}

.factory-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px 20px !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.factory-header h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.header {
  padding: 30px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header .menu-toggle {
  display: none;
  cursor: pointer;
}

.table-alt {
  width: 100%;
  border-collapse: collapse;
  background: white;
  line-height: normal;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-alt th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  text-align: left;
  font-weight: 700;
  color: 000;
  letter-spacing: 0.3px;
}

.table-alt td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
}

.table-alt td:first-child {
  /*border-left: 0;*/
}

.table-alt td:last-child {
  /*border-right: 0;*/
}

.table-alt tbody tr:hover {
  background: rgba(0, 0, 0, 0.02);
}

.table-alt .td-fit {
  width: 1%;
  white-space: nowrap;
}

.td-input {
  padding: 0 !important;
}

.td-input input {
  padding: 10px;
  border: 0;
  width: 100%;
}

.td-input input:focus {
  outline: 0;
}

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

.btn-action {
  margin: 0 15px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-action.btn-edit {
  font-size: 17px !important;
}

a.btn-action {
  color: inherit;
  text-decoration: none;
}

.btn-action i {
  font-size: inherit;
}

.btn-rounded {
  border-radius: 50px !important;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-rounded i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-top: -4px;
}

.form-hidden-text {
  display: none;
}

.form-hidden-text.form-hidden-text-active {
  display: block;
}

.variants .variant {
  padding: 20px 5px 30px 5px;
  border-bottom: 1px dashed #ced4da;
  margin-bottom: 20px;
}

.variants .variant:last-child {
  border-bottom: 0;
}

/*a {
  color: #333;
  text-decoration: none;
}

a:hover, a:focus {
  color: #222;
  text-decoration: none;
}*/

/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background: #eee;
}

::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #eee;
  border: none;
  box-shadow: 0px 0px 3px #dfdfdf inset;
}

::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border: none;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.table-input {
  width: 100%;
  border-collapse: collapse;
  background: white;
  line-height: normal;
}

.table-input th {
  padding: 8px 10px;
  text-align: left;
  font-weight: 500;
  color: #adadad;
  letter-spacing: 0.3px;
}

.table-input td {
  border: 0;
  padding: 8px;
}

.table-input td:first-child {
  border-left: 0;
}

.table-input td:last-child {
  border-right: 0;
}

.table-input tbody tr:hover {
}

.table-input tbody tr.empty td {
  padding: 10px;
}

.table-input .td-fit {
  width: 1%;
  white-space: nowrap;
}

.btn-round {
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #ddd;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

/*.ck-editor__editable {
  min-height: 400px;
}*/

.pgn-block {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.seo-strength {
  background: linear-gradient(to right, #ffb036 35%, #00b360 68%);
}

.progress {
  border-radius: 20px;
}
/*#sortable1 .card-title h5 {
  margin: 0;
  padding: 0;
}

#sortable1 .card-title button {
  display: none;
}

#sortable1 .card-content {
  display: none;
}*/



.comments {
  margin-top: 30px;
  padding: 30px 0;
}

.comments .empty {
  margin: 30px 0;
}

.comments .empty span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.comments form {
  padding-bottom: 20px;
}

.comments h3 {
  margin: 0 0 0 0;
}

.comments textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
  margin-top: 10px;
}

.comments textarea:focus {
  outline: 0;
  border-color: rgba(0, 0, 0, 0.1);
}

.comments .thread {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 0px 30px 0px 30px;
}

.comments .thread .avatar {
  width: 40px;
  height: 40px;
  float: left;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 300px;
  margin-right: 15px;
  text-align: center;
  line-height: 40px;
  font-size: 800;
  color: #ffffff;
}

.comments .thread .thread-content {
  float: left;
}

.comments .thread .content {
  width: 100%;
  margin-bottom: 4px;
}

.comments .thread .meta {
  font-size: 11px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

.comments .thread .meta span {
  font-weight: 500;
}

.comments .title {
  margin-top: 15px;
  font-size: 14px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

.comments .title span {
  font-weight: 500;
  color: #5fdd9d;
}

/* .fixed-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white; 
  border-top: 1px solid #ddd; 
  padding: 10px 20px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000; 
} */

.fancybox-slide--iframe .fancybox-content {
	width  : 96% !important;
	height : 90%;
	max-width  : 90%;
	max-height : 90%;
	margin: 0;
}

.dashboard .notification {
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 40px;
  border-radius: 3px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.dashboard .notification:hover {
  background-color: #6c757d5e; 
  transform: scale(1.07);
}

.dashboard .notification label {
  display: block;
}

.text-big {
  font-size: 30px;
}

.float-add{
	position:fixed;
	/* width:60px; */
	/* height:60px; */
	bottom:100px;
	right:30px;
	/* border-radius:50px; */
	text-align:center;
}

.btn-new-product-popup {
  background: #fa002f;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  color: white;
  display: inline-block;
  vertical-align: top;
  /* margin-left: 5px; */
  margin-top: 2px;
  border-radius: 40px;
  cursor: pointer;
}

textarea {
  resize: none !important;
}

.selectize-option img, 
.selectize-item img {
  vertical-align: middle;
  border-radius: 4px;
}

#order-table input::placeholder,
#order-table textarea::placeholder,
#order-table textarea::placeholder,
#order-table select,
#search_order,
.form-control,
.custom_seal_input input::placeholder {
  font-size: 12px !important;
}


#edit-seal {
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.5s ease-in-out ; */
}

#edit-seal.show {
  max-height: 200px; 
}

