.psa_nobottom_border .ps_header-group {
    border-bottom:none;
    box-sizing: border-box;
    font-size: 1.15em;    
}
.psa_lm_welcome_label{
    color: var(--pt-palette-9,rgb(164,086,023)); 
    font-weight:bold;
    font-size: 1.15em;
    position: relative;
}

.psa_custom_header{
   border: none;
   background-color: var(--pt-palette-1,#ffffff) !important; 
   padding-top: 1em;
   padding-bottom:1em;
}



.psa_lm_columnitem-2of2_field .ps_box-label, .psa_lm_columnitem-1of2left .ps_box-label{
   width:16.5%;
 }
 .psa_lm_columnitem-2of2_field .ps_box-control{
   width:35%;
 }
 .psa_lm_columnitem-2of2_field .ps-edit{
   width:100%;
 }

 .psa_lm_columnitem-1of2left .ps-edit{
   width:50%;
 }

@media only screen and (max-width: 767px){
 .psa_lm_columnitem-2of2_field .ps_box-label, .psa_lm_columnitem-1of2left .ps_box-label{
 width:33%;
 }
 .psa_lm_columnitem-2of2_field .ps_box-control, .psa_lm_columnitem-1of2left .ps_box-control{
  width:auto;
 }

.elm_modal-width40em {
  min-width: 40em;
}

.elm_modal-height40em {
  min-height: 40em;
}
}