table{
    width: 90%;
    margin: 100px auto;
    border: none;
    border-collapse: collapse;
    font-size: 16px;
    box-shadow: 2px 2px 6px rgba(128, 128, 128, 0.397);
}
.contain{
    width: 100%;
    height: auto;
}

body{
    min-height: 100vh;
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 300;
    background: linear-gradient(45deg, #7e67e5, #02cbdf);
}

.topic{
    font-weight: 600;
    text-transform: uppercase;
}
th,td{
    padding: 10px;
    padding-left: 20px;
    text-align: left;

    border: none;
}
tr{
    border: none;
}
.description{
    font-size: 12px;
    color: black;
    text-overflow: ellipsis;
}
.topicName{
    font-size: 18px;
    font-weight: 700;
    color: rgb(41, 100, 177);
 
}
tr .title{
    background-color: #C3E9F5;
    color: black;
}
.topicRow{
    background-color: rgba(255, 255, 255, 0.623);
    
    color: black;
}
.buttonLabel{
    position: relative;
    
}
.label{
    background-color: rgba(255, 255, 255, 1);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    position: absolute;
    z-index: 3;
    left: 45px;
    top: 5px;
    text-align: center;
    color: black;
    padding: 3px 15px 5px;

    transition: .25s ease-in;
    color: #534e5c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.containTopic{
    display: flex;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 14px;
    flex-direction: column;
    justify-content: space-around;
}
.edit{
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.item{
    background-color: rgba(247, 247, 247, 0.473);
    transition: all 0.2s ease;
}
.item:hover{
    background-color: rgba(247, 247, 247, 0.567);
}
.number{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: black;
}
.button{
    padding: 10px;
   
    text-align: center;
    border-radius: 50%;
    border: solid 2px rgba(255, 255, 255, 0.414);
    background-color: rgba(255, 255, 255, 0.214);
  
    
    margin-right: 10px;
    outline: none;
    transition: background-color 0.2s ease;
}
.button:hover{
    background-color: rgba(255, 255, 255, 0.4106);
    cursor: pointer;
}
.lnr{
    color: white;
    font-size: 14px;
}
.lnr-trash{
    
    color: rgb(185, 14, 14);
}
.lnr-pencil,.lnr-lock,.lnr-link{
    color: rgb(53, 99, 199);
}
.containButtons{
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
 
}
.white{
    color: white;
   
}
