*{
    text-decoration: none;
}
body{
    
}
.counter{
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    display: ;
    border-radius: 5px;
    background-color: rgb(255, 0, 55);
    text-align: center;
    font-size: 4px;
}
.box-center{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.box-center-sub{
    width: 500px;
    height: auto;
    padding: 30px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 1px black;
    color: white !important;
}
.overflow-h-menu{
    height: 300px !important;
    overflow-y: scroll;
}
.text-error{
    color: seashell !important;
}
h6{
    color: gray;
    text-decoration-color: rgb(253, 250, 255);
}
h6{
    color: gray;
    text-decoration-color: rgb(253, 250, 255);
}
