.tabel-produse-transferate th{
    position: sticky;
    top: -1px;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,.1);
    
}

.table-produse-iesiri th{
    position: sticky;
    top: -1px;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,.1);
    
}

.table-produse 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%);
}
.mask-security{
    font-family: "text-security-disc";
     -webkit-text-security: disc;
}

.btn-custom {
    background-color: #3b24b3;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    font-family: Verdana, Arial, Tahoma;
    padding-top: 11px;
    padding-bottom: 11px;
    text-transform: initial;
}

.btn-loc-sursa {
    background-color: #f2f5f9;
    border-radius: 4px;
    font-size: 14px;
    font-family: Verdana, Arial, Tahoma;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: initial;
}

.btn-card {
    background-color: #f2f5f9;
    border-radius: 4px;
    font-size: 17px;
    font-family: Verdana, Arial, Tahoma;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: initial;
    text-align : left;
}

.btn-scan {
    padding-top:9px;
    padding-bottom:9px;
    border-radius: 4px;
}

.btn-caut-scan {
    background-color: #3b24b3;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    align-items: center;
    font-family: Verdana, Arial, Tahoma;
    /* padding-top:6px;
    padding-bottom:6px; */
    text-transform: initial;
}

.btn_style1{
    box-shadow: none;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 4px;
}

