body {
  background: #f5f5f5;
  padding: 16px 0px;
}
a.btn {
  text-decoration: none;
}
hr {
  background: #DEDEDE;
  opacity: 1;
  margin-bottom: 25px;
}
.font-bigger {
  font-size: 20px;
}
.btn {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
  padding: 8px 16px;
  border-radius: 8px;
}
a.btn-secondary {
  color: #fff;
}
.btn-primary {
  background: #217AB8;
  color: #fff;
}
.btn-primary.invert {
  background: #fff;
  color: #217AB8;
  border: 1px solid #217AB8;
}
.btn-primary.invert:hover {
  background: #217AB8;
  color: #fff;
  border: 0px;
}
.form-label {
  font-size: 12px;
  line-height: 1.5em;
  margin-left: 8px;
}
.menu-items .item {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  background: #fff;
  padding: 16px;
  margin: 12px 0;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.menu-items .item .right-shape {
  float: right;
  position: relative;
  top: 4px;
}
.menu-items .item.disabled {
  color: #a4a4a4;
  background: #fafafa;
}
.menu-items .item .item-header {
  padding: 0 16px 16px 16px;
  margin: 0px -16px 10px -16px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-items .item .item-body .btn {
  margin-top: 15px;
}
.menu-items .item > .form-check > label {
  width: 100%;
  margin-top: -16px;
  margin-bottom: -16px;
  padding: 16px;
}
.menu-items .item a.learn-more {
  color: #044CC9;
}
.menu-items .item a.learn-more:hover {
  text-decoration: underline;
}
.menu-items .item .btn-help {
  background: #FFE182;
}
.card {
  border-radius: 10px;
}
.card.info {
  border-left: 3px solid #044CC9;
}
.card.warning {
  background: #FFEDB3;
}
.card.danger {
  background: #FFCCCE;
}
.card a {
  color: #0d6efd;
  text-decoration: underline;
}
.card a:hover {
  text-decoration: none;
}
textarea {
  min-height: 7em !important;
}
a.btn-back {
  float: left;
  color: #044cc9;
  padding: 5px 0;
  margin: 5px 0 10px 0;
}
a.btn-back svg {
  margin-top: -4px;
  margin-right: 5px;
}
a.btn-back:hover {
  color: #333;
}
.content-big-icon {
  margin: 16px;
  text-align: center;
}
.title-content {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-gap {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .btn {
    border-radius: 100px;
  }
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.attachment-frame {
  padding: 25px;
  border: 1px dashed #999;
  border-radius: 10px;
}
.btn-light {
  color: #242424;
  background-color: #ffffff;
  border-color: #cbcbcb;
}
.btn-light:hover {
  background-color: #e3e3e3;
  border-color: #b5b5b5;
}
#filesBox .row .attachment-item {
  position: relative;
  background: #000;
  margin-bottom: 10px;
}
#filesBox .attachment-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  margin-bottom: 10px;
  color: #fff;
  overflow: hidden;
  height: 150px;
  text-align: center;
}
.upload-btn-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: inline-block;
}
.attachment-item .btn-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  padding: 0 8px;
  border-radius: 5px;
  background-color: #e4eaed;
}
.attachment-item .filename {
  padding-top: 5px;
  padding-bottom: 5px;
}
.attachment-item .btn-remove:hover {
  background-color: #bfbfbf;
}
.attachment-item .file > svg {
  width: auto !important;
  max-height: 100px !important;
  margin-top: 15px;
}
.preview-image {
  max-width: 100%;
  max-height: 100%;
}
.btn-remove-text {
  pointer-events: none;
  color: #606060;
  font-size: 14px;
}
.btn svg {
  pointer-events: none;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.btn-file {
  width: 100%;
  height: 100%;
  border: 1px solid #dfdfdf;
  color: #044CC9;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: normal;
}
.btn-file svg {
  fill: #044CC9 !important;
  margin-bottom: 5px;
}
.download-attachment-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  float: left;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 10px;
  background: #eaf6ff;
}
.download-attachment-card .filename {
  order: 1;
  flex-grow: 4;
}
.download-attachment-card .download {
  order: 2;
}
.download-attachment-card .download .btn {
  float: right;
  width: auto;
  border-radius: 30px;
  padding: 10px;
}
.download-attachment-card .download .btn svg {
  fill: #fff !important;
}
.modal.show {
  display: flex !important;
  align-items: center;
}
.modal-footer {
  border-top: 0;
}
