html, body {
    height: 100%;
    background-color: #f4f4f4;
}

.tabel-produse-inventar th{
    position: sticky;
    top: -1px;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,.1);
    
}

.gradient-custom{
    background: #3b24b3 ;
    background: linear-gradient(140deg, #705cd6  0%, #3b24b3  46%, #221469 100%);
}

.asezare_1{
    height: 20px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    height: 22px !important;
}
.select2-search--dropdown .select2-search__field {
    padding: 6px !important;
    width: 100%;
    box-sizing: border-box;
    margin-right: 4px !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #495057 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #343a40 transparent transparent transparent !important;
}
.select2 .select2-container .select2-container--default{
    width:100% !important;
}

#data_scadenta_termen_incasare{
    border-radius: 4px;
}

#btn-scanare {
    background-color: #3b24b3;
    color: white;
    opacity: 0.9;
}
#btn-add-api {
    background-color: #3b24b3;
    color: white;
    opacity: 0.9;
}
.btn-custom-success1 {
    /* background-color: #24b33b !important; */
    font-size: 15px;
    /* color: #fff !important; */
    border-radius: 4px;
    text-align: center;
    font-family: Verdana, Arial, Tahoma;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: capitalize;
}
.input-group-text i{
    color: #24b33b;
}
.input-group-text{
    border: 1px solid #ced4da;
    box-shadow: none;
}
#cautare{
    background-color: #24b33b;
    color:#fff;
    border: 1px solid #ced4da;
}
.btn-index{
    /* border-radius:4px;  */
    background-color:#3b24b3; 
    font-size:16px;
    text-align: left;
    font-family: Verdana, Arial, Tahoma; 
    color:white !important;
    padding-top:11px;
    padding-bottom:11px;
    text-transform: capitalize;
}
