
.card {
    animation: fade-in 0.5s;
    animation-fill-mode: forwards;

}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal .modal-content {
    border-radius: 10px;
    padding: 2rem;
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);



}

.modal .modal-title {
    font-size: 2rem;
}

.modal .modal-title {
    font-weight: 400;

}


.form-group.bmd-form-group input {
    color: black;
    padding-left: 5px;
    height: 50px;
    font-size: 1.7rem;
}


.form-group .bmd-label-static {
    font-size: 1.4rem;
    font-style: italic;
    color: black;
}

.form-group > label {
    margin-bottom: 10px;
    color: black;
}

.bmd-form-group [class^='bmd-label'], .bmd-form-group [class*=' bmd-label'] {
    position: static;
}

#adresacorespondenta label {
    font-size: 1.5rem;
}

.btn {
    font-size: 1.5rem;
    border-radius: 0.4rem;
    text-transform: none;

}

.close {
    font-size: 2.5rem;
}


.close:hover {
    color: red;
}

.form-control, .is-focused .form-control {
    background-image: linear-gradient(to top, rgb(159,56,181) 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.table thead tr th {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bolder;

}

.table-responsive>.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border: 0;
    border-radius: 1rem;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    line-height: 25px;
    min-height: 25px;
    height: 25px;
    padding: 5px;
    text-align: center;
}

.table>thead>tr>th {
    padding: 15px 0;
}


.table100.ver4 {
  overflow: hidden;
  margin-right: -20px;
  position: relative;
  padding-top: 60px;
  background-color: white;
  margin-bottom: 110px;

}

.table100-head {
    padding-right: 20px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;

}

.table100 table {
    width: 100%;
    border-collapse: collapse;

}

.table100.ver4 .column1 {
    padding-left: 7px;
    width: 33%;
}

.table100.ver4 th {
    font-family: Lato-Bold;
    font-size: 18px;
    color: #4272d7;
    line-height: 1.4;
    background-color: transparent;
    border-bottom: 2px solid #f2f2f2;
}

.table100-head th {
    padding-top: 18px;
    padding-bottom: 18px;
}


.tab-content>.active {
    display: block;
    padding: 2rem;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    border-radius: 1rem;
    margin: 6rem 0;
}

.card .table tr td {
    font-size: 1.3rem;
}

.card .card-body {
    padding: 5rem 3rem;
}


.btn.btn-info, .btn.btn-danger {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.btn.btn-info p, .btn.btn-danger p {
    margin: 0;

}


.btn.btn-add {
    background-color: rgb(170,87,190);
    border-radius: 8px;
    display: flex;
    width: auto;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}

.btn.btn-add:hover {
    box-shadow: none;
}
.parsley-errors-list.filled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.parsley-required, .parsley-custom-error-message {
    margin-top: 10px;
    position: relative;
    left: 0;
    color: rgb(238, 99, 99);

}
.parsley-errors-list.filled {
    color: rgb(238, 99, 99);
}
.nav-tabs.nav-justified {
    padding: 0;
}
.sidebar[data-color="orange"] li.active>a {
    background-color: rgb(159,56,181);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.sidebar .logo .simple-text {
    font-size: 2.5rem;
    font-weight: bold;
}

.navbar .navbar-brand {
    font-size: 2rem;
    font-weight: bold;
}

.swal2-popup {
   font-size: 1.5rem !important;
   padding: 4rem !important;
}

.swal2-title {
    font-size: 2rem !important;
}

.footer {
    display: none;
}

.progress-div{
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    margin-top:2rem;"
}

.upload-file-div{
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    gap:1rem;
}
.dropdown-menu.show{
    border-radius:5px;
}

#drop{
    width:100%;
    padding:10rem;
}

#drop li{
    width:15rem;
}

#drop li a{
    display:flex;
    width:100%;
    align-items:center;
    justify-content: center;
}

.dataTables_wrapper {
    width: 100% !important;
    /* height:50vh; */
}

.table thead th{
    text-align:center !important;
}


.nav-tabs .nav-item {
    border:1px solid purple;
}

.nav-tabs li:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.nav-tabs li:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-tabs .nav-item .nav-link > span{
    color: purple;
}
.nav-tabs .nav-item .nav-link.active{
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    color: white !important;
    border-radius:0;

}
.nav-tabs .nav-item .nav-link.active > span{
    color: white !important;
}


.fa-user-xmark:before{
    color: rgb(52,52,52) !important;
}

@media (min-width: 768px){
    .sidebar .nav-mobile-menu {
        margin-top: 0 !important;
        float: none !important;
    }
}

@media (min-width: 576px){
    #supplier_dialog {
        max-width: 50%;
        margin: 1.75rem auto;
    }
}




