@import '_content/AGCSS.NugetFeed/AGCSS.NugetFeed.bundle.scp.css';

/* _content/AGCSS.BIM/Components/AssemblyInfo.razor.rz.scp.css */
.assembly-info[b-ztv2kjto6o] {
    align-items: flex-end;
    display: flex;
    width: 100%;
    font-size: 16px;
    justify-content: center;
}

@media (max-width : 1680px) {
    .assembly-info[b-ztv2kjto6o] {
        font-size: 14px;
    }
}

@media (max-width : 768px) {
    .assembly-info[b-ztv2kjto6o] {
        font-size: 12px;
    }
}
/* _content/AGCSS.BIM/Components/BimList.razor.rz.scp.css */

.carousel[b-g2sssqduzc] {
   
}
.card[b-g2sssqduzc] {
    box-shadow: 0px 0px 10px 0px rgb(160, 159, 159);
    transition: transform .2s;
    width: 360px;
}

  .card:hover[b-g2sssqduzc] {
      transform: scale(1.03);
  }

.no-underline[b-g2sssqduzc] {
    text-decoration: none;
}

.button-container[b-g2sssqduzc] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}

.brand-logo[b-g2sssqduzc] {
    height: 1.5rem;
    max-width: auto;
    margin: 0 1rem 2rem 1rem;
    transition: max-width 0.3s ease-in-out;
}

.fa-logo[b-g2sssqduzc] {
    max-width: 34rem;
    margin: 0 1rem 2rem 1rem;
    transition: max-width 0.3s ease-in-out;
}

.card-button[b-g2sssqduzc] {
    height: 40px;
    width: 60%;
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding-left: 3rem;
    padding-right: 3rem;
    gap: 1rem;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px rgb(160, 159, 159);
    background-color: white;
}

