#chart-data-loading,
#data-bar-chart {
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}
#data-bar-chart header {
  padding: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#data-bar-chart header span {
  font-size: 20px;
  font-weight: 700;
}
#data-bar-chart hr {
  margin: 0px;
}
#data-bar-chart section {
  padding: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#chart-data-loading {
  width: 100%;
  padding: 8px;
}
#chart-data-loading span {
  margin-left: 4px;
}

.sortable-header {
  cursor: pointer;
  min-width: 140px;
}
.sortable-header .sort-indicator.asc {
  transform: rotate(180deg);
  transition: all 0.2s;
}
.sortable-header .sort-indicator.desc {
  transform: rotate(0deg);
  transition: all 0.2s;
}

#display-table {
  display: table;
  width: 100%;
  background-color: #fff;
  position: relative;
}
#display-table .row-disabled-click tr {
  cursor: auto;
}

.doc-count-widget {
  border-bottom: 0px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
  box-shadow: 1px 2px 3px #a1a1a1;
}
.doc-count-widget .widget-image-container .widget-image {
  height: 100%;
  background-color: #115272;
  padding: 14px;
}
.doc-count-widget .widget-details {
  margin: auto 0;
  font-size: 0.65rem;
  padding-left: 8px;
  padding-right: 8px;
}
.doc-count-widget .widget-details .widget-label {
  color: #115272;
  font-size: 14px;
  font-weight: 700;
}
.doc-count-widget .widget-details .widget-count {
  color: #7c7c7c;
  font-size: 16px;
}
@media (max-width: 380px) {
  .doc-count-widget .widget-details .widget-label {
    font-size: 12px;
  }
  .doc-count-widget .widget-details .widget-count {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  .doc-count-widget .widget-details .widget-label {
    font-size: 10px;
  }
  .doc-count-widget .widget-details .widget-count {
    font-size: 14px;
  }
}

#dashboard {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#dashboard #doc-preview-section {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#dashboard #doc-preview-section #preview-title {
  padding: 12px;
  position: sticky;
  border-bottom: 1px solid #d7d7d7;
}
#dashboard #doc-preview-section #preview-title span {
  font-size: 20px;
  font-weight: 700;
}
#dashboard #doc-preview-section #preview-content {
  padding: 0px 12px;
  overflow: auto;
  flex-grow: 1;
}

#action-notifier {
  position: fixed;
  z-index: 3;
  top: 24px;
  right: 50%;
  transform: translateX(50%);
}

#custom-alert #close-button {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 0;
}
#custom-alert #close-button svg {
  line-height: 0;
}
#custom-alert #close-button:hover {
  background-color: #a7a7a7;
  transition: ease-in-out 0.2s;
}

#loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#loader-container #loader-content {
  position: relative;
  width: 100%;
  height: 100%;
}
#loader-container #spinner-container {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#loader-container #spinner-content {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
#loader-container .spinner-border {
  width: 50px;
  height: 50px;
}

#sidebar-nav {
  position: relative;
  background: #3c4b64;
  height: 100%;
  width: 100%;
  min-width: 220px;
  max-width: 220px;
  color: #fff;
  transition: 0.3s;
  overflow: hidden;
  padding-top: 6px;
}
#sidebar-nav hr {
  margin-top: 6px;
  margin-bottom: 6px;
}
#sidebar-nav .nav-label {
  margin-left: 12px;
  display: inline-block;
}
#sidebar-nav .nav-link {
  padding: 12px 20px;
  border-radius: 4px;
}
#sidebar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
#sidebar-nav .active-path {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
#sidebar-nav #logout-bttn #logout-bttn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#sidebar-nav #logout-bttn #logout-bttn-container #bttn-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 0px;
}
#sidebar-nav #logout-bttn #logout-bttn-container .uncollapsed {
  margin-right: 8px;
}
#sidebar-nav #logout-bttn #logout-bttn-container #bttn-label {
  display: inline-block;
}

#user-menu {
  position: relative;
}
#user-menu #logged-in-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  cursor: pointer;
}
#user-menu #user-menu-container {
  text-align: right;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 2;
  background-color: #fff;
  color: #000;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 8px;
}
#user-menu #user-menu-container #logged-in-as {
  padding: 8px;
  border-bottom: 0.5px solid #a7a7a7;
}
#user-menu #user-menu-container #logged-in-as #logged-in-label {
  display: block;
  font-size: 12px;
  line-height: 8px;
  font-weight: 700;
}
#user-menu #user-menu-container #logged-in-as #logged-in-email {
  font-size: 16px;
}
#user-menu #user-menu-container #user-menu-items .user-menu-item {
  padding: 4px 8px;
  border-bottom: 0.5px solid #a7a7a7;
  cursor: pointer;
}

