/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.counter {
    box-shadow: none;
    position: relative;
    z-index: 2;
    margin-left: -23px;
    border-radius: 10em;
    padding: 1px 7px;
    background-color: transparent;
    font-size: 100px;
    color: #fff;
    left: auto;
    top: -23px;
}

.fullwidth {
    width: 100%;
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

html,
body {
    font-family: Prompt;
}


/* .file-field.medium .file-path-wrapper {
    height: 3rem;
}

.file-field.medium .file-path-wrapper .file-path {
    height: 2.8rem;
}

.file-field.medium input[type=file] {
    height: 2.8rem;
}

.file-field.big-2 .file-path-wrapper {
    height: 3.7rem;
}

.file-field.big-2 .file-path-wrapper .file-path {
    height: 3.5rem;
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 2.8rem;
}

.d-flex .justify-content-center {
    height: 2.8rem;
} */

.md-form.md-outline label.active {
    transform: translateY(-18px) scale(.8);
    background: #fff;
    font-weight: 500;
    padding-right: 5px;
    padding-left: 5px;
    left: 8px;
}
/*
.modal-backdrop {
   z-index: -1;
}

.modal {
    z-index: 13050;
}
*/

.required {
  background: red !important;
}

input.required>label:after { content:" *" !important; }

:required:after { content:" *"; } 
.md-form.md-outline label.active {
  transform: translateY(-16px) scale(.8);
  background: #fff;
  font-weight: 500;
  padding-right: 5px;
  padding-left: 5px;
  left: 8px;
}