.main-container {
    display: none;
}

.gridSectionContainer {
    max-width: 1200px;
    margin: 75px auto;
}

#agent-grid-loading {
    display: none;
}

#agent-grid-filter-field {
    font-family: Roboto;
    font-weight:300;
    font-size:13px;
    color:#262626;
    width:300px;
    padding:10px 25px;
}

.loadingIcon {
    width: 30px;
    display: inline-block;
}

.agentCard {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    color: #374151;
    width: 100%;
    max-width: 325px;
}

.card-img-top {
    height: 275px;
    object-fit: cover;
    object-position: top;
}

.agentImg {
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.agentName {
    color: #151B33;
    font-weight: 900;
}

.agentDesignations {
    font-size: 12px;
}

.agentEmail {
    color: #374151;
    font-size: 12px;
}

.agentEmail:hover {
    color: #4e4e4e !important;
}

.agentFooter {
    background-color: #52525b !important;
}

.agentLink {
    color: #FFF !important;
    text-decoration: none !important;
}

.paginate {
    font-size: 12px;
    font-weight: 400;
    margin: 25px auto;
    text-align: center;
}

.paginateSpacer {
    display:inline-block;
    padding:5px;
    margin-right:8px;
    text-align: center;
}


.paginateBtn {
    border:1px solid #FFF;
    border-radius: 2px;
    color: #FFF;
    cursor:pointer;
    display:inline-block;
    margin-right: 8px;
    margin-bottom: 15px;
    padding:5px;
    text-align: center;
    transition: all .1s ease-in;
    min-width:25px;
}

.paginateBtn:hover {
    background-color: #151B33;
    color: #FFF;
}

.paginateBtnCurrent {
    display:inline-block;
    border:1px solid #151B33;
    background-color: #151B33;
    padding:5px;
    color: #FFF;
    margin-right:8px;
    border-radius: 2px;
    min-width:25px;
    text-align: center;
    cursor: default;
}