/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
*/
/*
    Created on : 16 lis 2022, 22:28:14
    Author     : Mariusz
*/
.unactive_offert {
  background-color: #f3caca; }

.row {
  margin-right: calc(0 * var(--bs-gutter-x));
  margin-left: calc(0 * var(--bs-gutter-x)); }

.mw-20 {
  display: flex;
  align-items: center;
  justify-content: center; }

.bg-read {
  background-color: #d5f3ca;
  font-weight: 600; }

.remove-candidate {
  color: #198754; }

#map {
  height: 600px; }

.div-label {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0; }

.leaflet-popup-content {
  display: flex;
  flex-direction: column; }

.from-left {
  position: fixed;
  left: -480px; }

.push-menu {
  position: fixed;
  left: -55px;
  top: 150px;
  transform: rotate(270deg);
  padding: 10px 50px;
  background-color: #f7f7f7;
  border: 1px solid #cbcbcb;
  cursor: pointer;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem; }

.show-menu-from-left {
  left: -0.75rem;
  animation-name: show-menu;
  animation-duration: 2s; }

.hide-menu-from-left {
  left: -480rem;
  animation-name: hide-menu;
  animation-duration: 2s; }

@keyframes hide-menu {
  from {
    left: -0.75rem; }
  to {
    left: -480px; } }
@keyframes show-menu {
  from {
    left: -480px; }
  to {
    left: -0.75rem; } }
.close-menu {
  float: right;
  padding: 5px; }

.admin-enterprise-image img {
  max-height: 100px; }

.turn-off-slider {
  margin: 5px 0;
  color: var(--bs-green);
  cursor: pointer; }

.turn-on-slider {
  margin: 5px 0;
  color: var(--bs-red);
  cursor: pointer; }

/*# sourceMappingURL=admin.css.map */
