/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.auth-bg-cover {
  background: #405189;
}

.flash {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.flash-success {
  background-color: green;
}

.flash-error {
  background-color: red;
}

#calendrier {
  width: 100%;
}

.fc-button {
  display: flex !important;
  justify-content: center;
}

@media (max-width: 1200px) {
  .fs-20 {
    font-size: 16px !important;
  }
}

@media (max-width: 575px) {
  .fs-20 {
    font-size: 12px !important;
  }
}

.form-group {
  padding: 10px;
  border: 1px solid var(--vz-vertical-menu-sub-item-color-dark);
  margin: 20px 0;
  border-radius: 0.25em;
}

.auth-page-content .error  {
  padding: 10px;
  color: red;
}

ul.form-errors {
  padding: 10px;
  color: red;
}

ul.form-errors li {
  list-style: none;
}

footer.nonconnect a {
  color: white;
}

.table-doc tr.currentdel {
  text-decoration: line-through;
}