* {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

main {
    max-width: 100%;
    max-height: 100vh;
    background-color: rgb(255, 255, 255);
}


.col-2 {
    padding: 40px;
    max-height: 100vh;
    width:50vh;
}


.col-2 a{
    padding: 20px;
    text-decoration: none;
    color: white;
    font-size: 1.4em;
    font-weight: 600;
}

.col-2 a:hover{
    background-color: rgba(178, 192, 174, 0.37);
    color: black;
    border-radius: 22px;
}

.col-2 a img{
    margin-right: 15px;
}

.cont-menu{
    background: url(../resources/1.png) no-repeat center center ;
    border-radius: 22px;
    background-size: cover;
    height: 100%;

}

.col {
    height: 100vh;
    padding: 40px 40px 40px 0;
}

.content{
    background-color: #D9D9D9;
    border-radius: 22px;
    width: 100%;
    height: 100%;
}

.rows{
    width: 65%;
    padding: 15px;
}

.rows h1{
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}

.rows-1{
    position: relative;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.forms {
    padding: 20px;
    background-color: #BBBBBB;
    border-radius: 22px;
    margin-bottom: 200px;
}

.cleanmail { 
    margin: 20px;
    display: flex;
}


.btn{
    margin: 0 10px;

}

.cont-selexcel{
    padding: 20px;
    border-radius: 22px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #BBBBBB;
}

.selexcel{
    padding: 20px;
    border-radius: 22px;
    background-color: white;
    max-width: 86em;
    height: 350px;
    overflow-y: scroll;
}

.campaing{
    border-radius: 22px;
    display: flex;
    justify-content: center;
    background-color: white;
    width: auto;
    height: 14.2em;
}

#cont-campaing{
    max-width: 100%;
    overflow-y: scroll;
    max-height: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#status {
    display: flex;
    justify-content: center;
}

#data-table {
    width: 100%;
    max-width: 800px;
}

#data-table th, #data-table td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
}

#data-table th {
    background-color: #f4f4f4;
    font-weight: bold;
    text-align: center;
}
