/*Write your custom css in this file.*/

.sidebar-brand {
	background-color: #FFFFFF !important;
	border-right: 1px solid rgba(0, 0, 0, 0.17) !important;
}


/* Bouton Enreg */
.save-icon{
    width: 130px;
    height: 43px;
    background-color: #B0B0B0;
    z-index: 10;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0px 3px 4px 4px rgba(0,0,0,0.1);
    border-radius: 3%;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}


.form-switch .form-switch-lg {
  margin-bottom: 1rem !important;
  margin-left: 1em !important;
}

.form-switch .form-switch-lg .form-check-input {
  height: 1.5rem !important;
  width: calc(2rem + 0.75rem) !important;
  border-radius: 3rem !important;
}

.form-check-input {
  height: 1.5rem !important;
  width: calc(2rem + 0.75rem) !important;
  border-radius: 3rem !important;
}

.select2-choices {
	background-color: #f0f0f0 !important;
	border-width: 1px;
	border-color: #f0f0f0 !important;
}