#notification {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #d00;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
#notification #notif-summary {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
#notification #notif-details {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 0;
  width: 250px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 2px 4px rgba(51, 51, 51, 0.5);
}
#notification #notif-details #notif-header {
  color: #115272;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #ddd;
  box-shadow: 1px 1px 4px rgba(51, 51, 51, 0.1);
}
#notification #notif-details #notif-content {
  color: #115272;
  overflow: hidden;
  overflow-y: auto;
  max-height: 150px;
  font-size: 12px;
}
#notification #notif-details #notif-content .notif-item:last-child {
  border-bottom: 0px;
}
#notification #notif-details #notif-content .notif-item {
  padding: 4px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#main-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#main-layout #header {
  padding: 12px;
  background-color: #115272;
  border-bottom: 3px solid #D93939;
  color: #fff;
}
#main-layout #header #nav-and-name {
  display: flex;
  flex-direction: row;
}
#main-layout #header #nav-and-name #header-collapse {
  width: 24px;
  height: 24px;
  line-height: 0;
  margin-right: 12px;
  cursor: pointer;
}
#main-layout #header #app-name {
  font-weight: 700;
}
#main-layout #main-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#main-layout #padded-container {
  padding: 24px 12px;
  height: 100%;
}
#main-layout #content-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  flex-grow: 3;
}
#main-layout #content-container > .container {
  height: 100%;
}
#main-layout #actual-content {
  padding: 16px 24px;
  width: 100%;
  height: 100%;
}

.printable-tag {
  width: 120px;
  height: 150px;
  padding: 4px 0px;
  border: 1px solid #000;
  margin: auto;
  text-align: center;
}
.printable-tag .qr-container {
  margin-bottom: 4px;
}
.printable-tag .filename-container {
  padding: 0px 4px;
  font-size: 12.5px;
  font-weight: 700;
}

#pagination-module {
  margin-bottom: 0px;
}
#pagination-module * {
  color: #000;
}
#pagination-module .page-item.active > .page-link {
  color: #FFFFFF;
  background-color: #115272;
  border-color: #115272;
}

#filter-section {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  padding: 8px;
  margin-bottom: 12px;
  border-radius: 8px;
}
#filter-section .filter-item {
  margin-bottom: 8px;
}
#filter-section .action-bttns button {
  height: 100%;
}
#filter-section .action-bttns button svg {
  margin-bottom: 4px;
}
#filter-section #filter-header {
  padding: 4px 0;
}
#filter-section #doc-filter-form {
  margin-top: 8px;
}
#filter-section #doc-filter-form .cloud-input-fields {
  padding-left: 11px;
  padding-right: 11px;
}
@keyframes rotate-back {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#filter-section .chevron-default {
  transform: rotate(-90deg);
}
#filter-section .toggle-icon.closed {
  animation-name: rotate-back;
  animation-duration: 0.3s;
}
@keyframes toggle-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
#filter-section .toggle-icon.open {
  transform: rotate(180deg);
  animation-name: toggle-rotate;
  animation-duration: 0.3s;
}
#filter-section .err-mssg {
  margin-bottom: 8px;
  font-size: 12px;
  color: #ff0000;
  font-style: italic;
}

#documents-display {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#documents-display #details-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#documents-display #details-section #actions-header {
  margin-bottom: 24px;
}
#documents-display #details-section #actions-header #filter-icon {
  margin-bottom: 4px;
  margin-right: 8px;
}
#documents-display #details-section #actions-header #filter-icon path {
  stroke: #fff;
}
#documents-display #details-section #actions-header .action-field {
  margin-bottom: 8px;
}
#documents-display #display-table-section {
  flex: 1;
  position: relative;
  overflow: auto;
  height: 100%;
  width: 100%;
  padding: 12px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  border-radius: 8px;
}
#documents-display #pagination-section {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 12px;
}

.custom-text-area textarea {
  width: 100%;
  resize: none;
}
.custom-text-area label {
  display: block;
  font-size: 12px;
}
.custom-text-area #char-limit {
  font-size: 12px;
  text-align: right;
}
.custom-text-area #required-marker {
  color: #ff0000;
}

#mark-pages-notes {
  display: inline-block;
  position: relative;
}
#mark-pages-notes #note-trigger {
  all: unset;
  font-size: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 4px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}
#mark-pages-notes #note-trigger.active {
  background-color: #333;
  color: #f2f2f2;
}
#mark-pages-notes #note-content {
  font-size: 12px;
  font-style: italic;
  position: absolute;
  top: 24px;
  left: -20px;
  z-index: 1;
  width: 250px;
  background-color: #333;
  color: #f2f2f2;
  padding: 0px;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}
