.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0!important;
}

.lds-ring {
    /* display: inline-block; */
    position: relative;
    width: 80px;
    height: 80px;
    margin: 50px auto 80px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #00C29E;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #00c29e transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.infoBox-close svg:hover {
    cursor: pointer;
    color: #00c29e;
}

.avatar.avatar-ex-sm {
    max-width: 100%;
    width: auto;
    max-height: 16rem;
    height: 100%;
    padding: 50px 20px;
    background: transparent;
}

.logo-car {
    max-width: 6rem;
}

@media (max-width: 576px) {
    .logo-car {
        max-width: 4.5rem;
    }
}

.job-listing .job-listing-company-logo img {
    max-width: 4rem;
}


/* #phoneForm .iti {
    width: 70% !important;
} */

.hide {
    visibility: hidden;
    pointer-events: none;
}


/* #phoneForm .input-group {
    flex-flow: nowrap;
} */

@media (max-width: 460px) {
    /* #phoneForm .input-group {
        flex-direction: column;
    }
    #phoneForm .iti {
        width: 100% !important;
        margin: 5px 0;
    }
    #phoneForm button {
        width: 70% !important;
        margin: 5px auto;
    } */
}

.modal-content {
    overflow: hidden;
}

.modal-content .formBody {
    display: flex;
    flex-flow: column;
    justify-content: center;
    border: none;
}

.modal-content .formBody>div {
    max-width: 90%;
}

.modal-content #heroForm>div {
    margin-top: 0rem!important;
}

.modal-body .heroFormContainer,
.heroFormContainer {
    min-height: 100px !important;
}

.modal-body .heroFormContainer form.submitted,
.heroFormContainer form.submitted {
    padding-top: 36px;
}