/* --- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,700;0,900;1,200;1,400&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200&family=Poppins:wght@100;200;600;800&display=swap");
.w3-col.w3-container.container_type_2_left_el h5 {
  padding: 0 !important;
  line-height: 0 !important;
}
.edit-order-modal .w3-col {
  padding: 5px !important;
}
.edit-order-modal label {
  font-weight: 700;
  margin-bottom: 3px !important;
  display: block;
  padding-left: 3px;
}
form input {
  padding: 6px 13px !important;
  box-shadow: none !important;
  border: 1px solid #6a6666 !important;
  border-radius: 11px !important;
  background-color: #fff !important;
}
span#modal_nbr_1_shipments_title {
  font-weight: 800;
  letter-spacing: 0 !important;
}
.edit-order-modal select {
  padding: 7px 13px;
  box-shadow: none !important;
  border: 1px solid #bbaeae !important;
}
table[data-sortable].sortable-theme-finder p {
  padding: 0 !important;
  margin: 0px !important;
}
html,
body,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Nunito", sans-serif;
  color: #3b3663;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #8e2978;
  overflow-x: hidden;
  padding-top: 10px;
}
.sidebar .menu_option_active {
  background-color: #fff;
  color: #8e2978;
}
.sidebar a:hover {
  color: #f1f1f1;
  background-color: #5a0d49;
}
.menu_open_close_button {
  font-size: 28px;
  cursor: pointer;
  background-color: #8e2978;
  color: white;
  padding: 7px;
  border: none;
  font-weight: 800;
  line-height: 0 !important;
}
.btn-style-3 {
  background-color: #343a40;
  color: white;
  padding: 5px 10px 5px 10px;
  border: 1px solid grey;
  border-radius: 2px;
  margin-bottom: 10px;
  font-weight: 300;
}
.container_type_2 {
  margin-top: 5px;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}
.container_type_2_left_el {
  font-size: 30px;
  letter-spacing: 0;
  font-family: "Nunito";
  font-weight: 800;
  color: #3b3663;
}
/* --- */

.hidden {
  display: none;
}
.PaleGoldenRod {
  background-color: PaleGoldenRod !important;
}

/* MATEJ CSS  */
table[data-sortable] th {
  padding: 5px !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  font-family: "Sora";
}
table[data-sortable].sortable-theme-finder tbody > tr:nth-child(odd) > td {
  background-color: #eeeeee !important;
}
table[data-sortable].sortable-theme-finder {
  font-family: "Sora" !important;
  font-weight: 400 !important;
}
/* Selectable table */
#feedback {
  font-size: 1.4em;
}
table[data-sortable].sortable-theme-finder tbody .ui-selecting {
  background: #feca40;
}
table[data-sortable].sortable-theme-finder
  tbody
  > tr.ui-selected:nth-child(odd)
  > td,
table[data-sortable].sortable-theme-finder tbody > tr.ui-selected > td {
  background: #f39814 !important;
  color: white;
}

p.info_shipments_shown {
  display: block;
  position: fixed;
  bottom: 0;
  background-color: #8e2978;
  color: #fff;
  padding: 2px 14px;
}
div#modal_nbr_3_filtering_data {
  padding-top: 30px !important;
}

.w3-col {
  padding: 2px 6px !important;
}
div#modal_nbr_3_filtering_data select {
  height: 200px !important;
}

/* ## */
* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  opacity: 1;
  background: url(../files/images/4907157.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; /* background-image: radial-gradient(#444cf7 0.5px, #f4f4f4 0.5px); background-size: 10px 10px;*/
}
hr {
  border: 1px solid #f1f1f1;
}
#user_modal_1 label {
  margin-top: 5px;
  display: inline-block;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-l-lg-15 {
  margin-left: 15px;
}
.w-90-lg {
  width: 95% !important;
}
/* ## */
.w3-container {
  padding: 0px;
}
.margin_col_10px_top {
  margin-top: 0px;
}

