.bolder-weigth {
    font-weight: 500;
}
.normal-weigth {
    font-weight: 400;
}
.thinner-weigth {
    font-weight: 300;
}
.text-duplico {
    color: #f47417;
}
.background-disabled {
    background-color: #eceeef;
    color: #666;
}
.border-bottom-blue {
    border-bottom: 1px solid skyblue;
}
.border-bottom-orange {
    border-bottom: 1px solid coral;
}
.border-bottom-green {
    border-bottom: 1px solid lightgreen;
}
.border-left {
    border-left: 1px solid #eceeef;
}
.border-right {
    border-right: 1px solid #eceeef;
}
.duplico-orange-border-bottom {
    color:#ff4d00;
    border-bottom: 1px solid #ff4d00;
}
.of-auto {
    overflow: auto;
}
.half-y-size {
    min-height: calc(50vh - 100px);
    max-height: calc(50vh - 100px);
    overflow: auto;
}
.third-y-size {
    min-height: calc(33vh - 100px);
    max-height: calc(33vh - 100px);
    overflow: auto;
}
