body {
  background: #f6f9ff;
  font-family: "Roboto", serif;
  color: #656565;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a:hover {
  color: inherit;
}

#main {
  min-height: calc(100vh - 11rem);
}

#main button.btn {
  font-size: 1.25rem;
}

.default-text {
  color: #656565 !important;
}

footer {
  background: #94969c;
  color: #f6f9ff;
}

footer div > p {
  margin: 0;
}

footer div p > strong {
  text-transform: uppercase;
}

footer div p i.fa-phone {
  transform: rotate(90deg);
}

.bg-none {
  background: none !important;
}

.pointer {
  cursor: pointer;
}

.instance-div {
  color: #7782a3;
  background: #e9ecf5;
  border-radius: 1rem;
}

ul.form-control {
  height: auto;
  padding: 0;
}

.frame {
  max-width: 160px;
  position: relative;
}

.frame img {
  max-width: 100%;
  max-height: 100%;
}

td {
  font-size: 1.2rem;
}

.carousel {
  display: inline-block !important;
  width: 100%;
}

.carousel,
.carousel-item {
  height: 200px;
}

@media (min-width: 768px) {
  .carousel,
  .carousel-item {
    height: 400px;
  }
}

.carousel-item img {
  display: block;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* position: absolute; */
}

/* fullscreen modal */
.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
}

.modal.modal-fullscreen .modal-content {
  /*height: auto;*/
  border-radius: 0;
  border: none;
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto;
}
/* end fullscreen modal */

.preview-document-container {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.filed {
  background: #d5d8de;
}

.progress {
  height: 0.5rem;
}

.progress-bar {
  background: #7782a3 !important;
}

.certification-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.card-body > .certification-indicator {
  position: absolute;
}

/* customer detail */
.customer-product-tab {
  width: 50%;
}
.customer-product-tab > button {
  width: 100%;
  text-align: left;
  background-color: transparent !important;
}
.customer-product-tab > button.active {
  border-color: #dee2e6 #dee2e6 #f6f9ff !important;
}
/* end customer detail */

.center-page {
  padding-top: 20%;
}
