/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* Login.razor.css */
.form-floating[b-ca9kdrrojx] {
    margin-bottom: 1rem;
}

    .form-floating .form-label[b-ca9kdrrojx] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: bold;
    }

    .form-floating .form-control[b-ca9kdrrojx] {
        width: 100%;
        padding: 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }

.text-danger[b-ca9kdrrojx] {
    color: #dc3545 !important;
}
/* /Components/Car/ContactCard.razor.rz.scp.css */
.container[b-2xv8cm28p9] {
    margin: 1em;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-card[b-2xv8cm28p9] {
    margin: 0;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-name[b-2xv8cm28p9] {
    color: #e4bc36;
    padding: 5px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

.image[b-2xv8cm28p9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 0;
    text-align: center;
}
    .image img[b-2xv8cm28p9] {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
    }

.contact[b-2xv8cm28p9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-buttons[b-2xv8cm28p9] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 1em;
    flex-wrap: wrap;
}
/* /Components/Car/EkCarousel.razor.rz.scp.css */
.container[b-9sua0kbpve] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-image-container[b-9sua0kbpve] {
    width: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 100px;
    max-height: 684px;
    margin: 0;
    padding: 0;
}

    .main-image-container img[b-9sua0kbpve] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .main-image-container video[b-9sua0kbpve] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.overlay-element-x-of-y[b-9sua0kbpve] {
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
}

.overlay-change-image[b-9sua0kbpve] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.overlay-change-image:hover[b-9sua0kbpve] {
    background-color: rgba(0, 0, 0, 0.8);
}
.overlay-change-image:active[b-9sua0kbpve] {
    background-color: #ffcc00;
}

.overlay-previous[b-9sua0kbpve] {
    left: 3%;
}
.overlay-next[b-9sua0kbpve] {
    right: 3%;
}

.small-images-container[b-9sua0kbpve]{
    margin: 0.5em 0 0.5em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2em;
}

    .small-images-container img[b-9sua0kbpve] {

        border-radius: 0.5em;
        height: 60px;
        width: 80px;
    }
/* /Components/Car/EkCarouselDialog.razor.rz.scp.css */
.container[b-pnbrjzrdrv] {
    width: 100%;
    height: 100%;
    background-color: black;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

img[b-pnbrjzrdrv] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.overlay-element-x-of-y[b-pnbrjzrdrv] {
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
}

.overlay-change-image[b-pnbrjzrdrv] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

    .overlay-change-image:hover[b-pnbrjzrdrv] {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .overlay-change-image:active[b-pnbrjzrdrv] {
        background-color: #ffcc00;
    }

.overlay-previous[b-pnbrjzrdrv] {
    left: 3%;
}

.overlay-next[b-pnbrjzrdrv] {
    right: 3%;
}

.half-left-overlay[b-pnbrjzrdrv] {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}

.half-right-overlay[b-pnbrjzrdrv] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}
/* /Components/Car/RentalInfo.razor.rz.scp.css */
.container[b-g8rmzn2hfs] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em
}

.header[b-g8rmzn2hfs] {
    background-color: #011e36;
    color: white;
    width: 100vw;
    margin: 0;
    padding: 0.5em 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*gap: 0.2em;*/
}
    .header p[b-g8rmzn2hfs] {
        color: #ff9900;
    }

.description[b-g8rmzn2hfs] {
    width: 100%;
    /*background-color: lightblue;*/
    list-style-type: disc; /* This sets the bullet points */
}

    .description ul[b-g8rmzn2hfs] {
        list-style-type: disc; /* Sets the bullet points */
        padding-left: 20px; /* Adds padding to the left for better readability */
    }

hr[b-g8rmzn2hfs] {
    width: 100%;
    border: 0.2em solid #ffcc00;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h2[b-g8rmzn2hfs] {
    text-align: center;
}
/* /Components/Car/SaleInfo.razor.rz.scp.css */
.container[b-wgtyu13pdk] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em
}

.header[b-wgtyu13pdk] {
    background-color: #011e36;
    color: white;
    width: 100vw;
    margin: 0;
    padding: 0.5em 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*gap: 0.2em;*/
}
    .header p[b-wgtyu13pdk] {
        color: #ff9900;
        text-align: center;
    }

h2[b-wgtyu13pdk] {
    text-align: center;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
hr[b-vl5oz2t75i] {
    width: 100%;
    border: 0.2em solid #ffcc00;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
/* /Components/Pages/Extra.razor.rz.scp.css */
.container[b-fwbw1y5ac5] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 0.5em 0 2em 0;
}



.cards[b-fwbw1y5ac5] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0.2em 0 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0.8em;
}

.contact[b-fwbw1y5ac5] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

hr[b-fwbw1y5ac5] {
    width: 100%;
    border: 0.2em solid #ffcc00;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
    
/* /Components/Pages/ForHire/Hire.razor.rz.scp.css */
.container[b-91h89igpz9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 0.5em 0 2em 0;
}



.cards[b-91h89igpz9] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0.2em 0 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0.8em;
}

.contact[b-91h89igpz9] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

hr[b-91h89igpz9] {
    width: 100%;
    border: 0.2em solid #ffcc00;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
/* /Components/Pages/ForHire/HireCarDetailsPage.razor.rz.scp.css */
.container[b-2h2vo3ur2n] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em
}

.header[b-2h2vo3ur2n] {
    background-color: #011e36;
    color: white;
    width:100vw;
    margin: 0;
    padding: 0.5em 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*gap: 0.2em;*/
}

    .header p[b-2h2vo3ur2n] {
        color: #ff9900;
    }

.description[b-2h2vo3ur2n] {
    width: 100%;
    /*background-color: lightblue;*/
    list-style-type: disc; /* This sets the bullet points */
}

    .description ul[b-2h2vo3ur2n] {
        list-style-type: disc; /* Sets the bullet points */
        padding-left: 20px; /* Adds padding to the left for better readability */
    }


.images[b-2h2vo3ur2n] {
    /*background-color: seagreen;*/
    margin: 0 0 0.1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*align-content: flex-start;*/
    gap: 0.2em;
}

.videos[b-2h2vo3ur2n] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2em;
}

.contact[b-2h2vo3ur2n] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

img[b-2h2vo3ur2n] {
    height: 60px;
    width: 80px;
}

video[b-2h2vo3ur2n] {
    width: 100%;
    max-width: 320px;
    object-fit: contain;
    margin: 0.7em 0 0 0;
    /*max-height: 240px;*/
    /*max-width: 420px;*/
}

hr[b-2h2vo3ur2n] {
    width: 100%;
    border: 0.2em solid #ffcc00;
}

h2[b-2h2vo3ur2n] {
    text-align: center;
}

/* /Components/Pages/ForRent/Rent.razor.rz.scp.css */
.container[b-yrrwhs2ryl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 0.5em 0 2em 0;
}



.cards[b-yrrwhs2ryl] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0.2em 0 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0.8em;
}

