:root {
  --white: #ffffff;
  --black: #000000;
  --blue: #75C7D2;
  --red: #DB2340;
  --green: #68AC45;
  --yellow: #FFCB31;
  --purple: #BB8CBE;
  --orange: #ff5731;

  --text-gray: #848789cc;
  --text-color: #231F20;
  --light-text: #86909c;
  --font-size-xs: 11px;
  --font-size-s: 12px;
  --font-size-m: 13px;
  --font-size-l: 15px;
  --font-size-xl: 20px;

  --shadow: 8px 6px 9px 0 #dadee8;
}

.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f5f5f5;
  font-size: 14px;
}

.page-body {
  max-width: 1460px;
  margin: auto
}

.grey-background {
  background-color: #f3f3f3;
  border-radius:10px;
  padding:10px;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
.info-headline {
  font-weight: 600;
  font-size: 16px;
}

.invalid-feedback.error-field {
  font-size: .8rem;
  color: var(--red);
  margin-top: 0;
}

.logo img {
  max-width: 150px;
}

.card {
  max-width: 1460px;
  margin: 10px auto;
  background-color: var(--white);
  -webkit-box-shadow: var(--shadow);
  -moz-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border-color: #e2e5ec;
}

.card-footer {
  background-color: transparent;
  border: none;
}

.card-body {
  padding: 20px;
}

.page-title {
  padding: 20px 0px 0px 0px;

  margin: auto;
}

.new-entry {
  padding: 20px 0px 0px 0px;
  max-width: 1320px;
  margin: auto;
}


h4 {
  font-size: 20px;
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.breadcrumb li {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

a {
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--text-color);
}

.breadcrumb-item a svg {
  width: 15px;
  height: 24px;
  stroke: var(--text-color);
  vertical-align: text-bottom;
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumb-item svg.stroke-icon {
  stroke: var(--text-color);
}

.breadcrumb-item a svg {
  fill: var(--text-color);
}

.breadcrumb-item a {
  color: var(--text-color);
}

.breadcrumb-item a:hover {
  color: var(--green);
}

.breadcrumb-item.active {
  color: var(--green);
}

.breadcrumb-item svg.stroke-icon:hover {
  stroke: var(--green);
}

.breadcrumb-item a svg:hover {
  fill: var(--green);
}

.tablinks.active {
  border: none;
  background-color: transparent;
  color: var(--green);
}

.tablinks {
  color: var(--text-color);
  border: none;
  background-color: transparent;
  padding: 8px;
}

.tablinks:hover,
.tablinks:focus {
  border: none;
  background-color: transparent;
  color: var(--green);
}

.text-right {
  text-align: right;
}

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

.text-center {
  text-align: center;
}

.col-md-6,
.col-6 {
  align-content: center;
}

.left-wrapper {
  border-right: 1px solid var(--light-text);
}

.product-icons svg {
  width: 18px;
  height: 18px;
  stroke: var(--light-text);
  fill: var(--light-text);
}

.sidebar-left-icons .nav-item::before {
  content: "";
  position: absolute;
  border: 1px dashed var(--light-text);
  top: 58px;
  height: 50px;
  left: 20px;
}

.sidebar-left-icons .nav-item {
  position: relative;
  padding-bottom: 35px;
  width: 100%;
}

.sidebar-left-icons .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.nav-link {
  display: block;
  padding: 10px 0px;
  color: var(--light-text);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.sidebar-left-icons .nav-item .nav-link .nav-rounded {
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--light-text);
  position: relative;
  z-index: 2;
  border-radius: 100%;
  padding: 2px;
  -webkit-box-shadow: inset 0px 9px 20px 0px rgba(46, 35, 94, 0.07);
  box-shadow: inset 0px 9px 20px 0px rgba(46, 35, 94, 0.07);
}

.sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons {
  min-width: 100%;
  height: 100%;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons {
  min-width: 100%;
  height: 100%;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.sidebar-left-icons .nav-item .nav-link.active .nav-rounded .product-icons,
.sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .nav-rounded .product-icons {
  background-color: var(--green);
}

.sidebar-left-icons .nav-item .nav-link .product-tab-content p {
  color: var(--light-text);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}

.sidebar-left-icons .nav-item:hover .nav-rounded {
  border: 1px solid var(--green);
}

.sidebar-left-icons .nav-item:hover .product-tab-content h6 {
  color: var(--green);
}

.sidebar-left-icons .nav-item .product-tab-content i {
  color: var(--green);
}

.sidebar-left-icons .nav-item:hover .nav-rounded .product-icons svg {
  stroke: var(--green);
  fill: var(--green);
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}


.sidebar-left-icons .nav-item .nav-link.active {

  background-color: transparent
}

.sidebar-left-icons .nav-item:hover .nav-rounded {
  border: 1px solid var(--green);
}

.sidebar-left-icons .nav-item .nav-link.active .nav-rounded .product-icons svg {
  stroke: var(--white);
  fill: var(--white);
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.sidebar-left-icons .nav-item .nav-link.active .product-tab-content h6 {
  color: var(--green);
}

.sidebar-left-icons .nav-item:last-child::before {
  content: none;
}

.sidebar-left-icons .nav-item:last-child {
  padding-bottom: 0;
}

.sidebar-left-icons .nav-item .nav-link.active .nav-rounded .product-icons svg path {
  fill: var(--white);
}

@media only screen and (max-width: 1360px) {}


@media only screen and (max-width: 1024px) {


  .flex {
    flex-direction: column;
  }

  .content-right {
    justify-content: space-between !important;
    flex-direction: row;
    margin-top: 20px;
  }


  .breadcrumb {
    justify-content: flex-start;
  }

  .primary-button.button-icon {
    padding: 10px;
    width: 46px;
    height: 46px;
    display: block;
    float: right;
  }
}



@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

.tada {
  animation-name: tada;
}

.pagination {
  justify-content: end;
  margin: 0;
}

.page-item:first-child .page-link {
  border: none;
}

.pagination-arrow span {
  font-size: 20px;
  color: var(--text-gray);
}

.active>.page-link,
.page-link.active,
.tablinks.active {
  z-index: 3;
  color: var(--green);
  background-color: #f3f3f3;
  border: none;
}

.page-link,
.tablinks,
.tab {
  font-size: 14px;
  color: var(--text-gray);
  border: none;

}

.dataTables_info {
  color: var(--text-gray);
  padding: 5px 0;
}

td {
  color: var(--text-gray) !important;
}


.select2-container--bootstrap4 .select2-selection {
    width: 100%;
    padding: 0.5rem;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    border: 1px solid #E6E9EB;
    background-color: #fff;
    border-radius:4px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    transition:border-color 0.3s ease, box-shadow 0.3s ease;
    min-height: 42px;
  }

  .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 25px;
    color: #495057;
  }

  .select2-container--bootstrap4 .select2-selection__clear {
 
    margin-top: 0.3em;
    margin-right: 1.3em;
 
    color: var(--text-gray);
 
  }

  .select2-container .select2-selection--single .select2-selection__clear {
    background-color: #f3f3f3;
 
  }
  div:where(.swal2-icon).swal2-warning {
    border-color:var(--red);
    color:var(--red);
  }

  div:where(.swal2-icon).swal2-warning {
    color: var(--red);
  }

  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  
    background-color:transparent;
    color:  var(--text-gray);
    font-size: 1em;
  }

  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
 
    background-color: var(--green) !important;
 
  }

  .filepond--credits {
    display: none;
  }
  
  .filepond--drop-label {
    background-color: var(--white);
    border: 1px solid rgba(15, 76, 129, 0.1);
    background-color: #fff;
  }

  .headline {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-color);
}