@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300&display=swap");

.btnedit {
    color: #ffffff;
    font-weight: bold;
    background-color: #00a1d2;
    padding: 5px 40px;
    border-radius: 20px;
    height: 36px;
    transition: all 0.3s ease;
    float: center;
}

.color--text {
    color: #253166;
}
.pen {
    width: 350px;
}

.divtable {
    background-color: #00a1d2;
    height: 100%;
    width: 4px;
}
.table {
    table-layout: fixed;
    width: 100%;
}
.th,
td,
tr {
    width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 0px solid #ddd;
}
.box {
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.box > *:first-child {
    align-self: stretch;
}
.box .selected {
    align-self: center;
}
