
main {
    margin: 165px 60px 40px 160px;
}

.logo-single {
  background-image: url(../img/logo-crous.png);
  background-size: auto 100%;
  height: 50px;
  width: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.fixed-background {
  background: url(../img/fond-login.jpg) no-repeat 50% fixed;
}

.auth-card .image-side {
  background: url(../img/login.jpg) no-repeat top;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #849b65 !important;
}

.text-shadow {
  text-shadow: black 0.1em 0.1em 0.2em;
}

.box-shadow {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.text-red {
  color: rgb(175, 44, 44) !important;
}

.text-green {
  color: rgb(50, 175, 44) !important;
}

.img-responsive {
  max-width: 100%;
}

.dropdown-item {
  cursor: pointer;
}

.bottom-align-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.middle-align-text {
  position: absolute;
  bottom: 40%;
  width: 80%;
  text-align: center;
}

.card-custom {
  transition: all 0.1s linear;
}
.card-custom.active {
  border: 3px solid #2e90e6;
}

/* .card-custom:hover {
  transform: scale(1.01, 1.01);
}


.card.card-custom:hover {
  transform: scale(1.01, 1.01);
}

.d-flex.card-custom:hover {
  transform: scale(1.01, 1.01);
} */

.card-img-overlay {
  transition: 0.5s;
  opacity: 0;
}

.card-img-overlay:hover {
  opacity: 1;
}

.card-img-overlay-custom {
  display: flex;
  justify-content: center;
  opacity: 1;
  background-color: inherit;
}

.form-group-card-custom {
  border: 1px solid gainsboro;
}

.form-group-card-custom > span {
  position: absolute;
  top: -10px;
  left: 9px;
  background: white;
  color: #6e6e6e;
  padding: 0 5px;
}

input[type="color"] {
  -webkit-appearance: none;
  border: solid 1px #d7d7d7;
  padding: 7px;
  height: 40px;
  width: 100%;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.btn-group.edit-group .btn.btn-primary:first-child {
    padding-right: 15px !important;
}
.simple-icon-pencil.edit {
    margin-right: 10px;
}