.page-rows {
  position: relative;
}
.page-rows .page-input {
  width: 130px;
}
.page-rows .page-marker-remove {
  height: 56px;
}
.page-rows .page-marker-remove button {
  height: 100%;
}

#approve-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
  margin-left: 16px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 360px;
}
#approve-form #form-fields {
  flex: 1;
}
#approve-form #page-marker-section #page-markers {
  max-height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
}
#approve-form #page-marker-section #marker-error {
  color: #ff0000;
  font-size: 10px;
  margin-bottom: 8px;
}

#ext-chkbx-input label.input-label {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.875rem;
}
#ext-chkbx-input ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
#ext-chkbx-input ul li {
  margin-bottom: 4px;
}

#cloud-doc-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
#cloud-doc-details #detail-tabs {
  display: flex;
  flex-direction: row;
}
#cloud-doc-details #detail-tabs button {
  all: unset;
  flex-grow: 1;
  text-align: center;
  padding: 8px 4px;
  cursor: pointer;
  text-transform: uppercase;
  color: #404040;
  font-weight: 500;
  border: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#cloud-doc-details #detail-tabs button.active {
  background-color: #115272;
  border: 1px solid #115272;
  color: #fff;
}
#cloud-doc-details #detail-content {
  flex-grow: 1;
  border: 1px solid #b3b3b3;
  border-top: 0px;
  height: 100%;
  overflow: hidden;
}
#cloud-doc-details #detail-content .tab-pane {
  height: 100%;
}
#cloud-doc-details #detail-content .tab-pane .content-child {
  height: 100%;
  overflow-y: auto;
}
#cloud-doc-details #detail-content .tab-pane .content-child #document-details {
  padding: 8px;
}
#cloud-doc-details #detail-content .tab-pane .content-child #document-details .doc-detail-item {
  margin-bottom: 8px;
}
#cloud-doc-details #detail-content .tab-pane .content-child #document-details .doc-detail-item .doc-detail-label {
  font-size: 12px;
  color: #737373;
}
#cloud-doc-details #detail-content .tab-pane .hide-overflow {
  overflow: hidden;
}

#document-details {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#document-details #doc-details-row,
#document-details #details-action,
#document-details #details-header {
  margin-bottom: 12px;
}
#document-details #details-header #bck-bttn-cont {
  flex-grow: 1;
  margin-bottom: 4px;
}
#document-details #details-header #doc-detail-actions {
  flex-grow: 1;
}
#document-details #details-header #doc-detail-actions .action-bttn {
  width: 100%;
  margin-bottom: 4px;
}
#document-details #details-header #doc-detail-actions .action-bttn:disabled {
  pointer-events: all;
  cursor: not-allowed;
}
#document-details #details-header #doc-detail-actions #action-bttns-row {
  align-items: flex-end;
  justify-content: flex-end;
}
#document-details #content-display-container {
  height: 90%;
}
#document-details #content-display-container #content-display {
  flex: 1.5;
  height: 100%;
  width: 100%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#document-details #content-display-container #approve-form-display {
  transition: width 0.3s;
}
#document-details #content-display-container .form-visible {
  max-width: 360px;
  width: 360px;
}
#document-details .white-icon path {
  fill: #fff;
}
#action-modal-mssg {
  margin-bottom: 12px;
}
#remarks-field-container label {
  display: block;
  font-size: 12px;
}
#remarks-field-container #remarks-field {
  resize: none;
  width: 100%;
}
#mpn-field label {
  display: block;
  font-size: 0.875rem;
}
#error-mssg {
  color: #ff0000;
  font-size: 14px;
  font-style: italic;
}

#document-types-mgmt {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#document-types-mgmt #content-section {
  flex: 1;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

#reporting-module {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#reporting-module .pad-12 {
  padding: 12px;
}
#reporting-module .total-records {
  border-bottom: 1px solid #b3b3b3;
}
#reporting-module .report-filter-inputs {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 8px;
  padding-bottom: 0px;
  border-radius: 8px;
}
#reporting-module .submit-bttn {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#reporting-module .report-result {
  overflow: auto;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
#reporting-module .downloadable-content #dl-label {
  font-weight: 700;
  font-size: 12px;
}

