.menu .app-brand {
  height: 64px;
  margin-top: 12px;
}

.custom-alert-container {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1081;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.custom-alert-container.active {
  display: flex;
}
.custom-alert-container .custom-alert-area {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 15px 25px;
}
.custom-alert-container .custom-alert-area .error-icon .bx {
  font-size: 90px;
  color: #ffb112;
}
.custom-alert-container .custom-alert-area .c-alert-title {
  font-size: 25px;
  font-weight: 600;
}

.uploaded_photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.uploaded_photos .photo-holder {
  position: relative;
  padding: 15px 0px;
}
.uploaded_photos .photo-holder img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.uploaded_photos .photo-holder:hover .button-area-container {
  display: flex;
}
.uploaded_photos .photo-holder .button-area-container {
  position: absolute;
  top: 15px;
  left: 0px;
  right: 0px;
  bottom: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: none;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.uploaded_photos .photo-holder .button-area-container button {
  background-color: transparent;
  border: none;
  color: white;
  margin: 10px;
}
.uploaded_photos .photo-holder .button-area-container button .bx {
  font-size: 25px;
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.fl-r {
  float: right;
}

.fl-r {
  float: right;
}

.mr-10 {
  margin-right: 10px;
}

.forms-table-area input,
.forms-table-area select {
  color: #000;
  background-color: transparent;
}
.forms-table-area .filter-area .filter {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.forms-table-area .filter-area .filter:focus {
  color: #000;
  background-color: transparent;
}
.forms-table-area .filter-area label {
  color: #000;
}
.forms-table-area .export-button-container {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.forms-table-area .forms-table-container {
  max-width: 100%;
  overflow: auto;
}
.forms-table-area tr {
  background-color: #eee;
  color: #424242;
  cursor: pointer;
}
.forms-table-area tr.reading td {
  background-color: #dedede !important;
}
.forms-table-area tr.reading td:hover {
  background-color: #e2e1e1;
}
.forms-table-area tr .buttons {
  display: none;
  opacity: 0;
}
.forms-table-area tr td:not(.action_cell) {
  padding: 12px !important;
}
.forms-table-area tr:hover {
  position: relative;
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  background-color: #fff;
  z-index: 2;
  color: #000;
}
.forms-table-area tr:hover .date {
  display: none;
  opacity: 0;
}
.forms-table-area tr:hover .buttons {
  display: block;
  opacity: 1;
}
.forms-table-area tr:hover.reading td {
  background-color: #ededed !important;
}
.forms-table-area .buttons a {
  color: #000;
  margin-right: 10px;
}
.forms-table-area .buttons a i {
  font-size: 19px;
}

@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}/*# sourceMappingURL=demo.css.map */