/*
 +-+-+-+-+-+-+-+-+-+-+-+-+-+
 |B|o|o|t|S|t|r|a|p| |5|.|1|
 +-+-+-+-+-+-+-+-+-+-+-+-+-+
 |S|i|t|e| |C|S|S| | | | | |         
 +-+-+-+-+-+-+-+-+-+-+-+-+-+      
*/

	body {
		padding-top: 40px;
	}
	.nav-spacing {
	  margin-bottom: 10px; /* For padding */
	}
	.top-spacing {
	  margin-top: 10px; /* For padding */
	}
.toast-success {
    background-color: lightgreen !important; /* Light green background */
    color: black !important; /* Black text color */
    border: 1px solid black !important; /* Black border */
}

.toast-error {
    background-color: red !important; /* Red background */
    color: black !important; /* Black text color */
    border: 1px solid black !important; /* Black border */
}

.toast-info {
    background-color: lightyellow !important; /* Red background */
    color: black !important; /* Black text color */
    border: 1px solid black !important; /* Black border */
}

