.bo-disabled-btn {
  cursor: not-allowed !important;
  pointer-events: none !important;
  color: white !important;
  background-color: #DDE1E1 !important;
  border-color: #DDE1E1 !important;
}
.bo-badge {
  display: inline-block;
  padding: 0.35em 0.6em;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* Soft, modern palette */
.bo-badge-warning {
  color: #856404;
  background-color: #fff3cd;
}

.bo-badge-secondary {
  color: #383d41;
  background-color: #e2e3e5;
}

.bo-badge-primary {
  color: #004085;
  background-color: #cce5ff;
}

.bo-badge-success {
  color: #155724;
  background-color: #d4edda;
}

.bo-badge-danger {
  color: #721c24;
  background-color: #f8d7da;
}

.bo-badge-default {
  color: #333;
  background-color: #f0f0f0;
}

.bo-badge-info {
  background-color: #17a2b8; /* Bootstrap "info" blue */
  color: #fff;
}

.bo-btn{
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.swal2-container {
  z-index: 20000 !important;
}
.w-100{
  width: 100%;
}
.form-item--demandeur-id{
  display: none;
}
.disable-input{
  pointer-events: none !important;
  background-color: #e4e4e4 !important;
  color: #999 !important;
}

.language-switcher-language-url {
  float: right;
}

.language-switcher-language-url .links {
  display: inline-block;
  position: relative;
}

.language-switcher-language-url .links > li {
  display: inline-block;
}

.language-switcher-language-url .links > li > a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333; /* Link color */
  border: 1px solid transparent;
}

.language-switcher-language-url .links > li > a:hover,
.language-switcher-language-url .links > li.is-active > a {
  background-color: #f0f0f0; /* Hover background color or active state */
}

.language-switcher-language-url .links > li > a.is-active {
  font-weight: bold; /* Active link style */
}

.language-switcher-language-url .links > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff; /* Dropdown background color */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.language-switcher-language-url .links > li:hover > ul {
  display: block;
}

.language-switcher-language-url .links > li > ul > li {
  display: block;
}

.language-switcher-language-url .links > li > ul > li > a {
  padding: 8px 12px;
  display: block;
  text-decoration: none;
  color: #333; /* Dropdown link color */
}

.language-switcher-language-url .links > li > ul > li > a:hover {
  background-color: #f0f0f0; /* Dropdown link hover background color */
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch-input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}
