.message {
    background-image: none !important;
    justify-content: center;
    width: 782px !important;
    background-color: #FFFED1;
    padding: 16px !important;
    max-width: 45rem;
    line-height: 1.4 !important;
    border-radius: 5px;
}

.message.errorM3 {
    margin: 0px !important;
    border: 1px solid #FFC83E;
    margin-bottom: 8px !important;
}

.message.errorM3 .messageTable tbody tr td span ul {
    padding-left: 10px;
}

.messageCell {
    text-align: left;
    padding-top: 0px !important;
}

.message .messageText h4 {
    font-family: var(--family-sans) !important;
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: left;
}

.messageTable tbody tr td span ul li {
    margin-bottom: 8px;
    margin-left: 1.5em;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    padding-left: 0;
    text-align: left;
}

.fp .blockheader {
    background-color: #fff;
    vertical-align: top;
    padding: 0;
    border: none;
    line-height: 32px;
    color: #202020;
    display: flex;
    flex-direction: column;
}

.blockbody {
    padding: 0px !important;
}


.blockbodyTable tbody tr th {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    color: #131316;
}

.blockbody center .btn {
    width: 206px;
    color: #3F3F46 !important;
    background: rgba(255, 255, 255, 1) !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
}

.requiredInput {
    margin-bottom: 24px;
}

.requiredInput textarea {
    width: 320px;
    height: 156px;
    border: 1px solid #E4E4E7;
    font-size: 14px;
    background-color: #fff!important;
}

.blockbodyElement {
    width: 464px;
    gap: 0px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #131316;
}

.block.fp {
    border: none;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    width: 800px;
    gap: 10px;
    flex-direction: column;
}

body button,
body .x-btn,
body .btn,
body .btnDisabled,
body .btnCancel,
body .menuButton .menuButtonButton {
    color: #333;
    margin: 1px;
    border: 1px solid #b5b5b5; 
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: .4rem 1rem; 
    font: normal var(--size-normal) var(--family-sans); 
    background: none; 
    box-shadow: none; 
}

.errorM3 .msgIcon,
.errorMedium {
    background-image: url('/img/msg_icons/warning24.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

body .pbBody table.list tr.last>td {
    padding: 4px 14px 4px 14px;
    border-right: 1px solid #DFDFDF;
}

body .pbBody table.list tr th,
body .pbBody table.list tr td {
    border: none;
    color: #000;
}

.bPageBlock .list {
    border: none !important;
}

.message .messageText {
    font-weight: 400;
}