* {
    padding: 0;
    margin: 0;

}

.bodytag {
    width: 30%;
    height: 570px !important;
    text-align: center;
    border: 1px solid black;
    box-sizing: border-box;
    background-color: white;
    margin-left: 500px;
}

.emaillogo {
    width: 22px;
    height: 22px;
    margin-left: -322px;
    margin-top: 6px;
    display: flex;
}

.image {
    width: 60%;
    margin-top: -25px;

}

.icon-sticky1 {
    width: 20px !important;
}


.icon1 {
    display: block;
    padding: 4px;
    background-color: white;
    border: none;
    width: 80px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400px;
    color: black;

}

.icon-on {
    padding-right: 15px;
}

b {
    padding-top: 50px;
}


.switch1 {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.rightbutton {
    float: right;
    border: none;
    background-color: white;
    cursor: pointer;
    font-weight: 400px;
    margin-left: 15px;
}

.switch1 .icon1:hover {
    background-color: blanchedalmond;
}

.list1,
.list2,
.list3,
.list4,
.list5 {
    height: 50px;
    cursor: pointer;
}

.list1:hover,
.list2:hover,
.list3:hover,
.seloption:hover,
.list4:hover,
.list5:hover,
.dropdown1:hover {
    background-color: blanchedalmond;
}

.folder:hover,
.imagelast:hover {
    cursor: pointer;
}

.folder {
    margin-left: 30px;
}

.dropdown1 {
    width: 300px;
    margin-top: 13px;
    height: 30px;
    text-align: left;
    font-size: large;
    border-color: aliceblue;
    border: none;
}


.dropdown2 {
    display: none;
}



.list2,
.list3,
.list4,
.list5 {
    display: flex;
    padding-left: 2.5%;
    padding-top: 8px;
    padding-left: -20px;
    margin: auto;
}

.gotodas {
    text-decoration: none;
    font-size: 20px;
    padding-left: 4px !important;
    padding-top: 15px !important;
    font-weight: 300px;
    color: black;
}

.arrow {
    padding-top: 6px !important;
    cursor: pointer;
}

.seloption {
    width: 300px;
    text-align: left;
    font-size: 15px;
    height: 30px;
    border: none;
    background-color: white;
    margin-left: 15px;
    margin-top: 15px;
    box-sizing: border-box;
    cursor: pointer;

}

.gotodas2 {
    font-size: 20px;
    padding-left: 4px !important;
    padding-top: 15px !important;
    font-weight: 300px;
    color: black;
    text-decoration: none;
    margin-left: 12px;
    height: 30px;
    cursor: pointer;
}

.gotodas3 {
    font-size: 20px;
    padding-left: 4px !important;
    padding-top: 10px !important;
    font-weight: 300px;
    color: black;
    text-decoration: none;
    margin-left: 12px;
    height: 30px;
    cursor: pointer;
}

.gotodas4 {
    font-size: 20px;
    padding-left: 4px !important;
    padding-top: 2px !important;
    font-weight: 300px;
    color: black;
    text-decoration: none;
    margin-left: -2px;
    height: 22px;
    cursor: pointer;
    float: left;

}

p {
    float: left;
    font-size: medium;
    opacity: 0.6;

}

.gotodas5 {
    font-size: 17px;
    padding-left: 60px !important;
    padding-top: 8px !important;
    font-weight: 300px;
    color: black;
    text-decoration: none;
    margin-left: -43px;
    height: 22px;
    float: left;


}

.imagelast {

    padding-top: 2px !important;
    float: right;
    padding-right: 10px !important;

}

.list6 {
    display: flex;
    padding-left: 2.5%;
    padding-top: 2px;
    float: left;
}

.hello {
    border-bottom: 1px solid gray;
}

@media (min-width: 450px) and (max-width: 750px) {
    .bodytag {
        margin-left: 10px !important;
        width: 360px !important;
    }

}