body {
  background: no-repeat url("../img/main_bg.jpg");
	background-attachment: fixed;
}

.collapse.show {
  visibility: visible;
}

.custom-nav {
  width: 100%; 
}

.underline {
  text-decoration: underline;
}

*:focus {
  box-shadow: none !important;
}

.underline-none {
  text-decoration: none;
}

.text-slate-600 {
  color: rgb(71 85 105);
}

.text-green-500 {
  color: rgb(34 197 94)!important;
}

.accordion-button.bg-red-100:not(.collapsed),
.bg-red-100, .bg-red-custom {
  background-color: rgb(254 226 226)!important; 
}

.bg-green-100, .bg-green-custom { 
  background-color: rgb(220 252 231)!important; 
}

.flashbag-success {
  background-color: rgb(220 252 231); /* green-100 */
  border-left: 6px solid rgb(34 197 94); /* green-500 */
  color: rgb(21 128 61); /* green-700 */
  border-radius: 6px;
}

.flashbag-error {
  background-color: rgb(254 226 226); /* red-100 */
  border-left: 6px solid rgb(239 68 68); /* red-500 */
  color: rgb(185 28 28); /* red-700 */
  border-radius: 6px;
}

.text-red-500 {
  color: rgb(239 68 68)!important;
}

.accordion-button:not(.collapsed):not(.bg-red-100),
.bg-slate-100 th, .bg-slate-100 td,
.bg-slate-100 {
  background-color: rgb(241 245 249)!important;
}

.bg-slate-500 {
  background-color: rgb(100 116 139)!important;
}

svg {
	width: 20px!important;
}

.flashbag svg {
	width: 25px!important;
}

.border-dashed {
  border: 4px dashed rgb(226 232 240);  
  padding: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-footer {
  background-color: #B5CE88;
}

.credentials, .credentials a {
  background-color: rgb(30 41 59);
  color: #FFC33D;
}

.card-body>iframe {
    min-height: 75vh;
}
