.btn-link {
  text-decoration: none;
  transition: 300ms all;
}
.btn-link:hover {
  text-decoration: underline;
  
}
.el-border {
  border: .5px solid lightgrey;
}
.el-border-rounded {
  border: .5px solid lightgrey;
  border-radius: 12px;
}
.mt4 {
  margin-top: .4rem;
}
.el-flex-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  margin-top: 56px;
}

.map-popup[data-type="terminal"] {
  max-width: 400px;
  display: flex;
}

.map-popup[data-type="port"] {
  max-width: 300px;
}

.map-popup img:first-of-type {
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
  border-radius: 12px;
}

.map-popup h3 {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--ot-header-font);
}

.map-popup h5 {
  font-size: 1rem;
  font-weight: 200;
  color: grey;
  font-family: var(--ot-header-font);
}

.primary-hover:hover {
  background-color: var(--ot-blue)!important;
  color: var(--ot-main-grey)!important;
  transition: 300ms all;
  cursor: pointer;
}
.secondary-hover:hover {
  transition: 100ms all;
  background: #fff !important;
  border: 1px solid #ccc !important;
  cursor: pointer;
  border-radius: 8px !important;;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
  text-decoration: underline;
}
.ot-hover:hover {
  background-color: lightgrey;
  color: black;
  text-decoration: underline;
  transition: 300ms all;
}
.primary-selected {
  background-color: var(--ot-hover-color)!important;
  font-weight: 500;
}

.link-btn {
  font-size: 14px;
  text-decoration: underline;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.link-btn:hover {
  color: lightgrey;
  transition: all 100ms;
}
.cargo-card {
  border-bottom: 1px solid lightgrey;
}
.cargo-card-column:first-of-type {
  width: 100%;
  max-width: 200px;
}
.booking-cargo-status {
  background-color: #0d6efd;
  padding: .0rem .5rem;
}

.cargo-card-label {
  border: 1px solid grey;
  border-radius: 4px;
  padding: .5rem;
}

.job-container {
  min-height: calc(100vh - 78px);
  margin-top: 78px;
  max-width: 1000px;

}
.md-wrap {
  flex-wrap: nowrap;
}
.mobile-col-line {
  display: none;
}


.md-margin {
margin-right: 1rem;
width: 100%;
max-width: 400px!important;
}

.el-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}

.el-flex-col {
  display: flex;
  flex-direction: column;
}

.el-row-center {
  max-width: 900px;
}
.el-row-center .el-item-2 {
  padding: 0;
}

.el-item-3 {
  width: 100%;
  max-width: calc(100%/3 - 1rem);
  padding: 1rem;
}

.el-item-2 {
  width: 100%;
  max-width: calc(100%/2 - 1rem);
  padding: 1rem;
}

.el-input-5 {
  width: 100%;
  max-width: calc(100%/3 - .8rem);
  margin: .4rem;
  box-sizing: border-box;
}
.el-input-55 {
  max-width: calc(2.5*(100%/6) - .8rem);
}
.el-input-25 {
  width: 100%;
  max-width: calc(100%/6 - .8rem);
  margin: .4rem;
  box-sizing: border-box;
}
.el-row-input {
  width: 100%;
  max-width: calc(100%/6 - 2rem);
  margin: .4rem;
  box-sizing: border-box;
}

.el-sailings {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: space-around;
}

.el-search-button {
  border-radius: 8px;
  padding: .4rem .7rem;
}


.el-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.el-table-item {
  border-top: .5px solid lightgrey;
  border-bottom: .5px solid lightgrey;
}

.el-table-item p {
  color: grey;
  margin-bottom: 0;
  height: 25px;
}
.el-table-item h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.el-input {
  border-radius: 8px;
  border: .5px solid lightgrey; 
  padding: .1rem .8rem;
  position: relative;
  display: flex;
  justify-content: center;
  height: 45px;
  cursor: pointer;
}
.el-input:hover {
  background-color: #E8F0FE;
  transition: 100ms all;
  border: 1px solid var(--ot-blue);
}
.el-input div {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  cursor: pointer;
}
.el-input label {
  text-align: left;
  font-size: 10px;
  margin: 0;
  color: var(--ot-blue);
  cursor: inherit;
  padding: 0 2px;
}
.el-input input {
  background: none;
  border: none;
  color: var(--ot-blue);
  font-weight: 300;
  cursor: inherit;
  padding: 0 2px;
}
.el-input input:focus{
  outline: none;
}

