* {
    font-family: 'Poppins' !important;
}


.QA_section .QA_table .table thead th {
    background: #242424
}

#login_img {
    width: auto;
    height: 230px;
}

.modal-header {
    background-color: white !important;
}

.login_title {
    font-weight: 100;
    font-family: 'Poppins';
    color: #999999;
    margin: 50px 0;
}

.error {
    background-color: rgb(225, 43, 43);
    color: white;
    border-radius: 5px;
    padding: 20px;
    z-index: 99;
    text-align: center;
}

#div_login_img {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.sidebar #sidebar_menu li.mm-active>a {
    color: #ffff;
    font-weight: bold;
    /* border:1px solid #FF9914; */
    background-color: #FF9914;
    margin: 0 15px;
    border-radius: 30px;
}

.btn_1 {
    background-color: #FF9914;
    border: 1px solid #FF9914;
}

.btn_1:hover {
    color: #FF9914;
    border: 1px solid #FF9914;
}

input,
textarea {
    border: 1px solid #a8a8a8 !important;
    border-radius: 10px !important;
}

input:focus,
textarea:focus {
    border: 1px solid #FF9914 !important;
}

label {
    font-weight: bold;
    margin: 5px 0;
    color: #FF9914;
}

.mini-title {
    font-weight: 700;
    color: #515151;

    padding-top: 10px;
}

.danger {
    color: rgb(153, 26, 26);
}

.gray {
    color: gray;
}

.text-sm {
    font-size: 14px;
    text-transform: capitalize;
}

.d-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.s-bet {
    justify-content: space-between;
}

.d-col {
    display: flex;
    flex-direction: column;
}

.a-input {
    margin-right: 10px;
}

.p-quantity {
    color: #c28d47 !important;
    background-color: white;
    margin: 5px 5px;
    padding: 5px;
    min-width: 24px;
    height: auto;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    align-self: center;
}

.f-r {
    float: right;
}

.total {
    display: flex;
    flex-direction: column;
    align-items: end;

}

.info-client {
    font-weight: 300;
    color: gray;
    display: block;
    font-size: 16px;
    text-align: right !important;
    margin-left: 5px;
}

.info-proprio {
    font-weight: 300;
    color: gray;
    display: block;
    font-size: 16px;
    text-align: start !important;
    margin-left: 5px;
}

.label-facture {
    font-size: 20px;
    margin-right: 30px;
    margin-bottom: -3px;
}

.black-light {
    color: gray;
    font-weight: 300;
    margin-left: 10px;
}

.p-info {
    margin: 1px 0px 20px 0px;
    display: block;
}

.bg-perso {
    background-color: #c28d47 !important;
    border-radius: 30px !important;
}

.t-fact {
    color: rgb(0, 0, 0);
    font-size: 48px;
}