.dialogbutton{
    color: #000000;
    background-color: #ffffff;
    height: 40px;
    width: 250;
    cursor: pointer;
    font: normal 12pt gotham-bold;
    border: 0px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.dialogbutton:hover{
    color: #000000;
}

#dialogBoxDiv{
    font: bold 12pt gotham;
    position: relative;
    width: 500px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    text-align: center;
}

#dialogBoxDivWrapper{
    margin-top: 200px;
}

#dialogBoxDivTitleBar{
    font: bold 16pt gotham;
    color: #000000;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 500px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    background-color: #EBECF0;
    cursor: default;
    justify-content: space-between;
    
}

#dialogBoxDivFooter{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    width: 500px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #EBECF0;
}

.choosefilebutton{
    color: #000000;
    background-color: #ffffff;
    cursor: pointer;
    font: normal 12pt gotham-bold;
    border: 1px;
    
    display: inline-block; 
    padding: 10px;
      
}

