body.page-view-budget {

    section.section {
        background-color: white;
    }

    .user-feed-menu {
        display: none;
    }

    #main {
        padding-left: 0px;
        padding-right: 0px;
    }

    #block-mycustom-theme-page-title {
        display: none;
    }

    h1.budget-heading {
        text-align: center;
        font-size: 50px;
        text-transform: capitalize;
        /* width: 80%; */
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
        padding-top: 80px;
        color: #1b1b66;
        background-color: white;
        margin-bottom: 0px;
        padding-left: 200px;
        padding-right: 200px;
    }

    #views-exposed-form-budget-page-1 {
        background-color: white;
        color: grey;
        /* padding: 12px; */
        position: relative;
        margin-bottom: 20px;
        display: block;
        min-height: 1000px;
        height: auto;
        min-height: 300px;

        .d-flex.flex-wrap {
            margin-top: -110px;
            position: absolute;
            /* background-color: #f9f9f9; */
            padding: 12px;
            /* padding-top: 12px; */
            /* padding-left: 12px; */
            border: 1px solid #e1e1e1;
            margin-left: auto;
            margin-right: auto;
            border-radius: 12px;
            padding-left: 45px;
            padding-top: 40px;
            background-color: #000000a6;
            height: 300px;
            width: 90%;
            padding-right: 45px;
            left: 70px;
                    
            .js-form-item {
                float: left;
                width: 32%;
                background-color: #02000bb2;
                padding: 40px;
                margin-right: 15px;
                border-radius: 12px;
                color: white;
                width: 200px;
                height: 200px;

                #edit-field-mapall-city-value {
                    margin-top: 25px;
                }
            }

            .form-item-field-budget-occurence-resto-value,
            .form-item-field-budget-occurence-transport-value {
                width: 204px;
                float: right;
                margin-right: 28px;
                /* height: 242px; */
                padding: 37px;
                height: 200px;
            }
        }

        

        #edit-submit-budget {
            padding: 31px;
            background-color: #f41111e8;
            border: none;
            height: 200px;
            top: 40px;
            position: absolute;
        }

    }

    .rooms-location {
        /*margin-top: 200px;*/
    }

    .budget-item {
        height: 100%;
        color: #737373;
    
        img {
            width: 100%;
            height: 275px;
            object-fit: cover;
        }

        .btn.view-details {
            background-color: rgb(0, 123, 255);
        }

        .btn.book-now {
            background-color: black;
        }
        
        .paragraph {
            color:black;

            .rating-table {
                td {
                    display: none;
                }

                .rating-table-td {
                    display: block;
                }

                tr {
                    background-color: transparent;
                }
            }
        }

        h5 {
            width: 60%;
        }

        .not-provided {
            svg.text-primary {
                color: grey !important;
            }
        }

        .btn.view-details.not-provided {
            background-color: rgb(0, 123, 255);
        }

        .btn.book-now.not-provided {
            background-color: black;
        }

        .indicative-image {
            background-color: #ffcb00;
            position: absolute;
            margin: 12px;
            font-size: 11px;
            padding: 4px;
            border-radius: 6px;
            font-weight: bold;
            color: black;
        }

        .fivestar-basic div.fivestar-widget .star.on a {
            background-color: #cacaff;
            display: block;
            float: left;
            width: 100%;
            color: black;
            background: #0000;
            background-image: url('/themes/custom/mycustom_theme/images/rating-star.png');
            background-size: 100% 100%;
            /* background-repeat: no-repeat; */
            /* margin-bottom: 12px; */
        }

        .text-body {
            height: 45px;
            margin-bottom: 20px;
            overflow: auto;
        }

        article.node--type-restaurant.node--view-mode-rating {
            header {
                display: none;
            }
        }
    }

}