.icon[b-g2sssqduzc] {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title[b-g2sssqduzc] {
    border-bottom: 1px solid grey;
    padding: 1rem 3rem;
}


.bim-card-container[b-g2sssqduzc] {
    display: flex;
    flex-direction: row;
    width: auto;
}

.bim-card-scrollable[b-g2sssqduzc] {
    display: flex;
    flex-wrap: wrap; 
    gap: 1rem;
    padding: 1rem;
    overflow-x: auto; 
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    scroll-snap-type: x mandatory; 
}

    .bim-card-scrollable > div[b-g2sssqduzc] {
        flex: 0 1 calc(20% - 1rem); 
        max-width: calc(20% - 1rem); 
        scroll-snap-align: start;
    }

    .bim-card-scrollable[b-g2sssqduzc]::-webkit-scrollbar {
        display: none; 
    }

@media (max-width: 1200px) {
    .brand-logo[b-g2sssqduzc] {
        max-width: 8rem;
    }

    .bim-card-scrollable[b-g2sssqduzc] {
        flex-wrap: nowrap;
    }

        .bim-card-scrollable > div[b-g2sssqduzc] {
            flex: 0 0 auto;
            max-width: none;
        }
}

@media (max-width: 992px) {
    .brand-logo[b-g2sssqduzc] {
        max-width: 8rem;
    }
}

@media (max-width: 460px) {
    .brand-logo[b-g2sssqduzc] {
        max-width: 5rem;
    }

    .fa-logo[b-g2sssqduzc] {
        max-width: 22rem;
    }

    .title[b-g2sssqduzc] {
        padding: 1rem 1rem;
    }
}
/* _content/AGCSS.BIM/Components/Carousel.razor.rz.scp.css */
.carousel-container[b-gwxilwpjyh] {
    min-width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10; 
}

.icon[b-gwxilwpjyh] {
    min-width: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon:hover[b-gwxilwpjyh] {
    border-style: solid;
    border-radius: 15px;
    border-color: rgb(26, 101, 179);
}

.carousel-image-container[b-gwxilwpjyh] {
    width: 25rem;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.carousel-image[b-gwxilwpjyh] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* _content/AGCSS.BIM/Components/InfoBoxes.razor.rz.scp.css */
.info-box[b-0tv98ei498] {
    border: 2px solid #c4c4c4 !important;
    padding: 2.5625rem 1.25rem 2.4375rem 1.5625rem;
    position: relative;
    max-width: 300px; 
    height: 140px; 
    background-color: #f9f9f9; 
    box-sizing: border-box; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    margin: .75rem .75rem 2.25rem;
}
    .info-box p[b-0tv98ei498] {
        z-index: 4000;
        font-size: 1rem;
        font-family: aktiv-grotesk, sans-serif;
    }

    .info-box .shield[b-0tv98ei498] {
        position: absolute;
        top: -31px;
        right: -8px;
        background-color: #fafafa;
        padding-left: 15px;
        padding-bottom: 15px;
        height: 80px;
        max-width: 80px;
        border-radius: 0 0 0 49px;
    }   
/* _content/AGCSS.BIM/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-gx1unm6mo1] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gx1unm6mo1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AGCSS.BIM/Components/NavigateDivision.Razor.rz.scp.css */

.orange[b-nj5vjwmwbu] {
    background: var(--orange);
}

.blue[b-nj5vjwmwbu] {
    background: var(--blue);
}

.lightblue[b-nj5vjwmwbu] {
    background: var(--lightblue);
}

.visit-container[b-nj5vjwmwbu] {
    width: 25%;
}

.visit-bim-btn[b-nj5vjwmwbu] {
    border-radius: 5rem;
    color: white;
    padding: .5rem 2rem;
    height: fit-content;
    transition: transform 0.3s ease-in-out;
    width: fit-content;
}

    .visit-bim-btn:hover[b-nj5vjwmwbu] {
        transform: scale(1.05);
        cursor: pointer;
    }

.circle[b-nj5vjwmwbu] {
    min-width: 1rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
}

.info-text[b-nj5vjwmwbu] {
    color: black;
}

.grow-when-hover[b-nj5vjwmwbu] {
    transition: transform 0.3s ease-in-out;
}

    .grow-when-hover:hover[b-nj5vjwmwbu] {
        transform: scale(1.1);
    }

.container-width-desktop[b-nj5vjwmwbu] {
    width: 75%;
}

@media only screen and (max-width: 1225px) {
    .container-width-desktop[b-nj5vjwmwbu] {
        width: 100%;
    }

    .video-arrow-display[b-nj5vjwmwbu] {
        display: none !important;
    }

    .top-video[b-nj5vjwmwbu] {
        height: auto;
    }
}



@media (max-width: 576px) {
    .visit-container[b-nj5vjwmwbu] {
        width: 100%;
    }

    .visit-bim-btn[b-nj5vjwmwbu] {
        width: 100%;
    }
}

/* _content/AGCSS.BIM/Components/Pages/AdminPage/AdminPage.razor.rz.scp.css */

/* _content/AGCSS.BIM/Components/Pages/AdminPage/Edit.razor.rz.scp.css */
body[b-o3sic8rksw] {
    
}
.file-name[b-o3sic8rksw] {
    max-width: 150px; /* Adjust based on your layout */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 10px; /* Small font size as per your example */
}
/* _content/AGCSS.BIM/Components/Pages/BimDetails.razor.rz.scp.css */
h2[b-86a4mvpkbi] {
    font-weight: 200;
}

ul[b-86a4mvpkbi] {
    list-style-type: none;
}

.carousel-container[b-86a4mvpkbi] {
    min-width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.carousel[b-86a4mvpkbi] {
    width: 50%;
    height: 300px;
    object-fit: contain;
}

.info-container[b-86a4mvpkbi] {
    min-width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: solid;
    border-bottom-color: rgba(170, 170, 170, 1);
    height: 80vh;
}

.card-img-custom[b-86a4mvpkbi] {
    width: 50%;
    height: 320px;
    object-fit: contain;
}

.title-container[b-86a4mvpkbi] {
    border-bottom: solid;
    border-bottom-color: rgba(170, 170, 170, 1);
    display: flex;
    flex-direction: row;
}

.button-container[b-86a4mvpkbi] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: 2rem;
    padding: 3rem;
    border-bottom: solid;
    border-bottom-color: rgba(170, 170, 170, 1);
}

.details-button[b-86a4mvpkbi] {
    height: 70px;
    width: 60%;
    min-width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    padding-left: 5rem;
    padding-right: 5rem;
    gap: 1rem;
    border-radius: 15px;
    box-shadow: 2px 2px 10px 0px rgb(160, 159, 159);
    background-color: white;
}

.detail-icon[b-86a4mvpkbi] {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basic-info[b-86a4mvpkbi] {
    position: relative
}
    .basic-info[b-86a4mvpkbi]::after {
        content: '';
        position: absolute;
        right: 0; 
        top: 50%; 
        transform: translateY(-50%); 
        height: 80%; 
        width: 1px; 
        background-color: rgba(170, 170, 170, 1);
    }
.section[b-86a4mvpkbi] {
    min-height: 300px;
    min-width: 450px;
    padding: 0;
    margin: 0;
}

    .section img[b-86a4mvpkbi] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.container-content[b-86a4mvpkbi] {
    max-width: 85%;
}

.container[b-86a4mvpkbi]{
    padding: 0;
}

.submit-section[b-86a4mvpkbi] {
    background-color: #383634;
}

.submit-button[b-86a4mvpkbi] {
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: white;
    color: var(--blue);
    border-radius: 40px;
}

.icon[b-86a4mvpkbi] {
    width: 6rem;
    height: 6rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.button-background[b-86a4mvpkbi] {
    border-radius: 100%;
}
.button-background:hover[b-86a4mvpkbi] {
    box-shadow: 0 0px 0px 0 rgba(200, 50, 150, 0.2), 0 0px 20px 0 rgba(93, 93, 94);
}

.autodesk-btn[b-86a4mvpkbi] {
    transition: background-image .5s ease;
}
.autodesk-icon[b-86a4mvpkbi] {
    background-image: url('./Icons/autodesk.png');
    transition: background-image .5s ease;
}

.autodesk-btn:hover .autodesk-icon[b-86a4mvpkbi] {
    background-image: url('./Icons/autodesk-image-hover.png');
    transition: background-image .5s ease;
}

.download-bim-btn[b-86a4mvpkbi] {
    transition: background-image .5s ease;
}

.bim-icon[b-86a4mvpkbi] {
    background-image: url('./Icons/download-model.png');
    transition: background-image .5s ease;
}
.download-bim-btn:hover .bim-icon[b-86a4mvpkbi] {
    background-image: url('./Icons/download-model-hover.png');
    transition: background-image .5s ease;
}

.mirror-arrow[b-86a4mvpkbi] {
    transform: scaleX(-1);
    width: 2.5rem;
    height: 2.5rem;
}

.back-btn-container[b-86a4mvpkbi] {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}

    .back-btn-container:hover p[b-86a4mvpkbi] {
        font-weight: bold;
        transition: all .3s ease;
    }

@media (max-width: 991px) {
    .section[b-86a4mvpkbi] {
        width: 100%;
    }
    .basic-info[b-86a4mvpkbi]::after {
        display: none; 
    }

    .icon[b-86a4mvpkbi] {
        width: 5rem;
        height: 5rem;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (max-width: 767px) {
    .custom-breadcrumb[b-86a4mvpkbi] {
        display: none;
        padding-left: 5rem;
    }

    .autodesk-btn[b-86a4mvpkbi] {
        display: none;
    }

    .autodesk-icon[b-86a4mvpkbi] {
        display: none;
    }
}
/* _content/AGCSS.BIM/Components/Pages/Home.razor.rz.scp.css */

ul[b-wrvfnk9o7l] {
    list-style-type: none;
    padding: 0;
}

.checkbox-list li[b-wrvfnk9o7l] {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

    .checkbox-list li p[b-wrvfnk9o7l] {
        margin-bottom: 0;
    }

.page-container[b-wrvfnk9o7l] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.info[b-wrvfnk9o7l] {
    max-width: 800px;
    padding-top: 10px;
    text-align: center;
}

.button-img[b-wrvfnk9o7l] {
    width: 200px;
    height: auto;
    margin: 20px;
    object-fit: cover;
    transition: transform .2s;
}

    .button-img:hover[b-wrvfnk9o7l] {
        transform: scale(1.05);
    }

.image-overlay[b-wrvfnk9o7l] {
    position: relative;
    text-align: center;
}

.overlay-text[b-wrvfnk9o7l] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 20px;
}

.arrow-icon[b-wrvfnk9o7l] {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-size[b-wrvfnk9o7l] {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: bold;
}

.group-header[b-wrvfnk9o7l] {
    font-size: 28px;
}

.section[b-wrvfnk9o7l] {
    min-height: 300px;
    padding: 0;
    margin: 0;
}

    .section img[b-wrvfnk9o7l] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bim-button[b-wrvfnk9o7l] {
    width: 50%;
    height: 60px;
    border-radius: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 18px;
    background-color: var(--blue);
}

.checkbox[b-wrvfnk9o7l] {
    min-width: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon[b-wrvfnk9o7l] {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
}

.submit-section[b-wrvfnk9o7l] {
    background-color: #424242;
}

.submit-button[b-wrvfnk9o7l] {
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: white;
    color: var(--blue);
    border-radius: 40px;
}

.home-grid[b-wrvfnk9o7l] {
    /*--bs-gutter-x: 1.5rem;*/
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

.facade-access[b-wrvfnk9o7l] {
    color: lightgray;
}

    .facade-access .svg-icon[b-wrvfnk9o7l] {
        filter: grayscale(100%) brightness(200%);
    }

.clickable-div[b-wrvfnk9o7l] {
    cursor: pointer;
    transition: all .5s ease;
}

    .clickable-div:hover[b-wrvfnk9o7l] {
        cursor: pointer;
    }

        .clickable-div:hover h3[b-wrvfnk9o7l] {
            font-weight: bold;
            transition: all .5s ease;
        }

.container-width-desktop[b-wrvfnk9o7l] {
    width: 75%;
}

.top-video[b-wrvfnk9o7l] {
    width: 100%;
    height: calc(100vh - 8.8rem);
}

@keyframes moveUpDown-b-wrvfnk9o7l {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }

    100% {
        transform: translateY(0);
    }
}

.arrow-animation[b-wrvfnk9o7l] {
    animation: moveUpDown-b-wrvfnk9o7l 1s infinite;
}

.video-arrow-display[b-wrvfnk9o7l] {
    height: 76px; /* Set this to the height of your arrow container */
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}

    .video-arrow-display:hover[b-wrvfnk9o7l] {
        background-color: lightgray;
    }


@media only screen and (max-width: 1225px) {
    .container-width-desktop[b-wrvfnk9o7l] {
        width: 100%;
    }

    .video-arrow-display[b-wrvfnk9o7l] {
        display: none !important;
    }

    .top-video[b-wrvfnk9o7l] {
        height: auto;
    }
}

@media only screen and (max-width: 1600px) {
    .heading-size[b-wrvfnk9o7l] {
        font-size: 20px;
    }

    .group-header[b-wrvfnk9o7l] {
        font-size: 24px;
    }

    .arrow-icon[b-wrvfnk9o7l] {
        width: 40px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* _content/AGCSS.BIM/Components/Pages/Products.Razor.rz.scp.css */
@media (max-width: 767px) {
    .custom-breadcrumb[b-68ix403lfn] {
        display: none;
        padding-left: 5rem;
    }
}