/* ## */
.underline {
  text-decoration: underline;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.shadow_1 {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.shadow_2 {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.shadow_3 {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* ## */
.purple_color {
  color: #8c2576;
}
.indian_red_color {
  color: IndianRed;
}
.filterSelected {
  padding: 3px 10px 3px 10px;
  margin-top: 10px;
  margin-left: 10px;
  background-color: LavenderBlush;
  float: left;
  border-radius: 5px;
}

/* ## */
a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: purple;
}
a:active {
  color: purple;
}
a.one:link {
  color: #ff0000;
}
a.one:visited {
  color: #0000ff;
}
a.one:hover {
  color: #ffcc00;
}
a.two:link {
  color: white;
}
a.two:visited {
  color: white;
}
a.two:hover {
  color: #ffcc00;
}

/* ## */
.full_screen_loader {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.6);
}
.full_screen_loader_inside {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}

/* ## */
.pagination {
  display: inline-block;
  margin-top: 10px;
}
.pagination a {
  border-radius: 3px;
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}
.pagination a.active {
  background-color: LightGray;
  color: black;
  border: 1px solid LightGray;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}

/* ## */
#progressBar {
  width: 100%;
  margin: 10px auto;
  height: 22px;
  background-color: #cecece;
  border-radius: 5px;
}
#progressBar div {
  height: 100%;
  text-align: right;
  padding: 0 10px;
  line-height: 22px;
  width: 0;
  background-color: MediumPurple;
  box-sizing: border-box;
  border-radius: 5px;
}