.el-input-svg {
  height: 18px;
  width: 18px;
  fill: var(--ot-blue);
  margin-right: 10px;
  align-self: center;
  cursor: pointer;
}
.el-search-button {
  background-color: var(--ot-blue);
  color: white;
  border: none;
  height: 45px;
  max-width: 150px;
}

.el-search-button:hover{
  background-color: var(--ot-indigo);
}

/* main input styles */
.ot-search-input {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 1.3rem;
  border: 2px solid white;
  border-radius: 8px;
  cursor: pointer;
}
.ot-search-input > input {
  border: none;
  background-color: transparent!important;
  width: 100%;
}
.ot-search-input > input {
  border: none;
}
.ot-search-input:focus-within input {
  outline: none;
}
.ot-search-input:focus-within {
  border: 2px solid #0d6efd!important;
  transition: all border;
}
.ot-search-input:hover {
  border: 2px solid lightskyblue;
  transition: 200ms all;
}

.ot-form-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 8px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  height: 70px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: center;
  cursor: text!important;
  margin-bottom: 1rem;
  margin-right: 1rem;
  position: relative;
}
.ot-form-input > input {
  border: none;
  background-color: transparent;
  font-size: 16px;
  width: 100%;
  height: 0px;
}
.ot-form-input > label {
  font-size: 16px;
  font-weight: 600;
  color: var(--ot-indigo);
}
.ot-form-input:focus-within input {
  height: 20px;
  transition: all 200ms;
  outline: none;
}
.ot-form-input > input[data-value] {
  height: 20px;
}

.ot-form-input:focus-within label {
  cursor: text!important;
  font-size: 11px;
  font-weight: 500;
  transition: all 200ms;
  margin-bottom: 0.4rem;
}

/* end of main input styles */

/* table styles */
.filter-order-button {
  white-space: nowrap;
  background-color: var(--ot-blue);
  border-radius: 8px;
  border: none;
  margin-right: .25rem;
  color: white;
  padding: .2rem .4rem;
  text-transform: capitalize;
}
.filter-order-button:last-of-type {
  margin-right: 0;
}


.table-row {
  cursor: pointer;
}
.table-row-elements[data-type="child-row"] {
  display: flex!important;
  background-color: #f1f1f190;
}
.table-row-elements:hover {
  display: flex!important;
  background-color: var(--ot-hover-color) !important;
}
.table-row > .table-row-elements:first-of-type .table-col {
  border-top: 1px solid lightgrey;
}
.table-row > .table-row-elements:first-of-type .table-col:last-of-type {
  border-right: none;
}
.table-row:first-of-type .table-row-elements:first-of-type .table-col {
  border-top: none;
}
.table-row .table-row-elements:last-of-type .table-col {
  /* border-bottom: 1px solid lightgrey; */
}
.table-row-elements[data-type="child-row"].hide-row {
  display: none!important;
}
.table-row-elements[data-type="child-row"] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.table-col {
  padding:1rem;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 12px;
  white-space: nowrap;
}
.table-row-elements[data-type="child-row"] .table-col {
  padding: .5rem 1rem;
}
.table-col[data-filter-type="start_port_name"] b,
.table-col {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
}

.table-col[data-is-showing="false"] {
  display: none!important;
}
.table-header-filter[data-filter="cargo"] {
  position: absolute;
  right: 0;
  background-color: var(--ot-main-grey);
  border: 1px solid lightgrey;
  border-right: 1px solid lightgrey!important;
  padding: calc(.75rem - 1px) 1rem!important;
  width: 100px!important;
}
.table-header-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  border: none;
  border-right: 1px solid lightgrey;
  color: grey;
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  white-space: nowrap;
  position: relative;
  padding: .75rem 1rem;
}
.table-header-filter:last-of-type {
  border-right: none;
}
.side-table {
  overflow-x: scroll;
}

