.dashboard-icon{
    background-color: #FFF;
    border:1px solid #EFEFEF;
}

.travel-card {
    padding: 0px;
    border: 1px solid #DDD;
    height: 200px;
    background-color: #FFF;
}

.travel-card h3 {
    border-bottom: 1px solid #DDD;
    margin: 0;
}

.travel-card .info {
    padding: 0px 12px;
    position: relative;
}

.travel-card .info-header p {
    padding: 0;
    margin: 0;
    font-size: 2.4rem;
}

.travel-card .info .info-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 8px;
    text-align: right;
    border-top: 1px dashed #CCC;
}

.travel-card .info .info-footer .btn {
    font-size: 0.7rem;
}

.travel-card-full {
    width: 100%;
    height: 200px;
    border-radius: 7px;
    color: #FFF;
    position: relative;
}

.travel-card-full.japon {
    background: url(/src/assets/img/dummy/japon.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.islandia {
    background: url(/src/assets/img/dummy/islandia.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.travel-card-full .info {
    padding: 0.6rem;
    background-color: rgba(100, 100, 100, 0.6);
    width: 100%;
}

.travel-card-full .info p {
    margin: 0;
}

.travel-card-full .action-container {
    position: absolute;
    top: 0;
    right: 0rem;

}

.travel-card-full .btn-action {
    color: #FFF;
    font-size: 1rem;
}


.travel-card-full .info p.title {
    font-weight: 600;
    font-size: 1.2rem;
}

.timeline-vertical {
    font-size: 0.8rem;
    /* max-height: 270px;
    overflow: hidden;
    overflow-y: auto; */
}

.timeline-vertical.timeline-with-details .timeline-item:not(:last-child) .timeline-item-bar .timeline-bar {
    height: calc(100% - 1rem) !important;
}

.timeline-vertical .timeline-item:not(:last-child) .timeline-item-bar .timeline-bar {
    position: absolute;
    height: 100px;
    left: 11px;
    top: 24px;
}

@media (min-width: 768px) {
    .me-md-0 {
        margin-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .position-md-relative {
        position: relative !important;
    }
}

.icon-item.icon-item-sm {
    height: 1.5rem;
    width: 1.5rem;
}

.icon-item {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem;
    width: 2.5rem;
    width: 2.5rem;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.text-opacity-85 {
    --phoenix-text-opacity: 0.85;
}
.text-body-tertiary {
    --phoenix-text-opacity: 1;
    color: rgba(var(--phoenix-tertiary-color-rgb), var(--phoenix-text-opacity)) !important;
}

.text-end {
    text-align: right !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fs-10 {
    font-size: .64rem !important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#map-dashboard{
    height: 400px;
}

.avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.avatar-m {
    height: 2rem;
    width: 2rem;
}

.avatar .avatar-placeholder {
    background: #e3e6ed;
}

.avatar img {
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar img, .avatar .avatar-name {
    width: 100%;
    height: 100%;
}

.avatar img {
    display: block;
}
.rounded-circle {
    border-radius: 50% !important;
}