
* {
	font-family: 'Quicksand', sans-serif;
	/* font-family: 'Lexend Deca', sans-serif; */

}

.btn-label-github {
    color: #075e54;
    border-color: transparent;
    background: #43cfbf;
}

.nav-link.active {
	color: #7367f0 !important;
}

.py-9 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}

.card {
    margin-bottom: 2rem;
    box-shadow: rgba(34, 41, 47, 0.1) 0px 4px 24px 0px;
    transition: all 0.3s ease-in-out 0s, background 0s ease 0s, color 0s ease 0s, border-color 0s ease 0s;
}

.card-topdestination {
	border-radius: 25px;
}

.card-topdestination .header {
	border-radius: 20px;
    overflow: hidden;
}

.card-topdestination .header img {
	width: 100%;
}

.card-topdestination:hover {
    /* box-shadow: 5px 6px 6px 2px #e9ecef; */
    /* transform: scale(1.05); */
	transform: translate(0px, -20px);
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%);
}

.card-topactivity-featured {
	border-radius: 25px;
    overflow: hidden;
}

.card-topactivity-featured .header {
	/* border-radius: 20px; */
    overflow: hidden;
}

.card-topactivity {
	border-radius: 25px;
    overflow: hidden;
}

.card-topactivity .header {
	height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.card-topactivity .header img {
	height: 100%;
}

.card-topactivity-featured:hover,.card-topactivity:hover {
    /* box-shadow: 5px 6px 6px 2px #e9ecef; */
    transform: scale(1.05);
	/* transform: translate(0px, -20px); */
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%);
}

.card-topcruise {
	border-radius: 25px;
    overflow: hidden;
}

.card-topcruise .header {
	height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.card-topcruise .header img {
	width: 100%;
}

.card-topcruise .header .price-wrapper  {
	top: 25px;
	right: 25px;
	border-radius: 15px;
	padding: 0.5rem 1rem;
    font-size: 0.8rem;
}

.card-topcruise:hover {
    /* box-shadow: 5px 6px 6px 2px #e9ecef; */
    /* transform: scale(1.05); */
	transform: translate(0px, -20px);
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%);
}

#appfeature {
	background-image: url(/assets/vectors/fill_in_edited_animated.svg);
	background-size: 380px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.card-appfeature {
	background-image: url(/assets/vectors/book_reading.svg);
	background-size: 350px;
    background-repeat: no-repeat;
    background-position: bottom left 20px;
}



.card-featured-post  {
	border-radius: 25px;
    overflow: hidden;
}

.card-featured-post .header {
	height: 100%;
    overflow: hidden;
    border-radius: 20px;
	background-position: center;
	background-size: cover;
	min-height: 380px;
	display: flex;
	align-items: end;
}

.card-featured-post .header img {
	width: 100%;
}

.card-featured-post .header .headings  {
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
	margin-bottom: 0px;
	padding: 0.75rem 0.5rem;
}

.card-featured-post .header h5, .card-featured-post .header p  {
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}

.card-featured-post:hover {
    /* box-shadow: 5px 6px 6px 2px #e9ecef; */
    /* transform: scale(1.05); */
	transform: translate(0px, -20px);
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 20%);
}



.row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.25);
    padding-left: calc(var(--bs-gutter-x) * 0.25);
    margin-top: var(--bs-gutter-y);
}

@media (max-width: 576px) {
    .py-9 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-sm-big {
        padding-bottom: 5rem !important;
    }

    .pt-5px {
        padding-top: 5px !important;
    }

    .px-sm-0 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .pt-sm-0 {
        padding-top: 0px !important;
    }

    .mb-sm-1 {
        margin-bottom: 1rem !important;
    }
    .mt-sm-1 {
        margin-top: 1rem !important;
    }

    .py-sm-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .w-100-sm {
        width: 100%;
    }
}



