*{
    font-family: arial, sans-serif;
    box-sizing: border-box;
}

.navbar{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
}

.navbar_advance{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
}

.nav-item{
    text-decoration: none;
    margin: 10px;
    font-size: 13px;
}

a:link {
    color: black;
}
a:visited {
    color: black;
}
a:active {
    color: black;
}
a:hover{
    color: black;
    text-decoration: underline;
}

.imageContainer{
    display: flex;
    justify-content: center;
    margin-top: 20vh;
}

.Image{
    width : 272px;
    height : 92px;
    justify-content: center;
    object-fit: contain;

}


.formDiv{
    display: flex;    
    justify-content: center;
}

.searchBar{
    margin: 10px;
    padding : 13px;
    height: 44.6;
    width: 574.6;
    border: 1px solid #c8c7c7;
    border-radius: 50px;
    min-width: 520px;
    box-shadow: 1px 2px 5px 2px #e4e3e3;
}

.inputField{
    border: none;
    margin-right: 215px;
    outline: none;
}

.inputField .imageSearch{
    padding: 15px;
    margin: 15px;
    line-height: 22px;
}

.midbuttons{
    display:flex;
    justify-content: center;
}

.button{
    margin: 10px;
    padding: 10px;
    border: none;
    font-size: 15px;
    color: #535759;
    border-radius: 5px;
    background-color: #f8f9fa;
    text-align: center;
}

.button:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.logo_advance{
    width: 72px;
    height: 24px;
    margin-left: 10px;
    margin-top: 0px;
    display: inline-block;
    outline: none;
}

.navbar_advance img{
    justify-content: start;
}


.p-advanced{
    color: #d93025;
    margin: 25px 35px;
    font-size: 20px;
}

.line-advanced{
    border-bottom: 1px solid #ebebeb;
}

.appbar{
    font-size: 16px;
    color: #333;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.appbar .appbarLeft{
    width: 182px;
    height: 42px;
    padding: 0;
    margin-left: 35px;
    color: #4a4a4a;
}

.appbar .appbarMiddle{
    width: 572px;
    height: 25px;
}

.appbar .appbarRight{
    color: #777777;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}

.container .row{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin-left: 35px;
    line-height: 16px;
}

.left{
    width: 182px;
    height: 42px;
    font-size: 13px;
    color: #393939;
}

.middle{
    width: 589.6px;
    height: 28.6px;
}

.middle input{
    width: 572px;
    height: 25px;
    border: 1px solid #c0c0c0;
    text-align: left;
    padding: 1px 8px;
    vertical-align: baseline;
}

.right{
    width: 264px;
    height: 32px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #797979;
    padding-left: 15px;
    align-items: center;
}

.right_info{
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}


.right .subline{
    color: #666;
    font-size: 11px;
    font-family: monospace;
}

@media (max-width: 1056px){
    .right, .appbarRight {
        display: none;
    }
}


.btn_div{
    width: 589.6px;
    height: 28.6px;
    display: flex;
    justify-content: flex-end;
}

.btn_div .submit-button{
    background-image: linear-gradient(#4d90fe,#357ae8);
    border: 1px solid #2f5bb7;
    color: #ffffff;
    width: 120px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.submit-button:hover{
    background-image: linear-gradient(#4d90fe,#1d6cec);
}