.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.alert.success {
    background-color: #04AA6D;
}

.alert.warning {
    background-color: #ff9800;
}

.select2-container .select2-selection--single
 {
    height: 38px !important;
 }


