html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
/*
body {
  margin-bottom: 60px;
}*/


.btn-sushigreen {
    background: #7BB147;
    border-radius: 4px;
    color:whitesmoke;
}

.btn-sushigreen:hover {
    background: #7BB147;
    border-radius: 4px;
    color:whitesmoke;
}

.text-sushigreen {
    color: #7BB147;
}


.sidebar-st {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 29px 29px 30px;
    gap: 24px;
    position: absolute;
    width: 200px;
    height: 1024px;
    left: 0px;
    top: 0px;
    background: rgb(195,226,179);
}

.filter-inactive {
    filter: invert(14%) sepia(15%) saturate(1189%) hue-rotate(181deg) brightness(96%) contrast(88%);
}

.filter-active {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(214deg) brightness(103%) contrast(103%);
}

.activeMenu {
    background: #7ab147;
    border-radius: 0.5rem;
    color: whitesmoke !important;
}

.crop-text-2 {
  -webkit-line-clamp: 2;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.crop-text-3 {
  -webkit-line-clamp: 3;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

table thead tr {
  background: rgba(195, 226, 179, 0.5);
  height: 40px;
}

.table-wrapper{
  overflow: auto;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
  margin-bottom: 1rem;
}

.table{
  border-collapse: collapse;
  margin-bottom: 0;
}
.table thead tr {
  border-bottom: 0.1rem solid #D3D3D3;
  line-height: 40px;
}
.table thead th{
  padding: 0.75rem 0.5rem;
}
.table.dataTable{
  margin-top: 0px !important;
  overflow: auto;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
  margin-bottom: 1rem;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7BB147;
  --bs-btn-border-color: #7BB147;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7BB147;
  --bs-btn-hover-border-color: #7BB147;
  --bs-btn-focus-shadow-rgb: 195, 226, 179;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7BB147;
  --bs-btn-active-border-color: #7BB147;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #7BB147;
  --bs-btn-disabled-border-color: #7BB147;
}
.btn-primary:hover,
.btn.bg-gradient-primary:hover {
  background-color: #7BB147 !important;
  border-color: #7BB147 !important;
}

.btn-outline-primary {
  --bs-btn-color: #7BB147;
  --bs-btn-border-color: #7BB147;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7BB147;
  --bs-btn-hover-border-color: #7BB147;
  --bs-btn-focus-shadow-rgb: 195, 226, 179;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7BB147;
  --bs-btn-active-border-color: #7BB147;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #7BB147;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}
.btn-outline-primary:hover:not(.active) {
  background-color: transparent;
  opacity: .75;
  box-shadow: none;
  color: #7BB147;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7BB147;
  outline: 0;
  box-shadow: 0 0 0 2px #7BB147;
}
.input-group .form-control:focus {
  border-left: 1px solid #7BB147 !important;
  border-right: 1px solid #7BB147 !important;
}
.border-primary {
  border-color: #7BB147 !important;
}
.bg-primary {
  background-color: #7BB147 !important;
}
.text-primary {
  color: #7BB147 !important;
}
.text-bg-primary {
  color: #fff !important;
  background-color: #7BB147 !important;
}

.bg-secondary{
  background-color: rgba(195, 226, 179, 0.3)  !important;
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #7BB147;
  border-color: #7BB147;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  border-color: rgba(195, 226, 179, 0.95);
  background-color: rgba(195, 226, 179, 0.95);
}

.form-check-input:checked[type="checkbox"] {
  background-image: linear-gradient(310deg, #7BB147 0%, #7BB147 100%);
}

.form-select:focus {
  border-color: #7BB147;
  outline: 0;
  box-shadow: 0 0 0 2px #7BB147;
}

.pagination {
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #7BB147;
  --bs-pagination-active-border-color: #7BB147;
  
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-item.active .page-link{
  color: #fff;
}
.link-primary {
  text-decoration: underline
}
.form-check-input:checked[type="checkbox"] {
  background-image: linear-gradient(310deg, #7BB147 0%, #7BB147 100%);
}

.form-check-input:checked[type="radio"] {
  background-image: linear-gradient(310deg, #7BB147 0%, #7BB147 100%);
}
.form-check:not(.form-switch) .form-check-input[type="radio"]:checked{
  padding: 5px;
  height: 18px;
  width: 18px;
}


.disable-click {
    pointer-events: none;
    text-decoration: line-through;
}

