/* --------------------- *
 *      NOTIFICATION     *
 * --------------------- */

.notif-panel {
  background-color: #53b0f8;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 20px;
  right: 28px;
  width: 280px;
}

.notif-panel .badge {
  position: absolute;
  margin-left: 3px;  
  padding: 5px 8px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

.notif-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 2px solid #f1f1f1;
  z-index: 9;
}

.notif-container {
  max-width: 300px;
  padding: 6px;
  background-color: white;
}

.notif-container .scrollable {
  max-height: 300px;
  overflow-y: scroll;
}

.msg-content {
  font-size: 12px;  
}

.notif-container .btn {
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  margin-bottom:10px;
  opacity: 0.8;
}

.notif-container .btn:hover, .notif-panel:hover {
  opacity: 1;
}

.content-centered {
  display: flex;
  width: 300px;
  height: 300px;
  justify-content: center;
  align-items: center;
}

/*.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}*/


select.form-control.is-invalid,.was-validated .custom-select:invalid + .select2 .select2-selection
{
  border-color:#dc3545 !important;
  padding-right:calc(.75em + 2.3125rem) !important;
  /*background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)*/
}
select.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus + .select2 .select2-selection
{
    border-color:#dc3545 !important;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25) !important;
}