﻿
body #toast-container > div {
    opacity: 1;
}


.Portfolio-box {
    display: block;
    height: 80px;
    background-color: darkgoldenrod;
    color: white;
    padding-top: 15px;
    padding-left: 35px;
    font-size: 28px;
    font-weight: bold;
}

.flex-Portfolio-Container {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    padding: 0px;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
}


.flex-Portfolio-Child {
    display: inline-block;
    width: 60%;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    font-size: 28px;
    margin: auto;
}

.right-cel-portfolio {
    display: inline-block;
    width: 30%;
    text-align: left;
    vertical-align: top;
    margin: auto;
    vertical-align: top;
}


    .right-cel-portfolio img {
        width: 380px;
        height: 380px;
        border: solid;
        border-width: 0.8px;
        border-color: darkgoldenrod;
        border-radius: 50%;
        box-shadow: 5px 5px 10px gray;
    }

.flex-container {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    height: 350px;
    padding: 0px;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
    background-color: black;
    padding-top: 15px;
}

.Copyrights-div {
    display: block;
    background-color: black;
    text-align: center;
    color: gray;
    height: 50px;
    margin: 0;
    vertical-align: central;
    padding-top: 15px;
}

.HomeSection1-gap {
    height: 50px;
}

.SpecialRequest-Paragraph {
    font-size: 28px;
    padding: 0;
    margin: 0;
}

.Portfolio-gap {
    display: block;
    height: 80px;
    background-color: darkgoldenrod;
    color: white;
    padding-top: 15px;
    padding-left: 28px;
    font-size: 28px;
    font-weight: bold;
}


.label-data {
    border-style: solid;
    border-color: #a3a3a3;
    border-width: 0.5px;
    width: 100%;
    height: 35px;
    padding: 5px;
    color: darkblue;
    font-weight: bold;
}


.HomeSection1-Container {
    width: 100%;
    margin: 0px;
    padding: 10px;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    flex-direction: row;
}

