.cmp_details{
    position: relative;
    border: 1px solid #ebf5f8;
    padding: 10px;
    box-shadow: 0px 0px 30px #e6f1f5;
}
.cmp_details .label {
    font-size: 12px;
    font-weight: 200;
    line-height: 22px;
    text-transform: uppercase;
    color: gray;
}

.cmp_details .info {
    padding: 12px 0;
    /* font-size: 15px; */
    line-height: 18px;
    margin-top: -10px;
}
.cmp_details .info table{
    width: 100% !important;
    border-collapse: collapse;
}
.photos {
    /*width: 306px;*/
        position: absolute;
      top: 25px;
      display: flex;
}
.photos img {
    object-fit: cover;
}
.badge{
    position: relative;
    padding: 10px;
    color: white;
    font-size: 14px;
}
.listing-badges{
    width: 100%;
    
}
.listing-badges li{
    display: inline-block;
    background: #9bd7e959;
    padding-right: 3px;
    border-radius: 5px;
    font-weight: 900;
    color: #3d5760;
    margin-top: 10px;
}
.btn-u{
    background-color: rgb(0 140 183);
    width: 100%;
    color: white;
}
.table-bordered {
    border: 1px solid #ddd;
    margin-top:10px;
}
.current-day {
    background-color: #1987545c; /* Light yellow background */
    font-weight: bold;
}
.listing-details h6{
    color: #3d5760;
    text-align:center;
}
.listing-details h4,h3{
    color: #3d5760;
}
.reviews{
     display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: nowrap;
    row-gap: 15px;
}
.views{
    background: #ebf5f8 !important;
    padding: 5px;
    text-align: center !important;
    color: #008cb7 !important;
    font-weight: bold;
}
.card-body p{
    text-align: center !important;
}

textarea{
height:auto !important;
}
input[type="text"],input[type="email"] {
    height: 40px !important;
}
.powered-img{
    filter: drop-shadow(0px 0px 25px #9dd7e9);
}
.anonymous{
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
    background: #f16d434d;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .photos{
        position: static;
        width:auto;
        right: 0;
    }
    .reviews {
    flex-direction: column;
    row-gap: 5px;
}
}