.contact[b-yrrwhs2ryl] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

hr[b-yrrwhs2ryl] {
    width: 100%;
    border: 0.2em solid #ffcc00;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
/* /Components/Pages/ForRent/RentCarCard.razor.rz.scp.css */

.container[b-wag7ktpsep] {
    padding: 50px;
    width: 100%;
    height: 410px;
    max-width: 400px;

    margin: 0;
    padding: 0;
    --mc-yellow: #e4bc36;
    --bg-main: #f1f9ff;
}

.card[b-wag7ktpsep] {
    width: 100%;
    height: 410px;
    max-width: 400px;
    border: 0.2em solid #2196f3;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}



.image-container[b-wag7ktpsep] {

    width: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 70px;
    max-height: 250px;
    margin: 0;
    padding: 0;
}

    .image-container img[b-wag7ktpsep] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .image-container .info-badge[b-wag7ktpsep] {
        position: absolute;
        bottom: -5px;
        left: 5px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-color: rgba(33, 150, 243, 1.0);
        color: #fff;
        font-size: 0.90rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    }

.card-body[b-wag7ktpsep] {
    padding: 0.7em;
    margin: 0 0 1em;
    overflow: hidden;
}

.card-stats[b-wag7ktpsep] {
    line-height: 1.0em;
    padding: 0.7em;
    display: grid;
    grid-template-columns: 2fr 3fr 3fr;
    grid-template-rows: 1fr 10px;
}

.text-align-left[b-wag7ktpsep] {
    text-align: left;
}
.text-align-center[b-wag7ktpsep] {
    text-align: center;
}
.text-align-right[b-wag7ktpsep] {
    text-align: right;
}

.bottom-right[b-wag7ktpsep] {
    font-size: 0.75em;
    grid-row: 2/3;
    grid-column: 1/4;
    text-align: right;
}

.card:hover[b-wag7ktpsep] {
    background: var(--bg-main);
}

a[b-wag7ktpsep] {
    text-decoration: none;
    color: black;
}
/* /Components/Pages/ForRent/RentCarDetailsPage.razor.rz.scp.css */
.container[b-5x7xsfkpjh] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em
}

.header[b-5x7xsfkpjh] {
    background-color: #011e36;
    color: white;
    width:100vw;
    margin: 0;
    padding: 0.5em 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*gap: 0.2em;*/
}

    .header p[b-5x7xsfkpjh] {
        color: #ff9900;
    }

.description[b-5x7xsfkpjh] {
    width: 100%;
    /*background-color: lightblue;*/
    list-style-type: disc; /* This sets the bullet points */
}

    .description ul[b-5x7xsfkpjh] {
        list-style-type: disc; /* Sets the bullet points */
        padding-left: 20px; /* Adds padding to the left for better readability */
    }


.images[b-5x7xsfkpjh] {
    /*background-color: seagreen;*/
    margin: 0 0 0.1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*align-content: flex-start;*/
    gap: 0.2em;
}

.videos[b-5x7xsfkpjh] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2em;
}

