.infor-btn{
    margin-bottom: 0;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.5rem 1.375rem;
    font-size: 0.9rem;
    border-radius: 50rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.infor-btn-light{
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.infor-btn-light:hover{
    background-color: #e8e8e8;
    border-color: #e2e2e2;
}

.infor-text-placeholder{
    width: 75px;
    height: 24px;
    background-color: rgba(150, 150, 150, 0.1);
    border-radius: .3rem;
}
.infor-text-placeholder-md{
    width: 150px;
    height: 30px;
    background-color: rgba(150, 150, 150, 0.1);
    border-radius: .3rem;
}

.infor-select{
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 50rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.infor-input{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 50rem;
}
.infor-select:focus-visible{
    outline: none;
}

.infor-m-2{
    margin: .5rem;
}
.infor-mt-2{
    margin-top: .5rem;
}
.infor-mb-2{
    margin-botom: .5rem;
}
.infor-mr-2{
    margin-right: .5rem;
}
.infor-ml-2{
    margin-left: .5rem;
}
.infor-my-2{
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.infor-mx-2{
    margin-right: .5rem;
    margin-left: .5rem;
}
