* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

:root {
  --sequence-numbers-height: 0px;
  --half-height: 75px;
  --full-height: 150px;
}

body {
  padding: 0;
  overflow-x: hidden;
}

.footer-bttm-text img {
  margin-bottom: 20px !important;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: 0px;
}
ul {
  list-style: none;
}

.login-link {
  display: none !important;
}

.greet-user {
  color: #33a1aa !important;
}

header {
  height: 50px;
  padding: 0px 15px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.5s ease all;
}

.nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
}
.logo {
  display: block;
  /* position: absolute; */
  left: 20px;
  top: 10px;
  /* margin-left: 10px; */
}

.button-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  box-shadow: inset 0 -2px 0 0 #000;
  /* position: absolute; */
}

.button-burger__line {
  width: 100%;
  height: 2px;
  background-color: black;
}

.button-burger__line:first-child {
  width: 100%;
}

.logo img {
  max-width: 132px;
}

.button-burger__line:nth-child(2) {
  width: 60%;
  margin-left: 40%;
}

.right-menu {
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.dashboard.container-fluid {
  padding: 0px !important;
  height: auto;
}

.left-section {
  padding: 20px 55px !important;
  padding-right: 20px !important;
  height: 100vh !important;
  background-color: #ffffff;
  position: sticky;
  z-index: 50;
  left: -55px;
  top: 50px;
}

.right-section {
  padding: 20px 50px !important;
  padding-right: 80px !important;
  background-color: #f9f9f9;
  min-height: 290px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.right-section h2 {
  margin-bottom: 20px;
}
.left-section h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

.left-section-btn {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  color: #777777;
  font-size: 1rem;
  margin-left: -10px;
  /* margin-bottom: 10px; */
}
.left-section-btn:hover {
  /* cursor: pointer;
  margin: 10px 0px; */
  color: var(--active-navbar-link);
  background-color: #eaeaea;
  font-weight: bold;
}

.active-btn {
  color: var(--active-navbar-link);
  font-weight: bold;
}

.my-trips-section {
  display: none;
}
.settings-section {
  display: none;
}

.trips-table,
.bookings-table {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: white;
}

.trips-table th,
.trips-table td,
.bookings-table th,
.bookings-table td {
  padding-left: 20px !important;
}

thead th,
tbody td {
  color: #525252 !important;
}
td {
  color: #525252 !important;
  /* padding: 15px !important; */
}

.trips-table thead,
.trips-table tr,
.bookings-table thead,
.bookings-table tr {
  border-bottom: 1px solid #eaeaea !important;
}
.trips-table tbody tr:last-child,
.bookings-table tbody tr:last-child {
  border: none !important;
}
.trip-name,
.itinerary-name {
  color: var(--brand-color) !important;
  padding: 5px !important;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.itinerary-name {
  border: none;
  outline: none;
  font-weight: bold;
}
.edit-name-btn {
  border: none;
  outline: none;
  float: right;
  background: none;
}

button {
  outline: none;
  border: none;
  background: none;
}

.sort-btn {
  margin-left: 5px;
}
.order-off {
  color: #c8c8c8;
  margin-top: -2px;
}
.descending-btn,
.ascending-btn {
  color: var(--brand-color);
  display: none;
}

.form-field input {
  outline: none;
  border: none;
  width: fit-content;
}

.form-field {
  font-size: 1.4rem;
}
p {
  display: inline-block;
  margin-right: 5px;
}

.edit-name,
.edit-pw {
  cursor: pointer;
  color: var(--brand-color);
}

.edit-name path,
.edit-pw path {
  fill: var(--brand-color);
}
.edit-name svg,
.edit-pw svg {
  height: 1.3rem;
  width: 1.3rem;
}
.edit-pw svg {
  vertical-align: baseline;
}

.edit-details-model-cont {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 0%;
  z-index: 100;
  top: 0;
  background-color: #424040;
  opacity: 0.4;
  color: #525252;
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  padding-top: 60px;
  left: 0;
}

.edit-details-model {
  position: absolute;
  display: block;
  width: 350px;
  left: calc((100% - 350px) / 2);
  border-radius: 5px;
  color: #777777;
  padding: 20px 20px;
  z-index: 1000 !important;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.175);
}

.edit-name-model {
  min-height: 185px;
  top: calc((100% - 180px) / 2);
}
.edit-details-model h4 {
  font-size: 1.2rem;
  color: black;
  font-weight: bold;
}

.edit-name-model {
  display: none;
}
.edit-pw-model {
  display: none;
  width: 400px;
  left: calc((100% - 400px) / 2);

  top: calc((100% - 400px) / 2);
}
.edit-details-model .form-field {
  margin-bottom: 20px;
}

.form-field .change-input {
  border: 1px solid #eaeaea;
  padding: 5px 10px;
  font-size: 1rem;
  width: 100% !important;
  font-weight: bold;
  color: var(--brand-color);
  box-shadow: 0px 1px 1px rgb(0 0 0 / 20%) !important;
  border-radius: 3px;
  outline: none;
}

.buttons {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}

.cancel-btn {
  color: var(--brand-color);
  font-weight: bold;
}

.save-btn {
  background-color: var(--brand-color);
  color: white;
  padding: 7px 10px;
  width: 100px;
  border-radius: 20px;
  margin-left: 20px;
}

.form-field {
  position: relative;
}
.form-field i {
  color: var(--brand-color);
  cursor: pointer;
  font-size: 1rem;
  position: absolute;
  right: 20px;
  top: 13px;
}

.err {
  color: red !important;
}

.err-border {
  border: 1px solid red !important;
}
p.err {
  font-size: 1rem;
  display: none;
  margin-bottom: 0px !important;
}
.pricing-border {
  width: 100%;
  min-width: 1024px;
}

.trips-table .name-row,
.bookings-table .name-row {
  padding-left: 27px !important;
}
.itinerary-row:hover,
.booking-row:hover {
  box-shadow: 0px 0px 9px rgb(0 0 0 / 30%);
  border-bottom: none !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
}
footer {
  background-color: #ffffff !important;
}

.status-container {
  position: relative;
}
.status-name {
  padding-right: 10px;
}

.rename-trip {
  position: absolute !important;
  right: -80px;
  font-weight: 500;
  z-index: 100;
  padding: 20px;
  padding: 5px 14px !important;
  top: 40px;
  background-color: white !important;
  box-shadow: 0px 0px 9px rgb(0 0 0 / 30%) !important;
  box-shadow: 0px 0px 9px rgb(0 0 0 / 30%);
  border-radius: 4px;
  display: none;
  cursor: pointer !important;
}
@media (max-width: 992px) {
  header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .left-section {
    padding: 20px 44px !important;
    position: fixed;
    width: 100vw !important;
    left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

    height: auto !important;
  }
  .dashboard {
    margin-top: 200px;
  }
  .right-section {
    margin-top: -30px !important;
    padding: 20px 44px !important;
  }
}

.itinerary-name {
  cursor: pointer !important;
}

/* .booking-row:hover {
  box-shadow: 0px 0px 9px rgb(0 0 0 / 30%);
  border-bottom: none !important;
} */
.booking-row{
  cursor: pointer;
}
.cancel-booking-btn {
  display: none;
  margin-left: 10%;
  margin-right: auto;
}
.cancel-button-icon {
  height: 20px;
  width: 20px;
}

.wrapper {
  position: relative;
  text-align: start;
}

.wrapper .tooltip {
  background: #fff;
  width: 120px;
  bottom: 120%;
  display: block;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 20%;
  text-wrap: nowrap;
  z-index: 999999;
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  box-shadow: 0px 0px 9px rgb(0 0 0 / 30%);
}

.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles  */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid white 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 20%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

/* .booking-row:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
}

.booking-row:hover .status-name {
  display: none;
}
.booking-row:hover .cancel-booking-btn {
  display: block;
} */

.reset-content,
.registered-content,
.link-sent-content {
  position: fixed;
  max-height: 90%;
  left: 50%;
  top: 50%;
  display: none;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 21px;
  width: 500px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 10px !important;
}

.pop-confirm-layer-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 0%;
  z-index: 100;
  top: 0;
  background-color: #424040;
  opacity: 0.4;
  color: #525252;
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  padding-top: 60px;
  left: 0;
}
.pop-confirm-layer {
  position: fixed;
  max-height: 90%;
  left: 50%;
  top: 50%;
  z-index: 999;
  display: none;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 21px;
  width: 500px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 10px !important;
}

.pop-confirm-btn {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #222222;
  background: linear-gradient(90deg, #f7b618 0%, #ffde33 100%);
  box-shadow: 0px 2px 0px #222222;
  border-radius: 5px;
  width: 100%;
  padding: 14px 0;
  margin-top: 30px;
  border: 0;
}
.close-popup-layer {
  position: absolute;
  top: -28px;
  cursor: pointer;
  right: -28px;
  height: 35px;
  width: 35px;
  line-height: 30px;
  border-radius: 100px;
  background-color: #000;
  color: #fff !important;
  text-align: center;
  opacity: 1 !important;
  display: inline-block;
  z-index: 1051;
  outline: none;
  border: none;
  text-shadow: none;
  font-size: 26px;
}
header.container-fluid {
  width: 100vw !important;
  z-index: 100;
  padding: 0px 2rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loading-cont {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 0%;
  z-index: 10000000000;
  top: 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  /* padding-top: 60px; */
  transition: 0.5s;
  left: 0;
}
.spinner-loader{
  height: 100px;
  width: 100px;
}

.loader-info {
  margin-top: 5px;
}

.time-5 {
  --c1: #673b14;
  --c2: #f8b13b;
  width: 40px;
  height: 80px;
  border-top: 4px solid var(--c1);
  border-bottom: 4px solid var(--c1);
  background: linear-gradient(
      90deg,
      var(--c1) 2px,
      var(--c2) 0 5px,
      var(--c1) 0
    )
    center/7px 8px no-repeat;
  display: grid;
  overflow: hidden;
  animation: t5-0 2s infinite linear;
}

.time-5::before,
.time-5::after {
  content: "";
  grid-area: 1/1;
  width: 75%;
  height: calc(50% - 4px);
  margin: 0 auto;
  border: 2px solid var(--c1);
  border-top: 0;
  border-radius: 0 0 40% 40%;
  -webkit-mask: linear-gradient(#000 0 0) bottom/4px 2px no-repeat,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  background: linear-gradient(var(--d, 0deg), var(--c2) 50%, #0000 0) bottom /
      100% 205%,
    linear-gradient(var(--c2) 0 0) center/0 100%;
  background-repeat: no-repeat;
  animation: inherit;
  animation-name: t5-1;
}

.time-5::after {
  transform-origin: 50% calc(100% + 2px);
  transform: scaleY(-1);
  --s: 3px;
  --d: 180deg;
}

@keyframes t5-0 {
  80% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0.5turn);
  }
}

@keyframes t5-1 {
  10%,
  70% {
    background-size: 100% 205%, var(--s, 0) 100%;
  }

  70%,
  100% {
    background-position: top, center;
  }
}

@media (max-width: 425px) {
  header.container-fluid {
    padding: 0px 1.5rem !important;
  }
}
@media (max-width: 565px) {
  /* header.container-fluid {
    padding-left: 20px !important;
    padding-right: 25px !important;
  } */
  .edit-details-model {
    width: 350px;
    left: calc((100% - 350px) / 2) !important;
  }
}
@media (max-width: 768px) {
  /* header.container-fluid {
    padding-left: 20px !important;
  } */
}
@media (max-width: 992px) {
  /* header.container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  } */
}
/* tbody{
  border-bottom: np !important;
} */
/* border: none !important;
  background-color: red;
} */