.hide-scrollbar::-webkit-scrollbar {
    width: 0; /* Remove horizontal scrollbar */
    height: 0; /* Remove vertical scrollbar */
}


/* General */
.mw-px-200 {
    max-width: 200px !important;
}

.mw-px-300 {
    max-width: 300px !important;
}

.mw-px-400 {
    max-width: 400px !important;
}

.mw-px-500 {
    max-width: 500px !important;
}

.mw-px-600 {
    max-width: 600px !important;
}


/* map related styles */
.map {
    min-height: 500px;
    border-radius: 20px;
}

.quick-booking-input {
    background: #f1f2f3;
    padding: 1rem;
    border-radius: 12px;
    height: 80px;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}

.quick-booking-input input {
    background: transparent;
    border: none;
    padding: 0px;
}

.quick-booking-input .form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

.quick-booking-person {
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.quick-booking-person-selector:hover .quick-booking-person {
    opacity: 1;
}

.quick-booking-person-selector:hover {
    height: 268px;
}

/* For Intro Gallery */
.intro-gallery .item-1 {
    width: 50%;
}

.intro-gallery .item-2 {
    width: 25%;
    margin-left: 20px;
}

.intro-gallery .item-3 {
    width: 25%;
    margin-left: 20px;
}

.intro-gallery-1 .item-1 {
    width: 20%;
}

.intro-gallery-1 .item-2 {
    width: 20%;
    margin-left: 20px;
}

.intro-gallery-1 .item-3 {
    width: 20%;
    margin-left: 20px;
}

.intro-gallery-1 .item-4 {
    width: 20%;
    margin-left: 20px;
}

.intro-gallery-1 .item-5 {
    width: 20%;
    margin-left: 20px;
}

.intro-gallery-2 .item-1 {
    width: 33%;
    border-radius: 15px;
    overflow: hidden;
}

.intro-gallery-2 .item-2 {
    width: 33%;
    margin-left: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.intro-gallery-2 .item-3 {
    width: 33%;
    margin-left: 20px;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .intro-gallery .item-1 {
        width: 60%;
    }

    .intro-gallery .item-2 {
        width: 40%;
    }

    .intro-gallery .item-3 {
        display: none;
    }
}

@media (max-width: 992px) {
    /* .d-md-none {
        display: none !important;
    } */

    .intro-gallery-1 .item-1 {
        width: 25%;
    }

    .intro-gallery-1 .item-2 {
        width: 25%;
        margin-left: 20px;
    }

    .intro-gallery-1 .item-3 {
        width: 25%;
        margin-left: 20px;
    }

    .intro-gallery-1 .item-4 {
        width: 25%;
        margin-left: 20px;
    }

    .intro-gallery-1 .item-5 {
        display: none;
    }

    .intro-gallery-2 .item-1 {
        width: 50%;
    }

    .intro-gallery-2 .item-2 {
        width: 50%;
    }

    .intro-gallery-2 .item-3 {
        display: none;
    }
}

@media (max-width: 768px) {
    .intro-gallery .item-1 {
        width: 50% !important;
    }

    .intro-gallery .item-2 {
        width: 50% !important;
    }

    .intro-gallery .item-3 {
        display: none;
    }

    .intro-gallery-1 .item-1 {
        width: 50%;
    }

    .intro-gallery-1 .item-2 {
        width: 50%;
        margin-left: 20px;
    }

    .intro-gallery-1 .item-3 {
        display: none;
    }

    .intro-gallery-1 .item-4 {
        display: none;
    }

    .intro-gallery-1 .item-5 {
        display: none;
    }

    .mw-sm-100 {
        max-width: 100% !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .mt-sm-0 {
        margin-top: 0px !important;
    }

    html:not([dir=rtl]) .ms-sm-0 {
        margin-left: 0px !important;
    }

    .pb-sm-0 {
        padding-bottom: 0px !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .d-sm-none {
        display: none !important;
    }
}

.h-100-minus-2rem {
    height: calc(100% - 2rem) !important;
}

.max-w-px-480 {
    max-width: 480px !important;
}

body {
    min-height: 100vh;
}

.page-content {
    min-height: calc(100vh - 580px);
}


.container:not(.default-padding) {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
    background-color: #00C1CD;
    color: #fff !important;
}

.tab-content {
    box-shadow: none !important;
    background: #f8f7fa !important;
}

.p-small {
    font-size: 0.9rem;
}

.br-px-5 {
    border-radius: 5px !important;
}

ul.classic-list, ul.simple-list {
    list-style: none;
    padding-left: 0;
}

#search-results {
    position: fixed;
    top: 82px;
    z-index: 9999999;
    min-height: 100vh;
    width: 100%;
    /* display: none; */
}

#search-result-close {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #efefef;
    height: 32px;
}

@media (max-width: 992px) {
    #main-nav {
        background-color: #fff !important;

    }
}

.nav-fixed-top-white {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.mobile-nav-container-fixed-height {
    height: 68.8px;
    overflow: hidden;
}



/* TIMELINE */
.timeline {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    list-style: none;
  }
  .timeline .timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .timeline .timeline-header > *:first-child {
    margin-right: 0.5rem;
  }
  .timeline .timeline-end-indicator {
    position: absolute;
    bottom: -1.35rem;
    left: -0.65rem;
  }
  .timeline .timeline-end-indicator i {
    font-size: 1.5rem;
    color: #dbdade;
  }
  .timeline .timeline-item {
    position: relative;
    padding-left: 3rem;
  }
  .timeline .timeline-item .timeline-event {
    position: relative;
    top: -1rem;
    width: 100%;
    top: -1rem;
    min-height: 4rem;
    background-color: #fff;
    border-radius: 0.375rem;
    padding: 1.1rem 1.5rem 0.6rem;
  }
  .timeline .timeline-item .timeline-event:before {
    position: absolute;
    top: 0.75rem;
    left: 32px;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-right: 1rem solid;
    border-left: 0 solid;
    border-bottom: 1rem solid transparent;
    border-left-color: #fff;
    border-right-color: #fff;
    margin-left: -3rem;
    content: "";
  }
  .timeline .timeline-item .timeline-event.timeline-event-shadow {
    box-shadow: 0 0.5rem 1rem rgba(75, 70, 92, 0.075) !important;
  }
  .timeline .timeline-item .timeline-event .timeline-event-time {
    position: absolute;
    top: 1.1rem;
    font-size: 0.85rem;
    color: #a5a3ae;
  }
  .timeline .timeline-item .timeline-indicator,
  .timeline .timeline-item .timeline-indicator-advanced {
    position: absolute;
    left: -0.75rem;
    top: -0.2rem;
    z-index: 2;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
  }
  .timeline .timeline-item .timeline-indicator i,
  .timeline .timeline-item .timeline-indicator-advanced i {
    background-color: #f8f7fa;
  }
  .card .timeline .timeline-item .timeline-indicator i,
  .card .timeline .timeline-item .timeline-indicator-advanced i {
    background-color: #fff;
  }
  .timeline .timeline-item .timeline-indicator i,
  .timeline .timeline-item .timeline-indicator-advanced i {
    color: #7367f0;
  }
  .timeline .timeline-item .timeline-indicator-advanced {
    background-color: #fff;
    top: -0.1rem;
  }
  .timeline .timeline-item .timeline-point {
    position: absolute;
    left: -0.43rem;
    top: 0;
    z-index: 2;
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 50%;
    background-color: #7367f0;
  }
  .timeline .timeline-item.timeline-item-transparent .timeline-event {
    top: -1.4rem;
    background-color: transparent;
  }
  html:not([dir=rtl]) .timeline .timeline-item.timeline-item-transparent .timeline-event {
    padding-left: 0;
  }
  .timeline .timeline-item.timeline-item-transparent .timeline-event.timeline-event-shadow {
    padding-left: 2rem;
  }
  .timeline .timeline-item.timeline-item-transparent .timeline-event:before {
    display: none;
  }
  .timeline.timeline-center:before {
    left: 50%;
    height: 97%;
  }
  .timeline.timeline-center:after {
    left: 50%;
    margin-left: -0.55rem;
  }
  .timeline.timeline-center .timeline-end-indicator {
    bottom: -1.4rem;
    left: 50%;
    margin-left: 0.55rem;
  }
  .timeline.timeline-center .timeline-item {
    width: 50%;
    clear: both;
  }
  .timeline.timeline-center .timeline-item.timeline-item-left, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) {
    float: left;
    padding-left: 0;
    padding-right: 3rem;
    left: 0px;
    padding-bottom: 3rem;
    border-left: 0;
    border-right: 1px solid #dbdade;
  }
  .timeline.timeline-center .timeline-item.timeline-item-left .timeline-event .timeline-event-time, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event .timeline-event-time {
    right: -10.2rem;
  }
  .timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:before, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:before {
    right: -15px;
    left: auto;
    border-left-width: 16px;
    border-right-width: 0;
  }
  .timeline.timeline-center .timeline-item.timeline-item-left .timeline-point, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-point {
    left: 100%;
  }
  .timeline.timeline-center .timeline-item.timeline-item-right, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) {
    float: right;
    right: 1px;
    padding-left: 3rem;
    padding-bottom: 3rem;
    border-left: 1px solid #dbdade;
  }
  .timeline.timeline-center .timeline-item.timeline-item-right .timeline-event .timeline-event-time, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) .timeline-event .timeline-event-time {
    left: -10.2rem;
  }
  .timeline.timeline-center .timeline-item.timeline-item-right .timeline-event .timeline-point, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) .timeline-event .timeline-point {
    left: 0;
  }
  .timeline.timeline-center .timeline-item .timeline-point {
    left: 50%;
    margin-left: -0.6875rem;
  }
  .timeline.timeline-center .timeline-item .timeline-point-indicator {
    left: 50%;
    margin-left: -0.3125rem;
  }
  .timeline.timeline-advance .timeline-item .timeline-event:before, .timeline.timeline-advance .timeline-item .timeline-event:after {
    border: transparent;
  }

  html:not([dir=rtl]) .timeline-item {
    border-left: 1px solid #dbdade;
  }

  [dir=rtl] .timeline:not(.timeline-center) .timeline-item {
    border-right: 1px solid #dbdade;
  }
  [dir=rtl] .timeline:not(.timeline-center):before {
    right: -1px;
    left: auto;
  }
  [dir=rtl] .timeline:not(.timeline-center):after {
    left: auto;
    margin-right: -0.65rem;
  }
  [dir=rtl] .timeline:not(.timeline-center) .timeline-end-indicator {
    left: auto;
    right: -0.75rem;
  }
  [dir=rtl] .timeline:not(.timeline-center) .timeline-item {
    padding-left: 0;
    padding-right: 3rem;
    border-right: 1px solid #dbdade;
  }
  [dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-event:before {
    right: -1rem;
    left: auto;
    border-left-width: 1rem;
    border-right-width: 0;
  }
  [dir=rtl] .timeline:not(.timeline-center) .timeline-item.timeline-item-transparent .timeline-event {
    padding-right: 0;
  }
  [dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-point {
    right: -0.4rem;
    left: auto;
  }
  [dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-indicator {
    right: -0.78rem;
    left: auto;
  }
  [dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-indicator-advanced {
    right: -0.78rem;
    left: auto;
  }

  @media (min-width: 768px) {
    .timeline.timeline-center .timeline-item.timeline-item-left .timeline-indicator, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-indicator {
      left: calc(100% - 1.5rem / 2);
    }
    .timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:after, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:after {
      transform: rotate(180deg);
      right: -16px;
      left: auto;
    }
  }
  @media (max-width: 767.98px) {
    .timeline.timeline-center:before {
      left: 1rem;
    }
    .timeline.timeline-center:after {
      left: 0;
    }
    .timeline.timeline-center .timeline-end-indicator {
      left: -2px;
    }
    .timeline.timeline-center .timeline-item {
      border-right: 0 !important;
      left: 0rem;
      float: left !important;
      width: 100%;
      padding-left: 3rem !important;
      padding-right: 0 !important;
      border-right: 0 !important;
    }
    .timeline.timeline-center .timeline-item:not(:last-child) {
      border-left: 1px solid #dbdade !important;
    }
    .timeline.timeline-center .timeline-item:not(:last-child) {
      border-left: 1px solid #dbdade !important;
    }
    .timeline.timeline-center .timeline-item .timeline-event:before {
      right: 100% !important;
      border-right-width: 1rem !important;
      border-left-width: 0 !important;
    }
    .timeline.timeline-center .timeline-item .timeline-event .timeline-event-time {
      top: -1.4rem;
      left: 0 !important;
      right: auto !important;
    }
    .timeline.timeline-center .timeline-item .timeline-point {
      left: -0.7rem !important;
      margin-left: 0 !important;
    }
    .timeline.timeline-center .timeline-item .timeline-point-indicator {
      left: 0 !important;
      margin-left: -0.3125rem !important;
    }
    [dir=rtl] .timeline.timeline-center:before {
      left: auto;
      right: 1rem;
    }
    [dir=rtl] .timeline.timeline-center .timeline-item {
      border-left: 0 !important;
      right: 1px !important;
    }
    [dir=rtl] .timeline.timeline-center .timeline-item:not(:last-child) {
      border-right: 1px solid #dbdade !important;
    }
    [dir=rtl] .timeline.timeline-center:after {
      right: -0.55rem;
      left: auto;
    }
    [dir=rtl] .timeline.timeline-center .timeline-item {
      float: right !important;
      width: 100%;
      padding-right: 3.5rem !important;
      padding-left: 1.5rem !important;
    }
    [dir=rtl] .timeline.timeline-center .timeline-item .timeline-event:before {
      left: 100% !important;
      right: -1rem !important;
      border-left-width: 1rem !important;
      border-right-width: 0 !important;
    }
    [dir=rtl] .timeline.timeline-center .timeline-item .timeline-event:after {
      transform: rotate(0deg);
      right: -16.5px;
      left: auto;
    }
    [dir=rtl] .timeline.timeline-center .timeline-item .timeline-event .timeline-event-time {
      top: -1.2rem;
      right: 0 !important;
      left: auto !important;
    }
    [dir=rtl] .timeline.timeline-center .timeline-item .timeline-point {
      right: -0.7rem !important;
      margin-right: 0 !important;
    }
  }
  @media (max-width: 767.98px) {
    [dir=rtl] .timeline .timeline-item .timeline-indicator,
    [dir=rtl] .timeline .timeline-item .timeline-indicator-advanced {
      left: auto;
      right: -0.6875rem;
    }
    [dir=rtl] .timeline-center .timeline-item {
      padding-left: 0;
      padding-right: 3rem;
    }
    [dir=rtl] .timeline-center .timeline-item .timeline-event:after {
      right: -16.5px;
      left: auto;
      border-left-width: 1rem;
      border-right-width: 0;
      border-left-color: #dbdade;
      border-right-color: rgba(75, 70, 92, 0.3);
    }
  }
  @media (max-width: 575.98px) {
    .timeline .timeline-header {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .timeline .timeline-item-secondary .timeline-event {
    background-color: rgba(168, 170, 174, 0.1);
  }
  .timeline .timeline-item-secondary .timeline-event:before {
    border-left-color: rgba(168, 170, 174, 0.1) !important;
    border-right-color: rgba(168, 170, 174, 0.1) !important;
  }

  .timeline .timeline-point-secondary {
    background-color: #a8aaae !important;
    box-shadow: 0 0 0 0.1875rem rgba(168, 170, 174, 0.16);
  }

  .timeline .timeline-indicator-secondary i {
    color: #a8aaae !important;
  }

  .timeline .timeline-item-success .timeline-event {
    background-color: rgba(40, 199, 111, 0.1);
  }
  .timeline .timeline-item-success .timeline-event:before {
    border-left-color: rgba(40, 199, 111, 0.1) !important;
    border-right-color: rgba(40, 199, 111, 0.1) !important;
  }

  .timeline .timeline-point-success {
    background-color: #28c76f !important;
    box-shadow: 0 0 0 0.1875rem rgba(40, 199, 111, 0.16);
  }

  .timeline .timeline-indicator-success i {
    color: #28c76f !important;
  }

  .timeline .timeline-item-info .timeline-event {
    background-color: rgba(0, 207, 232, 0.1);
  }
  .timeline .timeline-item-info .timeline-event:before {
    border-left-color: rgba(0, 207, 232, 0.1) !important;
    border-right-color: rgba(0, 207, 232, 0.1) !important;
  }

  .timeline .timeline-point-info {
    background-color: #00cfe8 !important;
    box-shadow: 0 0 0 0.1875rem rgba(0, 207, 232, 0.16);
  }

  .timeline .timeline-indicator-info i {
    color: #00cfe8 !important;
  }

  .timeline .timeline-item-warning .timeline-event {
    background-color: rgba(255, 159, 67, 0.1);
  }
  .timeline .timeline-item-warning .timeline-event:before {
    border-left-color: rgba(255, 159, 67, 0.1) !important;
    border-right-color: rgba(255, 159, 67, 0.1) !important;
  }

  .timeline .timeline-point-warning {
    background-color: #ff9f43 !important;
    box-shadow: 0 0 0 0.1875rem rgba(255, 159, 67, 0.16);
  }

  .timeline .timeline-indicator-warning i {
    color: #ff9f43 !important;
  }

  .timeline .timeline-item-danger .timeline-event {
    background-color: rgba(234, 84, 85, 0.1);
  }
  .timeline .timeline-item-danger .timeline-event:before {
    border-left-color: rgba(234, 84, 85, 0.1) !important;
    border-right-color: rgba(234, 84, 85, 0.1) !important;
  }

  .timeline .timeline-point-danger {
    background-color: #ea5455 !important;
    box-shadow: 0 0 0 0.1875rem rgba(234, 84, 85, 0.16);
  }

  .timeline .timeline-indicator-danger i {
    color: #ea5455 !important;
  }

  .timeline .timeline-item-dark .timeline-event {
    background-color: rgba(75, 75, 75, 0.1);
  }
  .timeline .timeline-item-dark .timeline-event:before {
    border-left-color: rgba(75, 75, 75, 0.1) !important;
    border-right-color: rgba(75, 75, 75, 0.1) !important;
  }

  .timeline .timeline-point-dark {
    background-color: #4b4b4b !important;
    box-shadow: 0 0 0 0.1875rem rgba(75, 75, 75, 0.16);
  }

  .timeline .timeline-indicator-dark i {
    color: #4b4b4b !important;
  }

  .timeline .timeline-item-gray .timeline-event {
    background-color: rgba(75, 70, 92, 0.1);
  }
  .timeline .timeline-item-gray .timeline-event:before {
    border-left-color: rgba(75, 70, 92, 0.1) !important;
    border-right-color: rgba(75, 70, 92, 0.1) !important;
  }

  .timeline .timeline-point-gray {
    background-color: rgba(75, 70, 92, 0.05) !important;
    box-shadow: 0 0 0 0.1875rem rgba(75, 70, 92, 0.16);
  }

  .timeline .timeline-indicator-gray i {
    color: rgba(75, 70, 92, 0.05) !important;
  }