.contact[b-5x7xsfkpjh] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

img[b-5x7xsfkpjh] {
    height: 60px;
    width: 80px;
}

video[b-5x7xsfkpjh] {
    width: 100%;
    max-width: 320px;
    object-fit: contain;
    margin: 0.7em 0 0 0;
    /*max-height: 240px;*/
    /*max-width: 420px;*/
}

hr[b-5x7xsfkpjh] {
    width: 100%;
    border: 0.2em solid #ffcc00;
}

h2[b-5x7xsfkpjh] {
    text-align: center;
}

/* /Components/Pages/ForSale/Home.razor.rz.scp.css */
.container[b-5ncrkwe2zq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 0.5em 0 2em 0;

}



.cards[b-5ncrkwe2zq] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0.2em 0 2em 0;
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0.8em;
}

.contact[b-5ncrkwe2zq] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

hr[b-5ncrkwe2zq] {
    width: 100%;
    border: 0.2em solid #ffcc00;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
    
/* /Components/Pages/ForSale/SaleCarCard.razor.rz.scp.css */

.container[b-lbk4o9j3ml] {
    padding: 50px;
    width: 100%;
    height: 410px;
    max-width: 400px;

    margin: 0;
    padding: 0;
    --mc-yellow: #e4bc36;
    --bg-main: #f1f9ff;
}

.card[b-lbk4o9j3ml] {
    width: 100%;
    height: 410px;
    max-width: 400px;
    border: 0.2em solid #2196f3;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}


.image-container[b-lbk4o9j3ml] {

    width: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 70px;
    max-height: 250px;
    margin: 0;
    padding: 0;
}

    .image-container img[b-lbk4o9j3ml] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .image-container .info-badge[b-lbk4o9j3ml] {
        position: absolute;
        bottom: -5px;
        left: 5px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-color: rgba(33, 150, 243, 1.0);
        color: #fff;
        font-size: 0.90rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    }

.card-body[b-lbk4o9j3ml] {
    padding: 0.7em;
    margin: 0 0 1em;
    overflow: hidden;
}

.card-stats[b-lbk4o9j3ml] {
    line-height: 1.0em;
    padding: 0.7em;
    display: grid;
    grid-template-columns: 2fr 3fr 3fr;
    grid-template-rows: 1fr 10px;
}

.text-align-left[b-lbk4o9j3ml] {
    text-align: left;
}
.text-align-center[b-lbk4o9j3ml] {
    text-align: center;
}
.text-align-right[b-lbk4o9j3ml] {
    text-align: right;
}

.bottom-right[b-lbk4o9j3ml] {
    font-size: 0.75em;
    grid-row: 2/3;
    grid-column: 1/4;
    text-align: right;
}

.card:hover[b-lbk4o9j3ml] {
    background: var(--bg-main);
}

a[b-lbk4o9j3ml] {
    text-decoration: none;
    color: black;
}
/* /Components/Pages/ForSale/SaleCarDetailsPage.razor.rz.scp.css */
.container[b-i6menztvtl] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em
}

.header[b-i6menztvtl] {
    background-color: #011e36;
    color: white;
    width:100vw;
    margin: 0;
    padding: 0.5em 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*gap: 0.2em;*/
}

    .header p[b-i6menztvtl] {
        color: #ff9900;
    }

.description[b-i6menztvtl] {
    width: 100%;
    /*background-color: lightblue;*/
    list-style-type: disc; /* This sets the bullet points */
}

    .description ul[b-i6menztvtl] {
        list-style-type: disc; /* Sets the bullet points */
        padding-left: 20px; /* Adds padding to the left for better readability */
    }


.images[b-i6menztvtl] {
    /*background-color: seagreen;*/
    margin: 0 0 0.1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*align-content: flex-start;*/
    gap: 0.2em;
}

.videos[b-i6menztvtl] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2em;
}