.status-badge {
  background-color: lightgrey;
  border-radius: 8px;
  padding: .2rem .4rem;
  margin: -.2rem -.4rem;
}
.status-badge[data-style="5"] {
  background-color: var(--ot-indigo);
  color: white;
}
.status-badge[data-style="1"],
.status-badge[data-style="7"] {
  background-color: var(--ot-light-turquoise);
}

.table-row:hover .table-row-elements:first-of-type{
  background-color: var(--ot-hover-color);
  transition: 300ms all;
}
.table-row:hover .table-col b {
  text-decoration: underline;
  
}
/* end of table styles */

/* start of side modal */
.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 500;
}
.side-modal {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: white;
  width: 100%;
  max-width: 350px;
  padding: 1rem;
  padding-top: 80px;
}
/* end of start modal */

.el-link {
    background-color: transparent;
    border: none;
    text-decoration: underline;
    color: var(--ot-blue);
    height: 24px;
}
.el-checkbox {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: 1px solid grey;
  color: white !important;
}
.el-checkbox:active, .el-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
  background-color: var(--bs-blue);
  border: 1px solid var(--ot-main-grey);
}

.el-checkbox:checked {
  border: 1px solid var(--ot-main-grey);
  background-color: var(--bs-blue);
  border: 1px solid var(--ot-main-grey);
}

.input-options {
  position: absolute;
  width: 100%;
  top: 50px;
  max-height: 80vh;
  background-color: white;
  z-index: 400;
  overflow-y: scroll;
  display: flex;
  justify-content: flex-start!important;
  align-items: baseline;
  flex-direction: column;
  border: .5px solid grey;
  border-radius: 8px;
  scrollbar-width: none; 
}
.input-options > div,
.input-options > h6 {
  width: 100%;
  font-size: 14px;
  padding: 8px 16px;
}
/* change this to ot-hover */
.input-options > div:hover {
  background-color: var(--ot-hover-color);
}
/* add hide-scrollbar class */
.input-options::-webkit-scrollbar {
  display: none;
}
.options-hidden {
  display: none!important;
}
.shepherd-text::-webkit-scrollbar,
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
.shepherd-text,
.hide-scrollbar {
  scrollbar-width: none;  /* Firefox */
}

.el-filters button,
.el-filters select,
.el-filters input {
  border-radius: 8px;
  border: 0.5px solid var(--ot-blue);
  padding: 0.1rem 0.8rem;
  position: relative;
  height: 45px;
  cursor: pointer;
  margin-right: .4rem;
}
.el-filters button {
  margin-right: 0;
}

#start-port-input:focus #start-port-search-input {
  background-color: var(--ot-hover-color);
  transition: 500ms all;
}

