.breadcump ul{
    display: flex;
}

.breadcump ul li, .breadcump ul svg, .breadcump ul a{
    display: inline-block;
}

.breadcump ul a svg{
    vertical-align: initial;
}
.breadcump ul .css-1hf0kmj{
    width: 1em;
    height: 1em;
    fill: currentcolor;
    vertical-align: text-bottom;
    margin-bottom: 0.125rem;
    margin-left: 0.25rem;
    color: rgb(39, 42, 47);
    font-size: 0.8125rem;
}

.breadcump ul .current-page{
    color: rgb(39, 42, 47);
    font-weight: 600;
}

#section-overview .overview .name{
    font-family: Montserrat, arial, sans-serif;
    color: rgb(2, 14, 24);
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0px;
}

#section-overview .restaurant-info{
    font-family: Montserrat, arial, sans-serif;
    color: rgb(73, 91, 105);
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
}

#section-overview .restaurant-info .text{
    font-family: Montserrat, arial, sans-serif;
    color: rgb(73, 91, 105);
    line-height: 1.5;
    font-style: normal;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: .5rem !important;
    font-size: 1.10rem;
}

#section-overview .restaurant-info .text-custom{
    font-family: Montserrat, arial, sans-serif;
    font-size: 1.10rem;
    line-height: 1.5;
    font-weight: 700;
    display: flex;
    color: rgb(73, 91, 105);
    max-height: 1.5rem;
    -moz-box-align: center;
    align-items: center;
    border-radius: 62.5rem;
    padding: 0.25rem 0px;
    padding-left: 0px;
}

#section-overview .restaurant-info svg{
    width: 1rem;
    height: 1rem;
}

.overview-restaurant .like{
    display: flex;
    justify-content: end;
}

.overview-restaurant .like button{
    position: relative;
    cursor: pointer;
    display: grid;
    place-items: center;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    aspect-ratio: 1 / 1;
    height: 2.25rem;
    transition: background-color 150ms ease-out;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: rgb(2, 14, 24);
    pointer-events: auto;
}

.overview-restaurant .like button:hover {
    background-color: hsla(208, 28%, 18%, 0.05);
}

.overview-restaurant .like button svg{
    width: 1.5rem;
    height: 1.5rem;
}

#myTabContent #overview .result, #menu .menus div{
    color: #495b69;
}

#menu .body-menu .menus .title label{
    margin-bottom: 0px;
    font-family: Montserrat, arial, sans-serif;
    color: rgb(2, 14, 24);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    display: inline;
    padding-right: 0.5rem;
    -moz-box-flex: 1;
}

#menu .body-menu .menus .title{
    line-height: 21px;
}

#menu .body-menu .menus .description{
    margin-top: 0px;
}

#menu .body-menu .menus .header .title {
    margin-bottom: 0px;
}

#menu .body-menu .menus .header .price {
    font-weight: 600;
    font-family: Montserrat, arial, sans-serif;
    color: rgb(2, 14, 24);
    font-size: 1rem;
}

.css-eiie5m {
    list-style-type: none;
    display: flex;
    border-radius: 50%;
    flex: 0 0 auto;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: rgb(0, 102, 90);
    background: rgb(189, 219, 216);
}

#commentForm textarea{
    border-radius: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /
}

#commentForm textarea:focus{
    border-color: var(--primary-color); /* Change border color */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Optional: add shadow effect */
    outline: none; /* Remove default focus outline */
}

.btn-comment{
    padding: 13px 20px;
    background: #00665c;
    color: #fff;
    height: 52px;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 5px;
    border: 0px;
    font-size: 1rem;
}

.btn-reset{
    padding: 13px 20px;
    height: 52px;
    border-radius: 10px;
    margin-top: 5px;
    border: 0px;
    font-size: 1rem;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.css-1sg3c6i {
    margin: 0px;
    color: rgb(39, 42, 47);
    font-weight: 400;
    font-family: RalewayX, arial, sans-serif;
    font-style: normal;
    line-height: 1.38462;
    font-size: 0.875rem;
}

.css-o4n2af {
    margin: 0px;
    color: rgb(90, 96, 108);
    font-weight: 300;
    font-family: RalewayX, arial, sans-serif;
    font-style: normal;
    line-height: 1.38462;
    font-size: 0.875rem;
}

#myTab .nav-item button{
    background-color: #fff;
    font-family: Montserrat, arial, sans-serif;
    color: rgb(2, 14, 24);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    cursor: pointer;
}

#myTab li button{
    border-bottom: 1px solid #dee2e6;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

#myTab li button:focus{
    outline: none;
}

#myTab li .nav-link.active::after {
    content: "";
    position: absolute;
    height: 4px;
    background-color: rgb(2, 14, 24);
    width: calc(100% - 2rem);
    left: 1rem;
    bottom: 0px;
    border-radius: 62.5rem 62.5rem 0px 0px;
}

#commentForm .section-textarea{
    padding-left: 0px;
    max-width: 98%;
}

#commentForm .section-textarea textarea{
    padding: 8px 7px;
    max-width: 100%;
    border: 1px solid #b1b0b0;
    height: 86px;
}

#commentForm .rating{
    display: flex;
    margin-left: 4px;
}

#commentForm .rating .star{
    padding-right: 2px;
}

#commentForm .rating .star svg{
    cursor: pointer;
}

.comment-text {
    margin-left: 24px;
}

.rating{
    display: flex;
    margin-left: 24px;
}


