.table-responsive {
    overflow-x: hidden !important;
}

.form-control {
    border: none !important;
    background-image: linear-gradient(to top, #28a745, 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 5px !important; 
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 2px 3rem !important; 
    font-size: 0.95rem !important;
    border-radius: 0.2rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0px solid transparent !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card title {
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 14%) !important;
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 10px;
    color: #28a745;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    text-align: center;
    font-size: 20px;
}

.form-login input {
    width: 100%;
    height: 45px;
    padding-left: 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #00000020;
    border-radius: 50px;
    outline: none;
    background: transparent;
}

.btn-login {
    border-radius: 50px !important;
    font-size: 15px;
    text-align: center;
    width: 84%;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #00000020;
    border-radius: 50px;
    outline: none;
    background: transparent;
    display: inline-block;
    font-weight: 100;
    opacity: 100% !important;

}
.form-login {
    padding-bottom: 10px;
    position: relative;
    margin: 15px 0 0;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 70%;
}



.card-name {
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 14%) !important;
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 10px;
    color: #28a745;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    text-align: center;
    font-size: 30px;
    opacity: 70%;
}

.login {
    
    background-image: url(../img/loginbg.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-login {
    opacity: 90%;
}

#table-sku tbody th, #table-sku tbody td {
    padding: 18px 1px !important; /* e.g. change 8x to 4px here */
}

#table-estoque tbody th, #table-estoque tbody td {
    padding: 18px 1px !important; /* e.g. change 8x to 4px here */
}

.select-cliente {
    color:#fff;
    border-radius: 5px;
    width: 170px;
    text-align: center;
    border: 0px;
    background-color:#28a745;
    font-size: 15px;
    
    
}
.select-cliente .opçao{
    border: 0px;
    background-color: #fff;
    border: 0px;
    color: #0e3b18;
}

.logopng{
    width: 80px;
    height: 80px;
    background-image: url('../img/logo/ad.png');
    background-size: contain;
    background-repeat: no-repeat;
}