body {
    background-color: #f0f2f5;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}
.container {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.greenframe {
    border: 1px solid #007d00;
    border-radius: 10px;
}
.rounded-pill {
    padding-top: 0.45rem !important;
    padding-bottom: 0.5rem !important;
}
.erroritem {
    color: red;
}
.bg-active {
    background: #33aa33;
}
.bg-suspended {
    background: #aa3333;
}
.bg-disabled {
    background: #444444;
}
.bg-inactive {
    background: #444444;
}
.bg-state-none {
    background: #444444;
}
.bg-state-processing, .bg-state-running {
    background: #c1613c;
}
.bg-state-ready {
    background: #33aa33;
}
.bg-state-error, .bg-state-failed, .bg-state-timed_out, .bg-state-aborted {
    background: #aa3333;
}
.cfoapal-1 {
    width: 6%;
    display: inline-block;
}
.cfoapal-4 {
    width: 12.5%;
    display: inline-block;
}
.cfoapal-5 {
    width: 14.5%;
    display: inline-block;
}
.cfoapal-6 {
    width: 16%;
    display: inline-block;
}
.financialaccountrow{
    background: #e0e2e5;
    padding: 6px;
    margin-bottom: 10px;
}
.contactrow{
    background: #e0e2e5;
    padding: 6px;
}
.contactwrapper{
    overflow: visible;
    position: relative;
}
.contactdelete{
    position:absolute;
    top:0px;
    right:0px;
    z-index: 9;
    border: 0px;
    color:white;
    font-weight: 600;
    background: #6c757d;
    border-radius: 5px;
}
.contactdelete:hover {
    color:red;
}
.awsaccountrow{
    background: #e0e2e5;
    padding: 6px;
}
.mb2px {
    margin-bottom: 2px;
}