  .snad .nav-link { color: #FFF;}
	.snad-data-section { min-height: calc(100vh - 198px); }
	.bottom-bar {
  padding: 8px 0;
  border-top: 1px solid #212123;
  background: #111111;
  color: #fff;
  font-size: 12px; 
}
.snad .accordion-item { margin-bottom: 10px;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.snad .accordion-item:not(:first-of-type) { border: 1px solid rgba(0,0,0,.125);}
.snad .accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.snad .accordion-item:last-of-type {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.snad .accordion-button {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0.7rem 1.25rem;
  font-size: 1.2rem;
  color: #212529;
  background-color: #eaedf4;
}

.snad .accordion-button:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,.25);
}
.snad .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #561304;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 13px;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  border-color: #561304;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  top: 0px;
  left: 0px;
}
.list-group-item img {
  float: left;
  padding-right: 5px;
}
.list-group-item h4 {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 5px;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.bg {
  background-color: #561304;
  background-color: #561304;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: #561304 !important;
}
hr {
  margin-top: 10px;
  margin-bottom: 7px;
  border: 0;
  border-top: 1px solid #eee;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f7f7f7 !important;
}
.err, .madatory {
  font-size: 12px;
  color: red;
}
label.form-label, label.col-form-label, label.form-check-label { font-weight:600; }

.cursorpoin {cursor: pointer;}
.modal-header {  padding: 0.6rem 1rem !important;}
.
table > :not(caption) > * > * { padding: 0.3rem .5rem;}

.snapop .table > td > th { font-size: 0.91rem; line-height: 18px;}

.snapop .table > :not(caption) > * > * { padding: .3rem .5rem !important; font-size: 0.81rem; line-height: 20px;}

.snapop ul { padding-left: 0.1rem;  list-style-type: none;}
.snapop td p { margin-bottom: 0.1rem;}
.modal-footer { padding: 0.5rem 0.75rem;}


.small-box .card {--bs-card-spacer-y: 0.5rem !important;--bs-card-spacer-x: 0.5rem !important;}
.small-box .card .card-body p {
    margin-bottom: 0.5rem;
    text-align: center;
}
.small-box .card .card-body h5 { margin-bottom: 0.5rem; text-align: center; font-weight: bold; font-size: 1.10rem !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1)) !important;
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1)) !important;
}
.small-box .card .card-body h5 {
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.98rem !important;
}
.ven-link:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.card-body > a {
  color: #fff !important;
  margin-bottom: 1px;
}
.ven-link {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  padding: 5px 5px;
  position: relative;
  text-align: left;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  color: #000;
  margin-bottom: 1px;
}
.ven-link {
  text-align: left;
  font-size: 14px;
}
.card-body > .small-box-footer:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.card-body > .small-box-footer {
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  padding: 3px 5px;
  position: relative;
  text-align: left;
  font-size: 14px;
  text-decoration: none;
  border-radius: 13px;
}

.text-bg-purple {
  color: #000 !important;
  background-color: RGBA(128, 0, 128,1) !important;
}
tr.text-info td { color: #fff !important; background: #0dcaf080 !important;}
.tentable h3 {
  font-size: 1.25rem !important; font-weight: bold;
}

.btn-sna {
  color: #ddd;
  background-color: #561304;
  border-color: #561304;
}
.btn-sna:hover {
  background-color: #b94139 !important;
  color: #fff !important;
}