html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.label-info {
    width: 100%;
    margin-bottom: unset !important;
    font-weight: 600;
    font-size: 14px;
}

.info-tooltip {
    font-size: 22px;
    float: right;
    color: rgba(var(--ct-primary-rgb), 1);
}

.navbar-full {
    left: 0px !important;
}

.page-summary-text {
    max-width: 60% !important;
}

.quotation-divider {
    margin-bottom: 30px;
    
    
}

.form-action-buttons {
    float:right;
}

.navbar-custom {
    max-height: 25px;
    min-height: unset !important;
    left: 0px !important;
}

.topbar-dropdown .nav-link {
    line-height: 25px !important;
}