.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    }
    .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #00263e;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }
    .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
    }
    @keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
    }
    @keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
    }
    @keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
    } 
    .loading-symbol{display:none;}
    @media only screen and (min-width:800px){
        .institution-search-results{
            max-height:10rem; 
        }
        .search-result-option{
            height: 2em;
        }
    }
    @media only screen and (max-width:800px){
        .institution-search-results{
            max-height: 15em;
            font-size: small;
        }
        .search-result-option{
            border-bottom: 1px solid lightgray;
        }
        .searchbox-input{
            font-size: x-small !important;
            text-overflow: ellipsis;
        }
    }
    .institution-search-results{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        overflow-y:scroll; 
        list-style:none;
    }
    .search-result-option{
        cursor:pointer;
        display:block;
    }
    .search-result-option:hover{
    background-color: lightblue;
    }
    .searchbox-input{
        text-align: center;
    }
    .confirmation-list li{margin-bottom: 10px; font-size:1.2em;}
    .confirmation-list{list-style:none;margin-bottom: 30px;}
    .confirm-value{font-weight: bold;font-family: sans-serif;}
    .confirmation-page-title{
        color: #cfc393;
        text-decoration: underline;
    }
    .search-input-container{
        margin:0 auto;
        display:flex;
    }

    .gfield_label{
        font-family: sans-serif;
    }
    /* #main{
        background: url('/wp-content/uploads/2022/01/tile_background.png');
    } */
    .ompgm-message-container{
        background-color: #4BB543;
    }