@import '_content/ITRERA.Components/ITRERA.Components.bundle.scp.css';

/* _content/Vertotech.Website/Components/IndexContentCard.razor.rz.scp.css */
.card[b-2dor6c56li]
{
    display: grid;
    column-gap: 50px;
    grid-template-columns: 1fr;
    grid-template-rows: 0fr 0fr;
    min-height: 200px;
}

.image[b-2dor6c56li]
{
    display: none;
    align-self: center;
    justify-self: center;
    filter: grayscale(100%);
}

.card-background[b-2dor6c56li]
{
    position: absolute;
    left: 0;
    z-index: -10;
    height: 400px;
    transform:skewY(-2deg);
    width: 100%;
    align-self: center;
    visibility: hidden;
}

.head[b-2dor6c56li]
{
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bread[b-2dor6c56li]
{
    line-height: 25px;
}

.cardText[b-2dor6c56li]
{
    display: grid;
    grid-template-rows: auto auto auto;
    text-align: left;
    align-content: center;
}

.button[b-2dor6c56li]
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.themeTextLight[b-2dor6c56li]
{
    color: black;
}

.themeButtonLight[b-2dor6c56li]
{
    background-color: rgb(88, 109, 87);
    color: white;
    font-weight: bold;
}

.themeButtonLight:hover[b-2dor6c56li]
{
background-color:rgb(126, 153, 122);
}

.imageContainer[b-2dor6c56li]
{
    display: none;
}


@media only screen and (min-width : 768px)
{
    .image[b-2dor6c56li] 
    {
        display: grid;
    }

    .themeTextLight[b-2dor6c56li]
    {
        color:rgb(216, 216, 216);
    }

    .themeButtonLight[b-2dor6c56li]
    {
        background-color: rgb(126, 153, 122);
        color: black;
        font-weight: bold;
    }

    .themeButtonLight:hover[b-2dor6c56li]
    {
        background-color:rgb(205, 219, 203);
    }

    .card[b-2dor6c56li]
    {
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        min-height: 350px;
    }

    .card-background[b-2dor6c56li]
    {
        visibility: visible;
    }

    .imageContainer[b-2dor6c56li]
    {
        display: grid;
    }
}
/* _content/Vertotech.Website/Pages/Contact.razor.rz.scp.css */
.container[b-asktjyats3] {
    display: grid;
    justify-items: center;
    width: 100%;
}

.firstStatement[b-asktjyats3]{
    display: grid;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin: 50px;
    width: 70%;
    word-wrap: break-word;
}

.formContainer[b-asktjyats3]
{
    width: 70%;
    max-width: 700px;
}

.formContainer[b-asktjyats3]  form{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}

.formItemHeader[b-asktjyats3]
{
    display: grid;
    grid-template-columns: auto 100%;
    justify-content: left;
}

.formItem[b-asktjyats3]  textarea, .formItem[b-asktjyats3]  input
{
    display: grid;  
    justify-self: center;
    margin-bottom: 20px;
    background-color: rgb(240, 240, 240);
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    outline: none;
}

.formItem[b-asktjyats3]  .validation-message
{
    color: rgb(255, 92, 92);
    font-size: 12px;
    margin-left: 20px;
}

.inputMessage[b-asktjyats3]  textarea{
    resize: none;
    height: 300px;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.formLable[b-asktjyats3]
{
    font-size: 13px;
    margin-bottom: 5px;
}

.buttonContainer[b-asktjyats3]
{
    display: grid;
    height: auto;
}

.btnShape[b-asktjyats3]
{
    justify-self: center;
    width: 50%;
    transition: 0.5s;
}

.failLink[b-asktjyats3]
{
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

@media only screen and (min-width : 768px)
{
    .formContainer[b-asktjyats3]  form{
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
/* _content/Vertotech.Website/Pages/Index.razor.rz.scp.css */
.mainGrid[b-htk4stnsl7]
{
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    grid-template-rows: 50vh auto auto;
}

.box[b-htk4stnsl7]
{
    height: auto;
    animation: lightBox 5s infinite;
    transform: translateZ(0);
    background-color:white
}

.content[b-htk4stnsl7]
{
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    padding-bottom: 60px;
    gap:20px;
    margin-bottom: 20px;
}

.Statement[b-htk4stnsl7]
{
    display: grid;
    align-content: center;
}

.Sstatement[b-htk4stnsl7]
{
    font-size: 19px;
}

.Mstatement[b-htk4stnsl7]
{
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 40px;
    margin-bottom: 10px;
}

.workWith[b-htk4stnsl7]
{
    display: grid;
    align-items: center;
    filter: grayscale(100%);
    gap: 60px;
}

.custItem[b-htk4stnsl7]
{
    transition: 0.5s;
}

.custItem:hover[b-htk4stnsl7]
{
    opacity: 0.6;
}

@media only screen and (min-width : 768px)
{
    .mainGrid[b-htk4stnsl7]
    {
        grid-template-rows: 80vh auto auto;
    }
    
    .Mstatement[b-htk4stnsl7]
    {
        font-size: 60px;
        letter-spacing: 0px;
        line-height: 70px;
    }

    .Sstatement[b-htk4stnsl7]
    {
        font-size: 30px;
    }

    .content[b-htk4stnsl7]
    {
        gap:40px;
        margin-bottom: 20px;
    }

    .workWith[b-htk4stnsl7]
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
/* _content/Vertotech.Website/Pages/Solutions.razor.rz.scp.css */
ul>li:nth-child(odd)[b-3sel950f9r]
{
    background-color: rgb(238, 238, 238);
}

li[b-3sel950f9r]
{
    display: grid;
    grid-template-columns: 140px 20px 140px;
    grid-template-rows: 20px;
    list-style-type: none;
    text-align: center;
    justify-content: center;
    margin: 10px;
}

iframe[b-3sel950f9r]
{
    height: 300px;
    width: 100%;
    object-fit: contain;
}
