@charset "UTF-8";

/* CSS Document test*/

@font-face {
  font-family: 'Franklin Gothic';
  src: url('../fonts/franklin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Franklin Gothic', 'Lucida Sans', 'Lucida Sans Unicode',
    'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
}

a:visited {
  color: #333333;
}

li {
  list-style: none;
}

.container {
  max-width: 1455px;
  padding: 0 12px;
  margin: 0 auto;
}

.shipments-background-container {
  min-height: 750px;
  background-image: url('../images/world-map-ale.png');
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: cover; */
}

.shipments-container {
  min-height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shipments-section {
  position: relative;
}

.shipments-section--paragraph {
  margin: 0;
}

.shipments-title {
  font-weight: 400;
  width: fit-content;
  display: block;
  text-transform: uppercase;
  border-bottom: 10px solid rgb(255, 60, 0);
}

input {
  border: 1px solid #f3f3f3;
  /* border-radius: 8px; */
  /* background-color: #f3f3f3; */
  padding: 8px 10px;
  font-size: 14px;
}

input:focus,
input:focus-visible {
  border: none;
  outline: none;
  background-color: #e9e9e9;
}

input::placeholder {
  text-align: left;
}

button {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.button-color-branded {
  color: rgb(255, 60, 0);
  background-color: white;
}

.button-color-branded:hover {
  color: white;
  background-color: rgb(255, 60, 0);
}

.button-color-branded--inverted {
  color: white;
  background-color: rgb(255, 60, 0);
}

.button-color-branded--inverted:hover {
  color: rgb(255, 60, 0);
  background-color: white;
}

.button-color-branded--black {
  color: white;
  background-color: black;
}

.button-color-branded--black:hover {
  color: black;
  background-color: white;
  border: 1px solid black;
}

#goToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1030;
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  background: #ff7e2a no-repeat center 48%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  border-radius: 50%;
}

#goToTop.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#goToTop:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

/* Toast */

.toast-container {
  position: fixed;
  bottom: 20px;
  right: 120px;
  display: flex;
  flex-direction: column-reverse; /* quello più recente in basso */
  gap: 10px;
  z-index: 9999;
}

.toast-message {
  background-color: #2ecc71;
  color: white;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  min-width: 220px;
  max-width: 320px;
  pointer-events: none;
  font-size: 0.95rem;
}

.toast-message.show {
  opacity: 1;
  transform: translateY(0);
}

.toast-message.hide {
  opacity: 0;
  transform: translateY(20px);
}

/* Custom-buttons */
/* 19 */
.button-19 {
  appearance: button;
  background-color: #1899d6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  /* font-family: din-round, sans-serif; */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter 0.2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.button-19:after {
  background-clip: padding-box;
  background-color: #1cb0f6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-19,
.button-19:focus {
  user-select: auto;
}

.button-19:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.button-19:disabled {
  cursor: auto;
}

.button-19:active {
  border-width: 4px 0 0;
  background: none;
}

/* 82 */
.button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.button-82-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: hsl(345deg 100% 47%);
  will-change: transform;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }

  .container {
    width: 100%;
    padding: 0 24px;
  }

  input::placeholder {
    text-align: center;
  }

  .button-82-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.button-82-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
  outline: none;
}

/* 6969 */

.button-6969 {
  appearance: button;
  position: relative;
  background-color: #10b54d;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  /* font-family: din-round, sans-serif; */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 9px 13px 16px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter 0.2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.button-6969:after {
  background-clip: padding-box;
  background-color: #12d25b;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  content: '';
  bottom: 0;
  top: -6px;
  left: -6px;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.button-6969,
.button-6969:focus {
  user-select: auto;
}

.button-6969:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.button-6969:disabled {
  cursor: auto;
}

.button-6969:active {
  transform: translate(6px, 6px);
  /* border-width: 4px 0 0; */
  background: none;
}

/* 6970 */

.button-6970 {
  appearance: button;
  position: relative;
  overflow: hidden;
  background: #6f3e8f;
  background: linear-gradient(
    270deg,
    rgba(111, 62, 143, 1) 79%,
    rgba(0, 0, 0, 1) 100%
  );
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  /* font-family: din-round, sans-serif; */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 9px 13px 16px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter 0.2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

.button-6970::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -7px;
  width: 25%;
  height: 100%;
  background-color: #915abc;
  border-radius: 16px 0 0 16px;
  z-index: 0;
}

.button-6970:after {
  background-clip: padding-box;
  background-color: #9d62cc;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  content: '';
  bottom: 0;
  top: -6px;
  left: -6px;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
}

.button-6970,
.button-6970:focus {
  user-select: auto;
}

.button-6970:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.button-6970:disabled {
  cursor: auto;
}

.button-6970:active {
  transform: translate(6px, 6px);
  /* border-width: 4px 0 0; */
  background: none;
}

/* 6971 */

.button-6971-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-6971-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.button-6971-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(45deg 100% 28%) 0%,
    hsl(45deg 100% 45%) 8%,
    hsl(45deg 100% 45%) 92%,
    hsl(45deg 100% 28%) 100%
  );
}

.button-6971-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: hsl(50deg 100% 47%);
  will-change: transform;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

@media (min-width: 768px) {
  .button-6971-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.button-6971-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.button-6971-pushable:hover .button-6971-front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.button-6971-pushable:active .button-6971-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-6971-pushable:hover .button-6971-shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.button-6971-pushable:active .button-6971-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-6971-pushable:focus:not(:focus-visible) {
  outline: none;
}

.button-6971-front::after {
  content: '';
  position: absolute;

  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);

  width: 60%;
  height: 3px;
  border-radius: 2px;

  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 rgba(255, 60, 60, 0);

  transition: background-color 700ms ease-out, box-shadow 700ms ease-out;
}

.button-6971-pushable:active .button-6971-front::after {
  background-color: rgb(255, 60, 60);

  box-shadow: 0 0 6px rgba(255, 60, 60, 0.9), 0 0 12px rgba(255, 60, 60, 0.7),
    0 0 18px rgba(255, 60, 60, 0.5);

  transition: background-color 1ms ease-in, box-shadow 1ms ease-in;
}

/* 6972 */

.button-6972 {
  appearance: button;
  background-color: #050320;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  /* font-family: din-round, sans-serif; */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter 0.2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.button-6972::before {
  content: '';
  position: absolute;

  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);

  width: 60%;
  height: 3px;
  border-radius: 2px;

  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 rgba(255, 60, 60, 0);

  transition: background-color 700ms ease-out, box-shadow 700ms ease-out;
}

.button-6972::after {
  background-clip: padding-box;
  background-color: #233036;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-6972,
.button-6972:focus {
  user-select: auto;
}

.button-6972:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.button-6972:disabled {
  cursor: auto;
}

.button-6972:active {
  border-width: 4px 0 0;
  background: none;
}

.button-6972:active::before {
  background-color: rgb(255, 60, 60);

  box-shadow: 0 0 6px rgba(255, 60, 60, 0.9), 0 0 12px rgba(255, 60, 60, 0.7),
    0 0 18px rgba(255, 60, 60, 0.5);

  transition: background-color 1ms ease-in, box-shadow 1ms ease-in;
}

@media (max-width: 767px) {
  .toast-container {
    right: 10px;
    left: 10px;
    align-items: stretch;
  }

  .toast-message {
    max-width: 100%;
  }

  #goToTop {
    right: 15px;
    bottom: 15px;
    width: 48px;
    height: 48px;
  }

  
}
