@charset "UTF-8";
.mycard:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border: 1px;
}
.card-title {
    font-weight: bold;
    text-decoration: none;
}
.card-text {
    margin-bottom: 5px;
    text-decoration: none;
}
.card-link {
    color: inherit;
}
.card-link:hover {
    color: inherit;
}
.mycard {
    margin-bottom: 15px;
    padding: 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.sort-ghost {
	background: #f8f9fa !important;
    border: 2px dashed #333 !important;
    filter: grayscale(1);
}
.card-imgcontainer-travelplandetail {
    position: relative;
    padding-top: 0px;
    height: 100%;
}
.card-img {
    object-fit: cover;
    max-width: 100%;
    max-height: 300px;
    height: 100%;
    cursor: pointer;
}
.card-imgcontainer-travelplan {
    position: relative;
}
.card-img-top {
	cursor: pointer;
}
.card-imglabel {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    pointer-events: none;
}