* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
input[readonly="true"]{
    background-color: #e6e6e6;
}
body {
    background-color: #f2f5fa;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 15vh;
    background: #ffffff;
    width: 100%;
}

.MSILlogo {
    margin-left: 77px;
    max-width: 361px;
    width: 30%;
}

.DElogo {
    max-width: 146px;
    width: 30%;
}

.profilepic {
    margin-left: 20px;
    max-width: 51px;
    width: 30%;
    border-radius: 100px;
}

.rightsec {
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 77px;
}
.datepicker{
    color :white;
}
.spacerdiv {
    height: 41px;
    width: 1px;
    background-color: #b9b9b9;
}

.drpdown {
    margin-left: 20px;
    width: 30px;
    height: 30px;
}

