:root {
    --warm-beige-25: #F8F5F1; /* Define your custom property here */
  }

.btn-primary {
    border-radius: 7px;
}

body {
    background-color: var(--warm-beige-25, #F8F5F1);
}

[role="gridcell"] a {
    color: #A5734C;
}

[role="gridcell"] button {
    color: #A5734C;
}

#EntityFormPanel {
    border-radius: 30px;
    border: 1.5px solid var(--warm-beige-50, #F1ECE3);
    background: var(--White, #FFF);
    
}

.EntityFormControl_EntityFormView{
    padding: 30px;
}

.EntityFormControl_EntityFormView input{
    border: 1px solid;
    padding: 5px;
}

.EntityFormControl_EntityFormView label{
    background-color: transparent;
    margin: 0 0 5px 0;
}


.breadcrumb > li a {
    color: #9A8F89!important
}

p.smallText {
    color: #9A8F89!important
}

.spinner {
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.fullpagemodal{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.4;
    z-index: 999;
}

.fullpagemodal__spinner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

label[aria-label='Attach a file'] {
    background: none;
}

#note_label_add {
    background: none;
}

.iconContainer-176 {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    width: 32px;
    text-align: center;
    color: #A5734C!important;
    cursor: text;
    transition: width 0.167s;
}