.contact[b-i6menztvtl] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

img[b-i6menztvtl] {
    height: 60px;
    width: 80px;
}

video[b-i6menztvtl] {
    width: 100%;
    max-width: 320px;
    object-fit: contain;
    margin: 0.7em 0 0 0;
    /*max-height: 240px;*/
    /*max-width: 420px;*/
}

hr[b-i6menztvtl] {
    width: 100%;
    border: 0.2em solid #ffcc00;
}

h2[b-i6menztvtl] {
    text-align: center;
}

/* /Components/Pages/Rented.razor.rz.scp.css */
.container[b-n1q9ih4agp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 0.5em 0 2em 0;
}



.cards[b-n1q9ih4agp] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0.2em 0 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0.8em;
}

.contact[b-n1q9ih4agp] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

hr[b-n1q9ih4agp] {
    width: 100%;
    border: 0.2em solid #ffcc00;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
/* /Components/Pages/Slettes6mnd/Details.razor.rz.scp.css */
.container[b-zt3pnoxrxr] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em
}

.header[b-zt3pnoxrxr] {
    background-color: #011e36;
    color: white;
    width:100vw;
    margin: 0;
    padding: 0.5em 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*gap: 0.2em;*/
}

    .header p[b-zt3pnoxrxr] {
        color: #ff9900;
    }

.description[b-zt3pnoxrxr] {
    width: 100%;
    /*background-color: lightblue;*/
    list-style-type: disc; /* This sets the bullet points */
}

    .description ul[b-zt3pnoxrxr] {
        list-style-type: disc; /* Sets the bullet points */
        padding-left: 20px; /* Adds padding to the left for better readability */
    }


.images[b-zt3pnoxrxr] {
    /*background-color: seagreen;*/
    margin: 0 0 0.1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*align-content: flex-start;*/
    gap: 0.2em;
}

.videos[b-zt3pnoxrxr] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2em;
}

.contact[b-zt3pnoxrxr] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

img[b-zt3pnoxrxr] {
    height: 60px;
    width: 80px;
}

video[b-zt3pnoxrxr] {
    width: 100%;
    max-width: 320px;
    object-fit: contain;
    margin: 0.7em 0 0 0;
    /*max-height: 240px;*/
    /*max-width: 420px;*/
}

hr[b-zt3pnoxrxr] {
    width: 100%;
    border: 0.2em solid #ffcc00;
}

h2[b-zt3pnoxrxr] {
    text-align: center;
}

/* /Components/Pages/Slettes6mnd/DetailsRent.razor.rz.scp.css */
.container[b-8936p9kwly] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em
}

.header[b-8936p9kwly] {
    background-color: #011e36;
    color: white;
    width:100vw;
    margin: 0;
    padding: 0.5em 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*gap: 0.2em;*/
}

    .header p[b-8936p9kwly] {
        color: #ff9900;
    }

.description[b-8936p9kwly] {
    width: 100%;
    /*background-color: lightblue;*/
    list-style-type: disc; /* This sets the bullet points */
}

    .description ul[b-8936p9kwly] {
        list-style-type: disc; /* Sets the bullet points */
        padding-left: 20px; /* Adds padding to the left for better readability */
    }


.images[b-8936p9kwly] {
    /*background-color: seagreen;*/
    margin: 0 0 0.1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*align-content: flex-start;*/
    gap: 0.2em;
}

.videos[b-8936p9kwly] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2em;
}

.contact[b-8936p9kwly] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

img[b-8936p9kwly] {
    height: 60px;
    width: 80px;
}

video[b-8936p9kwly] {
    width: 100%;
    max-width: 320px;
    object-fit: contain;
    margin: 0.7em 0 0 0;
    /*max-height: 240px;*/
    /*max-width: 420px;*/
}

hr[b-8936p9kwly] {
    width: 100%;
    border: 0.2em solid #ffcc00;
}

h2[b-8936p9kwly] {
    text-align: center;
}

/* /Components/Pages/Sold.razor.rz.scp.css */
.container[b-wi1cyycyi7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 0.5em 0 2em 0;
}



.cards[b-wi1cyycyi7] {
    /*background-color: seagreen;*/
    margin: 0;
    padding: 0.2em 0 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0.8em;
}

.contact[b-wi1cyycyi7] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

hr[b-wi1cyycyi7] {
    width: 100%;
    border: 0.2em solid #ffcc00;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