.icon {
  width: 100%;
  max-width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-line {
  width: 100%;
  height: 3px;
  background-color: var(--ot-blue);
  border-radius: 2px;
}

.el-icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.el-icon {
  width: 25px;
  height: 25px;
  margin-left: 8px;
}
.cargo-specs {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  background-color: var(--ot-main-grey);
  margin-bottom: .4rem;
  color: black!important;
  width: 100%;
}

.contact-tag {
  background-color: white;
  border-radius: 8px;
  border: .5px solid lightgrey;
  padding: .13rem .5rem;
  display: flex;
  align-items: center;
  font-size: 14px!important;
}
.contact-tag svg {
  width: 16px;
  fill: grey;
  margin-right: 10px;
}
.booking-modal-container,
.modal-container {
  position: fixed;
  z-index: 700;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-top: 56px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modals-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 1rem;
  border-radius: 12px;
  max-width: 800px;
  margin: auto;
}

.modal-opener {
  cursor: pointer;
}
.modal-opener:hover {
  color: rgba(86, 82, 82, 0.9);
}

.sticky-top {
  z-index: 500!important;
}


/* CSS for progress bar should be added to it's own file
And should only be imported when progressbar is imported */
.progress-bar-widget {
  border: .5px solid lightgrey;
  padding: 1rem;
  border-radius: 12px;
}

.progress-bar-segment {
  width: 100%;
  border-right: 2px solid white;
  background-color: var(--ot-main-grey);
  height: 8px;
}
.progress-bar-segment > div {
  width: 8px;
  height: 18px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  background-color: var(--bs-blue);
  position: relative;
  left: 100%;
  bottom: 4.5px;
  z-index: 100;
  cursor: pointer;
}
.progress-bar-segment-selected {
  background-color: var(--bs-blue);
}
.progress-bar-segment > div{
  background-color: white;
}
.progress-bar-segment-selected > div{
  background-color: var(--bs-blue);
}

.arrow {
  position: absolute;
  left: calc(-.5rem - 3px);
  top: 50%;
  height: 3px;
  width: calc(.5rem + 3px);
  background-color: black;
}

.route-card:hover {
  background-color: #d7e8fa;
  transition: 500ms all;
  cursor: pointer;
}

.el-text-right {
  text-align: right;
}
.time-row p {
  font-size: 16px;
}

.dropdownbtn{
  border: 2px solid lightgray;
  transition: 0.2 ease-in;
}
.dropdownbtn:hover{
  border-color: #0E4378;
  background-color: #0E4378;
  color: white
}

.route-legs-element:hover{
  border-left-width: 3px;
  border-color: lightgrey;
  transition: all 100ms;
}

.route-legs-element{
  border: solid;
  border-width: 0px;
  border-left-width: 0;
}
.route-legs-element.open{
  border-left-width: 3px;
  border-color: black;
  margin-bottom: .5rem;
  background-color: white;
  padding-left: .5rem;
}

.filter-results{
  border: 3px solid lightblue;
}

.down-arrow {
  transition: 0.3s ease;
}

.rotate{
  transform: rotate(180deg)
}

.legs-content{
  position: relative;
  transition: 0.5 height ease;
}

.legs-content.open{
  height: auto;
  width: auto;
  opacity: 1;
}

.travel-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: white;
  border: .5px solid lightgrey;
  border-radius: 12px;
}

.location-tag {
  display: flex;
  align-items: center;
  position: relative;
  padding: .75rem 1.5rem;
  border: .5px solid lightgrey;
  border-radius: 4px;
  font-size: 20!important;
  font-weight: 600!important;
  margin-right: 4px;
  margin-bottom: .25rem;
}
.location-tag svg {
  position: absolute;
  right: -14px;
  width: 24px;
  z-index: 10;
}
.location-tag:hover{
  background-color: var(--ot-indigo);
  color: white;
  transition: all 500ms ease;
  z-index: 1;
}

.location-tag.selected{
  background-color: var(--ot-indigo);
  color: white;
  transition: all 500ms ease;
  z-index: 1;
  opacity: 90%;
}

.highlightedTag {
  background-color: var(--ot-indigo);
  color: white;
  transition: all 500ms ease;
  opacity: 50%;
  z-index: 1;
}

.location-tag.filter-results{
  border: 3px solid var(--ot-indigo);
}
.route-destinations {
  flex-wrap: nowrap;
}

.booking-item p {
  margin-right: 1rem;
}

.add-terminal {
  align-items: flex-start;
  min-height: 90vh;
}
.add-terminal h2 {
  font-size: 40px;
  font-weight: 600;
}
.add-terminal p {
  color:var(--ot-form-color);
  font-size: 22px;
}

.terminal-image-input {
  width: 100%;
  max-width: 200px;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 8px;
  padding-left: .8rem;
  padding-right: .8rem;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer!important;
  margin-bottom: 2rem;
  margin-right: 1rem;
  position: relative;
  color:var(--ot-form-color);
}
.image-icon {
  width: 70px;
}
.terminal-image-input svg {
  fill: var(--ot-form-color);
}
.terminal-image-input label {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer!important;
}
.terminal-image-input input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.delete-button {
  margin-bottom: 2rem;
  border-radius: 8px;
  border: none;
}
.checkbox-input {
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding-left: .8rem;
  padding-right: .8rem;
  height: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  position: relative;
  font-size: 16px!important;
  font-weight: 600!important;
  color: rgba(211, 211, 211, .8);
  align-items: center;
  transition: all 300ms;
  cursor: pointer!important;

}
.checkbox-input svg {
  width: 20px;
  fill: rgba(211, 211, 211, .8);
  margin-right: 10px;
}

