.absolute {
  position: absolute;
}

.min-w-334 {
  min-width: 334px;
}

.z-20 {
  z-index: 20;
}

.hidden {
  display: none;
}

.hidden-property {
  display: none !important;
}

.max-w-full {
  max-width: 100%;
}

.flex {
  display: flex;
}

.w-full {
  width: 100%;
}

.transition {
  transition: all 0.2s ease-in-out;
}

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

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

.justify-center {
  justify-content: center;
}

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

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

.items-start {
  align-items: flex-start;
}

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

.relative {
  position: relative;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.bg-primary-blue-400 {
  background-color: #3b82f6;
}

.text-white {
  color: #fff;
}

.p-3 {
  padding: 0.75rem;
}

.min-w-full {
  min-width: 100%;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.text-xl {
  font-size: 1.25rem;
}

.font-light {
  font-weight: 300;
}

.mt-4 {
  margin-top: 1rem;
}

.h-0 {
  height: 0;
}

.w-0 {
  width: 0;
}

.border-12 {
  border-width: 3px;
}

.border-primary-blue-400 {
  border-color: #3b82f6;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-transparent {
  border-top-color: transparent;
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.-translate-x-full {
  transform: translateX(-100%);
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-t-0 {
  border-top-width: 0;
}

.translate-x-full {
  transform: translateX(100%);
}

.border-l-transparent {
  border-left-color: transparent;
}

.border-r-transparent {
  border-right-color: transparent;
}

.translate-y-full {
  transform: translateY(100%);
}

.-translate-y-full {
  transform: translateY(-100%);
}

.ml-full {
  margin-left: 100%;
}

.mr-full {
  margin-right: 100%;
}

.pl-4 {
  padding-left: 1rem;
}

.inset-y-12 {
  top: 50%;
  bottom: 50%;
}

.inset-y-1 {
  top: -32%;
}

.inset-y-2 {
  top: 10%;
}

.pr-4 {
  padding-right: 1rem;
}

.-translate-x-full {
  transform: translateX(-100%);
}

.pb-4 {
  padding-bottom: 1rem;
}

.bottom-full {
  bottom: 100%;
}

.left-12 {
  left: 50%;
}

.-translate-x-12 {
  transform: translateX(-50%);
}

.pt-4 {
  padding-top: 1rem;
}

.w-80 {
  width: 20rem;
}

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

.text-gray {
  color: #333d54;
}

.p-5 {
  padding: 20px;
}

.-top-full {
  top: -100% !important;
}

.display-tour-component {
  opacity: 1 !important;
  visibility: inherit !important;
}

.-translate-left-bottom {
  transform: translate(-100%, 60px);
}
