
@media (max-width: 1600px){
	.middle-sidebar-right.active-sidebar {
	    left: 0px;
	    right: auto;
	}
}

/* The alert message box */
.alert-box {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.close-btn-box {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.close-btn-box:hover {
  color: black;
}

@font-face {
    font-family: 'monadi';
    src: url('/static/fonts/monadi.ttf');
}

.monadi-bold {
    font-family: monadi, sans-serif;
}


