@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,900;1,400;1,900&display=swap');

body {

    font-family: 'Montserrat', sans-serif;

}



.container1 {

    padding: 15px;

}



.all {

    border: 1px solid #f1f1f1;

    width: 30em;

    /* position: fixed; */

    /* top: 50%; */

    /* left: 50%; */

    /* transform: translate(-50%, -50%); */

    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);

    border-radius: 4px;

    background: #fff;

    padding: 1em;

    margin-left: auto;

    margin-right: auto;

    margin-top: 25px;

}



.formLogin {

    display: flex;

    flex-flow: column;

    align-items: center;

    height: 100%;

}



.formLogin h1 {

    flex: 1 100%;

    font-size: 25px;

    font-weight: lighter;

    font-family: Ubuntu, sans-serif;

    color: #009a3e;

    margin: 0.5em 0 0.5em 0;

}



.inputGroup {

    flex: 1 100%;

    display: flex;

    flex-flow: row nowrap;

    justify-content: space-between;

    align-items: left;

    margin: 15px 0;

    position: relative;

}



.inputGroup span {

    display: inline-block;

    text-align: center;

    width: auto;

    font-size: 16px;

    color: #8c8c8c;

    position: absolute;

    top: 50%;

    transform: translate(12px, -50%);

}



.inputGroup input {

    padding: 1em 1em 1em 2.5em;

    border: 1px solid #f1f1f1;

    font-size: 15px;

    color: #3d3d3d;

}



.inputGroup input:hover,

.inputGroup input:focus {

    border-color: #ddd;

    outline: none;

}



.inputGroup input:focus+span {

    color: #3d3d3d;

}



.inputGroup .btn-sub {

    display: inline-block;

    width: 10em;

    padding: 0.8em 0.5em;

    cursor: pointer;

    border: none;

    text-align: center;

    background: #009a3e;

    color: #fff;

    font-size: 15px;

    font-family: Ubuntu, sans-serif;

    transition: all 0.5s ease;

}



.inputGroup .btn-sub:hover {

    background: #009a3e;

    color: #fff;

}



.logo-hd img {

    width: 280px;

    margin: 15px 15px 15px 0px;

}



.top-hd {

    background: #9a1010;

}



.top-hd a {

    font-size: 16px;

    color: #fff !important;

}



.lgut {

    float: right;

    margin-top: 38px;

    color: #9a1010 !important;

    background: #009a3e;

    padding: 2px 15px;

    font-size: 14px;

    border-radius: 10px;

}



.forgot-pw a {

    display: block;

    text-align: center;

    text-decoration: none;

    color: #000;

    font-size: 12px;

}



.privacy-polbtn a {

    text-align: center;

    display: block;

    text-decoration: none;

    color: #9a1010;

    margin-top: 15px;

}



.dsh-1 .list-group-item {

    padding: 0px !important;

    margin: 1px 0px;

}



.dsh-1 .list-group-item a {

    display: block;

    padding: 15px;

    background-color: #9a1010;

    color: #fff;

}



.dsh-1 .list-group-item a:hover {

    text-decoration: none;

    padding-left: 20px;

    background-color: #3d3d3d;

}



.table p {

    margin-bottom: 0px;

    padding: 10px;

}



thead tr {

    background-color: #009a3e;

    color: #fff

}



.table-striped tbody tr:nth-of-type(odd) {

    background-color: #fff;

}



.table-striped tbody tr:nth-of-type(even) {

    background-color: rgba(0, 161, 69, .05);

}



table td a {

    color: #9a1010;

    line-height: 45px;

    display: inline-block;

    margin: 0px 2px;

}



table td a:hover {

    color: #009a3e;

}



.dtx2 {

    margin-bottom: 0px;

    padding: 10px;

}



.crt-dt a {

    color: #fff;

    background-color: #009a3e;

}



.crt-dt a:hover {

    background-color: #009a3e;

}



.emp-ent p {

    padding: 4px;

    font-size: 14px;

}



.filter-form p {

    margin-bottom: 0px;

}



.user_dashboard_section .card-counter {

    box-shadow: 2px 2px 10px #dadada;

    margin: 5px;

    padding: 15px 10px;

    background-color: #009a3e;

    height: 100px;

    border-radius: 5px;

    transition: .3s linear all;

}



.user_dashboard_section .card-counter i {

    font-size: 5em;

    opacity: 0.2;

}



.user_dashboard_section .card-counter .count-name {

    position: absolute;

    right: 35px;

    top: 65px;

    font-style: italic;

    text-transform: capitalize;

    opacity: 0.9;

    display: block;

    font-size: 18px;

    color: #fff;

}



th p {

    font-weight: 400;

}



.btn-df1 {

    background-color: #009a3e;

    color: #fff;

}



.sp-frm3 {

    font-weight: 600;

}



.btn-df1:hover {

    background: #9a1010;

}



.mtb-30 {

    margin-top: 30px;

    margin-bottom: 30px;

}



.top-hd p {

    margin-bottom: 0px;

}



.d-inline a:hover {

    text-decoration: none;

}



.form-control {

    border: 1px solid #009a3e;

}





/*    Form CSS*/



.tabu-tab {

    margin-top: 50px;

    margin-bottom:50px;

    margin-left: auto;

    margin-right: auto;

    display: flex;

    justify-content: center;

}



.tabu-tab p {

    margin-bottom: 0px;

    text-align: center;

}



.tabu-tab select {

    float: right;

  

}



.tabu-tab table,

.tabu-tab tr,

.tabu-tab td {

    border: 1px solid rgb(12, 10, 10);

    padding: 5px 10px;

    border-collapse: collapse;

}

/*Invoice Table background Color*/



.tabu-tab table {

    display: table;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    background-color: #fff;

    border-collapse: collapse;

    border-color:#10d610;

}





.tabu-tab select {

    border: 0px;

    width: 100%;

    background: #fff;

    /* background: transparent; */

}



.lgd {

    width: 40%;

    float: right;

}



.blank-tr {

    margin: 15px 0px;

    display: block;

    border: 0px !important;

}



.mh-100 {

    min-height: 200px;

}



.first-rw select {

    float: left;

    padding: 5px 10px;

}



.btnx-n button {

    background-color: #FF761B;

    padding: 5px 10px;

    margin-left: 15px;

    margin-top: 20px;

}



.logo2x img {

    width: 100px;

    text-align: center;

}



.nobd {

    border: 0px !important;

}



.USD-EX P {

    font-size: 14PX;

    text-align: left;

}



.tlx {

    text-align: left !important;

}



.lgd .tlx {

    position: relative;

    left: -20px;

    margin-bottom: 0px;

    top: 5px;

}



.nbdx3 {

    border: 0px !important;

}



.nbdx3 p {

    font-weight: bold;

    font-size: 20px;

}

.mx2s .tabu-tab select {

    border: 1px solid;



    }

@media (max-width:768px){

    .lgut {

        float:left;

        margin:10px 0px;

    }

    .top-hd p {

    margin-bottom: 5px;

}

.all {

  

    width: auto;}

    .user_dashboard_section .card-counter .count-name {



    font-size: 16px;

  

}

}

/* Gestion d'un spinner de chargement */

#loadingModal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#loadingModal .spinner-border {
    width: 3rem;
    height: 3rem;
}

/* ========================= */



/* ==========================mobile display none================================= */
@media (max-width: 768px){
    .mobile_display {
        display: none;
    }
}
/* ==========================mobile display none================================= */