.fontTopMenu {
    font-size: 16px;
}

.border-b {
    border-bottom: 1px solid #a1a1a1;
}
.border-t {
    border-top: 1px solid #a1a1a1;
}
.padx-0{
    padding-left: 0;
    padding-right: 0;
}
.padx-1{
    padding-left: 1rem;
    padding-right: 1rem;
}
.padx-2{
    padding-left: 2rem;
    padding-right: 2rem;
}
.padx-3{
    padding-left: 3rem;
    padding-right: 3rem;
}
.padx-4{
    padding-left: 4rem;
    padding-right: 4rem;
}
.modal-form{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1rem;
}
.w-50{
    width: 50%;
}
.d-flex{
    display: flex;
}
.flex-column{
    flex-direction: column;
}
.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-end{
    justify-content: end;
}
.justify-content-between{
    justify-content: space-between;
}
.list-stripped{
   
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: #e0e0e0 0.1rem solid;
}
.m-0{margin: 0;}
.me-1{
    margin-right: 0.5rem;
}
.mt-1{
    margin-top: 1.2rem;
}
.text-center{
    text-align: center;
}
.text-end{
    text-align: end;
}
.m-auto{
    margin: auto;
}
.text-info{
    color: #17A2B8;
}
.text-warning{
    color: #FFC107;
}

.text-light{
    color:white;
}