.test-title {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}

.center-text {
    text-align: center;
}

.instructions-title {
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: left;
    margin-left: 100px;
}

.table-heading-title {
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
    align-items: center;
}

.instructions-text {
    margin-left: 100px;
}

.entity-title {
    font-size: 16px;
    color: #3062a8;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}


.ag-grid-header-format-center .ag-header-cell-label {
    justify-content: center;
    text-align: center;
    font-size: 14px;
    display: flex;}

.ag-grid-header-format-center-large {
        background-color: #91d6e0;
        justify-content: center;
        text-align: center;
        font-size: 16px;}
    
.custom-dropdown .Select-control, .custom-dropdown .Select-value, .custom-dropdown .Select-arrow-zone, 
 .custom-dropdown .Select-clear-zone,.custom-dropdown .Select-value-label  {
    height: 40px;
    font-size: 16px;
    align-items: center;
    background-color: #f0ead6;
    text-align: center;
    float: left;
    width: 250px;
    line-height: 30px;
}

.custom-dropdown .Select-placeholder {
    height: 40px;
    font-size: 16px;
    align-items: center;
    text-align: center;
    width: 200px;
    float: left;
    line-height: 30px;
}

.custom-dropdown-2 .Select-control {
    background-color: #f0ead6;
  }

.custom-select {
    height: 40px;
    font-size: 16px;
    align-items: left;
    text-align: left;
    width: 200px;
    background-color: #f0ead6;
    line-height: 30px;
    float: left;
    margin-left: 10px;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

