
body {
overflow-x: hidden;

    font-family: "Darwin W00 Regular", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
/*   background: rgb(237,234,234);*/
/*background: linear-gradient(90deg, rgba(237,234,234,1) 0%, rgba(255,255,255,1) 57%);*/
background: #ffffff;
}
.navbar-dark .navbar-nav .nav-link{
     color: #000000; 
}
.dark a {

     color: #000;

}


.nav-pills{
    padding-bottom: 17px;
}


.nav-pills .nav-item:hover{
    background: repeating-linear-gradient(-44deg,#f2f2f2, #f2f2f2 44.9%, #f4f4f4 33.1%, #827f7f 100%);
    cursor: pointer;
    border-bottom: 1px solid #58e0df;
    transform: translateY(17px);
}



.nav-pills .nav-item:hover < .nav-pills {
    margin-top: 0px;
    background: repeating-linear-gradient(-44deg,#f2f2f2, #f2f2f2 44.9%, #f4f4f4 33.1%, #827f7f 100%);
}

.nav_option a{
    color: #ffffff;
}
.nav-pills .nav-item {
    display: block;
    width: 14%;
    height: 200px;
    border: 1px solid #000;
    float: left;
    border: 1px solid #fff5f5;
    background-image: linear-gradient(to bottom right, red, yellow);
    background: repeating-linear-gradient(147deg,#000000, #000000 49.9%, #353535 72.1%, #040404 100%);
    background: repeating-linear-gradient(125deg,#000000, #171111 43.9%, #353535 100.1%, #040404 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .4s ease-in-out,
                background-image .4s ease-in-out,
                transform .4s ease-in-out;
}

.nav-pills .nav-item.preview {

  background: #f00;
  background-color: #f00 !important;

}



.nav-pills.dark .nav-link.active, .nav-pills .show>.nav-link {

     background: none;

}

.product-image-empty {

     color: #999;
     display: flex;

     align-content: center;
     justify-content: center;

     padding: 120px;

}

.sidebar {

     background: #fff;
     position: fixed;

     top: 64px;
     bottom: 0;
     left: 0;
     
     min-height: 100vh;
     width: 240px;

     z-index: 1337;

}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: auto;
}
footer {

     border-top: 1px solid #ccc;
     color: #ccc;
     padding: 1rem 0;

}

.text-left {
    text-align: left!important;
}

.fa-pen {
  font-size: 0.75rem;
}

.icon-menu-admin i{
    color: #000000;
}

.icon-menu-admin i:hover{
color: #009cab !important;
}

table td i{
    color: #000000;
    margin-left: 2rem;
}
table td{
        text-align: center;
}
.login_div {
    position: absolute;
    width: 430px;
    padding-top: 3rem;

}

.login_form {
    width: 300px;
    height: 300px;
    display: contents;
    border-radius: 10px;
    
    margin: 0;
    padding: 0;
}
.form-line{
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
    border-radius: 0!important;
}
.btn-submit{
    width: 100%;
    border-radius:0px;
}


.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.breadcrumb-item a{
    color:  #000000;

}
.breadcrumb-item {
  
    font-size: 1rem;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}
nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #000;
    border-color: #dee2e6 #dee2e6 #fff;
}
 li a.nav-link{
     color: #000000;
 }
.nav-pills a.nav-link{
     color: #ffffff;
 }

 ul.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    background-color: #ffffff;
}
 ul.nav-tabs .nav-link{
    border-color: #e9ecef #e9ecef #dee2e6;
}

 ul.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
   
   background-color: black;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000000!important;
    border-color: #eeeeee;
}
.dataTable th{
 padding-top: .75rem!important;
  padding-bottom: .75rem!important;
}
.pagination .page-link{
    color: #000000;
}
.table.table-hover{
    background-color: #ffffff;
}

.table.table-hover td{
padding: 1rem!important;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #343a40;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #4285f4;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.pagination .page-item .page-link {
    font-size: .9rem;
    color: #212529;
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.delete_item{
    margin-right: -.5rem;
}
.container-scroll{
 padding-top: 1rem;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 50vH;
    /* background-color: #d6d8da; */
/*    border: 1px solid #000000;*/
}
.provsli{
    display: inline-block;
    min-width: 47%;

}
.scrollbar-admin{
    margin-left: 30px;
    float: left;
  

/*    background: #F5F5F5;*/
    overflow-y: scroll;
    margin-bottom: 25px;
}
#style-scrollbar::-webkit-scrollbar-track
{
    border: 1px solid black;
    background-color: #F5F5F5;
}

#style-scrollbar::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-scrollbar::-webkit-scrollbar-thumb
{
    background-color: #000000;  
}

.nav_option a.dropdown-item {
    color: #000 !important;
}

.store-picture {
    width: 100%;
}