#search-filter {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  padding: 8px;
  margin-bottom: 12px;
  border-radius: 8px;
}
#search-filter .filter-item {
  margin-bottom: 8px;
}
#search-filter .action-bttns button {
  height: 100%;
}
#search-filter .action-bttns button svg {
  margin-bottom: 4px;
}
#search-filter #filter-header {
  padding: 4px 0;
}
#search-filter #doc-filter-form {
  margin-top: 8px;
}
#search-filter #doc-filter-form .cloud-input-fields {
  padding-left: 11px;
  padding-right: 11px;
}
@keyframes rotate-back {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#search-filter .chevron-default {
  transform: rotate(-90deg);
}
#search-filter .toggle-icon.closed {
  animation-name: rotate-back;
  animation-duration: 0.3s;
}
@keyframes toggle-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
#search-filter .toggle-icon.open {
  transform: rotate(180deg);
  animation-name: toggle-rotate;
  animation-duration: 0.3s;
}
#search-filter .err-mssg {
  margin-bottom: 8px;
  font-size: 12px;
  color: #ff0000;
  font-style: italic;
}

#third-party-doc-display {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#third-party-doc-display #details-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#third-party-doc-display #details-section #actions-header {
  margin-bottom: 24px;
}
#third-party-doc-display #details-section #actions-header #filter-icon {
  margin-bottom: 4px;
  margin-right: 8px;
}
#third-party-doc-display #details-section #actions-header #filter-icon path {
  stroke: #fff;
}
#third-party-doc-display #details-section #actions-header .action-field {
  margin-bottom: 8px;
}
#third-party-doc-display #display-table-section {
  flex: 1;
  position: relative;
  overflow: auto;
  height: 100%;
  width: 100%;
  padding: 12px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  border-radius: 8px;
}
#third-party-doc-display #pagination-section {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 12px;
}

#third-party-doc-details {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#third-party-doc-details #document-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}
#third-party-doc-details #document-content .content-child {
  height: 100%;
}
#third-party-doc-details #document-content .hide-overflow {
  overflow: hidden;
}
#third-party-doc-details #attachment-selector-container #attachment-selector {
  padding: 8px;
  width: 100%;
}

#document-request {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#document-request #display-table-section {
  flex: 1;
  position: relative;
  overflow: auto;
  height: 100%;
  width: 100%;
  padding: 12px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  border-radius: 8px;
}
#document-request #pagination-section {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 12px;
}

#request-detail-container {
  height: 100%;
}
#request-detail-container .content-cols {
  padding-left: 0;
}
#request-detail-container .content-cols:last-child {
  padding-right: inherit;
}
#request-detail-container #request-detail-viewer {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
#request-detail-container #request-detail-viewer #content-part {
  flex: 1;
  overflow: auto;
  height: 100%;
}
#request-detail-container #request-detail-viewer #content-part .per-year-files {
  border: 1px solid #000;
  margin-bottom: 8px;
  row-gap: 4px;
  padding-top: 4px;
  padding-bottom: 12px;
}
#request-detail-container #request-detail-viewer #content-part .per-year-files .pages-range-container .page-input.start {
  margin-right: 4px;
}
#request-detail-container #request-detail-viewer #content-part .per-year-files .pages-range-container .page-input p {
  margin-bottom: 4px;
  font-size: 8px;
}
#request-detail-container #request-detail-viewer #content-part .per-year-files .pages-range-container .page-input input {
  width: 100%;
}
#request-detail-container #request-detail-viewer #error-notif {
  border-radius: 8px;
  font-size: 12px;
}
#request-detail-container #request-detail-viewer #error-notif .err-doc-item {
  margin-bottom: 8px;
}
#request-detail-container #request-detail-viewer #error-notif .err-doc-item .err-label {
  font-style: italic;
}
#request-detail-container #document-viewer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#request-detail-container #document-viewer #file-viewer-part {
  border: 1px solid #000;
  width: 100%;
  height: 100%;
}
#request-detail-container #document-viewer #document-search-part {
  width: 100%;
}
#request-detail-container #document-viewer #document-search-part #search-form {
  float: right;
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;
}

html,
body,
#root {
  height: 100%;
}
.selectable {
  cursor: pointer;
}
.fx-row {
  display: flex;
  flex-direction: row;
}
.fx-col {
  display: flex;
  flex-direction: column;
}
.fx-sb {
  justify-content: space-between;
}
.fx-wrap {
  flex-wrap: wrap;
}
.header {
  background-color: #115272;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.zero-width {
  width: 0px;
}
.full-height {
  height: 100%;
}
.required label::after,
.required.form-label:after {
  content: "*";
  color: red;
}
.ta-right {
  text-align: right;
}
.ta-left {
  text-align: left;
}
.err-mssg {
  font-size: 12px;
  color: #f00;
  font-style: italic;
}
.detail-label {
  font-size: 12px;
  font-weight: 700;
  color: #a1a1a1;
}
.section-spacing {
  margin-bottom: 8px;
}