/* ## */
.login_div {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 2px 2px 5px LightGrey;
  border-radius: 5px;
  background-color: white;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*## */
.sidebar a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 15px;
  display: block;
  border-radius: 5px;
  color: #eff0ef;
}
.sidebar .menu_option_active:hover {
  background-color: #d8e01f;
  color: #8e2978;
}
.sidebar i {
  margin-right: 5px;
}
.sidebar a::after {
  content: ">";
  float: right;
  margin-right: 0px;
  transition-duration: 0.3s;
  transition-property: transform;
}
.sidebar a:hover:after {
  font-weight: bold;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.sidebar a:not(:first-child) {
  margin-top: 5px;
}

#menu_sidebar {z-index: 2;}

.menu_sidebar_child {
  padding: 10px;
  max-width: 325px;
}
.menu_open_close_button:hover {
  background-color: #d8e01f;
  color: #8e2978;
}
a.submenu:after {
  display: none;
}
a.submenu {
  background-color: #641953;
}

/*## */
.js-products-multiple-filter {
  width: 100% !important;
}

/*## */
.menu_sidebar_child::-webkit-scrollbar {
  width: 10px;
}
.menu_sidebar_child::-webkit-scrollbar-track {
  background: #8e2978;
}
.menu_sidebar_child::-webkit-scrollbar-thumb {
  background: #8e2978;
}
.menu_sidebar_child::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*## */
.json-pretty-div {
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  background-color: GhostWhite;
  color: black;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.json-pretty {
  padding-left: 30px;
  padding-right: 30px;
}
.json-selected {
  background-color: rgba(139, 191, 228, 0.19999999999999996);
}
.json-string {
  color: #6caedd;
}
.json-key {
  color: #ec5f67;
}
.json-boolean {
  color: #99c794;
}
.json-number {
  color: #99c794;
}

/*## */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/*## */
.xmlps {
  position: relative;
  animation-name: example;
  animation-duration: 1s;
}

@keyframes example {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 15px;
    top: 0px;
  }
  50% {
    left: 15px;
    top: 15px;
  }
  75% {
    left: 0px;
    top: 15px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}

/*## */
.btn-style-2 {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 12px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  cursor: pointer;
}

.btn-style-2_1 {
  border: none;
  padding: 8px 24px;
  text-align: center;
  font-size: 14px;
  margin: 4px 2px;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 5px;
}

.Aquamarine_2_1 {
  background-color: Aquamarine;
  color: #354a4d;
}

.Aquamarine_2_1:hover {
  background-color: DarkSeaGreen;
  color: #32575b;
}

.IndianRed_2_1 {
  background-color: IndianRed;
  color: White;
}

.IndianRed_2_1:hover {
  background-color: Gray;
  color: White;
}

.btn-style-2:hover {
  background-color: BlueViolet;
  color: white;
}
.btn-style-3_green {
  background-color: ForestGreen;
  color: #f7f7f7;
}
.btn-style-3:hover {
  background-color: LightGrey;
  color: black;
}

.btn-style-4 {
  background-color: yellow;
  color: black;
}
.btn-style-4:hover {
  background-color: yellowgreen;
  color: black;
}

.btn-style-5 {
  background-color: salmon;
  border: 1px salmon;
}
.btn-style-5:hover {
  background-color: red;
  color: white;
  border: 1px salmon;
}

/*## */
.input_style_1 {
  max-width: 250px;
  font-family: Sora, FontAwesome;
  margin-bottom: 10px;
}
.input_style_2 {
  width: 100%;
  font-family: Sora, FontAwesome;
  padding: 6px 9px;
  border-radius: 11px !important;
  border: 1px solid #6a6666 !important;
  background: #fff;
  font-size: 13px !important;
}

input[disabled],
textarea[disabled],
select[disabled] {
  background-color: PaleGoldenRod;
}
input:focus.input_style_2 {
  outline: none;
  background-color: Azure;
}
textarea:focus.input_style_2 {
  outline: none;
  background-color: Azure;
}

.input_search_by_tracking {
  margin-left: 10px;
}
.input-error {
  border: red 2px solid !important;
}
.sl_arr {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")
    no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}
select {
  width: 100%;
  border: 1px solid #ccc;
  font-family: Sora, FontAwesome;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #fff, 0 1px 0 #fff;
  font-size: 13px;
}
select:focus {
  outline: none;
  background-color: Azure;
}
#products_search_input {
  width: 525px;
}

/*## */
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 225px;
  background-color: DarkSlateGray;
  color: #fff;
  border-radius: 2px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
  margin-left: 3px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
[data-title] {
  position: relative;
  cursor: help;
}
[data-title]:hover::before {
  z-index: 10;
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}

/* ## */
.container_type_1 {
  margin-top: 15px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.container_type_2_right_el {
  text-align: right;
  height: 39px;
  line-height: 39px;
}
.container_3 {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
}

/* ## */
.dashboard_info {
  min-height: 100px;
  color: white;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.dashboard_info:hover {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.dashboard_info_el_1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.dashboard_info2 {
  min-height: 100px;
  color: white;
  padding: 10px;
  border-radius: 5px;
  cursor: default;
}
.dashboard_info2:hover {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.w3-xxlarge-mobile {
  font-size: 25px;
}

/* #### */

@media only screen and (min-width: 992px) and (max-width: 1150px) {
}

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

@media only screen and (max-width: 600px) {
  .w3-xxlarge-mobile {
    font-size: 14px;
  }

  .login_div {
    max-width: 420px;
  }
  .container_2_right_el {
    text-align: left;
    margin-bottom: -10px;
  }
  .input_search_by_tracking {
    margin-left: 0px;
  }
  #products_search_input {
    max-width: 325px;
  }
  .margin_col_10px_top {
    margin-top: 10px;
  }
  .w-90-lg {
    width: 100%;
  }
  .m-l-lg-15 {
    margin-left: 0px;
  }
  .page-28-div {
    margin-left: 0px !important;
    margin-top: 20px !important;
  }
}

/* Export to xlsx*/
#exportToXLSX {
  float: right;
}

.hidden {
  display: none !important;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.icon34 {
  font-size: 34px !important;
}

.blur1px {
  filter: blur(1px);
}

.blur1px:hover {
  filter: blur(0px);
}

.tableFixHead {
  overflow: auto;
  height: 500px;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}