
.main-outer-groupbox {

display: grid;
justify-content: center;

}

.groupbox-margin {

margin-bottom: 2em;

}

.ps_box-label {
width: auto;
text-align: left;
padding-right: 0.76em;
overflow: visible;
text-overflow: initial;

}

.editbox-top-space {

margin-top: 1.75em;

}

.editbox-layout {

display: grid;
gap: .5em;

}

.dropdown-layout {

display: grid;
gap: .5em;

}

.dropdown-no-label-layout {

display: grid; 
gap: 0%;
margin-top: -2%;

}

.ps-dropdown{

width: 12em;

}

.html, body, form{

height: auto;

}

.uci-label {

margin-top: -8%;

}

.address-secondary-page {

height: 30em;
width: 40em;

}

.field-error {

background-color: var(--pt-control-error-background-color) !important;
color: var(--pt-control-error-text-color) !important;
border-color: var(--pt-control-error-border-color) !important;
background-image: none !important;

}

.static-label {

color: red;

}