.checkbox-input[data-value="true"] svg {
  fill: rgba(60, 179, 113, 1);
}

.checkbox-input label {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  cursor: pointer!important;
}
.checkbox-input[data-value="true"] {
  border: 2px solid var(--ot-form-color);
  color: var(--ot-form-color)
}
.add-terminal-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 8px;
  padding-left: .8rem;
  padding-right: .8rem;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: text!important;
  margin-bottom: 2rem;
  margin-right: 1rem;
  position: relative;
}
.add-terminal-error-label {
  color: red;
  position: absolute;
  left: 0;
  bottom: 100%;
  overflow: unset!important;
}
.add-terminal-input input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
}
.add-terminal-input input:focus {
  outline: transparent;
}
.add-terminal-input label {
  margin-bottom: 0;
  cursor: text;
}
.add-terminal-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--ot-form-color)
}
.terminal-multiple-options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.terminal-multiple-options > .terminal-multiple-option {
  width: 100%;
  max-width: calc(100% / 3 - 1rem);
  margin-right: 1rem;
  height: 100px;
  border: none;
  margin-bottom: 1rem;
  border-radius: 8px;
}
.terminal-multiple-options > .terminal-multiple-option:hover {
  background-color: rgba(0,0,0,0.4);
  transition: all 200ms;
}
.terminal-multiple-options > .terminal-multiple-option:nth-child(3n) {
  margin-right: 0;
  max-width: calc(100% / 3);
}
.input-hover {
  border: 2px solid blue;
  transition: 100ms all;
  padding-left: calc(.8rem - 2px);
  padding-right: calc(.8rem - 2px);
}
.input-hover label,
.input-hover small {
  cursor: text!important;
  font-size: 11px;
  font-weight: 500;
  transition: all 200ms;
  margin-bottom: .4rem;
}
.terminal-input-hide {
  height: 0!important;
  transition: 200ms all;
}
.terminal-options {
  width: calc(100%);
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  background-color: white;
  border: 2px solid white;
  z-index: 500;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
  border-radius: 8px;
  max-height: 300px;
  overflow-y: scroll;
}
/* width */
.terminal-options::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.terminal-options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.terminal-options::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.terminal-options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.terminal-option {
  padding: 1.6rem 1rem;
  cursor: pointer;
}
.terminal-multiple-options .terminal-option-selected {
  background-color: rgba(0, 0, 0, .4);
  transition: all 100ms;
}
.terminal-option:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  color: blue;
  transition: 100ms all;
}
.terminal-button {
  padding: 15px 50px;
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  background-color: var(--ot-indigo);
  color: var(--ot-turquoise-white-light);
}
.terminal-button:hover {
  background-color: var(--ot-blue);
  transition: 300ms all;
}
.terminal-button[data-action='finish'] {
  background-color: #5ab963;
  white-space: nowrap;
}
.terminal-page {
  width: 100%;
  margin-top: 3rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
}
.terminal-inputs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.terminal-inputs > .add-terminal-input:last-of-type {
  margin-right: 0;
}
.terminal-inputs .w-50 {
  max-width: calc(50% - .5rem)!important;
}
.terminal-input {
  height: 20px;
  width: 100%;
  border: none;
  margin-right: 1rem;
}
.railway-options {
  flex-wrap: nowrap!important;
}
.railway-options > .terminal-multiple-option {
  width: 100%;
  margin-right: 1rem!important;
  border: 2px solid lightgrey;
}
.railway-options > .terminal-multiple-option:last-of-type {
  margin-right: 0!important;
}
.railway-options > .terminal-option-selected {
  /* background-color: ; */
  border: 2px solid black;
}
.input-error {
  border: 2px solid rgba(255, 0, 0, 1)!important;
  transition: all 100ms;
}
.input-validated {
  border: 2px solid rgba(60, 179, 113, 1)!important;
  transition: all 300ms;
}

.terminal-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: calc(100% / 3 - 1rem);
  margin: .5rem;
  border-radius: 8px;
}

