html{
  scroll-behavior: smooth;
}

[id]{
  scroll-margin-top: 60px;
}
/* VARIABLES */
:root{
  --color-dark: #212529;
  --color-brand: #4e57d4;
  --color-brand-light: #6970dd;
  --color-brand-rgb: 78, 87, 212;
  --color-body: #727272;
  --font-base: "ClashDisplay", sans-serif;
  --box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.08);
  --transition: all 0.5s ease;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Nunito, sans-serif;
}


/* CUSTOMS VARIABLES */
.custom-black{
  background-color: #d4a96e !important;
}

.custom-success{
  background-color: #5DB996 !important;
}

.custom-warning{
  background-color: #FFD95F !important;
}

.custom-danger{
  background-color: #FF4949 !important;
}

.custom-info{
  background-color: #33C3FF !important;
}
/* CUSTOMS VARIABLES */



.theme-shadow{
  box-shadow: var(--box-shadow);
}

/* IMAGE ZOOM */
.image-zoom{
  position: relative;
  /* overflow: hidden; */
}

.image-zoom-wrapper{
  overflow: hidden;
  position: relative;
}

.image-zoom:hover .image-zoom-wrapper img{
  transform: scale(1.1);
}

.image-zoom-wrapper img{
  transition: var(--transition);
}


/* .btn{
    border-radius: 0;
} */
.dataTable .btn{
    padding: 5px 10px;
    margin: 10px 0px 10px 0;
    /* background: #000; */
}
.paginate_button.current  {
    background-color: red !important;
}

#img-business{
    width: 100px;
    border-radius: 50%;
}


.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
  }
  
  .colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
  }
  
  .colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
  }
  
  .colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
  }
  
  .colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
  }
  
  .colored-toast .swal2-title {
    color: white;
  }
  
  .colored-toast .swal2-close {
    color: white;
  }
  
  .colored-toast .swal2-html-container {
    color: white;
  }
  

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.products-list{
  text-align: center;
}
/* ==== BUTTON HOVER STYLE ON PRODUCTS LIST NEW SALE ==== */
.btnAddProduct:hover{
  color: #FFFFFF !important;
}
/* ==== BUTTON HOVER STYLE ON PRODUCTS ON NOTA DE CREDITO ==== */
.btnAddProductToReturns:hover{
  color: #FFFFFF !important;
}
/* ==== BUTTON HOVER STYLE ON PRODUCTS TO NEW INVOICE WHEN DOA  RETURN ==== */
.btnAddProductToNewInvoice:hover{
  background: #000;
  color: #FFFFFF !important;
}
/* ==== BUTTON HOVER STYLE ON PRODUCTS LIST NEW PURCHASE ==== */
.btnAddPurchaseProduct:hover{
  color: #FFFFFF !important;
}

/* ===== DATATABLES PAGINATION STYLES ==== */
.page-item.active .page-link {
  background-color: #F0F0F0 !important;
  border: 1px solid #61677A;
}
.page-link {
  color: black !important;
}

/* ================ */
/* DATATABLE STYLE */
/* ================ */

div.dataTables_wrapper div.dataTables_filter label {
  display: block;
}

div.dataTables_wrapper div.dataTables_filter input {
  width: 100% !important;
  height: 2.5rem !important;
  border: 1px solid #ced4da !important;
  text-align: center !important;
  margin: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: center !important;
  margin: 0 !important;
}



:not(.collapsed).active {
  background-color: #F7F7F7 !important;
  transition: all 0.5s ease;
  color: #677F70 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 10px #E5EBEA !important;
}

.text-dark {
  color: #677F70 !important;
}	
/* =========== ALIGN TO THE RIGHT SEARCHING BOX ================= */
#product-list-table-from-return-modal_wrapper .row div {
  /* background-color: lime; */
  width: 100%;

}

/* ========== PAYMENT DESCRIPTION ON TABLE =============== */
span.btnPaymentDescription:hover{
  cursor: pointer;
}
/* ========== PAYMENT DESCRIPTION ON TABLE =============== */
span.btnPurchasePaymentDescription:hover{
  cursor: pointer;
}








/* MENU HOME BUTTON HOVER EFFECT */
.home-btn:hover{
  background: #000;
  color: #FFF !important;
  border: none;
}




/* ============================================= */
/* =========== END CHRISTMAS LOADER ============ */
/* ============================================= */
#system-message {
  margin: auto;
  color: white;
  font: 200 normal 1em;
  text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
}

.dataTables_filter{
  text-align: center;
  padding: 0.5rem 1rem 0 1rem;
}


.dropdown-menu{
  min-width: 15rem !important;
}

/* ================================================= */
/* ========== UPDATE USER IMAGE FROM HOME ========== */
/* ================================================= */

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' class='bi bi-card-image' viewBox='0 0 16 16'><path d='M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0'/><path d='M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2zm13 1a.5.5 0 0 1 .5.5v6l-3.775-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12v.54L1 12.5v-9a.5.5 0 0 1 .5-.5z'/></svg>");
  color: #757575;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.calendar-table > table{
  color: #352d4e !important;
}

.calendar-table table td.start-date {
  background-color: #352d4e !important;
  color: #fff !important;
}

.calendar-table table td.end-date {
  background-color: #352d4e !important;
  color: #fff !important;
}


.in-range{
  background-color: #352d4e !important;
  color: #fff !important;
}