.form-group {
  position: relative;
}
.input-group-addon, .input-group-btn {
  position: absolute;
  top: 21px;
  right: 50px;
  font-size: 0;
  display: table-caption;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.btn-default{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  height: 35px;
}
.dateCtrlIconValidation {
  border-bottom: 1px solid red !important;
  border-top: 1px solid red !important;
  border-right: 1px solid red !important;
  height: 35px;
}
.btn.focus, .btn:focus {
  box-shadow: none !important;
  height: 35px !important;
}
.custom-content {
  position: absolute;
  z-index: 1081;
  top: 350px;
  cursor: pointer;
  align-self: center;
}

.mat-card{
  text-align: center;
  padding-bottom: 30px;
  cursor: pointer;
  height: 120px;
  color: #fff;
  background: #23b7e5;
}
.align-card{
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
h2.mat-dialog-title {
  padding-top: 10px;
}