.terminal-checkbox > div:first-child {
  padding: 1rem;
  height: 100%;
  width: 100%;
  max-width: calc(100% - 80px);
}

.terminal-checkbox h5 {
  font-weight: 600;
  font-size: 16px;
}

.terminal-checkbox input {
  margin-right: .5rem;
}

.terminal-checkbox p {
  font-size: 14px!important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.terminal-checkbox > img {
  height: 80px;
  width: 100%;
  max-width: 80px;
  border-radius: 0 8px 8px 0;
  border: none;
  padding: 1rem;
}

.picker-modal {
  position: fixed;
  background-color: white;
  left: 1rem;
  top: calc(70px + 1rem);
  right: 1rem;
  bottom: 1rem;
  z-index: 500;
}

/* create form css */
.ot-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 8px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  height: 70px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: center;
  cursor: text!important;
  margin-bottom: 1rem;
  margin-right: 1rem;
  position: relative;
}
/* .ot-input > input:not(placeholder-shown) {
} */
.ot-input > input {
  border: none;
  background-color: transparent;
  font-size: 16px;
  width: 100%;
  height: 0px;
}
.ot-input > label {
  font-size: 16px;
  font-weight: 600;
  color: var(--ot-form-color)
}
.ot-input:focus-within input {
  height: 20px;
  transition: all 200ms;
  outline: none;
}
.ot-input > input[data-value] {
  height: 20px;
}
/* .ot-input > input:focus-visible {
  outline: none;
} */
.ot-input:focus-within label {
  cursor: text!important;
  font-size: 11px;
  font-weight: 500;
  transition: all 200ms;
  margin-bottom: 0.4rem;
}
/* end of create form css */
.landing-edit-input > input {
  background-color: transparent!important;
  border: none;
}
.landing-edit-input > input,
.landing-edit-input:focus-within > input {
  height: unset!important;
  outline: none;
}

@keyframes slide {
  from {width: 0;}
  to {width: 300px;}
}

.status-checkboxes {
  padding: .5rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--ot-main-grey);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  border-radius: 8px;
}
.status-checkboxes > div {
  max-width: 140px;
}
.status-checkboxes input {
  width: 20px;
  height: 20px;
}

@media (max-width: 1000px) {
  .el-input-5 {
    max-width: calc(50% - .8rem);
  }
  .el-input-25 {
    max-width: calc(50% - .8rem);
  }
  .el-row-input {
    max-width: calc(50% - 2rem);
  }
}

@media (max-width: 768px) {
  .md-wrap {
    flex-wrap: wrap;
  }
  .md-full-width {
    width: 100%;
  }
  .mobile-col-line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius: 25px;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    transform: rotate(90deg);
  }
  .header-card {
    display: flex;
    flex-direction: column;
  }
  .md-margin {
  margin-right: 0;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%!important;
}
.mobile-col {
  align-items: center!important;
}
  .el-input {
    max-width: 100%;
    border-width: 1px;
  }
  .el-input-5 {
    max-width: calc(100% - .8rem);
  }
  .el-input-25 {
    max-width: calc(100%/2 - .8rem);
  }
  .el-row-input {
    max-width: calc(100%/2 - 2rem);
  }
  .el-input-55 {
        max-width: calc(100%/2 - .8rem);
    }
    .el-input-255 {
        max-width: calc(100% - .8rem);
    }
  .el-search-button {
    max-width: 100%;
  }
  .sailing-card {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .booking-modal-container {
    top: 56px!important;
    padding-top: 0!important;
  }
  .route-destinations {
    flex-wrap: wrap;
  }
  .route-destinations > div:nth-child(1) {
    width: 100%;
    margin-bottom: .5rem;
  }
  .route-destinations > div:nth-child(2) {
    width: 100%!important;
  }
  .location-tag {
    width: 100%;
    max-width: calc(50% - .25rem);
    justify-content: center;
  }
  .location-tag svg:nth-child(even) {
    display: none;
  }

  .travel-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .el-text-right {
    text-align: center;
  }
  .el-line {
    height: 50px;
    width: 3px;
    margin-bottom: 1rem;
  }
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid black;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: black transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}