.HomeSection1-Container {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

.HomeSection1-Container-leftcell {
    flex: 0 0 auto;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    width: 50%;
    font-size: 30px;
}

.HomeSection1-Container-rightcel {
    background: url(/images/home-section1-image.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*height: calc(100vh-80px);*/
    width: 100%;
    align-content: end;
}

.para-style {
    color: #606060;
}



.about-container {
    display: block;
    width: 100%;
    margin: 0;
    padding: 55px;
    background-color: #f0f2f5;
    border-style: none;
    border-color: #e6e9ed;
    border-radius: 6px;
    border-width: 1px;
    /*box-shadow: 5px 5px 10px #dcdee0;*/
    font-size: 24px;
}

    .about-container h2 {
        color: darkgoldenrod;
    }



.contact-container {
    /*flex: 1 1;*/
    padding: 1rem 1em;
    /*gap: 1rem !important;*/
}


.contact-sub-container {
    padding: 20px;
    background-color: aliceblue;
    margin: auto;
    width: 100%;
}



.form-save-div {
    display: inline-block;
    padding: 20px;
    background-color: aliceblue;
    margin: auto;
    width: 100%;
    text-align: center;
}

.contact-field {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.box-shadow {
    box-shadow: 5px 5px 10px #dcdee0;
}

.box-radius {
    border-radius: 10px;
}

.field-label {
    padding: 0px 0px 5px;
    font-size: 20px;
}


.form-field {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 5px;
    font-size: 16;
    font-weight: 300;
    line-height: 1;
    color: #212529;
    /*background-color: #fff;*/
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}



.form-field-note {
    height: 10rem;
}

.btn-form-save {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    width: 170px;
}

.btn-form-save-green {
    background-color: #2d9649;
    border-color: #2d9649;
}


/* beging Section for Footer*/
.flex-childblock {
    display: inline-block;
    width: 30%;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-size: 20px;
    margin: 0;
    color: white;
}

    .flex-childblock p {
        line-height: 10px;
    }

    .flex-childblock a {
        text-decoration: none;
        color: yellow;
        font-size: 18px;
        color: gray;
    }

        .flex-childblock a:hover {
            text-decoration: underline;
        }

.subscribe-button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    height: 45px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    width: 200px;
}


.Subscribe {
    align-content: center;
    align-items: center;
    text-align: center;
    vertical-align: top;
    padding: 10px;
    margin: auto;
    width: 100%;
    background-color: #a7ccaa;
    height: 100px;
}

.Subscribe-field {
    display: inline-block;
    height: 47px;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}

.Subscribe-div {
    display: inline-block;
    height: 47px;
    width: 40%;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    /*background-color: #fff;*/
    background-clip: padding-box;
    /*border: 1px solid #ced4da;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.contact-field {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    margin: auto;
    width: 100%;
    vertical-align: top;
}





@media(max-width:875px) {
    .subscribe-button {
        margin-top: 15px;
        width: 97%;
    }

    .Subscribe-div {
        width: 100%;
    }

    .contact-field {
        width: 100%;
    }

    .Subscribe {
        height: 120px;
    }

    .Subscribe-field {
        width: 100%;
    }
}

@media (max-width:900px) {
    .flex-container {
        display: flex;
        grid-template-columns: 1fr;
        gap: 10px;
        flex-direction: column;
        flex-shrink: 0;
        height: 850px;
        vertical-align: top;
        text-align: inherit;
        padding-left: 25px;
    }

    .flex-childblock {
        width: 100%;
    }
}

/* End section for footer*/



.PropertyCard-Slides {
    display: block;
    padding: 0px;
    justify-content: center;
    padding-top: 15px;
    margin-bottom: 15px;
}




@media (max-width:1320px) {

    .PropertyCard-Slides {
        flex-direction: column;
    }
}





@media (max-width:1250px) {
    .HomeSection1-Container-leftcell {
        font-size: 22px;
    }

    .flex-Portfolio-Container {
        flex-direction: column;
        grid-template-columns: 1fr;
    }
}

@media (max-width:1320px) {
    .Slide-leftCell {
        width: 100%;
        padding: 15px;
    }
}

@media (max-width:1000px) {
    .HomeSection1-Container-leftcell {
        width: 90%;
        font-size: 26px;
    }
}







.dialog {
    margin: auto;
    width: 40%;
    z-index: 10;
    /* background: green; */
    border: none;
    border-radius: 1rem;
}



@media(max-width:652px) {

    .available-unites {
        font-size: 22px;
    }

    .SpecialRequest {
        font-size: 23px;
    }

    .HomeSection1-Container-leftcell {
        font-size: 20px;
        width: 98%;
    }

    .about-container {
        width: 100%;
        padding: 30px;
        font-size: 20px;
    }

    .contact-sub-container {
        width: 95%;
    }

    .Subscribe-div {
        width: 90%;
    }


    .dialog {
        width: 95%;
    }



    .PropertyCard-Slides {
        display: flex;
        grid-template-columns: 1fr;
        gap: 0px;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
        margin: 0;
    }

    .Slide-leftCell {
        padding: 15px;
        width: 100%;
    }

    .flex-Portfolio-Child, .right-cel-portfolio {
        width: 100%;
    }

    .Portfolio-gap {
        font-size: 27px;
    }

    .Subscribe-div {
        width: 100%;
    }

    .contact-field {
        width: 100%;
    }
}



@media (max-width:1200px) {
    .flex-Portfolio-Container {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .flex-Portfolio-Child {
        font-size: 20px;
        width: 100%;
    }

    .right-cel-portfolio {
        width: 80%;
        padding-bottom: 20px;
    }
}



/* Container for both divs */
.loginContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(100vh - 110px);
}

/* Style for the divs */
.box {
    flex: 1; /* Make both divs take equal width */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
}

/* First box style */
.box1 {
    flex: 1; /* Make both divs take equal width */
    padding: 40px;
    vertical-align: top;
    color: dimgray;
    background-color: #e4f3f7;
}

/* Second box style */
.box2 {
    color: black;
}

.backgroundPayrollImage {
    background: url(/images/payroll-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.loginarea {
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    width: 500px;
    padding: 20px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: rgba(240,240,240,0.75);
    box-shadow: 0 7px 20px rgba(0,0,0,0.6);
}



.CompanySetup-PopupStyle {
    min-width: 750px !important;
    height: 500px !important;
    padding: 10px !important;
}


/* Media query for smaller screens */
@media (max-width: 750px) {
    .loginContainer {
        flex-direction: column; /* Stack the divs vertically on smaller screens */
    }

    .loginarea {
        width: 390px;
    }

    .CompanySetup-PopupStyle {
        min-width: 90% !important;
        height: 100% !important;
        padding: 10px !important;
    }
}





/* all below code for new login page */

@media (max-width: 800px) {
    /*.hero-login {
        grid-template-columns: 1fr;*/ /* stack vertically */
        
    /*}*/

   
}


@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }


}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}
